@import "https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700;800;900&family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;font-family:"Exo 2",system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:inherit}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:1.5em;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:inherit}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{box-sizing:border-box;margin:0;padding:0}:root{--cyber-pink:#db2777;--cyber-magenta:#ec4899;--cyber-purple:#8b5cf6;--cyber-cyan:#22d3ee;--cyber-green:#22c55e;--cyber-orange:#f97316;--cyber-red:#ef4444;--cyber-yellow:#facc15;--cyber-white:#fff;--cyber-black:#000;--module-horizon:var(--cyber-purple);--module-skysight:var(--cyber-cyan);--module-sonar:var(--cyber-pink);--module-outpost:var(--cyber-red);--plans-accent:var(--cyber-pink);--bg-primary:#000;--bg-secondary:#0c0a12f0;--bg-card:#0a0a0cb8;--zen-border:#94a3b847;--zen-border-strong:#94a3b87a;--zen-text:#f8fafc;--zen-text-muted:#9ca3af;--zen-text-subtle:#6b7280;--font-display:"Exo 2",sans-serif;--font-body:"Exo 2",sans-serif;--font-mono:"IBM Plex Mono",monospace;--font-highlight:"IBM Plex Mono",monospace;--font-horizon:"Neue Haas Grotesk","Exo 2",sans-serif}body.landing-page{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--cyber-white);line-height:1.6;overflow-x:hidden}.landing-container{width:100%;min-height:100vh;position:relative}.landing-nav{z-index:1000;--scroll-opacity:0;-webkit-backdrop-filter:blur(calc(var(--scroll-opacity)*12px));backdrop-filter:blur(calc(var(--scroll-opacity)*12px));background:0 0;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;transition:opacity .3s,transform .3s;position:fixed;top:0;left:0;right:0}.landing-nav.scrolled{box-shadow:none}.landing-nav.nav-hidden{opacity:0;pointer-events:none;transform:translateY(-20px)}.nav-content{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-logo{font-family:var(--font-display);background:linear-gradient(135deg,var(--cyber-pink),var(--cyber-purple),var(--cyber-cyan));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;align-items:center;font-size:1.5rem;font-weight:600;text-decoration:none;display:flex}.nav-logo-img{width:auto;height:16px;transition:none}.nav-links{gap:2rem;margin-left:auto;margin-right:0;list-style:none;display:flex}.nav-links a{color:var(--cyber-white);font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-links a:after{content:"";background:linear-gradient(90deg,var(--cyber-pink),var(--cyber-purple));width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a:hover{color:var(--cyber-pink)}.nav-cta{white-space:nowrap;color:var(--zen-text);text-shadow:0 0 1px #ffffff8c;cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:1.5em;justify-content:center;align-items:center;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .25s,border-color .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.nav-cta:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:.35;pointer-events:none;background:linear-gradient(90deg,#ec4899,#8b5cf6,#22d3ee,#ec4899) 0 0/300% 100%;padding:1px;animation:6s linear infinite borderSlide;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.nav-cta:hover{text-shadow:none;color:var(--zen-text);border-color:#ffffffb3;box-shadow:0 0 1.25rem #8b5cf666,0 0 .5rem #22d3ee4d}.nav-cta:hover:before{opacity:.65;animation-duration:2.5s}.mobile-menu-btn{color:var(--cyber-white);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:768px){.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000f2;flex-direction:column;gap:1rem;padding:2rem;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.mobile-open{display:flex}.nav-links__sign-in{margin-top:.5rem}.nav-links__sign-in .nav-cta{background:0 0;border:1px solid #fff6;justify-content:center;width:100%}.nav-links__sign-in .nav-cta:hover{border-color:#ffffffb3;box-shadow:0 0 1.25rem #8b5cf666,0 0 .5rem #22d3ee4d}.nav-cta{display:none}.mobile-menu-btn{display:block}}.nav-links__sign-in .nav-cta{display:inline-flex}@media (min-width:769px){.nav-links__sign-in{display:none}}.nav-links__sign-in .nav-cta:before{display:none}.dots-background{z-index:0;pointer-events:none;width:100%;height:100%;display:none;position:absolute;top:0;left:0;overflow:hidden}.dot{opacity:0;width:4px;height:4px;animation:dotFloat var(--duration)infinite ease-in-out;animation-delay:var(--delay);border-radius:50%;position:absolute}.dot-pink{background:radial-gradient(circle,var(--cyber-pink),transparent);box-shadow:0 0 10px var(--cyber-pink)}.dot-purple{background:radial-gradient(circle,var(--cyber-purple),transparent);box-shadow:0 0 10px var(--cyber-purple)}.dot-cyan{background:radial-gradient(circle,var(--cyber-cyan),transparent);box-shadow:0 0 10px var(--cyber-cyan)}.dot-orange{background:radial-gradient(circle,var(--cyber-orange),transparent);box-shadow:0 0 10px var(--cyber-orange)}.dot-red{background:radial-gradient(circle,var(--cyber-red),transparent);box-shadow:0 0 10px var(--cyber-red)}.dot-yellow{background:radial-gradient(circle,var(--cyber-yellow),transparent);box-shadow:0 0 10px var(--cyber-yellow)}.dot-white{background:radial-gradient(circle,var(--cyber-white),transparent);box-shadow:0 0 10px var(--cyber-white)}@keyframes dotFloat{0%,to{opacity:0;transform:translateY(0)translate(0)scale(1)}10%{opacity:.8}50%{opacity:1;transform:translateY(-100px)translateX(var(--drift))scale(1.2)}90%{opacity:.8}}.hero-section{z-index:1;background:#000;justify-content:center;align-items:center;width:100vw;min-height:100vh;margin-left:calc(50% - 50vw);padding:0;display:flex;position:relative;overflow:hidden}.hero-video-wrap{z-index:0;background:#000 url(/zntlabs_bgk-poster.jpg) top/cover no-repeat;position:absolute;inset:0;overflow:hidden}.hero-bg-video{object-fit:cover;object-position:top;width:100%;height:111.11%;display:block}.hero-video-overlay{z-index:1;pointer-events:none;background:radial-gradient(800px 500px at 50% 35%,#22d3ee29,#0000 60%),radial-gradient(700px 450px at 30% 60%,#db277724,#0000 62%),radial-gradient(900px 520px at 70% 65%,#8b5cf61f,#0000 62%),#0000008c;position:absolute;inset:0}.hero-section:after{content:"";z-index:1;pointer-events:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#0000,#00000094 62%,#000 100%);height:clamp(8rem,20vh,13.25rem);position:absolute;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 38% 100%);mask-image:linear-gradient(#0000 0%,#000 38% 100%)}.hero-content{z-index:2;text-align:center;max-width:1040px;padding:2rem 2rem 0;position:relative}.hero-logo{opacity:0;filter:drop-shadow(0 0 20px #db27774d);width:clamp(160px,30vw,240px);height:auto;margin-bottom:2rem;animation:1s ease-out forwards fadeInDown}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-family:var(--font-display);color:var(--cyber-white);margin-bottom:2rem;padding-bottom:.5rem;font-size:clamp(2rem,6vw,4rem);font-weight:600;line-height:1.2;animation:1s ease-out .2s backwards fadeInUp}.hero-subtitle{color:#fffc;margin-bottom:2rem;font-size:clamp(1.1rem,2.5vw,1.5rem);animation:1s ease-out .2s backwards fadeInUp}.hero-cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.75rem;animation:1s ease-out .4s backwards fadeInUp;display:flex}.terminal-hero{text-align:center;padding-bottom:4rem}.terminal-hero__container{flex-direction:column;align-items:center;gap:1.5rem;max-width:840px;margin:0 auto;display:flex}.terminal-hero__logo{filter:drop-shadow(0 0 12px #22d3ee40);width:clamp(200px,35vw,260px);height:auto}.terminal-hero__title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--cyber-white);font-size:clamp(2.5rem,6vw,3.5rem);font-weight:600}.terminal-hero__subtitle{color:#ffffffbf;max-width:900px;margin:0 auto;font-size:1.1rem;line-height:1.9}.terminal-hero__meta{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.terminal-tag{white-space:nowrap;background:#ffffff0a;border-radius:999px;margin-bottom:0;padding:.35rem .85rem;font-size:.85rem}.btn-primary{white-space:nowrap;color:var(--zen-text);text-shadow:0 0 1px #ffffff8c;cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:1.5em;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .25s,border-color .25s,box-shadow .25s,transform .25s;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:.35;pointer-events:none;background:linear-gradient(90deg,#ec4899,#8b5cf6,#22d3ee,#ec4899) 0 0/300% 100%;padding:1px;animation:6s linear infinite borderSlide;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.btn-primary>*{z-index:1;position:relative}.btn-primary:hover{color:var(--zen-text);text-shadow:none;border-color:#ffffffb3;box-shadow:0 0 1.25rem #8b5cf666,0 0 .5rem #22d3ee4d}.btn-primary:hover:before{opacity:.85;animation-duration:2.5s}.btn-secondary{white-space:nowrap;color:var(--zen-text);text-shadow:0 0 1px #ffffff8c;cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:1.5em;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .25s,border-color .25s,box-shadow .25s,transform .25s;display:inline-flex;position:relative;overflow:hidden}.btn-secondary:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:.35;pointer-events:none;background:linear-gradient(90deg,#ec4899,#8b5cf6,#22d3ee,#ec4899) 0 0/300% 100%;padding:1px;animation:6s linear infinite borderSlide;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.btn-secondary>*{z-index:1;position:relative}.btn-secondary:hover{color:var(--zen-text);text-shadow:none;border-color:#ffffffb3;box-shadow:0 0 1.25rem #8b5cf666,0 0 .5rem #22d3ee4d}.btn-secondary:hover:before{opacity:.85;animation-duration:2.5s}@keyframes borderSlide{0%{background-position:0 0}to{background-position:300% 0}}@media (prefers-reduced-motion:reduce){.btn-primary:before,.btn-secondary:before{animation:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.content-section{z-index:1;padding:6rem 2rem;position:relative}.section-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-family:var(--font-display);color:var(--cyber-white);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:600}.section-subtitle{color:#ffffffb3;max-width:700px;margin:0 auto;font-size:1.2rem}.home-story{z-index:1;padding:clamp(7rem,11vw,11rem) 2rem;position:relative;overflow:hidden}.home-story__container{width:min(100%,1320px);margin:0 auto}.story-kicker{color:var(--cyber-cyan);font-family:var(--font-mono);letter-spacing:.24em;text-transform:uppercase;margin-bottom:1.4rem;font-size:.72rem;font-weight:600}.story-motion-ready .story-reveal{opacity:0;transition:opacity .8s,transform .8s cubic-bezier(.2,.7,.2,1);transform:translateY(28px)}.story-motion-ready .story-reveal.is-visible{opacity:1;transform:translateY(0)}.home-story--opening{padding-top:clamp(8rem,13vw,13rem)}.story-opening{text-align:center;max-width:1040px;margin-left:auto;margin-right:auto}.story-opening h2,.pathways-header h2{font-family:var(--font-display);letter-spacing:-.035em;font-weight:500}.story-opening h2{color:#fff;max-width:1020px;margin-bottom:2rem;font-size:clamp(2.65rem,6vw,5.7rem);line-height:1.02}.story-opening>p:last-child{color:#ffffff9e;max-width:700px;margin-left:auto;margin-right:auto;font-size:clamp(1rem,1.6vw,1.22rem);line-height:1.75}.terminal-home-explorer{grid-template-columns:minmax(0,1fr);width:min(100%,1280px);margin:clamp(4.5rem,7vw,7rem) auto clamp(3rem,5vw,4.5rem);transition:grid-template-columns .45s cubic-bezier(.2,.7,.2,1),gap .45s;display:grid}.terminal-home-explorer.is-active{grid-template-columns:minmax(210px,1fr) minmax(0,2fr);align-items:start;gap:clamp(1.5rem,2.5vw,2.5rem)}.terminal-home-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem;width:100%;transition:grid-template-columns .45s cubic-bezier(.2,.7,.2,1),gap .45s;display:grid}.terminal-home-explorer.is-active .terminal-home-cards{grid-area:1/1;grid-template-columns:minmax(0,1fr);align-self:center;gap:.85rem}.terminal-home-card{--terminal-card-color:var(--cyber-cyan);--terminal-card-rgb:34,211,238;border:2px solid var(--terminal-card-color);background:linear-gradient(135deg,rgba(var(--terminal-card-rgb),.15)0%,#0006 100%);min-height:200px;color:inherit;cursor:pointer;font:inherit;text-align:center;-webkit-backdrop-filter:blur(10px);will-change:transform,box-shadow;border-radius:1.5em;flex-direction:column;justify-content:center;align-items:center;padding:1.6rem 1.3rem;text-decoration:none;transition:min-height .45s cubic-bezier(.2,.7,.2,1),padding .45s cubic-bezier(.2,.7,.2,1),border-radius .45s,transform .28s,box-shadow .28s;display:flex;transform:translateY(0)}.terminal-home-explorer.is-active .terminal-home-card{min-height:96px;padding:1rem}.terminal-home-explorer.is-active .terminal-home-card p,.terminal-home-explorer.is-active .terminal-home-card>span{opacity:0;visibility:hidden;max-height:0;margin:0;overflow:hidden}.terminal-home-explorer.is-active .terminal-home-card__logo{margin-bottom:0}.terminal-home-card.is-selected{background:linear-gradient(135deg,rgba(var(--terminal-card-rgb),.24)0%,#00000080 100%);box-shadow:0 0 30px rgba(var(--terminal-card-rgb),.28)}.terminal-home-card--horizon{--terminal-card-color:var(--module-horizon);--terminal-card-rgb:139,92,246}.terminal-home-card--skysight{--terminal-card-color:var(--module-skysight);--terminal-card-rgb:6,182,212}.terminal-home-card--sonar{--terminal-card-color:var(--module-sonar);--terminal-card-rgb:236,72,153}.terminal-home-card--outpost{--terminal-card-color:var(--module-outpost);--terminal-card-rgb:239,68,68}.terminal-home-card__logo{filter:drop-shadow(0 0 6px #00000059);width:auto;height:38px;margin-bottom:1rem}.terminal-home-card--horizon .terminal-home-card__logo{height:30px}.terminal-home-card p{max-width:500px;color:var(--zen-text-muted);margin-bottom:1.35rem;font-size:1rem;line-height:1.5;transition:max-height .3s,margin .3s,opacity .2s}.terminal-home-card>span{color:var(--terminal-card-color);letter-spacing:.04em;font-size:.9rem;font-weight:600;transition:max-height .3s,opacity .2s}.terminal-home-card:focus{outline:none}.terminal-home-card:focus-visible{outline:2px solid var(--terminal-card-color);outline-offset:4px}.terminal-home-card.is-selected:focus{outline:none}@media (hover:hover) and (pointer:fine){.terminal-home-card:hover,.terminal-home-card:focus-visible{box-shadow:0 0 30px rgba(var(--terminal-card-rgb),.5);transform:translateY(-8px)}}.terminal-home-card:active{transform:translateY(-2px)}.terminal-home-detail{display:contents}.terminal-home-detail__screen{cursor:pointer;grid-area:1/2;min-width:0;text-decoration:none;animation:.45s cubic-bezier(.2,.7,.2,1) both terminalDetailEnter;display:block}.terminal-screen-loader{aspect-ratio:4/3;width:100%;box-shadow:-8px 10px 18px hsl(var(--terminal-shadow-hue)70% 28%/.18);isolation:isolate;background:#050506;border-radius:1.5em 0 0 1.5em;position:relative;overflow:hidden}.terminal-screen-loader__skeleton{z-index:1;background:radial-gradient(circle at 74% 42%,rgba(var(--terminal-card-rgb),.055),transparent 36%),#050506;opacity:1;grid-template-rows:10% 1fr;grid-template-columns:15% 1fr;gap:clamp(.45rem,1.2vw,1rem);padding:clamp(.65rem,1.6vw,1.35rem);transition:opacity .35s;display:grid;position:absolute;inset:0}.terminal-screen-loader__skeleton:after{background:linear-gradient(105deg,transparent 18%,#ffffff05 35%,rgba(var(--terminal-card-rgb),.09)48%,#ffffff06 58%,transparent 74%);content:"";animation:1.45s ease-in-out infinite terminalSkeletonSweep;position:absolute;inset:0;transform:translate(-100%)}.terminal-screen-loader__topbar,.terminal-screen-loader__sidebar,.terminal-screen-loader__heading,.terminal-screen-loader__metrics span,.terminal-screen-loader__chart,.terminal-screen-loader__rows span{background:linear-gradient(90deg,#09090b 0%,#151518 48%,#0a0a0c 100%);display:block;overflow:hidden}.terminal-screen-loader__topbar{border-radius:.35rem;grid-column:1/-1}.terminal-screen-loader__sidebar{border-radius:.45rem;grid-area:2/1}.terminal-screen-loader__workspace{grid-area:2/2;grid-template-rows:7% 17% 1fr 23%;gap:clamp(.4rem,1vw,.8rem);min-width:0;display:grid}.terminal-screen-loader__heading{border-radius:999px;width:36%}.terminal-screen-loader__metrics{grid-template-columns:repeat(3,1fr);gap:clamp(.35rem,.8vw,.65rem);display:grid}.terminal-screen-loader__metrics span{border-radius:.4rem}.terminal-screen-loader__chart{border-radius:.5rem}.terminal-screen-loader__rows{grid-template-rows:repeat(4,1fr);gap:clamp(.25rem,.6vw,.45rem);display:grid}.terminal-screen-loader__rows span{border-radius:.25rem}.terminal-screen-loader__rows span:nth-child(2){width:91%}.terminal-screen-loader__rows span:nth-child(3){width:96%}.terminal-screen-loader__rows span:nth-child(4){width:84%}.terminal-screen-loader__image{z-index:2;object-fit:cover;opacity:0;width:100%;max-width:100%;height:100%;transition:opacity .45s,transform .7s cubic-bezier(.2,.7,.2,1);display:block;position:absolute;inset:0;transform:scale(1.008)}.terminal-screen-loader.is-loaded .terminal-screen-loader__skeleton{opacity:0}.terminal-screen-loader.is-loaded .terminal-screen-loader__image{opacity:1;transform:scale(1)}@keyframes terminalSkeletonSweep{to{transform:translate(100%)}}.terminal-home-detail__copy{text-align:center;grid-area:2/2;padding:1.5rem 0 0;animation:.45s cubic-bezier(.2,.7,.2,1) both terminalDetailEnter}.terminal-home-detail__copy p{color:#ffffff9e;max-width:680px;margin:0 auto;font-size:1rem;line-height:1.7}.terminal-home-detail--horizon{--terminal-card-rgb:139,92,246;--terminal-shadow-hue:262}.terminal-home-detail--skysight{--terminal-card-rgb:6,182,212;--terminal-shadow-hue:189}.terminal-home-detail--sonar{--terminal-card-rgb:236,72,153;--terminal-shadow-hue:331}.terminal-home-detail--outpost{--terminal-card-rgb:239,68,68;--terminal-shadow-hue:0}@keyframes terminalDetailEnter{0%{opacity:0;transform:translate(34px)scale(.985)}to{opacity:1;transform:translate(0)scale(1)}}.research-rail{grid-template-columns:repeat(6,minmax(0,1fr));margin-top:clamp(5rem,9vw,9rem);list-style:none;display:grid;position:relative}.research-rail:before,.research-rail:after{content:"";z-index:0;height:1px;position:absolute;top:0;left:0;right:0}.research-rail:before{background:#ffffff26}.research-rail:after{background:linear-gradient(90deg,transparent,var(--cyber-cyan),var(--cyber-pink),transparent);filter:drop-shadow(0 0 7px #22d3eea6);width:32%;animation:7s linear infinite researchFlow}@keyframes researchFlow{0%{transform:translate(-100%)}to{transform:translate(412.5%)}}.research-rail li{z-index:1;border-right:1px solid #ffffff14;min-height:220px;padding:2rem 1.35rem 1rem 0;position:relative}.research-rail li:before{content:"";z-index:2;background:#000;border:1px solid #ffffff6b;border-radius:50%;width:9px;height:9px;transition:border-color .3s,box-shadow .3s,background .3s;animation:7s linear infinite researchNodePulse;position:absolute;top:-4px;left:0}.research-rail li:first-child:before{animation-delay:.36s}.research-rail li:nth-child(2):before{animation-delay:1.07s}.research-rail li:nth-child(3):before{animation-delay:1.78s}.research-rail li:nth-child(4):before{animation-delay:2.5s}.research-rail li:nth-child(5):before{animation-delay:3.21s}.research-rail li:nth-child(6):before{animation-delay:3.92s}@keyframes researchNodePulse{0%,5%{background:var(--cyber-pink);border-color:var(--cyber-pink);box-shadow:0 0 0 3px #db277729,0 0 22px #db2777f2}10%,14%{background:var(--cyber-cyan);border-color:var(--cyber-cyan);box-shadow:0 0 0 4px #22d3ee24,0 0 26px #22d3eee6}20%,to{box-shadow:none;background:#000;border-color:#ffffff6b}}.research-rail li:hover:before{background:var(--cyber-cyan);border-color:var(--cyber-cyan);box-shadow:0 0 18px #22d3eed9}.research-rail li>span{color:#ffffff52;font-family:var(--font-mono);margin-bottom:1.55rem;font-size:.66rem;display:block}.research-rail strong{color:#fff;margin-bottom:.65rem;font-size:1rem;font-weight:600;display:block}.research-rail p{color:#ffffff75;max-width:165px;font-size:.82rem;line-height:1.55}.story-opening__footer{color:#ffffff80;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:2rem;padding-top:2rem;font-size:.9rem;display:flex}.story-opening__footer--centered{text-align:center;justify-content:center}.story-text-link{color:#fff;white-space:nowrap;font-weight:600;text-decoration:none;transition:color .25s}.story-text-link:hover{color:var(--cyber-cyan)}.story-text-link span{color:var(--cyber-cyan);margin-left:.45rem;transition:transform .25s;display:inline-block}.story-text-link:hover span{transform:translate(3px,-3px)}.story-text-link--down:hover span{transform:translateY(3px)}.home-story--pathways{background:0 0}.pathways-header{grid-template-columns:minmax(0,.95fr) minmax(280px,.55fr);align-items:end;gap:4rem;margin-bottom:clamp(7rem,11vw,11rem);display:grid}.pathways-header .story-kicker{grid-column:1/-1;margin-bottom:-2.5rem}.pathways-header h2{color:#fff;font-size:clamp(2.8rem,5.6vw,5.4rem);line-height:1}.pathways-header>p:last-child{color:#ffffff8c;padding-bottom:.5rem;font-size:1rem;line-height:1.75}.pathway-row{grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr);align-items:center;gap:clamp(3rem,7vw,7rem);margin-bottom:clamp(8rem,13vw,13rem);display:grid}.pathway-row:last-child{margin-bottom:0}.pathway-row--last{margin-bottom:clamp(5rem,8vw,8rem)}.pathway-row--reverse{grid-template-columns:minmax(0,1.38fr) minmax(260px,.62fr)}.pathway-row--reverse .pathway-copy{grid-area:1/2}.pathway-row--reverse .pathway-media{grid-area:1/1}.pathway-copy h3{color:#fff;font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2rem,3.6vw,3.7rem);font-weight:500;line-height:1.05}.pathway-copy>p{color:#ffffff91;font-size:1rem;line-height:1.75}.pathway-media{background:0 0;position:relative;overflow:hidden}.pathway-media:before{display:none}.pathway-media--violet:before{background:#8b5cf68c}.pathway-media--cyan:before{background:#22d3ee6b}.pathway-media--pink:before{background:#db277785}.deferred-preview{width:100%}.deferred-preview--peers{min-height:clamp(390px,43vw,570px)}.deferred-preview--benchmarking{min-height:clamp(410px,38vw,540px)}.deferred-preview--valuation{min-height:clamp(290px,34vw,470px)}.pathway-media img{z-index:1;width:100%;height:auto;transition:transform .7s cubic-bezier(.2,.7,.2,1);display:block;position:relative}.pathway-media:hover img{transform:scale(1.018)translateY(-4px)}@media (max-width:980px){.terminal-home-explorer.is-active{grid-template-columns:minmax(170px,.8fr) minmax(0,2fr)}.terminal-home-detail__copy{display:block}.terminal-home-detail__copy .story-text-link{margin-top:1rem;display:inline-block}.research-rail{grid-template-columns:repeat(3,minmax(0,1fr))}.research-rail:after{display:none}.research-rail li:before{animation:none}.research-rail li:nth-child(n+4){border-top:1px solid #ffffff26}.pathways-header{grid-template-columns:1fr;gap:3rem}.pathways-header .story-kicker{margin-bottom:-1rem}.pathways-header>p:last-child{max-width:620px}.pathway-row,.pathway-row--reverse{grid-template-columns:1fr;gap:3rem}.pathway-row--reverse .pathway-copy,.pathway-row--reverse .pathway-media{grid-area:auto/1}.pathway-row--reverse .pathway-copy{grid-row:1}.pathway-copy{max-width:680px}}@media (max-width:640px){.home-story{padding-left:1.25rem;padding-right:1.25rem}.story-opening h2 br,.pathways-header h2 br{display:none}.research-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.research-rail li{min-height:190px}.research-rail li:nth-child(3){border-top:1px solid #ffffff26}.story-opening__footer{flex-direction:column;align-items:flex-start}.terminal-home-explorer.is-active{grid-template-columns:1fr;gap:1.25rem}.terminal-home-cards{grid-template-columns:1fr;gap:1.5rem}.terminal-home-explorer.is-active .terminal-home-cards{grid-area:1/1;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.terminal-home-detail__screen{grid-area:2/1}.terminal-home-detail__copy{grid-area:3/1}.terminal-home-card{width:calc(100% - .85rem);margin-left:auto;margin-right:auto}.terminal-home-explorer.is-active .terminal-home-card{border-radius:1rem;width:100%;min-height:68px;padding:.75rem .4rem}.terminal-home-explorer.is-active .terminal-home-card__logo{max-width:90%;height:22px}.terminal-home-explorer.is-active .terminal-home-card--horizon .terminal-home-card__logo{height:18px}.pathways-header{margin-bottom:6rem}.pathway-row{margin-bottom:8rem}.pathway-row--last{margin-bottom:5rem}.pathway-media{border-left:0;border-right:0;margin-left:-1.25rem;margin-right:-1.25rem}}@media (prefers-reduced-motion:reduce){.story-motion-ready .story-reveal{opacity:1;transition:none;transform:none}.research-rail:after,.research-rail li:before{animation:none}.pathway-media img{transition:none}.terminal-screen-loader__skeleton:after{animation:none}.terminal-screen-loader__skeleton,.terminal-screen-loader__image{transition:none}}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:3rem;display:grid}@media (max-width:768px){.features-grid{grid-template-columns:minmax(0,1fr)}}.feature-card{border:1px solid var(--zen-border);color:inherit;cursor:pointer;background:0 0;border-radius:24px;height:100%;padding:2.5rem 1.75rem;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}.feature-card:before{content:"";background:linear-gradient(90deg,var(--cyber-pink),var(--cyber-purple),var(--cyber-cyan));transform-origin:0;width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.feature-card:hover:before{transform:scaleX(0)}.feature-card:hover{border-color:var(--zen-border-strong);transform:translateY(-5px);box-shadow:0 20px 50px #090b1380}.fancy-card{text-align:center;background:linear-gradient(#000,#000) padding-box padding-box,linear-gradient(90deg,#ec489966,#8b5cf666,#22d3ee66,#ec489966) 0 0/300% 100% border-box;border:2px solid #0000;border-radius:24px;flex-direction:column;align-items:center;padding:2.5rem 1.75rem;transition:all .3s;animation:6s linear infinite borderSlide;display:flex}.fancy-card:hover{background:linear-gradient(#000,#000) padding-box padding-box,linear-gradient(90deg,#ec4899cc,#8b5cf6cc,#22d3eecc,#ec4899cc) 0 0/300% 100% border-box;animation-duration:2.5s;transform:translateY(-5px);box-shadow:0 0 1.25rem #ec48994d,0 0 .5rem #8b5cf640}.feature-card:focus-visible{outline:2px solid var(--cyber-cyan);outline-offset:4px}.module-logo-container{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.module-logo{object-fit:contain;width:auto;max-width:100%;height:40px}.feature-icon{background:linear-gradient(135deg,var(--cyber-pink),var(--cyber-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem}.feature-icon--horizon{background:0 0;-webkit-background-clip:initial;-webkit-text-fill-color:initial;color:var(--cyber-cyan);justify-content:center;align-items:center;display:flex}.feature-icon--horizon svg{width:48px;height:48px}.feature-title{font-family:var(--font-display);color:var(--cyber-white);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.module-eyebrow{text-transform:uppercase;letter-spacing:.3em;color:#ffffff80;margin-bottom:.25rem;font-size:.75rem}.module-eyebrow--horizon{color:var(--cyber-purple)}.module-eyebrow--skysight{color:var(--cyber-cyan)}.module-eyebrow--sonar{color:var(--cyber-pink)}.module-eyebrow--outpost{color:var(--cyber-red)}.module-section__container{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.module-section__intro{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:760px;display:flex}.module-section__intro .module-section__description{max-width:620px}.module-section__intro .module-eyebrow{letter-spacing:.32em;font-size:.9rem}.module-section__logo{width:clamp(220px,38vw,320px);height:auto}.module-section--horizon .module-section__logo{filter:drop-shadow(0 0 24px #8b5cf666)}.module-section--skysight .module-section__logo{filter:drop-shadow(0 0 24px #22d3ee73)}.module-section--sonar .module-section__logo{filter:drop-shadow(0 0 24px #db277773)}.module-section--outpost .module-section__logo{filter:drop-shadow(0 0 24px #ef444466)}.module-section__description{color:#ffffffb8;font-size:1.05rem;line-height:1.9}.module-section__content{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;display:flex}.module-screen{background:#0c0a14e6;border:1px solid #22d3ee40;border-radius:20px;width:min(90%,740px);overflow:hidden;box-shadow:0 25px 60px #0c0a148c}.module-screen img{width:100%;height:auto;display:block}.module-screen--horizon{border-color:#8b5cf666;box-shadow:0 25px 65px #8b5cf633}.module-screen--skysight{border-color:#22d3ee73;box-shadow:0 25px 65px #22d3ee2e}.module-screen--sonar{border-color:#db277773;box-shadow:0 25px 65px #db277733}.module-screen--outpost{border-color:#ef444466;box-shadow:0 25px 65px #ef444438}.module-usecard{text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#22d3ee24,#0f0b1866);border:1px solid #22d3ee40;border-radius:54px;flex-direction:column;align-items:center;gap:1rem;width:min(90%,520px);max-width:520px;padding:2.5rem;display:flex}.module-usecard__logo{width:120px;height:auto}.module-usecard__title{margin-bottom:.25rem}.module-usecard__description{color:#ffffffb3;font-size:.95rem;line-height:1.7}.module-usecard--horizon{background:linear-gradient(135deg,#8b5cf62e,#0f0b1873);border-color:#8b5cf666}.module-usecard--skysight{background:linear-gradient(135deg,#22d3ee33,#0d1e2d80);border-color:#22d3ee73}.module-usecard--sonar{background:linear-gradient(135deg,#db277733,#1e0b1a80);border-color:#db277773}.module-usecard--outpost{background:linear-gradient(135deg,#ef444433,#280a1880);border-color:#ef444466}@media (max-width:768px){.module-usecard{padding:2rem}}.feature-description{color:#ffffffb3;margin-bottom:1rem;line-height:1.8}.feature-list{margin-top:1rem;list-style:none}.feature-list li{color:#fff9;padding:.5rem 0 .5rem 1.5rem;font-size:.95rem;position:relative}.feature-list li:before{content:"▹";color:var(--cyber-cyan);font-size:1.2rem;position:absolute;left:0}.two-column-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:6rem;display:grid}.two-column-section--reverse{direction:rtl}.two-column-section--reverse .column-content{text-align:right;direction:ltr}.column-content h3{font-family:var(--font-display);color:var(--cyber-white);margin-bottom:1.5rem;font-size:2rem;font-weight:600}.column-content h3.science-subtitle{font-family:var(--font-mono);letter-spacing:.32em;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem}.column-content p{color:#ffffffb3;margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.science-image{width:min(100%,660px);height:auto;margin:0 auto;display:block}.insight-image{border-radius:16px;width:100%;height:auto;display:block;box-shadow:0 20px 45px #0f0a1873}.feature-card__logo{filter:drop-shadow(0 0 10px #22d3ee40);width:48px;height:auto;margin-bottom:1.25rem}@media (max-width:968px){.two-column-section{grid-template-columns:1fr;gap:2rem}.two-column-section--reverse{direction:ltr}.two-column-section--reverse .column-content{text-align:left}}.tech-details{background:var(--bg-card);border:1px solid #8b5cf64d;border-radius:16px;margin-top:2rem;padding:2rem}.tech-details h4{font-family:var(--font-display);color:var(--cyber-purple);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.3rem;font-weight:600;display:flex}.tech-details code{font-family:var(--font-display);color:var(--cyber-cyan);background:#00000080;border-radius:4px;padding:.2rem .5rem;font-size:.9rem}.tech-details pre{border-left:3px solid var(--cyber-purple);background:#00000080;border-radius:8px;margin:1rem 0;padding:1rem;overflow-x:auto}.tech-details ul{margin-left:1rem;list-style:none}.tech-details li{color:#ffffffb3;padding:.5rem 0 .5rem 1.5rem;position:relative}.tech-details li:before{content:"→";color:var(--cyber-purple);position:absolute;left:0}.pricing-container{max-width:1280px;margin:0 auto}.join-pricing-section{padding-top:3.25rem}.join-hero-section{padding-top:2.25rem;padding-bottom:.5rem}.join-hero-section .section-header{margin-bottom:.4rem}.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.pricing-tier-card{background:radial-gradient(circle at 100% 0,#db277724,#0000 55%),linear-gradient(160deg,#120b10eb,#0a0809f2);border:1px solid #db277752;border-radius:24px;min-height:100%;padding:1.8rem 1.4rem;transition:transform .25s,border-color .25s,box-shadow .25s}.pricing-tier-card:hover{border-color:var(--plans-accent);transform:translateY(-6px);box-shadow:0 22px 48px #db277738}.pricing-tier-card__name{font-family:var(--font-display);color:var(--cyber-white);margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.pricing-tier-card__price{font-family:var(--font-mono);color:var(--cyber-white);margin-bottom:.85rem;line-height:1}.pricing-tier-card__amount{letter-spacing:-.02em;color:var(--plans-accent);font-size:clamp(2rem,4vw,3.2rem);font-weight:700}.pricing-tier-card__period{color:#ffffffa6;margin-left:.35rem;font-size:.95rem}.pricing-tier-card__desc{color:#ffffffc7;margin-bottom:1.1rem;font-size:.92rem;line-height:1.65}.pricing-tier-card__list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.pricing-tier-card__list li{color:#ffffffd6;padding-left:1.1rem;font-size:.89rem;line-height:1.6;position:relative}.pricing-tier-card__list li:before{content:"▹";color:var(--plans-accent);position:absolute;left:0}.billing-switch{background:#0c0814f2;border:1px solid #db277761;border-radius:1.5em;width:fit-content;margin:0 auto 2.8rem;padding:.25rem;display:inline-flex;position:relative;left:50%;transform:translate(-50%)}.billing-switch__option{color:#ffffffb8;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-radius:1.5em;padding:.62rem 1.15rem;font-size:.82rem;transition:color .2s,background .2s,box-shadow .2s}.billing-switch__option.is-active{color:var(--cyber-white);background:linear-gradient(90deg,#db2777e6,#ec4899d1);box-shadow:0 10px 24px #db27774d}.join-enter-wrap{justify-content:center;margin-top:3.3rem;display:flex}.join-enter-btn{white-space:nowrap;color:var(--zen-text);text-shadow:0 0 1px #ffffff8c;background:0 0;border:1px solid #fff6;border-radius:1.5em;justify-content:center;align-items:center;padding:.78rem 1.8rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .25s,border-color .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.join-enter-btn:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:.35;pointer-events:none;background:linear-gradient(90deg,#ec4899,#8b5cf6,#22d3ee,#ec4899) 0 0/300% 100%;padding:1px;animation:6s linear infinite borderSlide;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.join-enter-btn:hover{text-shadow:none;color:var(--zen-text);border-color:#ffffffb3;box-shadow:0 0 1.25rem #8b5cf666,0 0 .5rem #22d3ee4d}.join-enter-btn:hover:before{opacity:.75;animation-duration:2.5s}@media (max-width:1080px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.pricing-grid{grid-template-columns:1fr}}.terminal-logo-wrap{justify-content:center;margin-bottom:2.5rem;display:flex}.terminal-logo-banner{filter:drop-shadow(0 18px 40px #8b5cf640);width:clamp(220px,45vw,360px);height:auto}.pricing-card{background:var(--bg-card);border:2px solid #db27774d;border-radius:60px;padding:3rem;position:relative;overflow:hidden}.pricing-card--minimal{background:0 0;border:none;border-radius:0;padding:0}.pricing-card--minimal:before{display:none}.pricing-card:before{content:"";background:linear-gradient(90deg,var(--cyber-pink),var(--cyber-purple),var(--cyber-cyan));height:5px;position:absolute;top:0;left:0;right:0}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-title{font-family:var(--font-display);margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.pricing-subtitle{color:#fff9;font-size:1.1rem}.features-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.feature-item{background:linear-gradient(135deg,#db277729,#170a18d9);border:1px solid #db277759;border-radius:18px;align-items:flex-start;gap:1rem;padding:1.6rem 1.4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #15081273}.feature-item:before{content:"";-webkit-mask-composite:xor;opacity:.5;pointer-events:none;background:linear-gradient(120deg,#db2777a6,#8b5cf659,#db2777a6);border-radius:18px;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.feature-item-icon{color:var(--cyber-pink);filter:drop-shadow(0 0 12px #db277759);flex-shrink:0;font-size:1.5rem}.feature-item-text{color:#ffffffd1;line-height:1.65}.coming-soon-banner{text-align:center;background:linear-gradient(135deg,#db277733,#8b5cf633);border:1px solid #db277766;border-radius:12px;margin-bottom:3rem;padding:1.5rem}.coming-soon-banner h3{font-family:var(--font-display);color:var(--cyber-pink);margin-bottom:.5rem;font-size:1.8rem;font-weight:600}.coming-soon-banner p{color:#ffffffb3}.waitlist-form{background:#0006;border-radius:16px;padding:2.5rem}.waitlist-form h3{font-family:var(--font-display);text-align:center;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.form-group{margin-bottom:1rem}.form-label{color:#fffc;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}.form-input{width:100%;color:var(--cyber-white);font-family:var(--font-body);background:#ffffff0d;border:1px solid #94a3b88c;border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.form-input:focus{background:#ffffff14;border-color:#ffffffb3;outline:none;box-shadow:0 0 0 3px #ffffff14}.form-input::placeholder{color:#ffffff4d}.form-input-error{border-color:var(--cyber-red)}.form-input-error:focus{border-color:var(--cyber-red);box-shadow:0 0 0 3px #ef44441a}.form-submit{white-space:nowrap;width:100%;font-family:var(--font-display);color:var(--zen-text);text-shadow:0 0 1px #ffffff8c;cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:1.5em;justify-content:center;align-items:center;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:color .25s,border-color .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.form-submit:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:.35;pointer-events:none;background:linear-gradient(90deg,#ec4899,#8b5cf6,#22d3ee,#ec4899) 0 0/300% 100%;padding:1px;animation:6s linear infinite borderSlide;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.form-submit:hover{text-shadow:none;border-color:#ffffffb3;box-shadow:0 0 1.25rem #8b5cf666,0 0 .5rem #22d3ee4d}.form-submit:hover:before{opacity:.85;animation-duration:2.5s}.form-submit:active{transform:scale(.98)}@media (max-width:640px){.form-row{grid-template-columns:1fr}}.landing-footer{text-align:center;background:#000000f2;border-top:1px solid #fff3;flex-direction:column;align-items:center;gap:1rem;margin-top:6rem;padding:3rem 2rem;display:flex}.landing-footer p{color:#ffffffa6;letter-spacing:.05em;font-size:.95rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:.9rem 1.4rem;max-width:960px;display:flex}.footer-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 4rem;width:100%;max-width:760px;display:grid}.footer-links--column{flex-direction:column;justify-content:flex-start;align-items:flex-start}.footer-links--left{text-align:left}.footer-links--right{text-align:right;align-items:flex-end}.footer-links a{color:#ffffffe6;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--cyber-pink)}.geo-page{max-width:920px}.geo-block{border:1px solid var(--zen-border);background:0 0;border-radius:24px;margin-bottom:1.25rem;padding:2.5rem 1.75rem;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.geo-block:hover{border-color:var(--zen-border-strong);transform:translateY(-5px);box-shadow:0 20px 50px #090b1380}.geo-block h2{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.4rem}.geo-block p,.geo-block li{color:#fffc}.geo-block ol,.geo-block ul{margin:0 0 0 1rem}.geo-link-grid{text-align:center;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:3rem;display:flex}.legal-meta{color:#fff9;letter-spacing:.03em;margin-top:.6rem;font-size:.9rem}.legal-inline-link{color:var(--cyber-pink);text-decoration:none}.legal-inline-link:hover{color:var(--cyber-magenta);text-decoration:underline}@media (max-width:640px){.footer-columns{grid-template-columns:1fr;gap:.8rem}.footer-links--right{text-align:left;align-items:flex-start}}.text-gradient{background:linear-gradient(135deg,var(--cyber-pink),var(--cyber-purple),var(--cyber-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-highlight{font-family:var(--font-highlight);color:var(--cyber-cyan);font-weight:500}.text-mono{font-family:var(--font-display)}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}html{scroll-behavior:smooth}::selection{color:var(--cyber-white);background:#8b5cf659}.horizon-text{font-family:var(--font-horizon);letter-spacing:-.01em}.workflow-strip{gap:1rem;margin-top:2rem;display:flex}.workflow-strip__step{text-align:center;background:0 0;border:1px solid #fff3;border-radius:24px;flex:1;padding:1.5rem 1.15rem;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.workflow-strip__step:hover{transform:translateY(-5px)}.workflow-strip__step:before{content:"";border-radius:1px;width:40%;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.workflow-strip__step--horizon:before{background:var(--cyber-purple)}.workflow-strip__step--skysight:before{background:var(--cyber-cyan)}.workflow-strip__step--sonar:before{background:var(--cyber-pink)}.workflow-strip__step--outpost:before{background:var(--cyber-red)}.workflow-strip__step--horizon{border-color:#8b5cf659}.workflow-strip__step--horizon:hover{border-color:var(--cyber-purple);box-shadow:0 20px 50px #8b5cf64d}.workflow-strip__step--skysight{border-color:#22d3ee59}.workflow-strip__step--skysight:hover{border-color:var(--cyber-cyan);box-shadow:0 20px 50px #22d3ee4d}.workflow-strip__step--sonar{border-color:#db277759}.workflow-strip__step--sonar:hover{border-color:var(--cyber-pink);box-shadow:0 20px 50px #db27774d}.workflow-strip__step--outpost{border-color:#ef444459}.workflow-strip__step--outpost:hover{border-color:var(--cyber-red);box-shadow:0 20px 50px #ef44444d}.workflow-strip__number{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:#ffffff59;margin-bottom:.5rem;font-size:.7rem}.workflow-strip__name{font-family:var(--font-display);color:var(--cyber-white);margin-bottom:.35rem;font-size:1rem;font-weight:600}.workflow-strip__desc{color:#ffffff8c;font-size:.82rem;line-height:1.5}@media (max-width:768px){.workflow-strip{flex-direction:column}}.scores-callout{border:1px solid var(--zen-border);background:0 0;border-radius:24px;margin-top:2.5rem;padding:2.5rem 1.75rem;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.scores-callout:hover{border-color:var(--zen-border-strong);transform:translateY(-5px);box-shadow:0 20px 50px #090b1380}.scores-callout__title{font-family:var(--font-display);color:var(--cyber-white);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.scores-callout__body{color:#ffffffa6;margin-bottom:.75rem;font-size:.95rem;line-height:1.7}.scores-callout__link{font-family:var(--font-mono);letter-spacing:.08em;color:var(--cyber-cyan);font-size:.8rem;text-decoration:none;transition:color .2s}.scores-callout__link:hover{color:var(--cyber-white)}.module-features{grid-template-columns:1fr 1fr;gap:.4rem 2rem;width:min(90%,740px);margin:0;padding:0;list-style:none;display:grid}.module-features li{color:#fff9;padding:.35rem 0 .35rem 1.2rem;font-size:.88rem;line-height:1.6;position:relative}.module-features li:before{content:"▹";font-size:1rem;position:absolute;left:0}.module-features--horizon li:before{color:var(--cyber-purple)}.module-features--skysight li:before{color:var(--cyber-cyan)}.module-features--sonar li:before{color:var(--cyber-pink)}.module-features--outpost li:before{color:var(--cyber-red)}@media (max-width:640px){.module-features{grid-template-columns:1fr}}.workflow-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem;display:grid}.workflow-card{border:1px solid var(--zen-border);background:0 0;border-radius:24px;padding:2.5rem 1.75rem;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.workflow-card:hover{border-color:var(--zen-border-strong);transform:translateY(-5px);box-shadow:0 20px 50px #090b1380}.workflow-card__title{font-family:var(--font-display);color:var(--cyber-white);margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.workflow-card__body{color:#fff9;margin-bottom:.75rem;font-size:.88rem;line-height:1.6}.workflow-card__steps{font-family:var(--font-mono);letter-spacing:.06em;color:#ffffff4d;font-size:.72rem}@media (max-width:768px){.workflow-cards{grid-template-columns:1fr}}.science-divider{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);border:none;height:1px;margin:2rem 0}.score-list{margin:.75rem 0;padding:0;list-style:none}.score-list li{color:#ffffffb8;padding:.2rem 0 .2rem 1.2rem;font-size:.95rem;line-height:1.7;position:relative}.score-list li:before{content:"—";color:#ffffff4d;position:absolute;left:0}.score-list li strong{color:#ffffffe6}.science-components-list{grid-template-columns:repeat(3,1fr);gap:1.5rem 2.5rem;display:grid}.science-component{padding:.5rem 0}.science-component__name{font-family:var(--font-display);color:var(--cyber-cyan);margin-bottom:.35rem;font-size:.95rem;font-weight:600}.science-component__desc{color:#ffffff8c;font-size:.84rem;line-height:1.6}@media (max-width:968px){.science-components-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.science-components-list{grid-template-columns:1fr}}.science-model-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.science-model-card{border:1px solid var(--zen-border);background:0 0;border-radius:24px;padding:2.5rem 1.75rem;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.science-model-card:hover{border-color:var(--zen-border-strong);transform:translateY(-5px);box-shadow:0 20px 50px #090b1380}.science-model-card--theme,.science-model-card--industry,.science-model-card--scores,.science-model-card--custom{border-color:var(--zen-border);background:0 0}.science-model-card__eyebrow{margin-bottom:.5rem}.science-model-card__title{font-family:var(--font-display);color:var(--cyber-white);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.science-model-card__desc{color:#fff9;font-size:.88rem;line-height:1.6}@media (max-width:768px){.science-model-grid{grid-template-columns:1fr}}.terminal-page{--terminal-shell:1320px;background:radial-gradient(circle at 82% 8%,#22d3ee0f,#0000 24%),#000}.terminal-shell{width:min(100%,var(--terminal-shell));margin:0 auto}.terminal-kicker{color:var(--cyber-cyan);font-family:var(--font-mono);letter-spacing:.24em;text-transform:uppercase;font-size:.72rem;font-weight:600}.terminal-motion-ready .terminal-reveal{opacity:0;transition:opacity .8s,transform .8s cubic-bezier(.2,.7,.2,1);transform:translateY(28px)}.terminal-motion-ready .terminal-reveal.is-visible{opacity:1;transform:translateY(0)}.terminal-hero{z-index:1;padding:clamp(10rem,15vw,14rem) 2rem clamp(7rem,11vw,10rem);position:relative;overflow:hidden}.terminal-hero:after{z-index:-1;content:"";filter:blur(120px);pointer-events:none;background:#db277712;border-radius:50%;width:44vw;height:44vw;position:absolute;top:9%;right:-12%}.terminal-hero .terminal-shell{width:min(100%,1480px)}.terminal-hero__copy{text-align:center;max-width:1480px;margin:0 auto}.terminal-hero__copy h1{color:#fff;max-width:980px;font-family:var(--font-display);letter-spacing:-.045em;margin:1.5rem auto 2rem;font-size:clamp(3rem,7vw,6.7rem);font-weight:500;line-height:.98}.terminal-hero__copy>p:last-of-type{color:#ffffff9e;max-width:1420px;margin-left:auto;margin-right:auto;font-size:clamp(1rem,1.45vw,1.2rem);line-height:1.75}.terminal-hero__actions{justify-content:center;align-items:center;gap:1.75rem;margin-top:2.5rem;display:flex}.terminal-text-link{color:#ffffffc7;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .25s}.terminal-text-link:hover{color:var(--cyber-cyan)}.surface-index{border-top:1px solid #ffffff29;border-bottom:1px solid #ffffff29;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:clamp(6rem,10vw,9rem);display:grid}.surface-index__item{--surface-color:var(--cyber-cyan);min-height:220px;color:inherit;padding:2rem 1.8rem 2.25rem;text-decoration:none;transition:background-color .3s;position:relative}.surface-index__item+.surface-index__item{border-left:1px solid #ffffff29}.surface-index__item:before{background:var(--surface-color);content:"";height:2px;transition:right .45s cubic-bezier(.2,.7,.2,1);position:absolute;top:-1px;left:0;right:100%}.surface-index__item:hover{background:#ffffff06}.surface-index__item:hover:before{right:0}.surface-index__item--horizon{--surface-color:var(--cyber-purple)}.surface-index__item--sonar{--surface-color:var(--cyber-pink)}.surface-index__item--skysight{--surface-color:var(--cyber-cyan)}.surface-index__item--outpost{--surface-color:var(--cyber-red)}.surface-index__label{color:#ffffff6b;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;margin-bottom:2rem;font-size:.67rem;display:block}.surface-index__item strong{color:var(--surface-color);font-family:var(--font-display);margin-bottom:.65rem;font-size:1.15rem;font-weight:600;display:block}.surface-index__item p{color:#ffffff8c;font-size:.88rem;line-height:1.65}.terminal-capabilities{z-index:1;width:min(calc(100% - 4rem),var(--terminal-shell));margin:0 auto;position:relative}.terminal-capability{grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);align-items:center;gap:clamp(4rem,8vw,8rem);padding:clamp(7rem,12vw,12rem) 0;scroll-margin-top:5rem;display:grid}.terminal-capability+.terminal-capability{border-top:1px solid #ffffff1a}.terminal-capability--reverse{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)}.terminal-capability--reverse .terminal-capability__copy{grid-area:1/2}.terminal-capability--reverse .terminal-capability__media{grid-area:1/1}.terminal-capability__copy .module-eyebrow{margin-bottom:1.5rem;font-size:.72rem;font-weight:600}.terminal-capability__logo{object-fit:contain;object-position:left center;width:clamp(150px,20vw,215px);max-height:64px;margin-bottom:2.5rem;display:block}.terminal-capability__copy h2{color:#fff;font-family:var(--font-display);letter-spacing:-.035em;margin-bottom:1.5rem;font-size:clamp(2.3rem,4.3vw,4.5rem);font-weight:500;line-height:1.04}.terminal-capability__description{color:#fff9;font-size:1rem;line-height:1.75}.terminal-capability__features{margin:2.25rem 0 0;padding:0;list-style:none}.terminal-capability__features li{color:#ffffffc7;border-top:1px solid #ffffff1c;padding:.8rem 0 .8rem 1.4rem;font-size:.9rem;line-height:1.55;position:relative}.terminal-capability__features li:last-child{border-bottom:1px solid #ffffff1c}.terminal-capability__features li:before{color:var(--surface-color,var(--cyber-cyan));content:"↳";font-family:var(--font-mono);position:absolute;top:.8rem;left:0}.terminal-capability__features--horizon{--surface-color:var(--cyber-purple)}.terminal-capability__features--sonar{--surface-color:var(--cyber-pink)}.terminal-capability__features--skysight{--surface-color:var(--cyber-cyan)}.terminal-capability__features--outpost{--surface-color:var(--cyber-red)}.terminal-capability__media{background:0 0;margin:0;position:relative;overflow:hidden}.terminal-capability__media:before{display:none}.terminal-capability__media--horizon:before{background:var(--cyber-purple)}.terminal-capability__media--sonar:before{background:var(--cyber-pink)}.terminal-capability__media--skysight:before{background:var(--cyber-cyan)}.terminal-capability__media--outpost:before{background:var(--cyber-red)}.terminal-capability__media--skysight{overflow:visible}.terminal-capability__media img{z-index:1;width:100%;height:auto;transition:transform .7s cubic-bezier(.2,.7,.2,1);display:block;position:relative}.terminal-capability__media:hover img{transform:scale(1.018)translateY(-4px)}.terminal-capability__media figcaption{z-index:1;color:#ffffff75;margin-top:1.25rem;font-size:.78rem;line-height:1.6;position:relative}.horizon-market{color:#f8fafc;background:0 0;grid-template-columns:minmax(260px,.94fr) minmax(0,1.06fr);min-height:560px;display:grid;overflow:hidden}.horizon-market__lists{grid-template-rows:repeat(2,minmax(0,1fr));min-width:0;display:grid}.horizon-market__movers{min-height:0;padding:1.1rem 1.15rem .7rem 0}.horizon-market__movers>header,.horizon-market__map>header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.horizon-market__movers>header{margin-bottom:.55rem}.horizon-market__movers-title{font-family:var(--font-body);letter-spacing:.01em;margin:0;font-size:.82rem;font-weight:650}.horizon-market__movers-title--gain{color:#6ee7b7}.horizon-market__movers-title--loss{color:#fb7185}.horizon-market__movers ol{margin:0;padding:0;list-style:none}.horizon-market__movers li+li{border-top:1px solid #47556957}.horizon-market__movers button{width:100%;min-height:40px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.6rem;grid-template-columns:1.6rem minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:.38rem .42rem;transition:background-color .18s,opacity .18s,transform .18s;display:grid}.horizon-market__movers button:hover,.horizon-market__movers button:focus-visible,.horizon-market__movers button.is-active{background:#ffffff0e;outline:none;transform:translate(3px)}.horizon-market__movers button.is-dimmed{opacity:.32}.horizon-market__rank{color:#94a3b870;font-family:var(--font-mono);font-size:.55rem}.horizon-market__identity,.horizon-market__quote{min-width:0;display:grid}.horizon-market__identity strong,.horizon-market__quote strong{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:.68rem;font-weight:600}.horizon-market__identity small,.horizon-market__quote small{color:#94a3b8ad;text-overflow:ellipsis;white-space:nowrap;margin-top:.1rem;font-size:.58rem;line-height:1.2;overflow:hidden}.horizon-market__quote{text-align:right;justify-items:end}.horizon-market__return--gain{color:#6ee7b7}.horizon-market__return--loss{color:#fb7185}.horizon-market__map{grid-template-rows:auto minmax(0,1fr);min-width:0;padding:1.1rem 0 .85rem 1.2rem;display:grid;overflow:hidden}.horizon-market__map>header{padding-right:.2rem}.horizon-market__map>header span,.horizon-market__movers>header>span{color:#94a3b899;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:.54rem}.horizon-market__map h4{color:#c4b5fd;font-family:var(--font-body);margin:0;font-size:.88rem;font-weight:650}.horizon-market__sunburst-wrap{min-height:0;position:relative}.horizon-market__sunburst{width:100%;height:100%;min-height:445px;display:block;overflow:visible}.horizon-market__arc{stroke:#030712f0;stroke-width:1.6px;cursor:pointer;opacity:0;animation:.56s cubic-bezier(.22,1,.36,1) forwards horizonArcReveal;animation-delay:calc(var(--arc-index)*34ms);transition:opacity .18s,filter .18s,stroke-width .18s}.horizon-market__arc--sector{fill:#6d28d9}.horizon-market__arc:hover,.horizon-market__arc:focus-visible,.horizon-market__arc.is-active{stroke-width:3px;filter:brightness(1.18)drop-shadow(0 0 7px #8b5cf66b);outline:none}.horizon-market__arc.is-dimmed{opacity:.2!important}.horizon-market__sector-label,.horizon-market__industry-label,.horizon-market__company-label{fill:#f8fafc;font-family:var(--font-mono);text-anchor:middle;dominant-baseline:middle;pointer-events:none}.horizon-market__sector-label{letter-spacing:.08em;font-size:7px;font-weight:700}.horizon-market__industry-label{font-size:7px;font-weight:600}.horizon-market__company-label{font-size:6.5px;font-weight:650;transition:opacity .18s}.horizon-market__company-label.is-dimmed{opacity:.2}.horizon-market__tooltip{z-index:4;color:#e2e8f0db;width:max-content;max-width:150px;font-family:var(--font-mono);pointer-events:none;background:#030712f5;border:1px solid #8b5cf675;border-radius:.8rem;gap:.18rem;padding:.58rem .68rem;font-size:.56rem;line-height:1.3;display:grid;position:absolute;transform:translate(10px,-50%);box-shadow:0 12px 28px #0006}.horizon-market__tooltip--left{transform:translate(calc(-100% - 10px),-50%)}.horizon-market__tooltip strong{color:#fff;font-size:.65rem}.horizon-market__tooltip span,.horizon-market__tooltip small{color:#94a3b8c7}.horizon-market__tooltip em{color:#c4b5fd;font-size:.62rem;font-style:normal}.horizon-market__tooltip em.is-positive{color:#6ee7b7}.horizon-market__tooltip em.is-negative{color:#fb7185}.horizon-market__legend{color:#94a3b894;font-family:var(--font-mono);justify-content:flex-end;padding-right:.2rem;font-size:.54rem;display:flex}@keyframes horizonArcReveal{0%{opacity:0}to{opacity:1}}@media (max-width:640px){.horizon-market{grid-template-columns:1fr}.horizon-market__movers{padding-left:1.25rem;padding-right:1.25rem}.horizon-market__map{min-height:500px;padding-left:0}.horizon-market__sunburst{min-height:430px}.horizon-market__map>header{padding-left:1.25rem;padding-right:1.25rem}}@media (prefers-reduced-motion:reduce){.horizon-market__arc{opacity:1;animation:none}.horizon-market__movers button{transition:none}}.horizon-market-preview{color:#f8fafc;background:0 0;grid-template-columns:minmax(260px,.94fr) minmax(0,1.06fr);min-height:560px;display:grid}.horizon-market-preview__lists{grid-template-rows:repeat(2,minmax(0,1fr));min-width:0;padding-right:1.15rem;display:grid}.horizon-movers__section{min-height:0;padding:1rem 0 .65rem}.horizon-movers__section>header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.horizon-movers__title{font-family:var(--font-body);margin:0;font-size:.82rem;font-weight:650}.horizon-movers__title--positive{color:#6ee7b7}.horizon-movers__title--negative{color:#fb7185}.horizon-movers__rows{display:grid}.horizon-mover{min-height:43px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #47556952;border-radius:.55rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.4rem .45rem;transition:background-color .18s,opacity .18s,transform .18s;display:grid}.horizon-mover:hover,.horizon-mover:focus-visible,.horizon-mover.is-active{background:#ffffff0e;outline:none;transform:translate(3px)}.horizon-mover.is-dimmed{opacity:.3}.horizon-mover__identity,.horizon-mover__quote{min-width:0;display:grid}.horizon-mover__identity strong,.horizon-mover__quote strong{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:.68rem;font-weight:650}.horizon-mover__identity small,.horizon-mover__quote small{color:#94a3b8b3;text-overflow:ellipsis;white-space:nowrap;margin-top:.12rem;font-size:.58rem;line-height:1.25;overflow:hidden}.horizon-mover__quote{text-align:right;justify-items:end}.horizon-mover .is-positive,.horizon-sunburst__tooltip .is-positive{color:#6ee7b7}.horizon-mover .is-negative,.horizon-sunburst__tooltip .is-negative{color:#fb7185}.horizon-market-preview__map{grid-template-rows:auto minmax(0,1fr) auto;min-width:0;padding:1rem 0 .65rem 1.2rem;display:grid}.horizon-market-preview__map>header{min-height:1.6rem}.horizon-market-preview__map>header strong{color:#c4b5fd;font-family:var(--font-body);font-size:.88rem;font-weight:650}.horizon-sunburst{min-height:0;position:relative}.horizon-sunburst__svg{width:100%;height:100%;min-height:455px;display:block;overflow:visible}.horizon-sunburst__arc{stroke:#030712f0;stroke-width:1.7px;cursor:pointer;opacity:0;animation:.56s cubic-bezier(.22,1,.36,1) forwards horizonPreviewArcReveal;animation-delay:calc(var(--arc-index)*34ms);transition:opacity .18s,filter .18s,stroke-width .18s}.horizon-sunburst__arc:hover,.horizon-sunburst__arc:focus-visible,.horizon-sunburst__arc.is-active{stroke-width:3px;filter:brightness(1.17)drop-shadow(0 0 7px #8b5cf66b);outline:none}.horizon-sunburst__arc.is-dimmed,.horizon-sunburst__company-label.is-dimmed{opacity:.2!important}.horizon-sunburst__sector-label,.horizon-sunburst__industry-label,.horizon-sunburst__company-label{fill:#f8fafc;font-family:var(--font-mono);text-anchor:middle;dominant-baseline:middle;pointer-events:none}.horizon-sunburst__sector-label{letter-spacing:.08em;text-transform:uppercase;font-size:7px;font-weight:700}.horizon-sunburst__industry-label{font-size:7px;font-weight:600}.horizon-sunburst__company-label{font-size:6.5px;font-weight:650;transition:opacity .18s}.horizon-sunburst__tooltip{z-index:4;color:#e2e8f0db;width:max-content;max-width:150px;font-family:var(--font-mono);pointer-events:none;background:#030712f5;border:1px solid #8b5cf66b;border-radius:.8rem;gap:.18rem;padding:.58rem .68rem;font-size:.56rem;line-height:1.3;display:grid;position:absolute;transform:translate(10px,-50%);box-shadow:0 12px 28px #0006}.horizon-sunburst__tooltip.is-right{transform:translate(calc(-100% - 10px),-50%)}.horizon-sunburst__tooltip strong{color:#fff;font-size:.65rem}.horizon-sunburst__tooltip span,.horizon-sunburst__tooltip small{color:#94a3b8c7}.horizon-sunburst__tooltip em{font-size:.62rem;font-style:normal}.horizon-market-preview__map>footer{color:#94a3b894;font-family:var(--font-mono);justify-content:flex-end;font-size:.54rem;display:flex}@keyframes horizonPreviewArcReveal{0%{opacity:0}to{opacity:1}}@media (max-width:640px){.horizon-market-preview{grid-template-columns:1fr}.horizon-market-preview__lists{padding-left:1.25rem;padding-right:1.25rem}.horizon-market-preview__map{min-height:510px;padding-left:0;padding-right:0}.horizon-market-preview__map>header,.horizon-market-preview__map>footer{padding-left:1.25rem;padding-right:1.25rem}.horizon-sunburst__svg{min-height:440px}}@media (prefers-reduced-motion:reduce){.horizon-sunburst__arc{opacity:1;animation:none}.horizon-mover{transition:none}}.skysight-highlights{color:#f8fafc;background:0 0;gap:1.7rem;width:100%;display:grid}.skysight-highlights__valuation,.skysight-highlights__benchmarking{background:0 0}.skysight-highlights__range{font-family:var(--font-mono);font-variant-numeric:tabular-nums;justify-content:center;align-items:baseline;gap:clamp(1.2rem,4vw,3.5rem);margin-top:0;display:flex}.skysight-highlights__range>span{align-items:baseline;gap:.45rem;display:inline-flex}.skysight-highlights__range strong{font-size:.78rem;font-weight:600}.skysight-highlights__range small{color:#94a3b8c7;text-transform:uppercase;font-size:.57rem}.skysight-highlights__range-mid strong{color:#3b82f6;font-size:clamp(1.65rem,3.2vw,2.35rem);font-weight:750}.skysight-highlights__range-low strong{color:#ef4444}.skysight-highlights__range-high strong{color:#9e5fff}.skysight-highlights__chart-wrap{margin-top:.55rem;position:relative}.skysight-highlights__chart{cursor:crosshair;touch-action:pan-y;width:100%;height:auto;display:block;overflow:visible}.skysight-highlights__axis,.skysight-highlights__tick line{stroke:#64748b94;stroke-width:1px}.skysight-highlights__history-area{fill:url(#skysight-price-area);pointer-events:none}.skysight-highlights__history-line{fill:none;stroke:#06b6d4;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 4px #06b6d473);pointer-events:none}.skysight-highlights__scenario line{stroke-width:2px;stroke-dasharray:7 5;pointer-events:none}.skysight-highlights__scenario circle{stroke:#fff;stroke-width:1.5px;cursor:pointer;transition:r .18s,filter .18s}.skysight-highlights__scenario circle:hover,.skysight-highlights__scenario circle:focus-visible{r:6px;filter:drop-shadow(0 0 7px);outline:none}.skysight-highlights__current-dot{fill:#06b6d4;stroke:#fff;stroke-width:1.5px;pointer-events:none}.skysight-highlights__tick text{fill:#94a3b8bf;font-family:var(--font-mono);text-anchor:middle;font-size:9px}.skysight-highlights__crosshair line{stroke:#e2e8f07a;stroke-width:1px;stroke-dasharray:3 4;pointer-events:none}.skysight-highlights__crosshair circle{fill:#06b6d4;stroke:#fff;stroke-width:1px;pointer-events:none}.skysight-highlights__tooltip{z-index:5;color:#d1d5db;width:max-content;min-width:132px;max-width:190px;font-family:var(--font-mono);pointer-events:none;background:#030712f5;border:1px solid #94a3b84d;border-radius:.9rem;gap:.27rem;padding:.62rem .72rem;font-size:.57rem;line-height:1.35;display:grid;position:absolute;transform:translate(-50%,calc(-100% - 10px));box-shadow:0 12px 30px #0006}.skysight-highlights__tooltip--start{transform:translateY(calc(-100% - 10px))}.skysight-highlights__tooltip--end{transform:translate(-100%,calc(-100% - 10px))}.skysight-highlights__tooltip strong{color:#f9fafb;font-size:.64rem}.skysight-highlights__tooltip span{align-items:center;gap:.4rem;display:flex}.skysight-highlights__tooltip i{border-radius:50%;width:.48rem;height:.48rem}.skysight-highlights__benchmarking{border-top:1px solid #94a3b82b;padding-top:1.4rem}.skysight-highlights .benchmarking-preview{padding:1.1rem 0 0}.skysight-highlights .benchmarking-preview__main-top,.skysight-highlights .benchmarking-preview__components{gap:1.2rem 2rem}.skysight-highlights .benchmarking-preview__main-bottom{gap:2rem}.skysight-highlights .benchmarking-preview hr{margin:1.5rem 0}@media (max-width:640px){.skysight-highlights{gap:2rem}.skysight-highlights__range{gap:.8rem}.skysight-highlights__range>span{gap:.25rem}.skysight-highlights__range strong{font-size:.66rem}.skysight-highlights__range-mid strong{font-size:1.55rem}.skysight-highlights__tick text{font-size:12px}.skysight-highlights .benchmarking-preview{padding-left:0;padding-right:0}}@media (prefers-reduced-motion:reduce){.skysight-highlights__scenario circle{transition:none}}.sonar-mini-grid{color:#f8fafc;background:0 0;border:1px solid #94a3b82e;border-radius:.875rem;min-height:0;display:block;overflow:hidden;box-shadow:0 14px 30px #090b1366}.sonar-mini-grid__toolbar{border-top:1px solid #94a3b82e;border-bottom:1px solid #94a3b82e;justify-content:space-between;align-items:center;gap:1rem;min-height:48px;padding:.55rem .7rem;display:flex}.sonar-mini-grid__toolbar>div:first-child{align-items:baseline;gap:.55rem;display:flex}.sonar-mini-grid__toolbar span{color:#f9a8d4;font-size:1.08rem;font-weight:650}.sonar-mini-grid__toolbar strong,.sonar-mini-grid__filter{color:#94a3b8b3;font-family:var(--font-mono);letter-spacing:.04em;font-size:.81rem;font-weight:500}.sonar-mini-grid__filter{white-space:nowrap;background:#ec48990d;border:1px solid #ec48993d;border-radius:999px;align-items:center;gap:.42rem;padding:.34rem .52rem;display:inline-flex}.sonar-mini-grid__filter i{background:#ec4899;border-radius:50%;width:.38rem;height:.38rem;box-shadow:0 0 8px #ec4899b8}.sonar-mini-grid__scroll{scrollbar-color:#ec489980 transparent;scrollbar-width:thin;min-height:0;overflow:auto hidden}.sonar-mini-grid table{border-collapse:separate;border-spacing:0;table-layout:fixed;font-variant-numeric:tabular-nums;width:100%;min-width:1100px;font-family:IBM Plex Sans,sans-serif}.sonar-mini-grid th,.sonar-mini-grid td{white-space:nowrap;padding:.5rem .75rem;font-family:IBM Plex Sans,sans-serif;font-size:.875rem;line-height:1.25rem}.sonar-mini-grid th{z-index:2;color:#e5e7eb;text-align:left;background:#101016;border-bottom:1px solid #ffffff1a;height:38px;font-weight:600;position:sticky;top:0}.sonar-mini-grid th button{width:100%;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:.35rem;padding:0;display:flex}.sonar-mini-grid th button:focus-visible{outline-offset:3px;border-radius:.2rem;outline:1px solid #ec4899bf}.sonar-mini-grid th button i{color:#94a3b857;font-size:.75rem;font-style:normal}.sonar-mini-grid th button i.is-active{color:#f472b6}.sonar-mini-grid th:first-child{width:82px}.sonar-mini-grid th:nth-child(2){width:96px}.sonar-mini-grid th:nth-child(3){width:108px}.sonar-mini-grid th:nth-child(4){width:70px}.sonar-mini-grid th:nth-child(5){width:104px}.sonar-mini-grid th:nth-child(n+6){width:128px}.sonar-mini-grid th:first-child,.sonar-mini-grid td:first-child{z-index:1;box-shadow:none;background:0 0;transition:background-color .12s,box-shadow .12s;position:sticky;left:0}.sonar-mini-grid th:first-child{z-index:3;background:#101016}.sonar-mini-grid.is-x-scrolled th:first-child{box-shadow:10px 0 16px -14px #0009}.sonar-mini-grid.is-x-scrolled td:first-child{background:#0c0a12;box-shadow:10px 0 16px -14px #0009}.sonar-mini-grid tbody tr{cursor:pointer;background:0 0;height:41px;transition:background-color .16s,opacity .16s}.sonar-mini-grid tbody tr+tr td{border-top:1px solid #37415166}.sonar-mini-grid tbody tr:nth-child(2n){background:#ffffff05}.sonar-mini-grid tbody tr:hover,.sonar-mini-grid tbody tr.is-selected{background:#ffffff14}.sonar-mini-grid tbody tr.is-selected td:first-child{background:#16121c}.sonar-mini-grid td{color:#e2e8f0d1}.sonar-mini-grid td.is-number{font-family:var(--font-mono);text-align:right}.sonar-mini-grid__ticker{color:#f9a8d4;letter-spacing:.03em;border-bottom:1px solid #ec489980;padding-bottom:.125rem;font-family:IBM Plex Sans,sans-serif;font-size:.93rem;font-weight:500}.sonar-mini-grid .is-positive{color:#6ee7b7}.sonar-mini-grid .is-negative{color:#fb7185}.sonar-mini-grid__score{grid-template-columns:minmax(0,1fr) 1.75rem;align-items:center;gap:.5rem;display:grid}.sonar-mini-grid__score-track{background:linear-gradient(90deg,#14141ee6,#1e1e2df2,#14141ee6);border-radius:999px;height:8px;display:block;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #00000073,inset 0 -1px 2px #ffffff0a}.sonar-mini-grid__score-track i{border-radius:inherit;background:linear-gradient(90deg,#ec4899 0%,#9333ea 100%) 0 no-repeat;background-size:calc(100%/var(--score-fill-ratio,1))100%;animation:.7s cubic-bezier(.22,1,.36,1) both sonarScoreReveal;display:block;position:absolute;inset:0 auto 0 0;box-shadow:0 0 8px #9333ea1f,0 1px 3px #00000059,inset 0 1px #ffffff38}.sonar-mini-grid__score strong{color:#f9a8d4;font-family:var(--font-mono);text-align:right;font-size:.84rem}.sonar-mini-grid th:not(:last-child):not(:nth-child(-n+3)),.sonar-mini-grid td:not(:last-child):not(:nth-child(-n+3)){position:relative}.sonar-mini-grid th:not(:last-child):not(:nth-child(-n+3)):before,.sonar-mini-grid td:not(:last-child):not(:nth-child(-n+3)):before{content:"";pointer-events:none;background:#94a3b859;width:1px;height:33%;position:absolute;top:50%;right:0;transform:translateY(-50%)}.sonar-mini-grid>footer{color:#64748bad;min-height:28px;font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:0 .7rem;font-size:.75rem;display:flex}@keyframes sonarScoreReveal{0%{transform-origin:0;transform:scaleX(0)}to{transform-origin:0;transform:scaleX(1)}}@media (max-width:640px){.sonar-mini-grid{min-height:0}.sonar-mini-grid__toolbar{padding-left:1.25rem;padding-right:1.25rem}.sonar-mini-grid__filter{display:none}}@media (prefers-reduced-motion:reduce){.sonar-mini-grid__score-track i{animation:none}.sonar-mini-grid tbody tr{transition:none}}.outpost-garrison{color:#f8fafc;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.outpost-garrison__allocation{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;grid-column:1/-1;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem;padding:.62rem 0;display:grid}.outpost-garrison__mode{white-space:nowrap;align-items:center;gap:.48rem;display:flex}.outpost-garrison__mode>span{color:#ffffff4d;font-family:var(--font-mono);letter-spacing:.05em;font-size:.5rem;transition:color .2s}.outpost-garrison__mode>span.is-active{color:#ffffffd1}.outpost-garrison__mode>button{cursor:pointer;background:#ef44441a;border:1px solid #f871716b;border-radius:999px;width:2.15rem;height:1.15rem;padding:0;position:relative}.outpost-garrison__mode>button i{background:#ffffffe6;border-radius:50%;width:.69rem;height:.69rem;transition:transform .26s cubic-bezier(.22,1,.36,1),background-color .2s;position:absolute;top:.17rem;left:.2rem;box-shadow:0 0 7px #f8717159}.outpost-garrison__mode>button[aria-checked=true] i{background:#f87171;transform:translate(.98rem)}.outpost-garrison__mode>button:focus-visible,.outpost-garrison__holdings button:focus-visible{outline-offset:2px;outline:1px solid #f87171d9}.outpost-garrison__holdings{grid-template-columns:repeat(5,minmax(0,1fr));gap:.35rem;min-width:0;display:grid}.outpost-garrison__holdings button{color:#ffffff80;cursor:pointer;background:#ffffff05;border:1px solid #ffffff18;border-radius:999px;justify-content:space-between;align-items:baseline;gap:.3rem;min-width:0;padding:.33rem .42rem;transition:border-color .2s,color .2s,background-color .2s,transform .2s;display:flex;position:relative;overflow:hidden}.outpost-garrison__holding-fill{z-index:0;width:var(--holding-fill);pointer-events:none;background:#f8717126;border-radius:999px 0 0 999px;transition:width .42s cubic-bezier(.22,1,.36,1);position:absolute;inset:0 auto 0 0}.outpost-garrison__holdings button:hover,.outpost-garrison__holdings button.is-focused{color:#fff;border-color:#f871717a;transform:translateY(-1px)}.outpost-garrison__holdings span,.outpost-garrison__holdings strong{z-index:1;font-family:var(--font-mono);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;font-size:.52rem;line-height:1;position:relative;overflow:hidden}.outpost-garrison__holdings strong{color:#fecacae6;flex:none;font-weight:600;animation:.36s cubic-bezier(.22,1,.36,1) both outpostWeightRefresh}.outpost-garrison__card{background:#ffffff06;border:1px solid #ffffff1a;border-radius:1.35rem;min-width:0;padding:1rem 1.05rem .95rem;transition:border-color .22s,background-color .22s,transform .22s;box-shadow:inset 0 1px #ffffff06}.outpost-garrison__card:hover{background:#ffffff09;border-color:#f8717147;transform:translateY(-2px)}.outpost-garrison__card>header{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.outpost-garrison__card h3,.outpost-garrison__contributions h4{color:#ffffff7a;font-family:var(--font-mono);letter-spacing:.13em;text-transform:uppercase;margin:0;font-size:.62rem;font-weight:500;line-height:1.35}.outpost-garrison__kpi{color:#f8fafcf0;font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.045em;margin-top:.2rem;font-size:clamp(1.35rem,2.2vw,1.85rem);font-weight:600;line-height:1;animation:.36s cubic-bezier(.22,1,.36,1) both outpostWeightRefresh;display:block}.outpost-garrison__tag{max-width:48%;font-family:var(--font-mono);letter-spacing:.08em;text-align:center;text-transform:uppercase;border:1px solid;border-radius:999px;flex:none;padding:.25rem .46rem;font-size:.51rem;line-height:1.25}.outpost-garrison__tag--good{color:#a7f3d0;background:#10b9811a;border-color:#34d39961}.outpost-garrison__tag--issue{color:#fde68a;background:#f59e0b1a;border-color:#fbbf2461}.outpost-garrison__chart-refresh{animation:.38s cubic-bezier(.22,1,.36,1) both outpostChartRefresh}.outpost-garrison__chart-wrap{margin-top:.45rem;position:relative}.outpost-garrison__chart-wrap svg{width:100%;height:auto;display:block;overflow:visible}.outpost-garrison__chart-wrap text{fill:#ffffff61;font-family:var(--font-mono);letter-spacing:.015em;font-size:8px}.outpost-garrison__baseline{stroke:#ffffff1c;stroke-dasharray:3 3}.outpost-garrison__guide{stroke:#ffffff2e;stroke-dasharray:3 3}.outpost-garrison__line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.outpost-garrison__line--red{stroke:#f87171}.outpost-garrison__line--amber{stroke:#fbbf24}.outpost-garrison__chart-wrap circle{cursor:pointer;outline:none;transition:r .16s,filter .16s}.outpost-garrison__chart-wrap circle:hover,.outpost-garrison__chart-wrap circle:focus-visible{filter:drop-shadow(0 0 5px)}.outpost-garrison__volume-dot,.outpost-garrison__chart-wrap circle.is-current{fill:#fecaca;stroke:#f87171;stroke-width:1.5px}.outpost-garrison__marker{stroke-width:2.5px;stroke-linecap:round}.outpost-garrison__marker--amber{stroke:#fbbf24}.outpost-garrison__marker-dot--amber{fill:#fde68a;stroke:#f59e0b;stroke-width:1.4px}.outpost-garrison__scatter-dot{fill:#ffffffc7;stroke:#000c;stroke-width:1px}.outpost-garrison__scatter-dot.is-focused{fill:#fca5a5;filter:drop-shadow(0 0 6px #f87171cc)}.outpost-garrison__scatter-dot.is-muted{opacity:.22}.outpost-garrison__portfolio-dot{fill:#60a5fa;stroke:#000000d1;stroke-width:1.5px}.outpost-garrison__portfolio-label{fill:#fffc!important;font-size:7px!important}.outpost-garrison__tooltip{z-index:5;color:#ffffff9e;width:max-content;max-width:180px;font-family:var(--font-mono);pointer-events:none;background:#070a10f5;border:1px solid #f8717166;border-radius:.45rem;gap:.12rem;padding:.42rem .55rem;font-size:.56rem;line-height:1.35;display:grid;position:absolute;transform:translate(-50%,calc(-100% - 9px));box-shadow:0 10px 28px #00000073}.outpost-garrison__tooltip strong{color:#fff;font-weight:600}.outpost-garrison__contributions{border-top:1px solid #ffffff13;padding-top:.65rem}.outpost-garrison__contributions>div{gap:.42rem;margin-top:.58rem;display:grid}.outpost-garrison__contribution{grid-template-columns:minmax(62px,.72fr) minmax(65px,1.35fr) auto;align-items:center;gap:.55rem;min-width:0;transition:opacity .16s;display:grid}.outpost-garrison__contribution.is-focused{opacity:1!important}.outpost-garrison__contribution.is-focused .outpost-garrison__company strong{color:#fecaca}.outpost-garrison__contribution.is-muted{opacity:.23}.outpost-garrison__contribution:hover~.outpost-garrison__contribution{opacity:.43}.outpost-garrison__contributions>div:has(.outpost-garrison__contribution:hover) .outpost-garrison__contribution:not(:hover){opacity:.43}.outpost-garrison__company{min-width:0;display:grid}.outpost-garrison__company strong,.outpost-garrison__contribution>strong{font-family:var(--font-mono);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;font-size:.6rem;font-weight:500;line-height:1.2;overflow:hidden}.outpost-garrison__company strong{color:#ffffffc7}.outpost-garrison__company small{color:#ffffff4f;text-overflow:ellipsis;white-space:nowrap;font-size:.5rem;line-height:1.25;overflow:hidden}.outpost-garrison__bar{background:#ffffff0b;border-radius:999px;height:4px;display:block;position:relative;overflow:hidden}.outpost-garrison__bar:after{content:"";background:#ffffff1a;width:1px;position:absolute;inset:0 auto 0 50%}.outpost-garrison__bar i{border-radius:inherit;transform-origin:50%;transition:left .42s cubic-bezier(.22,1,.36,1),width .42s cubic-bezier(.22,1,.36,1);animation:.7s cubic-bezier(.22,1,.36,1) both outpostContributionReveal;display:block;position:absolute;inset-block:0}.outpost-garrison__bar i.is-positive{background:#6ee7b7c7}.outpost-garrison__bar i.is-negative{background:#fb7185c7}.outpost-garrison__contribution>strong.is-positive{color:#a7f3d0}.outpost-garrison__contribution>strong.is-negative{color:#fda4af}@keyframes outpostContributionReveal{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes outpostWeightRefresh{0%{opacity:.35;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes outpostChartRefresh{0%{opacity:.42;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.outpost-garrison{grid-template-columns:1fr}.outpost-garrison__card{border-left:0;border-right:0;border-radius:0}.outpost-garrison__allocation{grid-template-columns:1fr;padding-left:1rem;padding-right:1rem}.outpost-garrison__mode{justify-content:center}.outpost-garrison__holdings{flex-wrap:wrap;justify-content:center;display:flex}.outpost-garrison__holdings button{flex:0 0 calc(33.333% - .35rem)}}@media (prefers-reduced-motion:reduce){.outpost-garrison__card,.outpost-garrison__mode>button i,.outpost-garrison__holdings button,.outpost-garrison__holdings strong,.outpost-garrison__kpi,.outpost-garrison__chart-refresh,.outpost-garrison__chart-wrap circle,.outpost-garrison__contribution,.outpost-garrison__bar i{transition:none;animation:none}}.terminal-final{z-index:1;padding:clamp(8rem,13vw,12rem) 2rem 5rem;position:relative}.terminal-final__inner{justify-content:space-between;align-items:center;gap:4rem;display:flex}.terminal-final h2{color:#fff;max-width:820px;font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(2.6rem,5.4vw,5.3rem);font-weight:500;line-height:1.02}.terminal-final__actions{flex-direction:column;flex:none;align-items:center;gap:1rem;display:flex}@media (max-width:980px){.surface-index{grid-template-columns:repeat(2,minmax(0,1fr))}.surface-index__item:nth-child(3){border-top:1px solid #ffffff29;border-left:0}.surface-index__item:nth-child(4){border-top:1px solid #ffffff29}.terminal-capability,.terminal-capability--reverse{grid-template-columns:1fr;gap:3.5rem}.terminal-capability--reverse .terminal-capability__copy,.terminal-capability--reverse .terminal-capability__media{grid-area:auto/1}.terminal-capability__copy{max-width:720px}.terminal-final__inner{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.terminal-hero,.terminal-final{padding-left:1.25rem;padding-right:1.25rem}.terminal-hero{padding-top:9rem}.terminal-hero__actions,.terminal-final__actions{flex-direction:column;align-items:flex-start}.surface-index{grid-template-columns:1fr}.surface-index__item{min-height:0}.surface-index__item+.surface-index__item,.surface-index__item:nth-child(3),.surface-index__item:nth-child(4){border-top:1px solid #ffffff29;border-left:0}.terminal-capabilities{width:calc(100% - 2.5rem)}.terminal-capability{padding:7rem 0}.terminal-capability__media{border-left:0;border-right:0;margin-left:-1.25rem;margin-right:-1.25rem}.terminal-capability__media--sonar,.terminal-capability__media--skysight,.terminal-capability__media--outpost{margin-left:0;margin-right:0}.terminal-capability__media figcaption{padding-left:1.25rem;padding-right:1.25rem}}@media (prefers-reduced-motion:reduce){.terminal-motion-ready .terminal-reveal{opacity:1;transition:none;transform:none}.surface-index__item:before,.terminal-capability__media img{transition:none}}.method-page{--method-shell:1320px;background:#000}.method-shell{width:min(100%,var(--method-shell));margin:0 auto}.method-kicker{color:var(--cyber-cyan);font-family:var(--font-mono);letter-spacing:.24em;text-transform:uppercase;font-size:.72rem;font-weight:600}.method-text-link{color:#ffffffc7;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:.76rem;font-weight:600;text-decoration:none;transition:color .25s}.method-text-link:hover{color:var(--cyber-cyan)}.method-motion-ready .method-reveal{opacity:0;transition:opacity .8s,transform .8s cubic-bezier(.2,.7,.2,1);transform:translateY(28px)}.method-motion-ready .method-reveal.is-visible{opacity:1;transform:translateY(0)}.method-hero{z-index:1;min-height:100svh;padding:clamp(10rem,15vw,14rem) 2rem clamp(6rem,9vw,9rem);position:relative;overflow:hidden}.method-hero__copy{max-width:980px}.method-hero__copy h1{color:#fff;max-width:940px;font-family:var(--font-display);letter-spacing:-.05em;margin:1.5rem 0 2rem;font-size:clamp(3.2rem,7.2vw,7rem);font-weight:500;line-height:.97}.method-hero__copy>p:last-of-type{color:#ffffff9e;max-width:680px;font-size:clamp(1rem,1.45vw,1.2rem);line-height:1.75}.method-hero__actions{align-items:center;gap:1.75rem;margin-top:2.5rem;display:flex}.method-chain{border-top:1px solid #ffffff29;border-bottom:1px solid #ffffff29;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(6rem,10vw,9rem);scroll-margin-top:6rem;display:grid;position:relative}.method-chain:before{z-index:2;background:linear-gradient(90deg,transparent,var(--cyber-cyan),transparent);content:"";filter:drop-shadow(0 0 8px #22d3eecc);pointer-events:none;width:26%;height:2px;animation:8s ease-in-out infinite methodSignal;position:absolute;top:-1px;left:0}@keyframes methodSignal{0%,8%{opacity:0;transform:translate(-105%)}18%{opacity:1}82%{opacity:1}92%,to{opacity:0;transform:translate(395%)}}.method-chain__stage{min-height:255px;color:inherit;padding:2rem 1.7rem 2.25rem;text-decoration:none;transition:background-color .3s;position:relative}.method-chain__stage+.method-chain__stage{border-left:1px solid #ffffff29}.method-chain__stage:hover{background:#22d3ee06}.method-chain__stage strong{color:var(--cyber-cyan);font-family:var(--font-display);margin-bottom:.75rem;font-size:1rem;font-weight:600;display:block}.method-chain__title{color:#fff;font-family:var(--font-display);margin-bottom:.75rem;font-size:1.15rem;font-weight:500;line-height:1.35}.method-chain__stage>p:last-child{color:#ffffff80;font-size:.84rem;line-height:1.65}.method-section{z-index:1;padding:clamp(7rem,10vw,10rem) 2rem;scroll-margin-top:4rem;position:relative}.method-section+.method-section{border-top:1px solid #ffffff1a}.method-section--scores{background:#ffffff03}.method-section--valuation{background:0 0}.method-showcase{grid-template-columns:minmax(300px,.52fr) minmax(0,1.48fr);align-items:center;gap:clamp(2.75rem,4.5vw,5rem);display:grid}.method-showcase__title{max-width:430px}.method-showcase__title>span{color:#ffffff61;font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.7rem;font-weight:600;display:block}.method-showcase__title h2{color:#fff;font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(2.2rem,3.25vw,3.45rem);font-weight:500;line-height:1.03}.method-showcase__statement{color:#ffffffad;letter-spacing:-.012em;text-align:center;max-width:980px;margin:clamp(3.5rem,6vw,5.5rem) auto 0;font-size:clamp(1.08rem,1.65vw,1.42rem);line-height:1.65}.method-section__header{grid-template-columns:1.1fr .78fr;align-items:start;gap:clamp(2rem,5vw,5.5rem);margin-bottom:clamp(5rem,9vw,8rem);display:grid}.method-section__header h2,.method-limits__header h2{color:#fff;font-family:var(--font-display);letter-spacing:-.04em;font-size:clamp(2.55rem,5.4vw,5.4rem);font-weight:500;line-height:1.02}.method-section__header>p:last-child,.method-limits__header>p:last-child{color:#ffffff94;padding-top:.4rem;font-size:1rem;line-height:1.75}.method-evidence{grid-template-columns:minmax(0,1.38fr) minmax(300px,.62fr);align-items:center;gap:clamp(3.5rem,8vw,8rem);display:grid}.method-evidence--reverse{grid-template-columns:minmax(300px,.62fr) minmax(0,1.38fr)}.method-evidence--solo{grid-template-columns:minmax(0,1fr)}.method-evidence--solo .method-evidence__media{width:min(100%,1120px);margin:0 auto}.method-evidence--reverse .method-evidence__media{grid-area:1/2}.method-evidence--reverse .method-evidence__copy{grid-area:1/1}.method-evidence__media{background:0 0;margin:0;position:relative;overflow:hidden}.method-evidence__media:before{display:none}.method-evidence__media--violet:before{background:var(--cyber-purple)}.method-evidence__media--cyan:before{background:var(--cyber-cyan)}.method-evidence__media--pink:before{background:var(--cyber-pink)}.projection-simulator-frame{overflow:hidden}.projection-simulator{color:#e5e7eb;background:0 0;padding:clamp(1rem,2.2vw,1.45rem)}.projection-simulator__controls{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-bottom:1rem;display:grid}.projection-simulator__controls label{gap:.32rem;min-width:0;display:grid}.projection-simulator__controls label>span{color:#ffffff6b;font-family:var(--font-mono);letter-spacing:.07em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:clamp(.47rem,.7vw,.58rem);overflow:hidden}.projection-simulator__controls select{appearance:none;color:#ffffffd6;width:100%;min-width:0;font-family:var(--font-mono);cursor:pointer;background:linear-gradient(45deg,#0000 50%,#ffffff73 50%) calc(100% - .75rem) calc(50% - 1px)/4px 4px no-repeat,linear-gradient(135deg,#ffffff73 50%,#0000 50%) calc(100% - .5rem) calc(50% - 1px)/4px 4px no-repeat,#ffffff09;border:1px solid #ffffff21;border-radius:.65rem;outline:none;padding:.48rem 1.65rem .48rem .62rem;font-size:clamp(.56rem,.82vw,.68rem);transition:border-color .18s,background-color .18s}.projection-simulator__controls select:hover,.projection-simulator__controls select:focus-visible{background-color:#ec48990e;border-color:#ec489994}.projection-simulator__charts{gap:.75rem;animation:.38s cubic-bezier(.22,1,.36,1) both projectionSimulatorRefresh;display:grid}.projection-simulator__section{min-width:0}.projection-simulator__section+.projection-simulator__section{border-top:1px solid #ffffff14;padding-top:.7rem}.projection-simulator__section>header{min-height:1.1rem;font-family:var(--font-mono);align-items:baseline;gap:.5rem;padding:0 .15rem;display:flex}.projection-simulator__section>header span{color:#ffffff94;letter-spacing:.12em;text-transform:uppercase;font-size:clamp(.58rem,.9vw,.72rem)}.projection-simulator__section>header strong{color:#93c5fd;font-variant-numeric:tabular-nums;font-size:clamp(.72rem,1.1vw,.92rem)}.projection-simulator__section>header small{color:#ffffff4d;margin-left:auto;font-size:clamp(.45rem,.7vw,.55rem)}.projection-simulator__chart-wrap{position:relative}.projection-simulator__chart-wrap svg{width:100%;height:auto;display:block;overflow:visible}.projection-simulator__gridline line{stroke:#94a3b824;stroke-dasharray:2 3}.projection-simulator__gridline text,.projection-simulator__year{fill:#94a3b8ad;font-family:var(--font-mono);font-size:8px}.projection-simulator__history-area{fill:url(#projection-history-fill)}.projection-simulator__history-line{fill:none;stroke:#22d3ee;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px}.projection-simulator__scenario line{stroke-dasharray:7 5;stroke-width:2.1px;transition:stroke-width .18s}.projection-simulator__scenario circle,.projection-simulator__section rect{cursor:pointer;outline:none;transition:opacity .18s,filter .18s}.projection-simulator__scenario circle:hover,.projection-simulator__scenario circle:focus-visible,.projection-simulator__section rect:hover,.projection-simulator__section rect:focus-visible{filter:drop-shadow(0 0 5px);opacity:1}.projection-simulator__current{fill:#22d3ee;stroke:#fff;stroke-width:1.2px}.projection-simulator__price-crosshair line{stroke:#e2e8f06b;stroke-dasharray:3 4;stroke-width:1px}.projection-simulator__price-crosshair circle{stroke:#ffffffeb;stroke-width:1.1px;filter:drop-shadow(0 0 4px)}.projection-simulator__price-hover-zone{fill:#0000;cursor:crosshair;pointer-events:all}.projection-simulator__section rect.is-historical{fill-opacity:.92;stroke-width:0}.projection-simulator__section rect.is-projected{fill-opacity:.1;stroke-opacity:.92;stroke-width:1.4px}.projection-simulator__legend{color:#ffffff80;font-family:var(--font-mono);justify-content:center;align-items:center;gap:1.1rem;margin-top:-.15rem;font-size:clamp(.48rem,.72vw,.58rem);display:flex}.projection-simulator__legend span{align-items:center;gap:.35rem;display:inline-flex}.projection-simulator__legend i{border-radius:.15rem;width:.55rem;height:.35rem}.projection-simulator__tooltip{z-index:5;color:#fff9;width:max-content;max-width:170px;font-family:var(--font-mono);pointer-events:none;background:#030712f5;border:1px solid #ec489959;border-radius:.55rem;gap:.12rem;padding:.46rem .58rem;font-size:.56rem;display:grid;position:absolute;transform:translate(-50%,calc(-100% - 9px));box-shadow:0 12px 28px #0000006b}.projection-simulator__tooltip strong{color:#fff;font-weight:600}.projection-simulator__tooltip--start{transform:translateY(calc(-100% - 9px))}.projection-simulator__tooltip--end{transform:translate(-100%,calc(-100% - 9px))}.projection-simulator__tooltip-row{grid-template-columns:.4rem 1fr auto;align-items:center;gap:.32rem;min-width:118px;display:grid}.projection-simulator__tooltip-row i{border-radius:50%;width:.34rem;height:.34rem}.projection-simulator__tooltip-row em{color:#ffffffd1;font-variant-numeric:tabular-nums;font-style:normal}@keyframes projectionSimulatorRefresh{0%{opacity:.45;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.projection-simulator{padding:.85rem .5rem 1rem}.projection-simulator__controls{grid-template-columns:1fr;padding:0 .45rem}.projection-simulator__controls label>span{font-size:.56rem}.projection-simulator__controls select{font-size:.68rem}.projection-simulator__gridline text,.projection-simulator__year{font-size:11px}}@media (prefers-reduced-motion:reduce){.projection-simulator__charts,.projection-simulator__controls select,.projection-simulator__scenario line,.projection-simulator__scenario circle,.projection-simulator__section rect{transition:none;animation:none}}.momentum-detail-frame{width:100%;min-width:0;container:momentum-detail/inline-size}.momentum-detail{color:#d8dee9;background:0 0;border:1px solid #94a3b838;border-radius:clamp(1.35rem,4cqw,2.5rem);width:100%;min-height:570px;padding:clamp(1.25rem,3.2cqw,2rem);position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06}.momentum-detail__header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:clamp(1.5rem,4cqw,3rem);display:grid}.momentum-detail__header h3{color:#8ec5ff;font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 .65rem;font-size:clamp(1.45rem,4.6cqw,2.2rem);font-weight:600}.momentum-detail__header p{color:#cbd5e1b8;margin:0;font-size:clamp(.7rem,1.7cqw,.92rem);line-height:1.55}.momentum-detail__header .momentum-detail__description{color:#e2e8f0e6;max-width:670px;margin-top:.55rem}.momentum-detail__score{color:#c34ad8;font-family:var(--font-mono);letter-spacing:-.08em;font-size:clamp(3.2rem,11cqw,6rem);font-weight:700;line-height:.92}.momentum-detail__peers{border-top:1px solid #94a3b833;margin-top:clamp(1.35rem,3.5cqw,2.2rem);padding-top:clamp(1.15rem,3cqw,1.8rem)}.momentum-detail__peers>span{color:#79bfff;font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;font-size:.67rem;font-weight:700}.momentum-peer-strip{min-width:0;padding-top:.55rem}.momentum-peer-strip__plot{height:48px;position:relative}.momentum-peer-strip__line{background:#cbd5e145;border-radius:999px;height:3px;position:absolute;top:50%;left:6%;right:6%;transform:translateY(-50%)}.momentum-peer-strip__dot{z-index:1;cursor:pointer;background:#05090ef5;border:1px solid #ffffff38;border-radius:50%;outline:0;place-items:center;width:20px;height:20px;padding:0;transition:width .16s,height .16s,border-color .16s,box-shadow .16s;display:grid;position:absolute;top:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000006b}.momentum-peer-strip__dot img{z-index:1;border-radius:inherit;object-fit:contain;pointer-events:none;background:#05090ef5;width:100%;height:100%;position:relative}.momentum-peer-strip__dot[data-ticker=INTC] img{background:#fff}.momentum-peer-strip__fallback{color:#e2e8f0d9;font-family:var(--font-mono);letter-spacing:-.05em;pointer-events:none;place-items:center;font-size:.32rem;font-weight:700;display:grid;position:absolute;inset:0}.momentum-peer-strip__dot:hover,.momentum-peer-strip__dot:focus-visible,.momentum-peer-strip__dot.is-active{z-index:3;border-color:#ffffffb3;width:27px;height:27px;box-shadow:0 0 0 3px #ffffff1a,0 7px 18px #00000080}.momentum-peer-strip__dot--company{z-index:2;background:#05090ef5;border-color:#d970e6db;width:27px;height:27px;box-shadow:0 0 0 2px #04070bf2,0 0 12px #bf3fd26b}.momentum-peer-strip__dot--company:hover,.momentum-peer-strip__dot--company:focus-visible,.momentum-peer-strip__dot--company.is-active{border-color:#d970e6;width:34px;height:34px;box-shadow:0 0 0 3px #04070bf2,0 0 18px #d25be294}.momentum-peer-strip__tooltip{z-index:6;pointer-events:none;background:#020509f5;border:1px solid #94a3b847;border-radius:.45rem;grid-template-columns:auto auto;gap:.08rem .55rem;width:max-content;max-width:155px;padding:.42rem .55rem;display:grid;position:absolute;top:-2.8rem;transform:translate(-50%);box-shadow:0 9px 24px #0000006b}.momentum-peer-strip__tooltip strong,.momentum-peer-strip__tooltip em{font-family:var(--font-mono);font-size:.56rem;font-style:normal;line-height:1.3}.momentum-peer-strip__tooltip strong{color:#f8fafc}.momentum-peer-strip__tooltip em{color:#93c5fd;text-align:right}.momentum-peer-strip__tooltip span{color:#cbd5e194;text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;font-size:.52rem;overflow:hidden}.momentum-peer-strip__axis{color:#94a3b8ad;font-family:var(--font-mono);justify-content:space-between;font-size:.6rem;display:flex}.momentum-detail__metrics{margin-top:clamp(1.3rem,3cqw,2rem)}.momentum-detail__metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;animation:.26s ease-out both momentumPanelIn;display:grid}.momentum-metric{color:#e2e8f0e6;min-height:58px;font:inherit;text-align:left;cursor:pointer;background:#00000057;border:1px solid #0000;border-radius:999px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.8rem .95rem;transition:border-color .18s,background .18s,transform .18s;display:grid}.momentum-metric:hover,.momentum-metric:focus-visible{background:#0a121ab8;border-color:#7dbeff47;outline:0;transform:translateY(-1px)}.momentum-metric>span{text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.66rem,1.6cqw,.82rem);font-weight:600;overflow:hidden}.momentum-metric strong,.momentum-metric-expanded header>strong{color:#80bdff;font-family:var(--font-mono);letter-spacing:-.04em;font-size:clamp(1rem,3.4cqw,1.55rem);font-weight:700}.momentum-metric strong small,.momentum-metric-expanded header>strong small{color:#94a3b894;margin-left:.12rem;font-size:.58em}.momentum-metric>i{color:#a9cfff;font-family:var(--font-mono);font-size:1.05rem;font-style:normal}.momentum-detail__expanded-wrap{animation:.28s cubic-bezier(.2,.7,.2,1) both momentumPanelIn}.momentum-metric-expanded{background:#00000047;border:1px solid #7dbeff2e;border-radius:1.25rem;padding:1rem;position:relative}.momentum-metric-expanded__close{z-index:2;color:#a9cfff;width:2rem;height:2rem;font:400 1.2rem/1 var(--font-mono);cursor:pointer;background:0 0;border:0;border-radius:50%;padding:0;transition:color .16s,transform .16s;position:absolute;top:.65rem;right:.7rem}.momentum-metric-expanded__close:hover,.momentum-metric-expanded__close:focus-visible{color:#fff;outline:0;transform:rotate(90deg)}.momentum-metric-expanded>header{justify-content:space-between;align-items:flex-start;gap:1rem;padding-right:2.35rem;display:flex}.momentum-metric-expanded>header>div{gap:.22rem;display:grid}.momentum-metric-expanded>header span{color:#edf3fb;font-size:.9rem;font-weight:600}.momentum-metric-expanded>header small{color:#94a3b89e;font-size:.61rem}.momentum-metric-expanded__peers{margin-top:.8rem}.momentum-peer-strip--compact{padding-top:.1rem}.momentum-peer-strip--compact .momentum-peer-strip__plot{height:44px}.momentum-peer-strip--compact .momentum-peer-strip__dot{width:17px;height:17px}.momentum-peer-strip--compact .momentum-peer-strip__dot:hover,.momentum-peer-strip--compact .momentum-peer-strip__dot:focus-visible,.momentum-peer-strip--compact .momentum-peer-strip__dot.is-active{width:23px;height:23px}.momentum-peer-strip--compact .momentum-peer-strip__dot--company{width:22px;height:22px}.momentum-peer-strip--compact .momentum-peer-strip__dot--company:hover,.momentum-peer-strip--compact .momentum-peer-strip__dot--company:focus-visible,.momentum-peer-strip--compact .momentum-peer-strip__dot--company.is-active{width:28px;height:28px}.momentum-detail__metric-switcher{flex-wrap:wrap;justify-content:center;gap:.45rem;margin-top:.7rem;display:flex}.momentum-detail__metric-switcher button{color:#cbd5e1b3;font:inherit;cursor:pointer;background:#00000047;border:1px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.42rem .68rem;font-size:.57rem;transition:border-color .16s,color .16s,background .16s;display:flex}.momentum-detail__metric-switcher button:hover,.momentum-detail__metric-switcher button:focus-visible{color:#dbeafe;background:#0a121ab8;border-color:#7dbeff40;outline:0}.momentum-detail__metric-switcher strong{color:#93c5fd;font-family:var(--font-mono)}@keyframes momentumPanelIn{0%{opacity:0;transform:translateY(7px)scale(.992)}to{opacity:1;transform:translateY(0)scale(1)}}@container momentum-detail (width<=560px){.momentum-detail{min-height:0}.momentum-detail__header{gap:.8rem}.momentum-detail__description{display:none}.momentum-detail__score{font-size:2.8rem}.momentum-detail__metric-grid{grid-template-columns:1fr}.momentum-metric{min-height:52px}}@media (prefers-reduced-motion:reduce){.momentum-detail__metric-grid,.momentum-detail__expanded-wrap{animation:none}.momentum-peer-strip__dot,.momentum-metric,.momentum-metric-expanded__close{transition:none}}.method-evidence__media img{z-index:1;width:100%;height:auto;transition:transform .7s cubic-bezier(.2,.7,.2,1);display:block;position:relative}.pathway-media img,.terminal-capability__media img,.method-evidence__media img{-webkit-mask-composite:source-in;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%),linear-gradient(#0000 0%,#000 7% 93%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%),linear-gradient(#0000 0%,#000 7% 93%,#0000 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-composite:source-in;mask-composite:intersect}.screenshot-card{will-change:background-position;background:linear-gradient(135deg,#ffffffeb 0%,#64748b94 17%,#e2e8f0e0 34%,#8b5cf694 51%,#22d3ee8c 68%,#f8fafce6 84%,#475569a6 100%) 0 0/300% 100%;border-radius:4em;padding:2px;animation:80s linear infinite borderSlide;overflow:hidden;box-shadow:inset 0 1px #fff9,0 18px 45px #00000057}.pathway-media .screenshot-card img,.method-evidence__media .screenshot-card img{border:0;border-radius:calc(4em - 2px);-webkit-mask-image:none;mask-image:none}@media (prefers-reduced-motion:reduce){.screenshot-card{animation:none}}.method-evidence__media:hover img{transform:scale(1.018)translateY(-4px)}.method-evidence__media:hover .momentum-peer-strip__dot img,.pathway-media:hover .screenshot-card img,.method-evidence__media:hover .screenshot-card img{transform:none}.peer-network{background:0 0;height:clamp(390px,43vw,570px);position:relative;overflow:hidden}.peer-network__canvas{cursor:grab;width:100%;height:100%}.peer-network__tooltip{z-index:5;color:#ffffffc7;width:max-content;max-width:min(190px,100% - 24px);font-family:var(--font-mono);pointer-events:none;background:#000000e6;border:1px solid #22d3eead;border-radius:.48rem;gap:.18rem;padding:.58rem .72rem;font-size:.66rem;line-height:1.35;display:grid;position:absolute;box-shadow:0 12px 32px #0000006b}.peer-network__tooltip strong{color:var(--cyber-cyan);font-size:.72rem}.science-peer-network-frame{background:0 0;border:0;border-radius:0;position:relative;overflow:hidden}.science-peer-network{height:clamp(430px,46vw,560px);position:relative;overflow:hidden}.science-peer-network__canvas{cursor:grab;width:100%;height:100%}.science-peer-network__callouts{pointer-events:none;position:absolute;inset:0}.science-peer-network__callout{color:#f8fafc;background:#03050aeb;border:1px solid #8b5cf661;border-radius:.8rem;gap:.8rem;width:min(235px,38%);padding:.8rem .9rem;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;position:absolute;right:1rem;box-shadow:0 14px 34px #0000006b}.science-peer-network__callout:first-child{top:10%}.science-peer-network__callout:last-child{bottom:10%}.science-peer-network__callout.is-active{border-color:#ffffffb8;transform:translate(-3px);box-shadow:0 0 24px #8b5cf633,0 14px 34px #0000007a}.science-peer-network__callout>header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.science-peer-network__callout>header>div{gap:.14rem;display:grid}.science-peer-network__callout header strong{color:#fff;font-family:var(--font-mono);font-size:.74rem}.science-peer-network__callout header span,.science-peer-network__callout header small{color:#94a3b8c2;font-size:.58rem;line-height:1.3}.science-peer-network__callout header small{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.science-peer-network__callout dl{gap:.46rem;margin:0;display:grid}.science-peer-network__callout dl>div{grid-template-columns:3.2rem minmax(0,1fr);align-items:center;gap:.55rem;display:grid}.science-peer-network__callout dt{color:#e2e8f0c7;align-items:center;gap:.34rem;font-size:.58rem;display:inline-flex}.science-peer-network__callout dt i{border-radius:50%;width:.38rem;height:.38rem;box-shadow:0 0 7px}.science-peer-network__callout dd{grid-template-columns:minmax(0,1fr) 2rem;align-items:center;gap:.45rem;margin:0;display:grid}.science-peer-network__callout dd>span{background:#1e293bbf;border-radius:999px;height:4px;display:block;position:relative;overflow:hidden}.science-peer-network__callout dd>span i{border-radius:inherit;opacity:.88;position:absolute;inset:0 auto 0 0}.science-peer-network__callout dd strong{color:#f8fafcdb;font-family:var(--font-mono);text-align:right;font-size:.58rem}@media (max-width:640px){.peer-network{height:390px}.science-peer-network-frame{border-left:0;border-right:0;border-radius:0}.science-peer-network{grid-template-rows:285px auto;height:565px;display:grid}.science-peer-network__canvas{height:285px}.science-peer-network__callouts{gap:.55rem;padding:0 1rem 1rem;display:grid;position:static}.science-peer-network__callout,.science-peer-network__callout:first-child,.science-peer-network__callout:last-child{width:100%;padding:.68rem .75rem;position:static}}.benchmarking-preview{color:#fff;background:0 0;padding:clamp(1rem,2.5vw,2rem) 0}.benchmarking-preview-frame{width:100%;min-width:0;max-width:calc(100vw - 1rem);margin-inline:auto;padding-inline:.65rem;container:home-benchmark/inline-size}.benchmarking-preview-frame .benchmarking-preview{width:100%;min-width:0}.benchmarking-preview__main{gap:1.65rem;display:grid}.benchmarking-preview__main-top,.benchmarking-preview__components{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.45rem 3.5rem;display:grid}.benchmarking-preview__main-bottom{grid-template-columns:repeat(2,minmax(0,1fr));gap:3.5rem;width:calc(66.666% - 1.15rem);margin:0 auto;display:grid}.benchmarking-preview hr{border:0;border-top:1px solid #6b728099;margin:2rem 0}.benchmarking-score{outline-offset:.48rem;width:100%;min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.25rem;outline:1px solid #0000;padding:0;transition:opacity .18s,outline-color .18s,filter .18s,transform .18s}.benchmarking-score:hover{transform:translateY(-1px)}.benchmarking-score:focus-visible{outline-color:#93c5fdf2}.benchmarking-score.is-selected{z-index:1;filter:drop-shadow(0 0 10px #3b82f64d);outline:2px solid #60a5faf2}.benchmarking-score.is-highlighted{filter:saturate(1.2)brightness(1.1)}.benchmarking-score.is-dimmed{opacity:.28}.benchmarking-score__label{color:#d1d5dbe6;font-family:var(--font-body);justify-content:space-between;align-items:center;gap:1rem;font-size:clamp(.64rem,.9vw,.82rem);font-weight:600;line-height:1.25;display:flex}.benchmarking-score__label strong{color:#93c5fd;font-family:var(--font-mono);font-variant-numeric:tabular-nums;flex:none;font-size:.78rem}.benchmarking-score__track{background:linear-gradient(90deg,#14141ee6 0%,#1e1e2df2 50%,#14141ee6 100%);border-radius:999px;height:8px;margin-top:.45rem;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #00000073,inset 0 -1px 2px #ffffff0a}.benchmarking-score__fill{border-radius:inherit;background:linear-gradient(90deg,#ec4899,#a855f7,#6366f1);animation:.9s cubic-bezier(.22,1,.36,1) both benchmarkingBarReveal;display:block;position:absolute;inset:0 auto 0 0;box-shadow:0 0 8px #9333ea1f,0 1px 3px #00000059,inset 0 1px #ffffff38}.benchmarking-score__fill--quality{background:linear-gradient(90deg,#14b8a6 0%,#22d3ee 50%,#2563eb 100%)}.benchmarking-score__fill--performance{background:linear-gradient(90deg,#f59e0b 0%,#fbbf24 50%,#fcd34d 100%)}.benchmarking-score__fill--growth{background:linear-gradient(90deg,#3b82f6 0%,#8b5cf6 50%,#be185d 100%)}.benchmarking-score__fill--value{background:linear-gradient(90deg,#3b82f6 0%,#60a5fa 50%,#93c5fd 100%)}.benchmarking-score__fill--risk{background:linear-gradient(90deg,#ef4444 0%,#f87171 50%,#fca5a5 100%)}@keyframes benchmarkingBarReveal{0%{transform-origin:0;transform:scaleX(0)}to{transform-origin:0;transform:scaleX(1)}}@media (max-width:640px){.benchmarking-preview{padding:1rem 1.25rem}.benchmarking-preview__main-top,.benchmarking-preview__components{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.75rem}.benchmarking-preview__main-bottom{gap:1.75rem;width:100%}}@container home-benchmark (width<=700px){.benchmarking-preview__main-top,.benchmarking-preview__components{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.75rem}.benchmarking-preview__main-bottom{gap:1.75rem;width:100%}}@media (prefers-reduced-motion:reduce){.benchmarking-score__fill{animation:none}}.valuation-distribution-frame{background:0 0;border:0;width:100%}.pathway-media--valuation{z-index:2;overflow:visible}.valuation-distribution{color:#fff;isolation:isolate;background:0 0;width:100%;padding-bottom:1.4rem;position:relative}.valuation-distribution__chart{cursor:crosshair;touch-action:pan-y;width:100%;height:auto;display:block;overflow:visible}.valuation-distribution__area{fill:url(#valuation-area-gradient);pointer-events:none}.valuation-distribution__line{fill:none;stroke:#3b82f6;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;filter:url(#valuation-line-glow);pointer-events:none}.valuation-distribution__marker line{stroke-width:2px;opacity:.96;transition:stroke-width .18s,filter .18s}.valuation-distribution__marker text{font-family:var(--font-mono);letter-spacing:.02em;text-anchor:end;pointer-events:none;font-size:10px}.valuation-distribution__marker:hover line{stroke-width:3px;filter:drop-shadow(0 0 5px)}.valuation-distribution__tick line{stroke:#94a3b861;stroke-width:1px}.valuation-distribution__tick text{fill:#9ca3afdb;font-family:var(--font-mono);text-anchor:middle;font-size:10px}.valuation-distribution__crosshair line{stroke:#e2e8f094;stroke-width:1px;stroke-dasharray:3 4;pointer-events:none}.valuation-distribution__crosshair circle{fill:#3b82f6;stroke:#fff;stroke-width:1.5px;filter:drop-shadow(0 0 6px #3b82f6d9);pointer-events:none}.valuation-distribution__tooltip{z-index:4;color:#d1d5db;min-width:148px;max-width:220px;font-family:var(--font-mono);pointer-events:none;background:#030712f2;border:1px solid #94a3b84d;border-radius:1.1rem;gap:.24rem;padding:.7rem .85rem;font-size:.65rem;line-height:1.35;display:grid;position:absolute;transform:translate(-50%,calc(-100% - 14px));box-shadow:0 14px 38px #0000006b}.valuation-distribution__tooltip strong{color:#f9fafb;font-size:.72rem;font-weight:600}.valuation-distribution__tooltip em{color:#9ca3af;font-style:normal}.valuation-distribution__sample{color:#94a3b89e;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:clamp(.55rem,.75vw,.66rem);position:absolute;bottom:0;right:2.2%}@media (max-width:640px){.valuation-distribution{padding-bottom:1.25rem}.valuation-distribution__tooltip{min-width:132px;padding:.58rem .68rem}.valuation-distribution__marker text{font-size:15px}.valuation-distribution__tick text{font-size:14px}}@media (prefers-reduced-motion:reduce){.valuation-distribution__marker line{transition:none}}.method-evidence__media figcaption{z-index:1;color:#ffffff75;margin-top:1.2rem;font-size:.78rem;line-height:1.6;position:relative}.method-definition-list{margin:0}.method-definition-list>div{border-top:1px solid #ffffff21;padding:1.15rem 0}.method-definition-list>div:last-child{border-bottom:1px solid #ffffff21}.method-definition-list dt{color:#fff;font-family:var(--font-display);margin-bottom:.35rem;font-size:1rem;font-weight:600}.method-definition-list dd{color:#ffffff8c;font-size:.88rem;line-height:1.65}.method-definition-list--scores dt{color:var(--cyber-cyan)}.method-definition-list--models dt{color:var(--cyber-pink)}.method-note{border-left:2px solid var(--cyber-purple);color:#ffffffc2;margin-top:2rem;padding:.2rem 0 .2rem 1.25rem;font-size:.92rem;line-height:1.75}.method-note--cyan{border-color:var(--cyber-cyan)}.method-note--pink{border-color:var(--cyber-pink)}.method-limits{z-index:1;background:#ffffff03;border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;padding:clamp(8rem,13vw,13rem) 2rem;scroll-margin-top:4rem;position:relative}.method-limits__header{grid-template-columns:1.1fr .78fr;align-items:start;gap:clamp(2rem,5vw,5.5rem);margin-bottom:clamp(5rem,9vw,8rem);display:grid}.method-limits__list{border-top:1px solid #ffffff29;border-bottom:1px solid #ffffff29;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.method-limits__list article{grid-template-columns:auto minmax(140px,.55fr) minmax(0,1fr);align-items:start;gap:1.5rem;min-height:200px;padding:2rem;display:grid}.method-limits__list article:nth-child(2n){border-left:1px solid #ffffff29}.method-limits__list article:nth-child(n+3){border-top:1px solid #ffffff29}.method-limits__list article>span{color:#ffffff47;font-family:var(--font-mono);font-size:.65rem}.method-limits__list h3{color:#fff;font-family:var(--font-display);font-size:1.2rem;font-weight:500}.method-limits__list p{color:#ffffff8c;font-size:.88rem;line-height:1.7}.method-limits__footer{justify-content:space-between;align-items:center;gap:2rem;margin-top:3rem;display:flex}.method-limits__footer p{color:#ffffffad;font-size:.95rem}.method-final{z-index:1;padding:clamp(8rem,13vw,12rem) 2rem 5rem;position:relative}.method-final__inner{justify-content:space-between;align-items:center;gap:4rem;display:flex}.method-final h2{color:#fff;max-width:800px;font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(2.6rem,5.4vw,5.3rem);font-weight:500;line-height:1.02}.method-final__actions{flex-direction:column;flex:none;align-items:center;gap:1rem;display:flex}@media (max-width:1020px){.method-chain{grid-template-columns:repeat(3,minmax(0,1fr))}.method-chain:before{display:none}.method-section__header,.method-limits__header{grid-template-columns:1fr}.method-section__header .method-kicker,.method-limits__header .method-kicker{margin-bottom:-.5rem}.method-section__header>p:last-child,.method-limits__header>p:last-child{max-width:680px}.method-evidence,.method-evidence--reverse{grid-template-columns:1fr;gap:3.5rem}.method-evidence--reverse .method-evidence__media,.method-evidence--reverse .method-evidence__copy{grid-area:auto/1}.method-evidence__copy{max-width:720px}.method-limits__list article{grid-template-columns:auto minmax(120px,.45fr) minmax(0,1fr)}.method-final__inner{flex-direction:column;align-items:flex-start}}@media (max-width:840px){.method-showcase{grid-template-columns:1fr;gap:3rem}.method-showcase__title{max-width:680px}}@media (max-width:720px){.method-hero,.method-section,.method-limits,.method-final{padding-left:1.25rem;padding-right:1.25rem}.method-hero{padding-top:9rem}.method-hero__actions,.method-final__actions{flex-direction:column;align-items:flex-start}.method-chain{grid-template-columns:1fr}.method-chain__stage{min-height:0}.method-chain__stage+.method-chain__stage,.method-chain__stage:nth-child(3){border-top:1px solid #ffffff29;border-left:0}.method-showcase__statement{font-size:1.05rem;line-height:1.7}.method-evidence__media{border-left:0;border-right:0;margin-left:-1.25rem;margin-right:-1.25rem}.method-evidence__media figcaption{padding-left:1.25rem;padding-right:1.25rem}.method-limits__list{grid-template-columns:1fr}.method-limits__list article,.method-limits__list article:nth-child(2n),.method-limits__list article:nth-child(n+3){border-top:1px solid #ffffff29;border-left:0;grid-template-columns:auto 1fr}.method-limits__list article:first-child{border-top:0}.method-limits__list article p{grid-column:2}.method-limits__footer{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.method-motion-ready .method-reveal{opacity:1;transition:none;transform:none}.method-chain:before{animation:none}.method-evidence__media img{transition:none}}.home-final{z-index:1;text-align:center;border-top:1px solid #ffffff14;padding:clamp(6rem,10vw,9rem) 2rem;position:relative}.home-final__inner{max-width:720px;margin:0 auto}.home-final h2{color:#fff;font-family:var(--font-display);letter-spacing:-.03em;margin:.75rem 0 1rem;font-size:clamp(1.9rem,3.6vw,3rem);font-weight:500;line-height:1.1}.home-final__note{color:var(--zen-text-muted);font-size:.95rem;line-height:1.7}.home-final__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.75rem;margin-top:2.25rem;display:flex}.stage-lights{z-index:0;pointer-events:none;filter:blur(6px);background:radial-gradient(circle at 14% 16%,#ec489947 0%,#ec489900 46%),radial-gradient(circle at 86% 10%,#38bdf833 0%,#38bdf800 44%),radial-gradient(circle at 50% 96%,#f9731624 0%,#f9731600 50%);position:fixed;inset:-12%}.module-lights__layer{z-index:0;pointer-events:none;filter:blur(6px);position:fixed;inset:-12%}.module-lights__layer--default{background:radial-gradient(circle at 14% 16%,#ec489947 0%,#ec489900 46%),radial-gradient(circle at 86% 10%,#38bdf833 0%,#38bdf800 44%),radial-gradient(circle at 50% 96%,#f9731624 0%,#f9731600 50%)}.module-lights__layer{opacity:0;transition:opacity 1.1s}.module-lights__layer.is-active{opacity:1}.module-lights__layer--horizon{background:radial-gradient(circle at 14% 16%,#8b5cf647 0%,#8b5cf600 46%),radial-gradient(circle at 86% 10%,#8b5cf62e 0%,#8b5cf600 44%),radial-gradient(circle at 50% 96%,#8b5cf621 0%,#8b5cf600 50%)}.module-lights__layer--skysight{background:radial-gradient(circle at 14% 16%,#22d3ee42 0%,#22d3ee00 46%),radial-gradient(circle at 86% 10%,#22d3ee2b 0%,#22d3ee00 44%),radial-gradient(circle at 50% 96%,#22d3ee1f 0%,#22d3ee00 50%)}.module-lights__layer--sonar{background:radial-gradient(circle at 14% 16%,#ec489947 0%,#ec489900 46%),radial-gradient(circle at 86% 10%,#ec48992e 0%,#ec489900 44%),radial-gradient(circle at 50% 96%,#ec489921 0%,#ec489900 50%)}.module-lights__layer--outpost{background:radial-gradient(circle at 14% 16%,#ef444442 0%,#ef444400 46%),radial-gradient(circle at 86% 10%,#ef44442b 0%,#ef444400 44%),radial-gradient(circle at 50% 96%,#ef44441f 0%,#ef444400 50%)}@media (prefers-reduced-motion:reduce){.module-lights__layer{transition:none}}.home-story,.content-section,.method-hero,.method-section,.method-limits,.method-final,.landing-footer{z-index:1;position:relative}#root{width:100%;min-height:100%;margin:0;padding:0}
