.Navbar-module__cRh5nW__header{width:100%;z-index:var(--z-sticky);padding:var(--space-md) var(--space-xl);transition:all var(--transition-base);background:0 0;position:fixed;top:0;left:0}.Navbar-module__cRh5nW__header.Navbar-module__cRh5nW__scrolled{-webkit-backdrop-filter:blur(24px)saturate(1.2);padding:var(--space-sm) var(--space-xl);background:#060608cc;border-bottom:1px solid #ffffff0a}.Navbar-module__cRh5nW__nav{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex;position:relative}.Navbar-module__cRh5nW__brand{align-items:center;gap:var(--space-sm);color:var(--text-primary);transition:opacity var(--transition-fast);z-index:3;text-decoration:none;display:flex}.Navbar-module__cRh5nW__brand:hover{opacity:.85;color:var(--text-primary)}.Navbar-module__cRh5nW__logoMark{border-radius:var(--radius-lg);background:var(--gradient-primary);width:40px;height:40px;box-shadow:var(--glow-purple);transition:transform var(--transition-spring);justify-content:center;align-items:center;display:flex;overflow:hidden}.Navbar-module__cRh5nW__brand:hover .Navbar-module__cRh5nW__logoMark{transform:scale(1.08)rotate(-3deg)}.Navbar-module__cRh5nW__logoImage{object-fit:contain;border-radius:6px;width:100%;height:100%}.Navbar-module__cRh5nW__brandText{flex-direction:column;line-height:1.2;display:flex}.Navbar-module__cRh5nW__brandName{font-family:var(--font-heading);font-size:var(--fs-md);letter-spacing:-.03em;background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.Navbar-module__cRh5nW__brandSub{font-size:var(--fs-xs);color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-weight:400}.Navbar-module__cRh5nW__desktopLinks{border-radius:var(--radius-full);background:#ffffff08;border:1px solid #ffffff0d;align-items:center;gap:4px;padding:4px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module__cRh5nW__navLink{font-size:var(--fs-sm);color:var(--text-muted);border-radius:var(--radius-full);transition:all var(--transition-base);letter-spacing:.02em;padding:6px 16px;font-weight:500;text-decoration:none;position:relative}.Navbar-module__cRh5nW__navLink:hover{color:var(--text-primary);background:rgba(var(--brand-primary-rgb), .08)}.Navbar-module__cRh5nW__navLinkActive{color:var(--text-primary);background:rgba(var(--brand-primary-rgb), .15);box-shadow:0 0 10px rgba(var(--brand-primary-rgb), .15)}.Navbar-module__cRh5nW__hamburger{border-radius:var(--radius-md);cursor:pointer;width:44px;height:44px;transition:all var(--transition-base);z-index:3;background:#ffffff0d;border:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:none}.Navbar-module__cRh5nW__hamburger:hover{background:rgba(var(--brand-primary-rgb), .1);border-color:rgba(var(--brand-primary-rgb), .3);box-shadow:var(--glow-purple)}.Navbar-module__cRh5nW__bar{background:var(--text-primary);width:20px;height:2px;transition:all var(--transition-base);transform-origin:50%;border-radius:2px;display:block}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__open .Navbar-module__cRh5nW__bar:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__open .Navbar-module__cRh5nW__bar:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__open .Navbar-module__cRh5nW__bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cRh5nW__cta{align-items:center;gap:var(--space-sm);font-size:var(--fs-sm);font-weight:600;font-family:var(--font-heading);color:#fff;background:var(--gradient-primary);border-radius:var(--radius-full);transition:all var(--transition-base);z-index:3;letter-spacing:.01em;padding:10px 24px;text-decoration:none;display:flex;position:relative;overflow:hidden}.Navbar-module__cRh5nW__cta:before{content:"";opacity:0;transition:opacity var(--transition-base);background:linear-gradient(135deg,#ffffff26 0%,#0000 50%);position:absolute;inset:0}.Navbar-module__cRh5nW__cta:hover{color:#fff;box-shadow:0 4px 20px rgba(var(--brand-primary-rgb), .4), 0 0 40px rgba(var(--brand-primary-rgb), .15);transform:translateY(-1px)}.Navbar-module__cRh5nW__cta:hover:before{opacity:1}.Navbar-module__cRh5nW__ctaIcon{flex-shrink:0}.Navbar-module__cRh5nW__ctaPulse{border-radius:inherit;background:var(--gradient-primary);pointer-events:none;width:100%;height:100%;animation:2s ease-out infinite Navbar-module__cRh5nW__ctaPulseAnim;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Navbar-module__cRh5nW__ctaPulseAnim{0%{opacity:.6;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}.Navbar-module__cRh5nW__drawerBackdrop{-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all var(--transition-base);z-index:1;background:#06060899;position:fixed;inset:0}.Navbar-module__cRh5nW__drawerBackdrop.Navbar-module__cRh5nW__backdropOpen{opacity:1;visibility:visible}.Navbar-module__cRh5nW__drawer{-webkit-backdrop-filter:blur(32px);border-left:1px solid rgba(var(--brand-primary-rgb), .15);width:280px;max-width:85vw;height:100dvh;transition:transform var(--transition-slow);z-index:2;overscroll-behavior:contain;background:#0c0c12fa;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.Navbar-module__cRh5nW__drawer.Navbar-module__cRh5nW__drawerOpen{transform:translate(0)}.Navbar-module__cRh5nW__drawerContent{padding:80px var(--space-xl) var(--space-xl);gap:var(--space-xs);flex-direction:column;min-height:100%;display:flex}.Navbar-module__cRh5nW__drawerLink{font-size:var(--fs-lg);font-weight:600;font-family:var(--font-heading);color:var(--text-secondary);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);transition:all var(--transition-base);letter-spacing:-.01em;text-decoration:none}.Navbar-module__cRh5nW__drawerLink:hover{color:var(--text-primary);background:rgba(var(--brand-primary-rgb), .08)}.Navbar-module__cRh5nW__drawerLinkActive{color:var(--text-primary);background:rgba(var(--brand-primary-rgb), .12)}.Navbar-module__cRh5nW__drawerLink:before{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width var(--transition-base);vertical-align:middle;margin-right:var(--space-sm);border-radius:2px;display:inline-block}.Navbar-module__cRh5nW__drawerLink:hover:before,.Navbar-module__cRh5nW__drawerLinkActive:before{width:16px}.Navbar-module__cRh5nW__drawerCta{justify-content:center;align-items:center;gap:var(--space-sm);margin-top:var(--space-lg);padding:14px var(--space-lg);font-size:var(--fs-base);font-weight:700;font-family:var(--font-heading);color:#fff;background:var(--gradient-primary);border-radius:var(--radius-full);transition:all var(--transition-base);box-shadow:0 4px 20px rgba(var(--brand-primary-rgb), .25);text-decoration:none;display:inline-flex}.Navbar-module__cRh5nW__drawerCta:hover{color:#fff;box-shadow:0 8px 30px rgba(var(--brand-primary-rgb), .4);transform:translateY(-2px)}@media (max-width:1024px){.Navbar-module__cRh5nW__desktopLinks{display:none}.Navbar-module__cRh5nW__hamburger{display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module__cRh5nW__cta{display:none}}@media (max-width:768px){.Navbar-module__cRh5nW__hamburger{left:98%}.Navbar-module__cRh5nW__header{padding:var(--space-sm) var(--space-md)}.Navbar-module__cRh5nW__header.Navbar-module__cRh5nW__scrolled{padding:var(--space-xs) var(--space-md)}.Navbar-module__cRh5nW__brandText{display:none}.Navbar-module__cRh5nW__logoMark{width:36px;height:36px}.Navbar-module__cRh5nW__hamburger{width:40px;height:40px}.Navbar-module__cRh5nW__bar{width:18px}.Navbar-module__cRh5nW__drawer{width:260px}.Navbar-module__cRh5nW__drawerContent{padding:70px var(--space-lg) var(--space-lg)}.Navbar-module__cRh5nW__drawerLink{font-size:var(--fs-md);padding:var(--space-xs) var(--space-sm)}}@media (max-width:640px){.Navbar-module__cRh5nW__hamburger{left:95%}.Navbar-module__cRh5nW__drawer{width:100%;max-width:100%}.Navbar-module__cRh5nW__drawerContent{padding:70px var(--space-md) var(--space-md);justify-content:center;align-items:center;gap:var(--space-sm)}.Navbar-module__cRh5nW__drawerLink{font-size:var(--fs-xl);text-align:center;width:100%;padding:var(--space-sm) var(--space-md)}.Navbar-module__cRh5nW__drawerCta{width:100%;max-width:240px}}
.Footer-module__3hUVsW__footer{border-top:1px solid rgba(var(--brand-primary-rgb), .1);background:radial-gradient(at bottom,#1a0f2e 0%,#0a0612 60%,#060608 100%);width:100%;position:relative;overflow:hidden}.Footer-module__3hUVsW__canvasLayer{z-index:0;pointer-events:none;position:absolute;inset:0}.Footer-module__3hUVsW__starsLayer{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Footer-module__3hUVsW__shootingStars{position:absolute;inset:0}.Footer-module__3hUVsW__shootingStar{width:1px;height:2px;box-shadow:0 0 4px 1px rgba(var(--brand-primary-rgb), .5);animation:Footer-module__3hUVsW__shoot calc(3s + var(--i) * 2s) linear infinite;animation-delay:calc(var(--i) * 2.5s);top:calc(10% + var(--i) * 15%);background:#fff;border-radius:50%;position:absolute;left:100%}.Footer-module__3hUVsW__shootingStar:after{opacity:.7;content:"";background:linear-gradient(to right, rgba(var(--brand-primary-rgb), .6), transparent);transform-origin:0;width:100px;height:2px;box-shadow:0 0 10px 2px rgba(var(--brand-primary-rgb), .2);position:absolute;top:50%;left:1px;transform:rotate(-15deg)}@keyframes Footer-module__3hUVsW__shoot{0%{opacity:1;transform:translate(0)translateY(0)}70%{opacity:1}to{opacity:0;transform:translate(-110vw)translateY(30vh)}}.Footer-module__3hUVsW__modelLayer{z-index:0;pointer-events:none;opacity:.8;position:absolute;inset:0}.Footer-module__3hUVsW__divider{background:linear-gradient(90deg, transparent 0%, rgba(var(--brand-primary-rgb), .5) 25%, rgba(var(--brand-secondary-rgb), .5) 50%, rgba(var(--brand-primary-rgb), .5) 75%, transparent 100%);width:80%;height:1px;position:absolute;top:0;left:10%}.Footer-module__3hUVsW__content{z-index:1;max-width:1200px;padding:80px var(--space-xl) 30px;margin:0 auto;position:relative}.Footer-module__3hUVsW__topSection{gap:20px;line-height:14px;display:flex}.Footer-module__3hUVsW__brand{max-width:480px}.Footer-module__3hUVsW__brandName{background:linear-gradient(135deg, #f0f0f5 0%, var(--brand-primary) 50%, #ec4899 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 8px;font-size:1.8rem;font-weight:800}.Footer-module__3hUVsW__brandTagline{color:#a0a0b8;margin:0 0 12px;font-size:.75rem;line-height:1.6}.Footer-module__3hUVsW__brandTagline:last-child{margin-bottom:0}.Footer-module__3hUVsW__linkColumn h4{color:var(--brand-primary);text-transform:uppercase;letter-spacing:2px;margin:0 0 20px;font-size:.8rem;font-weight:700}.Footer-module__3hUVsW__linkColumn a{color:#a0a0b8;width:fit-content;padding:6px 0;font-size:.9rem;text-decoration:none;transition:all .3s;display:block;position:relative}.Footer-module__3hUVsW__othersGrid{grid-template-columns:2fr 2fr;gap:0 20px;display:grid}.Footer-module__3hUVsW__linkColumn a:hover{color:#f0f0f5;text-shadow:0 0 12px rgba(var(--brand-primary-rgb), .4);transform:translate(4px)}.Footer-module__3hUVsW__bottomSection{border-top:1px solid rgba(var(--brand-primary-rgb), .08);justify-content:space-between;align-items:center;padding-top:25px;display:flex}.Footer-module__3hUVsW__socialIcons{gap:12px;display:flex}.Footer-module__3hUVsW__socialIcon{background:rgba(var(--brand-primary-rgb), .08);border:1px solid rgba(var(--brand-primary-rgb), .15);color:#c084fc;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.Footer-module__3hUVsW__socialIcon:hover{background:rgba(var(--brand-primary-rgb), .2);border-color:var(--brand-primary);box-shadow:0 0 20px rgba(var(--brand-primary-rgb), .3);color:#fff;transform:translateY(-3px)}.Footer-module__3hUVsW__copyright{color:#5a5a72;font-size:.85rem}.Footer-module__3hUVsW__copyright span{color:var(--brand-primary)}.Footer-module__3hUVsW__backToTop{background:linear-gradient(135deg, rgba(var(--brand-primary-rgb), .15), rgba(var(--brand-secondary-rgb), .15));border:1px solid rgba(var(--brand-primary-rgb), .25);color:#c084fc;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:all .3s;display:flex}.Footer-module__3hUVsW__backToTop:hover{background:linear-gradient(135deg, rgba(var(--brand-primary-rgb), .3), rgba(var(--brand-secondary-rgb), .3));border-color:var(--brand-primary);box-shadow:0 0 25px rgba(var(--brand-primary-rgb), .4);color:#fff;transform:translateY(-3px)}@media (min-width:1025px){.Footer-module__3hUVsW__content{flex-wrap:wrap;display:flex}.Footer-module__3hUVsW__brand{flex:0 0 500px;margin-left:300px}.Footer-module__3hUVsW__topSection{flex:1;justify-content:flex-end}.Footer-module__3hUVsW__bottomSection{justify-content:space-between;align-items:center;width:100%;display:flex}.Footer-module__3hUVsW__socialIcons{margin-left:350px}.Footer-module__3hUVsW__copyright{margin-left:120px}}@media (min-width:641px) and (max-width:1024px){.Footer-module__3hUVsW__footer{margin-top:-200px}.Footer-module__3hUVsW__content{flex-direction:column;margin-top:-30px;display:flex}.Footer-module__3hUVsW__brand{text-align:left;max-width:100%}.Footer-module__3hUVsW__topSection{justify-content:left;gap:var(--space-lg);text-align:left;width:100%;padding-top:30px;line-height:12px}.Footer-module__3hUVsW__linkColumn{text-align:left;width:20%}.Footer-module__3hUVsW__linkColumn:first-child{width:30%}.Footer-module__3hUVsW__linkColumn:last-child{width:60%}.Footer-module__3hUVsW__bottomSection{gap:var(--space-lg);flex-wrap:wrap;justify-content:right}.Footer-module__3hUVsW__socialIcons{order:-1;justify-content:left;width:100%}.Footer-module__3hUVsW__copyright{text-align:left;width:100%}.Footer-module__3hUVsW__modelLayer{display:none}}@media (max-width:640px){.Footer-module__3hUVsW__footer{margin-top:0}.Footer-module__3hUVsW__content{padding:30px var(--space-md) 15px;flex-direction:column;display:flex}.Footer-module__3hUVsW__brand{text-align:left;max-width:100%}.Footer-module__3hUVsW__topSection{text-align:left;justify-content:center;gap:20px;width:100%;padding-top:30px}.Footer-module__3hUVsW__othersGrid{grid-template-columns:1fr 1fr;display:grid}.Footer-module__3hUVsW__linkColumn{text-align:left}.Footer-module__3hUVsW__linkColumn:first-child{width:30%}.Footer-module__3hUVsW__linkColumn:last-child{width:60%}.Footer-module__3hUVsW__linkColumn a{margin:0}.Footer-module__3hUVsW__bottomSection{gap:var(--space-lg);text-align:center;flex-direction:column;align-items:center}.Footer-module__3hUVsW__socialIcons{justify-content:center}.Footer-module__3hUVsW__copyright{text-align:center}.Footer-module__3hUVsW__brandName{font-size:1.4rem}.Footer-module__3hUVsW__brandTagline{font-size:.7rem}.Footer-module__3hUVsW__socialIcon{width:36px;height:36px}.Footer-module__3hUVsW__backToTop{width:40px;height:40px}.Footer-module__3hUVsW__modelLayer{display:none}}
.HeroAbout-module__7Qjypa__hero{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroAbout-module__7Qjypa__canvasBg{z-index:0;pointer-events:none;position:absolute;inset:0}.HeroAbout-module__7Qjypa__canvasBg>div{width:100%;height:100%}.HeroAbout-module__7Qjypa__heroContent{z-index:10;text-align:center;padding:var(--space-xl);flex-direction:column;align-items:center;max-width:900px;display:flex;position:relative}.HeroAbout-module__7Qjypa__overline{font-family:var(--font-mono);font-size:var(--fs-sm);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:var(--space-lg);opacity:0;border:1px solid var(--accent-primary);border-radius:999px;padding:6px 20px}.HeroAbout-module__7Qjypa__heading{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);opacity:0;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1}@media (max-width:768px){.HeroAbout-module__7Qjypa__heroContent{padding:var(--space-lg) var(--space-md)}.HeroAbout-module__7Qjypa__heading{font-size:clamp(2rem,8vw,3.5rem)}.HeroAbout-module__7Qjypa__overline{font-size:var(--fs-xs);margin-bottom:var(--space-md)}}
.legal-module__8113wq__page{max-width:800px;min-height:100vh;margin:0 auto;padding:120px 24px 80px}.legal-module__8113wq__header{margin-bottom:48px}.legal-module__8113wq__title{font-size:var(--fs-3xl);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-weight:800}.legal-module__8113wq__lastUpdated{font-size:var(--fs-sm);color:var(--text-muted);font-family:var(--font-mono)}.legal-module__8113wq__section{margin-bottom:40px}.legal-module__8113wq__sectionTitle{font-size:var(--fs-lg);color:var(--text-primary);margin-bottom:12px;font-weight:700}.legal-module__8113wq__section p{font-size:var(--fs-base);color:var(--text-secondary);margin-bottom:12px;line-height:1.8}.legal-module__8113wq__section ul{margin:8px 0 16px;padding:0;list-style:none}.legal-module__8113wq__section ul li{color:var(--text-secondary);font-size:var(--fs-base);margin-bottom:8px;padding-left:20px;line-height:1.7;position:relative}.legal-module__8113wq__section ul li:before{content:">";color:var(--accent-primary);font-family:var(--font-mono);font-weight:700;position:absolute;left:0}.legal-module__8113wq__divider{background:linear-gradient(90deg,#0000,#a855f74d,#0000);border:none;height:1px;margin:48px 0}@media (max-width:640px){.legal-module__8113wq__page{padding:100px 16px 60px}.legal-module__8113wq__title{font-size:var(--fs-2xl)}.legal-module__8113wq__sectionTitle{font-size:var(--fs-md)}}
.HeroSection-module__HAA8HW__hero{align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:visible}.HeroSection-module__HAA8HW__ambientBg{pointer-events:none;z-index:0;position:absolute;inset:0}.HeroSection-module__HAA8HW__heroInner{width:100%;max-width:1400px;padding:0 var(--space-xl);z-index:10;pointer-events:none;justify-content:space-between;align-items:center;max-height:100vh;margin:0 auto;padding-top:80px;display:flex;position:relative}.HeroSection-module__HAA8HW__heroFullScreenCanvas{z-index:1;background:radial-gradient(circle at 18% 18%,#ff9ffc33,#0000 30%),radial-gradient(circle at 80% 30%,#5227ff42,#0000 34%),linear-gradient(135deg,#080711 0%,#120824 45%,#060608 100%);width:100%;height:100vh;position:absolute;inset:0}.HeroSection-module__HAA8HW__canvasVignette{pointer-events:none;z-index:2;background:radial-gradient(#0000 30%,#060608cc 100%);position:absolute;inset:0}.HeroSection-module__HAA8HW__canvasLoader{justify-content:center;align-items:center;gap:var(--space-lg);background:var(--bg-primary);flex-direction:column;width:100%;height:100%;display:flex}.HeroSection-module__HAA8HW__loaderRing{border:3px solid #a855f726;border-top-color:var(--accent-primary);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;animation:1s linear infinite HeroSection-module__HAA8HW__spin;display:flex}.HeroSection-module__HAA8HW__loaderInner{border:3px solid #6366f126;border-bottom-color:var(--accent-secondary);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite reverse HeroSection-module__HAA8HW__spin}.HeroSection-module__HAA8HW__loaderText{font-family:var(--font-mono);font-size:var(--fs-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.15em}@keyframes HeroSection-module__HAA8HW__spin{to{transform:rotate(360deg)}}.HeroSection-module__HAA8HW__textContent{gap:var(--space-lg);pointer-events:auto;-webkit-backdrop-filter:blur(8px);max-width:600px;padding:var(--space-2xl);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);contain:layout style paint;will-change:opacity;background:#06060866;border:1px solid #ffffff0d;flex-direction:column;flex:0 0 45%;display:flex}.HeroSection-module__HAA8HW__characterOverlay{pointer-events:auto;flex:55%;align-items:flex-end;height:100vh;margin-right:calc(50% - 50vw);display:flex;position:relative;overflow:visible}.HeroSection-module__HAA8HW__textContent [data-animate]{opacity:0;animation:.7s cubic-bezier(.22,1,.36,1) forwards HeroSection-module__HAA8HW__revealUp;transform:translateY(25px)}@keyframes HeroSection-module__HAA8HW__revealUp{to{opacity:1;transform:translateY(0)}}.HeroSection-module__HAA8HW__tagline{align-items:center;gap:var(--space-sm);font-size:var(--fs-xs);font-family:var(--font-mono);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.12em;border-radius:var(--radius-full);background:#a855f70f;border:1px solid #a855f726;width:fit-content;padding:6px 16px;display:inline-flex}.HeroSection-module__HAA8HW__tagDot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px;animation:2s infinite HeroSection-module__HAA8HW__pulse-glow;box-shadow:0 0 8px #a855f799}.HeroSection-module__HAA8HW__headline{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(2rem,3.5vw,3.5rem);font-weight:800;line-height:1.1}.HeroSection-module__HAA8HW__headlineAccent{background:linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-tertiary) 50%, #f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.HeroSection-module__HAA8HW__headlineUnderline{opacity:.7;width:100%;height:10px;position:absolute;bottom:-4px;left:0}.HeroSection-module__HAA8HW__subheadline{font-size:var(--fs-md);color:var(--text-secondary);max-width:420px;line-height:1.7}.HeroSection-module__HAA8HW__platformHighlight{color:var(--text-primary);font-weight:600;position:relative}.HeroSection-module__HAA8HW__platformHighlight:after{content:"";background:var(--gradient-primary);opacity:.5;width:100%;height:1px;position:absolute;bottom:-1px;left:0}.HeroSection-module__HAA8HW__ctaGroup{gap:var(--space-xl);margin-top:var(--space-md);flex-direction:column;display:flex}.HeroSection-module__HAA8HW__ctaPrimary{align-items:center;gap:var(--space-sm);font-size:var(--fs-base);font-weight:700;font-family:var(--font-heading);color:#fff;background:var(--gradient-primary);border-radius:var(--radius-full);width:fit-content;transition:all var(--transition-base);padding:14px 32px;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #a855f740}.HeroSection-module__HAA8HW__ctaPrimary:before{content:"";opacity:0;transition:opacity var(--transition-base);background:linear-gradient(135deg,#fff3 0%,#0000 60%);position:absolute;inset:0}.HeroSection-module__HAA8HW__ctaPrimary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 30px #a855f766,0 0 60px #a855f726}.HeroSection-module__HAA8HW__ctaPrimary:hover:before{opacity:1}.HeroSection-module__HAA8HW__ctaArrow{transition:transform var(--transition-base);align-items:center;display:flex}.HeroSection-module__HAA8HW__ctaPrimary:hover .HeroSection-module__HAA8HW__ctaArrow{transform:translate(4px)}.HeroSection-module__HAA8HW__ctaText{z-index:1;position:relative}.HeroSection-module__HAA8HW__socialHint{align-items:center;gap:var(--space-md);color:var(--text-muted);font-size:var(--fs-xs);font-family:var(--font-mono);letter-spacing:.05em;display:flex}.HeroSection-module__HAA8HW__scrollIndicator{border:2px solid #a855f74d;border-radius:12px;justify-content:center;width:24px;height:38px;padding-top:6px;display:flex}.HeroSection-module__HAA8HW__scrollDot{background:var(--accent-primary);border-radius:4px;width:4px;height:8px;animation:1.8s ease-in-out infinite HeroSection-module__HAA8HW__scrollBounce}@keyframes HeroSection-module__HAA8HW__scrollBounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(14px)}}@media (max-width:1024px){.HeroSection-module__HAA8HW__hero{min-height:100vh}.HeroSection-module__HAA8HW__heroInner{justify-content:center;gap:var(--space-2xl);flex-direction:column;padding-top:80px}.HeroSection-module__HAA8HW__textContent{text-align:center;width:100%;padding:var(--space-xl);flex:none;align-items:center}.HeroSection-module__HAA8HW__characterOverlay{flex:none;align-items:center;width:100%;height:60vh;margin-top:0;margin-right:0}.HeroSection-module__HAA8HW__headline{font-size:clamp(1.8rem,5vw,2.8rem)}.HeroSection-module__HAA8HW__subheadline{max-width:500px}.HeroSection-module__HAA8HW__ctaGroup{align-items:center}.HeroSection-module__HAA8HW__orb1{width:300px;height:300px}.HeroSection-module__HAA8HW__orb2{width:220px;height:220px}}@media (max-width:640px){.HeroSection-module__HAA8HW__heroInner{padding:100px var(--space-md) 0;gap:var(--space-xl)}.HeroSection-module__HAA8HW__textContent{padding:var(--space-md);gap:var(--space-sm);-webkit-backdrop-filter:blur(8px);background:#06060880}.HeroSection-module__HAA8HW__headline{font-size:clamp(1.5rem,7vw,2.2rem);line-height:1.15}.HeroSection-module__HAA8HW__subheadline{font-size:var(--fs-sm);line-height:1.5}.HeroSection-module__HAA8HW__tagline{padding:4px 12px;font-size:.65rem}.HeroSection-module__HAA8HW__ctaGroup{gap:var(--space-md)}.HeroSection-module__HAA8HW__ctaPrimary{font-size:var(--fs-sm);justify-content:center;width:100%;padding:12px 28px}.HeroSection-module__HAA8HW__characterOverlay{align-items:center;height:55vh;margin-top:0;margin-right:0}.HeroSection-module__HAA8HW__socialHint{gap:var(--space-sm);font-size:.6rem}.HeroSection-module__HAA8HW__scrollIndicator{width:20px;height:32px}.HeroSection-module__HAA8HW__orb1{opacity:.25;width:200px;height:200px}.HeroSection-module__HAA8HW__orb2{opacity:.2;width:150px;height:150px}.HeroSection-module__HAA8HW__orb3{display:none}}
