.Nav-module__gOObGW__nav{z-index:1000;border-bottom:1px solid #0000;padding:24px 0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.Nav-module__gOObGW__nav.Nav-module__gOObGW__scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080a10d9;border-bottom:1px solid #ffffff0d;padding:12px 0;box-shadow:0 4px 30px #0000001a}.Nav-module__gOObGW__navInner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 24px;display:flex;position:relative}.Nav-module__gOObGW__logo{group:logoGroup;align-items:center;gap:12px;text-decoration:none;display:flex}.Nav-module__gOObGW__logoImg{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 6px #6366f159);border-radius:6px;width:36px;height:36px;transition:transform .3s cubic-bezier(.16,1,.3,1),filter .3s}.Nav-module__gOObGW__logo:hover .Nav-module__gOObGW__logoImg{filter:drop-shadow(0 0 12px #6366f199);transform:scale(1.08)rotate(-4deg)}.Nav-module__gOObGW__logoText{letter-spacing:-.04em;color:var(--on);font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700}.Nav-module__gOObGW__desktopLinks{align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Nav-module__gOObGW__navItem{position:relative}.Nav-module__gOObGW__navLink{color:var(--on-dim);border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Nav-module__gOObGW__navLink:hover{color:var(--on);background:#ffffff08}.Nav-module__gOObGW__chevron{opacity:.5;transition:transform .3s}.Nav-module__gOObGW__chevronActive{opacity:1;transform:rotate(180deg)}.Nav-module__gOObGW__dropdown{background:var(--surface);z-index:100;border:1px solid #ffffff14;border-radius:12px;width:max-content;min-width:280px;padding:16px;position:absolute;top:calc(100% + 8px);left:50%;box-shadow:0 20px 40px #0006,0 0 0 1px #ffffff05;transform:translate(-50%)!important}.dropdown-wrapper{padding-top:16px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Nav-module__gOObGW__dropdownGrid{grid-template-columns:1fr;gap:4px;display:grid}.Nav-module__gOObGW__dropdownItem{border-radius:8px;flex-direction:column;padding:10px 12px;text-decoration:none;transition:background .2s;display:flex}.Nav-module__gOObGW__dropdownItem:hover{background:#ffffff0a}.Nav-module__gOObGW__dropdownItemTitle{color:var(--on);margin-bottom:2px;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.Nav-module__gOObGW__dropdownItemDesc{color:var(--on-dim);font-family:Inter,sans-serif;font-size:12px}.Nav-module__gOObGW__rightSection{align-items:center;gap:20px;display:flex}.Nav-module__gOObGW__statusIndicator{background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;display:flex}.Nav-module__gOObGW__statusDot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite Nav-module__gOObGW__pulse;box-shadow:0 0 8px #10b981}@keyframes Nav-module__gOObGW__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.Nav-module__gOObGW__statusText{color:var(--on-dim);text-transform:uppercase;letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-size:10px}.Nav-module__gOObGW__cmdBtn{color:var(--on-dim);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-family:Inter,sans-serif;font-size:12px;transition:all .2s;display:flex}.Nav-module__gOObGW__cmdBtn:hover{color:var(--on);background:#ffffff0f;border-color:#ffffff26}.Nav-module__gOObGW__cmdBtn kbd{background:#ffffff0d;border-radius:4px;margin-left:4px;padding:2px 4px;font-family:JetBrains Mono,monospace;font-size:10px}.Nav-module__gOObGW__ctaGroup{align-items:center;gap:12px;display:flex}.Nav-module__gOObGW__ctaSecondary{color:var(--on);border-radius:6px;padding:8px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s}.Nav-module__gOObGW__ctaSecondary:hover{background:#ffffff0d}.Nav-module__gOObGW__ctaPrimary{letter-spacing:.02em;color:#fff;background:#2563eb;border-radius:6px;padding:10px 20px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 0 #2563eb66}.Nav-module__gOObGW__ctaPrimary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 20px #2563eb66}.Nav-module__gOObGW__mobileMenuBtn{color:var(--on);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.Nav-module__gOObGW__mobileMenu{background:var(--bg);z-index:2000;flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.Nav-module__gOObGW__mobileHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:24px;display:flex}.Nav-module__gOObGW__mobileCloseBtn{width:40px;height:40px;color:var(--on);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Nav-module__gOObGW__mobileContent{flex:1;padding:24px}.Nav-module__gOObGW__mobileAccordion{border-bottom:1px solid #ffffff0d}.Nav-module__gOObGW__mobileAccordionHeader{width:100%;color:var(--on);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 0;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:500;display:flex}.Nav-module__gOObGW__mobileChevron{opacity:.5;transition:transform .3s}.Nav-module__gOObGW__mobileChevronActive{opacity:1;transform:rotate(180deg)}.Nav-module__gOObGW__mobileAccordionContent{flex-direction:column;gap:16px;padding-bottom:20px;display:flex;overflow:hidden}.Nav-module__gOObGW__mobileDropdownItem{color:var(--on-dim);align-items:center;gap:12px;font-family:Inter,sans-serif;font-size:16px;text-decoration:none;display:flex}.Nav-module__gOObGW__mobileArrow{opacity:.5}.Nav-module__gOObGW__mobileCtas{flex-direction:column;gap:16px;margin-top:40px;display:flex}.Nav-module__gOObGW__ctaPrimaryMobile{text-align:center;color:#fff;background:#2563eb;border-radius:8px;padding:16px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;text-decoration:none;display:block}.Nav-module__gOObGW__ctaSecondaryMobile{text-align:center;color:var(--on);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:16px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:500;text-decoration:none;display:block}@media (max-width:1200px){.Nav-module__gOObGW__statusIndicator{display:none}}@media (max-width:1024px){.Nav-module__gOObGW__desktopLinks,.Nav-module__gOObGW__cmdBtn,.Nav-module__gOObGW__ctaGroup{display:none}.Nav-module__gOObGW__mobileMenuBtn{display:block}}
.CommandMenu-module__zBTaTq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0006;justify-content:center;align-items:flex-start;padding-top:15vh;animation:.2s ease-out CommandMenu-module__zBTaTq__fadeIn;display:flex;position:fixed;inset:0}@keyframes CommandMenu-module__zBTaTq__fadeIn{0%{opacity:0}to{opacity:1}}.CommandMenu-module__zBTaTq__modal{background:var(--surface);border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:600px;margin:0 20px;animation:.3s cubic-bezier(.16,1,.3,1) CommandMenu-module__zBTaTq__slideDown;overflow:hidden;box-shadow:0 20px 40px #00000080,0 0 0 1px #ffffff0d}@keyframes CommandMenu-module__zBTaTq__slideDown{0%{opacity:0;transform:translateY(-20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.CommandMenu-module__zBTaTq__header{border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:16px 20px;display:flex}.CommandMenu-module__zBTaTq__searchIcon{color:var(--on-dim)}.CommandMenu-module__zBTaTq__input{color:var(--on);background:0 0;border:none;outline:none;flex:1;font-family:Inter,sans-serif;font-size:16px}.CommandMenu-module__zBTaTq__input::placeholder{color:#ffffff4d}.CommandMenu-module__zBTaTq__shortcut{color:var(--on-dim);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:4px 6px;font-family:JetBrains Mono,monospace;font-size:11px}.CommandMenu-module__zBTaTq__content{max-height:400px;padding:12px 8px;overflow-y:auto}.CommandMenu-module__zBTaTq__content::-webkit-scrollbar{width:6px}.CommandMenu-module__zBTaTq__content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.CommandMenu-module__zBTaTq__group{margin-bottom:16px}.CommandMenu-module__zBTaTq__group:last-child{margin-bottom:0}.CommandMenu-module__zBTaTq__groupLabel{text-transform:uppercase;letter-spacing:.05em;color:#fff6;padding:0 12px 8px;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:600}.CommandMenu-module__zBTaTq__item{color:var(--on-dim);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:12px;font-family:Inter,sans-serif;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.CommandMenu-module__zBTaTq__item:hover{color:var(--on);background:#ffffff0a}.CommandMenu-module__zBTaTq__itemIcon{width:28px;height:28px;color:var(--on-dim);background:#ffffff08;border:1px solid #ffffff0d;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.CommandMenu-module__zBTaTq__item:hover .CommandMenu-module__zBTaTq__itemIcon{color:#3b82f6;background:#2563eb26;border-color:#2563eb4d}.CommandMenu-module__zBTaTq__itemArrow{opacity:0;margin-left:auto;transition:all .2s;transform:translate(-4px)}.CommandMenu-module__zBTaTq__item:hover .CommandMenu-module__zBTaTq__itemArrow{opacity:1;transform:translate(0)}.CommandMenu-module__zBTaTq__footer{background:#0003;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.CommandMenu-module__zBTaTq__footerBrand{color:var(--on-dim);opacity:.5;font-family:JetBrains Mono,monospace;font-size:11px}.CommandMenu-module__zBTaTq__footerHints{color:var(--on-dim);opacity:.7;gap:16px;font-family:Inter,sans-serif;font-size:11px;display:flex}.CommandMenu-module__zBTaTq__footerHints kbd{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:3px;margin:0 2px;padding:2px 4px;font-family:JetBrains Mono,monospace}
.Footer-module__S6Hkya__footer{background:var(--surface);padding:52px var(--pm) 28px;z-index:2;border-top:1px solid #ffffff0d;position:relative}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px;display:grid}.Footer-module__S6Hkya__brand{letter-spacing:-.02em;align-items:center;gap:10px;margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:700;display:flex}.Footer-module__S6Hkya__logoSq{border:1.5px solid #b4c5ff59;border-radius:5px;width:28px;height:28px;position:relative;overflow:hidden}.Footer-module__S6Hkya__logoSq:before{content:"";border:1px solid #b4c5ff33;border-radius:2px;position:absolute;inset:2px;transform:rotate(45deg)}.Footer-module__S6Hkya__desc{color:var(--on-dim);max-width:270px;font-size:14px;line-height:1.7}.Footer-module__S6Hkya__col h4{letter-spacing:.14em;color:var(--on-dim);text-transform:uppercase;margin-bottom:16px;font-family:JetBrains Mono,monospace;font-size:10px}.Footer-module__S6Hkya__col a{color:var(--on-dim);cursor:none;margin-bottom:9px;font-size:13px;text-decoration:none;transition:color .2s,transform .2s;display:block}.Footer-module__S6Hkya__col a:hover{color:var(--on);transform:translate(4px)}.Footer-module__S6Hkya__bottom{color:var(--on-dim);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:24px;font-size:12px;display:flex}.Footer-module__S6Hkya__verify{color:#b4c5ff;cursor:none;border:1px solid #b4c5ff33;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.Footer-module__S6Hkya__verify:hover{background:#2563eb14;border-color:#b4c5ff}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr}}
.SplineHero-module__lN8Swq__hero{z-index:2;background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.SplineHero-module__lN8Swq__neonBg{filter:saturate(1.15)contrast(1.06);transform-origin:bottom;background:url(https://playground.bravebrand.com/assets/backgrounds/neon-trail-hud-background.webp) bottom/cover no-repeat;width:140%;height:140%;animation:20s linear infinite alternate SplineHero-module__lN8Swq__bgTravel;position:absolute;inset:-20%}@keyframes SplineHero-module__lN8Swq__bgTravel{0%{transform:scale(1)translateY(0)}to{transform:scale(1.3)translateY(10%)}}.SplineHero-module__lN8Swq__neonOverlay{z-index:1;background:linear-gradient(#030509d1,#03050938 58%,#0305099e) 0 0/100% 100%,repeating-linear-gradient(0deg,#ffffff09 0 1px,#0000 1px 72px) 0 0/100% 100%,repeating-linear-gradient(90deg,#ffffff09 0 1px,#0000 1px 72px) 0 0/100% 100%;animation:40s linear infinite SplineHero-module__lN8Swq__bgPan;position:absolute;inset:0}@keyframes SplineHero-module__lN8Swq__bgPan{0%{background-position:0 0,0 0,0 0}to{background-position:0 0,0 720px,720px 0}}.SplineHero-module__lN8Swq__edge{pointer-events:none;z-index:3;background:linear-gradient(to right, transparent 55%, var(--bg) 100%), linear-gradient(to bottom, var(--bg) 0%, transparent 12%), linear-gradient(to top, var(--bg) 0%, transparent 12%);position:absolute;inset:0}.SplineHero-module__lN8Swq__info{z-index:4;padding:0 var(--pm);text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;display:flex;position:relative}.SplineHero-module__lN8Swq__eyebrow{letter-spacing:.15em;color:#2563eb;opacity:0;align-items:center;gap:10px;margin-bottom:22px;font-family:JetBrains Mono,monospace;font-size:11px;animation:.8s cubic-bezier(.16,1,.3,1) .25s forwards SplineHero-module__lN8Swq__siUp;display:flex}.SplineHero-module__lN8Swq__eyebrowLine{background:currentColor;flex-shrink:0;width:24px;height:1px}.SplineHero-module__lN8Swq__eyebrowDot{background:currentColor;border-radius:50%;width:5px;height:5px;animation:2s infinite SplineHero-module__lN8Swq__siPulse}@keyframes SplineHero-module__lN8Swq__siPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.SplineHero-module__lN8Swq__company{letter-spacing:.12em;color:#2563eb;text-transform:uppercase;opacity:0;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;animation:.8s cubic-bezier(.16,1,.3,1) .45s forwards SplineHero-module__lN8Swq__siUp}.SplineHero-module__lN8Swq__h1{letter-spacing:-.04em;color:var(--on);flex-direction:column;align-items:center;margin-bottom:20px;font-family:Space Grotesk,sans-serif;font-size:62px;font-weight:700;line-height:1.04;display:flex}.SplineHero-module__lN8Swq__line{opacity:0;animation:.9s cubic-bezier(.16,1,.3,1) forwards SplineHero-module__lN8Swq__siUp;display:block;transform:translateY(48px)}.SplineHero-module__lN8Swq__grad{background:linear-gradient(135deg,#b4c5ff 0%,#d2bbff 50%,#7c3aed 100%);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:4s infinite SplineHero-module__lN8Swq__siGrad}@keyframes SplineHero-module__lN8Swq__siGrad{0%,to{background-position:0%}50%{background-position:100%}}.SplineHero-module__lN8Swq__slogan{color:var(--on-dim);opacity:0;max-width:600px;margin:0 auto 40px;font-size:16px;line-height:1.75;animation:.8s cubic-bezier(.16,1,.3,1) 1.08s forwards SplineHero-module__lN8Swq__siUp}.SplineHero-module__lN8Swq__slogan strong{color:var(--on);font-weight:600}.SplineHero-module__lN8Swq__btns{opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;animation:.8s cubic-bezier(.16,1,.3,1) 1.22s forwards SplineHero-module__lN8Swq__siUp;display:flex}.SplineHero-module__lN8Swq__btnConnect{letter-spacing:.08em;color:#fff;cursor:none;text-transform:uppercase;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:8px;align-items:center;gap:10px;padding:15px 34px;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.SplineHero-module__lN8Swq__btnConnect:after{content:"";background:linear-gradient(135deg,#ffffff26,#0000);transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translate(-100%)}.SplineHero-module__lN8Swq__btnConnect:hover:after{transform:translate(0)}.SplineHero-module__lN8Swq__btnConnect:hover{transform:translateY(-2px);box-shadow:0 0 36px #2563eb99}.SplineHero-module__lN8Swq__btnGhost{letter-spacing:.06em;color:var(--on);cursor:none;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:8px;padding:14px 24px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:border-color .3s,color .3s,background .3s,transform .2s;display:inline-flex}.SplineHero-module__lN8Swq__btnGhost:hover{color:#b4c5ff;background:#2563eb14;border-color:#b4c5ff;transform:translateY(-2px)}.SplineHero-module__lN8Swq__trust{opacity:0;border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;gap:36px;margin-top:48px;padding-top:28px;animation:.8s cubic-bezier(.16,1,.3,1) 1.42s forwards SplineHero-module__lN8Swq__siUp;display:flex}.SplineHero-module__lN8Swq__trustVal{letter-spacing:-.03em;background:linear-gradient(135deg, var(--on), #b4c5ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700}.SplineHero-module__lN8Swq__trustLabel{color:var(--on-dim);letter-spacing:.03em;margin-top:2px;font-size:11px}.SplineHero-module__lN8Swq__scroll{z-index:5;opacity:0;flex-direction:column;align-items:center;gap:8px;animation:.6s 1.8s forwards SplineHero-module__lN8Swq__siUp;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.SplineHero-module__lN8Swq__scroll span{letter-spacing:.12em;color:var(--on-dim);text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:9px}.SplineHero-module__lN8Swq__mouse{border:1px solid #fff3;border-radius:9px;width:18px;height:28px;position:relative}.SplineHero-module__lN8Swq__wheel{background:#fff6;border-radius:2px;width:3px;height:5px;animation:1.8s infinite SplineHero-module__lN8Swq__siWheel;position:absolute;top:5px;left:50%;transform:translate(-50%)}@keyframes SplineHero-module__lN8Swq__siWheel{0%{opacity:1;top:5px}70%{opacity:.3;top:14px}to{opacity:0;top:5px}}@keyframes SplineHero-module__lN8Swq__siUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.SplineHero-module__lN8Swq__hero{grid-template-columns:1fr;min-height:auto}.SplineHero-module__lN8Swq__splineCol{height:65vw;min-height:280px}.SplineHero-module__lN8Swq__info{padding:36px var(--pm)}.SplineHero-module__lN8Swq__h1{font-size:40px}.SplineHero-module__lN8Swq__trust{gap:20px}}
.HeroSection-module__sBkrQG__hero{min-height:100vh;padding:0 var(--pm);align-items:center;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__left{z-index:3;flex:0 0 420px;padding-right:40px;position:relative}.HeroSection-module__sBkrQG__eyebrow{letter-spacing:.14em;align-items:center;gap:10px;margin-bottom:24px;font-family:JetBrains Mono,monospace;font-size:11px;transition:color .6s;display:flex}.HeroSection-module__sBkrQG__eyebrowBar{background:currentColor;width:24px;height:1px}.HeroSection-module__sBkrQG__h1{letter-spacing:-.04em;color:var(--on);margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-size:58px;font-weight:700;line-height:1.05}.HeroSection-module__sBkrQG__heroSub{color:var(--on-dim);max-width:85%;margin-bottom:32px;font-family:Inter,sans-serif;font-size:16px;line-height:1.6}.HeroSection-module__sBkrQG__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;min-height:180px;margin-bottom:28px;padding:28px;transition:border-color .6s;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__cardTop{z-index:2;height:1px;transition:background .6s;position:absolute;top:0;left:0;right:0}.HeroSection-module__sBkrQG__cardGrid{opacity:.5;z-index:0;background-size:24px 24px;transition:background-image .6s,opacity .6s;animation:4s ease-in-out infinite alternate HeroSection-module__sBkrQG__gridPulse;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 10%,#0000 80%);mask-image:radial-gradient(circle,#000 10%,#0000 80%)}@keyframes HeroSection-module__sBkrQG__gridPulse{0%{opacity:.3;transform:scale(1)}to{opacity:.6;transform:scale(1.05)}}.HeroSection-module__sBkrQG__cardHeader{z-index:2;justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex;position:relative}.HeroSection-module__sBkrQG__cardContentWrapper{z-index:2;position:relative}.HeroSection-module__sBkrQG__cardNum{letter-spacing:.12em;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500;transition:color .6s}.HeroSection-module__sBkrQG__liveMetrics{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.HeroSection-module__sBkrQG__metricItem{letter-spacing:.08em;color:var(--on-dim);text-transform:uppercase;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:9px;display:flex}.HeroSection-module__sBkrQG__metricDot{border-radius:50%;width:6px;height:6px;animation:2s infinite HeroSection-module__sBkrQG__pulseDot}@keyframes HeroSection-module__sBkrQG__pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.HeroSection-module__sBkrQG__cardTitle{letter-spacing:-.02em;color:var(--on);margin-bottom:8px;font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700}.HeroSection-module__sBkrQG__cardDesc{color:var(--on-dim);font-size:14px;line-height:1.65}.HeroSection-module__sBkrQG__tags{flex-wrap:wrap;gap:6px;margin-top:16px;display:flex}.HeroSection-module__sBkrQG__tag{letter-spacing:.04em;border:1px solid #ffffff1a;border-radius:100px;padding:3px 8px;font-family:JetBrains Mono,monospace;font-size:10px;transition:border-color .4s}.HeroSection-module__sBkrQG__dots{align-items:center;gap:8px;margin-bottom:28px;display:flex}.HeroSection-module__sBkrQG__dot{cursor:none;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:border-color .3s,transform .2s,background .3s;display:flex;position:relative}.HeroSection-module__sBkrQG__dot:after{content:attr(data-n);color:var(--on-dim);font-family:JetBrains Mono,monospace;font-size:9px}.HeroSection-module__sBkrQG__dotActive{transform:scale(1.15)}.HeroSection-module__sBkrQG__dot:hover{transform:scale(1.1)}.HeroSection-module__sBkrQG__dragHint{letter-spacing:.1em;color:var(--on-dim);opacity:.6;align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:10px;display:flex}.HeroSection-module__sBkrQG__dragIcon{border:1px solid var(--on-dim);border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;animation:2s infinite HeroSection-module__sBkrQG__dragBounce;display:flex}@keyframes HeroSection-module__sBkrQG__dragBounce{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.HeroSection-module__sBkrQG__right{z-index:3;flex-direction:column;flex:0 0 260px;gap:16px;padding-left:40px;display:flex;position:relative}.HeroSection-module__sBkrQG__listItem{cursor:none;background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;padding:16px 18px;transition:border-color .3s,background .3s,transform .3s;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__listItem:before{content:"";background:var(--item-color);transform-origin:top;width:2px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.HeroSection-module__sBkrQG__listItemActive:before,.HeroSection-module__sBkrQG__listItem:hover:before{transform:scaleY(1)}.HeroSection-module__sBkrQG__listItemActive{background:#ffffff0a;border-color:#ffffff1f}.HeroSection-module__sBkrQG__listItem:hover{transform:translate(4px)}.HeroSection-module__sBkrQG__listNum{letter-spacing:.1em;margin-bottom:4px;font-family:JetBrains Mono,monospace;font-size:10px}.HeroSection-module__sBkrQG__listName{color:var(--on);font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600}.HeroSection-module__sBkrQG__scrollHint{z-index:3;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.HeroSection-module__sBkrQG__scrollHint span{letter-spacing:.12em;color:var(--on-dim);text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:9px}.HeroSection-module__sBkrQG__scrollMouse{border:1px solid #fff3;border-radius:9px;width:18px;height:28px;position:relative}.HeroSection-module__sBkrQG__scrollWheel{background:#fff6;border-radius:2px;width:3px;height:5px;animation:1.8s infinite HeroSection-module__sBkrQG__wheelScroll;position:absolute;top:5px;left:50%;transform:translate(-50%)}@keyframes HeroSection-module__sBkrQG__wheelScroll{0%{opacity:1;top:5px}70%{opacity:.3;top:14px}to{opacity:0;top:5px}}@media (max-width:1100px){.HeroSection-module__sBkrQG__right{display:none}.HeroSection-module__sBkrQG__left{flex:0 0 360px}}@media (max-width:768px){.HeroSection-module__sBkrQG__hero{flex-direction:column;padding-top:100px;padding-bottom:60px}.HeroSection-module__sBkrQG__left{flex:none;width:100%;margin-bottom:32px;padding-right:0}.HeroSection-module__sBkrQG__h1{font-size:40px}}
.Stats-module__yL2aHq__row{background:#ffffff0a;border:1px solid #ffffff0a;border-radius:14px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.Stats-module__yL2aHq__cell{background:var(--surface-mid);text-align:center;padding:48px 36px;transition:background .3s}.Stats-module__yL2aHq__cell:hover{background:#202330}.Stats-module__yL2aHq__num{letter-spacing:-.05em;background:linear-gradient(135deg,#b4c5ff,#7c3aed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:54px;font-weight:700;line-height:1}.Stats-module__yL2aHq__label{color:var(--on-dim);margin-top:8px;font-size:13px}@media (max-width:768px){.Stats-module__yL2aHq__row{grid-template-columns:1fr 1fr}}
.StackMarquee-module__vwHSzq__track{margin-bottom:12px;position:relative;overflow:hidden}.StackMarquee-module__vwHSzq__track:before,.StackMarquee-module__vwHSzq__track:after{content:"";z-index:2;width:120px;position:absolute;top:0;bottom:0}.StackMarquee-module__vwHSzq__track:before{background:linear-gradient(90deg, var(--bg), transparent);left:0}.StackMarquee-module__vwHSzq__track:after{background:linear-gradient(-90deg, var(--bg), transparent);right:0}.StackMarquee-module__vwHSzq__inner{gap:10px;width:max-content;animation:26s linear infinite StackMarquee-module__vwHSzq__marquee;display:flex}.StackMarquee-module__vwHSzq__rev{animation-duration:20s;animation-direction:reverse}@keyframes StackMarquee-module__vwHSzq__marquee{to{transform:translate(-50%)}}.StackMarquee-module__vwHSzq__pill{background:var(--surface-mid);color:var(--on-dim);white-space:nowrap;cursor:none;border:1px solid #ffffff0f;border-radius:100px;align-items:center;gap:8px;padding:9px 18px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:500;transition:border-color .2s,color .2s;display:flex}.StackMarquee-module__vwHSzq__pill:hover{color:#b4c5ff;border-color:#b4c5ff4d}.StackMarquee-module__vwHSzq__dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}
.ProgramsHero-module__zeZsrq__hero{align-items:center;min-height:100vh;padding:120px 24px 60px;display:flex;position:relative;overflow:hidden}.ProgramsHero-module__zeZsrq__bgGrid{z-index:0;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px),linear-gradient(#ffffff08 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 30%,#0000 80%);mask-image:radial-gradient(circle,#000 30%,#0000 80%)}.ProgramsHero-module__zeZsrq__bgGlow{z-index:0;background:radial-gradient(circle,#2563eb1a 0%,#0000 70%);width:800px;height:800px;position:absolute;top:20%;left:50%;transform:translate(-50%,-50%)}.ProgramsHero-module__zeZsrq__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1400px;margin:0 auto;display:grid;position:relative}.ProgramsHero-module__zeZsrq__content{max-width:600px}.ProgramsHero-module__zeZsrq__badge{color:#60a5fa;text-transform:uppercase;letter-spacing:.05em;background:#2563eb1a;border:1px solid #2563eb33;border-radius:20px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 12px;font-family:JetBrains Mono,monospace;font-size:11px;display:inline-flex}.ProgramsHero-module__zeZsrq__badgeDot{background:#3b82f6;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #3b82f6}.ProgramsHero-module__zeZsrq__title{letter-spacing:-.03em;color:#fff;margin-bottom:24px;font-family:Space Grotesk,sans-serif;font-size:clamp(40px,5vw,64px);font-weight:700;line-height:1.1}.ProgramsHero-module__zeZsrq__titleHighlight{background:linear-gradient(90deg,#fff,#8890aa);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.ProgramsHero-module__zeZsrq__subtitle{color:var(--on-dim);margin-bottom:40px;font-family:Inter,sans-serif;font-size:18px;line-height:1.6}.ProgramsHero-module__zeZsrq__ctaGroup{align-items:center;gap:16px;display:flex}.ProgramsHero-module__zeZsrq__ctaPrimary{color:#fff;background:#2563eb;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 0 20px #2563eb4d}.ProgramsHero-module__zeZsrq__ctaPrimary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 30px #2563eb80}.ProgramsHero-module__zeZsrq__ctaSecondary{color:var(--on);background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;align-items:center;padding:14px 28px;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.ProgramsHero-module__zeZsrq__ctaSecondary:hover{background:#ffffff14;border-color:#fff3}.ProgramsHero-module__zeZsrq__dashboardWrapper{width:100%;position:relative}.ProgramsHero-module__zeZsrq__dashboard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f111ab3;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden;box-shadow:0 30px 60px #00000080,inset 0 0 0 1px #ffffff05}.ProgramsHero-module__zeZsrq__dashHeader{background:#ffffff05;border-bottom:1px solid #ffffff0d;align-items:center;padding:12px 16px;display:flex}.ProgramsHero-module__zeZsrq__dashDots{gap:6px;display:flex}.ProgramsHero-module__zeZsrq__dashDots span{background:#fff3;border-radius:50%;width:10px;height:10px}.ProgramsHero-module__zeZsrq__dashDots span:first-child{background:#ef4444}.ProgramsHero-module__zeZsrq__dashDots span:nth-child(2){background:#eab308}.ProgramsHero-module__zeZsrq__dashDots span:nth-child(3){background:#22c55e}.ProgramsHero-module__zeZsrq__dashTitle{text-align:center;color:var(--on-dim);opacity:.7;flex:1;font-family:JetBrains Mono,monospace;font-size:11px}.ProgramsHero-module__zeZsrq__dashGrid{grid-template-columns:1fr 1fr;gap:16px;padding:20px;display:grid}.ProgramsHero-module__zeZsrq__dashCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;padding:16px}.ProgramsHero-module__zeZsrq__fullWidth{grid-column:1/-1}.ProgramsHero-module__zeZsrq__cardHeader{color:var(--on-dim);align-items:center;gap:8px;margin-bottom:16px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;display:flex}.ProgramsHero-module__zeZsrq__cardIcon{color:#3b82f6}.ProgramsHero-module__zeZsrq__cardValue{color:var(--on);margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700}.ProgramsHero-module__zeZsrq__cardChart{align-items:flex-end;gap:4px;height:40px;display:flex}.ProgramsHero-module__zeZsrq__bar{background:#2563eb80;border-radius:2px 2px 0 0;flex:1;transition:height .3s}.ProgramsHero-module__zeZsrq__bar:hover{background:#3b82f6}.ProgramsHero-module__zeZsrq__commitList{flex-direction:column;gap:12px;display:flex}.ProgramsHero-module__zeZsrq__commit{align-items:center;gap:10px;display:flex}.ProgramsHero-module__zeZsrq__commitDot{background:#10b981;border-radius:50%;width:6px;height:6px}.ProgramsHero-module__zeZsrq__commitText{color:var(--on);white-space:nowrap;text-overflow:ellipsis;flex:1;font-family:Inter,sans-serif;font-size:12px;overflow:hidden}.ProgramsHero-module__zeZsrq__commitTime{color:var(--on-dim);font-family:JetBrains Mono,monospace;font-size:10px}.ProgramsHero-module__zeZsrq__pipeline{justify-content:space-between;align-items:center;padding:10px 0;display:flex}.ProgramsHero-module__zeZsrq__node{color:var(--on-dim);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:8px 12px;font-family:JetBrains Mono,monospace;font-size:10px;transition:all .3s}.ProgramsHero-module__zeZsrq__node[data-active=true]{color:#60a5fa;background:#2563eb1a;border-color:#2563eb4d;box-shadow:0 0 15px #2563eb33}.ProgramsHero-module__zeZsrq__line{background:#ffffff1a;flex:1;height:2px;margin:0 8px;position:relative;overflow:hidden}.ProgramsHero-module__zeZsrq__line[data-active=true]:after{content:"";background:linear-gradient(90deg,#0000,#3b82f6,#0000);width:50%;animation:1.5s linear infinite ProgramsHero-module__zeZsrq__slide;position:absolute;top:0;bottom:0;left:0}@keyframes ProgramsHero-module__zeZsrq__slide{0%{transform:translate(-100%)}to{transform:translate(200%)}}.ProgramsHero-module__zeZsrq__floatingCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--on);background:#0f111acc;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;display:flex;position:absolute;box-shadow:0 10px 30px #0000004d}.ProgramsHero-module__zeZsrq__float1{animation:6s ease-in-out infinite ProgramsHero-module__zeZsrq__float;top:40px;right:-30px}.ProgramsHero-module__zeZsrq__float1 svg{color:#10b981}.ProgramsHero-module__zeZsrq__float2{animation:8s ease-in-out infinite reverse ProgramsHero-module__zeZsrq__float;bottom:80px;left:-40px}.ProgramsHero-module__zeZsrq__pulse{background:#a855f7;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #a855f7}@keyframes ProgramsHero-module__zeZsrq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:1024px){.ProgramsHero-module__zeZsrq__container{text-align:center;grid-template-columns:1fr}.ProgramsHero-module__zeZsrq__content{margin:0 auto}.ProgramsHero-module__zeZsrq__ctaGroup{justify-content:center}.ProgramsHero-module__zeZsrq__float1,.ProgramsHero-module__zeZsrq__float2{display:none}}@media (max-width:640px){.ProgramsHero-module__zeZsrq__title{font-size:36px}.ProgramsHero-module__zeZsrq__ctaGroup{flex-direction:column}.ProgramsHero-module__zeZsrq__ctaPrimary,.ProgramsHero-module__zeZsrq__ctaSecondary{justify-content:center;width:100%}.ProgramsHero-module__zeZsrq__dashGrid{grid-template-columns:1fr}.ProgramsHero-module__zeZsrq__pipeline{flex-direction:column;gap:8px}.ProgramsHero-module__zeZsrq__line{width:2px;height:16px;margin:4px 0}.ProgramsHero-module__zeZsrq__line[data-active=true]:after{background:linear-gradient(#0000,#3b82f6,#0000);width:100%;height:50%;animation:1.5s linear infinite ProgramsHero-module__zeZsrq__slideVertical}@keyframes ProgramsHero-module__zeZsrq__slideVertical{0%{transform:translateY(-100%)}to{transform:translateY(200%)}}}
.Process-module__RmMdVa__section{padding:100px var(--pm);background:var(--surface);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;position:relative;overflow:hidden}.Process-module__RmMdVa__pipelineContainer{max-width:1200px;margin:0 auto;padding:40px 0;position:relative}.Process-module__RmMdVa__pipelineSvg{pointer-events:none;z-index:0;width:100%;height:200px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Process-module__RmMdVa__pipelinePath{fill:none;stroke:#ffffff1a;stroke-width:2px;vector-effect:non-scaling-stroke}.Process-module__RmMdVa__pipelineGlow{fill:none;stroke:var(--blue);stroke-width:4px;stroke-dasharray:10 30;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 8px var(--blue));animation:30s linear infinite Process-module__RmMdVa__flowLine}@keyframes Process-module__RmMdVa__flowLine{to{stroke-dashoffset:-1000px}}.Process-module__RmMdVa__nodesWrapper{z-index:1;grid-template-columns:repeat(5,1fr);gap:20px;display:grid;position:relative}.Process-module__RmMdVa__node{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#0a0a0ccc;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:center;padding:24px;transition:transform .3s,border-color .3s,background .3s;display:flex}.Process-module__RmMdVa__node:nth-child(2n){transform:translateY(40px)}.Process-module__RmMdVa__node:nth-child(2n):hover{transform:translateY(35px)}.Process-module__RmMdVa__node:nth-child(odd):hover{transform:translateY(-5px)}.Process-module__RmMdVa__node:hover{background:#ffffff08;border-color:#fff3}.Process-module__RmMdVa__nodeHeader{justify-content:space-between;align-items:center;width:100%;margin-bottom:20px;display:flex}.Process-module__RmMdVa__nodeNum{color:var(--on-dim);background:#ffffff0d;border-radius:4px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:12px}.Process-module__RmMdVa__nodeTag{letter-spacing:.05em;background:#ffffff0d;border-radius:4px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600}.Process-module__RmMdVa__nodeIconWrapper{background:#ffffff05;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;transition:transform .4s,box-shadow .4s;display:flex;position:relative}.Process-module__RmMdVa__node:hover .Process-module__RmMdVa__nodeIconWrapper{transform:scale(1.1);box-shadow:0 0 20px #ffffff1a}.Process-module__RmMdVa__pulseRing{opacity:0;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.4,0,.6,1) infinite Process-module__RmMdVa__pulseNodeRing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Process-module__RmMdVa__pulseNodeRing{0%{opacity:.4;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.8)}}.Process-module__RmMdVa__nodeTitle{color:var(--on);margin-bottom:8px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600}.Process-module__RmMdVa__nodeDesc{color:var(--on-dim);font-size:13px;line-height:1.5}@media (max-width:1024px){.Process-module__RmMdVa__nodesWrapper{grid-template-columns:repeat(3,1fr)}.Process-module__RmMdVa__node:nth-child(2n){transform:none}.Process-module__RmMdVa__node:nth-child(2n):hover{transform:translateY(-5px)}.Process-module__RmMdVa__pipelineSvg{display:none}}@media (max-width:768px){.Process-module__RmMdVa__nodesWrapper{grid-template-columns:1fr}}
.EcosystemOverview-module__hJ2tiq__section{background:var(--bg);padding:100px 0;position:relative;overflow:hidden}.EcosystemOverview-module__hJ2tiq__container{max-width:1400px;margin:0 auto;padding:0 24px}.EcosystemOverview-module__hJ2tiq__header{text-align:center;margin-bottom:60px}.EcosystemOverview-module__hJ2tiq__title{color:var(--on);font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.2}.EcosystemOverview-module__hJ2tiq__highlight{color:var(--on-dim)}.EcosystemOverview-module__hJ2tiq__overviewGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:100px;display:grid}.EcosystemOverview-module__hJ2tiq__overviewCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:32px;transition:all .3s;position:relative;overflow:hidden}.EcosystemOverview-module__hJ2tiq__overviewCard:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#fff3,#0000);height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.EcosystemOverview-module__hJ2tiq__overviewCard:hover{background:#ffffff0a;transform:translateY(-5px);box-shadow:0 20px 40px #0003}.EcosystemOverview-module__hJ2tiq__overviewCard:hover:before{opacity:1}.EcosystemOverview-module__hJ2tiq__cardIcon{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;display:flex}.EcosystemOverview-module__hJ2tiq__cardTitle{color:var(--on);margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600}.EcosystemOverview-module__hJ2tiq__cardDesc{color:var(--on-dim);font-family:Inter,sans-serif;font-size:15px;line-height:1.6}.EcosystemOverview-module__hJ2tiq__categoryScroller{background:#0003;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;width:100%;margin-bottom:100px;padding:20px 0;display:flex;overflow:hidden}.EcosystemOverview-module__hJ2tiq__categoryTrack{gap:16px;width:max-content;padding:0 16px;animation:30s linear infinite EcosystemOverview-module__hJ2tiq__scroll;display:flex}.EcosystemOverview-module__hJ2tiq__categoryTrack:hover{animation-play-state:paused}@keyframes EcosystemOverview-module__hJ2tiq__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.EcosystemOverview-module__hJ2tiq__categoryPill{color:var(--on);white-space:nowrap;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:30px;align-items:center;gap:8px;padding:12px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:all .3s;display:flex}.EcosystemOverview-module__hJ2tiq__categoryPill:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.EcosystemOverview-module__hJ2tiq__categoryPill svg{color:var(--on-dim)}.EcosystemOverview-module__hJ2tiq__programGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px;display:grid}.EcosystemOverview-module__hJ2tiq__programCard{background:#14161e99;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;padding:32px;transition:all .3s;display:flex;position:relative;overflow:hidden}.EcosystemOverview-module__hJ2tiq__programCard:before{content:"";background:radial-gradient(800px circle at var(--mouse-x,50%) var(--mouse-y,-20%), var(--accent), transparent 40%);opacity:.05;pointer-events:none;z-index:0;transition:opacity .3s;position:absolute;inset:0}.EcosystemOverview-module__hJ2tiq__programCard:hover:before{opacity:.15}.EcosystemOverview-module__hJ2tiq__progHeader{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:32px;display:flex;position:relative}.EcosystemOverview-module__hJ2tiq__progTitle{color:#fff;margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700}.EcosystemOverview-module__hJ2tiq__progBadges{gap:8px;display:flex}.EcosystemOverview-module__hJ2tiq__badge{color:var(--on-dim);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:11px}.EcosystemOverview-module__hJ2tiq__glowOrb{background:var(--accent);width:12px;height:12px;box-shadow:0 0 20px var(--accent);border-radius:50%}.EcosystemOverview-module__hJ2tiq__progBody{z-index:1;flex-direction:column;flex:1;gap:20px;margin-bottom:32px;display:flex;position:relative}.EcosystemOverview-module__hJ2tiq__detailRow{flex-direction:column;gap:8px;display:flex}.EcosystemOverview-module__hJ2tiq__detailLabel{text-transform:uppercase;color:var(--on-dim);letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-size:11px}.EcosystemOverview-module__hJ2tiq__techList{flex-wrap:wrap;gap:8px;display:flex}.EcosystemOverview-module__hJ2tiq__techItem{color:var(--on);background:#ffffff05;border:1px solid #ffffff14;border-radius:4px;padding:4px 10px;font-family:Inter,sans-serif;font-size:13px}.EcosystemOverview-module__hJ2tiq__detailValue{color:var(--on);font-family:Inter,sans-serif;font-size:14px;line-height:1.5}.EcosystemOverview-module__hJ2tiq__progFooter{z-index:1;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:24px;display:flex;position:relative}.EcosystemOverview-module__hJ2tiq__avatars{align-items:center;display:flex}.EcosystemOverview-module__hJ2tiq__avatar{background:var(--accent);border:2px solid var(--bg);opacity:.8;border-radius:50%;width:28px;height:28px;margin-left:-10px}.EcosystemOverview-module__hJ2tiq__avatar:first-child{margin-left:0}.EcosystemOverview-module__hJ2tiq__avatars span{color:var(--on-dim);margin-left:12px;font-family:Inter,sans-serif;font-size:12px}.EcosystemOverview-module__hJ2tiq__applyBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:10px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:all .2s}.EcosystemOverview-module__hJ2tiq__applyBtn:hover{background:#ffffff1a;border-color:#ffffff4d}@media (max-width:768px){.EcosystemOverview-module__hJ2tiq__programGrid{grid-template-columns:1fr}.EcosystemOverview-module__hJ2tiq__progFooter{flex-direction:column;align-items:flex-start;gap:20px}.EcosystemOverview-module__hJ2tiq__applyBtn{width:100%}}.EcosystemOverview-module__hJ2tiq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.EcosystemOverview-module__hJ2tiq__modalContent{background:var(--surface);border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;width:100%;max-width:600px;display:flex;position:relative;overflow:hidden}.EcosystemOverview-module__hJ2tiq__modalContent:before{content:"";background:var(--accent);height:4px;position:absolute;top:0;left:0;right:0}.EcosystemOverview-module__hJ2tiq__modalClose{color:var(--on-dim);cursor:pointer;z-index:10;background:0 0;border:none;transition:color .2s;position:absolute;top:24px;right:24px}.EcosystemOverview-module__hJ2tiq__modalClose:hover{color:#fff}.EcosystemOverview-module__hJ2tiq__modalHeader{border-bottom:1px solid #ffffff0d;padding:40px 40px 20px}.EcosystemOverview-module__hJ2tiq__modalTitle{color:#fff;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700}.EcosystemOverview-module__hJ2tiq__modalBody{flex-direction:column;gap:24px;max-height:60vh;padding:30px 40px;display:flex;overflow-y:auto}.EcosystemOverview-module__hJ2tiq__modalSection{flex-direction:column;gap:8px;display:flex}.EcosystemOverview-module__hJ2tiq__modalFooter{background:#ffffff05;border-top:1px solid #ffffff0d;padding:24px 40px}.EcosystemOverview-module__hJ2tiq__modalApplyBtn{background:var(--accent);color:#fff;text-align:center;border-radius:12px;width:100%;padding:16px;font-family:Inter,sans-serif;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.EcosystemOverview-module__hJ2tiq__modalApplyBtn:hover{opacity:.9}
.CorePillars-module__VXynXW__section{padding:100px var(--pm);background:var(--bg);position:relative;overflow:hidden}.CorePillars-module__VXynXW__header{text-align:center;margin-bottom:60px}.CorePillars-module__VXynXW__eyebrow{letter-spacing:.15em;color:var(--on-dim);text-transform:uppercase;margin-bottom:16px;font-family:JetBrains Mono,monospace;font-size:11px;display:block}.CorePillars-module__VXynXW__h2{letter-spacing:-.03em;color:var(--on);font-family:Space Grotesk,sans-serif;font-size:42px;font-weight:700;line-height:1.1}.CorePillars-module__VXynXW__bentoGrid{grid-template-rows:repeat(2,300px);grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto;display:grid}.CorePillars-module__VXynXW__bentoItem{background:#ffffff05;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;padding:40px;transition:border-color .4s,background .4s,transform .4s;display:flex;position:relative;overflow:hidden}.CorePillars-module__VXynXW__bentoItem:hover{background:#ffffff0a;border-color:#fff3;transform:translateY(-4px)}.CorePillars-module__VXynXW__largeItem1,.CorePillars-module__VXynXW__largeItem2{grid-area:span 1/span 2}.CorePillars-module__VXynXW__smallItem{grid-area:span 1/span 1}.CorePillars-module__VXynXW__iconWrapper{width:48px;height:48px;color:var(--on);background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.CorePillars-module__VXynXW__title{color:var(--on);margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:600}.CorePillars-module__VXynXW__desc{color:var(--on-dim);flex-grow:1;max-width:90%;font-size:15px;line-height:1.6}.CorePillars-module__VXynXW__gradientOverlay{pointer-events:none;background:radial-gradient(circle at 100% 0,#ffffff0d,#0000 60%);position:absolute;inset:0}@media (max-width:1024px){.CorePillars-module__VXynXW__bentoGrid{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.CorePillars-module__VXynXW__largeItem1,.CorePillars-module__VXynXW__largeItem2{grid-column:span 2}.CorePillars-module__VXynXW__smallItem{grid-column:span 1}}@media (max-width:768px){.CorePillars-module__VXynXW__bentoGrid{grid-template-rows:auto;grid-template-columns:1fr}.CorePillars-module__VXynXW__largeItem1,.CorePillars-module__VXynXW__largeItem2,.CorePillars-module__VXynXW__smallItem{grid-column:span 1}.CorePillars-module__VXynXW__bentoItem{min-height:250px;padding:30px}}.CorePillars-module__VXynXW__contentZ{z-index:10;flex-direction:column;flex-grow:1;display:flex;position:relative}.CorePillars-module__VXynXW__aiVisual{pointer-events:none;z-index:1;opacity:.3;width:60%;transition:opacity .4s;position:absolute;top:0;bottom:0;right:0}.CorePillars-module__VXynXW__largeItem1:hover .CorePillars-module__VXynXW__aiVisual{opacity:.8}.CorePillars-module__VXynXW__aiNode{background:var(--on);width:6px;height:6px;box-shadow:0 0 10px var(--on), 0 0 20px #ffffff80;border-radius:50%;animation:3s infinite alternate CorePillars-module__VXynXW__pulseNode;position:absolute}@keyframes CorePillars-module__VXynXW__pulseNode{0%{opacity:.5;transform:scale(1)}to{opacity:1;transform:scale(1.5)}}.CorePillars-module__VXynXW__aiLines{width:100%;height:100%;position:absolute;top:0;left:0}.CorePillars-module__VXynXW__aiLines line{stroke:#fff3;stroke-width:1px;stroke-dasharray:4;animation:20s linear infinite CorePillars-module__VXynXW__dash}@keyframes CorePillars-module__VXynXW__dash{to{stroke-dashoffset:-100px}}.CorePillars-module__VXynXW__terminalVisual{width:250px;color:var(--on-dim);z-index:1;opacity:.4;background:#0006;border:1px solid #ffffff1a;border-radius:8px;font-family:JetBrains Mono,monospace;font-size:11px;transition:opacity .4s,transform .4s;position:absolute;top:30px;right:30px;overflow:hidden}.CorePillars-module__VXynXW__largeItem2:hover .CorePillars-module__VXynXW__terminalVisual{opacity:1;transform:translateY(-5px)}.CorePillars-module__VXynXW__termHeader{background:#ffffff0d;border-bottom:1px solid #ffffff0d;gap:6px;padding:6px 10px;display:flex}.CorePillars-module__VXynXW__termHeader span{background:#fff3;border-radius:50%;width:8px;height:8px}.CorePillars-module__VXynXW__termBody{flex-direction:column;gap:6px;padding:12px;display:flex}.CorePillars-module__VXynXW__termLine span{color:#fff}.CorePillars-module__VXynXW__termCursor{background:#fff;width:6px;height:12px;margin-top:4px;animation:1s step-end infinite CorePillars-module__VXynXW__blink}@keyframes CorePillars-module__VXynXW__blink{0%,to{opacity:1}50%{opacity:0}}
.ConnectHero-module__B2NCia__hero{background:var(--bg);align-items:center;min-height:100vh;padding-top:120px;display:flex;position:relative;overflow:hidden}.ConnectHero-module__B2NCia__gridOverlay{transform-origin:top;opacity:.3;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-position:50%;background-size:50px 50px;animation:20s linear infinite ConnectHero-module__B2NCia__gridMove;position:absolute;inset:0;transform:perspective(500px)rotateX(60deg)scale(2)}@keyframes ConnectHero-module__B2NCia__gridMove{0%{transform:perspective(500px)rotateX(60deg)scale(2)translateY(0)}to{transform:perspective(500px)rotateX(60deg)scale(2)translateY(50px)}}.ConnectHero-module__B2NCia__glowOverlay{pointer-events:none;background:radial-gradient(circle at 70%,#0051ff26,#0000 50%);position:absolute;inset:0}.ConnectHero-module__B2NCia__particles{pointer-events:none;position:absolute;inset:0}.ConnectHero-module__B2NCia__particle{background:var(--blue);width:2px;height:2px;box-shadow:0 0 10px var(--blue);border-radius:50%;position:absolute}.ConnectHero-module__B2NCia__container{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:0 24px;display:grid;position:relative}.ConnectHero-module__B2NCia__content{max-width:600px}.ConnectHero-module__B2NCia__badge{color:var(--on-dim);text-transform:uppercase;letter-spacing:.05em;background:#ffffff08;border:1px solid #ffffff1a;border-radius:30px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-family:JetBrains Mono,monospace;font-size:12px;display:inline-flex}.ConnectHero-module__B2NCia__badge svg{color:var(--blue)}.ConnectHero-module__B2NCia__title{color:#fff;margin-bottom:24px;font-family:Space Grotesk,sans-serif;font-size:clamp(48px,6vw,72px);font-weight:700;line-height:1.1}.ConnectHero-module__B2NCia__highlight{background:linear-gradient(to right, #fff, var(--on-dim));-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.ConnectHero-module__B2NCia__description{color:var(--on-dim);max-width:500px;margin-bottom:40px;font-family:Inter,sans-serif;font-size:18px;line-height:1.6}.ConnectHero-module__B2NCia__ctaGroup{gap:16px;display:flex}.ConnectHero-module__B2NCia__primaryCta{background:var(--blue);color:var(--bg);border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-family:Inter,sans-serif;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ConnectHero-module__B2NCia__primaryCta:hover{background:#fff;transform:translateY(-2px)}.ConnectHero-module__B2NCia__secondaryCta{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;padding:14px 28px;font-family:Inter,sans-serif;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.ConnectHero-module__B2NCia__secondaryCta:hover{background:#ffffff1a;border-color:#fff3}.ConnectHero-module__B2NCia__visuals{justify-content:center;align-items:center;height:600px;display:flex;position:relative}.ConnectHero-module__B2NCia__dashCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#14161eb3;border:1px solid #ffffff1a;border-radius:16px;padding:24px;box-shadow:0 30px 60px #0006}.ConnectHero-module__B2NCia__cardMain{z-index:2;width:100%;max-width:480px;position:relative}.ConnectHero-module__B2NCia__cardFloat1{z-index:3;width:280px;padding:16px;position:absolute;top:100px;right:-20px}.ConnectHero-module__B2NCia__cardFloat2{z-index:1;width:240px;padding:16px;position:absolute;bottom:120px;left:-40px}.ConnectHero-module__B2NCia__cardHeader{border-bottom:1px solid #ffffff0d;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;display:flex}.ConnectHero-module__B2NCia__dots{gap:6px;display:flex}.ConnectHero-module__B2NCia__dots span{background:#fff3;border-radius:50%;width:10px;height:10px}.ConnectHero-module__B2NCia__dots span:first-child{background:#ff5f56}.ConnectHero-module__B2NCia__dots span:nth-child(2){background:#ffbd2e}.ConnectHero-module__B2NCia__dots span:nth-child(3){background:#27c93f}.ConnectHero-module__B2NCia__headerTitle{color:var(--on-dim);align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:13px;display:flex}.ConnectHero-module__B2NCia__flowRow{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.ConnectHero-module__B2NCia__flowIcon{color:var(--blue);box-sizing:content-box;background:#0051ff1a;border-radius:12px;padding:12px}.ConnectHero-module__B2NCia__flowLine{background:linear-gradient(90deg, var(--blue), transparent);opacity:.5;flex:1;height:2px;margin:0 16px;position:relative;overflow:hidden}.ConnectHero-module__B2NCia__flowLine:after{content:"";background:#fff;width:30%;animation:2s ease-in-out infinite ConnectHero-module__B2NCia__slideFlow;position:absolute;top:0;bottom:0;left:0}@keyframes ConnectHero-module__B2NCia__slideFlow{0%{transform:translate(-100%)}to{transform:translate(300%)}}.ConnectHero-module__B2NCia__stats{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ConnectHero-module__B2NCia__statBox{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;padding:16px}.ConnectHero-module__B2NCia__statLabel{color:var(--on-dim);margin-bottom:8px;font-family:Inter,sans-serif;font-size:12px}.ConnectHero-module__B2NCia__statValue{color:#fff;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:600}.ConnectHero-module__B2NCia__logLines{flex-direction:column;gap:8px;margin-top:12px;display:flex}.ConnectHero-module__B2NCia__logLine{color:var(--on-dim);font-family:JetBrains Mono,monospace;font-size:11px}.ConnectHero-module__B2NCia__logLine:nth-child(2){color:#27c93f}.ConnectHero-module__B2NCia__progressBar{background:#ffffff1a;border-radius:2px;height:4px;margin:12px 0 8px;overflow:hidden}.ConnectHero-module__B2NCia__progressFill{background:var(--blue);width:100%;height:100%}.ConnectHero-module__B2NCia__progressText{color:var(--on-dim);font-family:Inter,sans-serif;font-size:12px}@media (max-width:1024px){.ConnectHero-module__B2NCia__container{text-align:center;grid-template-columns:1fr}.ConnectHero-module__B2NCia__content{margin:0 auto}.ConnectHero-module__B2NCia__description{margin:0 auto 40px}.ConnectHero-module__B2NCia__ctaGroup{justify-content:center}.ConnectHero-module__B2NCia__visuals{height:400px;margin-top:40px}.ConnectHero-module__B2NCia__cardFloat1,.ConnectHero-module__B2NCia__cardFloat2{display:none}}
.WorkflowSystem-module__zjk0OW__section{background:var(--bg);padding:100px 0;position:relative;overflow:hidden}.WorkflowSystem-module__zjk0OW__section:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;top:0;left:0;right:0}.WorkflowSystem-module__zjk0OW__container{max-width:1200px;margin:0 auto;padding:0 24px}.WorkflowSystem-module__zjk0OW__header{text-align:center;margin-bottom:80px}.WorkflowSystem-module__zjk0OW__title{color:#fff;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700}.WorkflowSystem-module__zjk0OW__subtitle{color:var(--on-dim);font-family:Inter,sans-serif;font-size:18px}.WorkflowSystem-module__zjk0OW__workflowScroll{scrollbar-width:none;width:100%;margin-bottom:80px;padding:40px 0;overflow-x:auto}.WorkflowSystem-module__zjk0OW__workflowScroll::-webkit-scrollbar{display:none}.WorkflowSystem-module__zjk0OW__workflowTrack{align-items:center;min-width:max-content;padding:0 40px;display:flex}.WorkflowSystem-module__zjk0OW__flowStepWrapper{align-items:center;display:flex}.WorkflowSystem-module__zjk0OW__flowNode{z-index:2;position:relative}.WorkflowSystem-module__zjk0OW__nodeInner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--on);background:#0f111acc;border:1px solid #ffffff1a;border-radius:8px;padding:12px 24px;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;box-shadow:0 10px 30px #0003}.WorkflowSystem-module__zjk0OW__flowLine{background:#ffffff0d;width:60px;height:2px;position:relative;overflow:hidden}.WorkflowSystem-module__zjk0OW__flowLineFill{background:linear-gradient(90deg,#0000,#3b82f6,#0000);width:100%;animation:2s ease-in-out infinite WorkflowSystem-module__zjk0OW__slideRight;position:absolute;top:0;bottom:0;left:0;transform:translate(-100%)}@keyframes WorkflowSystem-module__zjk0OW__slideRight{0%{transform:translate(-100%)}to{transform:translate(100%)}}.WorkflowSystem-module__zjk0OW__systemGrid{grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px;display:grid}.WorkflowSystem-module__zjk0OW__systemCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:32px}.WorkflowSystem-module__zjk0OW__cardTitle{color:#fff;margin-bottom:24px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600}.WorkflowSystem-module__zjk0OW__cardSub{color:var(--on-dim);margin-top:-16px;margin-bottom:32px;font-family:Inter,sans-serif;font-size:14px;line-height:1.6}.WorkflowSystem-module__zjk0OW__sprintBoard{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.WorkflowSystem-module__zjk0OW__sprintCol{flex-direction:column;gap:12px;display:flex}.WorkflowSystem-module__zjk0OW__colHeader{color:var(--on-dim);justify-content:space-between;align-items:center;font-family:Inter,sans-serif;font-size:12px;font-weight:500;display:flex}.WorkflowSystem-module__zjk0OW__count{background:#ffffff1a;border-radius:10px;padding:2px 6px;font-size:10px}.WorkflowSystem-module__zjk0OW__taskCard{color:var(--on);background:#0f111a99;border:1px solid #ffffff0d;border-radius:8px;padding:12px;font-family:Inter,sans-serif;font-size:13px;transition:all .3s}.WorkflowSystem-module__zjk0OW__taskCard p{margin:0 0 12px;line-height:1.4}.WorkflowSystem-module__zjk0OW__taskCard[data-active=true]{border-color:#2563eb4d;box-shadow:0 0 20px #2563eb1a}.WorkflowSystem-module__zjk0OW__taskCard[data-done=true]{opacity:.6}.WorkflowSystem-module__zjk0OW__taskCard[data-done=true] p{text-decoration:line-through}.WorkflowSystem-module__zjk0OW__taskMeta{justify-content:space-between;align-items:center;display:flex}.WorkflowSystem-module__zjk0OW__tag{color:#c084fc;background:#a855f71a;border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:9px}.WorkflowSystem-module__zjk0OW__assignee{background:#3b82f6;border-radius:50%;width:16px;height:16px}.WorkflowSystem-module__zjk0OW__status{color:#eab308;font-size:10px}.WorkflowSystem-module__zjk0OW__doneIcon{color:#10b981;float:right}.WorkflowSystem-module__zjk0OW__gitVisual{background:#0f111a99;border:1px solid #ffffff0d;border-radius:8px;height:150px;position:relative;overflow:hidden}.WorkflowSystem-module__zjk0OW__gitBranchMain,.WorkflowSystem-module__zjk0OW__gitBranchFeat{width:100%;height:2px;position:absolute}.WorkflowSystem-module__zjk0OW__gitBranchMain{background:#fff3;top:30px}.WorkflowSystem-module__zjk0OW__gitBranchFeat{background:#3b82f6;width:60%;top:120px;left:20%}.WorkflowSystem-module__zjk0OW__commit{background:#fff;border:2px solid #1a1c23;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;transform:translate(-50%,-50%)}.WorkflowSystem-module__zjk0OW__gitBranchFeat .WorkflowSystem-module__zjk0OW__commit{background:#3b82f6}.WorkflowSystem-module__zjk0OW__branchLabel{color:var(--on-dim);font-family:JetBrains Mono,monospace;font-size:10px;position:absolute;top:-20px;left:10px}.WorkflowSystem-module__zjk0OW__prIcon{color:#10b981;position:absolute;top:50%;right:-24px;transform:translateY(-50%)}.WorkflowSystem-module__zjk0OW__gitLines{width:100%;height:100%;position:absolute;inset:0}.WorkflowSystem-module__zjk0OW__reviewPipeline{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:40px}.WorkflowSystem-module__zjk0OW__pipelineNodes{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-top:40px;display:flex}.WorkflowSystem-module__zjk0OW__pNode{flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.WorkflowSystem-module__zjk0OW__pIcon{width:60px;height:60px;color:var(--on-dim);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.WorkflowSystem-module__zjk0OW__pNode span{color:var(--on);font-family:Inter,sans-serif;font-size:13px;font-weight:500}.WorkflowSystem-module__zjk0OW__pArrow{color:var(--on-dim);opacity:.5;font-family:JetBrains Mono,monospace}.WorkflowSystem-module__zjk0OW__pNode[data-active=true] .WorkflowSystem-module__zjk0OW__pIcon{color:#3b82f6;background:#3b82f61a;border-color:#3b82f6;box-shadow:0 0 30px #3b82f64d}.WorkflowSystem-module__zjk0OW__floatingComment{color:#fff;white-space:nowrap;opacity:0;background:#3b82f6;border-radius:6px;padding:6px 12px;font-family:Inter,sans-serif;font-size:11px;animation:4s infinite WorkflowSystem-module__zjk0OW__floatComment;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.WorkflowSystem-module__zjk0OW__floatingComment:after{content:"";background:#3b82f6;width:8px;height:8px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)rotate(45deg)}@keyframes WorkflowSystem-module__zjk0OW__floatComment{0%,to{opacity:0;transform:translate(-50%,10px)}10%,90%{opacity:1;transform:translate(-50%)}}@media (max-width:1024px){.WorkflowSystem-module__zjk0OW__systemGrid{grid-template-columns:1fr}}@media (max-width:768px){.WorkflowSystem-module__zjk0OW__sprintBoard{grid-template-columns:1fr}.WorkflowSystem-module__zjk0OW__pipelineNodes{flex-direction:column;gap:40px}.WorkflowSystem-module__zjk0OW__pArrow{transform:rotate(90deg)}}
.Industries-module__OOIqcq__section{padding:100px var(--pm);background:var(--bg);border-top:1px solid #ffffff0d;position:relative;overflow:hidden}.Industries-module__OOIqcq__header{text-align:center;margin-bottom:60px}.Industries-module__OOIqcq__eyebrow{letter-spacing:.15em;color:var(--on-dim);text-transform:uppercase;margin-bottom:16px;font-family:JetBrains Mono,monospace;font-size:11px;display:block}.Industries-module__OOIqcq__h2{letter-spacing:-.03em;color:var(--on);margin-bottom:20px;font-family:Space Grotesk,sans-serif;font-size:42px;font-weight:700;line-height:1.1}.Industries-module__OOIqcq__sub{color:var(--on-dim);max-width:600px;margin:0 auto;font-size:16px;line-height:1.6}.Industries-module__OOIqcq__grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto;display:grid}.Industries-module__OOIqcq__card{cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:flex-end;height:380px;padding:30px;transition:all .5s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.Industries-module__OOIqcq__card:before{content:"";z-index:1;background:linear-gradient(#0000 40%,#000c 100%);position:absolute;inset:0}.Industries-module__OOIqcq__bgImage{opacity:.2;z-index:0;filter:grayscale();background-position:50%;background-size:cover;transition:opacity .5s,transform .5s;position:absolute;inset:0}.Industries-module__OOIqcq__card:hover{border-color:#fff3;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.Industries-module__OOIqcq__card:hover .Industries-module__OOIqcq__bgImage{opacity:.4;filter:grayscale(0%);transform:scale(1.05)}.Industries-module__OOIqcq__content{z-index:2;transition:transform .4s;position:relative;transform:translateY(20px)}.Industries-module__OOIqcq__card:hover .Industries-module__OOIqcq__content{transform:translateY(0)}.Industries-module__OOIqcq__icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:40px;height:40px;color:var(--on);background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;margin-bottom:20px;transition:background .3s;display:flex}.Industries-module__OOIqcq__card:hover .Industries-module__OOIqcq__icon{background:var(--on);color:var(--bg)}.Industries-module__OOIqcq__title{color:var(--on);margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:600}.Industries-module__OOIqcq__desc{color:var(--on-dim);opacity:0;font-size:14px;line-height:1.5;transition:opacity .4s}.Industries-module__OOIqcq__card:hover .Industries-module__OOIqcq__desc{opacity:1}@media (max-width:1024px){.Industries-module__OOIqcq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Industries-module__OOIqcq__grid{grid-template-columns:1fr}.Industries-module__OOIqcq__card{height:300px}.Industries-module__OOIqcq__content{transform:translateY(0)}.Industries-module__OOIqcq__desc{opacity:1}}.Industries-module__OOIqcq__visualContainer{z-index:1;opacity:.2;pointer-events:none;width:100px;height:80px;transition:opacity .4s,transform .4s;position:absolute;top:30px;right:30px}.Industries-module__OOIqcq__card:hover .Industries-module__OOIqcq__visualContainer{opacity:.6;transform:translateY(-5px)}.Industries-module__OOIqcq__barChart{justify-content:space-between;align-items:flex-end;gap:4px;width:100%;height:100%;display:flex}.Industries-module__OOIqcq__bar{background:var(--on);transform-origin:bottom;border-radius:2px 2px 0 0;flex:1;animation:2s ease-in-out infinite alternate Industries-module__OOIqcq__pulseBar}@keyframes Industries-module__OOIqcq__pulseBar{0%{opacity:.5;transform:scaleY(.7)}to{opacity:1;transform:scaleY(1)}}.Industries-module__OOIqcq__pulseLine{width:100%;height:100%;overflow:visible}.Industries-module__OOIqcq__pulseLine polyline{fill:none;stroke:var(--on);stroke-width:2px;stroke-linejoin:round;stroke-dasharray:150;stroke-dashoffset:150px;animation:3s linear infinite Industries-module__OOIqcq__drawPulse}@keyframes Industries-module__OOIqcq__drawPulse{0%{stroke-dashoffset:150px}50%{stroke-dashoffset:0}to{stroke-dashoffset:-150px}}.Industries-module__OOIqcq__funnel{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.Industries-module__OOIqcq__funnelLevel{background:var(--on);border-radius:4px;height:8px;animation:2s infinite alternate Industries-module__OOIqcq__fadeFunnel}.Industries-module__OOIqcq__funnelLevel:nth-child(2){animation-delay:.2s}.Industries-module__OOIqcq__funnelLevel:nth-child(3){animation-delay:.4s}@keyframes Industries-module__OOIqcq__fadeFunnel{0%{opacity:.3}to{opacity:1}}.Industries-module__OOIqcq__nodes{width:100%;height:100%;position:relative}.Industries-module__OOIqcq__node{background:var(--on);border-radius:50%;width:8px;height:8px;animation:2s infinite alternate Industries-module__OOIqcq__pulseNode;position:absolute;transform:translate(-50%,-50%)}.Industries-module__OOIqcq__node:nth-child(2){animation-delay:.3s}.Industries-module__OOIqcq__node:nth-child(3){animation-delay:.6s}.Industries-module__OOIqcq__nodeLines{position:absolute;top:0;left:0}.Industries-module__OOIqcq__nodeLines line{stroke:var(--on);stroke-width:1px;stroke-dasharray:4;opacity:.5;animation:10s linear infinite Industries-module__OOIqcq__flowLines}@keyframes Industries-module__OOIqcq__flowLines{to{stroke-dashoffset:-20px}}
.BusinessProblems-module__tVWhOa__section{background:var(--bg);z-index:2;padding:120px 0;position:relative}.BusinessProblems-module__tVWhOa__container{max-width:1400px;margin:0 auto;padding:0 24px}.BusinessProblems-module__tVWhOa__header{text-align:center;margin-bottom:80px}.BusinessProblems-module__tVWhOa__title{color:#fff;margin-top:24px;font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.2}.BusinessProblems-module__tVWhOa__highlight{color:var(--on-dim)}.BusinessProblems-module__tVWhOa__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;display:grid}.BusinessProblems-module__tVWhOa__card{cursor:default;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:32px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.BusinessProblems-module__tVWhOa__card:before{content:"";background:radial-gradient(circle at 50% 0%, var(--glow-color), transparent 70%);opacity:0;z-index:0;pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.BusinessProblems-module__tVWhOa__card:hover{background:#ffffff08;border-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 20px 40px #0006}.BusinessProblems-module__tVWhOa__card:hover:before{opacity:.1}.BusinessProblems-module__tVWhOa__cardHeader{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex;position:relative}.BusinessProblems-module__tVWhOa__iconWrapper{width:48px;height:48px;color:var(--glow-color);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.BusinessProblems-module__tVWhOa__card:hover .BusinessProblems-module__tVWhOa__iconWrapper{box-shadow:0 0 20px var(--glow-color);background:#ffffff1a}.BusinessProblems-module__tVWhOa__metric{color:var(--glow-color);opacity:.5;font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700;transition:opacity .3s}.BusinessProblems-module__tVWhOa__card:hover .BusinessProblems-module__tVWhOa__metric{opacity:1}.BusinessProblems-module__tVWhOa__cardTitle{color:#fff;z-index:1;margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600;position:relative}.BusinessProblems-module__tVWhOa__cardDesc{color:var(--on-dim);z-index:1;font-family:Inter,sans-serif;font-size:15px;line-height:1.6;position:relative}.BusinessProblems-module__tVWhOa__glowLine{background:linear-gradient(90deg, transparent, var(--glow-color), transparent);width:100%;height:2px;transition:transform .6s;position:absolute;bottom:0;left:0;transform:translate(-100%)}.BusinessProblems-module__tVWhOa__card:hover .BusinessProblems-module__tVWhOa__glowLine{transform:translate(100%)}@media (max-width:768px){.BusinessProblems-module__tVWhOa__grid{grid-template-columns:1fr}}
.TechMetrics-module__bxQDRq__section{background:#0a0c10;padding:100px 0;position:relative}.TechMetrics-module__bxQDRq__container{max-width:1400px;margin:0 auto;padding:0 24px}.TechMetrics-module__bxQDRq__header{text-align:center;margin-bottom:60px}.TechMetrics-module__bxQDRq__title{color:#fff;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700}.TechMetrics-module__bxQDRq__subtitle{color:var(--on-dim);font-family:Inter,sans-serif;font-size:18px}.TechMetrics-module__bxQDRq__techGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:120px;display:grid}.TechMetrics-module__bxQDRq__techCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;padding:24px;transition:all .3s;position:relative;overflow:hidden}.TechMetrics-module__bxQDRq__techCard:after{content:"";opacity:0;background:linear-gradient(90deg,#0000,#3b82f680,#0000);width:100%;height:1px;transition:opacity .3s;position:absolute;top:0;left:0}.TechMetrics-module__bxQDRq__techCard:hover{background:#ffffff0a;border-color:#ffffff1a}.TechMetrics-module__bxQDRq__techCard:hover:after{opacity:1}.TechMetrics-module__bxQDRq__techHeader{align-items:center;gap:10px;margin-bottom:16px;display:flex}.TechMetrics-module__bxQDRq__techIcon{color:#3b82f6}.TechMetrics-module__bxQDRq__techName{color:#fff;font-family:JetBrains Mono,monospace;font-size:16px;font-weight:600}.TechMetrics-module__bxQDRq__techRole{text-transform:uppercase;letter-spacing:.05em;color:#3b82f6;margin-bottom:8px;font-family:Inter,sans-serif;font-size:12px}.TechMetrics-module__bxQDRq__techUse{color:var(--on-dim);font-family:Inter,sans-serif;font-size:14px;line-height:1.5}.TechMetrics-module__bxQDRq__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:60px;display:grid}.TechMetrics-module__bxQDRq__metricCard{text-align:center;background:linear-gradient(#ffffff08 0%,#fff0 100%);border:1px solid #ffffff0d;border-radius:16px;padding:40px;position:relative}.TechMetrics-module__bxQDRq__metricIcon{color:#3b82f6;background:#3b82f61a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 20px;display:flex}.TechMetrics-module__bxQDRq__metricValue{color:#fff;margin-bottom:8px;font-family:Space Grotesk,sans-serif;font-size:48px;font-weight:700}.TechMetrics-module__bxQDRq__metricLabel{color:var(--on-dim);font-family:Inter,sans-serif;font-size:15px}.TechMetrics-module__bxQDRq__projectGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;display:grid}.TechMetrics-module__bxQDRq__projectCard{cursor:pointer;background:#0f111acc;border:1px solid #ffffff0d;border-radius:16px;transition:all .3s;overflow:hidden}.TechMetrics-module__bxQDRq__projectCard:hover{border-color:#ffffff1a;box-shadow:0 20px 40px #0000004d}.TechMetrics-module__bxQDRq__projectVisual{background:#ffffff05;border-bottom:1px solid #ffffff0d;justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.TechMetrics-module__bxQDRq__projectType{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#00000080;border:1px solid #ffffff1a;border-radius:20px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:10px;position:absolute;top:16px;left:16px}.TechMetrics-module__bxQDRq__abstractGrid{opacity:.5;grid-template-columns:1fr 1fr;gap:8px;transition:opacity .3s;display:grid}.TechMetrics-module__bxQDRq__projectCard:hover .TechMetrics-module__bxQDRq__abstractGrid{opacity:1}.TechMetrics-module__bxQDRq__abBox{background:#3b82f633;border-radius:8px;width:40px;height:40px}.TechMetrics-module__bxQDRq__abBox:first-child{height:60px}.TechMetrics-module__bxQDRq__abBox:nth-child(4){height:60px;transform:translateY(-20px)}.TechMetrics-module__bxQDRq__projectInfo{padding:24px}.TechMetrics-module__bxQDRq__projectTitle{color:#fff;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600}.TechMetrics-module__bxQDRq__pTechList{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.TechMetrics-module__bxQDRq__pTech{color:var(--on-dim);background:#ffffff0d;border-radius:4px;padding:4px 8px;font-family:Inter,sans-serif;font-size:12px}.TechMetrics-module__bxQDRq__pFooter{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:16px;display:flex}.TechMetrics-module__bxQDRq__pStats{color:var(--on-dim);align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:11px;display:flex}.TechMetrics-module__bxQDRq__pArrow{color:#3b82f6;font-family:JetBrains Mono,monospace;transition:transform .3s}.TechMetrics-module__bxQDRq__projectCard:hover .TechMetrics-module__bxQDRq__pArrow{transform:translate(5px)}@media (max-width:768px){.TechMetrics-module__bxQDRq__projectGrid{grid-template-columns:1fr}}
.CtaSection-module___H-rNG__orb{pointer-events:none;background:radial-gradient(circle,#2563eb14,#0000 60%);border-radius:50%;width:800px;height:800px;animation:5s infinite CtaSection-module___H-rNG__ctaPulse;position:absolute;top:-100px;left:50%;transform:translate(-50%)}@keyframes CtaSection-module___H-rNG__ctaPulse{0%,to{transform:translate(-50%)scale(1)}50%{transform:translate(-50%)scale(1.08)}}.CtaSection-module___H-rNG__h2{letter-spacing:-.04em;z-index:1;margin-bottom:20px;font-family:Space Grotesk,sans-serif;font-size:56px;font-weight:700;line-height:1.05;position:relative}.CtaSection-module___H-rNG__sub{color:var(--on-dim);z-index:1;max-width:520px;margin-bottom:0;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.7;position:relative}.CtaSection-module___H-rNG__splitGrid{z-index:1;grid-template-columns:1fr 60px 1fr;align-items:start;gap:0;max-width:1100px;margin:0 auto;display:grid;position:relative}.CtaSection-module___H-rNG__panel{background:#ffffff05;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:0;padding:48px 44px;transition:border-color .4s,background .4s,transform .4s;display:flex}.CtaSection-module___H-rNG__panel:hover{background:#ffffff0a;border-color:#ffffff2e;transform:translateY(-4px)}.CtaSection-module___H-rNG__panelBusiness{border-color:#2563eb33}.CtaSection-module___H-rNG__panelBusiness:hover{border-color:#2563eb80}.CtaSection-module___H-rNG__panelStudent{border-color:#7c3aed33}.CtaSection-module___H-rNG__panelStudent:hover{border-color:#7c3aed80}.CtaSection-module___H-rNG__panelLabel{letter-spacing:.15em;text-transform:uppercase;color:var(--on-dim);margin-bottom:20px;font-family:JetBrains Mono,monospace;font-size:10px}.CtaSection-module___H-rNG__panelTitle{letter-spacing:-.02em;color:var(--on);margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700;line-height:1.2}.CtaSection-module___H-rNG__panelDesc{color:var(--on-dim);margin-bottom:28px;font-size:15px;line-height:1.65}.CtaSection-module___H-rNG__checklist{flex-direction:column;flex-grow:1;gap:10px;margin-bottom:36px;list-style:none;display:flex}.CtaSection-module___H-rNG__checklist li{color:var(--on-dim);padding-left:20px;font-size:14px;position:relative}.CtaSection-module___H-rNG__checklist li:before{content:"✓";color:var(--blue);font-weight:700;position:absolute;left:0}.CtaSection-module___H-rNG__panelStudent .CtaSection-module___H-rNG__checklist li:before{color:var(--violet)}.CtaSection-module___H-rNG__divider{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding-top:60px;display:flex}.CtaSection-module___H-rNG__dividerLine{background:#ffffff14;flex:1;width:1px}.CtaSection-module___H-rNG__dividerOr{color:var(--on-dim);opacity:.5;font-family:JetBrains Mono,monospace;font-size:11px}.CtaSection-module___H-rNG__btn{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border-radius:8px;align-self:flex-start;align-items:center;gap:8px;padding:14px 32px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .3s,background .3s;display:inline-flex}.CtaSection-module___H-rNG__btnPrimary{background:linear-gradient(135deg, var(--blue), var(--violet));color:#fff;border:none}.CtaSection-module___H-rNG__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 0 40px #2563eb80}.CtaSection-module___H-rNG__btnGhost{color:var(--on);background:0 0;border:1px solid #ffffff1f}.CtaSection-module___H-rNG__btnGhost:hover{color:#b4c5ff;border-color:#b4c5ff;transform:translateY(-2px)}.CtaSection-module___H-rNG__btns{z-index:1;flex-wrap:wrap;justify-content:center;gap:14px;display:flex;position:relative}.CtaSection-module___H-rNG__primary{letter-spacing:.08em;background:linear-gradient(135deg, var(--blue), var(--violet));color:#fff;cursor:none;text-transform:uppercase;border:none;border-radius:6px;align-items:center;gap:8px;padding:14px 32px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.CtaSection-module___H-rNG__ghost{letter-spacing:.06em;color:var(--on);cursor:none;text-transform:uppercase;background:0 0;border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:8px;padding:13px 32px;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:border-color .3s,color .3s,transform .2s;display:inline-flex}.CtaSection-module___H-rNG__ghost:hover{color:#b4c5ff;border-color:#b4c5ff;transform:translateY(-2px)}@media (max-width:900px){.CtaSection-module___H-rNG__splitGrid{grid-template-columns:1fr}.CtaSection-module___H-rNG__divider{flex-direction:row;padding:20px 0}.CtaSection-module___H-rNG__dividerLine{flex:1;width:auto;height:1px}.CtaSection-module___H-rNG__h2{font-size:40px}}
.SolutionsGrid-module__oA7SiW__section{background:var(--bg);z-index:2;padding:120px 0;position:relative}.SolutionsGrid-module__oA7SiW__container{max-width:1400px;margin:0 auto;padding:0 24px}.SolutionsGrid-module__oA7SiW__header{text-align:center;margin-bottom:80px}.SolutionsGrid-module__oA7SiW__title{color:#fff;margin-top:24px;font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.2}.SolutionsGrid-module__oA7SiW__highlight{color:var(--on-dim)}.SolutionsGrid-module__oA7SiW__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;display:grid}.SolutionsGrid-module__oA7SiW__card{cursor:default;background:#14161e99;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;padding:32px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.SolutionsGrid-module__oA7SiW__card:before{content:"";background:radial-gradient(800px circle at var(--mouse-x,50%) var(--mouse-y,-20%), var(--accent), transparent 40%);opacity:0;pointer-events:none;z-index:0;transition:opacity .5s;position:absolute;inset:0}.SolutionsGrid-module__oA7SiW__card:hover{background:#ffffff0a;border-color:#ffffff26;transform:translateY(-8px)scale(1.02);box-shadow:0 30px 60px #00000080}.SolutionsGrid-module__oA7SiW__card:hover:before{opacity:.15}.SolutionsGrid-module__oA7SiW__cardHeader{z-index:1;align-items:center;gap:16px;margin-bottom:24px;display:flex;position:relative}.SolutionsGrid-module__oA7SiW__iconBox{width:56px;height:56px;color:var(--accent);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;transition:all .5s;display:flex}.SolutionsGrid-module__oA7SiW__card:hover .SolutionsGrid-module__oA7SiW__iconBox{background:rgba(var(--accent), .1);box-shadow:0 0 30px var(--accent);transform:scale(1.1)}.SolutionsGrid-module__oA7SiW__cardTitle{color:#fff;font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700;line-height:1.2}.SolutionsGrid-module__oA7SiW__cardDesc{color:var(--on-dim);z-index:1;margin-bottom:24px;font-family:Inter,sans-serif;font-size:15px;line-height:1.6;position:relative}.SolutionsGrid-module__oA7SiW__cardSection{z-index:1;margin-bottom:24px;position:relative}.SolutionsGrid-module__oA7SiW__label{text-transform:uppercase;letter-spacing:.05em;color:#fff6;margin-bottom:12px;font-family:JetBrains Mono,monospace;font-size:11px}.SolutionsGrid-module__oA7SiW__tags{flex-wrap:wrap;gap:8px;display:flex}.SolutionsGrid-module__oA7SiW__tags span{color:var(--on-dim);background:#ffffff08;border:1px solid #ffffff0d;border-radius:6px;padding:6px 12px;font-family:Inter,sans-serif;font-size:13px;transition:all .3s}.SolutionsGrid-module__oA7SiW__card:hover .SolutionsGrid-module__oA7SiW__tags span{color:#fff;background:#ffffff0d;border-color:#ffffff1a}.SolutionsGrid-module__oA7SiW__impactText{color:#fff;background:rgba(var(--accent), .05);border-left:3px solid var(--accent);border-radius:0 6px 6px 0;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.SolutionsGrid-module__oA7SiW__cardFooter{z-index:1;border-top:1px solid #ffffff0d;margin-top:auto;padding-top:24px;position:relative}.SolutionsGrid-module__oA7SiW__techStack{gap:8px;display:flex}.SolutionsGrid-module__oA7SiW__techBadge{color:var(--on-dim);font-family:JetBrains Mono,monospace;font-size:11px}.SolutionsGrid-module__oA7SiW__hoverDiagram{opacity:0;z-index:1;pointer-events:none;align-items:center;gap:8px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:30px;right:30px;transform:translateY(20px)}.SolutionsGrid-module__oA7SiW__card:hover .SolutionsGrid-module__oA7SiW__hoverDiagram{opacity:1;transform:translateY(0)}.SolutionsGrid-module__oA7SiW__diagramNode{background:var(--accent);width:8px;height:8px;box-shadow:0 0 10px var(--accent);border-radius:50%}.SolutionsGrid-module__oA7SiW__diagramLine{background:linear-gradient(90deg, var(--accent), transparent);width:20px;height:2px;position:relative;overflow:hidden}.SolutionsGrid-module__oA7SiW__diagramLine:after{content:"";background:#fff;width:50%;animation:1s linear infinite SolutionsGrid-module__oA7SiW__dataFlow;position:absolute;top:0;bottom:0;left:0}@keyframes SolutionsGrid-module__oA7SiW__dataFlow{0%{transform:translate(-100%)}to{transform:translate(200%)}}@media (max-width:768px){.SolutionsGrid-module__oA7SiW__grid{grid-template-columns:1fr}}
.StudentJourney-module__gE-Yta__section{background:var(--bg);padding:100px 0;position:relative;overflow:hidden}.StudentJourney-module__gE-Yta__container{max-width:1200px;margin:0 auto;padding:0 24px}.StudentJourney-module__gE-Yta__header{text-align:center;margin-bottom:80px}.StudentJourney-module__gE-Yta__title{color:#fff;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700}.StudentJourney-module__gE-Yta__subtitle{color:var(--on-dim);font-family:Inter,sans-serif;font-size:18px}.StudentJourney-module__gE-Yta__timeline{max-width:800px;margin:0 auto 100px;position:relative}.StudentJourney-module__gE-Yta__timelineItem{gap:32px;margin-bottom:40px;display:flex;position:relative}.StudentJourney-module__gE-Yta__timelineItem:last-child{margin-bottom:0}.StudentJourney-module__gE-Yta__tMarker{flex-direction:column;align-items:center;width:24px;display:flex}.StudentJourney-module__gE-Yta__tDot{z-index:2;background:#3b82f633;border:2px solid #3b82f6;border-radius:50%;width:16px;height:16px;position:relative;box-shadow:0 0 15px #3b82f680}.StudentJourney-module__gE-Yta__tLine{background:#ffffff1a;flex:1;width:2px;margin-top:8px;margin-bottom:-32px}.StudentJourney-module__gE-Yta__tContent{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;flex:1;padding:24px;transition:all .3s}.StudentJourney-module__gE-Yta__timelineItem:hover .StudentJourney-module__gE-Yta__tContent{background:#ffffff0a;border-color:#ffffff1a;transform:translate(5px)}.StudentJourney-module__gE-Yta__tWeek{color:#3b82f6;text-transform:uppercase;margin-bottom:8px;font-family:JetBrains Mono,monospace;font-size:12px}.StudentJourney-module__gE-Yta__tTitle{color:#fff;margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600}.StudentJourney-module__gE-Yta__tDesc{color:var(--on-dim);font-family:Inter,sans-serif;font-size:15px;line-height:1.6}.StudentJourney-module__gE-Yta__splitGrid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.StudentJourney-module__gE-Yta__cardTitle{color:#fff;margin-bottom:8px;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:600}.StudentJourney-module__gE-Yta__cardSub{color:var(--on-dim);margin-bottom:32px;font-family:Inter,sans-serif;font-size:15px}.StudentJourney-module__gE-Yta__certSection{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:40px}.StudentJourney-module__gE-Yta__certificate{background:linear-gradient(135deg,#0f111ae6 0%,#141928e6 100%);border:1px solid #ffffff1a;border-radius:12px;padding:32px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006,inset 0 0 0 1px #ffffff0d}.StudentJourney-module__gE-Yta__certificate:before{content:"";background:radial-gradient(circle at 100% 0,#3b82f61a,#0000 50%);position:absolute;inset:0}.StudentJourney-module__gE-Yta__certHeader{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:40px;display:flex;position:relative}.StudentJourney-module__gE-Yta__certLogo{color:#000;background:#fff;justify-content:center;align-items:center;width:40px;height:40px;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:800;display:flex}.StudentJourney-module__gE-Yta__certId{color:var(--on-dim);font-family:JetBrains Mono,monospace;font-size:10px}.StudentJourney-module__gE-Yta__certBody{text-align:center;z-index:1;margin-bottom:40px;position:relative}.StudentJourney-module__gE-Yta__awardIcon{color:#eab308;margin:0 auto 16px}.StudentJourney-module__gE-Yta__certName{color:#fff;margin-bottom:8px;font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700}.StudentJourney-module__gE-Yta__certRole{color:#3b82f6;margin-bottom:24px;font-family:Inter,sans-serif;font-size:16px}.StudentJourney-module__gE-Yta__certStats{justify-content:center;gap:16px;display:flex}.StudentJourney-module__gE-Yta__stat{color:var(--on-dim);background:#ffffff0d;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-family:JetBrains Mono,monospace;font-size:11px;display:flex}.StudentJourney-module__gE-Yta__certFooter{z-index:1;justify-content:space-between;align-items:flex-end;display:flex;position:relative}.StudentJourney-module__gE-Yta__signature{border-bottom:1px solid #fff3;width:120px;height:40px;position:relative}.StudentJourney-module__gE-Yta__signature:after{content:"ZERQUBE EXECUTION";color:var(--on-dim);opacity:.5;font-family:Space Grotesk,sans-serif;font-size:10px;position:absolute;bottom:4px;left:0}.StudentJourney-module__gE-Yta__verifyBtn{color:#10b981;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:11px;display:flex}.StudentJourney-module__gE-Yta__communitySection{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:40px}.StudentJourney-module__gE-Yta__discordMock{background:#1e1f22;border:1px solid #ffffff1a;border-radius:8px;height:350px;display:flex;overflow:hidden}.StudentJourney-module__gE-Yta__dSidebar{background:#2b2d31;flex-direction:column;gap:4px;width:140px;padding:16px 8px;display:flex}.StudentJourney-module__gE-Yta__dChannel{color:#949ba4;cursor:pointer;border-radius:4px;align-items:center;gap:6px;padding:6px 8px;font-family:Inter,sans-serif;font-size:12px;display:flex}.StudentJourney-module__gE-Yta__dChannel[data-active=true]{color:#f2f3f5;background:#ffffff0d}.StudentJourney-module__gE-Yta__dMain{flex-direction:column;flex:1;display:flex}.StudentJourney-module__gE-Yta__dHeader{border-bottom:1px solid #0003;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.StudentJourney-module__gE-Yta__dTitle{color:#f2f3f5;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;display:flex}.StudentJourney-module__gE-Yta__dIcons{color:#949ba4;gap:16px;display:flex}.StudentJourney-module__gE-Yta__dMessages{flex-direction:column;flex:1;gap:20px;padding:16px;display:flex;overflow-y:auto}.StudentJourney-module__gE-Yta__dMsg{gap:12px;display:flex}.StudentJourney-module__gE-Yta__dAvatar{border-radius:50%;flex-shrink:0;width:36px;height:36px}.StudentJourney-module__gE-Yta__dMsgContent{flex:1}.StudentJourney-module__gE-Yta__dMsgHeader{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.StudentJourney-module__gE-Yta__dName{color:#f2f3f5;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.StudentJourney-module__gE-Yta__dTime{color:#949ba4;font-family:Inter,sans-serif;font-size:10px}.StudentJourney-module__gE-Yta__dText{color:#dbdee1;font-family:Inter,sans-serif;font-size:13px;line-height:1.5}.StudentJourney-module__gE-Yta__dInput{padding:0 16px 16px}.StudentJourney-module__gE-Yta__dInputInner{color:#949ba4;background:#383a40;border-radius:8px;padding:12px 16px;font-family:Inter,sans-serif;font-size:13px}@media (max-width:1024px){.StudentJourney-module__gE-Yta__splitGrid{grid-template-columns:1fr}}@media (max-width:640px){.StudentJourney-module__gE-Yta__timelineItem{gap:16px}.StudentJourney-module__gE-Yta__certificate{padding:24px}.StudentJourney-module__gE-Yta__certName{font-size:24px}.StudentJourney-module__gE-Yta__dSidebar{display:none}}
.CustomerReviews-module__hOS9lG__track{margin-bottom:24px;display:flex;position:relative;overflow:hidden}.CustomerReviews-module__hOS9lG__track:before,.CustomerReviews-module__hOS9lG__track:after{content:"";z-index:2;pointer-events:none;width:25vw;position:absolute;top:0;bottom:0}.CustomerReviews-module__hOS9lG__track:before{background:linear-gradient(90deg, var(--bg), transparent);left:0}.CustomerReviews-module__hOS9lG__track:after{background:linear-gradient(-90deg, var(--bg), transparent);right:0}.CustomerReviews-module__hOS9lG__inner{flex-shrink:0;gap:24px;width:max-content;animation:35s linear infinite CustomerReviews-module__hOS9lG__marquee;display:flex}.CustomerReviews-module__hOS9lG__track:hover .CustomerReviews-module__hOS9lG__inner{animation-play-state:paused}.CustomerReviews-module__hOS9lG__rev{animation-direction:reverse}@keyframes CustomerReviews-module__hOS9lG__marquee{to{transform:translate(calc(-100% - 24px))}}.CustomerReviews-module__hOS9lG__card{background:var(--surface-mid);cursor:pointer;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:16px;width:320px;padding:24px;transition:border-color .3s,background .3s;display:flex;position:relative}.CustomerReviews-module__hOS9lG__card:hover{background:#ffffff08;border-color:#ffffff26}.CustomerReviews-module__hOS9lG__header{align-items:center;gap:12px;display:flex}.CustomerReviews-module__hOS9lG__avatar{-o-object-fit:cover;object-fit:cover;background:#ffffff1a;border-radius:50%}.CustomerReviews-module__hOS9lG__info{flex-direction:column;gap:2px;display:flex}.CustomerReviews-module__hOS9lG__name{color:#fff;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:500}.CustomerReviews-module__hOS9lG__username{color:var(--on-dim);opacity:.7;font-family:JetBrains Mono,monospace;font-size:11px}.CustomerReviews-module__hOS9lG__body{color:var(--on-dim);margin:0;font-family:Inter,sans-serif;font-size:14px;line-height:1.5}
.IndustriesGrid-module__PYfraa__section{background:var(--bg);z-index:2;border-top:1px solid #ffffff0d;padding:120px 0;position:relative}.IndustriesGrid-module__PYfraa__container{max-width:1400px;margin:0 auto;padding:0 24px}.IndustriesGrid-module__PYfraa__header{text-align:center;margin-bottom:80px}.IndustriesGrid-module__PYfraa__title{color:#fff;margin-top:24px;font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.2}.IndustriesGrid-module__PYfraa__highlight{color:var(--blue)}.IndustriesGrid-module__PYfraa__grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;display:grid}.IndustriesGrid-module__PYfraa__card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:32px;transition:all .3s}.IndustriesGrid-module__PYfraa__card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 20px 40px #0003}.IndustriesGrid-module__PYfraa__cardHeader{align-items:center;gap:16px;margin-bottom:24px;display:flex}.IndustriesGrid-module__PYfraa__icon{color:var(--blue)}.IndustriesGrid-module__PYfraa__cardTitle{color:#fff;font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:600}.IndustriesGrid-module__PYfraa__content{flex-direction:column;gap:16px;display:flex}.IndustriesGrid-module__PYfraa__row{flex-direction:column;gap:8px;display:flex}.IndustriesGrid-module__PYfraa__label{text-transform:uppercase;color:var(--on-dim);letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-size:11px}.IndustriesGrid-module__PYfraa__problemText{color:#ffffffb3;font-family:Inter,sans-serif;font-size:15px;line-height:1.5}.IndustriesGrid-module__PYfraa__solutionText{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:1.5}.IndustriesGrid-module__PYfraa__divider{background:#ffffff0d;width:100%;height:1px}@media (max-width:768px){.IndustriesGrid-module__PYfraa__grid{grid-template-columns:1fr}}
.ProgramsFAQ-module__FlL3Rq__faqSection{background:var(--bg);padding:100px 0;position:relative}.ProgramsFAQ-module__FlL3Rq__container{max-width:800px;margin:0 auto;padding:0 24px}.ProgramsFAQ-module__FlL3Rq__header{text-align:center;margin-bottom:60px}.ProgramsFAQ-module__FlL3Rq__title{color:#fff;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700}.ProgramsFAQ-module__FlL3Rq__subtitle{color:var(--on-dim);font-family:Inter,sans-serif;font-size:18px}.ProgramsFAQ-module__FlL3Rq__faqList{flex-direction:column;gap:16px;display:flex}.ProgramsFAQ-module__FlL3Rq__faqItem{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;transition:all .3s;overflow:hidden}.ProgramsFAQ-module__FlL3Rq__faqItem:hover{background:#ffffff0a}.ProgramsFAQ-module__FlL3Rq__faqItem.ProgramsFAQ-module__FlL3Rq__open{border-color:#3b82f64d;box-shadow:0 10px 30px #0003}.ProgramsFAQ-module__FlL3Rq__faqQ{color:#fff;justify-content:space-between;align-items:center;padding:24px;font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;display:flex}.ProgramsFAQ-module__FlL3Rq__faqQ svg{color:#3b82f6;transition:transform .3s}.ProgramsFAQ-module__FlL3Rq__faqAInner{color:var(--on-dim);padding:0 24px 24px;font-family:Inter,sans-serif;font-size:15px;line-height:1.6}.ProgramsFAQ-module__FlL3Rq__ctaSection{background:#000;border-top:1px solid #ffffff0d;padding:120px 0;position:relative;overflow:hidden}.ProgramsFAQ-module__FlL3Rq__ctaBgGlow{z-index:0;background:radial-gradient(circle,#2563eb26 0%,#0000 60%);width:100vw;height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ProgramsFAQ-module__FlL3Rq__ctaGrid{z-index:0;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px),linear-gradient(#ffffff08 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 30%,#0000 100%);mask-image:radial-gradient(circle,#000 30%,#0000 100%)}.ProgramsFAQ-module__FlL3Rq__ctaContent{z-index:1;text-align:center;max-width:800px;margin:0 auto;position:relative}.ProgramsFAQ-module__FlL3Rq__ctaTitle{color:#fff;letter-spacing:-.03em;margin-bottom:24px;font-family:Space Grotesk,sans-serif;font-size:clamp(40px,6vw,72px);font-weight:800}.ProgramsFAQ-module__FlL3Rq__ctaSubtitle{color:var(--on-dim);max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-family:Inter,sans-serif;font-size:20px;line-height:1.6}.ProgramsFAQ-module__FlL3Rq__ctaButtonGroup{justify-content:center;gap:16px;display:flex}.ProgramsFAQ-module__FlL3Rq__ctaPrimary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;align-items:center;gap:8px;padding:16px 32px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 0 30px #2563eb66}.ProgramsFAQ-module__FlL3Rq__ctaPrimary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 40px #2563eb99}.ProgramsFAQ-module__FlL3Rq__ctaSecondary{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;padding:16px 32px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:500;transition:all .3s;display:inline-flex}.ProgramsFAQ-module__FlL3Rq__ctaSecondary:hover{background:#ffffff1a;border-color:#fff3}@media (max-width:640px){.ProgramsFAQ-module__FlL3Rq__ctaButtonGroup{flex-direction:column}.ProgramsFAQ-module__FlL3Rq__ctaPrimary,.ProgramsFAQ-module__FlL3Rq__ctaSecondary{justify-content:center;width:100%}}
