.glass-card,.neumorphic-button{@apply neumorphic px-6 py-3 rounded-lg font-medium}@tailwind base;@tailwind components;@tailwind utilities;html{-webkit-overflow-scrolling:touch}body{text-rendering:optimizeSpeed}:root{--mobile-breakpoint:768px;--tablet-breakpoint:1024px}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0d0d1f;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}#root,body{display:flex;flex-direction:column;min-height:100vh}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3.5vw,2rem)}p{font-size:clamp(1rem,2.5vw,1.1rem)}@media (max-width:767px){.mobile-hidden{display:none!important}.mobile-flex-col{flex-direction:column!important}.mobile-full-width{max-width:100%!important;width:100%!important}.mobile-p-2{padding:.5rem!important}}@media (min-width:768px) and (max-width:1023px){.tablet-hidden{display:none!important}.tablet-flex-col{flex-direction:column!important}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0d0d1f}::-webkit-scrollbar-thumb{background:#ec0d0d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#c00c0c}:root{--navbar-height:90px;--navbar-mobile-height:70px;--navbar-bg:linear-gradient(135deg,#0a0a1ff2,#1a1a2efa 50%,#0f3460f2);--navbar-glass:#0f0f2de6;--text-primary:#fff;--text-secondary:#ffffffd9;--text-glow:0 0 20px #667eea66;--brand-gradient:linear-gradient(135deg,#667eea,#764ba2);--creator-gradient:linear-gradient(135deg,#f093fb,#f5576c);--accent-gradient:linear-gradient(270deg,#667eea,#f093fb,#4facfe);--hover-glow:0 0 30px #667eea80;--premium-shadow:0 10px 40px #0000004d;--transition-smooth:all 0.4s cubic-bezier(0.4,0,0.2,1);--transition-bounce:all 0.5s cubic-bezier(0.68,-0.55,0.265,1.55);--border-radius:16px}.navbar{backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);background:linear-gradient(135deg,#0a0a1ff2,#1a1a2efa 50%,#0f3460f2);background:var(--navbar-bg);border-bottom:1px solid #667eea26;box-shadow:0 10px 40px #0000004d;box-shadow:var(--premium-shadow);height:90px;height:var(--navbar-height);left:0;overflow:visible;position:fixed;right:0;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth);z-index:1000}.navbar-background-effects{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.navbar-gradient-overlay{animation:gradientSlide 8s ease-in-out infinite;background:linear-gradient(90deg,#0000,#667eea1a 25%,#0000 50%,#f093fb1a 75%,#0000);background-size:200% 100%;bottom:0;left:0;position:absolute;right:0;top:0}@keyframes gradientSlide{0%,to{background-position:-100% 0}50%{background-position:100% 0}}.navbar:before{background:radial-gradient(circle at 20% 20%,#667eea1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#f093fb14 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.navbar.scrolled{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(135deg,#0a0a1ffa,#1a1a2efc 50%,#0f3460fa);border-bottom-color:#667eea40;box-shadow:0 15px 50px #00000080;height:80px;height:calc(var(--navbar-height) - 10px)}.nav-container{height:100%;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2.5rem;z-index:2}.logo,.nav-container{align-items:center;display:flex;position:relative}.logo{text-decoration:none;z-index:10}.logo-container{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:1.8rem;font-weight:900;letter-spacing:-.03em;position:relative}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text;color:#fff;color:var(--text-primary);text-shadow:0 0 20px #667eea66;text-shadow:var(--text-glow);transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.logo-dot{animation:logoGlow 4s ease-in-out infinite;color:#f093fb;filter:drop-shadow(0 0 8px rgba(240,147,251,.6));font-size:2.2rem;margin-left:-.15em;text-shadow:0 0 15px #f093fb,0 0 30px #f093fb,0 0 45px #f093fbcc}.logo-glow{background:radial-gradient(circle,#667eea26 0,#f093fb1a 50%,#0000 70%);border-radius:50%;bottom:-15px;left:-15px;opacity:0;position:absolute;right:-15px;top:-15px;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.logo-container:hover .logo-glow{animation:pulseGlow 2s ease-in-out infinite;opacity:1}.logo-container:hover .logo-text{text-shadow:0 0 20px #667eea66,0 0 40px #667eea99;text-shadow:var(--text-glow),0 0 40px #667eea99}@keyframes logoGlow{0%,to{text-shadow:0 0 15px #f093fb,0 0 30px #f093fb;transform:scale(1)}50%{text-shadow:0 0 20px #f093fb,0 0 40px #f093fb,0 0 60px #f093fbcc;transform:scale(1.05)}}.nav-links{gap:2.5rem}.nav-link,.nav-links{align-items:center;display:flex;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.nav-link{color:#ffffffd9;color:var(--text-secondary);cursor:pointer;font-size:1rem;font-weight:600;gap:.5rem;letter-spacing:.02em;padding:1.2rem 0;position:relative;text-decoration:none}.nav-link-underline{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--brand-gradient);border-radius:2px;bottom:0;box-shadow:0 0 10px #667eea80;height:3px;left:0;position:absolute;right:0;transform-origin:left}.nav-link.active,.nav-link:hover{color:#fff;color:var(--text-primary);text-shadow:0 0 20px #667eea66;text-shadow:var(--text-glow);transform:translateY(-3px) scale(1.05)}.nav-link:after{background:radial-gradient(circle,#667eea33 0,#0000 70%);border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth);width:0;z-index:-1}.nav-link:hover:after{height:200%;width:120%}.nav-dropdown{cursor:pointer;position:relative;z-index:1001}.dropdown-content:hover,.nav-dropdown:focus-within .dropdown-content,.nav-dropdown:hover .dropdown-content{display:block!important;opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important;visibility:visible!important}.nav-dropdown:focus-within .dropdown-arrow,.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-arrow{margin-left:.5rem;opacity:.8}.dropdown-arrow,.dropdown-content{transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.dropdown-content{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:linear-gradient(135deg,#1a1a2efa,#0f3460f2);border:1px solid #667eea40;border-radius:16px;border-radius:var(--border-radius);box-shadow:0 25px 50px #00000080,inset 0 1px 0 #ffffff1a;display:block;left:0;min-width:280px;opacity:0;overflow:hidden;padding:1.5rem 0;pointer-events:none;position:absolute;top:calc(100% + 1.5rem);transform:translateY(10px);visibility:hidden;z-index:1000}.dropdown-content:before{animation:gradientFlow 3s ease-in-out infinite;background:linear-gradient(270deg,#667eea,#f093fb,#4facfe);background:var(--accent-gradient);background-size:200% 100%;content:"";height:2px;left:0;position:absolute;right:0;top:0}.dropdown-link{align-items:center;border-left:3px solid #0000;color:#ffffffd9;color:var(--text-secondary);display:flex;font-size:.95rem;font-weight:500;padding:1rem 2rem;pointer-events:auto;position:relative;text-decoration:none}.dropdown-link,.dropdown-link:before{transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.dropdown-link:before{background:#667eea1a;bottom:0;content:"";left:0;position:absolute;top:0;width:0}.dropdown-link:hover{border-left-color:#667eea;color:#fff;color:var(--text-primary);padding-left:2.5rem;text-shadow:0 0 20px #667eea66;text-shadow:var(--text-glow)}.dropdown-link:hover:before{width:100%}.auth-actions{align-items:center;display:flex;gap:1.5rem}.login-btn{align-items:center;border:none;border-radius:50px;box-shadow:0 8px 25px #0000004d;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;height:50px;justify-content:center;letter-spacing:.5px;min-width:140px;overflow:hidden;padding:.9rem 2rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);transition:var(--transition-bounce)}.login-btn.brand{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--brand-gradient);box-shadow:0 8px 25px #667eea66,inset 0 1px 0 #fff3}.login-btn.creator{background:linear-gradient(135deg,#f093fb,#f5576c);background:var(--creator-gradient);box-shadow:0 8px 25px #f093fb66,inset 0 1px 0 #fff3;position:relative}.btn-glow{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--brand-gradient);border-radius:50px;bottom:-3px;filter:blur(12px);left:-3px;right:-3px;top:-3px;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.creator-glow{background:linear-gradient(135deg,#f093fb,#f5576c);background:var(--creator-gradient)}.login-btn{animation:subtleFloat 6s ease-in-out infinite}.login-btn:hover{animation-play-state:paused;box-shadow:0 20px 40px #667eea99,inset 0 2px 0 #fff6;transform:translateY(-5px) scale(1.05)}@keyframes subtleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.login-btn.creator:hover{box-shadow:0 15px 35px #f093fb80,inset 0 2px 0 #ffffff4d}.login-btn:hover .btn-glow{opacity:.8}.gradient-shift{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:100%;left:-100%;position:absolute;top:0;transition:left .8s ease;width:100%}.login-btn.creator:hover .gradient-shift{left:100%}.user-actions{gap:1.5rem}.user-actions,.user-info{align-items:center;display:flex}.user-info{gap:1rem}.user-badge{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--brand-gradient);border:2px solid #fff3;border-radius:50%;box-shadow:0 8px 25px #667eea66,inset 0 1px 0 #ffffff4d;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:800;height:50px;justify-content:center;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);transition:var(--transition-bounce);width:50px}.user-name{color:#fff;color:var(--text-primary);font-size:1rem;font-weight:700;text-shadow:0 0 20px #667eea66;text-shadow:var(--text-glow)}.user-type{color:#ffffffd9;color:var(--text-secondary);font-size:.85rem;font-weight:500;text-transform:capitalize}.logout-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff40;border-radius:50px;color:#fff;color:var(--text-primary);cursor:pointer;font-size:.9rem;font-weight:600;min-height:50px;padding:.9rem 1.8rem;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);transition:var(--transition-bounce)}.logout-btn:hover{background:#fff3;border-color:#667eea80;box-shadow:0 10px 30px #667eea4d;transform:translateY(-2px)}.hamburger-creative{background:#0000;border:none;border-radius:50%;cursor:pointer;display:none;height:56px;overflow:visible;padding:0;position:relative;width:56px;z-index:1002}.hamburger-bg{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 8px 25px #667eea66,inset 0 1px 0 #fff3,0 0 20px #667eea4d;height:100%;left:0;position:absolute;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth);width:100%}.hamburger-lines{display:flex;flex-direction:column;height:18px;justify-content:space-between;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px;z-index:2}.line{background:#fff;border-radius:2px;box-shadow:0 0 8px #ffffff80;height:3px;transform-origin:center;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth);width:100%}.line-1{transform-origin:center 1.5px}.line-3{transform-origin:center -1.5px}.hamburger-pulse{border:2px solid #667eea99;bottom:-10px;left:-10px;right:-10px;top:-10px}.hamburger-pulse,.hamburger-sparkle{border-radius:50%;pointer-events:none;position:absolute}.hamburger-sparkle{background:radial-gradient(circle,#fff 0,#0000 70%);box-shadow:0 0 8px #fffc;height:6px;width:6px}.sparkle-1{right:-8px;top:-8px}.sparkle-2{bottom:-8px;left:-8px}.sparkle-3{left:-8px;top:-8px}.hamburger-creative:hover .hamburger-bg{box-shadow:0 12px 35px #667eea99,inset 0 2px 0 #ffffff4d,0 0 30px #667eea80;transform:scale(1.1)}.hamburger-creative:hover .line{box-shadow:0 0 12px #fffc}.hamburger-creative.menu-open .hamburger-bg{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 12px 35px #f093fb99,inset 0 2px 0 #ffffff4d,0 0 30px #f093fb80}.mobile-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.mobile-drawer{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(135deg,#0a0a1ffa,#1a1a2efa 50%,#0f3460f2);box-shadow:-15px 0 60px #0009;height:100vh;max-height:100vh;max-width:380px;overflow:hidden;position:fixed;right:0;top:0;width:85%;z-index:1001}.mobile-drawer:before{background:radial-gradient(circle at 30% 30%,#667eea1a 0,#0000 50%),radial-gradient(circle at 70% 70%,#f093fb14 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.mobile-drawer-background{overflow:hidden;pointer-events:none;z-index:0}.bg-gradient-1,.mobile-drawer-background{bottom:0;left:0;position:absolute;right:0;top:0}.bg-gradient-1{animation:gradientPulse1 6s ease-in-out infinite;background:radial-gradient(circle at 80% 20%,#667eea26 0,#0000 50%)}.bg-gradient-2{animation:gradientPulse2 8s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#f093fb1a 0,#0000 50%);bottom:0;left:0;position:absolute;right:0;top:0}@keyframes gradientPulse1{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@keyframes gradientPulse2{0%,to{opacity:.2;transform:scale(1.1)}50%{opacity:.5;transform:scale(1)}}.mobile-content{display:flex;flex-direction:column;gap:0;height:100%;overflow:hidden;padding:1.25rem 1.25rem 1rem;position:relative;z-index:2}.mobile-header{align-items:center;border-bottom:1px solid #667eea40;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:.5rem;padding-bottom:1rem}.mobile-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:800;text-shadow:0 0 20px #667eea66;text-shadow:var(--text-glow)}.mobile-close,.mobile-title{color:#fff;color:var(--text-primary)}.mobile-close{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff40;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth);width:44px}.mobile-close:hover{background:#fff3;border-color:#667eea80;transform:rotate(90deg) scale(1.1)}.mobile-nav-links{display:flex;flex:1 1;flex-direction:column;gap:.25rem;margin-bottom:0;min-height:0;overflow-y:auto}.mobile-nav-link{align-items:center;border-radius:16px;border-radius:var(--border-radius);color:#ffffffd9;color:var(--text-secondary);display:flex;font-size:1rem;justify-content:space-between;min-height:56px;overflow:hidden;padding:1rem 1.25rem;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.mobile-nav-content{align-items:center;display:flex;gap:1rem;z-index:2}.mobile-nav-icon{filter:drop-shadow(0 0 8px rgba(102,126,234,.4));flex-shrink:0;height:20px;width:20px}.mobile-nav-icon,.mobile-nav-text{transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.mobile-nav-text{font-size:1rem;font-weight:600}.mobile-nav-arrow{height:20px;opacity:.6;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth);width:20px}.mobile-nav-arrow svg{height:100%;width:100%}.mobile-nav-link:before{background:linear-gradient(90deg,#0000,#667eea33,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%;z-index:1}.mobile-nav-link.active,.mobile-nav-link:hover{background:#667eea26;border-color:#667eea4d;box-shadow:0 8px 25px #667eea4d,inset 0 1px 0 #ffffff1a;color:var(--text-primary);text-shadow:0 0 20px #667eea66;text-shadow:var(--text-glow);transform:translateX(12px)}.mobile-nav-link:hover:before{left:100%}.mobile-nav-link.active .mobile-nav-icon,.mobile-nav-link:hover .mobile-nav-icon{filter:drop-shadow(0 0 12px rgba(102,126,234,.8));transform:scale(1.2) rotate(10deg)}.mobile-nav-link.active .mobile-nav-arrow,.mobile-nav-link:hover .mobile-nav-arrow{opacity:1;transform:translateX(5px) scale(1.2)}.mobile-active-indicator{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--brand-gradient);border-radius:3px;box-shadow:0 0 10px #667eea80;height:24px;width:6px}.mobile-features-section{margin-bottom:0!important;padding-bottom:0!important}.mobile-section-title{color:#ffffffd9;color:var(--text-secondary);font-size:.85rem;font-weight:700;letter-spacing:.1em;margin-bottom:.75rem;margin-top:.5rem;padding-left:1.25rem;position:relative;text-transform:uppercase}.mobile-section-title:before{background:linear-gradient(135deg,#f093fb,#f5576c);background:var(--creator-gradient);border-radius:2px;content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.mobile-feature-link{border-radius:10px;color:#ffffffd9;color:var(--text-secondary);display:block;font-size:.9rem;padding:.75rem 1.25rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);transition:var(--transition-smooth)}.mobile-feature-link:last-child{margin-bottom:0!important}.mobile-feature-link:hover{background:#667eea1a;color:#fff;color:var(--text-primary);padding-left:2rem;transform:translateX(4px)}.mobile-auth-actions{background:linear-gradient(90deg,#667eea14,#f093fb14);border-radius:18px;border-top:none!important;box-shadow:0 0 24px 0 #667eea1f,0 2px 8px #667eea14;display:flex;flex-direction:column;gap:1rem}.mobile-login-btn{align-items:center;border-radius:var(--border-radius);box-sizing:border-box;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;letter-spacing:.3px;margin:0;min-height:50px;overflow:hidden;padding:1rem 1.5rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);transition:var(--transition-bounce);width:100%;z-index:5}.mobile-drawer{backdrop-filter:blur(40px) saturate(1.2);-webkit-backdrop-filter:blur(40px) saturate(1.2);background:linear-gradient(120deg,#1e1e32fa,#0f3460f7);border-left:none;border-radius:32px 0 0 32px;box-shadow:-20px 0 60px #667eea2e,0 2px 32px 0 #f093fb1a,0 0 0 1px #ffffff0a;transition:box-shadow .5s cubic-bezier(.4,0,.2,1),background .5s cubic-bezier(.4,0,.2,1)}.mobile-content{background:linear-gradient(120deg,#28283cfa,#0f3460f5);border-radius:28px;box-shadow:0 8px 32px #667eea1a;padding:1.5rem 1.25rem 1.25rem}.mobile-auth-actions{background:linear-gradient(90deg,#667eea2e,#f093fb2e);border:1px solid #ffffff14;border-radius:22px;box-shadow:0 0 32px 0 #667eea2e,0 2px 12px #f093fb1a;margin-bottom:1.2rem!important;margin-top:.2rem!important;padding:.75rem .5rem!important}.mobile-login-btn{background:linear-gradient(120deg,#667eea,#f093fb);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 4px 18px #667eea2e,0 1px 6px #f093fb1a;color:#fff;font-size:1.05rem;font-weight:700;letter-spacing:.04em;transition:box-shadow .3s,background .3s}.mobile-login-btn.brand{background:linear-gradient(120deg,#667eea,#764ba2)}.mobile-login-btn.creator{background:linear-gradient(120deg,#f093fb,#f5576c)}.mobile-login-btn:focus,.mobile-login-btn:hover{background:linear-gradient(120deg,#667eea,#f093fb);box-shadow:0 8px 32px #667eea47,0 2px 12px #f093fb2e;outline:none}.mobile-nav-links{background:linear-gradient(120deg,#1e1e32f5,#0f3460f2);border-radius:18px;box-shadow:0 2px 12px #667eea14;padding:.5rem .25rem}.mobile-nav-link{background:#ffffff08;border:1px solid #ffffff0a;border-radius:14px;box-shadow:0 1px 4px #667eea0f;color:#f5f5f7;font-size:1.05rem;font-weight:600;margin-bottom:.15rem;transition:background .3s,box-shadow .3s}.mobile-nav-link.active,.mobile-nav-link:hover{background:linear-gradient(120deg,#667eea,#f093fb);box-shadow:0 4px 16px #667eea2e;color:#fff}.mobile-features-section{background:linear-gradient(120deg,#667eea14,#f093fb14);border-radius:16px;box-shadow:0 1px 8px #667eea14;margin-top:1rem;padding:.5rem .25rem}.mobile-feature-link{background:#ffffff08;border:1px solid #ffffff0a;border-radius:12px;box-shadow:0 1px 4px #667eea0f;color:#f5f5f7;font-size:.98rem;font-weight:500;margin-bottom:.12rem;transition:background .3s,box-shadow .3s}.mobile-feature-link.active,.mobile-feature-link:hover{background:linear-gradient(120deg,#667eea,#f093fb);box-shadow:0 2px 8px #667eea1f;color:#fff}@media (max-width:1100px){.nav-links{gap:2rem}.nav-container{padding:0 2rem}}@media (max-width:992px){.nav-links{display:none!important}.hamburger-creative{display:block!important;position:relative;z-index:1002}.navbar{height:70px;height:var(--navbar-mobile-height)}.navbar.scrolled{height:65px;height:calc(var(--navbar-mobile-height) - 5px)}}@media (max-width:768px){.nav-container{padding:0 1.5rem}.logo-container{font-size:1.6rem}.mobile-drawer{max-width:350px;width:92%}.mobile-content{gap:0;padding:1rem 1rem 1.5rem}.mobile-nav-link{font-size:.95rem;min-height:48px;padding:.75rem 1rem}.mobile-nav-icon{height:18px;width:18px}.mobile-login-btn{font-size:.9rem;margin:0;min-height:44px;padding:.75rem 1rem;width:100%}.mobile-section-title{font-size:.8rem;margin-bottom:.5rem;margin-top:.25rem;padding-left:1rem}.mobile-feature-link{font-size:.85rem;margin-bottom:.2rem;padding:.6rem 1rem}.mobile-auth-actions{gap:.75rem;margin-top:-.25rem!important}}@media (max-width:480px){.nav-container{padding:0 1rem}.logo-container{font-size:1.4rem}.mobile-drawer{max-width:none;width:100%}.mobile-content{gap:0;padding:.75rem .75rem 1.25rem}.mobile-header{margin-bottom:.5rem;padding-bottom:.75rem}.mobile-title{font-size:1.2rem}.mobile-nav-link{font-size:.9rem;min-height:44px;padding:.6rem .75rem}.mobile-nav-content{gap:.75rem}.mobile-nav-icon{height:16px;width:16px}.mobile-nav-text{font-size:.9rem}.mobile-login-btn{font-size:.85rem;margin:0;min-height:42px;padding:.6rem .75rem;width:100%}.mobile-section-title{font-size:.75rem;margin-bottom:.4rem;margin-top:.25rem;padding-left:.75rem}.mobile-feature-link{font-size:.8rem;margin-bottom:.15rem;padding:.5rem .75rem}.mobile-auth-actions{gap:.75rem;margin-top:-.25rem!important;padding:.75rem 0 0;width:100%}.mobile-user-info{gap:.75rem;padding:.75rem}}.hamburger-creative,.login-btn,.mobile-drawer,.mobile-nav-link,.navbar{-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px;transform:translateZ(0);will-change:transform}.bg-gradient-1,.bg-gradient-2,.navbar-gradient-overlay{transform:translateZ(0);will-change:opacity,transform}@media (prefers-reduced-motion:reduce){.bg-gradient-1,.bg-gradient-2,.logo-dot,.navbar-gradient-overlay{animation:none}.hamburger-creative span,.login-btn,.mobile-drawer,.nav-accent-line,.nav-link,.navbar{transition:none}}.hamburger-creative:focus,.login-btn:focus,.logout-btn:focus,.mobile-login-btn:focus,.mobile-logout-btn:focus,.mobile-nav-link:focus,.nav-link:focus{border-radius:4px;outline:2px solid #667eea;outline-offset:3px}@media (prefers-contrast:high){:root{--text-primary:#fff;--text-secondary:#fff;--navbar-bg:#000}.navbar{background:#000;border-bottom:3px solid #fff}}.aurax-footer{background:linear-gradient(135deg,var(--aurax-midnight-black) 0,#0a0a1f 25%,#112 50%,#1a1a2e 75%,var(--aurax-midnight-black) 100%);color:#fff;font-family:var(--font-primary);min-height:50vh;overflow:hidden;padding:5rem 1rem 2rem;position:relative}.aurora-background{animation:auroraWave 20s ease-in-out infinite,auroraShift 15s ease-in-out infinite reverse,auroraPulse 25s ease-in-out infinite;background:linear-gradient(45deg,#0000 30%,#a259ff1a 50%,#0000 70%),linear-gradient(-45deg,#0000 30%,#00e0ff14 50%,#0000 70%),linear-gradient(90deg,#0000 40%,#ff4fcb0f 60%,#0000 80%);background-size:400% 400%,300% 300%,500% 500%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}@keyframes auroraWave{0%,to{background-position:0 50%,0 50%,0 50%}25%{background-position:50% 25%,25% 75%,25% 25%}50%{background-position:100% 50%,50% 50%,50% 50%}75%{background-position:50% 75%,75% 25%,75% 75%}}@keyframes auroraShift{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(5px) rotate(-.5deg)}}@keyframes auroraPulse{0%,to{opacity:.7}50%{opacity:1}}.neural-grid{animation:gridFloat 30s linear infinite;background-image:linear-gradient(#a259ff08 1px,#0000 0),linear-gradient(90deg,#a259ff08 1px,#0000 0);background-size:50px 50px;height:120%;position:absolute;transform:rotate(15deg) translate(-10%,-10%);width:120%;z-index:1}@keyframes gridFloat{0%{transform:rotate(15deg) translate(-10%,-10%)}to{transform:rotate(15deg) translate(-15%,-15%)}}.footer-container{margin:0 auto;max-width:1400px;position:relative;z-index:2}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;margin-bottom:3rem}@media (min-width:768px){.footer-content{gap:4rem;grid-template-columns:1.2fr 1fr}}@media (min-width:1024px){.footer-content{gap:5rem;grid-template-columns:1fr 1.5fr}}.brand-section{display:flex;flex-direction:column;gap:2rem}.aurax-brand-container{margin-bottom:1.5rem}.aurax-footer-logo{margin-bottom:1rem}.aurax-footer-logo,.aurax-logo-text{display:inline-block;position:relative}.aurax-logo-text{-webkit-text-fill-color:#0000;background:var(--gradient-aurax-primary);-webkit-background-clip:text;background-clip:text;font-family:var(--font-heading);font-size:2.5rem;font-weight:800;letter-spacing:.05em;z-index:2}.logo-aura{animation:logoAuraFloat 3s ease-in-out infinite;background:radial-gradient(circle,#a259ff4d 0,#00e0ff33 50%,#0000 70%);border-radius:50%;height:120%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120%;z-index:1}@keyframes logoAuraFloat{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}.brand-tagline{-webkit-text-fill-color:#0000;background:var(--gradient-aurax-secondary);-webkit-background-clip:text;background-clip:text;font-size:1.125rem;font-weight:600;letter-spacing:.02em;margin-bottom:.75rem}.footer-description{color:#fffc;font-size:1rem;line-height:1.7;max-width:400px}.contact-section{display:flex;flex-direction:column;gap:1rem}.contact-item,.contact-link{align-items:center;display:flex;gap:.75rem}.contact-link{color:#fffc;padding:.5rem 0;text-decoration:none;transition:all .3s ease}.contact-link:hover{color:var(--aurax-electric-blue);text-shadow:0 0 10px #00e0ff80;transform:translateX(5px)}.contact-icon{align-items:center;display:flex;font-size:1.25rem;height:24px;justify-content:center;transition:all .3s ease;width:24px}.whatsapp-link:hover .whatsapp-icon{filter:drop-shadow(0 0 10px #25d366)}.links-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:640px){.links-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.links-grid{grid-template-columns:repeat(3,1fr)}}.links-section,.section-title{position:relative}.section-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.aurax-gradient-text{-webkit-text-fill-color:#0000;background:var(--gradient-aurax-accent);-webkit-background-clip:text;background-clip:text;font-family:var(--font-heading);letter-spacing:.02em}.title-glow{background:var(--gradient-aurax-full);border-radius:2px;bottom:-5px;box-shadow:0 0 10px #a259ff80;height:2px;left:0;position:absolute;width:50px}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-link{align-items:center;color:#ffffffb3;display:flex;gap:.75rem;overflow:hidden;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#fff;transform:translateX(5px)}.link-icon{align-items:center;display:flex;font-size:1rem;height:20px;justify-content:center;transition:all .3s ease;width:20px}.footer-link:hover .link-icon{filter:drop-shadow(0 0 5px currentColor);transform:scale(1.2)}.link-text{font-weight:500}.link-underline{background:var(--gradient-aurax-primary);bottom:0;height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-link:hover .link-underline{box-shadow:0 0 5px #a259ffb3;width:100%}.newsletter-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.newsletter-description{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem}.newsletter-form{width:100%}.input-group{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.input-group{flex-direction:row}}.newsletter-input{background:#ffffff0d;border:1px solid #fff3;border-radius:8px;color:#fff;flex:1 1;font-size:.95rem;padding:.875rem 1rem;transition:all .3s ease}.newsletter-input::placeholder{color:#ffffff80}.newsletter-input:focus{background:#ffffff14;border-color:var(--aurax-electric-blue);box-shadow:0 0 20px #00e0ff4d;outline:none}.newsletter-btn{background:var(--gradient-aurax-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;overflow:hidden;padding:.875rem 1.5rem;position:relative;transition:all .3s ease}.newsletter-btn:hover{box-shadow:0 10px 30px #a259ff66;transform:translateY(-2px)}.btn-glow{background:var(--gradient-aurax-primary);border-radius:8px;bottom:-2px;left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.newsletter-btn:hover .btn-glow{animation:btnPulse 1.5s ease-in-out infinite;opacity:1}@keyframes btnPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.footer-divider{margin:3rem 0 2rem;position:relative}.divider-line{animation:dividerGlow 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#a259ff80 25%,#00e0ffb3 50%,#ff4fcb80 75%,#0000);box-shadow:0 0 10px #a259ff4d;height:1px}@keyframes dividerGlow{0%,to{opacity:.7}50%{opacity:1}}.footer-bottom{align-items:center;display:flex;flex-direction:column;gap:2rem;padding-top:2rem}@media (min-width:768px){.footer-bottom{align-items:center;flex-direction:row;justify-content:space-between}}.copyright-section{text-align:center}@media (min-width:768px){.copyright-section{text-align:left}}.copyright{color:#fff9;font-size:.9rem;margin-bottom:.5rem}.crafted-text{color:#ffffff80;font-size:.85rem;font-style:italic}.social-section{align-items:center;display:flex}.social-links{display:flex;gap:1rem}.social-icon{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#ffffffb3;display:flex;height:44px;justify-content:center;overflow:hidden;text-decoration:none;width:44px}.social-icon,.social-icon svg{position:relative;transition:all .3s ease}.social-icon svg{height:20px;width:20px;z-index:2}.social-icon:hover{border-color:currentColor;color:#fff;transform:translateY(-3px)}.social-glow{border-radius:12px;bottom:-2px;left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:1}.social-icon:hover .social-glow{animation:socialPulse 2s ease-in-out infinite;opacity:1}@keyframes socialPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.instagram:hover{color:#e4405f}.instagram-glow{background:radial-gradient(circle,#e4405f4d 0,#0000 70%)}.linkedin:hover{color:#0077b5}.linkedin-glow{background:radial-gradient(circle,#0077b54d 0,#0000 70%)}.twitter:hover{color:#1da1f2}.twitter-glow{background:radial-gradient(circle,#1da1f24d 0,#0000 70%)}.tiktok:hover{color:#ff0050}.tiktok-glow{background:radial-gradient(circle,#ff00504d 0,#0000 70%)}.youtube:hover{color:red}.youtube-glow{background:radial-gradient(circle,#ff00004d 0,#0000 70%)}.whatsapp:hover{color:#25d366}.whatsapp-glow{background:radial-gradient(circle,#25d3664d 0,#0000 70%)}.aurax-scroll-top{align-items:center;background:var(--gradient-aurax-primary);border:none;border-radius:50%;bottom:2rem;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;overflow:hidden;position:fixed;right:2rem;transition:all .3s ease;width:56px;z-index:1000}.aurax-scroll-top:hover{box-shadow:0 20px 40px #a259ff66;transform:translateY(-5px) scale(1.1)}.scroll-icon{position:relative;z-index:2}.scroll-icon svg{height:24px;transition:transform .3s ease;width:24px}.aurax-scroll-top:hover .scroll-icon svg{transform:translateY(-2px)}.scroll-glow{background:var(--gradient-aurax-primary);border-radius:50%;bottom:-3px;left:-3px;opacity:0;position:absolute;right:-3px;top:-3px;transition:opacity .3s ease;z-index:1}.aurax-scroll-top:hover .scroll-glow{animation:scrollGlow 2s ease-in-out infinite;opacity:1}@keyframes scrollGlow{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width:767px){.aurax-footer{margin-bottom:0;padding:3rem 1rem}.aurax-logo-text{font-size:2rem}.newsletter-section{padding:1.5rem}.social-links{gap:.75rem}.social-icon{height:40px;width:40px}.social-icon svg{height:18px;width:18px}.aurax-scroll-top{bottom:1.5rem;height:48px;right:1.5rem;width:48px}.scroll-icon svg{height:20px;width:20px}body{padding-bottom:0!important}}@media (prefers-reduced-motion:reduce){.aurora-background,.btn-glow,.divider-line,.logo-aura,.neural-grid,.scroll-glow,.social-glow{animation:none}.aurax-footer *{transition-duration:.01ms!important}}@media (prefers-contrast:high){.aurax-footer{background:#000;border-top:3px solid #fff}.newsletter-section{background:#ffffff1a;border:2px solid #ffffff4d}.social-icon{background:#fff3;border:2px solid #ffffff80}}:root{--bg-dark:#0c0c17;--text-white:#fff;--text-pink:#d11c81;--text-red:#f0483a;--smoke-purple:#a63dbd;--smoke-teal:#3cbfae;--line-white-faint:#ffffff40;--hero-radius:27px}.HeroSection_heroSection__LqMcG{align-items:center;background:#0c0c17;background:var(--bg-dark);display:flex;font-family:Poppins,Outfit,Arial,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative;width:100vw}.HeroSection_smokeBG__W3U0q{inset:0;pointer-events:none;position:absolute;z-index:1}.HeroSection_contentWrapper__07X\+M{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1120px;position:relative;text-align:center;width:100%;z-index:2}.HeroSection_subheading__yHDvb{color:#d11c81;color:var(--text-pink);font-size:1.03rem;font-weight:600;letter-spacing:.47em;margin-bottom:28px;text-transform:uppercase;word-spacing:.35em}.HeroSection_heading__R-dwV{color:#fff;color:var(--text-white);font-family:Poppins,Outfit,Arial,sans-serif;font-size:4rem;font-weight:700;letter-spacing:-1.8px;line-height:1.1;margin-bottom:34px}.HeroSection_voiceSpan__ER4v2{color:#fff;color:var(--text-white);display:inline-block;font-weight:700;position:relative}.HeroSection_voiceUnderline__kmwlZ{border-radius:2.5px;bottom:-12px;height:5px;left:0;overflow:visible;right:0;transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.77,0,.175,1);width:100%;z-index:3}.HeroSection_underlineDot__T4-Hm,.HeroSection_voiceUnderline__kmwlZ{background:#f0483a;background:var(--text-red);display:block;position:absolute}.HeroSection_underlineDot__T4-Hm{animation:HeroSection_dotPulse__xt\+8v 1.1s cubic-bezier(.72,.02,.12,1.01) infinite alternate;border-radius:50%;content:"";height:11px;right:-16px;top:45%;transform:translateY(-50%) scale(1);width:11px}@keyframes HeroSection_dotPulse__xt\+8v{to{opacity:.65;transform:translateY(-50%) scale(1.45)}}.HeroSection_ctaButton__ruw6N{background:#0000;border:1.7px solid #ffffff57;border-radius:32px;box-shadow:0 4px 27px 0 #f1483a12;color:#fff;color:var(--text-white);cursor:pointer;font-size:1.18rem;font-weight:600;letter-spacing:.2px;margin-top:16px;padding:16px 44px;position:relative;transition:background .19s,color .24s,border-color .18s}.HeroSection_ctaButton__ruw6N:hover{background:#f0483a1a;border-color:#f0483a;border-color:var(--text-red);color:#f0483a;color:var(--text-red)}.HeroSection_arrow__gBV3C{color:inherit;margin-left:9px;transition:transform .24s cubic-bezier(.77,0,.175,1),color .24s}.HeroSection_ctaButton__ruw6N:hover .HeroSection_arrow__gBV3C{color:#f0483a;color:var(--text-red);transform:translateX(9px) scale(1.055)}@media (max-width:1100px){.HeroSection_heading__R-dwV{font-size:2.65rem}.HeroSection_subheading__yHDvb{font-size:.98rem;margin-bottom:19px}.HeroSection_ctaButton__ruw6N{font-size:1rem;padding:13px 29px}}@media (max-width:600px){.HeroSection_heading__R-dwV{font-size:1.24rem}.HeroSection_ctaButton__ruw6N{font-size:.95rem;padding:10px 10vw}}.Hero_hero__2GcVT{align-items:center;background:linear-gradient(135deg,#0a0a0f,#1a1a2e 25%,#16213e 50%,#0f3460 75%,#1a1a2e),radial-gradient(circle at 30% 30%,#667eea26 0,#0000 50%),radial-gradient(circle at 70% 70%,#f565651a 0,#0000 50%);box-sizing:border-box;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:1rem;position:relative;width:100%}.Hero_nightMode__IpgE0{background:linear-gradient(135deg,#050510,#0f0f23 25%,#1a1a2e 50%,#0a1430 75%,#0f0f23),radial-gradient(circle at 25% 25%,#8a2be233 0,#0000 50%),radial-gradient(circle at 75% 75%,#00d4ff26 0,#0000 50%)}.Hero_hero__2GcVT:before{animation:Hero_gridFloat__yaoEC 20s linear infinite;background-image:linear-gradient(#667eea1a 1px,#0000 0),linear-gradient(90deg,#667eea1a 1px,#0000 0);background-size:50px 50px;bottom:0;content:"";left:0;opacity:.6;position:absolute;right:0;top:0;z-index:1}@keyframes Hero_gridFloat__yaoEC{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.Hero_backgroundOverlay__qwJ4B{animation:Hero_backgroundPulse__TBSQS 8s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#667eea33 0,#0000 60%),radial-gradient(circle at 80% 20%,#8a2be226 0,#0000 60%),radial-gradient(circle at 40% 40%,#00d4ff1a 0,#0000 60%),radial-gradient(circle at 60% 60%,#ff008014 0,#0000 60%);bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}@keyframes Hero_backgroundPulse__TBSQS{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.Hero_statusIndicator__o64zT{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#00d4ff1a,#8a2be21a);border:1px solid #00d4ff4d;border-radius:50px;box-shadow:0 8px 32px #00d4ff26,inset 0 1px 0 #ffffff1a;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;position:absolute;right:1.5rem;text-shadow:0 0 10px #00d4ff80;top:1.5rem;z-index:15}.Hero_statusDot__T-xHO{animation:Hero_premiumPulse__PuS6x 2s ease-in-out infinite;background:linear-gradient(135deg,#0f8,#00d4ff);border-radius:50%;box-shadow:0 0 10px #0f89,0 0 20px #00ff884d,0 0 30px #00ff881a;height:.625rem;width:.625rem}@keyframes Hero_premiumPulse__PuS6x{0%,to{box-shadow:0 0 10px #0f89,0 0 20px #00ff884d;opacity:1;transform:scale(1)}50%{box-shadow:0 0 15px #0f8c,0 0 30px #00ff8880,0 0 45px #0f83;opacity:.8;transform:scale(1.2)}}.Hero_aiGreetingNew__rzg4h{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#667eea26,#8a2be21a);border:1px solid #667eea4d;border-radius:20px;box-shadow:0 8px 32px #667eea33,inset 0 1px 0 #ffffff1a,0 0 0 1px #667eea1a;display:flex;gap:.75rem;left:1.5rem;max-width:calc(100vw - 3rem);padding:1rem 1.5rem;position:absolute;top:1.5rem;z-index:15}.Hero_aiIcon__\+8YLB{animation:Hero_premiumSparkle__GqPR- 3s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(102,126,234,.6));font-size:1.5rem}.Hero_aiText__PZ\+nB{display:flex;flex-direction:column;gap:.25rem}.Hero_aiMessage__gHVgw{color:#fffffff2;font-size:.875rem;font-weight:600;text-shadow:0 0 10px #667eea4d}.Hero_aiAvatar__eBiGm{font-size:.75rem;font-weight:700;letter-spacing:1px;opacity:.9;text-shadow:0 0 8px currentColor;text-transform:uppercase}@keyframes Hero_premiumSparkle__GqPR-{0%,to{filter:drop-shadow(0 0 8px rgba(102,126,234,.6));transform:scale(1) rotate(0deg)}33%{filter:drop-shadow(0 0 12px rgba(138,43,226,.8));transform:scale(1.05) rotate(3deg)}66%{filter:drop-shadow(0 0 12px rgba(0,212,255,.8));transform:scale(1.05) rotate(-3deg)}}.Hero_mainContent__eJt\+u{gap:3rem;margin-top:4rem;max-width:1200px;padding:2rem 1rem;position:relative;text-align:center;width:100%;z-index:10}.Hero_headerSection__UAwYF,.Hero_mainContent__eJt\+u{align-items:center;display:flex;flex-direction:column}.Hero_headerSection__UAwYF{gap:1.5rem;max-width:600px}.Hero_badge__Ykk5k{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#667eea33,#8a2be226);border:1px solid #667eea66;border-radius:50px;box-shadow:0 8px 32px #667eea26,inset 0 1px 0 #ffffff1a;color:#fffffff2;display:inline-flex;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;text-shadow:0 0 10px #667eea4d}.Hero_badgeText__DpZ4M{align-items:center;display:flex;gap:.5rem}.Hero_modernHeadline__TOpvS{color:#fff;font-family:var(--font-heading);font-size:clamp(2.5rem,8vw,4rem);font-weight:800;letter-spacing:.02em;line-height:1.1;margin:0;text-shadow:0 4px 20px #0006,0 0 40px #a259ff99}.Hero_gradientTextNew__wSiEj{-webkit-text-fill-color:#0000;animation:Hero_premiumGradientShift__NKaQT 4s ease-in-out infinite;background:var(--gradient-aurax-full);-webkit-background-clip:text;background-clip:text;background-size:300% 300%;display:inline-block;filter:drop-shadow(0 0 20px rgba(162,89,255,.6));font-family:var(--font-heading);letter-spacing:.05em}@keyframes Hero_premiumGradientShift__NKaQT{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.Hero_modernSubheadline__6MhHJ{color:#ffffffd9;font-size:clamp(1.125rem,4vw,1.25rem);font-weight:500;line-height:1.6;margin:0;max-width:500px;text-shadow:0 2px 10px #0000004d}.Hero_ctaGroup__xqF3f{display:flex;flex-direction:column;gap:1rem;max-width:400px;width:100%}.Hero_primaryCta__8jdB\+{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;box-shadow:0 12px 40px #667eea66,inset 0 1px 0 #fff3;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;overflow:hidden;padding:1.25rem 2.5rem;position:relative;text-shadow:0 2px 4px #0003;transition:all .3s ease}.Hero_primaryCta__8jdB\+:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.Hero_primaryCta__8jdB\+:hover{background:linear-gradient(135deg,#7c8aed,#8a5aa5);box-shadow:0 16px 50px #667eea80,inset 0 1px 0 #ffffff4d,0 0 0 1px #667eea4d;transform:translateY(-3px) scale(1.02)}.Hero_primaryCta__8jdB\+:hover:before{left:100%}.Hero_ctaArrow__5qs5G{height:1.25rem;transition:transform .3s ease;width:1.25rem}.Hero_primaryCta__8jdB\+:hover .Hero_ctaArrow__5qs5G{transform:translateX(4px)}.Hero_secondaryCta__dU90A{background:#0000;border:2px solid #667eea80;border-radius:16px;box-shadow:inset 0 0 0 1px #667eea33;color:#ffffffe6;cursor:pointer;font-size:1rem;font-weight:600;padding:1.25rem 2.5rem;text-shadow:0 2px 4px #0003;transition:all .3s ease}.Hero_secondaryCta__dU90A:hover{background:linear-gradient(135deg,#667eea1a,#8a2be21a);border-color:#667eeab3;box-shadow:0 8px 32px #667eea33,inset 0 0 0 1px #667eea4d;transform:translateY(-2px)}.Hero_statsSection__1sOFM{max-width:800px;width:100%}.Hero_statsTitle__fCz3Z{color:#ffffffe6;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;text-align:center}.Hero_statsGrid__7FvCt{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.Hero_statCard__XWrZG{position:relative}.Hero_statCardInner__U5By9{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#667eea1a,#8a2be20d);border:1px solid #667eea4d;border-radius:20px;box-shadow:0 8px 32px #667eea26,inset 0 1px 0 #ffffff1a;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.Hero_statCardInner__U5By9:before{background:linear-gradient(90deg,#0000,#667eea80,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.Hero_statCardInner__U5By9:hover{background:linear-gradient(135deg,#667eea26,#8a2be214);border-color:#667eea80;box-shadow:0 16px 50px #667eea40,inset 0 1px 0 #fff3,0 0 0 1px #667eea33;transform:translateY(-8px) scale(1.02)}.Hero_statHeader__gHbkJ{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.Hero_statIcon__1yZsX{align-items:center;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 4px 12px #0000004d,inset 0 1px 0 #fff3;display:flex;font-size:1.5rem;font-weight:700;height:3rem;justify-content:center;transition:all .3s ease;width:3rem}.Hero_statChange__BBdj1{font-size:.875rem;font-weight:600;text-shadow:0 0 8px currentColor}.Hero_statCardInner__U5By9:hover .Hero_statIcon__1yZsX{box-shadow:0 6px 20px #0006,inset 0 1px 0 #ffffff4d,0 0 20px currentColor;filter:brightness(1.2);transform:scale(1.1) rotate(5deg)}.Hero_statValue__JY6xW{color:#fff;font-size:2.25rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 8px #0000004d,0 0 20px #667eea33;transition:all .3s ease}.Hero_statLabel__IZ2B\+{color:#fffc;font-size:.875rem;font-weight:600;text-shadow:0 1px 4px #0000004d}.Hero_statCardInner__U5By9:hover .Hero_statValue__JY6xW{text-shadow:0 2px 8px #0006,0 0 30px #667eea66;transform:scale(1.05)}.Hero_featuresSection__ipLaR{max-width:500px;width:100%}.Hero_featuresList__zUHuT{display:flex;flex-direction:column;gap:1rem}.Hero_featureItem__yQKKV{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#ffffffe6;display:flex;font-size:.875rem;font-weight:500;gap:1rem;padding:1rem}.Hero_featureCheck__whUsF{align-items:center;background:#22c55e33;border-radius:50%;color:#22c55e;display:flex;font-size:.75rem;font-weight:600;height:1.5rem;justify-content:center;width:1.5rem}.Hero_floatingElements__lVrVw{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.Hero_floatingElement__uQlVZ{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);border-radius:50%;filter:blur(1px);height:100px;left:10%;position:absolute;top:20%;width:100px}.Hero_floatingElement2__Ka-z5{background:radial-gradient(circle,#ffffff14 0,#0000 70%);border-radius:50%;bottom:20%;filter:blur(2px);height:150px;position:absolute;right:15%;width:150px}.Hero_sceneContainer__vlVG5{display:none}@media (min-width:768px){.Hero_hero__2GcVT{padding:2rem}.Hero_mainContent__eJt\+u{gap:4rem;margin-top:0}.Hero_ctaGroup__xqF3f{flex-direction:row;justify-content:center;max-width:none}.Hero_statsGrid__7FvCt{grid-template-columns:repeat(3,1fr)}.Hero_featuresList__zUHuT{flex-direction:row;justify-content:center}.Hero_statusIndicator__o64zT{right:2rem;top:2rem}.Hero_aiGreetingNew__rzg4h{left:2rem;top:2rem}}@media (min-width:1024px){.Hero_sceneContainer__vlVG5{display:block;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:0}.Hero_floatingElement__uQlVZ{height:150px;width:150px}.Hero_floatingElement2__Ka-z5{height:200px;width:200px}}@media (max-width:768px){.Hero_hero__2GcVT{min-height:100vh;padding:1rem .75rem}.Hero_mainContent__eJt\+u{gap:2.5rem;margin-top:3rem;padding:1.5rem 1rem}.Hero_ctaGroup__xqF3f{gap:1.25rem}.Hero_statsGrid__7FvCt{gap:1.25rem;grid-template-columns:1fr}.Hero_statCardInner__U5By9{padding:1.75rem 1.5rem}.Hero_statValue__JY6xW{font-size:2rem}.Hero_statIcon__1yZsX{font-size:1.375rem;height:2.75rem;width:2.75rem}.Hero_statCardInner__U5By9:hover{transform:translateY(-4px) scale(1.01)}.Hero_statCardInner__U5By9:hover .Hero_statIcon__1yZsX{transform:scale(1.05) rotate(3deg)}}@media (max-width:480px){.Hero_hero__2GcVT{padding:1rem .75rem}.Hero_mainContent__eJt\+u{gap:2rem;margin-top:2.5rem;padding:1rem .75rem}.Hero_headerSection__UAwYF{gap:1rem}.Hero_modernHeadline__TOpvS{font-size:clamp(1.875rem,10vw,2.5rem)}.Hero_modernSubheadline__6MhHJ{font-size:clamp(1rem,4vw,1.125rem)}.Hero_statsGrid__7FvCt{gap:1rem;grid-template-columns:1fr}.Hero_statCardInner__U5By9{padding:1.5rem 1.25rem}.Hero_statValue__JY6xW{font-size:1.75rem}.Hero_statIcon__1yZsX{font-size:1.25rem;height:2.5rem;width:2.5rem}.Hero_ctaGroup__xqF3f{gap:1rem}.Hero_primaryCta__8jdB\+,.Hero_secondaryCta__dU90A{font-size:.9rem;padding:1rem 1.75rem}.Hero_statusIndicator__o64zT{font-size:.8rem;padding:.5rem .875rem;right:1rem;top:1rem}.Hero_aiGreetingNew__rzg4h{left:1rem;max-width:calc(100vw - 1.5rem);padding:.75rem 1rem;top:1rem}.Hero_aiMessage__gHVgw{font-size:.8rem}.Hero_aiAvatar__eBiGm{font-size:.7rem}.Hero_badge__Ykk5k{font-size:.8rem;padding:.625rem 1.25rem}}@media (prefers-color-scheme:dark){.Hero_hero__2GcVT{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#1a1a2e)}}@media (prefers-reduced-motion:reduce){.Hero_aiIcon__\+8YLB,.Hero_floatingElement2__Ka-z5,.Hero_floatingElement__uQlVZ,.Hero_gradientTextNew__wSiEj{animation:none}}.FeaturedCreators_featuredSection__VggdH{background:linear-gradient(180deg,#0a0a1fe6,#1a1a2ef2 50%,#0f3460e6);overflow:hidden;padding:4rem 0 6rem;position:relative;z-index:2}.FeaturedCreators_featuredSection__VggdH:before{background:radial-gradient(circle at 20% 30%,#667eea1a 0,#0000 50%),radial-gradient(circle at 80% 70%,#f5656514 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.FeaturedCreators_container__Rxuru{margin:0 auto;max-width:1400px;padding:0 1rem}.FeaturedCreators_header__gP41e{margin-bottom:3rem;text-align:center}.FeaturedCreators_sectionTitle__8zyFb{-webkit-text-fill-color:#0000;animation:FeaturedCreators_gradientShift__wCUDp 6s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2 25%,#f093fb 50%,#f5576c 75%,#4facfe);-webkit-background-clip:text;background-clip:text;background-size:300% 300%;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1rem;text-shadow:0 0 40px #667eea4d}@keyframes FeaturedCreators_gradientShift__wCUDp{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.FeaturedCreators_sectionSubtitle__vZR3n{color:#fffc;font-size:clamp(1rem,3vw,1.25rem);font-weight:500;margin:0 auto;max-width:600px;text-shadow:0 2px 10px #0000004d}.FeaturedCreators_carouselWrapper__u8yAm{margin-bottom:2rem;position:relative}.FeaturedCreators_carousel__45hzA{border-radius:24px;overflow:hidden;position:relative;width:100%}.FeaturedCreators_carouselTrack__w6jA\+{display:flex;transition:transform .8s cubic-bezier(.25,.46,.45,.94);will-change:transform}.FeaturedCreators_creatorCard__cLeHt{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#667eea1a,#8a2be20d);border:1px solid #667eea33;border-radius:24px;box-shadow:0 20px 40px #0003,inset 0 1px 0 #ffffff1a;cursor:pointer;flex:0 0 85%;margin-right:5%;overflow:hidden;position:relative;transition:all .3s ease}.FeaturedCreators_creatorCard__cLeHt:before{background:linear-gradient(90deg,#0000,#667eea99,#0000);content:"";height:2px;left:0;position:absolute;right:0;top:0;z-index:2}.FeaturedCreators_creatorCard__cLeHt:hover{border-color:#667eea66;box-shadow:0 32px 64px #667eea40,inset 0 1px 0 #fff3,0 0 0 1px #667eea33;transform:translateY(-8px) scale(1.02)}.FeaturedCreators_creatorCard__cLeHt.FeaturedCreators_active__lm\+jm{border-color:#667eea80;box-shadow:0 24px 48px #667eea4d,inset 0 1px 0 #fff3;transform:scale(1.05)}.FeaturedCreators_imageContainer__7xyye{border-radius:20px 20px 0 0;height:280px;overflow:hidden;position:relative}.FeaturedCreators_creatorImage__BdBrf{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.FeaturedCreators_creatorCard__cLeHt:hover .FeaturedCreators_creatorImage__BdBrf{transform:scale(1.1)}.FeaturedCreators_gradientOverlay__e7JI\+{background:linear-gradient(0deg,#000c 0,#0006 40%,#0000 70%);bottom:0;height:100%;left:0;position:absolute;right:0;z-index:1}.FeaturedCreators_favoriteButton__Nxhas{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border:1px solid #fff3;border-radius:50%;color:#ffffffe6;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:44px;z-index:3}.FeaturedCreators_favoriteButton__Nxhas:hover{background:#ff6b6b33;border-color:#ff6b6b66;color:#ff6b6b;transform:scale(1.1)}.FeaturedCreators_favoriteButton__Nxhas.FeaturedCreators_favorited__qnle9{background:#ff6b6b4d;border-color:#ff6b6b80;box-shadow:0 0 20px #ff6b6b66;color:#ff6b6b}.FeaturedCreators_plusButton__r0Mum{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;bottom:1rem;box-shadow:0 8px 24px #667eea66,inset 0 1px 0 #fff3;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;right:1rem;transition:all .3s ease;width:48px;z-index:3}.FeaturedCreators_plusButton__r0Mum:hover{background:linear-gradient(135deg,#7c8aed,#8a5aa5);box-shadow:0 12px 32px #667eea80,inset 0 1px 0 #ffffff4d;transform:scale(1.1) rotate(90deg)}.FeaturedCreators_cardContent__6GCIM{padding:1.5rem;position:relative}.FeaturedCreators_nameLocation__t4LMk{margin-bottom:1rem}.FeaturedCreators_creatorName__G8XpP{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 .25rem;text-shadow:0 2px 8px #0000004d}.FeaturedCreators_creatorLocation__B9IYP{color:#ffffffb3;font-size:.875rem;font-weight:500;margin:0}.FeaturedCreators_stats__vk3sh{display:flex;gap:1.5rem;margin-bottom:1rem}.FeaturedCreators_stat__kdvcx{align-items:center;display:flex;flex-direction:column;gap:.25rem}.FeaturedCreators_statValue__7SVyL{color:#fff;font-size:1.125rem;font-weight:700;text-shadow:0 0 10px #667eea4d}.FeaturedCreators_statLabel__zdDVf{color:#fff9;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.FeaturedCreators_categories__TZTVl{display:flex;flex-wrap:wrap;gap:.5rem}.FeaturedCreators_categoryTag__5r7lu{background:linear-gradient(135deg,#667eea33,#8a2be226);border:1px solid #667eea4d;border-radius:20px;color:#667eeae6;font-size:.75rem;font-weight:600;padding:.375rem .75rem;text-shadow:0 0 8px currentColor;transition:all .3s ease}.FeaturedCreators_categoryTag__5r7lu:hover{background:linear-gradient(135deg,#667eea4d,#8a2be233);box-shadow:0 4px 12px #667eea33;transform:translateY(-2px)}.FeaturedCreators_navButton__3h82j{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#667eea26,#8a2be21a);border:1px solid #667eea4d;border-radius:50%;color:#ffffffe6;cursor:pointer;display:flex;height:48px;justify-content:center;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:48px;z-index:4}.FeaturedCreators_carouselWrapper__u8yAm:hover .FeaturedCreators_navButton__3h82j{opacity:1;pointer-events:all}.FeaturedCreators_navButton__3h82j:hover{background:linear-gradient(135deg,#667eea40,#8a2be226);border-color:#667eea80;box-shadow:0 8px 24px #667eea33;transform:translateY(-50%) scale(1.1)}.FeaturedCreators_navPrev__Xcdb-{left:1rem}.FeaturedCreators_navNext__mCz1b{right:1rem}.FeaturedCreators_indicators__Mo2cd{display:flex;gap:.75rem;justify-content:center;margin-bottom:3rem}.FeaturedCreators_indicator__O-ms1{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.FeaturedCreators_indicator__O-ms1:hover{background:#667eea80;transform:scale(1.2)}.FeaturedCreators_indicatorActive__87-Xe{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 0 12px #667eea99;transform:scale(1.3)}.FeaturedCreators_exploreButton__Tb\+ss{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 12px 40px #667eea66,inset 0 1px 0 #fff3;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;justify-content:center;margin:0 auto;overflow:hidden;padding:1rem 2.5rem;position:relative;text-shadow:0 2px 4px #0003;transition:all .3s ease}.FeaturedCreators_exploreButton__Tb\+ss:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.FeaturedCreators_exploreButton__Tb\+ss:hover{background:linear-gradient(135deg,#7c8aed,#8a5aa5);box-shadow:0 16px 50px #667eea80,inset 0 1px 0 #ffffff4d;transform:translateY(-3px) scale(1.05)}.FeaturedCreators_exploreButton__Tb\+ss:hover:before{left:100%}.FeaturedCreators_profilePreviewOverlay__DRiaL{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.FeaturedCreators_profilePreviewCard__\+EtKg{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#1a1a2ef2,#0f3460e6);border:1px solid #667eea4d;border-radius:24px;box-shadow:0 32px 64px #00000080,inset 0 1px 0 #ffffff1a;max-width:400px;padding:2rem;position:relative;width:100%}.FeaturedCreators_profileCloseButton__3tjj-{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#ffffffe6;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:32px}.FeaturedCreators_profileCloseButton__3tjj-:hover{background:#fff3;transform:scale(1.1)}.FeaturedCreators_profilePreviewContent__Jz6rx{text-align:center}.FeaturedCreators_profilePreviewImage__LUi0V{border:3px solid #667eea4d;border-radius:50%;height:100px;margin-bottom:1rem;object-fit:cover;width:100px}.FeaturedCreators_profilePreviewInfo__IPJAW h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.FeaturedCreators_profilePreviewInfo__IPJAW p{color:#ffffffb3;margin-bottom:1rem}.FeaturedCreators_profileBio__eaf8M{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem!important}.FeaturedCreators_profileStats__rWlBF{display:flex;justify-content:space-around;margin-bottom:2rem}.FeaturedCreators_profileStat__ULAVw{align-items:center;display:flex;flex-direction:column;gap:.25rem}.FeaturedCreators_profileStat__ULAVw span:first-child{color:#fff;font-size:1.25rem;font-weight:700}.FeaturedCreators_profileStat__ULAVw span:last-child{color:#fff9;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.FeaturedCreators_profileActions__V6UB1{display:flex;gap:1rem}.FeaturedCreators_profileActionButtonSecondary__abmg8,.FeaturedCreators_profileActionButton__WWuLH{border-radius:12px;cursor:pointer;flex:1 1;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.FeaturedCreators_profileActionButton__WWuLH{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.FeaturedCreators_profileActionButtonSecondary__abmg8{background:#0000;border:1px solid #667eea4d;color:#667eeae6}.FeaturedCreators_profileActionButton__WWuLH:hover{box-shadow:0 8px 24px #667eea4d;transform:translateY(-2px)}.FeaturedCreators_profileActionButtonSecondary__abmg8:hover{background:#667eea1a;border-color:#667eea80}@media (min-width:768px){.FeaturedCreators_carouselTrack__w6jA\+ .FeaturedCreators_creatorCard__cLeHt{flex-basis:calc(33.333% - 1rem);flex-grow:0;flex-shrink:0;margin-right:1.5rem}.FeaturedCreators_navButton__3h82j{opacity:1;pointer-events:all}.FeaturedCreators_header__gP41e{margin-bottom:4rem}.FeaturedCreators_featuredSection__VggdH{padding:6rem 0 8rem}.FeaturedCreators_imageContainer__7xyye{height:320px}}@media (min-width:1024px){.FeaturedCreators_carouselTrack__w6jA\+ .FeaturedCreators_creatorCard__cLeHt{flex-basis:calc(28% - 1rem);flex-grow:0;flex-shrink:0}.FeaturedCreators_imageContainer__7xyye{height:350px}}@media (max-width:767px){.FeaturedCreators_featuredSection__VggdH{padding:3rem 0 4rem}.FeaturedCreators_container__Rxuru{padding:0 .75rem}.FeaturedCreators_header__gP41e{margin-bottom:2rem}.FeaturedCreators_sectionTitle__8zyFb{font-size:clamp(2rem,8vw,3rem)}.FeaturedCreators_creatorCard__cLeHt{flex:0 0 90%;margin-right:3%}.FeaturedCreators_imageContainer__7xyye{height:240px}.FeaturedCreators_cardContent__6GCIM{padding:1.25rem}.FeaturedCreators_creatorName__G8XpP{font-size:1.25rem}.FeaturedCreators_stats__vk3sh{gap:1rem}.FeaturedCreators_indicators__Mo2cd{gap:.5rem;margin-bottom:2rem}.FeaturedCreators_indicator__O-ms1{height:10px;width:10px}.FeaturedCreators_exploreButton__Tb\+ss{font-size:1rem;padding:.875rem 2rem}.FeaturedCreators_profilePreviewCard__\+EtKg{margin:1rem;padding:1.5rem}.FeaturedCreators_profileActions__V6UB1{flex-direction:column;gap:.75rem}.FeaturedCreators_creatorCard__cLeHt:hover{transform:translateY(-4px) scale(1.01)}.FeaturedCreators_creatorCard__cLeHt:hover .FeaturedCreators_creatorImage__BdBrf{transform:scale(1.05)}}@media (prefers-reduced-motion:reduce){.FeaturedCreators_carouselTrack__w6jA\+,.FeaturedCreators_creatorCard__cLeHt,.FeaturedCreators_creatorImage__BdBrf,.FeaturedCreators_exploreButton__Tb\+ss,.FeaturedCreators_indicator__O-ms1,.FeaturedCreators_navButton__3h82j{animation:none;transition:none}.FeaturedCreators_sectionTitle__8zyFb{animation:none}}.ServicesCards_servicesContainer__Ha8oP{background:linear-gradient(180deg,#0b0b1e,#101628 60%,#0d1a2b);font-family:Satoshi,Neue Montreal,sans-serif;overflow:hidden;padding:100px 0;position:relative}.ServicesCards_servicesContainer__Ha8oP:before{background:radial-gradient(circle at 20% 30%,#5b77ff1a 0,#0000 40%),radial-gradient(circle at 80% 70%,#ec48991a 0,#0000 40%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.ServicesCards_neuralGrid__45jwY{animation:ServicesCards_gridMove__29A6\+ 40s linear infinite;background-image:linear-gradient(#5b77ff0d 1px,#0000 0),linear-gradient(90deg,#5b77ff0d 1px,#0000 0);background-size:40px 40px;height:200%;position:absolute;transform:rotate(30deg) translateX(-25%);width:200%;z-index:-1}@keyframes ServicesCards_gridMove__29A6\+{0%{transform:rotate(30deg) translate(-25%,-25%)}to{transform:rotate(30deg) translate(-75%,-75%)}}.ServicesCards_featuredSection__cN4WR{padding:50px 0;position:relative;z-index:2}.ServicesCards_sectionTitle__dFvx0{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#0cf);background-clip:text;-webkit-background-clip:text;font-size:2.8rem;font-weight:700;margin-bottom:50px;text-align:center}.ServicesCards_featuredGrid__xz2YN{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:50px}.ServicesCards_cardContainer__lRUmu{cursor:pointer;height:400px;perspective:1000px;position:relative}.ServicesCards_cardBack__p\+njf,.ServicesCards_cardFront__Nxkbf{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:16px;box-shadow:0 15px 35px #0000004d;height:100%;overflow:hidden;position:absolute;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);width:100%}.ServicesCards_cardFront__Nxkbf{transform:rotateY(0deg)}.ServicesCards_cardBack__p\+njf{background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;flex-direction:column;padding:25px;transform:rotateY(180deg)}.ServicesCards_flipped__KwTu2 .ServicesCards_cardFront__Nxkbf{transform:rotateY(-180deg)}.ServicesCards_flipped__KwTu2 .ServicesCards_cardBack__p\+njf{transform:rotateY(0deg)}.ServicesCards_cardImage__VpmqD{background-position:50%;background-size:cover;height:100%;width:100%}.ServicesCards_cardOverlay__c\+2OV{background:linear-gradient(0deg,#0a0a1fe6 0,#0000);bottom:0;color:#fff;left:0;padding:20px;position:absolute;width:100%}.ServicesCards_influencerName__2atzr{font-size:1.5rem;font-weight:700;margin-bottom:5px}.ServicesCards_influencerLocation__vkO8I{color:#ccc;font-size:1rem}.ServicesCards_plusButton__MKJ8e{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:40px}.ServicesCards_plusButton__MKJ8e:hover{background:#ffffff4d;transform:rotate(90deg)}.ServicesCards_closeButton__k00YS{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:40px}.ServicesCards_closeButton__k00YS:hover{background:#ffffff4d;transform:rotate(90deg)}.ServicesCards_influencerBio__V4Lz6{color:#ccc;flex-grow:1;font-size:.95rem;margin-bottom:20px}.ServicesCards_categoriesContainer__ZezXc{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.ServicesCards_categoryTag__Qwc9h{background:#00ccff26;border-radius:20px;color:#0cf;font-size:.8rem;padding:5px 15px}.ServicesCards_socialLinks__yD82V{display:flex;gap:15px;margin-bottom:20px}.ServicesCards_socialLink__JKg1B{background:#ffffff1a;border-radius:20px;color:#fff;font-size:.9rem;padding:8px 15px;text-decoration:none;transition:all .3s ease}.ServicesCards_socialLink__JKg1B:hover{background:#00ccff4d;transform:translateY(-3px)}.ServicesCards_profileButton__x06uK{background:linear-gradient(90deg,#5b77ff,#0cf);border:none;border-radius:30px;color:#fff;cursor:pointer;font-weight:600;padding:12px 25px;transition:all .3s ease}.ServicesCards_profileButton__x06uK:hover{box-shadow:0 10px 20px #5b77ff4d;transform:translateY(-3px)}.ServicesCards_exploreButton__8N-oB{background:#0000;border:2px solid #0cf;border-radius:30px;color:#0cf;cursor:pointer;display:block;font-weight:600;margin:0 auto;overflow:hidden;padding:12px 35px;position:relative;transition:all .3s ease}.ServicesCards_exploreButton__8N-oB:hover{background:#00ccff1a;box-shadow:0 0 20px #00ccff4d;transform:translateY(-3px)}.ServicesCards_brandsSection__VFLxT{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:#ffffff05;border-bottom:1px solid #ffffff0f;border-radius:18px;border-top:1px solid #ffffff0f;padding:100px 0 50px;position:relative;z-index:2}.ServicesCards_marqueeContainer__t6i6y{overflow:hidden;padding:16px 0;position:relative;width:100%}.ServicesCards_marqueeTrack__AHKt6{animation:ServicesCards_marquee__ktj9J 20s linear infinite;display:flex;width:200%}.ServicesCards_brandCard__U-Jw-{align-items:center;display:flex;flex-shrink:0;height:150px;justify-content:center;padding:20px;transition:transform .3s ease,box-shadow .3s ease;width:200px}.ServicesCards_brandLogo__Stfog{background-position:50%;background-repeat:no-repeat;background-size:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.35));height:100%;position:relative;width:100%}.ServicesCards_glowEffect__B5Gqs{background:radial-gradient(circle at center,#5b77ff4d,#0000 70%);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.ServicesCards_brandCard__U-Jw-:hover .ServicesCards_brandLogo__Stfog{filter:drop-shadow(0 12px 34px rgba(91,119,255,.35));transform:scale(1.06)}.ServicesCards_brandCard__U-Jw-:hover{transform:translateY(-6px)}.ServicesCards_sectionKicker__XSMil{color:#ffffffb3;font-size:.9rem;letter-spacing:.08em;margin-bottom:.25rem;text-transform:uppercase}.ServicesCards_sectionCtaRow__jGhB7{margin-top:18px}.ServicesCards_caseStudiesCta__GvBAi{background:#0000;border:1px solid #9ecbff59;border-radius:999px;color:#9ecbff;font-weight:700;padding:10px 16px;transition:all .25s ease}.ServicesCards_caseStudiesCta__GvBAi:hover{background:#9ecbff1a;border-color:#9ecbff8c;transform:translateY(-2px)}.ServicesCards_shimmerEffect__WLvTu{animation:ServicesCards_shimmer__tpG\+J 3s infinite;background:linear-gradient(45deg,#0000,#ffffff1a,#0000);height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:-1}@keyframes ServicesCards_shimmer__tpG\+J{0%{transform:rotate(0deg) translateX(-50%)}to{transform:rotate(1turn) translateX(-50%)}}@media (max-width:768px){.ServicesCards_servicesContainer__Ha8oP{padding:0 1rem}.ServicesCards_sectionTitle__dFvx0{font-size:2.2rem}.ServicesCards_featuredGrid__xz2YN{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.ServicesCards_brandCard__U-Jw-{height:120px;width:150px}}@keyframes BrandSuccessShowcase_pulse__eJuez{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes BrandSuccessShowcase_float__JsGhL{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.BrandSuccessShowcase_showcaseSection__ohKH8{background:linear-gradient(135deg,#0a0a23,#1a1a40);overflow:hidden;padding:80px 0 40px;position:relative}.BrandSuccessShowcase_showcaseSection__ohKH8:before{background:radial-gradient(circle at 10% 20%,#6464c81a 0,#0000 20%),radial-gradient(circle at 90% 80%,#c864c81a 0,#0000 20%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.BrandSuccessShowcase_header__O7hB1{margin:0 auto 50px;max-width:1200px;padding:0 20px;position:relative;text-align:center;z-index:1}.BrandSuccessShowcase_sectionTitle__f0Fyd{color:#fff;font-size:3rem;font-weight:800;margin-bottom:20px;text-shadow:0 0 15px #ffffff4d}.BrandSuccessShowcase_sectionSubtitle__YLtwt{color:#ffffffd9;font-size:1.3rem;font-weight:300;margin:0 auto;max-width:700px}.BrandSuccessShowcase_carouselWrapper__kpVsA{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:1600px;padding:0 20px 60px;position:relative;width:100%}.BrandSuccessShowcase_cardsContainer__E8Cxh{overflow:hidden;position:relative;width:100%}.BrandSuccessShowcase_cardsInnerContainer__JC6He{display:flex;gap:25px;width:-webkit-max-content;width:max-content;will-change:transform}.BrandSuccessShowcase_card__gAXYW{aspect-ratio:9/16;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#14143c66;border:1px solid #ffffff26;border-radius:16px;box-shadow:0 10px 30px #0006;cursor:pointer;flex-shrink:0;overflow:hidden;position:relative;transition:all .3s ease;width:280px}.BrandSuccessShowcase_videoContainer__csEPl{border-radius:16px;height:100%;overflow:hidden;position:relative;width:100%}.BrandSuccessShowcase_video__Kjj8d{display:block;height:100%;object-fit:cover;width:100%}.BrandSuccessShowcase_gradientOverlay__T1cRO{background:linear-gradient(0deg,#000000e6,#0000);bottom:0;height:50%;left:0;position:absolute;width:100%}.BrandSuccessShowcase_infoOverlay__2Vpcg{bottom:20px;color:#fff;left:20px;position:absolute;width:calc(100% - 40px);z-index:2}.BrandSuccessShowcase_brandName__Px4dq{font-size:1.8rem;font-weight:700;letter-spacing:.5px;margin-bottom:10px}.BrandSuccessShowcase_statsContainer__U2uOm{display:flex;flex-wrap:wrap;gap:15px}.BrandSuccessShowcase_roas__Cpr9U,.BrandSuccessShowcase_views__ErFo7{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;border:1px solid #ffffff1a;border-radius:20px;display:flex;font-size:1rem;font-weight:600;padding:6px 15px}.BrandSuccessShowcase_playPauseButton__8ichN{align-items:center;background:#0009;border:1px solid #fff3;border-radius:50%;bottom:20px;cursor:pointer;display:flex;height:30px;justify-content:center;opacity:0;position:absolute;right:20px;transition:opacity .3s ease;width:30px;z-index:3}.BrandSuccessShowcase_card__gAXYW:hover .BrandSuccessShowcase_playPauseButton__8ichN{opacity:1}.BrandSuccessShowcase_playIcon__pu21r{border-bottom:8px solid #0000;border-left:12px solid #fff;border-top:8px solid #0000;height:0;margin-left:3px;width:0}.BrandSuccessShowcase_pauseIcon__g7kUO{align-items:center;display:flex;gap:4px}.BrandSuccessShowcase_pauseBar__JVLq4{background:#fff;height:14px;width:4px}.BrandSuccessShowcase_floatingScrollCTA__iyfYw{bottom:20px;display:flex;gap:15px;position:absolute;right:20px;z-index:20}.BrandSuccessShowcase_scrollButton__fSEez{align-items:center;animation:BrandSuccessShowcase_float__JsGhL 2s infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:50%;box-shadow:0 5px 15px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:50px;justify-content:center;transition:all .3s ease;width:50px}.BrandSuccessShowcase_scrollButton__fSEez:hover{animation:BrandSuccessShowcase_pulse__eJuez 1s infinite;background:#ffffff40;transform:scale(1.1)}@media (max-width:1200px){.BrandSuccessShowcase_card__gAXYW{width:250px}.BrandSuccessShowcase_brandName__Px4dq{font-size:1.7rem}}@media (max-width:992px){.BrandSuccessShowcase_sectionTitle__f0Fyd{font-size:2.5rem}.BrandSuccessShowcase_card__gAXYW{width:230px}}@media (max-width:768px){.BrandSuccessShowcase_showcaseSection__ohKH8{padding:60px 0 20px}.BrandSuccessShowcase_sectionTitle__f0Fyd{font-size:2.2rem}.BrandSuccessShowcase_sectionSubtitle__YLtwt{font-size:1.1rem}.BrandSuccessShowcase_card__gAXYW{width:220px}.BrandSuccessShowcase_brandName__Px4dq{font-size:1.5rem}.BrandSuccessShowcase_roas__Cpr9U,.BrandSuccessShowcase_views__ErFo7{font-size:.9rem;padding:5px 12px}.BrandSuccessShowcase_scrollButton__fSEez{font-size:1.2rem;height:40px;width:40px}.BrandSuccessShowcase_floatingScrollCTA__iyfYw{bottom:10px;gap:10px;right:10px}}@media (max-width:576px){.BrandSuccessShowcase_showcaseSection__ohKH8{padding:50px 0 10px}.BrandSuccessShowcase_sectionTitle__f0Fyd{font-size:1.8rem}.BrandSuccessShowcase_card__gAXYW{width:200px}.BrandSuccessShowcase_infoOverlay__2Vpcg{bottom:15px;left:15px;width:calc(100% - 30px)}.BrandSuccessShowcase_brandName__Px4dq{font-size:1.3rem;margin-bottom:8px}.BrandSuccessShowcase_statsContainer__U2uOm{flex-direction:column;gap:8px}.BrandSuccessShowcase_playPauseButton__8ichN{bottom:15px;height:26px;right:15px;width:26px}.BrandSuccessShowcase_playIcon__pu21r{border-bottom:6px solid #0000;border-left:10px solid #fff;border-top:6px solid #0000}.BrandSuccessShowcase_pauseBar__JVLq4{height:10px;width:3px}.BrandSuccessShowcase_cardsInnerContainer__JC6He{gap:15px}.BrandSuccessShowcase_scrollButton__fSEez{font-size:1.1rem;height:36px;width:36px}}.Specialization_specializationSection__SKnr7{background:linear-gradient(135deg,#0b0b1e,#101628 50%,#0d1a2b);overflow:hidden;padding:8rem 0;position:relative;z-index:2}.Specialization_specializationSection__SKnr7:before{background:radial-gradient(circle at 20% 30%,#5b77ff1a 0,#0000 40%),radial-gradient(circle at 80% 70%,#ec48991a 0,#0000 40%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Specialization_neuralGrid__uAwLV{animation:Specialization_gridMove__ZpOQl 40s linear infinite;background-image:linear-gradient(#5b77ff0d 1px,#0000 0),linear-gradient(90deg,#5b77ff0d 1px,#0000 0);background-size:40px 40px;height:200%;position:absolute;transform:rotate(30deg) translateX(-25%);width:200%;z-index:-1}@keyframes Specialization_gridMove__ZpOQl{0%{transform:rotate(30deg) translate(-25%,-25%)}to{transform:rotate(30deg) translate(-75%,-75%)}}.Specialization_sectionTitle__Igjd5{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#5b77ff,#00d2ff,#ec4899);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:3rem;font-weight:800;margin-bottom:1.5rem;position:relative;text-align:center}.Specialization_sectionTitle__Igjd5:after{background:linear-gradient(90deg,#5b77ff,#00d2ff,#ec4899);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.Specialization_sectionSubtitle__\+3Kq8{color:#a1a1aa;font-size:1.25rem;line-height:1.7;margin:0 auto;max-width:700px;text-align:center}.Specialization_techGrid__83\+1H{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1100px}.Specialization_techItem__-jqYr{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14182e8c;border:1px solid #5b77ff33;border-radius:16px;box-shadow:0 10px 30px #00000040,inset 0 1px 0 #ffffff0f;cursor:pointer;overflow:hidden;padding:1.75rem 1.25rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:1}.Specialization_techItem__-jqYr:before{background:var(--accent-color);content:"";height:4px;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.Specialization_techItem__-jqYr:after{background:radial-gradient(400px circle at var(--mouse-x) var(--mouse-y),#ffffff1a,#0000 40%);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s ease;width:100%;z-index:-1}.Specialization_techItem__-jqYr:hover{border-color:#5b77ff66;box-shadow:0 20px 30px #0000004d;transform:translateY(-10px) scale(1.01)}.Specialization_techItem__-jqYr:hover:after,.Specialization_techItem__-jqYr:hover:before{opacity:1}.Specialization_techIcon__DEHh0{align-items:center;background:#ffffff0a;border-radius:50%;box-shadow:inset 0 1px 0 #ffffff0f;display:flex;font-size:2.2rem;height:72px;justify-content:center;margin:0 auto 1rem;position:relative;transition:transform .3s ease;width:72px;z-index:2}.Specialization_modalOverlay__sMM-b{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.Specialization_modalCard__WqSTp{background:linear-gradient(135deg,#121628f2,#0c1424f2);border:1px solid #667eea40;border-radius:18px;box-shadow:0 30px 80px #00000073;max-width:780px;overflow:hidden;padding:2rem;position:relative;width:100%}.Specialization_modalClose__KFMYn{background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;color:#fff;cursor:pointer;font-size:1.25rem;height:40px;position:absolute;right:12px;top:12px;width:40px}.Specialization_modalHeader__S8d49{align-items:center;border-bottom:1px solid #ffffff14;display:flex;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem}.Specialization_modalIcon__yhP9d{font-size:1.75rem}.Specialization_modalCopy__wIjfY{color:#cfd3e9;margin-bottom:1rem}.Specialization_modalList__W0yJi{color:#aab2d6;margin:0 0 1.25rem 1rem}.Specialization_modalVideoWrap__oRyDL{border:1px solid #ffffff1f;border-radius:12px;margin-bottom:1rem;overflow:hidden;padding-top:56.25%;position:relative}.Specialization_modalVideoWrap__oRyDL iframe{height:100%;inset:0;position:absolute;width:100%}.Specialization_modalCtas__QdTAZ{display:flex;gap:.75rem;justify-content:flex-end}.Specialization_primaryCta__cKuIS{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:.75rem 1.25rem}.Specialization_secondaryCta__3qlHg{background:#0000;border:1px solid #ffffff26;border-radius:12px;color:#cfd3e9;cursor:pointer;font-weight:700;padding:.75rem 1.25rem}.Specialization_techIcon__DEHh0:before{animation:Specialization_pulseIcon__tWc03 2s infinite;background:var(--accent-color);border-radius:50%;content:"";height:100%;opacity:.2;position:absolute;width:100%;z-index:-1}@keyframes Specialization_pulseIcon__tWc03{0%{opacity:.2;transform:scale(1)}50%{opacity:.1;transform:scale(1.2)}to{opacity:.2;transform:scale(1)}}.Specialization_techItem__-jqYr:hover .Specialization_techIcon__DEHh0{transform:scale(1.1)}.Specialization_techName__CqlX5{color:#fff;font-size:1.15rem;font-weight:700;margin-bottom:.5rem;position:relative;z-index:2}.Specialization_techDescription__oxvYi{color:#d0d0e0;font-size:.95rem;line-height:1.6;position:relative;z-index:2}.Specialization_cardActions__1SIs6{display:flex;justify-content:center;margin-top:.75rem}.Specialization_cardCta__KLoKf{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:999px;color:#fff;font-size:.85rem;font-weight:700;padding:.5rem .9rem}.Specialization_ripple__DZl1u{animation:Specialization_ripple__DZl1u .6s linear;background:#fff6;border-radius:50%;position:absolute;transform:scale(0);z-index:1}@keyframes Specialization_ripple__DZl1u{to{opacity:0;transform:scale(4)}}.Specialization_neuralConnection__b-0pO{background:linear-gradient(90deg,#5b77ff,#00d2ff);filter:blur(1px);height:2px;opacity:.7;position:absolute;z-index:0}@media (max-width:1024px){.Specialization_sectionTitle__Igjd5{font-size:2.5rem}.Specialization_techGrid__83\+1H{gap:2rem}}@media (max-width:768px){.Specialization_specializationSection__SKnr7{padding:3.5rem 0 4rem}.Specialization_sectionTitle__Igjd5{font-size:2rem}.Specialization_sectionSubtitle__\+3Kq8{font-size:.95rem}.Specialization_techGrid__83\+1H{gap:1rem;grid-template-columns:repeat(2,1fr);max-width:660px}.Specialization_techIcon__DEHh0{font-size:2rem;height:64px;width:64px}}@media (max-width:480px){.Specialization_sectionTitle__Igjd5{font-size:1.6rem}.Specialization_techGrid__83\+1H{grid-template-columns:1fr;max-width:360px}.Specialization_techItem__-jqYr{padding:1.25rem}}.Specialization_swipeHint__g-L1i{align-items:center;color:#fff9;display:none;font-size:.85rem;gap:.5rem;justify-content:center;margin-top:1rem}@media (max-width:768px){.Specialization_swipeHint__g-L1i{display:flex}}.BrandCollaborations_section__4kQ3f{background:linear-gradient(135deg,#0b0b0f,#0a0a12);overflow:hidden;padding:8rem 0;position:relative;z-index:2}.BrandCollaborations_section__4kQ3f:before{background:radial-gradient(circle at 10% 20%,#a855f71a 0,#0000 30%),radial-gradient(circle at 90% 80%,#0ea5e91a 0,#0000 30%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.BrandCollaborations_neuralGrid__Bijh3{animation:BrandCollaborations_gridMove__0l0EC 40s linear infinite;background-image:linear-gradient(#5b77ff0d 1px,#0000 0),linear-gradient(90deg,#5b77ff0d 1px,#0000 0);background-size:40px 40px;height:200%;opacity:.08;position:absolute;transform:rotate(30deg) translateX(-25%);width:200%;z-index:-1}@keyframes BrandCollaborations_gridMove__0l0EC{0%{transform:rotate(30deg) translate(-25%,-25%)}to{transform:rotate(30deg) translate(-75%,-75%)}}.BrandCollaborations_container__JwuQy{margin:0 auto;max-width:1400px;padding:0 1.5rem}.BrandCollaborations_titleContainer__9kkXm{margin-bottom:5rem;position:relative;text-align:center}.BrandCollaborations_title__sIm4k{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#a855f7,#0ea5e9,#d946ef);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;position:relative;text-shadow:0 0 15px #a855f74d}.BrandCollaborations_title__sIm4k:after{animation:BrandCollaborations_pulseLine__jdhAu 3s infinite;background:linear-gradient(90deg,#a855f7,#0ea5e9);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:120px}@keyframes BrandCollaborations_pulseLine__jdhAu{0%,to{opacity:1}50%{opacity:.5}}.BrandCollaborations_subtitle__z4iAH{color:#a1a1aa;font-size:1.25rem;line-height:1.7;margin:0 auto;max-width:700px}.BrandCollaborations_contentGrid__Xt8mb{align-items:center;display:flex;flex-direction:column;gap:4rem}.BrandCollaborations_statsCard__YHbIY{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1e2e99;border:1px solid #a855f733;border-radius:24px;box-shadow:0 20px 50px #0000004d;max-width:600px;overflow:hidden;padding:3rem;position:relative;width:100%}.BrandCollaborations_statsCard__YHbIY:before{background:linear-gradient(90deg,#a855f7,#0ea5e9);content:"";height:4px;left:0;opacity:.8;position:absolute;top:0;width:100%}.BrandCollaborations_statsGrid__xUFww{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr}.BrandCollaborations_statItem__Hv1bC{align-items:flex-start;border-radius:16px;display:flex;gap:1.5rem;padding:1rem;transition:all .3s ease}.BrandCollaborations_statItem__Hv1bC:hover{background:#a855f70d;transform:translateX(5px)}.BrandCollaborations_statIcon__B6SpS{align-items:center;background:#a855f71a;border-radius:50%;display:flex;flex-shrink:0;font-size:2.5rem;height:80px;justify-content:center;overflow:hidden;position:relative;width:80px}.BrandCollaborations_iconGlow__QbB5V{animation:BrandCollaborations_iconPulse__jb2bV 2s ease-in-out infinite;background:radial-gradient(circle,#a855f74d 0,#0000 70%);border-radius:50%;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@keyframes BrandCollaborations_iconPulse__jb2bV{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.1)}}.BrandCollaborations_statContent__3BE-e{flex-grow:1}.BrandCollaborations_statValue__Gguvq{-webkit-text-fill-color:#0000;align-items:baseline;background:linear-gradient(90deg,#a855f7,#0ea5e9,#d946ef);-webkit-background-clip:text;background-clip:text;display:flex;font-size:3rem;font-weight:800;gap:.25rem;line-height:1;margin-bottom:.5rem}.BrandCollaborations_statTitle__iGyrq{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.BrandCollaborations_statDescription__NM8v8{color:#a1a1aa;font-size:1rem;line-height:1.6}.BrandCollaborations_logoSection__vRQLm{max-width:800px;width:100%}.BrandCollaborations_logoGrid__Gh6Ci{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.BrandCollaborations_logoItem__09R5v{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e2e99;border:1px solid #a855f733;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:120px;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.BrandCollaborations_logoItem__09R5v:before{background:linear-gradient(90deg,#a855f7,#0ea5e9);content:"";height:4px;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.BrandCollaborations_logoItem__09R5v:after{background:radial-gradient(200px circle at var(--mouse-x) var(--mouse-y),#ffffff1a,#0000 40%);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s ease;width:100%;z-index:-1}.BrandCollaborations_logoItem__09R5v:hover{border-color:#a855f766;box-shadow:0 20px 40px #a855f74d;transform:translateY(-10px)}.BrandCollaborations_logoItem__09R5v:hover:after,.BrandCollaborations_logoItem__09R5v:hover:before{opacity:1}.BrandCollaborations_mobileCarousel__z7YI4{-ms-overflow-style:none;overflow-x:auto;overflow-y:hidden;padding:1rem 0;scroll-snap-type:x mandatory;scrollbar-width:none}.BrandCollaborations_mobileCarousel__z7YI4::-webkit-scrollbar{display:none}.BrandCollaborations_carouselTrack__3-vD2{display:flex;gap:1rem;min-width:-webkit-max-content;min-width:max-content;padding:0 1rem}.BrandCollaborations_mobileLogoItem__1J8zY{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e2e99;border:1px solid #a855f733;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:120px;min-width:200px;overflow:hidden;padding:1.5rem;position:relative;scroll-snap-align:start;text-align:center;transition:all .3s ease}.BrandCollaborations_mobileLogoItem__1J8zY:hover{border-color:#a855f766;box-shadow:0 15px 30px #a855f733;transform:translateY(-5px)}.BrandCollaborations_logoContainer__y-SqU{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%;z-index:2}.BrandCollaborations_logoImageContainer__dbxAN{align-items:center;display:flex;height:80px;justify-content:center;position:relative;width:80px}.BrandCollaborations_logoImage__b\+\+O6{background:#ffffff0d;border-radius:12px;height:100%;object-fit:contain;padding:12px;transition:transform .3s ease;width:100%}.BrandCollaborations_logoItem__09R5v:hover .BrandCollaborations_logoImage__b\+\+O6,.BrandCollaborations_mobileLogoItem__1J8zY:hover .BrandCollaborations_logoImage__b\+\+O6{transform:scale(1.1)}.BrandCollaborations_logoFallback__Gi9FD{align-items:center;background:linear-gradient(135deg,#a855f7,#0ea5e9);border-radius:12px;color:#fff;display:none;font-size:1.5rem;font-weight:700;height:100%;justify-content:center;width:100%}.BrandCollaborations_logoText__O-hLh{color:#d0d0e0;font-size:1.1rem;font-weight:600;text-align:center;transition:all .4s ease}.BrandCollaborations_logoItem__09R5v:hover .BrandCollaborations_logoText__O-hLh,.BrandCollaborations_mobileLogoItem__1J8zY:hover .BrandCollaborations_logoText__O-hLh{color:#fff;text-shadow:0 0 10px #a855f7b3}.BrandCollaborations_logoHoverText__w-dbb{bottom:1rem;color:#0ea5e9;font-size:.9rem;font-weight:600;opacity:0;position:absolute;text-align:center;transform:translateY(10px);transition:all .4s ease;width:100%;z-index:2}.BrandCollaborations_logoItem__09R5v:hover .BrandCollaborations_logoHoverText__w-dbb,.BrandCollaborations_mobileLogoItem__1J8zY:hover .BrandCollaborations_logoHoverText__w-dbb{opacity:1;transform:translateY(0)}.BrandCollaborations_floatingParticle__3JGrB{animation:BrandCollaborations_float__Xz1e1 15s linear infinite;background:#a855f7;border-radius:50%;height:8px;opacity:.5;position:absolute;width:8px;z-index:1}@keyframes BrandCollaborations_float__Xz1e1{0%{transform:translateY(0) translateX(0)}50%{transform:translateY(-20px) translateX(20px)}to{transform:translateY(0) translateX(0)}}.BrandCollaborations_aiConnection__SRrv8{background:linear-gradient(90deg,#a855f7,#0ea5e9);filter:blur(1px);height:2px;opacity:.4;position:absolute;z-index:0}@media (min-width:1024px){.BrandCollaborations_contentGrid__Xt8mb{align-items:flex-start;flex-direction:row;gap:4rem}.BrandCollaborations_statsCard__YHbIY{flex-shrink:0;max-width:500px}.BrandCollaborations_logoSection__vRQLm{flex-grow:1}}@media (max-width:1024px){.BrandCollaborations_title__sIm4k{font-size:3rem}.BrandCollaborations_logoGrid__Gh6Ci{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.BrandCollaborations_section__4kQ3f{padding:4rem 0}.BrandCollaborations_title__sIm4k{font-size:2.5rem}.BrandCollaborations_subtitle__z4iAH{font-size:1.1rem}.BrandCollaborations_contentGrid__Xt8mb{gap:3rem}.BrandCollaborations_statsCard__YHbIY{margin-bottom:2rem;padding:2rem}.BrandCollaborations_statItem__Hv1bC{align-items:center;flex-direction:column;gap:1rem;text-align:center}.BrandCollaborations_statIcon__B6SpS{font-size:2rem;height:70px;width:70px}.BrandCollaborations_statValue__Gguvq{font-size:2.5rem;justify-content:center}.BrandCollaborations_statTitle__iGyrq{font-size:1.1rem}.BrandCollaborations_statDescription__NM8v8{font-size:.9rem}.BrandCollaborations_mobileLogoItem__1J8zY{min-height:100px;min-width:180px;padding:1rem}.BrandCollaborations_logoImageContainer__dbxAN{height:60px;width:60px}.BrandCollaborations_logoText__O-hLh{font-size:1rem}}@media (max-width:480px){.BrandCollaborations_title__sIm4k{font-size:2.25rem}.BrandCollaborations_statsCard__YHbIY{padding:1.5rem}.BrandCollaborations_statValue__Gguvq{font-size:2rem}.BrandCollaborations_mobileLogoItem__1J8zY{min-height:90px;min-width:160px}.BrandCollaborations_logoImageContainer__dbxAN{height:50px;width:50px}.BrandCollaborations_logoText__O-hLh{font-size:.9rem}.BrandCollaborations_carouselTrack__3-vD2{padding:0 .5rem}}.ContactUs_section__cnMOb{background:linear-gradient(135deg,#0a0a1f,#112);font-family:Satoshi,Neue Montreal,sans-serif;overflow:hidden;padding:8rem 1rem;position:relative;z-index:2}.ContactUs_neuralGrid__5UtB7{animation:ContactUs_gridMove__9s091 40s linear infinite;background-image:linear-gradient(#5b77ff0d 1px,#0000 0),linear-gradient(90deg,#5b77ff0d 1px,#0000 0);background-size:40px 40px;height:200%;position:absolute;transform:rotate(30deg) translateX(-25%);width:200%;z-index:-1}@keyframes ContactUs_gridMove__9s091{0%{transform:rotate(30deg) translate(-25%,-25%)}to{transform:rotate(30deg) translate(-75%,-75%)}}.ContactUs_section__cnMOb:before{background:radial-gradient(circle at 10% 20%,#5b77ff26 0,#0000 40%),radial-gradient(circle at 90% 80%,#ec489926 0,#0000 40%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.ContactUs_container__3\+YWt{margin:0 auto;max-width:1200px;position:relative;z-index:3}.ContactUs_contentWrapper__bupGv{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:768px){.ContactUs_contentWrapper__bupGv{gap:4rem;grid-template-columns:1fr 1fr}}.ContactUs_leftContent__qaB-c{display:flex;flex-direction:column;justify-content:center}.ContactUs_heading__d6oa2{-webkit-text-fill-color:#0000;animation:ContactUs_premiumGradientShift__YVal2 4s ease-in-out infinite;background:linear-gradient(135deg,#a259ff,#00e0ff 50%,#ff4fcb);background:var(
    --gradient-aurax-full,linear-gradient(135deg,#a259ff 0,#00e0ff 50%,#ff4fcb 100%)
  );-webkit-background-clip:text;background-clip:text;background-size:300% 300%;display:inline-block;font-family:Space Grotesk,Orbitron,sans-serif;font-family:var(--font-heading,"Space Grotesk","Orbitron",sans-serif);font-size:3.5rem;font-weight:800;letter-spacing:.02em;margin-bottom:2rem;position:relative;text-shadow:0 0 40px #a259ff99}.ContactUs_heading__d6oa2:after{animation:ContactUs_pulseLine__Cufxu 2s infinite;background:linear-gradient(90deg,#5b77ff,#00d2ff,#ec4899);border-radius:2px;bottom:-10px;content:"";height:4px;left:0;position:absolute;width:100px}@keyframes ContactUs_pulseLine__Cufxu{0%,to{opacity:1}50%{opacity:.7}}.ContactUs_emailContainer__YOrNo{margin-bottom:2rem;position:relative}.ContactUs_emailLink__QbKkk{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#5b77ff,#00d2ff);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:1.75rem;font-weight:700;padding:.5rem 1rem;position:relative;transition:all .3s ease}.ContactUs_emailLink__QbKkk:before{background:linear-gradient(90deg,#5b77ff,#00d2ff);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .5s ease;width:0}.ContactUs_emailLink__QbKkk:hover{transform:translateY(-3px)}.ContactUs_emailLink__QbKkk:hover:before{width:100%}.ContactUs_sparkle__d5NYl{animation:ContactUs_aurax-sparkle-pulse__PRPdL 2s ease-in-out infinite;display:inline-block;margin-left:.5rem}@keyframes ContactUs_aurax-sparkle-pulse__PRPdL{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.2) rotate(180deg)}}.ContactUs_emailDisplay__y6tzt{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#a259ff1a;border:2px solid #0000;border-radius:50px;cursor:pointer;display:inline-flex;gap:1rem;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease}.ContactUs_emailDisplay__y6tzt:before{background:linear-gradient(135deg,#a259ff,#00e0ff);background:var(
    --gradient-aurax-primary,linear-gradient(135deg,#a259ff,#00e0ff)
  );border-radius:50px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.ContactUs_emailDisplay__y6tzt:hover:before{opacity:1}.ContactUs_emailDisplay__y6tzt:hover{box-shadow:0 10px 30px #a259ff66;transform:translateY(-2px)}.ContactUs_emailDisplay__y6tzt:hover .ContactUs_emailLink__QbKkk{-webkit-text-fill-color:#0000;animation:ContactUs_aurax-gradient-underline__aBg94 1s ease-out;background:linear-gradient(135deg,#00e0ff,#ff4fcb);background:var(
    --gradient-aurax-accent,linear-gradient(135deg,#00e0ff,#ff4fcb)
  );-webkit-background-clip:text;background-clip:text}.ContactUs_copyIcon__vQJYt{font-size:1.2rem;opacity:.7;transition:all .3s ease}.ContactUs_emailDisplay__y6tzt:hover .ContactUs_copyIcon__vQJYt{opacity:1;transform:scale(1.1)}@keyframes ContactUs_aurax-gradient-underline__aBg94{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes ContactUs_premiumGradientShift__YVal2{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.ContactUs_description__ViZin{color:#a1a1aa;font-size:1.25rem;line-height:1.7;max-width:500px;padding-left:1.5rem;position:relative}.ContactUs_description__ViZin:before{background:linear-gradient(180deg,#5b77ff,#ec4899);border-radius:2px;content:"";height:100%;left:0;position:absolute;top:0;width:3px}.ContactUs_socialLinks__YZQrn{display:flex;gap:1.5rem;margin-top:2rem}.ContactUs_socialLink__lgR5S{align-items:center;background:#1e1e2e80;border:1px solid #5b77ff4d;border-radius:50%;display:flex;height:50px;justify-content:center;overflow:hidden;position:relative;transition:all .3s ease;width:50px}.ContactUs_socialLink__lgR5S:before{background:linear-gradient(135deg,#5b77ff66,#ec489966);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.ContactUs_socialLink__lgR5S:hover{border-color:#5b77ff99;box-shadow:0 5px 15px #5b77ff4d;transform:translateY(-5px)}.ContactUs_socialLink__lgR5S:hover:before{opacity:1}.ContactUs_socialIcon__uTeTA{height:24px;width:24px;z-index:2}.ContactUs_rightContent__jClik{align-items:center;display:flex}.ContactUs_contactCard__yVjDJ{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141423b3;border:1px solid #5b77ff4d;border-radius:20px;box-shadow:0 20px 50px #0000004d;overflow:hidden;padding:3rem;perspective:1000px;position:relative;transform-style:preserve-3d;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:100%}.ContactUs_contactCard__yVjDJ:before{background:linear-gradient(90deg,#5b77ff,#00d2ff,#ec4899);content:"";height:4px;left:0;opacity:.8;position:absolute;top:0;width:100%}.ContactUs_contactCard__yVjDJ:after{background:radial-gradient(circle at center,#5b77ff1a 0,#0000 70%);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s ease;width:100%;z-index:-1}.ContactUs_contactCard__yVjDJ:hover{border-color:#5b77ff99;box-shadow:0 30px 60px #5b77ff66;transform:translateY(-10px) rotateX(5deg) rotateY(5deg)}.ContactUs_contactCard__yVjDJ:hover:after{opacity:1}.ContactUs_cardText__PZzIQ{color:#d1d5db;font-size:1.25rem;line-height:1.7;margin-bottom:2.5rem;position:relative;z-index:2}.ContactUs_contactButton__iWvqZ{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(90deg,#5b77ff,#ec4899);-webkit-background-clip:text;background-clip:text;border-radius:30px;display:inline-flex;font-size:1.25rem;font-weight:600;overflow:hidden;padding:.5rem 1.5rem;position:relative;transition:all .3s ease;z-index:2}.ContactUs_contactButton__iWvqZ:before{background:linear-gradient(90deg,#5b77ff,#ec4899);content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:-1}.ContactUs_contactButton__iWvqZ:hover{transform:translateX(10px)}.ContactUs_contactButton__iWvqZ:hover:before{opacity:.2}.ContactUs_arrowIcon__b2B-u{height:24px;margin-left:12px;transition:transform .3s ease;width:24px}.ContactUs_contactButton__iWvqZ:hover .ContactUs_arrowIcon__b2B-u{transform:translateX(8px)}.ContactUs_holographicElement__DYo7S{animation:ContactUs_float__L--Oa 6s ease-in-out infinite;background:radial-gradient(circle,#5b77ff33 0,#0000 70%);border-radius:50%;filter:blur(50px);height:300px;position:absolute;right:-100px;top:50%;width:300px;z-index:-1}@keyframes ContactUs_float__L--Oa{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-20px) translateX(-20px)}}@media (max-width:1024px){.ContactUs_heading__d6oa2{font-size:3rem}.ContactUs_emailLink__QbKkk{font-size:1.5rem}.ContactUs_cardText__PZzIQ,.ContactUs_description__ViZin{font-size:1.15rem}.ContactUs_holographicElement__DYo7S{height:200px;right:-70px;width:200px}}@media (max-width:768px){.ContactUs_section__cnMOb{padding:6rem 1rem}.ContactUs_heading__d6oa2{font-size:2.5rem}.ContactUs_emailLink__QbKkk{font-size:1.25rem}.ContactUs_contactCard__yVjDJ{padding:2rem}.ContactUs_contactButton__iWvqZ{font-size:1.1rem}.ContactUs_holographicElement__DYo7S{height:150px;right:-50px;width:150px}}@media (max-width:480px){.ContactUs_heading__d6oa2{font-size:2rem}.ContactUs_emailLink__QbKkk{font-size:1.1rem}.ContactUs_cardText__PZzIQ,.ContactUs_description__ViZin{font-size:1rem}.ContactUs_contactCard__yVjDJ{padding:1.5rem}.ContactUs_socialLinks__YZQrn{gap:1rem}.ContactUs_socialLink__lgR5S{height:40px;width:40px}.ContactUs_socialIcon__uTeTA{height:20px;width:20px}.ContactUs_holographicElement__DYo7S{display:none}}:root{--primary-gradient:linear-gradient(135deg,#667eea,#764ba2);--secondary-gradient:linear-gradient(135deg,#f093fb,#f5576c);--accent-gradient:linear-gradient(135deg,#4facfe,#00f2fe);--success-gradient:linear-gradient(135deg,#43e97b,#38f9d7);--warning-gradient:linear-gradient(135deg,#fa709a,#fee140);--danger-gradient:linear-gradient(135deg,#ff9a9e,#fecfef);--glass-bg:#ffffff1a;--glass-border:#fff3;--glass-shadow:0 8px 32px 0 #1f26875e;--glass-backdrop:blur(16px);--neu-light:#ffffff1a;--neu-dark:#0003;--neu-shadow-light:8px 8px 16px #0000004d;--neu-shadow-dark:-8px -8px 16px #ffffff0d;--aurax-neon-purple:#a259ff;--aurax-electric-blue:#00e0ff;--aurax-aurora-pink:#ff4fcb;--aurax-midnight-black:#0d0d1a;--aurax-white-glow:#ffffff80;--gradient-aurax-primary:linear-gradient(135deg,var(--aurax-neon-purple),var(--aurax-electric-blue));--gradient-aurax-secondary:linear-gradient(135deg,var(--aurax-aurora-pink),var(--aurax-neon-purple));--gradient-aurax-accent:linear-gradient(135deg,var(--aurax-electric-blue),var(--aurax-aurora-pink));--gradient-aurax-full:linear-gradient(135deg,var(--aurax-neon-purple) 0%,var(--aurax-electric-blue) 50%,var(--aurax-aurora-pink) 100%);--neon-blue:var(--aurax-electric-blue);--neon-pink:var(--aurax-aurora-pink);--neon-purple:var(--aurax-neon-purple);--neon-green:#0f8;--neon-orange:#ff6b35;--font-primary:"Inter","Poppins",-apple-system,BlinkMacSystemFont,sans-serif;--font-display:"Space Grotesk","Orbitron","Clash Display","Inter",sans-serif;--font-heading:"Space Grotesk","Orbitron","Arial Black",sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--shadow-2xl:0 25px 50px -12px #00000040;--transition-fast:150ms ease-out;--transition-normal:300ms ease-out;--transition-slow:500ms ease-out;--transition-bounce:300ms cubic-bezier(0.68,-0.55,0.265,1.55)}[data-theme=dark]{--bg-primary:#0a0a0f;--bg-secondary:#1a1a2e;--bg-tertiary:#16213e;--text-primary:#fff;--text-secondary:#a0a0a0;--text-muted:#6b7280}[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--text-primary:#1e293b;--text-secondary:#475569;--text-muted:#94a3b8}.glass{backdrop-filter:blur(16px);backdrop-filter:var(--glass-backdrop);-webkit-backdrop-filter:blur(16px);-webkit-backdrop-filter:var(--glass-backdrop);background:#ffffff1a;background:var(--glass-bg);border:1px solid #fff3;border:1px solid var(--glass-border);box-shadow:0 8px 32px 0 #1f26875e;box-shadow:var(--glass-shadow)}.glass-card{@apply glass rounded-xl p-6;transition:all .3s ease-out;transition:all var(--transition-normal)}.glass-card:hover{box-shadow:0 12px 40px 0 #1f268773;transform:translateY(-2px)}.neumorphic{box-shadow:8px 8px 16px #0000004d,-8px -8px 16px #ffffff0d;box-shadow:var(--neu-shadow-light),var(--neu-shadow-dark)}.neumorphic,.neumorphic-inset{background:var(--bg-secondary);border-radius:.75rem;border-radius:var(--radius-lg)}.neumorphic-inset{box-shadow:inset 8px 8px 16px #0000004d,inset -8px -8px 16px #ffffff0d;box-shadow:inset var(--neu-shadow-light),inset var(--neu-shadow-dark)}.neumorphic-button{@apply neumorphic px-6 py-3 rounded-lg font-medium;transition:all .3s ease-out;transition:all var(--transition-normal)}.neumorphic-button:hover{box-shadow:12px 12px 24px #0006,-12px -12px 24px #ffffff14;transform:translateY(-2px)}.neumorphic-button:active{box-shadow:inset 4px 4px 8px #0000004d,inset -4px -4px 8px #ffffff0d;transform:translateY(0)}.neon-glow{box-shadow:0 0 20px currentColor}.neon-text{text-shadow:0 0 10px currentColor,0 0 20px currentColor,0 0 30px currentColor}.neon-border{box-shadow:0 0 10px currentColor,inset 0 0 10px currentColor}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text}.gradient-text-secondary{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f093fb,#f5576c);background:var(--secondary-gradient);-webkit-background-clip:text;background-clip:text}.animated-gradient{animation:gradientShift 15s ease infinite;background:linear-gradient(-45deg,#667eea,#764ba2,#f093fb,#f5576c);background-size:400% 400%}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.float{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.pulse-glow{animation:pulseGlow 2s ease-in-out infinite alternate}@keyframes pulseGlow{0%{box-shadow:0 0 20px currentColor}to{box-shadow:0 0 40px currentColor,0 0 60px currentColor}}.morphing-shape{animation:morphing 8s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);border-radius:60% 40% 30% 70%/60% 30% 70% 40%}@keyframes morphing{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}25%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}50%{border-radius:50% 60% 30% 60%/60% 30% 60% 40%}75%{border-radius:60% 30% 60% 40%/50% 60% 70% 60%}}.perspective-3d{perspective:1000px}.rotate-3d{transform-style:preserve-3d;transition:transform .3s ease-out;transition:transform var(--transition-normal)}.rotate-3d:hover{transform:rotateY(10deg) rotateX(5deg)}.hover-lift{transition:transform .3s cubic-bezier(.68,-.55,.265,1.55);transition:transform var(--transition-bounce)}.hover-lift:hover{transform:translateY(-4px) scale(1.02)}.hover-glow{transition:all .3s ease-out;transition:all var(--transition-normal)}.hover-glow:hover{box-shadow:0 0 30px #00d4ff80}.skeleton{animation:skeleton-loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.glass-card,.neumorphic-button{@apply px-4 py-2}}.magnetic-hover{transition:transform .2s cubic-bezier(.23,1,.32,1)}.ripple-effect{overflow:hidden;position:relative}.ripple-effect:after{animation:ripple .6s linear;background:radial-gradient(circle,#ffffff4d 0,#0000 70%);border-radius:50%;content:"";height:0;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:0}.shimmer-loading{overflow:hidden;position:relative}.shimmer-loading:before{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);width:100%}.smooth-reveal{animation:slide-up .6s ease-out forwards}.typewriter-effect{animation:typewriter 3.5s steps(40),blink-caret .75s step-end infinite;border-right:.15em solid var(--accent-primary);letter-spacing:.15em;margin:0 auto;overflow:hidden;white-space:nowrap}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:var(--accent-primary)}}.gpu-accelerated{transform:translateZ(0);will-change:transform}.smooth-scroll{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.typewriter-effect{animation:none;border-right:none}}@media (prefers-contrast:high){:root{--glass-bg:#000c;--glass-border:#fffc;--text-primary:#fff;--text-secondary:#e0e0e0}}.focus-trap:focus-within{outline:2px solid var(--accent-primary);outline-offset:2px}.skip-link{background:var(--bg-primary);border-radius:4px;color:var(--text-primary);left:6px;padding:8px;position:absolute;text-decoration:none;top:-40px;z-index:1000}.skip-link:focus{top:6px}@media (prefers-contrast:high){.glass{background:#ffffffe6;border:2px solid #000}.neumorphic{background:#fff;box-shadow:2px 2px 4px #000c}}.aurax-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a259ff,#00e0ff);background:var(--gradient-aurax-primary);-webkit-background-clip:text;background-clip:text;cursor:pointer;font-family:Space Grotesk,Orbitron,Arial Black,sans-serif;font-family:var(--font-heading);font-size:1.75rem;font-weight:800;letter-spacing:.05em;text-shadow:0 0 20px #a259ff80;transition:all .3s ease}.aurax-logo:hover{text-shadow:0 0 30px #a259ffcc,0 0 60px #00e0ff66;transform:scale(1.05)}.aurax-logo-pulse{animation:aurax-pulse 2s ease-in-out infinite}@keyframes aurax-pulse{0%,to{text-shadow:0 0 20px #a259ff80}50%{text-shadow:0 0 40px #a259ffcc,0 0 80px #00e0ff99}}.aurax-button-brand{border:2px solid #0000;color:#fff;display:inline-block;font-weight:600;overflow:hidden;padding:12px 24px;position:relative;text-decoration:none;transition:all .3s ease}.aurax-button-brand,.aurax-button-brand:before{background:linear-gradient(135deg,#a259ff,#00e0ff);background:var(--gradient-aurax-primary);border-radius:25px}.aurax-button-brand:before{bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.aurax-button-brand:hover:before{box-shadow:0 0 30px #a259ff99,0 0 60px #00e0ff66;opacity:1}.aurax-button-creator{border:2px solid #0000;color:#fff;display:inline-block;font-weight:600;overflow:hidden;padding:12px 24px;position:relative;text-decoration:none;transition:all .3s ease}.aurax-button-creator,.aurax-button-creator:before{background:linear-gradient(135deg,#ff4fcb,#a259ff);background:var(--gradient-aurax-secondary);border-radius:25px}.aurax-button-creator:before{bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.aurax-button-creator:hover:before{box-shadow:0 0 30px #ff4fcb99,0 0 60px #a259ff66;opacity:1}.aurax-nav-link{color:#fff;font-weight:500;padding:8px 16px;position:relative;text-decoration:none;transition:all .3s ease}.aurax-nav-link:after{background:linear-gradient(135deg,#a259ff,#00e0ff 50%,#ff4fcb);background:var(--gradient-aurax-full);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.aurax-nav-link:hover:after{box-shadow:0 0 10px #a259ffcc;width:100%}.aurax-nav-link:hover{color:#00e0ff;color:var(--aurax-electric-blue);text-shadow:0 0 10px #00e0ff80}@keyframes aurax-streak{0%{opacity:0;transform:translateX(-100%)}50%{opacity:1}to{opacity:0;transform:translateX(100%)}}.aurax-nav-streak{animation:aurax-streak .6s ease-out;background:linear-gradient(135deg,#a259ff,#00e0ff 50%,#ff4fcb);background:var(--gradient-aurax-full);height:2px;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (max-width:768px){.aurax-logo{font-size:1.5rem}.aurax-button-brand,.aurax-button-creator{font-size:.9rem;padding:10px 20px}}
/*# sourceMappingURL=main.e64cb3a2.css.map*/