:root{color-scheme:dark;--bg:#02040a;--bg-deep:#010207;--ink:#e8fcff;--ink-bright:#f4feff;--muted:#d2eef4ad;--muted-soft:#d2eef475;--cyan:#00d4ff;--cyan-bright:#73f1ff;--green:#0f8;--amber:#fa4;--gold:#ffd23f;--panel:#050c16d1;--panel-strong:#040a13f5;--line:#a9f0ff26;--line-bright:#00d4ff61;--page:1180px;--font-mono:Consolas, Menlo, Monaco, "Courier New", monospace;font-family:var(--font-mono);font-synthesis:none}*,:before,:after{box-sizing:border-box}html{background:var(--bg-deep);scroll-behavior:smooth;scroll-padding-top:96px;overflow-x:hidden}body{min-width:320px;min-height:100vh;color:var(--ink);background:radial-gradient(circle at 50% -12%,#0063821f,#0000 42rem),linear-gradient(#02050b 0%,#010309 72%,#02040a 100%);margin:0;line-height:1.5;overflow-x:hidden}body:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg,#0000 49.94%,#00d4ff06 50%,#0000 50.06%);position:fixed;inset:0}::selection{color:var(--ink-bright);background:#00d4ff47}a{color:inherit}img,svg{max-width:100%;display:block}button,summary,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:1000;background:var(--gold);color:#040505;padding:10px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:transform .16s;position:fixed;top:10px;left:10px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.page-width{width:min(var(--page), calc(100% - 48px));margin-inline:auto}.site-frame{z-index:1;padding-top:84px;position:relative}.section{padding-block:clamp(96px,12vw,168px);position:relative}.section:before{content:"";width:min(var(--page), calc(100vw - 48px));background:linear-gradient(90deg, transparent, var(--line) 16%, var(--line) 84%, transparent);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.starfield{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.starfield__stars,.starfield__nebula,.starfield__grid{position:absolute;inset:-12%}.starfield__stars--far{opacity:.42;background-image:radial-gradient(circle,#e8fcffc7 0 .7px,#0000 .9px),radial-gradient(circle,#00d4ff7a 0 .6px,#0000 .9px);background-position:0 0,37px 61px;background-size:113px 107px,167px 139px;animation:90s linear infinite star-drift}.starfield__stars--near{opacity:.54;background-image:radial-gradient(circle,#ffd23fe0 0 .9px,#0000 1.2px),radial-gradient(circle,#e8fcffd1 0 1px,#0000 1.4px);background-position:21px 12px,91px 83px;background-size:257px 239px,311px 293px;animation:130s linear infinite reverse star-drift}.starfield__nebula{filter:blur(3px);opacity:.22}.starfield__nebula--cyan{background:radial-gradient(at 18% 22%,#00acda30,#0000 31%)}.starfield__nebula--green{background:radial-gradient(at 82% 44%,#00ff8812,#0000 29%)}.starfield__grid{opacity:.14;background-image:linear-gradient(#00d4ff0f 1px,#0000 1px),linear-gradient(90deg,#00d4ff0f 1px,#0000 1px);background-size:96px 96px;inset:0;mask-image:linear-gradient(#000,#0000 72%)}@keyframes star-drift{to{transform:translate(4%,5%)rotate(.01deg)}}.site-header{z-index:1000;-webkit-backdrop-filter:blur(18px);background:#02040ac7;height:84px;position:fixed;top:0;left:0;right:0}.site-header:after{content:"";background:linear-gradient(90deg,#0000,#a9f0ff14 18% 82%,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.site-header__inner{justify-content:space-between;align-items:center;gap:28px;height:100%;display:flex}.site-brand{color:var(--ink-bright);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand-mark{color:var(--gold);filter:drop-shadow(0 0 10px #ffd23f2e);flex:none;overflow:visible}.site-brand__name{letter-spacing:.08em;font-size:15px;font-weight:600}.desktop-nav{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:28px;font-size:12px;font-weight:500;display:flex}.desktop-nav a{padding-block:9px;text-decoration:none;transition:color .16s;position:relative}.desktop-nav a:not(.nav-launch):after{content:"";background:var(--cyan);transform-origin:0;height:1px;transition:transform .16s;position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:var(--ink-bright)}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{transform:scaleX(1)}.nav-launch{background:#00d4ff14;border:1px solid #00d4ff7a;align-items:center;gap:8px;min-height:38px;display:inline-flex;box-shadow:inset 0 0 18px #00d4ff08,0 0 22px #00d4ff08;color:var(--cyan-bright)!important;padding:0 14px!important;transition:border-color .16s,background .16s,box-shadow .16s!important}.nav-launch:hover{border-color:var(--cyan);background:#00d4ff24;box-shadow:inset 0 0 18px #00d4ff0f,0 0 22px #00d4ff17}.mobile-nav{display:none;position:relative}.mobile-nav summary{border:1px solid var(--line);cursor:pointer;place-content:center;gap:4px;width:42px;height:38px;list-style:none;display:grid}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav__line{background:var(--cyan-bright);width:16px;height:1px;transition:transform .16s,opacity .16s}.mobile-nav[open] .mobile-nav__line:first-child{transform:translateY(5px)rotate(45deg)}.mobile-nav[open] .mobile-nav__line:nth-child(2){opacity:0}.mobile-nav[open] .mobile-nav__line:nth-child(3){transform:translateY(-5px)rotate(-45deg)}.mobile-nav__label--close,.mobile-nav[open] .mobile-nav__label--open{display:none}.mobile-nav[open] .mobile-nav__label--close{display:block}.mobile-nav nav{border:1px solid var(--line-bright);background:#02060cfa;width:min(260px,100vw - 32px);padding:10px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 24px 70px #0009}.mobile-nav nav a{color:var(--muted);text-transform:uppercase;padding:13px 12px;font-size:12px;text-decoration:none;display:block}.mobile-nav nav a[aria-current=page]{color:var(--cyan-bright)}.mobile-nav nav .nav-launch{margin-top:6px}.site-footer{z-index:2;background:#010308ad;border-top:1px solid #a9f0ff1a;position:relative}.site-footer__inner{grid-template-columns:1fr auto;align-items:center;gap:24px 48px;min-height:176px;padding-block:36px;display:grid}.site-footer__identity{align-items:center;gap:14px;display:flex}.site-footer__identity div{flex-direction:column;gap:2px;display:flex}.site-footer__identity strong{color:var(--ink-bright);letter-spacing:.06em;font-size:13px}.site-footer__identity span,.site-footer__copyright{color:var(--muted-soft);font-size:10px}.site-footer__links{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;flex-wrap:wrap;justify-content:flex-end;gap:20px;font-size:12px;display:flex}.site-footer__links a{text-decoration:none}.site-footer__links a:hover{color:var(--cyan-bright)}.site-footer__copyright{margin:0}.eyebrow,.chapter-number{color:var(--cyan-bright);letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:10px;font-weight:600}.eyebrow{align-items:center;gap:10px;display:flex}.eyebrow>span:not(.eyebrow__signal){color:var(--gold)}.eyebrow__signal{background:var(--green);border-radius:50%;width:6px;height:6px;animation:2.4s ease-in-out infinite signal-pulse;box-shadow:0 0 12px #00ff88d1}@keyframes signal-pulse{50%{opacity:.42;box-shadow:0 0 4px #00ff886b}}h1,h2,h3,p{overflow-wrap:break-word}h1,h2,h3{color:var(--ink-bright);letter-spacing:-.055em;font-weight:500}.section-heading h2,.closing-cta h2,.features-cta h2{margin:22px 0 0;font-size:clamp(38px,5.2vw,68px);line-height:1}.section-heading>p:last-child,.section-heading--split>p{max-width:610px;color:var(--muted);margin:28px 0 0;font-size:13px;line-height:1.75}.section-heading--wide>p:last-child{max-width:700px}.section-heading--split{grid-template-columns:minmax(0,1.1fr) minmax(280px,.7fr);align-items:end;gap:64px;display:grid}.button-row{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.button-row--centered{justify-content:center}.button{letter-spacing:.045em;border:1px solid;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 18px;font-size:11px;font-weight:600;text-decoration:none;transition:color .16s,background .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--primary{border-color:var(--cyan);background:var(--cyan);color:#001017;box-shadow:0 0 30px #00d4ff24}.button--primary:hover{background:var(--cyan-bright);border-color:var(--cyan-bright);box-shadow:0 0 36px #00d4ff3d}.button--secondary{border-color:var(--line);color:var(--muted);background:#e8fcff09}.button--secondary:hover{color:var(--ink-bright);background:#e8fcff11;border-color:#a9f0ff57}.knowledge-field{width:100%;height:auto;overflow:visible}.knowledge-field__orbits ellipse,.knowledge-field__orbits circle{stroke:#00d4ff24;stroke-width:1px;stroke-dasharray:2 8}.knowledge-field__links path{fill:none;stroke:#00d4ff4d;stroke-width:1.2px;vector-effect:non-scaling-stroke}.knowledge-field__links path:nth-child(2n){stroke:#0f83}.knowledge-field__route path{fill:none;stroke:var(--gold);stroke-width:2px;stroke-linecap:round;stroke-dasharray:7 11;opacity:0;vector-effect:non-scaling-stroke}.knowledge-field .node-glow{opacity:.36}.knowledge-field .node{fill:var(--cyan)}.knowledge-field .node--green{fill:var(--green)}.knowledge-field .node--amber{fill:var(--amber)}.knowledge-field .node--gold{fill:var(--gold)}.knowledge-field__labels text{fill:#a9f0ff73;font-family:var(--font-mono);letter-spacing:.16em;font-size:9px}.knowledge-field--hero .knowledge-field__labels,.knowledge-field--hero .knowledge-field__route{display:none}.knowledge-field--route .knowledge-field__route path{opacity:.9;animation:6s linear infinite route-flow}.knowledge-field--viewpoint .knowledge-field__orbits{transform-origin:50%;animation:18s ease-in-out infinite alternate orbit-shift}.knowledge-field--cluster .knowledge-field__nodes .node{animation:3.8s ease-in-out infinite alternate node-breathe}.knowledge-field--cluster .knowledge-field__nodes :nth-child(4n){animation-delay:-1.4s}@keyframes route-flow{to{stroke-dashoffset:-72px}}@keyframes orbit-shift{to{transform:rotate(9deg)scale(.96)}}@keyframes node-breathe{to{opacity:.56;transform-origin:50%;transform:scale(.72)}}.hero{grid-template-columns:minmax(430px,.9fr) minmax(500px,1.1fr);align-items:center;gap:clamp(28px,4vw,72px);min-height:calc(100svh - 84px);padding-block:clamp(74px,9vh,118px) 100px;display:grid;position:relative}.hero__copy{z-index:2;position:relative}.hero h1{overflow-wrap:normal;margin:24px 0 0;font-size:clamp(66px,8.4vw,124px);line-height:.88}.hero__lede{color:#e8fcffc7;max-width:600px;margin:32px 0 0;font-size:clamp(16px,1.5vw,20px);line-height:1.7}.hero__note{color:var(--muted-soft);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin:26px 0 0;font-size:9px;display:flex}.hero__note span{color:var(--gold)}.hero__visual{isolation:isolate;place-items:center;min-height:610px;display:grid;position:relative}.hero__visual:before{content:"";z-index:-1;filter:blur(12px);background:radial-gradient(circle,#00d4ff1c,#00d4ff06 37%,#0000 69%);border-radius:50%;position:absolute;inset:6%}.hero-universe{isolation:isolate;place-items:center;width:min(640px,100%);min-height:610px;display:grid;position:relative}.hero-universe__canvas,.hero-universe__fallback{width:100%;height:100%;position:absolute;inset:0}.hero-universe__canvas{z-index:2;opacity:0;pointer-events:none;transition:opacity .6s}.hero-universe.is-ready .hero-universe__canvas{opacity:1}.hero-universe.is-ready .hero-universe__fallback{opacity:.22}.hero-universe__fallback{z-index:1;opacity:.88;place-items:center;transition:opacity .6s;display:grid}.hero-universe__fallback .knowledge-field{opacity:.82;width:96%;position:relative;inset:auto}.hero-universe__beacon{z-index:3;pointer-events:none;background:radial-gradient(circle,#ffd23f1a,#02040aad 46%,#0000 70%);border:1px solid #ffd23f33;border-radius:50%;place-items:center;width:172px;height:172px;display:grid;position:relative;box-shadow:0 0 80px #ffd23f14,inset 0 0 42px #ffd23f0d}.hero-universe.is-ready .hero-universe__beacon{background:radial-gradient(circle,#02040a9e,#02040a24 58%,#0000 72%)}.hero-universe__beacon:before,.hero-universe__beacon:after{content:"";border:1px solid #00d4ff21;border-radius:50%;position:absolute}.hero-universe__beacon:before{inset:-34px}.hero-universe__beacon:after{border-style:dashed;inset:-67px}.hero-universe__ring{z-index:0;border:1px solid #00d4ff1a;border-radius:50%;position:absolute}.hero-universe__ring:before,.hero-universe__ring:after{content:"";background:var(--cyan);opacity:.45;position:absolute}.hero-universe__ring:before{width:6px;height:1px;top:50%;left:-3px}.hero-universe__ring:after{width:1px;height:6px;top:-3px;left:50%}.hero-universe__ring--outer{animation:70s linear infinite ring-spin;inset:4%}.hero-universe__ring--inner{border-color:#ffd23f1f;animation:42s linear infinite reverse ring-spin;inset:19%}.hero-universe__coordinate{z-index:4;color:#a9f0ff61;letter-spacing:.15em;font-size:8px;position:absolute}.hero-universe__coordinate--x{bottom:18%;right:7%}.hero-universe__coordinate--y{top:16%;left:8%}.hero-universe__readout{z-index:4;color:#a9f0ff94;letter-spacing:.12em;text-transform:uppercase;background:#02070eb8;border:1px solid #00d4ff33;gap:9px;padding:7px 9px;font-size:7px;display:flex;position:absolute;bottom:10%;right:8%}.hero-universe__readout span:last-child{color:var(--gold)}.hero__visual .knowledge-field{opacity:.88;width:94%;animation:12s ease-in-out infinite alternate field-float;position:absolute;inset:3%}.hero__visual .hero-universe__fallback .knowledge-field{width:96%;position:relative;inset:auto}.hero__beacon{z-index:3;background:radial-gradient(circle,#ffd23f1a,#02040ae0 64%);border:1px solid #ffd23f3b;border-radius:50%;place-items:center;width:178px;height:178px;display:grid;position:relative;box-shadow:0 0 80px #ffd23f14,inset 0 0 42px #ffd23f0f}.hero__beacon:before,.hero__beacon:after{content:"";border:1px solid #00d4ff24;border-radius:50%;position:absolute}.hero__beacon:before{inset:-34px}.hero__beacon:after{border-style:dashed;inset:-67px}.hero__instrument-ring{border:1px solid #00d4ff1a;border-radius:50%;position:absolute}.hero__instrument-ring:before,.hero__instrument-ring:after{content:"";background:var(--cyan);opacity:.45;position:absolute}.hero__instrument-ring:before{width:6px;height:1px;top:50%;left:-3px}.hero__instrument-ring:after{width:1px;height:6px;top:-3px;left:50%}.hero__instrument-ring--outer{animation:70s linear infinite ring-spin;inset:4%}.hero__instrument-ring--inner{border-color:#ffd23f1f;animation:42s linear infinite reverse ring-spin;inset:19%}.hero__coordinate{color:#a9f0ff61;letter-spacing:.15em;font-size:8px;position:absolute}.hero__coordinate--x{bottom:18%;right:7%}.hero__coordinate--y{top:16%;left:8%}.hero__scroll-cue{color:#a9f0ff57;letter-spacing:.16em;text-transform:uppercase;writing-mode:vertical-rl;align-items:center;gap:12px;font-size:8px;display:flex;position:absolute;bottom:28px;left:0}.hero__scroll-cue i{background:linear-gradient(var(--cyan), transparent);width:1px;height:34px}@keyframes ring-spin{to{transform:rotate(360deg)}}@keyframes field-float{to{transform:translateY(-8px)rotate(1.5deg)}}.demo-universes{background:linear-gradient(#02050b38,#020b1480)}.demo-universes__heading h2{max-width:12ch}.demo-universes__grid{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:clamp(50px,7vw,80px);display:grid}.demo-universe{background:#02070ef5;min-width:0}.demo-universe__image{aspect-ratio:4/3;border-bottom:1px solid var(--line);background:#02060c;display:block;position:relative;overflow:hidden}.demo-universe__image:after{content:"";pointer-events:none;border:1px solid #0000;transition:border-color .18s,box-shadow .18s;position:absolute;inset:0}.demo-universe__image:hover:after{border-color:#00d4ff6b;box-shadow:inset 0 0 40px #00d4ff14}.demo-universe__image img{object-fit:cover;object-position:left top;filter:brightness(1.12)saturate(1.04);width:100%;height:100%;transition:transform .26s,filter .26s}.demo-universe__image:hover img{filter:brightness(1.2)saturate(1.08);transform:scale(1.018)}.demo-universe__body{flex-direction:column;min-height:300px;padding:clamp(22px,2.5vw,32px);display:flex}.demo-universe__meta{color:var(--cyan-bright);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:10px}.demo-universe__meta span{color:var(--gold);margin-right:8px}.demo-universe h3{letter-spacing:-.035em;margin:24px 0 0;font-size:clamp(20px,2vw,28px);line-height:1.08}.demo-universe__body>p:not(.demo-universe__meta){color:var(--muted);margin:16px 0 0;font-size:13px;line-height:1.7}.demo-universe .docs-link{margin-top:auto;padding-top:28px}.dataset-universe{background:radial-gradient(circle at 76% 36%,#ffd23f0f,#0000 34rem),linear-gradient(#02060c57,#020b146b);overflow:hidden}.dataset-universe__inner{grid-template-columns:minmax(330px,.82fr) minmax(440px,1.18fr);align-items:center;gap:clamp(44px,7vw,88px);display:grid}.dataset-universe__copy h2{margin:24px 0 0;font-size:clamp(42px,5.1vw,72px);line-height:1}.dataset-universe__copy>p:not(.eyebrow){max-width:560px;color:var(--muted);margin:28px 0 0;font-size:13px;line-height:1.75}.teaser-bullets{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;margin:34px 0 0;padding:0;font-size:10px;list-style:none;display:grid}.teaser-bullets li{padding-left:18px;position:relative}.teaser-bullets li:before{content:"";border:1px solid var(--cyan);background:#00d4ff2e;width:7px;height:7px;position:absolute;top:.68em;left:0;transform:translateY(-50%)rotate(45deg)}.dataset-universe__copy .button-row{margin-top:34px}.dataset-universe__visual{background-color:#02070ed6;background-image:linear-gradient(#00d4ff06 1px,#0000 1px),linear-gradient(90deg,#00d4ff06 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:48px 48px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #00d4ff38;justify-self:end;width:min(100%,760px);position:relative;overflow:hidden;box-shadow:0 36px 90px #00000057}.dataset-universe__visual:before,.dataset-universe__visual:after{content:"";z-index:2;pointer-events:none;border-color:#00d4ff99;width:22px;height:22px;position:absolute}.dataset-universe__visual:before{border-top:1px solid;border-left:1px solid;top:50px;left:9px}.dataset-universe__visual:after{border-bottom:1px solid;border-right:1px solid;bottom:9px;right:9px}.dataset-universe__visual img{object-fit:contain;object-position:center;opacity:1;filter:brightness(1.08)saturate(1.02)contrast(1.08);width:100%;max-height:560px}.product-proof{background:linear-gradient(#020b144d,#02050bb8)}.product-proof__heading{grid-template-columns:minmax(0,.95fr) minmax(300px,.82fr);align-items:end;gap:60px;display:grid}.product-proof__heading .eyebrow{grid-column:1/-1}.product-proof__heading h2{margin-top:-4px}.product-proof__heading>p:last-child{margin-bottom:6px}.instrument-panel__bar{color:#a9f0ff7a;letter-spacing:.13em;background:#040d17f5;border-bottom:1px solid #00d4ff2e;justify-content:space-between;align-items:center;gap:14px;height:42px;padding:0 14px;font-size:9px;display:flex}.closing-cta,.features-cta{text-align:center;flex-direction:column;align-items:center;display:flex;overflow:hidden}.closing-cta{justify-content:center;min-height:700px}.closing-cta .brand-mark{margin-bottom:28px}.closing-cta__lede{max-width:46ch;color:var(--muted);margin:20px 0 0;font-size:14px;line-height:1.7}.closing-cta__orbit{aspect-ratio:1;pointer-events:none;border:1px solid #00d4ff17;border-radius:50%;width:min(820px,86vw);position:absolute;box-shadow:0 0 0 80px #00d4ff05,0 0 0 160px #00d4ff03}.closing-cta>:not(.closing-cta__orbit){z-index:1;position:relative}.features-hero{grid-template-columns:minmax(440px,.9fr) minmax(480px,1.1fr);align-items:center;gap:clamp(44px,6vw,78px);min-height:auto;padding-block:clamp(72px,8vw,104px);display:grid}.features-hero h1{margin:28px 0 0;font-size:clamp(52px,6.1vw,86px);line-height:.94}.features-hero h1 em{color:#e8fcff80;font-style:normal}.features-hero__copy>p:not(.eyebrow){max-width:690px;color:var(--muted);margin:30px 0 0;font-size:16px;line-height:1.8}.features-chapter-nav{z-index:8;border-top:1px solid var(--line);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);background:#02060cf0;position:sticky;top:84px;box-shadow:0 18px 48px #00000057}.features-chapter-nav__scroller{scrollbar-width:thin;scrollbar-color:#00d4ff47 transparent;overflow-x:auto}.features-chapter-nav__inner{width:min(var(--page), 100%);grid-template-columns:repeat(7,minmax(132px,1fr));min-width:924px;margin-inline:auto;display:grid}.features-chapter-nav a{border-right:1px solid var(--line);min-height:58px;color:var(--muted);text-transform:uppercase;align-items:center;gap:9px;padding:10px 14px;font-size:11px;line-height:1.4;text-decoration:none;transition:background .16s,color .16s;display:flex}.features-chapter-nav a:first-child{border-left:1px solid var(--line)}.features-chapter-nav a:hover,.features-chapter-nav a:focus-visible{color:var(--ink);background:#00d4ff12}.features-chapter-nav span{color:var(--gold)}.features-hero__visual{background:linear-gradient(#00d4ff08 1px,#0000 1px) 0 0/48px 48px,linear-gradient(90deg,#00d4ff08 1px,#0000 1px) 0 0/48px 48px,radial-gradient(circle,#00d4ff12,#0000 68%);border:1px solid #00d4ff1c;align-items:stretch;min-height:500px;padding-top:42px;display:flex;position:relative;overflow:hidden}.features-hero__visual .instrument-panel__bar{z-index:3;position:absolute;inset:0 0 auto}.features-hero__shot{object-fit:cover;object-position:24% top;filter:brightness(1.16)saturate(1.05)contrast(1.04);width:100%;height:100%;min-height:458px}.features-hero__axis{z-index:2;color:#a9f0ff85;letter-spacing:.12em;background:#02060ce0;border:1px solid #00d4ff3d;padding:5px 7px;font-size:7px;position:absolute}.features-hero__axis--x{bottom:7%;right:5%}.features-hero__axis--y{top:8%;left:6%}.features-hero__axis--z{top:21%;right:4%}.feature-chapter{grid-template-columns:minmax(320px,.82fr) minmax(440px,1.18fr);align-items:center;gap:clamp(46px,7vw,92px);min-height:760px;display:grid}.features-page .feature-chapter{min-height:auto;padding-block:clamp(64px,7vw,96px)}.features-page .feature-chapter:first-of-type{padding-top:clamp(52px,8vh,84px)}.features-page .supporting-features,.features-page .features-cta{padding-block:clamp(72px,8vw,112px)}.feature-chapter--reverse .chapter-copy{order:2}.feature-chapter--reverse .chapter-visual{order:1;justify-self:start}.chapter-number{color:var(--gold);align-items:center;gap:14px;display:flex}.chapter-number:after{content:"";background:#ffd23f61;order:1;width:46px;height:1px}.chapter-number span{color:var(--cyan-bright);order:2}.chapter-copy h2{margin:24px 0 0;font-size:clamp(36px,4.2vw,60px);line-height:1}.chapter-lede{color:var(--muted);margin:28px 0 0;font-size:15px;line-height:1.75}.chapter-points{margin:42px 0 0;padding:0;list-style:none}.chapter-points li{border-top:1px solid #a9f0ff1a;grid-template-columns:40px 1fr;gap:16px;padding-block:17px;display:grid}.chapter-points li>span{color:var(--cyan);letter-spacing:.08em;font-size:10px}.chapter-points strong{color:var(--ink);font-size:13px;font-weight:500}.chapter-points p{color:var(--muted-soft);margin:5px 0 0;font-size:12px;line-height:1.65}.chapter-copy .docs-link{align-items:center;gap:8px;margin-top:24px;display:inline-flex}.docs-link{color:var(--cyan-bright);letter-spacing:.1em;text-transform:uppercase;font-size:11px;text-decoration:none;transition:color .16s,text-shadow .16s}.docs-link:hover{color:var(--ink-bright);text-shadow:0 0 18px #00d4ff4d}.chapter-visual{background-color:#02070ed6;background-image:linear-gradient(#00d4ff06 1px,#0000 1px),linear-gradient(90deg,#00d4ff06 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:48px 48px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #00d4ff29;justify-self:end;width:min(100%,720px);min-height:520px;position:relative;overflow:hidden;box-shadow:0 36px 90px #00000057}.chapter-visual:before,.chapter-visual:after{content:"";z-index:5;pointer-events:none;border-color:#00d4ff99;width:22px;height:22px;position:absolute}.chapter-visual:before{border-top:1px solid;border-left:1px solid;top:50px;left:9px}.chapter-visual:after{border-bottom:1px solid;border-right:1px solid;bottom:9px;right:9px}.semantic-visual .knowledge-field{opacity:.86;width:108%;position:absolute;inset:50px -4% auto}.feature-screenshot-visual{place-items:center;padding:62px 28px 28px;display:grid}.feature-screenshot-visual>img{z-index:1;object-fit:contain;filter:brightness(1.12)saturate(1.05);background:#02070df2;border:1px solid #00d4ff2e;width:min(100%,590px);max-height:430px;position:relative;box-shadow:0 24px 60px #0000007a}.semantic-visual.feature-screenshot-visual>img{opacity:1;filter:brightness(1.24)saturate(1.08)contrast(1.04);max-height:410px}.semantic-query{color:#e8fcffc2;background:#02080fe6;border:1px solid #00d4ff66;align-items:center;gap:10px;width:calc(100% - 48px);height:43px;padding:0 12px;font-size:10px;display:flex;position:absolute;top:66px;left:24px;box-shadow:0 0 30px #00d4ff0d}.semantic-query span{color:var(--cyan);font-size:18px}.semantic-result{z-index:3;border-left:1px solid var(--cyan);color:var(--muted);background:#030a12eb;gap:8px;padding:7px 9px;font-size:8px;display:flex;position:absolute;box-shadow:0 10px 22px #0000005c}.semantic-result b{color:var(--green);font-weight:500}.semantic-result--one{top:37%;left:24%}.semantic-result--two{top:61%;right:12%}.semantic-result--three{bottom:10%;left:17%}.viewpoint-visual__map{opacity:.44;position:absolute;inset:48px 0 0}.viewpoint-visual__map .knowledge-field{width:105%;margin-left:-2%}.ui-fragment{z-index:3;background:#02070df7;border:1px solid #00d4ff47;margin:0;padding:6px;position:absolute;box-shadow:0 24px 60px #0000008f}.ui-fragment img{width:100%;height:auto}.ui-fragment figcaption{color:#a9f0ff75;letter-spacing:.1em;text-transform:uppercase;padding:8px 4px 3px;font-size:7px}.ui-fragment--views{width:47%;top:78px;left:6%;transform:rotate(-1.5deg)}.ui-fragment--axes{width:56%;bottom:48px;right:5%;transform:rotate(1deg)}.search-visual{align-content:start;padding-top:86px}.search-visual>img{object-fit:contain;width:min(100%,720px);max-height:120px;margin-top:16px}.search-visual .knowledge-field{z-index:0;opacity:.48;width:110%;position:absolute;inset:138px -5% auto}.search-visual .semantic-query{top:auto;bottom:92px}.search-visual .semantic-result--one{top:48%;left:12%}.search-visual .semantic-result--two{top:60%;right:10%}.private-visual{padding:76px 46px 42px}.private-visual>img{object-fit:contain;object-position:top;filter:brightness(1.18)saturate(1.08);opacity:1;border-color:#00d4ff57;width:min(100%,540px);max-height:500px}.route-readout{z-index:3;color:var(--gold);letter-spacing:.1em;background:#03080eeb;border:1px solid #ffd23f66;align-items:center;gap:8px;padding:8px 10px;font-size:8px;display:flex;position:absolute;bottom:20px;right:20px}.route-readout i{background:var(--green);width:5px;height:5px;box-shadow:0 0 8px var(--green);border-radius:50%}.route-readout span{color:var(--muted-soft)}.capability-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:72px;display:grid}.capability-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#040b1485;min-height:220px;padding:24px}.capability-grid article>span{color:var(--cyan);text-shadow:0 0 14px #00d4ff52;font-size:24px;display:block}.capability-grid h3{letter-spacing:-.025em;margin:34px 0 0;font-size:16px}.capability-grid p{color:var(--muted-soft);margin:10px 0 0;font-size:12px;line-height:1.7}.features-cta{justify-content:center;min-height:630px}.features-cta:after{content:"";aspect-ratio:1;z-index:-1;border:1px dashed #00d4ff1f;border-radius:50%;width:min(720px,82vw);animation:70s linear infinite ring-spin;position:absolute}.features-cta>p:not(.eyebrow){color:var(--muted);margin:20px 0 0;font-size:14px}.pricing-hero{flex-direction:column;justify-content:center;min-height:620px;padding-block:clamp(96px,12vw,156px);display:flex}.pricing-hero h1{max-width:980px;margin:28px 0 0;font-size:clamp(54px,7.2vw,96px);line-height:.94}.pricing-hero h1 em{color:#e8fcff80;font-style:normal}.pricing-hero__lede{max-width:720px;color:var(--muted);margin:34px 0 0;font-size:clamp(16px,1.5vw,19px);line-height:1.8}.pricing-plans{padding-bottom:clamp(110px,13vw,170px)}.pricing-card-grid{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:clamp(54px,7vw,86px);display:grid}.pricing-card{background-color:#02070ef5;background-image:linear-gradient(#00d4ff05 1px,#0000 1px),linear-gradient(90deg,#00d4ff05 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:48px 48px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;flex-direction:column;min-width:0;min-height:610px;padding:clamp(28px,3vw,38px);display:flex;position:relative}.pricing-card--featured{z-index:1;background:radial-gradient(circle at 50% 4%,#00d4ff1a,#0000 16rem),linear-gradient(#00d4ff06 1px,#0000 1px) 0 0/48px 48px,linear-gradient(90deg,#00d4ff06 1px,#0000 1px) 0 0/48px 48px,#030a12fa;box-shadow:inset 0 0 0 1px #00d4ff6b,0 0 60px #00d4ff12}.pricing-card__signal{background:var(--cyan);color:#001017;letter-spacing:.12em;text-transform:uppercase;margin:0;padding:8px 10px;font-size:8px;font-weight:700;position:absolute;top:0;right:0}.pricing-card__eyebrow{color:var(--cyan-bright);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:9px}.pricing-card h3{margin:22px 0 0;font-size:clamp(32px,3.1vw,44px);line-height:1}.pricing-card__price{flex-direction:column;justify-content:flex-end;gap:7px;min-height:84px;margin-top:34px;display:flex}.pricing-card__price strong{color:var(--gold);letter-spacing:-.04em;font-size:clamp(24px,2.5vw,34px);font-weight:500}.pricing-card__price span{color:var(--muted-soft);letter-spacing:.06em;text-transform:uppercase;font-size:9px}.pricing-card__description{min-height:94px;color:var(--muted);margin:28px 0 0;font-size:13px;line-height:1.75}.pricing-card ul{border-top:1px solid var(--line);color:#e8fcffc7;gap:14px;margin:30px 0 36px;padding:26px 0 0;font-size:11px;line-height:1.55;list-style:none;display:grid}.pricing-card li{padding-left:20px;position:relative}.pricing-card li:before{content:"◇";color:var(--cyan);position:absolute;top:-1px;left:0}.pricing-card .button{width:100%;margin-top:auto}.pricing-comparison{background:radial-gradient(circle at 50% 0,#00d4ff0f,#0000 38rem),#02060c6b}.pricing-comparison__heading>p:last-child{max-width:650px}.pricing-table-wrap{border:1px solid var(--line);-webkit-overflow-scrolling:touch;background:#02070ee6;margin-top:clamp(48px,6vw,72px);overflow-x:auto}.pricing-table-wrap:focus-visible{outline-offset:5px}.pricing-table{border-collapse:collapse;text-align:left;width:100%;min-width:760px}.pricing-table caption{border-bottom:1px solid var(--line);color:var(--muted-soft);letter-spacing:.12em;text-align:left;text-transform:uppercase;padding:16px 18px;font-size:9px}.pricing-table th,.pricing-table td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px}.pricing-table tr:last-child th,.pricing-table tr:last-child td{border-bottom:0}.pricing-table th:last-child,.pricing-table td:last-child{border-right:0}.pricing-table thead th{color:var(--cyan-bright);letter-spacing:.1em;text-transform:uppercase;background:#040d17f5;font-size:11px;font-weight:500}.pricing-table thead th:first-child{width:42%;color:var(--muted-soft)}.pricing-table tbody th{color:#e8fcffcc;font-size:11px;font-weight:500}.pricing-table tbody td{color:var(--muted);font-size:12px}.pricing-table tbody tr:hover{background:#00d4ff06}.pricing-table-note{color:var(--muted-soft);margin:18px 0 0;font-size:10px;line-height:1.7}.pricing-availability{padding-block:clamp(110px,13vw,170px)}.availability-grid{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:clamp(50px,7vw,82px);display:grid}.availability-grid article{background:#030911f5;min-height:330px;padding:clamp(26px,4vw,46px)}.availability-grid__status{letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:10px;margin:0;font-size:10px;font-weight:600;display:flex}.availability-grid__status i{border-radius:50%;width:7px;height:7px}.availability-grid__status--live{color:var(--green)}.availability-grid__status--live i{background:var(--green);box-shadow:0 0 12px #00ff88a3}.availability-grid__status--staged{color:var(--gold)}.availability-grid__status--staged i{background:var(--gold);box-shadow:0 0 12px #ffd23f6b}.availability-grid ul{color:var(--muted);gap:16px;margin:34px 0 0;padding:0;font-size:13px;line-height:1.65;list-style:none;display:grid}.availability-grid li{border-bottom:1px solid #a9f0ff14;padding:0 0 16px 20px;position:relative}.availability-grid li:before{content:"";background:var(--cyan);width:7px;height:1px;position:absolute;top:.7em;left:0}.pricing-sharing{grid-template-columns:minmax(0,.9fr) minmax(320px,.7fr);align-items:end;gap:clamp(40px,8vw,110px);display:grid}.pricing-sharing h2,.pricing-cta h2{margin:24px 0 0;font-size:clamp(40px,5.2vw,68px);line-height:1}.pricing-sharing>p{color:var(--muted);margin:0 0 6px;font-size:14px;line-height:1.8}.pricing-cta{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:650px;display:flex;overflow:hidden}.pricing-cta:after{content:"";z-index:-1;aspect-ratio:1;border:1px dashed #00d4ff1f;border-radius:50%;width:min(700px,82vw);animation:70s linear infinite ring-spin;position:absolute}.pricing-cta>p:not(.eyebrow){max-width:48ch;color:var(--muted);margin:22px 0 0;font-size:14px}.legal-page__main{padding-block:clamp(80px,10vw,130px)}.legal-title{max-width:14ch;margin:24px 0 0;font-size:clamp(46px,7vw,82px);line-height:.98}.legal-document{border:1px solid var(--line);max-width:880px;color:var(--muted);background:#040a12c7;margin-top:44px;padding:clamp(24px,5vw,58px);font-family:system-ui,sans-serif;font-size:15px;line-height:1.75}.legal-document>h1{display:none}.legal-document h2,.legal-document h3{color:var(--ink);font-family:var(--font-mono);letter-spacing:-.025em;margin-top:2em}.legal-document a{color:var(--cyan-bright)}.legal-page__actions{margin-top:24px}.mode-art text,.media-visual__art text,.smap svg text{font-family:var(--font-mono)}.smap{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,3vw,44px);margin:clamp(56px,8vw,100px) 0 0;padding:0;list-style:none;display:grid}.smap__step{flex-direction:column;display:flex;position:relative}.smap__step:not(:last-child):after{content:"›";color:#a9f0ff52;font-size:22px;position:absolute;top:clamp(88px,12vw,128px);right:calc(-1*clamp(12px,1.6vw,24px));transform:translate(50%)}.smap__head{align-items:center;gap:12px;display:flex}.smap__num{color:var(--smap-accent);letter-spacing:.12em;font-size:13px}.smap__tag{border:1px solid var(--line);color:var(--muted-soft);letter-spacing:.14em;padding:3px 7px;font-size:8px}.smap__stage{aspect-ratio:300/220;background:linear-gradient(#00d4ff06 1px,#0000 1px) 0 0/34px 34px,linear-gradient(90deg,#00d4ff06 1px,#0000 1px) 0 0/34px 34px,radial-gradient(circle,#00d4ff0f,#0000 68%),#02070e85;border:1px solid #a9f0ff1a;margin-top:16px;position:relative;overflow:hidden}.smap__stage:before,.smap__stage:after{content:"";border-color:var(--smap-accent);opacity:.5;width:14px;height:14px;position:absolute}.smap__stage:before{border-top:1px solid;border-left:1px solid;top:9px;left:9px}.smap__stage:after{border-bottom:1px solid;border-right:1px solid;bottom:9px;right:9px}.smap__stage svg{width:100%;height:100%}.smap__copy h3{letter-spacing:-.02em;margin:20px 0 0;font-size:clamp(19px,1.9vw,25px);line-height:1.1}.smap__copy p{color:var(--muted);margin:11px 0 0;font-size:12px;line-height:1.7}.smap__copy em{color:var(--ink-bright);font-style:normal}.smap__tile{fill:#02080fb3;stroke:#a9f0ff47;stroke-width:1px}.smap__tile-art{fill:none;stroke:var(--cyan);stroke-width:1.4px}.smap__tile-line{stroke:#a9f0ff66;stroke-width:2px}.smap__tiles{transform-box:view-box;transform-origin:50%;animation:4s ease-in-out infinite mode-breathe}.smap__flows path{fill:none;stroke:#00d4ff80;stroke-width:1.4px;stroke-dasharray:4 6;animation:2.4s linear infinite smap-flow}.smap__pt{transform-box:fill-box;transform-origin:50%}.smap__pt--cyan{fill:var(--cyan);color:var(--cyan)}.smap__pt--green{fill:var(--green);color:var(--green)}.smap__pt--gold{fill:var(--gold);color:var(--gold)}.smap__pt{filter:drop-shadow(0 0 6px)}.smap__points .smap__pt{animation:2.4s ease-in-out infinite mode-breathe}.smap__hull{fill:#00d4ff0a;stroke:#a9f0ff38;stroke-width:1px;stroke-dasharray:3 5}.smap__cluster{transform-box:view-box;transform-origin:50%;animation:6s ease-in-out infinite smap-float}.smap__cluster--b{animation-delay:-2s}.smap__cluster--c{animation-delay:-4s}.smap__net-links path{stroke:#00d4ff59;stroke-width:1.4px;fill:none}.smap__net-new{fill:none;stroke:var(--gold);stroke-width:1.8px;stroke-dasharray:4 5;filter:drop-shadow(0 0 5px #ffd23f99);animation:1.6s linear infinite smap-flow}.smap__net-nodes .smap__pt{animation:3s ease-in-out infinite mode-breathe}.smap__net-nodes .smap__pt:nth-child(2n){animation-delay:-1.1s}.smap__cursor path{stroke:var(--gold);stroke-width:1.4px}.smap__cursor circle{fill:none;stroke:var(--gold);stroke-width:1.2px;opacity:.85}.smap__cursor{animation:2.4s ease-in-out infinite mode-shimmer}@keyframes smap-flow{to{stroke-dashoffset:-40px}}@keyframes smap-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.universe-pipeline{--pipeline-scroll-length:450svh;min-height:var(--pipeline-scroll-length);background-color:#02070ea3;background-image:linear-gradient(#00d4ff06 1px,#0000 1px),linear-gradient(90deg,#00d4ff06 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:54px 54px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #00d4ff2e;margin-top:clamp(56px,7vw,86px);position:relative;box-shadow:0 36px 100px #00000047}.universe-pipeline:before,.universe-pipeline:after{content:"";z-index:3;pointer-events:none;border-color:#00d4ff94;width:24px;height:24px;position:absolute}.universe-pipeline:before{border-top:1px solid;border-left:1px solid;top:48px;left:10px}.universe-pipeline:after{border-bottom:1px solid;border-right:1px solid;bottom:10px;right:10px}.universe-pipeline__grid{grid-template-columns:minmax(250px,.38fr) minmax(0,1fr);gap:clamp(28px,4vw,58px);padding:clamp(22px,3vw,34px);display:grid;position:relative}.universe-pipeline__rail{flex-direction:column;justify-content:space-between;gap:14px;min-height:min(720px,100svh - 148px);margin:0;padding:0;list-style:none;display:flex;position:sticky;top:112px}.universe-pipeline__phase{opacity:.42;border-bottom:1px solid #a9f0ff14;padding:12px 0 13px;transition:opacity .24s,transform .24s,border-color .24s;display:block}.universe-pipeline__phase-button{width:100%;color:inherit;text-align:left;grid-template-columns:32px minmax(0,1fr);gap:14px;display:grid}.universe-pipeline__phase.is-active{opacity:1;border-color:#00d4ff57;transform:translate(6px)}.universe-pipeline__phase-index{color:#ffd23fd1;letter-spacing:.12em;font-size:12px}.universe-pipeline__phase-tag{color:var(--cyan-bright);letter-spacing:.16em;text-transform:uppercase;font-size:9px;font-weight:700;display:block}.universe-pipeline__phase h3{letter-spacing:-.025em;margin:8px 0 0;font-size:clamp(16px,1.35vw,21px);line-height:1.12}.universe-pipeline__phase p{color:var(--muted);margin:8px 0 0;font-size:11px;line-height:1.58}.universe-pipeline__sticky{place-items:center;min-height:min(720px,100svh - 148px);display:grid;position:sticky;top:112px}.universe-pipeline__stage{place-items:center;width:100%;min-height:min(720px,100svh - 148px);display:grid;position:relative;overflow:hidden}.universe-pipeline__stage:before{content:"";filter:blur(14px);opacity:.8;background:radial-gradient(circle,#00d4ff1f,#00d4ff06 42%,#0000 68%);border-radius:50%;position:absolute;inset:8%}.universe-pipeline__progress{z-index:2;background:#a9f0ff17;height:2px;position:absolute;top:14px;left:18px;right:18px;overflow:hidden}.universe-pipeline__progress i{background:linear-gradient(90deg, var(--cyan), var(--green), var(--gold));width:100%;height:100%;transform:scaleX(var(--pipe-progress));transform-origin:0;display:block}.universe-pipeline__controls{z-index:6;background:#02070eeb;border:1px solid #00d4ff33;grid-template-columns:38px auto 38px;align-items:center;display:grid;position:absolute;bottom:18px;right:18px;box-shadow:0 14px 40px #00000059}.universe-pipeline__controls button{width:38px;height:38px;color:var(--cyan-bright);font:inherit;cursor:pointer;background:#00d4ff0a;border:0;place-items:center;font-size:18px;display:grid}.universe-pipeline__steps{border-inline:1px solid #00d4ff24;grid-template-columns:repeat(5,34px);display:grid}.universe-pipeline__steps button{width:34px;color:var(--muted-soft);letter-spacing:.06em;font-size:9px}.universe-pipeline__steps button+button{border-left:1px solid #00d4ff1a}.universe-pipeline__steps button.is-active{color:var(--ink-bright);box-shadow:inset 0 -2px var(--cyan);background:#00d4ff24}.universe-pipeline__controls button:hover:not(:disabled){color:var(--ink-bright);background:#00d4ff1f}.universe-pipeline__controls button:disabled{opacity:.28;cursor:default}.universe-pipeline__controls button:focus-visible{outline:1px solid var(--gold);outline-offset:-3px}.pipeline-art{z-index:1;width:min(100%,980px);height:auto;position:relative;overflow:visible}.pipe-grid path{stroke:#a9f0ff0e;stroke-width:1px;vector-effect:non-scaling-stroke}.pipe-zone-labels text,.pipe-card text,.pipe-segments text,.pipe-view text{fill:#a9f0ff80;font-family:var(--font-mono);letter-spacing:.14em;font-size:11px}.pipe-card rect,.pipe-view rect{fill:#02080fc7;stroke:#a9f0ff42;stroke-width:1px}.pipe-card path,.pipe-card circle{fill:none;stroke:#a9f0ff6b;stroke-width:1.5px;vector-effect:non-scaling-stroke}.pipe-card--table rect{stroke:#00d4ff61}.pipe-card--doc rect{stroke:#00ff8852}.pipe-card--image rect,.pipe-card--video rect{stroke:#ffd23f4d}.pipe-card--image path,.pipe-card--image circle{stroke:#ffd23fa8}.pipe-segment-flows path,.pipe-embed-flows path,.pipe-master-flow{fill:none;stroke:#00d4ff57;stroke-width:1.7px;stroke-linecap:round;stroke-dasharray:5 9;vector-effect:non-scaling-stroke;animation:2.8s linear infinite pipeline-flow}.pipe-embed-flows path{stroke:#00ff885c;animation-duration:2.1s}.pipe-master-flow{stroke-width:4px;opacity:0;filter:drop-shadow(0 0 8px #00ff883d)}.pipe-segment{fill:#02080fc7;stroke-width:1.2px}.pipe-segment--cyan{stroke:#00d4ff8a}.pipe-segment--green{stroke:#00ff887a}.pipe-segment--gold{stroke:#ffd23f85}.pipe-links path,.pipe-entity-links path,.pipe-final-link{fill:none;stroke:#00d4ff4d;stroke-width:1.4px;vector-effect:non-scaling-stroke}.pipe-entity-links path{stroke:#ffd23f47;stroke-dasharray:4 7;animation:3s linear infinite pipeline-flow}.pipe-node-glow{opacity:.48}.pipe-node{filter:drop-shadow(0 0 7px);transform-box:fill-box;transform-origin:50%;animation:3.3s ease-in-out infinite alternate pipeline-breathe}.pipe-node--cyan{fill:var(--cyan);color:var(--cyan)}.pipe-node--green{fill:var(--green);color:var(--green);animation-delay:-1.2s}.pipe-node--gold{fill:var(--gold);color:var(--gold);animation-delay:-2s}.pipe-entity{fill:#02080fe6;stroke-width:1.2px}.pipe-entity--cyan{stroke:#00d4ff9e}.pipe-entity--green{stroke:#00ff888f}.pipe-entity--gold{stroke:#ffd23f99}.pipe-entity-nodes text{fill:#e8fcffc7;font-family:var(--font-mono);letter-spacing:.12em;text-anchor:middle;font-size:9px}.pipe-hub{fill:#02080fd9;stroke-width:1.4px;filter:drop-shadow(0 0 10px)}.pipe-hub--cyan{stroke:var(--cyan);color:var(--cyan)}.pipe-hub--gold{stroke:var(--gold);color:var(--gold)}.pipe-hull{fill:#00d4ff09;stroke-width:1px;stroke-dasharray:4 7}.pipe-hull--cyan{stroke:#00d4ff5c}.pipe-hull--green{stroke:#00ff8852}.pipe-hull--gold{stroke:#ffd23f57}.pipe-sources,.pipe-segment-flows,.pipe-segments,.pipe-embed-flows,.pipe-graph,.pipe-entities,.pipe-final{transform-box:view-box;transform-origin:50%;transition:opacity .36s,transform .36s,filter .36s}.pipe-segment-flows,.pipe-segments,.pipe-embed-flows,.pipe-graph,.pipe-entities,.pipe-final{opacity:.08;filter:saturate(.55)}.universe-pipeline[data-phase="0"] .pipe-sources,.universe-pipeline[data-phase="1"] .pipe-sources,.universe-pipeline[data-phase="2"] .pipe-sources,.universe-pipeline[data-phase="3"] .pipe-sources{opacity:1}.universe-pipeline[data-phase="1"] .pipe-segment-flows,.universe-pipeline[data-phase="1"] .pipe-segments,.universe-pipeline[data-phase="2"] .pipe-segment-flows,.universe-pipeline[data-phase="2"] .pipe-segments,.universe-pipeline[data-phase="3"] .pipe-segment-flows,.universe-pipeline[data-phase="3"] .pipe-segments,.universe-pipeline[data-phase="4"] .pipe-segment-flows,.universe-pipeline[data-phase="4"] .pipe-segments,.universe-pipeline[data-phase="2"] .pipe-embed-flows,.universe-pipeline[data-phase="2"] .pipe-graph,.universe-pipeline[data-phase="3"] .pipe-embed-flows,.universe-pipeline[data-phase="3"] .pipe-graph,.universe-pipeline[data-phase="4"] .pipe-embed-flows,.universe-pipeline[data-phase="4"] .pipe-graph,.universe-pipeline[data-phase="3"] .pipe-entities,.universe-pipeline[data-phase="4"] .pipe-entities{opacity:1;filter:saturate()}.universe-pipeline[data-phase="4"] .pipe-final{opacity:1;filter:saturate();transform:translateY(-6px)}.universe-pipeline[data-phase="4"] .pipe-master-flow{opacity:.72}.universe-pipeline[data-phase="4"] .pipe-sources,.universe-pipeline[data-phase="4"] .pipe-segment-flows,.universe-pipeline[data-phase="4"] .pipe-segments,.universe-pipeline[data-phase="4"] .pipe-embed-flows{opacity:.28}.universe-pipeline.is-reduced-motion .pipe-sources,.universe-pipeline.is-reduced-motion .pipe-segment-flows,.universe-pipeline.is-reduced-motion .pipe-segments,.universe-pipeline.is-reduced-motion .pipe-embed-flows,.universe-pipeline.is-reduced-motion .pipe-graph,.universe-pipeline.is-reduced-motion .pipe-entities,.universe-pipeline.is-reduced-motion .pipe-final{opacity:1;filter:saturate()}@keyframes pipeline-flow{to{stroke-dashoffset:-42px}}@keyframes pipeline-breathe{to{opacity:.72;transform:scale(.82)}}.universe-pipeline__grid--vertical{min-height:calc(var(--pipeline-scroll-length) - 49px);display:block;position:relative}.universe-pipeline__stage--vertical{min-height:min(760px,100svh - 148px)}.universe-pipeline__grid--vertical .universe-pipeline__sticky{z-index:2;position:absolute;top:clamp(22px,3vw,34px);left:clamp(22px,3vw,34px);right:clamp(22px,3vw,34px)}.universe-pipeline[data-pin=pinned] .universe-pipeline__grid--vertical .universe-pipeline__sticky{top:112px;right:auto;left:var(--pipe-left,130px);width:var(--pipe-width,min(var(--page), calc(100vw - 48px)));position:fixed}.universe-pipeline[data-pin=after] .universe-pipeline__grid--vertical .universe-pipeline__sticky{top:auto;bottom:0}.pipeline-art--vertical{width:min(100% - 260px,900px);margin-left:238px}.universe-pipeline__rail--bottom{z-index:4;pointer-events:none;background:0 0;border-top:0;width:230px;min-height:auto;margin:0;display:block;position:absolute;top:0;bottom:0;left:16px}.universe-pipeline__rail--bottom .universe-pipeline__phase{z-index:0;opacity:.18;-webkit-backdrop-filter:blur(10px);background:#02070ead;border:1px solid #a9f0ff14;border-left-color:#00d4ff3d;grid-template-columns:30px minmax(0,1fr);width:100%;padding:12px 12px 13px;position:absolute;left:0;box-shadow:0 18px 48px #0000002e}.universe-pipeline__rail--bottom .universe-pipeline__phase-button{grid-template-columns:30px minmax(0,1fr);gap:12px}.universe-pipeline__rail--bottom .universe-pipeline__phase:first-child{top:110px}.universe-pipeline__rail--bottom .universe-pipeline__phase:nth-child(2){top:262px}.universe-pipeline__rail--bottom .universe-pipeline__phase:nth-child(3){top:386px}.universe-pipeline__rail--bottom .universe-pipeline__phase:nth-child(4){top:448px}.universe-pipeline__rail--bottom .universe-pipeline__phase:nth-child(5){top:538px}.universe-pipeline__rail--bottom .universe-pipeline__phase:not(.is-active) h3,.universe-pipeline__rail--bottom .universe-pipeline__phase:not(.is-active) p{opacity:0}.universe-pipeline__rail--bottom .universe-pipeline__phase.is-active{z-index:2;border-color:#00d4ff57;border-left-color:var(--gold);opacity:1;background:#02070ef0;transform:translate(7px);box-shadow:0 20px 54px #0000004d,0 0 28px #00d4ff0f}.vpipe-stage-labels text,.vpipe-doc text,.vpipe-chunk text,.vpipe-entity-node text{fill:#a9f0ff85;font-family:var(--font-mono);letter-spacing:.13em;font-size:10px}.vpipe-band{fill:#00d4ff07;stroke:#00d4ff14;stroke-width:1px;opacity:.16;transition:opacity .32s,stroke .32s,filter .32s}.universe-pipeline[data-phase="0"] .vpipe-band--source,.universe-pipeline[data-phase="1"] .vpipe-band--segments,.universe-pipeline[data-phase="2"] .vpipe-band--graph,.universe-pipeline[data-phase="3"] .vpipe-band--graph,.universe-pipeline[data-phase="4"] .vpipe-band--views{opacity:1;stroke:#00d4ff57;filter:drop-shadow(0 0 20px #00d4ff29)}.universe-pipeline[data-phase="1"] .vpipe-band--segments,.universe-pipeline[data-phase="4"] .vpipe-band--views{fill:#ffd23f09;stroke:#ffd23f47}.universe-pipeline[data-phase="3"] .vpipe-band--graph{fill:#00ff8809;stroke:#00ff8847}.vpipe-doc rect,.vpipe-doc path,.vpipe-doc circle{fill:none;stroke:#a9f0ff59;stroke-width:1.3px;vector-effect:non-scaling-stroke}.vpipe-doc>rect{fill:#02080fc7;stroke:#a9f0ff40}.vpipe-doc--table>rect{stroke:#00d4ff61}.vpipe-doc--pdf>rect{stroke:#00ff8852}.vpipe-doc--image>rect,.vpipe-doc--video>rect{stroke:#ffd23f57}.vpipe-highlight{fill:#00d4ff1f;stroke-width:1.4px;opacity:0;filter:drop-shadow(0 0 8px)}.vpipe-highlight--cyan{stroke:var(--cyan);color:var(--cyan)}.vpipe-highlight--green{stroke:var(--green);color:var(--green)}.vpipe-highlight--gold{stroke:var(--gold);color:var(--gold)}.vpipe-drop-lines path,.vpipe-embedding-field path,.vpipe-entity-links path,.vpipe-master-flow{fill:none;stroke:#00d4ff57;stroke-width:1.6px;stroke-linecap:round;stroke-dasharray:5 9;vector-effect:non-scaling-stroke;animation:2.6s linear infinite pipeline-flow}.vpipe-drop-lines path{stroke:#ffd23f57}.vpipe-embedding-field ellipse{fill:#00d4ff08;stroke:#00d4ff1f;stroke-width:1px;stroke-dasharray:4 9}.vpipe-embedding-field path{stroke:#00ff8857}.vpipe-links path,.vpipe-entity-links path{fill:none;stroke:#00d4ff4d;stroke-width:1.4px;vector-effect:non-scaling-stroke}.vpipe-entity-links path{stroke:#ffd23f52;stroke-dasharray:4 8;animation:3s linear infinite pipeline-flow}.vpipe-chunk rect{fill:#02080fe6;stroke:#00d4ff70;stroke-width:1.2px}.vpipe-chunk--chapter rect{stroke:#00ff8870}.vpipe-chunk--object rect,.vpipe-chunk--scene rect{stroke:#ffd23f75}.vpipe-master-flow{stroke-width:4px;opacity:0;filter:drop-shadow(0 0 8px #0f83)}.vpipe-sources,.vpipe-highlight,.vpipe-drop-lines,.vpipe-chunks,.vpipe-embedding-field,.vpipe-observation-graph,.vpipe-entities,.vpipe-final,.vpipe-master-flow{transform-box:view-box;transform-origin:50%;transition:opacity .36s,transform .42s,filter .36s}.vpipe-drop-lines,.vpipe-chunks,.vpipe-embedding-field,.vpipe-observation-graph,.vpipe-entities,.vpipe-final{opacity:0}.vpipe-chunks{transform:translateY(-28px)scale(.96)}.vpipe-embedding-field,.vpipe-observation-graph{transform:translateY(22px)scale(.97)}.vpipe-entities{transform:scale(.96)}.vpipe-final{transform:translateY(34px)}.universe-pipeline[data-phase="1"] .vpipe-highlight,.universe-pipeline[data-phase="2"] .vpipe-highlight,.universe-pipeline[data-phase="3"] .vpipe-highlight,.universe-pipeline[data-phase="4"] .vpipe-highlight{opacity:1}.universe-pipeline[data-phase="1"] .vpipe-drop-lines,.universe-pipeline[data-phase="1"] .vpipe-chunks,.universe-pipeline[data-phase="2"] .vpipe-drop-lines,.universe-pipeline[data-phase="2"] .vpipe-chunks,.universe-pipeline[data-phase="3"] .vpipe-drop-lines,.universe-pipeline[data-phase="3"] .vpipe-chunks,.universe-pipeline[data-phase="4"] .vpipe-drop-lines,.universe-pipeline[data-phase="4"] .vpipe-chunks,.universe-pipeline[data-phase="2"] .vpipe-embedding-field,.universe-pipeline[data-phase="2"] .vpipe-observation-graph,.universe-pipeline[data-phase="3"] .vpipe-embedding-field,.universe-pipeline[data-phase="3"] .vpipe-observation-graph,.universe-pipeline[data-phase="4"] .vpipe-embedding-field,.universe-pipeline[data-phase="4"] .vpipe-observation-graph{opacity:1;transform:translateY(0)scale(1)}.universe-pipeline[data-phase="3"] .vpipe-entities,.universe-pipeline[data-phase="4"] .vpipe-entities{opacity:1;transform:scale(1)}.universe-pipeline[data-phase="4"] .vpipe-final{opacity:1;transform:translateY(0)}.universe-pipeline[data-phase="4"] .vpipe-master-flow{opacity:.7}.universe-pipeline[data-phase="4"] .vpipe-sources{opacity:.48}.universe-pipeline[data-phase="4"] .vpipe-chunks{opacity:.72}.universe-pipeline.is-reduced-motion .vpipe-highlight,.universe-pipeline.is-reduced-motion .vpipe-drop-lines,.universe-pipeline.is-reduced-motion .vpipe-chunks,.universe-pipeline.is-reduced-motion .vpipe-embedding-field,.universe-pipeline.is-reduced-motion .vpipe-observation-graph,.universe-pipeline.is-reduced-motion .vpipe-entities,.universe-pipeline.is-reduced-motion .vpipe-final,.universe-pipeline.is-reduced-motion .vpipe-master-flow{opacity:1;transform:none}.mode-carousel{background:#02060c;border:1px solid #00d4ff4d;position:relative;box-shadow:0 40px 100px #00000080,0 0 70px #00d4ff0a}.product-proof .mode-carousel{width:min(100%,980px);margin:clamp(52px,7vw,80px) auto 0}.mode-carousel__counter{color:#a9f0ff80}.mode-carousel__tabs{border-bottom:1px solid #00d4ff24;flex-wrap:wrap;display:flex}.mode-carousel__tab{min-height:42px;color:var(--muted-soft);font:inherit;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-right:1px solid #00d4ff1a;flex:auto;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:10px;transition:color .18s,background .18s;display:flex;position:relative}.mode-carousel__tab:last-child{border-right:0}.mode-carousel__tab:hover{color:var(--ink);background:#00d4ff0d}.mode-carousel__tab.is-active{color:var(--ink-bright);background:#00d4ff1a}.mode-carousel__tab.is-active:after{content:"";background:var(--cyan);height:2px;box-shadow:0 0 10px var(--cyan);position:absolute;bottom:-1px;left:0;right:0}.mode-carousel__tab-index{color:#a9f0ff66;font-size:8px}.mode-carousel__tab.is-active .mode-carousel__tab-index{color:var(--cyan)}.mode-carousel__viewport{position:relative}.mode-carousel__panel{display:none}.mode-carousel__panel.is-active{animation:.5s mode-fade;display:block}@keyframes mode-fade{0%{opacity:0}to{opacity:1}}.mode-frame{aspect-ratio:16/10;background:linear-gradient(#00d4ff05 1px,#0000 1px) 0 0/40px 40px,linear-gradient(90deg,#00d4ff05 1px,#0000 1px) 0 0/40px 40px,radial-gradient(circle at 50% 46%,#00d4ff12,#0000 66%),#02060c;position:relative;overflow:hidden}.mode-art{width:100%;height:100%;position:absolute;inset:0}.mode-frame__shot{z-index:2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.mode-carousel__caption{color:var(--muted);border-top:1px solid #00d4ff24;align-items:center;gap:12px;margin:0;padding:13px 16px;font-size:11px;display:flex}.mode-carousel__caption span{border:1px solid var(--line);color:var(--cyan);letter-spacing:.14em;padding:3px 7px;font-size:8px}.mode-dot{transform-box:fill-box;transform-origin:50%}.mode-dot--cyan{fill:var(--cyan);color:var(--cyan)}.mode-dot--green{fill:var(--green);color:var(--green)}.mode-dot--gold{fill:var(--gold);color:var(--gold)}.mode-dot{filter:drop-shadow(0 0 7px)}@keyframes mode-breathe{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.24)}}@keyframes mode-shimmer{0%,to{opacity:.45}50%{opacity:1}}@keyframes mode-flow{to{stroke-dashoffset:32px}}@keyframes mode-spin{to{transform:rotate(360deg)}}.mode-globe__edge{stroke:#00d4ff66;stroke-width:1.4px;fill:none}.mode-globe__lat ellipse,.mode-globe__spin ellipse{stroke:#a9f0ff2e;stroke-width:1px;fill:none}.mode-globe__spin ellipse{animation:6s ease-in-out infinite mode-shimmer}.mode-globe__spin ellipse:nth-child(2){animation-delay:-2s}.mode-globe__spin ellipse:nth-child(3){animation-delay:-4s}.mode-globe__dots .mode-dot{animation:4s ease-in-out infinite mode-breathe}.mode-globe__dots .mode-dot:nth-child(2n){animation-delay:-1.4s}.mode-globe__dots .mode-dot:nth-child(3n){animation-delay:-2.6s}.mode-cell{fill:#06101cb3;stroke:#a9f0ff29;stroke-width:1px;animation:3.2s ease-in-out infinite mode-shimmer;animation-delay:var(--cell-delay,0s)}.mode-graph__links path{stroke:#00d4ff47;stroke-width:1.4px;fill:none}.mode-graph__nodes .mode-dot{animation:4.5s ease-in-out infinite mode-breathe}.mode-graph__nodes .mode-dot:nth-child(2n){animation-delay:-1.2s}.mode-graph__nodes .mode-dot:nth-child(3n){animation-delay:-2.4s}.mode-fpv__horizon{stroke:#00d4ff66;stroke-width:1.2px}.mode-fpv__floor path{stroke:#00d4ff38;stroke-width:1px;fill:none;stroke-dasharray:6 10;animation:2.2s linear infinite mode-flow}.mode-fpv__nodes .mode-dot{animation:3.6s ease-in-out infinite mode-breathe}.mode-fpv__reticle circle{stroke:var(--gold);stroke-width:1.2px;fill:none}.mode-fpv__reticle line{stroke:var(--gold);stroke-width:1.2px}.mode-fpv__reticle{animation:2.6s ease-in-out infinite mode-shimmer}.mode-tl__axis{stroke:#a9f0ff59;stroke-width:1.4px}.mode-tl__ticks line{stroke:#a9f0ff4d;stroke-width:1px}.mode-tl__stem{stroke:#00d4ff4d;stroke-width:1.4px}.mode-tl__stems .mode-dot{animation:3.4s ease-in-out infinite mode-breathe}.mode-tl__stems .mode-dot:nth-child(2n){animation-delay:-1.1s}.mode-tl__playhead{stroke:var(--gold);stroke-width:1.6px;stroke-dasharray:3 8;opacity:.75;animation:2s linear infinite smap-flow}.mode-inv__ring{stroke:#00d4ff4d;stroke-width:1.2px;fill:none}.mode-inv__links path{stroke:#a9f0ff33;stroke-width:1.2px;fill:none}.mode-inv__links,.mode-inv__spin{transform-box:view-box;transform-origin:280px 185px;animation:24s linear infinite mode-spin}.mode-inv__core{animation:3s ease-in-out infinite mode-breathe}.chapter-visual--carousel{width:min(100%,640px);min-height:0;box-shadow:none;background:0 0;border:0;overflow:visible}.chapter-visual--carousel:before,.chapter-visual--carousel:after{display:none}.media-visual{place-items:center;padding:58px 24px 26px;display:grid}.media-visual__art{width:min(100%,544px)}.media-proof{min-height:560px;padding:66px 22px 24px;display:block;position:relative}.media-proof figure{z-index:2;background:#02070dfa;border:1px solid #00d4ff47;margin:0;position:absolute;box-shadow:0 24px 60px #00000085}.media-proof figure img{filter:brightness(1.16)saturate(1.04);width:100%;height:auto;display:block}.media-proof figcaption{color:var(--muted);border-top:1px solid #00d4ff29;gap:9px;padding:10px 12px;font-size:10px;line-height:1.4;display:flex}.media-proof figcaption span{color:var(--cyan-bright);letter-spacing:.1em;font-weight:700}.media-proof__document{width:78%;top:72px;left:22px}.media-proof__video{width:55%;bottom:26px;right:22px}.mu-tag{fill:#a9f0ff80;letter-spacing:.14em;font-size:9px}.mu-doc>rect,.mu-strip>rect:first-child{fill:#040b148c;stroke:#00d4ff2e;stroke-width:1px}.mu-line{stroke:#a9f0ff47;stroke-width:2px}.mu-line--seg{stroke:#00d4ff59;stroke-dasharray:4 5}.mu-entity rect{stroke-width:1px}.mu-entity text{letter-spacing:.1em;font-size:7px}.mu-entity--cyan rect{fill:#00d4ff24;stroke:var(--cyan)}.mu-entity--cyan text{fill:var(--cyan-bright)}.mu-entity--green rect{fill:#00ff881f;stroke:var(--green)}.mu-entity--green text{fill:var(--green)}.mu-entity--gold rect{fill:#ffd23f24;stroke:var(--gold)}.mu-entity--gold text{fill:var(--gold)}.mu-entity{animation:3s ease-in-out infinite mode-shimmer}.mu-entity--green{animation-delay:-1s}.mu-entity--gold{animation-delay:-2s}.mu-seg-mark{fill:#00d4ff80;font-size:12px}.mu-sprockets rect{fill:#a9f0ff40}.mu-frame{fill:#06101cbf;stroke:#a9f0ff33;stroke-width:1px}.mu-frame--match{fill:#ffd23f0f;stroke:var(--gold);stroke-width:1.6px;filter:drop-shadow(0 0 8px #ffd23f80);animation:2.4s ease-in-out infinite mode-shimmer}.mu-playhead{stroke:var(--gold);stroke-width:1.6px;stroke-dasharray:3 8;opacity:.75;animation:2s linear infinite smap-flow}.mu-scene-chip rect{fill:#03080eeb;stroke:var(--gold);stroke-width:1px}.mu-scene-chip text{fill:var(--gold);letter-spacing:.1em;font-size:8px}.semantic-query b{color:var(--cyan);font-weight:600}@media (width<=900px){.smap{grid-template-columns:1fr;gap:30px}.smap__step:not(:last-child):after{display:none}.smap__stage{aspect-ratio:320/190}}@media (width<=760px){.product-proof .mode-carousel{margin-top:48px}.mode-carousel__tab{flex-basis:33%}.chapter-visual--carousel{width:100%}}@media (width<=480px){.mode-carousel__tab{flex-basis:50%;font-size:9px}.mode-carousel__caption{font-size:10px}.media-visual{padding:52px 14px 20px}}@media (width<=1040px){.hero,.features-hero{grid-template-columns:1fr}.hero{padding-top:110px}.hero__copy{max-width:780px}.hero__visual{min-height:620px;margin-top:-48px}.hero-universe{margin-inline:auto}.hero__scroll-cue{display:none}.features-hero__copy{max-width:780px}.features-hero__visual{min-height:500px}.dataset-universe__inner{grid-template-columns:1fr}.dataset-universe__copy{max-width:760px}.dataset-universe__visual{justify-self:start}.demo-universes__grid{grid-template-columns:1fr}.demo-universe{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);display:grid}.demo-universe__image{aspect-ratio:auto;border-right:1px solid var(--line);border-bottom:0;height:100%}.demo-universe__body{min-height:280px}.universe-pipeline__grid{grid-template-columns:minmax(230px,.34fr) minmax(0,1fr);gap:28px}.universe-pipeline__phase{grid-template-columns:28px minmax(0,1fr);gap:11px}.universe-pipeline__phase p{font-size:10px}.universe-pipeline__grid--vertical{min-height:calc(var(--pipeline-scroll-length) - 49px);display:block}.universe-pipeline__rail--bottom{width:210px}.feature-chapter{grid-template-columns:1fr}.feature-chapter--reverse .chapter-copy,.feature-chapter--reverse .chapter-visual{order:initial}.feature-chapter{gap:64px;padding-block:120px}.features-page .feature-chapter{padding-block:86px}.features-page .feature-chapter:first-of-type{padding-top:70px}.chapter-copy{max-width:720px}.chapter-lede{max-width:620px}.chapter-visual{justify-self:start;width:min(100%,720px)}.pricing-card-grid{grid-template-columns:1fr;gap:1px;max-width:760px;margin-left:auto;margin-right:auto}.pricing-card,.pricing-card__description{min-height:auto}}@media (width<=760px){.page-width{width:min(100% - 30px, var(--page))}.section{padding-block:90px}.section:before{width:calc(100vw - 30px)}.desktop-nav{display:none}.mobile-nav{display:block}.site-header{height:72px}.site-frame{padding-top:72px}.features-chapter-nav{top:72px}.section-heading--split,.product-proof__heading{grid-template-columns:1fr;gap:12px}.product-proof__heading .eyebrow{grid-column:auto}.hero{min-height:auto;padding-block:80px}.hero h1{font-size:clamp(58px,18vw,84px)}.hero__visual{min-height:470px;margin-top:-25px}.hero-universe{min-height:470px}.hero-universe__beacon{width:130px;height:130px}.hero-universe__beacon .brand-mark{width:86px}.hero-universe__readout{display:none}.hero__beacon{width:130px;height:130px}.hero__beacon .brand-mark{width:86px}.features-hero{gap:60px;min-height:auto;padding-block:72px 90px}.features-hero h1{font-size:clamp(48px,13vw,76px)}.features-hero__visual{min-height:400px}.features-hero__shot{min-height:358px}.features-chapter-nav__inner{grid-template-columns:repeat(7,124px);width:max-content;min-width:0;margin-inline:0}.features-chapter-nav a{min-height:54px;padding-inline:12px;font-size:11px}.dataset-universe__copy h2{font-size:clamp(38px,11vw,56px)}.dataset-universe__visual img{max-height:420px}.teaser-bullets{grid-template-columns:1fr}.demo-universe{display:block}.demo-universe__image{aspect-ratio:4/3;border-right:0;border-bottom:1px solid var(--line)}.demo-universe__body{min-height:280px}.universe-pipeline{min-height:auto;margin-top:46px}.universe-pipeline__grid{grid-template-columns:1fr;gap:24px;padding:22px 16px 18px}.universe-pipeline__grid--vertical{min-height:auto;display:block}.universe-pipeline__rail,.universe-pipeline__sticky{min-height:auto;position:static}.universe-pipeline__grid--vertical .universe-pipeline__sticky{width:auto;position:static;inset:auto}.universe-pipeline__rail{gap:0}.universe-pipeline__rail--bottom{background:linear-gradient(#02070e0a,#02070e7a);border-top:1px solid #a9f0ff17;width:auto;margin-top:18px;display:block;position:static}.universe-pipeline__rail--bottom .universe-pipeline__phase{width:auto;box-shadow:none;opacity:1;-webkit-backdrop-filter:none;background:0 0;border-top:0;border-left:0;border-right:0;position:static}.universe-pipeline__rail--bottom .universe-pipeline__phase:not(.is-active) h3,.universe-pipeline__rail--bottom .universe-pipeline__phase:not(.is-active) p{opacity:1}.universe-pipeline__phase,.universe-pipeline__phase.is-active{opacity:1;transform:none}.universe-pipeline__phase-button,.universe-pipeline__rail--bottom .universe-pipeline__phase-button{grid-template-columns:28px minmax(0,1fr);gap:12px}.universe-pipeline__phase h3{font-size:17px}.universe-pipeline__phase p{max-width:62ch;font-size:11px}.universe-pipeline__stage{-webkit-overflow-scrolling:touch;justify-content:start;min-height:auto;padding-top:24px;overflow-x:auto}.universe-pipeline__controls{justify-self:end;margin:18px 0 0;position:static}.pipeline-art{width:760px;max-width:none}.pipeline-art--vertical{width:100%;max-width:100%;margin-left:0}.universe-pipeline .pipe-segment-flows,.universe-pipeline .pipe-segments,.universe-pipeline .pipe-embed-flows,.universe-pipeline .pipe-graph,.universe-pipeline .pipe-entities,.universe-pipeline .pipe-final{opacity:1;filter:saturate()}.feature-chapter{min-height:auto;padding-block:100px}.features-page .feature-chapter{padding-block:76px}.features-page .feature-chapter:first-of-type{padding-top:56px}.chapter-visual{min-height:510px}.feature-screenshot-visual{padding-inline:18px}.ui-fragment--views{width:56%}.ui-fragment--axes{width:64%}.media-proof{min-height:520px;padding-inline:14px}.media-proof__document{width:88%;left:14px}.media-proof__video{width:66%;right:14px}.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.capability-grid article{min-height:200px}.pricing-hero{min-height:auto;padding-block:100px}.availability-grid{grid-template-columns:1fr}.availability-grid article{min-height:auto}.pricing-sharing{grid-template-columns:1fr;align-items:start;gap:34px}.pricing-sharing>p{max-width:640px;margin:0}.site-footer__inner{grid-template-columns:1fr}.site-footer__links{justify-content:flex-start}}@media (width<=480px){.site-brand__name{font-size:13px}.site-brand .brand-mark{width:32px;height:32px}.button-row{flex-direction:column}.button{width:100%}.hero{padding-top:64px}.hero__lede{font-size:15px}.hero__visual,.hero-universe{min-height:360px}.hero-universe__beacon{width:104px;height:104px}.hero-universe__beacon .brand-mark{width:68px}.hero-universe__ring--outer{inset:1%}.hero-universe__coordinate{display:none}.hero__visual .knowledge-field{width:100%;inset:0}.hero__visual .hero-universe__fallback .knowledge-field{width:96%;inset:auto}.hero__beacon{width:104px;height:104px}.hero__beacon .brand-mark{width:68px}.hero__instrument-ring--outer{inset:1%}.section-heading h2,.closing-cta h2,.features-cta h2{font-size:40px}.features-hero__visual{min-height:320px}.features-hero__shot{object-position:18% top;min-height:278px}.chapter-copy h2{font-size:34px}.chapter-lede{font-size:14px}.chapter-visual{min-height:360px}.feature-screenshot-visual{padding:62px 12px 18px}.feature-screenshot-visual>img{max-height:285px}.search-visual .knowledge-field{inset:122px -5% auto}.search-visual .semantic-query{bottom:56px}.private-visual>img{max-height:310px}.media-proof{min-height:420px}.media-proof__document{width:92%;top:62px}.media-proof__video{width:72%;bottom:18px}.media-proof figcaption{font-size:9px}.universe-pipeline__grid{padding-inline:12px}.universe-pipeline__phase{padding-block:13px}.universe-pipeline__phase-button,.universe-pipeline__rail--bottom .universe-pipeline__phase-button{grid-template-columns:26px minmax(0,1fr)}.universe-pipeline__phase h3{font-size:16px}.pipeline-art{width:690px}.semantic-query{width:calc(100% - 24px);font-size:8px;top:58px;left:12px}.semantic-result{font-size:7px}.semantic-result--one{top:36%;left:8%}.semantic-result--two{top:58%;right:5%}.semantic-result--three{bottom:8%;left:10%}.search-visual .semantic-query{top:auto;bottom:56px}.search-visual .semantic-result--one{top:48%;left:8%}.search-visual .semantic-result--two{top:60%;right:6%}.ui-fragment--views{width:62%;top:64px;left:4%}.ui-fragment--axes{width:72%;bottom:26px;right:4%}.ui-fragment figcaption{display:none}.capability-grid{grid-template-columns:1fr}.capability-grid article{min-height:175px}.capability-grid h3{margin-top:24px}.pricing-hero h1{font-size:clamp(46px,13vw,64px)}.pricing-hero__lede{font-size:15px}.pricing-card{padding:28px 22px}.pricing-card__price{min-height:auto}.pricing-table-wrap{border-left:0;border-right:0;margin-left:-15px;margin-right:-15px}.pricing-table{min-width:690px}.pricing-table th,.pricing-table td{padding:15px 13px}.pricing-sharing h2,.pricing-cta h2{font-size:40px}.pricing-cta,.closing-cta{min-height:590px}.site-footer__links{gap:15px}.legal-document{padding:22px 18px;font-size:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
