:root{--surface:#fff;--surface-low:#f5f7fa;--surface-high:#e6e9ef;--surface-card:#fff;--surface-subtle:#fafbfc;--surface-void:#0b1220;--primary:#0053e2;--primary-hover:#0046c2;--primary-light:#6f9bff;--primary-faint:#eaf1ff;--primary-glow:#0053e21f;--on-primary:#fff;--brand-gradient:linear-gradient(120deg, #0053e2 0%, #49c8b9 55%, #06d56e 100%);--brand-gradient-soft:linear-gradient(120deg, #eaf1ff 0%, #e4f7f5 55%, #e3fbef 100%);--success:#16a974;--success-light:#e6faf1;--error:#dc2a2a;--error-light:#feecec;--warning:#e08a0b;--warning-light:#fff6e5;--info:#0053e2;--on-surface:#0b1220;--on-surface-variant:#4b5563;--on-surface-tertiary:#6b7280;--outline-variant:#c5cbd6;--accent-amber:#b86f05;--hairline:#0b12201a;--hairline-2:#0b12200f;--border-subtle:#eef0f4;--border-default:#e2e6ec;--border-strong:#c5cbd6;--text-display-lg:clamp(2.75rem, 6.4vw, 5.5rem);--text-display:clamp(2.125rem, 4.6vw, 3.75rem);--text-headline:clamp(1.625rem, 3vw, 2.375rem);--measure-block:980px;--text-headline-sm:1.375rem;--text-title:1.125rem;--text-title-sm:1rem;--text-body:1rem;--text-body-sm:.875rem;--text-label:.75rem;--text-nano:.625rem;--text-micro:.6875rem;--text-label-lg:.8125rem;--text-body-md:.9375rem;--text-title-lg:1.25rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:2.5rem;--space-8:3rem;--space-9:4rem;--space-10:5rem;--section-sm:clamp(3rem, 6vw, 5rem);--section-pad:clamp(3.75rem, 7vw, 5.75rem);--section-lg:clamp(5rem, 10vw, 8rem);--container:1180px;--container-tight:860px;--frame:1280px;--radius:6px;--radius-btn:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:999px;--shadow-xs:0 1px 0 #0b12200a;--shadow-soft:0 1px 2px #0b12200a, 0 1px 1px #0b122008;--shadow-ambient:0 12px 24px -6px #0b122014, 0 4px 8px -4px #0b12200d;--shadow-hero:0 30px 60px -20px #0b122029, 0 12px 30px -12px #0b122014;--shadow-primary:none;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.16, 1, .3, 1);--dur:.6s;--font-body:var(--font-display)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:var(--text-body);color:var(--on-surface);background:var(--surface);line-height:1.55;overflow-x:hidden}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary)}img{max-width:100%;height:auto;display:block}::selection{color:var(--primary-hover);background:#d6e3ff}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}.container--tight{max-width:var(--container-tight)}.section{padding:var(--section-pad) 0;background:var(--surface);position:relative}.section--alt{background:var(--surface-low)}.section--dark{background:var(--surface-void);color:var(--on-primary)}.section--dark .text-body-lg,.section--dark .on-surface-variant{color:#ffffffb3}.text-hero{font-family:var(--font-display);font-size:var(--text-display-lg);letter-spacing:-.035em;color:var(--on-surface);text-wrap:balance;font-weight:500;line-height:.98}.text-hero .serif-accent,.text-h1 .serif-accent,.text-h2 .serif-accent{font-family:inherit;font-style:normal;font-weight:500}.text-h1{font-family:var(--font-display);font-size:var(--text-display);letter-spacing:-.03em;text-wrap:balance;font-weight:500;line-height:1.02}.text-h2{font-family:var(--font-display);font-size:var(--text-headline);letter-spacing:-.025em;text-wrap:balance;font-weight:500;line-height:1.08}.text-h3{font-family:var(--font-display);font-size:var(--text-headline-sm);letter-spacing:-.015em;font-weight:500;line-height:1.25}.text-body-lg{font-size:var(--text-title);color:var(--on-surface-variant);line-height:1.6}.text-small{font-size:var(--text-body-sm)}.text-xs{font-size:var(--text-label)}.text-mono{font-family:var(--font-mono)}.text-muted{color:var(--on-surface-variant);opacity:.6}.text-secondary{color:var(--on-surface-variant)}.text-primary{color:var(--primary)}.text-center{text-align:center}.section-header{text-align:center;max-width:740px;margin:0 auto 3.5rem}.section-header .text-h2{margin-bottom:.875rem}.section-header .text-body-lg{max-width:56ch;margin:0 auto}.btn{font-family:var(--font-body);font-size:var(--text-body-md);border-radius:var(--radius-btn);cursor:pointer;white-space:nowrap;letter-spacing:-.01em;border:1px solid #0000;align-items:center;gap:.5rem;padding:.6875rem 1.25rem;font-weight:500;line-height:1.2;transition:background .12s,color .12s,border-color .12s,transform .12s;display:inline-flex}.btn:active{transform:scale(.985)}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn--ink{background:var(--on-surface);color:#fff}.btn--ink:hover{background:#1b2433}.btn--primary{background:var(--primary);color:var(--on-primary);box-shadow:var(--shadow-xs)}.btn--primary:hover{background:var(--primary-hover)}.btn--secondary{background:var(--primary-faint);color:var(--primary)}.btn--secondary:hover{background:#dce6ff}.btn--ghost{color:var(--on-surface);border-color:var(--hairline);background:0 0}.btn--ghost:hover{border-color:var(--on-surface)}.btn--lg{font-size:var(--text-title-sm);padding:.875rem 1.5rem}.btn-group{flex-wrap:wrap;gap:.875rem;display:flex}.u-gloss{color:var(--p);background:linear-gradient(180deg, oklch(from var(--p) calc(l + .07) c h) 0%, var(--p) 52%, oklch(from var(--p) calc(l - .09) c h) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@supports not ((-webkit-background-clip:text) or (background-clip:text)){.u-gloss{-webkit-text-fill-color:var(--p)}}.u-gloss *{-webkit-text-fill-color:var(--p)}.badge--product{color:var(--p)}.badge__join{color:var(--on-surface-tertiary)}.badge{font-size:var(--text-label);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);background:var(--surface-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-xs);color:var(--on-surface-variant);align-items:center;gap:.375rem;padding:.3125rem .75rem;font-weight:600;display:inline-flex}.badge--hero{color:var(--primary);font-size:var(--text-label-lg);box-shadow:none;background:#2752e514;border-color:#2752e538;padding:.4375rem 1rem}.badge--new{color:var(--primary);background:#2752e51f}.badge--edge{color:var(--accent-amber);background:#c77b001a}.nav{z-index:1000;-webkit-backdrop-filter:blur(20px)saturate(1.2);box-shadow:0 1px 0 var(--hairline-2);background:#ffffffdb;padding:0 1.5rem;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.nav.scrolled{box-shadow:0 1px 0 var(--hairline)}.nav__inner{max-width:var(--frame);justify-content:space-between;align-items:center;height:64px;margin:0 auto;padding:0 clamp(0rem,2.5vw,2rem);display:flex}.nav__logo{font-family:var(--font-display);color:var(--on-surface);letter-spacing:-.025em;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;display:flex}.nav__logo-icon{border-radius:7px;flex-shrink:0;width:26px;height:26px;overflow:hidden}.nav__logo-icon img{object-fit:cover;width:100%;height:100%}.nav__links{align-items:center;gap:.125rem;list-style:none;display:flex}.nav__links a,.nav__dropdown-trigger{font-size:var(--text-body-md);color:var(--on-surface-variant);cursor:pointer;font-weight:500;font-family:var(--font-body);background:0 0;border:none;border-radius:8px;align-items:center;gap:.3rem;padding:.4375rem .75rem;transition:color .15s;display:flex}.nav__links a:hover,.nav__dropdown-trigger:hover{color:var(--on-surface)}.nav__dropdown,.nav__inner{position:relative}.nav__dropdown:has(.nav__dropdown-menu--mega){position:static}.nav__dropdown-menu{pointer-events:none;background:var(--surface-card);border-radius:var(--radius);opacity:0;visibility:hidden;min-width:320px;box-shadow:var(--shadow-ambient);padding:.5rem;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%)translateY(4px)}.nav__dropdown:hover .nav__dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transition-delay:.24s;transform:translate(-50%)translateY(0)}.nav__dropdown:focus-within .nav__dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:translate(-50%)translateY(0)}.nav__dropdown-trigger:focus-visible,.nav__dropdown-menu a:focus-visible,.nav__links a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:6px}.nav__dropdown-menu a{text-align:left;font-size:var(--text-body-sm);color:var(--on-surface-variant);border-radius:8px;flex-direction:column;align-items:flex-start;gap:.125rem;padding:.625rem .875rem;display:flex}.nav__dropdown-menu a:hover{color:var(--on-surface);background:var(--surface-low)}.nav__dropdown-label{color:var(--on-surface);font-weight:600;font-size:var(--text-body-sm)}.nav__dropdown-desc{font-size:var(--text-label);color:var(--on-surface-variant)}.nav__cta{margin-left:.5rem}.nav__toggle{cursor:pointer;z-index:1002;background:0 0;border:none;padding:.5rem;display:none;position:relative}.nav__toggle span{background:var(--on-surface);border-radius:2px;width:20px;height:2px;margin:5px 0;display:block}.nav__mobile{background:var(--surface);z-index:1001;flex-direction:column;width:100%;height:100dvh;padding:5.5rem 2rem 2rem;display:none;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;top:0!important}.nav__mobile.active{display:flex}.nav__mobile .btn--primary{text-align:center;justify-content:center;margin-top:1.5rem}.nav__mobile a{font-family:var(--font-display);font-size:var(--text-title-lg);color:var(--on-surface-variant);padding:1rem 0;font-weight:600;transition:color .15s;display:block}.nav__mobile a:hover{color:var(--on-surface)}.nav__mobile a+a{border-top:1px solid var(--hairline-2)}.nav__toggle.is-open span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav__toggle.is-open span:nth-child(2){opacity:0}.nav__toggle.is-open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.nav__toggle span{transition:transform .3s,opacity .2s}.hero{background:var(--surface);align-items:flex-start;min-height:min(85vh,880px);padding:calc(68px + 4rem) 0 3rem;display:flex;position:relative;overflow:hidden}.hero--subpage{min-height:auto;padding:calc(68px + 3rem) 0 2.5rem}.hero__bg{position:absolute;inset:0;overflow:hidden}.hero-network{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.claim-band{background:var(--surface-void);text-align:center;padding:clamp(3.5rem,8vw,6.5rem) 0}.claim-band__text{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;max-width:880px;margin:0 auto;font-size:clamp(1.75rem,4.5vw,3.25rem);font-weight:800;line-height:1.15}.claim-band__text span{color:var(--primary-light)}.section-eyebrow{font-family:var(--font-mono);font-size:var(--text-label);letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem;font-weight:500;display:block}.hero__bg:before{content:"";background:radial-gradient(#2752e50f 0%,#0000 70%);width:60%;height:70%;animation:20s ease-in-out infinite alternate hero-drift;position:absolute;top:-30%;right:-10%}.hero__bg:after{content:"";background:radial-gradient(#3b6ce80a 0%,#0000 70%);width:50%;height:50%;animation:25s ease-in-out infinite alternate-reverse hero-drift;position:absolute;bottom:-20%;left:-10%}@keyframes hero-drift{0%{transform:translate(0)}to{transform:translate(3%,3%)}}.hero__grid{background-image:linear-gradient(#c6c6cd14 1px,#0000 1px),linear-gradient(90deg,#c6c6cd14 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 50% 40%,#000 10%,#0000 60%);mask-image:radial-gradient(at 50% 40%,#000 10%,#0000 60%)}.hero>.container{width:100%}.hero__content{z-index:2;max-width:740px;position:relative}.hero__content .badge,.hero__content .text-hero{margin-bottom:1.25rem}.hero__content .text-body-lg{max-width:600px;margin-bottom:2.25rem}.hero__content .btn-group{margin-bottom:2.5rem}.hero--centered .hero__content{text-align:center;margin:0 auto}.hero--centered .hero__content .text-body-lg{margin:0 auto 2.25rem}.hero__content--wide{max-width:980px}.hero__content--wide .text-body-lg{max-width:760px}.hero--centered .btn-group{justify-content:center}.section--dark .text-hero,.section--dark .text-h1,.section--dark .text-h2,.section--dark .text-h3{color:var(--on-primary)}.hero__mockup{z-index:2;perspective:1200px;width:100%;max-width:min(1360px,100vw - 3rem);margin:2.5rem auto 0;position:relative}.hero__mockup-frame{background:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-ambient);transition:transform .6s var(--ease-out);overflow:hidden;transform:rotateX(2deg)}.hero__mockup-frame:hover{transform:rotateX(0)}.hero__mockup-toolbar,.hero__mockup-dot{display:none}.img-placeholder{background:var(--surface-low);border-radius:var(--radius);aspect-ratio:16/9;color:var(--on-surface-variant);font-size:var(--text-body-sm);opacity:.8;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;display:flex;position:relative;overflow:hidden}.img-placeholder:before{content:"";background:radial-gradient(circle at 30% 40%,#2752e50a 0%,#0000 50%);position:absolute;inset:0}.img-placeholder__icon{border-radius:var(--radius);background:var(--surface-high);width:44px;height:44px;font-size:var(--text-title);z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.img-placeholder__label{z-index:1;font-weight:500;font-size:var(--text-label);opacity:.7;position:relative}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.stat-card{background:var(--surface-card);border-radius:var(--radius-lg);transition:box-shadow .3s, transform .3s var(--ease-out);padding:2.25rem 1.75rem;position:relative}.stat-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.stat-card__number{font-family:var(--font-display);letter-spacing:-.04em;color:var(--on-surface);margin-bottom:.375rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1}.stat-card__label{font-size:var(--text-title-sm);color:var(--on-surface);margin-bottom:.875rem;font-weight:600}.stat-card__body{font-size:var(--text-body-sm);color:var(--on-surface-variant);line-height:1.65}.stat-card__source{font-size:var(--text-label);color:var(--on-surface-variant);opacity:.5;margin-top:.75rem;font-style:italic}.modules-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.module-card{background:var(--surface-card);border-radius:var(--radius-lg);transition:box-shadow .3s, transform .3s var(--ease-out);flex-direction:column;padding:1.75rem;display:flex;position:relative}.module-card__link:after{content:"";z-index:1;position:absolute;inset:0}.module-card__image{border-radius:12px;overflow:hidden}.module-card__image img{transition:transform .5s var(--ease-out)}.module-card:hover .module-card__image img{transform:scale(1.02)}.module-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:.875rem;display:flex}.module-card__icon{border-radius:var(--radius);background:var(--surface-low);width:40px;height:40px;font-size:var(--text-title);color:var(--on-surface-variant);justify-content:center;align-items:center;display:flex}.module-card__tag,.module-card__eyebrow{font-family:var(--font-mono);font-size:var(--text-label);color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;font-weight:500;display:block}.module-card__title{font-family:var(--font-display);font-size:var(--text-title);margin-bottom:.625rem;font-weight:700}.module-card__desc{font-size:var(--text-body-sm);color:var(--on-surface-variant);flex-grow:1;margin-bottom:1rem;line-height:1.65}.module-card__pills{flex-wrap:wrap;gap:.375rem;margin-bottom:1.25rem;display:flex}.pill{font-size:var(--text-label);font-weight:500;font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;color:var(--on-surface-variant);background:var(--surface-low);border-radius:var(--radius-full);padding:.1875rem .5rem}.module-card__image{margin-bottom:1.25rem}.module-card__image .img-placeholder{aspect-ratio:16/10}.module-card__link{font-size:var(--text-body-sm);color:var(--primary);transition:gap .2s var(--ease-out);align-items:center;gap:.3rem;margin-top:auto;font-weight:600;display:flex}.module-card:hover .module-card__link{gap:.5rem}.ai-timeline{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.ai-phase{background:var(--surface-card);border-radius:var(--radius-lg);padding:1.75rem}.ai-phase__badge{font-size:var(--text-label);border-radius:var(--radius-full);margin-bottom:1rem;padding:.1875rem .5rem;font-weight:600;display:inline-flex}.ai-phase--shipped .ai-phase__badge{color:var(--success);background:#16a34a1a}.ai-phase--building .ai-phase__badge{background:var(--primary-faint);color:var(--primary)}.ai-phase--vision .ai-phase__badge{background:var(--surface-high);color:var(--on-surface-variant)}.ai-phase__title{font-family:var(--font-display);font-size:var(--text-title);margin-bottom:1rem;font-weight:700}.ai-phase__list{flex-direction:column;gap:.625rem;list-style:none;display:flex}.ai-phase__list li{font-size:var(--text-body-sm);color:var(--on-surface-variant);padding-left:1.125rem;line-height:1.55;position:relative}.ai-phase__list li:before{content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.ai-phase--shipped .ai-phase__list li:before{background:var(--success)}.ai-phase--building .ai-phase__list li:before{background:var(--primary)}.ai-phase--vision .ai-phase__list li:before{background:var(--surface-high)}.ai-phase--vision{opacity:.65}.diff-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.diff-card{background:var(--surface-card);border-radius:var(--radius-lg);padding:2rem 1.75rem;transition:box-shadow .3s}.diff-card:hover{box-shadow:var(--shadow-soft)}.diff-card__icon{border-radius:var(--radius);background:var(--surface-low);width:44px;height:44px;font-size:var(--text-title);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.diff-card__title{font-family:var(--font-display);font-size:var(--text-title);margin-bottom:.75rem;font-weight:700}.diff-card__body{font-size:var(--text-body-sm);color:var(--on-surface-variant);line-height:1.7}.steps{flex-direction:column;gap:3.5rem;display:flex}.step{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;display:grid}.step:nth-child(2n){direction:rtl}.step:nth-child(2n)>*{direction:ltr}.step__meta{align-items:center;gap:.625rem;margin-bottom:.75rem;display:flex}.step__number{background:var(--primary);width:34px;height:34px;font-family:var(--font-display);font-size:var(--text-body-sm);color:var(--on-primary);border-radius:8px;justify-content:center;align-items:center;font-weight:700;display:flex}.step__time{font-family:var(--font-mono);font-size:var(--text-label);color:var(--primary);font-weight:500}.step__title{font-family:var(--font-display);font-size:var(--text-headline-sm);margin-bottom:.75rem;font-weight:700}.step__body{font-size:var(--text-body-sm);color:var(--on-surface-variant);line-height:1.7}.tabs__nav{background:var(--surface-low);border-radius:var(--radius);gap:0;width:fit-content;margin:0 auto 2.5rem;padding:.25rem;display:flex}.tabs__btn{font-family:var(--font-body);font-size:var(--text-body-sm);color:var(--on-surface-variant);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.625rem 1.25rem;font-weight:600;transition:all .2s;display:flex}.tabs__btn:hover{color:var(--on-surface)}.tabs__btn.active{background:var(--surface-card);color:var(--on-surface);box-shadow:var(--shadow-soft)}.tabs__panel{display:none}.tabs__panel.active{display:block}.hero-video{aspect-ratio:16/9;background:var(--surface);cursor:pointer;width:100%;font:inherit;color:inherit;border:0;padding:0;display:block;position:relative;overflow:hidden}.hero-video__toggle{z-index:3;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;width:44px;height:44px;transition:opacity .25s var(--ease-out), transform .25s var(--ease-out);pointer-events:none;background:#0e10148c;border-radius:999px;justify-content:center;align-items:center;display:flex;position:absolute;bottom:16px;right:16px;transform:scale(.92)}.hero-video:hover .hero-video__toggle,.hero-video.is-paused .hero-video__toggle{opacity:1;transform:scale(1)}@media (prefers-reduced-motion:reduce){.hero-video__toggle{transition:none}}.hero-video video{object-fit:contain;object-position:center;width:100%;height:100%;position:absolute;inset:0}.tabs__panel.active .use-case-item{animation:.5s cubic-bezier(.22,.61,.36,1) both tab-card-in}.tabs__panel.active .use-case-item:nth-child(2){animation-delay:50ms}.tabs__panel.active .use-case-item:nth-child(3){animation-delay:.1s}.tabs__panel.active .use-case-item:nth-child(4){animation-delay:.15s}.tabs__panel.active .use-case-item:nth-child(5){animation-delay:.2s}.tabs__panel.active .use-case-item:nth-child(6){animation-delay:.25s}@keyframes tab-card-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.tabs__panel.active .use-case-item{animation:none}}.use-case-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.use-case-item{background:var(--surface-card);border:1px solid var(--surface-high);border-radius:var(--radius);transition:border-color .22s var(--ease-out), box-shadow .22s var(--ease-out), transform .22s var(--ease-out);padding:1.75rem 1.625rem 1.625rem;position:relative;overflow:hidden}.use-case-item:before{content:"";background:var(--primary);transform-origin:0;height:2px;transition:transform .32s var(--ease-out);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.use-case-item:hover{border-color:var(--surface-high);box-shadow:var(--shadow-ambient);transform:translateY(-2px)}.use-case-item:hover:before{transform:scaleX(1)}a.use-case-item{color:inherit;text-decoration:none;display:block}@media (prefers-reduced-motion:reduce){.use-case-item,.use-case-item:before{transition:none}.use-case-item:hover{transform:none}}.use-case-item__title{font-family:var(--font-display);font-size:var(--text-title-sm);color:var(--on-surface);margin-bottom:.375rem;font-weight:600}.use-case-item__desc{font-size:var(--text-body-sm);color:var(--on-surface-variant);line-height:1.6}.integrations-stat{font-family:var(--font-display);color:var(--on-surface);letter-spacing:calc(-.0277em + 1.108px);font-variant-numeric:tabular-nums;margin-bottom:.375rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600}.integrations-stat span{color:var(--primary)}.stat-moment{background:var(--surface-void);color:#fff;padding:clamp(3rem,8vw,7rem) 0}.stat-moment__row{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:2rem;max-width:1100px;margin:0 auto;display:grid}.stat-moment__item{text-align:center;flex-direction:column;gap:.5rem;display:flex}.stat-moment__num{font-family:var(--font-display);letter-spacing:-.04em;color:#fff;font-size:clamp(3.5rem,9vw,7rem);font-weight:800;line-height:1}.stat-moment__num span{color:var(--primary-light);margin-left:.15rem;font-size:.5em}.stat-moment__label{font-size:var(--text-body-sm);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c}.stat-moment__divider{background:#ffffff1a;width:1px;height:60%}@media (max-width:768px){.stat-moment__row{grid-template-columns:1fr;gap:2.5rem}.stat-moment__divider{display:none}}.logo-grid{grid-template-columns:repeat(4,1fr);gap:1rem;max-width:960px;margin:3rem auto 0;display:grid}.logo-grid__item{background:var(--surface-card);border-radius:var(--radius);transition:transform .2s var(--ease-out);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 1rem;display:flex}.logo-grid__item:hover{transform:translateY(-2px)}.logo-grid__item img{object-fit:contain;width:40px;height:40px}.logo-grid__item span{font-size:var(--text-label);color:var(--on-surface-variant);text-align:center;font-weight:500}@media (max-width:768px){.logo-grid{grid-template-columns:repeat(2,1fr)}}.marquee-container{padding:.625rem 0;position:relative;overflow:hidden}.marquee-container:before,.marquee-container:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.marquee-container:before{background:linear-gradient(90deg, var(--surface-low), transparent);left:0}.marquee-container:after{background:linear-gradient(270deg, var(--surface-low), transparent);right:0}.marquee-container:hover .marquee-track{animation-play-state:paused}.marquee-track{will-change:transform;flex-wrap:nowrap;gap:.75rem;width:max-content;animation:42s linear infinite marquee-scroll;display:flex}.marquee-track:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}.marquee-item{background:var(--surface-card);border-radius:var(--radius);cursor:default;flex-shrink:0;align-items:center;gap:.625rem;padding:.625rem 1.125rem;transition:box-shadow .2s;display:flex}.marquee-item:hover{box-shadow:var(--shadow-soft)}.marquee-item__icon{background:var(--surface-low);width:28px;height:28px;font-size:var(--text-label);color:var(--on-surface-variant);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.marquee-item__logo{object-fit:contain;flex-shrink:0;width:22px;height:22px}.marquee-item__name{font-size:var(--text-body-sm);color:var(--on-surface);white-space:nowrap;font-weight:600}.customer-bar{background:var(--surface-card);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);padding:3rem 0;scroll-margin-top:90px}.customer-bar__inner{grid-template-columns:auto 1fr;align-items:center;gap:2.5rem;max-width:960px;margin:0 auto;display:grid}.customer-bar__logo{background:var(--surface-low);border-radius:12px;justify-content:center;align-items:center;min-width:180px;padding:.75rem 1.25rem;display:flex}.customer-bar__content{flex-direction:column;gap:.375rem;display:flex}.customer-bar__eyebrow{font-family:var(--font-mono);font-size:var(--text-label);letter-spacing:.08em;text-transform:uppercase;color:var(--on-surface-variant);font-weight:500}.customer-bar__name{font-family:var(--font-display);font-size:var(--text-title);color:var(--on-surface);font-weight:700}.customer-bar__quote{font-size:var(--text-body);color:var(--on-surface-variant);margin-top:.25rem;font-style:italic;line-height:1.55}@media (max-width:768px){.customer-bar__inner{text-align:center;grid-template-columns:1fr;gap:1.25rem}.customer-bar__logo{justify-self:center}.customer-bar__content{align-items:center}}.connector-methods{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.connector-pill{border-radius:var(--radius-full);font-family:var(--font-mono);font-size:var(--text-label);letter-spacing:.04em;color:var(--primary);background:#2752e50f;border:1.5px solid #2752e540;align-items:center;padding:.5rem 1.25rem;font-weight:600;transition:color .2s,background .2s,border-color .2s;display:flex}.connector-pill:hover{color:var(--primary-hover);background:#2752e51f;border-color:#2752e566}.connector-pill svg{flex-shrink:0}.roadmap-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.roadmap-card{background:var(--surface-card);border-radius:var(--radius-lg);opacity:.55;border:1px dashed #c6c6cd4d;padding:1.75rem 1.5rem;transition:opacity .3s,box-shadow .3s}.roadmap-card:hover{opacity:.8;box-shadow:var(--shadow-soft)}.roadmap-card__label{font-family:var(--font-mono);font-size:var(--text-label);color:var(--on-surface-variant);text-transform:uppercase;letter-spacing:.05em;opacity:.6;margin-bottom:.625rem}.roadmap-card__title{font-family:var(--font-display);font-size:var(--text-title);margin-bottom:.5rem;font-weight:700}.roadmap-card__desc{font-size:var(--text-body-sm);color:var(--on-surface-variant);line-height:1.6}.cta-section{padding:var(--section-pad) 0;background:var(--brand-gradient);color:var(--on-primary);position:relative;overflow:hidden}.cta-section__bg{position:absolute;inset:0}.cta-section__bg:before{content:"";background:radial-gradient(#2752e514 0%,#0000 70%);width:40%;height:80%;position:absolute;top:-30%;left:30%}.cta-section__inner{z-index:2;text-align:center;max-width:600px;margin:0 auto;position:relative}.cta-section__inner .text-h2{color:var(--on-primary);margin-bottom:.875rem}.cta-section__inner .text-body-lg{color:#ffffffa6;margin-bottom:2rem}.cta-section__inner .btn-group{justify-content:center}.cta-note{font-family:var(--font-mono);font-size:var(--text-label);letter-spacing:.06em;color:#ffffff73;margin-top:1.25rem}.cta-section__inner .btn--ghost{color:#ffffffd9;box-shadow:none;background:#ffffff14;border-color:#ffffff40}.cta-section__inner .btn--ghost:hover{color:#fff;background:#ffffff29}.footer{background:var(--surface-low);color:var(--on-surface-variant);border-top:1px solid var(--hairline);padding:4rem 0 2rem}.footer__grid{grid-template-columns:1.6fr repeat(4,1fr);gap:2.5rem;margin-bottom:3rem;display:grid}.footer__brand{max-width:260px}.footer__brand-name{font-family:var(--font-display);font-size:var(--text-title);letter-spacing:-.02em;color:var(--on-surface);align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;display:flex}.footer__brand-name .nav__logo-icon{background:0 0}.footer__brand-desc{letter-spacing:-.01em;color:var(--on-surface);max-width:22ch;font-size:1rem;font-weight:500;line-height:1.4}.footer__col-title{font-size:var(--text-body-sm);color:var(--on-surface);margin-bottom:.875rem;font-weight:500}.footer__links{flex-direction:column;gap:.625rem;list-style:none;display:flex}.footer__links a{font-size:var(--text-body-sm);color:var(--on-surface-variant)}.footer__links a:hover{color:var(--on-surface)}.footer__bottom{border-top:1px solid var(--hairline);font-size:var(--text-label-lg);color:var(--on-surface-tertiary);justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.footer__bottom-links{gap:1.25rem;display:flex}.footer__bottom-links a{font-size:var(--text-label-lg);color:var(--on-surface-tertiary)}.footer__bottom-links a:hover{color:var(--on-surface)}.feature-row__callout{background:var(--surface-low);border-radius:var(--radius);font-size:var(--text-body-sm);color:var(--on-surface-variant);padding:.875rem 1.125rem;line-height:1.6}.ai-callout{background:var(--surface-card);border-radius:var(--radius-lg);padding:2.25rem;position:relative;overflow:hidden}.ai-callout__title{font-family:var(--font-display);font-size:var(--text-title);align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:700;display:flex}.ai-callout__body{font-size:var(--text-body-sm);color:var(--on-surface-variant);line-height:1.7}.ai-callout__body strong{color:var(--on-surface);font-weight:600}.problem-grid{grid-template-columns:repeat(3,1fr);gap:1.125rem;display:grid}.problem-card{background:var(--surface-card);border-radius:var(--radius);padding:1.75rem}.problem-card__title{font-family:var(--font-display);font-size:var(--text-title-sm);margin-bottom:.625rem;font-weight:700}.problem-card__body{font-size:var(--text-body-sm);color:var(--on-surface-variant);line-height:1.65}.scroll-ready .animate-on-scroll{opacity:0;transition:opacity .6s var(--ease-out), transform .6s var(--ease-out);transform:translateY(20px)}.scroll-ready .animate-on-scroll.animate-in{opacity:1;transform:translateY(0)}.scroll-ready .stagger-children>.animate-on-scroll:first-child{transition-delay:0s}.scroll-ready .stagger-children>.animate-on-scroll:nth-child(2){transition-delay:60ms}.scroll-ready .stagger-children>.animate-on-scroll:nth-child(3){transition-delay:.12s}.scroll-ready .stagger-children>.animate-on-scroll:nth-child(4){transition-delay:.18s}.scroll-ready .stagger-children>.animate-on-scroll:nth-child(5){transition-delay:.24s}@media (max-width:1024px){.modules-grid,.diff-grid,.ai-timeline{grid-template-columns:1fr}.roadmap-grid{grid-template-columns:repeat(2,1fr)}.step{grid-template-columns:1fr;gap:1.5rem}.step:nth-child(2n){direction:ltr}.footer__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.nav__links,.nav__cta{display:none}.nav__toggle{display:block}.hero{min-height:auto;padding:calc(68px + 1.5rem) 0 1.5rem}.stats-grid,.problem-grid{grid-template-columns:1fr}.tabs__nav{flex-direction:column;width:100%}.use-case-grid{grid-template-columns:1fr}.integrations-grid{grid-template-columns:1fr 1fr}.roadmap-grid,.footer__grid{grid-template-columns:1fr}.footer__bottom{text-align:center;flex-direction:column;gap:.75rem}.section{padding:clamp(2.5rem,6vw,4rem) 0}.section-header{margin-bottom:2rem}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--surface-high);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--outline-variant)}.module-card,.use-case-item,.problem-card,.stat-card,.diff-card,.roadmap-card,.ai-callout,.ai-matrix__row,.customer-bar__logo,.marquee-item{border:1px solid var(--border-subtle);box-shadow:var(--shadow-xs)}.module-card:hover,.use-case-item:hover,.diff-card:hover{border-color:var(--border-default);box-shadow:var(--shadow-soft)}.module-card:hover{box-shadow:var(--shadow-ambient);transform:translateY(-5px)}.use-case-item,.diff-card{transition:transform .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s var(--ease-out)}.use-case-item:hover,.diff-card:hover{transform:translateY(-4px)}.hero__mockup-frame{border:1px solid var(--border-subtle);box-shadow:var(--shadow-hero);transition:transform .6s var(--ease-out), box-shadow .6s var(--ease-out);transform:rotateX(3deg)}.hero__mockup-frame:hover{transform:rotateX(0)translateY(-6px);box-shadow:0 40px 80px -24px #0f12183d}.nav__dropdown-menu,.tabs__nav,.feature-row__callout{border:1px solid var(--border-subtle)}.section-eyebrow,.module-card__eyebrow,.ai-matrix__eyebrow{letter-spacing:.08em}.hero__halo{pointer-events:none;background:radial-gradient(closest-side,#2752e51a,#2bb7c90f 50%,#0000 80%);border-radius:50%;width:1100px;height:620px;position:absolute;top:-220px;left:50%;transform:translate(-50%)}.badge--announce{background:var(--surface-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-xs);color:var(--on-surface-variant);text-transform:none;letter-spacing:-.005em;font-weight:500;font-size:var(--text-label-lg);padding:.3125rem .875rem .3125rem .375rem}.badge--announce .badge__chip{border-radius:var(--radius-full);font-size:var(--text-nano);letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--brand-gradient);padding:.125rem .5rem;font-weight:600}.hero__trust{font-size:var(--text-label);color:var(--on-surface-tertiary);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.125rem;display:flex}.hero__trust-item{align-items:center;gap:.375rem;display:inline-flex}.hero__trust-item svg{color:var(--success)}.hero__trust-divider{background:var(--border-default);width:1px;height:12px}.problem-strip{gap:var(--space-5);counter-reset:gripe;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;margin:0 auto;display:grid}.problem-strip__item{padding-top:var(--space-4);border-top:1px solid var(--surface-high);text-align:left;color:var(--on-surface);letter-spacing:-.012em;counter-increment:gripe;font-size:clamp(1.0625rem,1.35vw,1.25rem);font-weight:500;line-height:1.45;position:relative}.problem-strip__item:before{content:counter(gripe, decimal-leading-zero);margin-bottom:var(--space-3);font-family:var(--font-mono), monospace;font-size:var(--text-micro);letter-spacing:.08em;color:var(--error);display:block}.problem-strip__divider{display:none}@media (max-width:768px){.problem-strip{grid-template-columns:1fr}.problem-strip__divider{display:none}}.use-case-grid--four{grid-template-columns:repeat(4,1fr)}.use-case-grid--four .use-case-item__title{margin-bottom:0}@media (max-width:1024px){.use-case-grid--four{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.use-case-grid--four{grid-template-columns:1fr}}.use-case-grid--two{grid-template-columns:repeat(2,1fr)}@media (max-width:640px){.use-case-grid--two{grid-template-columns:1fr}}.compliance-strip{text-align:center;max-width:720px;margin:0 auto}.compliance-strip__chips{flex-wrap:wrap;justify-content:center;gap:.625rem;margin-bottom:1rem;display:flex}.compliance-strip p{font-size:var(--text-body-sm);color:var(--on-surface-variant);line-height:1.6}.integration-cols{grid-template-columns:1fr 1fr;gap:1.25rem;max-width:880px;margin:2.5rem auto 0;display:grid}.integration-col{background:var(--surface-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-xs);border-radius:var(--radius);padding:1.75rem}.integration-col__label{font-family:var(--font-mono);font-size:var(--text-label);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-weight:500}.integration-col--today .integration-col__label{color:var(--success)}.integration-col--roadmap .integration-col__label{color:var(--on-surface-tertiary)}.integration-col ul{flex-direction:column;gap:.625rem;list-style:none;display:flex}.integration-col li{font-size:var(--text-body-sm);color:var(--on-surface-variant);padding-left:1.125rem;line-height:1.5;position:relative}.integration-col li:before{content:"";background:var(--border-strong);border-radius:50%;width:5px;height:5px;position:absolute;top:.5em;left:0}.integration-col--today li:before{background:var(--success)}@media (max-width:768px){.integration-cols{grid-template-columns:1fr}}.bridge-flow{justify-content:center;align-items:stretch;gap:.75rem;max-width:1080px;margin:0 auto;display:flex}.bridge-step{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);text-align:center;transition:box-shadow .3s var(--ease-out), transform .3s var(--ease-out);flex:1 1 0;padding:2rem 1.75rem}.bridge-step:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px)}.bridge-step__icon{border-radius:var(--radius);justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1rem;display:flex}.bridge-step__icon--detect{color:#b86f05;background:#e08a0b1f}.bridge-step__icon--trigger{color:var(--primary);background:#2752e51a}.bridge-step__icon--close{color:#0b6e4a;background:#16a97424}.bridge-step__label{font-family:var(--font-mono);font-size:var(--text-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-surface);margin-bottom:.5rem;font-weight:700;display:block}.bridge-step__body{color:var(--on-surface-variant);font-size:clamp(1rem,1.25vw,1.125rem);line-height:1.5}.bridge-arrow{color:var(--primary);opacity:.55;flex:none;align-items:center;display:flex}@media (max-width:768px){.bridge-flow{flex-direction:column;align-items:stretch}.bridge-arrow{justify-content:center;padding:.25rem 0}.bridge-arrow svg{transform:rotate(90deg)}}:root{--nuvio:#7c3aed;--nuvio-border:#ddd6fe;--nuvio-bg:#f1e9fe;--product-govern:#1e8fd0;--product-detect:#2bb7c9;--product-discover:#2752e5;--product-posture:#1ecb85}.nav__dropdown-menu--mega{width:min(1180px,100%);min-width:0;padding:1.25rem 1.25rem .875rem}.nav__mobile-group{flex-direction:column;display:flex}.nav__mobile-head{color:var(--on-surface);align-items:center;gap:.5rem;margin-top:.5rem;font-weight:600;display:flex!important}.nav__mobile-sub{font-size:var(--text-body-sm)!important;padding-left:1.125rem!important}.badge--nuvio{background:var(--nuvio-bg);border-color:var(--nuvio-border);color:var(--nuvio)}.engine-stage{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs,0 1px 2px #0f12180a);background:linear-gradient(#fff,#fbfcfe);overflow:hidden}.engine-stage__chrome{border-bottom:1px solid var(--border-subtle);align-items:center;gap:.4rem;padding:.75rem 1rem;display:flex}.engine-stage__chrome>span:not(.engine-stage__title){background:var(--border-subtle);border-radius:999px;width:9px;height:9px}.engine-stage__title{font-size:var(--text-label);color:var(--on-surface-variant);margin-left:auto;margin-right:auto}.engine-svg{width:100%;height:auto;padding:1.25rem .5rem;display:block}.engine-svg__label{font-size:var(--text-label-lg);fill:var(--on-surface);font-weight:600}.engine-svg__sub{font-size:var(--text-nano);fill:var(--on-surface-variant)}.engine-svg__pill{font-size:var(--text-label);fill:var(--on-surface);font-weight:500}.engine-svg__caption{font-size:var(--text-micro);fill:var(--on-surface-variant);letter-spacing:.02em}.mode-card--warn .mode-card__pill{color:#b06d06;background:#fdf4e3}.mode-card__body{font-size:var(--text-body-sm);color:var(--on-surface-variant);margin:0}.mode-note{font-size:var(--text-body-sm);color:var(--on-surface-variant);text-align:center;margin-top:1rem}.agent-grid{grid-template-rows:auto repeat(3,auto);grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.agent-col{flex-direction:column;gap:.75rem;display:flex}@supports (grid-template-rows:subgrid){@media (min-width:981px){.agent-col{grid-row:1/-1;grid-template-rows:subgrid;display:grid}.agent-col .agent-card{flex:none}}}.agent-col__head{font-size:var(--text-label);letter-spacing:.06em;text-transform:uppercase;color:var(--p);align-items:center;font-weight:600;display:flex}.agent-card{border:1px solid var(--border-subtle);border-radius:var(--radius);background:#fff;flex:1;padding:1rem 1.125rem}.agent-card__name{font-size:var(--text-body-sm);margin:0 0 .375rem;font-weight:600}.prompt-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.prompt-card{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:#fff;padding:1.25rem 1.375rem}.prompt-card__product{font-size:var(--text-label);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.875rem;font-weight:600;display:flex}.prompt-card__ask{border:1px solid var(--border-subtle);border-radius:var(--radius);font-size:var(--text-body-sm);background:linear-gradient(135deg,#f4f7ff,#fbfcfe);margin:0 0 .875rem;padding:.75rem .875rem}.prompt-card__result{font-size:var(--text-label);text-transform:uppercase;letter-spacing:.06em;color:var(--on-surface-variant);margin-bottom:.625rem;display:block}.prompt-card__actions{margin:0;padding:0;list-style:none}.prompt-card__actions li{font-size:var(--text-body-sm);border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 0;display:flex}.perm-pill{font-size:var(--text-micro);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:.2rem .5rem;font-weight:600}.perm-pill--auto{color:#0ea56a;background:#e4fbf1}.perm-pill--approve{color:#b06d06;background:#fdf4e3}.perm-pill--off{color:#c42222;background:#fdecec}.loop-svg{width:100%;height:auto}.loop-svg__core{font-size:var(--text-label-lg);fill:var(--on-surface);font-weight:600}.loop-svg__node{font-size:var(--text-label);font-weight:600}.loop-svg__badge{font-size:var(--text-micro);fill:#7c3aed;font-weight:600}.loop-svg__mono{font-size:var(--text-nano);fill:var(--on-surface-variant);letter-spacing:.03em}.bridge-list{flex-direction:column;gap:1.25rem;display:flex}.bridge-list--row{gap:var(--space-6);margin-top:var(--space-7);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:860px){.bridge-list--row{grid-template-columns:1fr}}.bridge-item{border-left:2px solid var(--border-subtle);padding-left:1.25rem}.bridge-item__num{font-size:var(--text-label);color:var(--nuvio);letter-spacing:.06em;font-weight:600}.bridge-item__title{font-size:var(--text-title);margin:.25rem 0 .5rem;font-weight:600}.bridge-item__body{font-size:var(--text-body-sm);color:var(--on-surface-variant);margin:0;line-height:1.6}@media (max-width:980px){.agent-grid{grid-template-rows:none;grid-template-columns:repeat(2,minmax(0,1fr))}.mode-grid,.prompt-grid{grid-template-columns:1fr}}.vs-table{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-card);max-width:900px;margin:0 auto;overflow:hidden}.vs-row{border-top:1px solid var(--border-subtle);font-size:var(--text-body-sm);grid-template-columns:.8fr 1.1fr 1.1fr;align-items:center;gap:1rem;padding:.9375rem 1.25rem;display:grid}.vs-row:first-child{border-top:none}.vs-row--head{background:var(--surface-low);font-weight:600;font-size:var(--text-label);letter-spacing:.04em;text-transform:uppercase;padding-top:1.0625rem;padding-bottom:1.0625rem}.vs-row--head .vs-row__them{color:var(--on-surface-tertiary)}.vs-row--head .vs-row__us{color:var(--nuvio,#7c3aed)}.vs-row__label{color:var(--on-surface);font-weight:600}.vs-row__them{color:var(--on-surface-tertiary)}.vs-row__us{color:var(--on-surface);padding-left:1.5rem;font-weight:500;position:relative}.vs-row:not(.vs-row--head) .vs-row__us:before{content:"";border-left:2px solid var(--nuvio,#7c3aed);border-bottom:2px solid var(--nuvio,#7c3aed);width:15px;height:8px;margin-top:-5px;position:absolute;top:50%;left:0;transform:rotate(-45deg)}@media (max-width:720px){.vs-row{grid-template-columns:1fr;gap:.25rem;padding:.875rem 1rem}.vs-row--head{display:none}.vs-row__label{font-size:var(--text-label);text-transform:uppercase;letter-spacing:.04em;color:var(--on-surface-tertiary)}.vs-row__them{opacity:.7;text-decoration:line-through}}.feature-shot{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-card);max-width:1000px;margin:clamp(2rem,4vw,3rem) auto 0;overflow:hidden;box-shadow:0 24px 60px -24px #0e10143d}.agent-card{position:relative}.agent-card__icon{width:30px;height:30px;color:var(--agent,var(--primary));background:color-mix(in srgb, var(--agent,var(--primary)) 12%, transparent);border-radius:8px;place-items:center;margin-bottom:.625rem;display:grid}.agent-card__ask{border-top:1px dashed var(--border-subtle);font-family:var(--font-mono);font-size:var(--text-label);color:var(--on-surface-tertiary);margin:.5rem 0 0;padding-top:.5rem;line-height:1.5}.product-links{grid-template-columns:repeat(4,1fr);gap:.875rem;display:grid}@media (max-width:1000px){.product-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.product-links{grid-template-columns:1fr}}.product-link{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-card);flex-direction:column;gap:.3125rem;padding:1.25rem 1.375rem;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s;display:flex;position:relative}.product-link:hover{border-color:var(--pl,var(--primary));transform:translateY(-2px);box-shadow:0 14px 30px -18px #0e10144d}.product-link__dot{background:var(--pl,var(--primary));border-radius:999px;width:8px;height:8px}.product-link__name{font-size:var(--text-body);color:var(--on-surface);font-weight:600}.product-link__blurb{font-size:var(--text-body-sm);color:var(--on-surface-tertiary)}.product-link__go{color:var(--pl,var(--primary));opacity:0;transition:opacity .18s,transform .18s;position:absolute;top:1.25rem;right:1.25rem}.product-link:hover .product-link__go{opacity:1;transform:translate(2px)}.nx{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-card);text-align:left;width:100%;max-width:720px;margin:0 auto;overflow:hidden;box-shadow:0 30px 70px -30px #0e101447}.nx__sr{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nx__bar{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;height:46px;padding:0 1.125rem;display:flex}.nx__title{font-size:var(--text-label-lg);color:var(--on-surface);font-weight:600}.nx__title i{color:var(--on-surface-tertiary);margin:0 .3125rem;font-style:normal}.nx__live{font-size:var(--text-label);color:#16a974;align-items:center;gap:.375rem;font-weight:500;display:inline-flex}.nx__live span{background:currentColor;border-radius:999px;width:6px;height:6px}.nx__agents{border-bottom:1px solid var(--border-subtle);background:var(--surface);flex-wrap:wrap;gap:.375rem;padding:.75rem 1.125rem;display:flex}.nx__agent{border:1px solid var(--border-subtle);background:var(--surface-card);font-size:var(--text-label);color:var(--on-surface-tertiary);border-radius:999px;align-items:center;gap:.375rem;padding:.3125rem .625rem;font-weight:500;transition:color .3s,border-color .3s,box-shadow .3s;display:inline-flex}.nx__agent-dot{background:var(--a);opacity:.35;border-radius:999px;width:6px;height:6px;transition:opacity .3s,box-shadow .3s}.nx__agent.is-on{color:var(--on-surface);border-color:color-mix(in srgb, var(--a) 45%, var(--border-subtle));box-shadow:0 0 0 3px color-mix(in srgb, var(--a) 9%, transparent)}.nx__agent.is-on .nx__agent-dot{opacity:1;box-shadow:0 0 0 3px color-mix(in srgb, var(--a) 18%, transparent)}.nx__feed{scroll-behavior:smooth;flex-direction:column;justify-content:flex-end;gap:.6875rem;height:262px;padding:1rem 1.125rem;display:flex;overflow:hidden}@keyframes nx-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.nx__msg,.nx__stage,.nx__gate{flex-shrink:0;animation:.3s cubic-bezier(.2,.7,.3,1) both nx-rise}.nx__who{font-size:var(--text-micro);font-weight:600}.nx__msg p{background:var(--surface-low);border:1px solid var(--border-subtle);font-size:var(--text-label-lg);color:var(--on-surface);border-radius:3px 10px 10px;margin:.25rem 0 0;padding:.5625rem .75rem;line-height:1.45}.nx__msg em{color:var(--primary);font-style:normal;font-weight:600}.nx__stage{background:#e08a0b0d;border:1px solid #e08a0b52;border-radius:9px;padding:.625rem .75rem}.nx__stage-tag{font-size:var(--text-nano);letter-spacing:.06em;text-transform:uppercase;color:#a9660a;font-weight:700}.nx__stage-body{font-size:var(--text-label-lg);color:var(--on-surface);margin:.3125rem 0 0;font-weight:600}.nx__stage-meta{font-size:var(--text-micro);color:var(--on-surface-tertiary);margin:.1875rem 0 0}.nx__gate{color:#16a974;background:#16a9740f;border:1px solid #16a97452;border-radius:9px;align-items:flex-start;gap:.4375rem;padding:.625rem .75rem;display:flex}.nx__gate p{font-size:var(--text-label-lg);margin:0;font-weight:500;line-height:1.4}.nx__transport{border-top:1px solid var(--border-subtle);background:var(--surface);align-items:center;gap:.75rem;height:48px;padding:0 1.125rem;display:flex}.nx__btn{border:1px solid var(--border-subtle);background:var(--surface-card);width:26px;height:26px;color:var(--on-surface);cursor:pointer;border-radius:7px;flex-shrink:0;place-items:center;transition:border-color .15s,color .15s;display:grid}.nx__btn:hover{border-color:var(--primary);color:var(--primary)}.nx__btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.nx__btn--ghost{color:var(--on-surface-tertiary);background:0 0;border-color:#0000}.nx__track{background:var(--border-subtle);border-radius:999px;flex:1;height:3px;overflow:hidden}.nx__fill{background:var(--nuvio,#7c3aed);border-radius:999px;height:100%;transition:width .4s linear;display:block}@media (max-width:620px){.nx__feed{height:300px;padding:.875rem}.nx__agents{padding:.625rem .875rem}.nx__bar,.nx__transport{padding:0 .875rem}}@media (prefers-reduced-motion:reduce){.nx__msg,.nx__stage,.nx__gate{animation:none}.nx__feed{scroll-behavior:auto}}.hero__console{z-index:2;width:100%;margin:clamp(2rem,4vw,3rem) auto 0;position:relative}.nx__past{opacity:.42;flex-direction:column;flex-shrink:0;gap:.6875rem;display:flex;-webkit-mask-image:linear-gradient(#0000 0,#000 46px);mask-image:linear-gradient(#0000 0,#000 46px)}.coverage-chips{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.25rem;display:flex}.coverage-chip{border:1px solid var(--border-subtle);background:var(--surface-card);font-size:var(--text-body-sm);color:var(--on-surface-variant);border-radius:999px;align-items:baseline;gap:.375rem;padding:.4375rem .875rem;display:inline-flex}.coverage-chip b{font-size:var(--text-body);color:var(--on-surface);font-weight:700}.mech-list{counter-reset:mech;max-width:820px;margin:0 auto;padding:0;list-style:none}.mech-item{border-top:1px solid var(--border-subtle);grid-template-columns:2.5rem 1fr;gap:1rem;padding:1.125rem 0;display:grid}.mech-item:first-child{border-top:none}.mech-item__n{font-family:var(--font-mono);font-size:var(--text-label);color:var(--primary);padding-top:.1875rem;font-weight:600}.mech-item p{font-size:var(--text-body);color:var(--on-surface-variant);margin:0;line-height:1.6}@media (max-width:620px){.mech-item{grid-template-columns:1.75rem 1fr;gap:.75rem}}.guards{gap:var(--space-7);margin-top:var(--section-sm);padding-top:var(--section-sm);border-top:1px solid var(--border-subtle);grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center;display:grid}.guards__head{margin:0 0 var(--space-5);font-size:var(--text-headline-sm);letter-spacing:-.012em;color:var(--on-surface);font-weight:600}.guards__list{gap:var(--space-4);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.guards__item{align-items:flex-start;gap:.75rem;display:flex}.guards__tick{color:var(--success,#0ea56a);flex:none;margin-top:.2rem}.guards__what{font-size:var(--text-body);color:var(--on-surface);margin:0;line-height:1.5}.guards__what b{font-weight:600}.guards__why{font-size:var(--text-body-md);color:var(--on-surface-variant);margin-top:.125rem;display:block}@media (max-width:900px){.guards{gap:var(--space-6);grid-template-columns:1fr}}.pipe__mode--approve{color:#a9660a;background:#e08a0b0f;border-color:#e08a0b57}.use-case-grid[data-cols],.agent-grid[data-cols]{flex-wrap:wrap;justify-content:center;display:flex}.use-case-grid[data-cols="2"]>*,.agent-grid[data-cols="2"]>*{flex:0 1 calc((100% - var(--space-4)) / 2)}.use-case-grid[data-cols="3"]>*,.agent-grid[data-cols="3"]>*{flex:0 1 calc((100% - 2 * var(--space-4)) / 3)}.use-case-grid[data-cols="4"]>*{flex:0 1 calc((100% - 3 * var(--space-4)) / 4)}@media (max-width:980px){.use-case-grid[data-cols="3"]>*,.use-case-grid[data-cols="4"]>*,.agent-grid[data-cols="3"]>*{flex-basis:calc((100% - var(--space-4)) / 2)}}@media (max-width:680px){.use-case-grid[data-cols]>*,.agent-grid[data-cols]>*{flex-basis:100%}}.use-case-grid--flow{flex-wrap:wrap;justify-content:center;display:flex}.use-case-grid--flow>*{flex:0 1 calc((100% - 3 * var(--space-4)) / 4)}@media (max-width:980px){.use-case-grid--flow>*{flex-basis:calc((100% - var(--space-4)) / 2)}}@media (max-width:680px){.use-case-grid--flow>*{flex-basis:100%}}.nav__prod{min-height:21rem;display:flex;position:relative}.nav__prod-list{border-right:1px solid var(--border-subtle);flex:none;width:20.5rem;margin:0;padding:.5rem;list-style:none}.nav__prod-item{position:static}.nav__prod-list .nav__prod-link{border-radius:var(--radius);flex-flow:row;align-items:center;gap:.75rem;padding:.6875rem .75rem;text-decoration:none;display:flex}.nav__prod-list .nav__prod-link>span{flex:1;min-width:0;display:block}.nav__prod-list .nav__prod-link strong{font-size:var(--text-body);color:var(--p);background:linear-gradient(180deg, oklch(from var(--p) calc(l + .07) c h) 0%, var(--p) 52%, oklch(from var(--p) calc(l - .09) c h) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600;display:block}.nav__prod-item:hover .nav__prod-link,.nav__prod-item:focus-within .nav__prod-link{background:var(--surface-low)}.nav__prod .nav__prod-panels{opacity:0;visibility:hidden;transition:opacity .18s var(--ease-out), transform .18s var(--ease-out), visibility .18s;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 .5rem;padding:.5rem 0 .75rem 1rem;display:grid;position:absolute;top:0;left:20.5rem;right:0;transform:translate(-6px)}.nav__prod-sols{border-left:1px solid var(--border-subtle);padding-left:1rem}.nav__prod-with{font-size:var(--text-micro);color:var(--on-surface-tertiary);margin-top:.1875rem;font-weight:600;display:block}.nav__prod-item:hover .nav__prod-panels,.nav__prod-item:focus-within .nav__prod-panels,.nav__dropdown:hover .nav__prod-item:first-child .nav__prod-panels,.nav__dropdown:focus-within .nav__prod-item:first-child .nav__prod-panels{opacity:1;visibility:visible;transform:none}:is(.nav__prod:has(.nav__prod-item:not(:first-child):hover) .nav__prod-item:first-child .nav__prod-panels,.nav__prod:has(.nav__prod-item:not(:first-child):focus-within) .nav__prod-item:first-child .nav__prod-panels){opacity:0;visibility:hidden}.nav__prod:has(.nav__prod-item:hover) .nav__prod-item:not(:hover) .nav__prod-panels{opacity:0;visibility:hidden}.nav__prod-cap{font-size:var(--text-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--on-surface-tertiary);padding:0 .75rem .375rem;font-weight:600;display:block}@media (max-width:1180px){.nav__prod .nav__prod-panels{left:17.5rem}.nav__prod-list{width:17.5rem}}.featrow{align-items:baseline;gap:.75rem var(--space-5);flex-wrap:wrap;display:flex}.featrow__cap{font-size:var(--text-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--on-surface-tertiary);flex:none;font-weight:600}.featrow__list{flex-wrap:wrap;gap:.5rem 1.25rem;margin:0;padding:0;list-style:none;display:flex}.featrow__list a{font-size:var(--text-body);color:var(--on-surface);border-bottom:1px solid var(--border-default);transition:color .18s var(--ease-out), border-color .18s var(--ease-out);padding-bottom:1px;text-decoration:none}.featrow__list a:hover{color:var(--primary);border-color:var(--primary)}.featrow__all{font-weight:600;color:var(--primary)!important}@media (max-width:640px){.featrow{flex-direction:column;gap:.75rem}}.loopvid{width:100%;max-width:1100px;margin:0 auto;position:relative}.loopvid__cut{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-card);width:100%;position:relative;overflow:hidden;box-shadow:0 30px 70px -30px #0e101447}.loopvid__el,.loopvid__still{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.loopvid__still{z-index:0}.loopvid__el{z-index:1}.loopvid__cut--mid,.loopvid__cut--narrow{display:none}@media (max-width:900px){.loopvid[data-cuts="3"] .loopvid__cut--wide{display:none}.loopvid[data-cuts="3"] .loopvid__cut--mid{display:block}.loopvid{max-width:620px}}@media (max-width:620px){.loopvid[data-cuts="2"] .loopvid__cut--wide,.loopvid[data-cuts="3"] .loopvid__cut--mid{display:none}.loopvid[data-cuts="2"] .loopvid__cut--narrow,.loopvid[data-cuts="3"] .loopvid__cut--narrow{display:block}.loopvid{max-width:460px}}.loopvid__toggle{z-index:2;border:1px solid var(--border-default);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:30px;height:30px;color:var(--on-surface-variant);cursor:pointer;opacity:.55;transition:opacity .18s var(--ease-out), color .18s var(--ease-out);background:#ffffffdb;border-radius:999px;place-items:center;padding:0;display:grid;position:absolute;bottom:.75rem;right:.75rem}.loopvid:hover .loopvid__toggle,.loopvid__toggle:hover,.loopvid__toggle:focus-visible{opacity:1;color:var(--on-surface)}.loopvid__toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.nuvio-hero__vid{margin-top:var(--space-7)}.graph-table{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-card);max-width:980px;margin:0 auto;overflow:hidden}.graph-row{border-top:1px solid var(--border-subtle);font-size:var(--text-body-sm);grid-template-columns:.6fr 1.4fr 1fr;align-items:baseline;gap:1.25rem;padding:1.0625rem 1.5rem;line-height:1.5;display:grid}.graph-row:first-child{border-top:none}.graph-row--head{background:var(--surface-low);font-size:var(--text-label);letter-spacing:.04em;text-transform:uppercase;color:var(--on-surface-tertiary);font-weight:600}.graph-row__p{font-weight:600;font-size:var(--text-body)}.graph-row--head .graph-row__p{font-size:var(--text-label);color:inherit}.graph-row__w{color:var(--on-surface)}.graph-row__r{color:var(--on-surface-tertiary)}.graph-note{max-width:var(--measure-block);text-align:center;font-size:var(--text-body);color:var(--on-surface-variant);margin:1.5rem auto 0}@media (max-width:820px){.graph-row{grid-template-columns:minmax(0,1fr);gap:.375rem;padding:1rem 1.125rem}.graph-row--head{display:none}.graph-row__w:before{content:"Writes: ";color:var(--on-surface-tertiary);font-weight:600}.graph-row__r:before{content:"Reads: ";color:var(--on-surface-tertiary);font-weight:600}}.platform-loop{max-width:620px;margin:0 auto clamp(2rem,4vw,3rem)}.graph-table__note{max-width:var(--measure-block);margin:var(--space-6) auto 0;font-size:var(--text-body-sm)}.proof-pair{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:1.25rem;max-width:1080px;margin:0 auto;display:grid}.proof-shot{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-card);margin:0;overflow:hidden}.proof-shot--wide{max-width:900px;margin:var(--space-7) auto 0}.proof-shot figcaption{border-top:1px solid var(--border-subtle);font-size:var(--text-body-sm);color:var(--on-surface-tertiary);padding:.8125rem 1rem}@media (max-width:820px){.proof-pair{grid-template-columns:minmax(0,1fr)}}.shot{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-card);width:100%;height:auto;box-shadow:var(--shadow-ambient);display:block}.section--lg{padding:var(--section-lg) 0}.section--sm{padding:var(--section-sm) 0}.story-outro{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-5) var(--space-6);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-low);flex-wrap:wrap;display:flex}.story-outro p{max-width:54ch;font-size:var(--text-title);color:var(--on-surface-variant);margin:0;line-height:1.55}@media (max-width:680px){.story-outro{padding:var(--space-4);flex-direction:column;align-items:flex-start}}.logo-wall{max-width:var(--measure-block);background:var(--surface-high);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:1px;margin-inline:auto;display:grid;overflow:hidden}.logo-cell{align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--surface-card);display:flex}.logo-cell img{object-fit:contain;flex-shrink:0;width:22px;height:22px}.logo-cell span{font-size:var(--text-body-sm);color:var(--on-surface-variant)}@media (max-width:560px){.logo-wall{grid-template-columns:repeat(2,minmax(0,1fr))}}.guardline{margin:var(--space-6) 0 var(--space-6);gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));padding:0;list-style:none;display:grid}.guardline li{font-size:var(--text-body-md);color:var(--on-surface-variant);border-left:2px solid var(--border-default);padding-left:.875rem;line-height:1.5}.guardline b{color:var(--on-surface);font-weight:600;display:block}@media (max-width:900px){.guardline{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.guardline{grid-template-columns:1fr}}.ex-wide{max-width:1180px;margin-inline:auto}.ex{border:1px solid var(--border-default);background:var(--surface-card);border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #0e10140a,0 14px 44px #0e101412}.ex__bar{border-bottom:1px solid var(--border-subtle);background:var(--surface-subtle);align-items:center;gap:.625rem;padding:.875rem 1.25rem;display:flex}.ex__title{font-weight:600;font-size:var(--text-body-sm);color:#6d28d9}.ex__sub{font-size:var(--text-label);color:var(--on-surface-tertiary)}.ex__body{grid-template-columns:15rem minmax(0,1fr);display:grid}.ex__rail{border-right:1px solid var(--surface-high);padding:.875rem .625rem}.ex__group+.ex__group{margin-top:.875rem}.ex__group-cap{font-size:var(--text-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--p);background:linear-gradient(180deg, oklch(from var(--p) calc(l + .07) c h) 0%, var(--p) 52%, oklch(from var(--p) calc(l - .09) c h) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding:0 .625rem .375rem;font-weight:700;display:block}.ex__tab{text-align:left;cursor:pointer;border-radius:var(--radius-btn);width:100%;font-size:var(--text-body-md);color:var(--on-surface-variant);background:0 0;border:0;padding:.375rem .625rem;display:block}.ex__tab:hover{background:var(--surface-low);color:var(--on-surface)}.ex__tab[data-on="1"]{background:var(--surface-low);color:var(--p);font-weight:600}.ex__thread{animation:ex-in .3s var(--ease-out);padding:1.5rem 1.75rem}@keyframes ex-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.ex__agent{font-size:var(--text-label);color:var(--p);background:color-mix(in srgb, var(--p) 9%, #fff);border:1px solid color-mix(in srgb, var(--p) 22%, #fff);border-radius:999px;margin-bottom:1.125rem;padding:.1875rem .625rem;font-weight:600;display:inline-block}.ex__turns{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.ex__who{font-family:var(--font-mono), ui-monospace, monospace;font-size:var(--text-label);letter-spacing:.06em;text-transform:uppercase;color:var(--on-surface-tertiary);margin-bottom:.25rem;display:block}.ex__text{font-size:var(--text-body);color:var(--on-surface);margin:0;line-height:1.5}.ex__text--you{border-left:2px solid var(--border-default);color:var(--on-surface-variant);padding-left:.75rem}.ex__chips{flex-wrap:wrap;gap:.375rem;margin-top:.5rem;display:flex}.ex__chips code{font-family:var(--font-mono), ui-monospace, monospace;font-size:var(--text-label);background:var(--surface-low);color:var(--on-surface-tertiary);border-radius:999px;padding:.1875rem .5rem}.ex__hand{font-size:var(--text-label);color:var(--on-surface-variant);background:var(--surface-low);border-radius:999px;margin-right:.5rem;padding:.1875rem .5625rem;font-weight:600;display:inline-block}.ex__why{font-size:var(--text-label);color:var(--on-surface-tertiary)}.ex__verdict{border-radius:var(--radius);border:1px solid;margin-top:1.25rem;padding:1rem 1.125rem}.ex__verdict[data-kind=ready]{--v:#0b7f52;background:#0ea56a0d;border-color:#0ea56a47}.ex__verdict[data-kind=blocked]{--v:#b02121;background:#dc2a2a0b;border-color:#dc2a2a3d}.ex__verdict[data-kind=off]{--v:#a9660a;background:#e08a0b0d;border-color:#e08a0b47}.ex__verdict-tag{font-size:var(--text-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--v);margin-bottom:.375rem;font-weight:600;display:inline-block}.ex__verdict-label{font-size:var(--text-body);color:var(--on-surface);margin:0 0 .25rem;font-weight:600}.ex__verdict-why{font-size:var(--text-body-md);color:var(--on-surface-variant);margin:0;line-height:1.5}.ex__audit{border-top:1px solid var(--border-subtle);font-size:var(--text-body-md);color:var(--on-surface-tertiary);margin:1rem 0 0;padding-top:1rem;line-height:1.5}@media (max-width:900px){.ex__body{grid-template-columns:1fr}.ex__rail{border-right:0;border-bottom:1px solid var(--surface-high);grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;display:grid}.ex__group+.ex__group{margin-top:0}.ex__thread{padding:1.125rem 1.25rem}}.module-card__shot{width:100%;height:auto;margin:var(--space-4) 0 var(--space-2)}.proof-pair__list{gap:var(--space-5);flex-direction:column;display:flex}.proof-change__title{font-size:var(--text-title-sm);letter-spacing:-.008em;margin-bottom:var(--space-2);font-weight:600}.proof-change__body{font-size:var(--text-body);color:var(--on-surface-variant);line-height:1.6}.proof-pair:has(.proof-pair__list){grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.proof-pair .proof-shot{position:sticky;top:96px}@media (max-width:820px){.proof-pair:has(.proof-pair__list){grid-template-columns:minmax(0,1fr)}.proof-pair .proof-shot{position:static}}.section-header--problem h2{max-width:34ch;margin-inline:auto;font-size:clamp(1.625rem,2.9vw,2.25rem)}.prompt-card__agents{align-items:center;gap:var(--space-2);margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--surface-high);flex-wrap:wrap;display:flex}.prompt-card__agents-label{font-family:var(--font-mono), monospace;font-size:var(--text-micro);letter-spacing:.02em;text-transform:uppercase;color:var(--on-surface-tertiary);margin-right:var(--space-1)}.prompt-card__agent{font-size:var(--text-label);color:var(--on-surface-variant);background:var(--surface-low);border-radius:var(--radius-full);padding:.25rem .625rem;font-weight:500}.hx{background:var(--surface-card);border:1px solid var(--surface-high);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-hero);text-align:left;overflow:hidden}.hx__bar{align-items:center;gap:var(--space-3);height:44px;padding-inline:var(--space-4);border-bottom:1px solid var(--surface-high);background:var(--surface-subtle);display:flex}.hx__title{font-weight:600;font-size:var(--text-label-lg);letter-spacing:-.006em;color:#2bb7c9;background:linear-gradient(#4bcee0 0%,#2bb7c9 52%,#009aab 100%);background:linear-gradient(lab(76.1654% -32.6812 -20.1731) 0%,#2bb7c9 52%,lab(57.5888% -32.2863 -20.0275) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hx__sub{font-size:var(--text-label);color:var(--on-surface-tertiary)}.hx__play{border:1px solid var(--surface-high);border-radius:var(--radius-full);background:var(--surface-card);width:26px;height:26px;color:var(--on-surface-variant);cursor:pointer;transition:background .16s var(--ease-out), color .16s var(--ease-out);flex:none;justify-content:center;align-items:center;margin-left:auto;padding:0;display:inline-flex}.hx__play:hover{background:var(--surface-low);color:var(--on-surface)}.hx__stage{height:340px;padding:var(--space-3);flex-direction:column;display:flex;position:relative;overflow:hidden}.hx__incident{align-items:center;gap:var(--space-3);border-radius:var(--radius-btn);background:var(--primary-faint);opacity:0;max-height:0;transition:opacity .42s var(--ease-out), transform .42s var(--ease-out), max-height .42s var(--ease-out), margin-bottom .42s var(--ease-out);margin-bottom:0;padding:.5rem .75rem;display:flex;overflow:hidden;transform:translateY(-6px)}.hx__incident[data-on="1"]{opacity:1;max-height:60px;margin-bottom:var(--space-2);transform:none}.hx__incident code{font-family:var(--font-mono), monospace;font-size:var(--text-micro);color:var(--on-surface-tertiary)}.hx__incname{font-size:var(--text-body-sm);letter-spacing:-.008em;text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.hx__inccount{font-family:var(--font-mono), monospace;font-size:var(--text-micro);color:var(--primary);flex:none;margin-left:auto}.hx__rows{flex-direction:column;gap:1px;display:flex}.hx__row{align-items:center;gap:0 var(--space-3);border-radius:var(--radius-btn);opacity:0;transition:opacity .42s var(--ease-out), transform .42s var(--ease-out), grid-template-columns .42s var(--ease-out), background .3s var(--ease-out);grid-template-columns:0 74px minmax(0,1fr) auto;padding:.5rem .625rem;display:grid;position:relative;transform:translateY(8px)}.hx__row[data-on="1"]{opacity:1;transform:none}.hx__rows[data-fold="1"] .hx__row{grid-template-columns:18px 74px minmax(0,1fr) auto}.hx__rows[data-fold="1"] .hx__row:nth-child(odd){background:var(--surface-subtle)}.hx__rail{place-self:stretch center;width:100%;position:relative}.hx__rows[data-fold="1"] .hx__rail:before{content:"";background:var(--primary-light);width:1.5px;position:absolute;top:-1px;bottom:-1px;left:7px}.hx__rows[data-fold="1"] .hx__row:first-child .hx__rail:before{top:50%}.hx__rows[data-fold="1"] .hx__row:last-child .hx__rail:before{bottom:50%}.hx__rows[data-fold="1"] .hx__rail:after{content:"";border-radius:var(--radius-full);background:var(--primary);width:7px;height:7px;margin-top:-3.5px;position:absolute;top:50%;left:4px}.hx__sev{font-size:var(--text-micro);letter-spacing:.01em;color:#7c3aed;border-radius:var(--radius-full);background:#f3eeff;justify-self:start;padding:.15rem .5rem;font-weight:600}.hx__sev[data-sev=high]{color:var(--warning);background:var(--warning-light)}.hx__sev--inc{color:var(--error);background:var(--error-light);flex:none}.hx__body{flex-direction:column;gap:.2rem;min-width:0;display:flex}.hx__rowtitle{font-size:var(--text-label-lg);letter-spacing:-.004em;color:var(--on-surface);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.hx__meta{gap:var(--space-2);display:flex}.hx__meta code{font-family:var(--font-mono), monospace;font-size:var(--text-micro);color:var(--on-surface-tertiary)}.hx__time{text-align:right;font-family:var(--font-mono), monospace;font-size:var(--text-micro);color:var(--on-surface-tertiary);flex-direction:column;justify-self:end;gap:.15rem;display:flex}.hx__time em{color:var(--primary);font-style:normal;font-size:var(--text-nano)}.hx__foot{align-items:center;gap:var(--space-3);height:40px;padding-inline:var(--space-4);border-top:1px solid var(--surface-high);background:var(--surface-subtle);display:flex}.hx__step{gap:4px;display:inline-flex}.hx__step span{background:var(--surface-high);width:16px;height:3px;transition:background .3s var(--ease-out);border-radius:2px}.hx__step span[data-on="1"]{background:var(--primary)}.hx__note{font-family:var(--font-mono), monospace;font-size:var(--text-micro);color:var(--on-surface-tertiary)}@media (max-width:720px){.hx__stage{height:auto;min-height:0}.hx__row{row-gap:.3rem;column-gap:var(--space-2);grid-template-columns:16px minmax(0,1fr) auto;grid-template-areas:"rail sev time""rail body body";padding:.55rem .5rem}.hx__rail{grid-area:rail}.hx__sev{grid-area:sev;place-self:center start}.hx__time{flex-direction:row;grid-area:time;align-items:baseline;gap:.45rem}.hx__body{grid-area:body}.hx__rowtitle{white-space:normal;line-height:1.35}.hx__meta{flex-wrap:wrap}.hx__sub,.hx__inccount{display:none}.hx__incname{white-space:normal}.hx__rows[data-fold="1"] .hx__rail:before{left:6px}.hx__rows[data-fold="1"] .hx__rail:after{left:3px}}@media (prefers-reduced-motion:reduce){.hx__row,.hx__rows,.hx__incident,.hx__rail{transition:none}.hx__row{opacity:1;transform:none}}.stat-band{gap:var(--space-6) var(--space-5);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.stat-fig{flex-direction:column;display:flex}.stat-fig__n{font-family:var(--font-display);letter-spacing:calc(-.0277em + 1.108px);color:var(--on-surface);font-variant-numeric:tabular-nums;font-size:clamp(3rem,5vw,4.25rem);font-weight:600;line-height:1}.stat-fig__k{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--surface-high);font-size:var(--text-label-lg);letter-spacing:-.004em;color:var(--on-surface);font-weight:600}.stat-fig__b{margin-top:var(--space-2);font-size:var(--text-body-sm);color:var(--on-surface-tertiary);line-height:1.6}@media (max-width:1000px){.stat-band{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.stat-band{gap:var(--space-5);grid-template-columns:minmax(0,1fr)}}.section--dark .section-eyebrow{color:var(--primary-light)}.section--dark .graph-table{border-color:#ffffff1f}.section--dark .graph-row{border-color:#ffffff14}.section--dark .graph-row--head{color:#ffffff8c;background:#ffffff0a}.section--dark .graph-row__w,.section--dark .graph-row__r{color:#ffffffb8}.section--dark .graph-note{color:#ffffff8c}.section--dark .mech-item{border-color:#ffffff1a}.section--dark .mech-item__title{color:var(--on-primary)}.section--dark .mech-item__body{color:#ffffffad}.section+.section,.section--alt+.section--alt{padding-top:calc(var(--section-pad) * .55)}.section--dark+.section,.section+.section--dark,.section--alt+.section,.section+.section--alt{padding-top:var(--section-pad)}.section-header--split{align-items:end;gap:var(--space-5) var(--space-8);text-align:left;max-width:none;margin-bottom:var(--space-8);padding-bottom:var(--space-5);border-bottom:1px solid var(--surface-high);grid-template-columns:minmax(0,1fr) minmax(0,.85fr);display:grid}.section-header--split .section-eyebrow{margin-bottom:var(--space-3);grid-area:1/1;display:block}.section-header--split .text-h2{grid-area:2/1;margin-bottom:0}.section-header--split .text-body-lg{grid-area:2/2;align-self:end;max-width:48ch;margin:0}.section--dark .section-header--split{border-color:#ffffff1f}@media (max-width:860px){.section-header--split{grid-template-columns:minmax(0,1fr);align-items:start}.section-header--split .section-eyebrow,.section-header--split .text-h2,.section-header--split .text-body-lg{grid-area:auto/1}}.thread-list{max-width:980px;margin:var(--space-7) auto 0;gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.thread{padding-top:var(--space-4);border-top:1px solid var(--surface-high)}.thread__title{font-size:var(--text-title-sm);letter-spacing:-.008em;margin-bottom:var(--space-2);font-weight:600}.thread__body{font-size:var(--text-body-sm);color:var(--on-surface-tertiary);line-height:1.6}.section--dark .thread{border-color:#ffffff24}.section--dark .thread__title{color:var(--on-primary)}.section--dark .thread__body{color:#ffffff9e}@media (max-width:860px){.thread-list{gap:var(--space-4);grid-template-columns:minmax(0,1fr)}}.section--dark .graph-table{background:#ffffff08;border-color:#ffffff24}.section--dark .graph-row+.graph-row{border-top-color:#ffffff14}.section--dark .use-case-item{background:#ffffff0a;border-color:#ffffff1f}.section--dark .use-case-item:hover{box-shadow:none;background:#ffffff12;border-color:#fff3}.section--dark .use-case-item__title{color:var(--on-primary)}.section--dark .use-case-item__desc{color:#ffffffa8}.section--dark .agent-card{background:#ffffff0a;border-color:#ffffff1f}.section--dark .agent-card__name{color:var(--on-primary)}.section--dark .agent-card__ask{color:#ffffffa8}.section--dark .agent-col__head{color:oklch(from var(--p) .8 c h)}.section--dark .feature-row__callout{color:#ffffffb8;background:#ffffff0d;border-color:#ffffff1f}.cq{background:var(--surface-card);border:1px solid var(--surface-high);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-ambient);overflow:hidden}.cq__bar{align-items:center;gap:var(--space-3);height:44px;padding-inline:var(--space-4);border-bottom:1px solid var(--surface-high);background:var(--surface-subtle);display:flex}.cq__dot{border-radius:var(--radius-full);background:#2bb7c9;flex:none;width:8px;height:8px}.cq__title{font-weight:600;font-size:var(--text-label-lg);letter-spacing:-.006em}.cq__sub{font-size:var(--text-label);color:var(--on-surface-tertiary)}.cq__kpis{border-bottom:1px solid var(--surface-high);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.cq__kpi{padding:var(--space-4) var(--space-4) var(--space-3);border-right:1px solid var(--surface-high);flex-direction:column;gap:.15rem;display:flex}.cq__kpi:last-child{border-right:0}.cq__kpin{font-family:var(--font-display);font-size:var(--text-headline-sm);font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-weight:600;line-height:1}.cq__kpi[data-tone=critical] .cq__kpin{color:var(--error)}.cq__kpi[data-tone=high] .cq__kpin{color:var(--warning)}.cq__kpi[data-tone=brand] .cq__kpin{color:var(--primary)}.cq__kpil{font-size:var(--text-micro);letter-spacing:.02em;text-transform:uppercase;color:var(--on-surface-tertiary)}.cq__scroll{overflow-x:auto}.cq__table{border-collapse:collapse;width:100%;min-width:560px}.cq__table th{text-align:left;font-weight:500;font-size:var(--text-micro);letter-spacing:.03em;text-transform:uppercase;color:var(--on-surface-tertiary);padding:.6rem var(--space-4);border-bottom:1px solid var(--surface-high);background:var(--surface-subtle);white-space:nowrap}.cq__table td{padding:.7rem var(--space-4);border-bottom:1px solid var(--surface-low);vertical-align:middle;font-size:var(--text-label-lg);color:var(--on-surface-variant)}.cq__table tr:last-child td{border-bottom:0}.cq__num{text-align:right}.cq__sev{font-size:var(--text-micro);letter-spacing:.01em;border-radius:var(--radius-full);padding:.15rem .5rem;font-weight:600;display:inline-block}.cq__sev[data-sev=critical]{color:#7c3aed;background:#f3eeff}.cq__sev[data-sev=high]{color:var(--warning);background:var(--warning-light)}.cq__t{color:var(--on-surface);letter-spacing:-.004em;font-weight:500;display:block}.cq__meta{gap:var(--space-2);margin-top:.2rem;display:flex}.cq__meta code{font-family:var(--font-mono), monospace;font-size:var(--text-micro);color:var(--on-surface-tertiary)}.cq__inc{color:var(--primary)!important}.cq__e{color:var(--on-surface);display:block}.cq__et{font-size:var(--text-micro);color:var(--on-surface-tertiary)}.cq__risk{font-family:var(--font-mono), monospace;font-variant-numeric:tabular-nums}.cq__breach{color:var(--error);font-weight:500}.cq__assn{white-space:nowrap}.cq__foot{align-items:center;gap:var(--space-4);padding:.7rem var(--space-4);border-top:1px solid var(--surface-high);background:var(--surface-subtle);font-size:var(--text-label);color:var(--on-surface-tertiary);display:flex}.cq__foot code{font-family:var(--font-mono), monospace;color:var(--primary)}.cq__footr{font-family:var(--font-mono), monospace;font-size:var(--text-micro);white-space:nowrap;margin-left:auto}@media (max-width:860px){.cq__kpi:nth-child(3){border-right:0}.cq__foot{align-items:flex-start;gap:var(--space-2);flex-direction:column}.cq__footr{margin-left:0}}.section--dark .cq{box-shadow:none;border-color:#ffffff1f}.feature-shot--bare{box-shadow:none;background:0 0;border:0;padding:0;overflow:visible}@media (max-width:760px){.feature-shot,.proof-shot,.shot-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;overflow-x:auto}.feature-shot>.shot,.feature-shot>img,.proof-shot>.shot,.proof-shot>img,.shot-scroll>.shot{width:620px;min-width:620px;max-width:none}.feature-shot>picture img,.proof-shot>picture img,.shot-scroll>picture img,.hero__mockup-frame>picture img{width:100%;min-width:0;max-width:100%}:is(.feature-shot:has(picture),.proof-shot:has(picture),.shot-scroll:has(picture),.hero__mockup-frame:has(picture)){overflow-x:visible}.feature-shot:has(picture):after{content:none}.proof-shot:has(picture):after{content:none}.shot-scroll:has(picture):after{content:none}.hero__mockup-frame:has(picture):after{content:none}.feature-shot:after,.proof-shot:after,.shot-scroll:after{content:"Scroll to see the rest";padding-top:var(--space-2);font-size:var(--text-micro);color:var(--on-surface-tertiary);display:block;position:sticky;left:0}.section--dark .feature-shot:after,.section--dark .proof-shot:after,.section--dark .shot-scroll:after{color:#ffffff80}}@media (max-width:640px){.cq__scroll{overflow-x:visible}.cq__table{min-width:0}.cq__table thead{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.cq__table tr{gap:.15rem var(--space-3);padding:var(--space-4);border-bottom:1px solid var(--surface-low);grid-template-columns:auto 1fr;display:grid}.cq__table td{border:0;padding:0}.cq__table td:first-child{grid-area:1/1}.cq__table td:nth-child(2){grid-area:2/1/auto/-1}.cq__table td:nth-child(3){grid-area:3/1}.cq__table td:nth-child(4){text-align:right;grid-area:3/2}.cq__table td:nth-child(4):before{content:"risk ";color:var(--on-surface-tertiary);font-size:var(--text-micro)}.cq__kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.cq__kpi{padding:var(--space-3)}}@media (max-width:760px){.hero__mockup-frame:has(img){-webkit-overflow-scrolling:touch;scrollbar-width:thin;overflow-x:auto}.hero__mockup-frame>img,.hero__mockup-frame>.shot{width:620px;min-width:620px;max-width:none}.hero__mockup-frame:has(img):after{content:"Scroll to see the rest";padding-top:var(--space-2);font-size:var(--text-micro);color:var(--on-surface-tertiary);display:block;position:sticky;left:0}}.cc{background:var(--surface-card);border:1px solid var(--surface-high);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-ambient);overflow:hidden}.cc__bar{align-items:center;gap:var(--space-3);height:42px;padding-inline:var(--space-4);border-bottom:1px solid var(--surface-high);background:var(--surface-subtle);display:flex}.cc__dot{border-radius:var(--radius-full);background:var(--primary);flex:none;width:8px;height:8px}.cc__title{font-weight:600;font-size:var(--text-label-lg);letter-spacing:-.006em}.cc__row{align-items:center;gap:var(--space-3);padding:var(--space-4);border-bottom:1px solid var(--surface-low);grid-template-columns:28px minmax(0,1fr) auto;display:grid}.cc__row--last{border-bottom:0}.cc__logo{border:1px solid var(--surface-high);border-radius:var(--radius-btn);background:var(--surface-card);width:28px;height:28px;color:var(--on-surface-variant);justify-content:center;align-items:center;display:inline-flex}.cc__logo--muted{color:var(--on-surface-tertiary)}.cc__name{font-size:var(--text-body-sm);letter-spacing:-.006em;color:var(--on-surface);flex-direction:column;gap:.15rem;min-width:0;font-weight:600;display:flex}.cc__name em{font-style:normal;font-weight:400;font-size:var(--text-label);color:var(--on-surface-tertiary);line-height:1.4}.cc__state{font-size:var(--text-micro);border-radius:var(--radius-full);white-space:nowrap;flex:none;padding:.2rem .6rem;font-weight:600}.cc__state[data-tone=ok]{color:var(--success);background:var(--success-light)}.cc__state[data-tone=off]{color:var(--on-surface-tertiary);background:var(--surface-low)}.cc__sub{align-items:center;gap:.5rem var(--space-3);padding:0 var(--space-4) var(--space-4) calc(var(--space-4) + 1.875rem);border-bottom:1px solid var(--surface-low);flex-wrap:wrap;display:flex}.cc__sub-cap{font-size:var(--text-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--on-surface-tertiary);font-weight:600}.cc__sub-act{font-size:var(--text-label);color:var(--on-surface-tertiary);margin-left:auto}.cc__chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.cc__chip{font-size:var(--text-micro);color:var(--success);background:var(--success-light);border-radius:var(--radius-full);align-items:center;gap:.3125rem;padding:.2rem .5rem .2rem .4375rem;display:inline-flex}.cc__chip code{font-family:var(--font-mono), monospace;color:inherit}@media (max-width:560px){.cc__sub{padding-left:var(--space-4)}.cc__sub-act{margin-left:0}.cc__row{row-gap:var(--space-2);grid-template-columns:28px minmax(0,1fr)}.cc__state{grid-column:2;justify-self:start}}@media (max-width:760px){:is(.feature-shot:has(picture),.proof-shot:has(picture),.shot-scroll:has(picture),.hero__mockup-frame:has(picture)){overflow-x:visible}.feature-shot:has(picture):after{content:none}.proof-shot:has(picture):after{content:none}.shot-scroll:has(picture):after{content:none}.hero__mockup-frame:has(picture):after{content:none}}.xch{border:1px solid var(--hairline);background:#fff;border-radius:12px;overflow:hidden}.xch__bar{border-bottom:1px solid var(--hairline);align-items:baseline;gap:.625rem;padding:.8125rem 1.25rem;display:flex}.xch__title{font-weight:500;font-size:var(--text-body-sm);color:#7c3aed;align-items:center;gap:.4rem;display:inline-flex}.xch__live{background:#7c3aed;border-radius:999px;flex:none;width:6px;height:6px;position:relative}.xch__live[data-idle="1"]:after{content:"";opacity:0;border:1px solid #7c3aed;border-radius:999px;animation:4s ease-out infinite xch-pulse;position:absolute;inset:-3px}@keyframes xch-pulse{0%{opacity:.9;transform:scale(.6)}22%{opacity:0;transform:scale(2.4)}to{opacity:0;transform:scale(2.4)}}.xch__sub{font-size:var(--text-label-lg);color:var(--on-surface-tertiary)}.xch__body{grid-template-columns:13rem minmax(0,1fr);display:grid}.xch__rail{border-right:1px solid var(--hairline);padding:1rem 0}.xch__rail-cap{font-size:var(--text-label);color:var(--on-surface-tertiary);padding:0 1.125rem .625rem;display:block}.xch__tab{text-align:left;cursor:pointer;width:100%;font-family:inherit;line-height:1.5;font-size:var(--text-body-md);color:var(--on-surface-variant);transition:color .18s var(--ease-out),border-color .18s var(--ease-out);background:0 0;border:0;border-left:2px solid #0000;padding:.5rem 1.125rem;display:block}.xch__tab:hover{color:var(--on-surface)}.xch__tab[data-on="1"]{color:var(--on-surface);border-left-color:var(--primary);font-weight:500}.xch__tab:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.xch__panel{padding:1.25rem 1.75rem 1.5rem}.xch__prompt{border:1px solid var(--hairline);min-height:2.5rem;font-family:var(--font-mono),ui-monospace,monospace;font-size:var(--text-body-sm);color:var(--on-surface);border-radius:8px;align-items:center;gap:.125rem;margin:0;padding:.5rem .75rem;display:flex}.xch__caret{background:var(--on-surface);opacity:0;vertical-align:-.15em;width:1px;height:1.05em;display:inline-block}.xch__prompt[data-typing="1"] .xch__caret{opacity:1;animation:1s steps(2,start) infinite xch-caret}@keyframes xch-caret{to{opacity:0}}.xch__reveal{transition:opacity .32s var(--ease-out),transform .32s var(--ease-out)}.xch__reveal[data-shown="0"]{opacity:0;transform:translateY(4px)}.xch__lead{letter-spacing:-.015em;color:var(--on-surface);max-width:34ch;margin:1.125rem 0 0;font-size:1.25rem;font-weight:500;line-height:1.3}.xch__facts{flex-direction:column;gap:.4375rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.xch__facts li{font-size:var(--text-body-sm);color:var(--on-surface-variant);max-width:56ch;padding-left:1rem;line-height:1.55;position:relative}.xch__facts li:before{content:"";background:var(--primary);border-radius:999px;width:5px;height:5px;position:absolute;top:.5625rem;left:0}.xch__next{border-top:1px solid var(--hairline);flex-wrap:wrap;align-items:baseline;gap:.25rem .625rem;margin-top:1.125rem;padding-top:.875rem;display:flex}.xch__next-do{font-size:var(--text-body-sm);color:var(--on-surface);font-weight:500}.xch__next-where{font-size:var(--text-label-lg);color:var(--primary)}.xch__gate{border:1px solid var(--hairline);border-radius:10px;margin-top:.875rem;padding:1rem}.xch__gate-title{font-size:var(--text-body-md);color:var(--on-surface);margin:0;font-weight:500}.xch__gate-body{color:var(--on-surface-variant);margin:.25rem 0 0;font-size:.875rem;line-height:1.5}.xch__gate-actions{gap:.5rem;margin-top:.75rem;display:flex}.xch__gate-btn{border:1px solid var(--hairline);color:var(--on-surface);font-family:inherit;line-height:1.5;font-size:var(--text-body-sm);cursor:pointer;background:#fff;border-radius:999px;align-items:center;padding:.4375rem .875rem;font-weight:500;transition:border-color .12s,background .12s,transform .12s;display:inline-flex}.xch__gate-btn:hover{border-color:var(--on-surface)}.xch__gate-btn:active{transform:scale(.985)}.xch__gate-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.xch__gate-btn[disabled]{opacity:.5;cursor:default}.xch__gate-btn--approve{background:var(--on-surface);border-color:var(--on-surface);color:#fff}.xch__gate-btn--approve:hover{background:#1b2433;border-color:#1b2433}.xch__gate-done{color:var(--on-surface);margin:0;font-size:.875rem;line-height:1.5}.xch__gate[data-decided=approved]{border-color:var(--success)}.xch__mid{border-top:1px solid var(--hairline);margin-top:1.25rem;padding-top:1rem}.xch__mid-cap{font-family:var(--font-mono),ui-monospace,monospace;font-size:var(--text-label);color:var(--on-surface-tertiary);margin-bottom:.5rem;display:block}.xch__spec{flex-wrap:wrap;gap:.375rem 1.375rem;margin:0;padding:0;list-style:none;display:flex}.xch__lane{font-size:var(--text-body-sm);color:var(--on-surface-tertiary);align-items:baseline;gap:.4rem;display:inline-flex}.xch__lane b{color:var(--p);background:linear-gradient(180deg, oklch(from var(--p) calc(l + .07) c h) 0%, var(--p) 52%, oklch(from var(--p) calc(l - .09) c h) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:500}@supports not ((-webkit-background-clip:text) or (background-clip:text)){.xch__lane b{-webkit-text-fill-color:var(--p)}}.xch__lane[data-on=false]{opacity:.34}.xch__lane[data-on=false] b{color:var(--on-surface-tertiary)}.xch__receipt{border-top:1px solid var(--hairline);color:var(--on-surface-tertiary);font-size:.8125rem;font-family:var(--font-mono),ui-monospace,monospace;background:#fff;margin:0;padding:.8125rem 1.75rem}.xch__receipt em{color:var(--on-surface);font-style:normal;font-weight:500}@media (max-width:819px){.xch__body{grid-template-columns:minmax(0,1fr)}.xch__rail{border-right:0;border-bottom:1px solid var(--hairline);-webkit-overflow-scrolling:touch;align-items:center;gap:.25rem;padding:.625rem .75rem;display:flex;overflow-x:auto}.xch__rail-cap{white-space:nowrap;padding:0 .5rem 0 0}.xch__tab{white-space:nowrap;border-bottom:2px solid #0000;border-left:0;width:auto;padding:.375rem .625rem}.xch__tab[data-on="1"]{border-bottom-color:var(--primary)}.xch__panel{padding:1rem 1.125rem 1.25rem}.xch__receipt{padding:.75rem 1.125rem}}@media (prefers-reduced-motion:reduce){.xch__prompt[data-typing="1"] .xch__caret{opacity:1;animation:none}.xch__reveal{transition:none}.xch__live[data-idle="1"]:after{animation:none;display:none}}@media (max-width:820px){.xch__body{grid-template-columns:1fr}.xch__rail{border-right:0;border-bottom:1px solid var(--surface-high);flex-wrap:wrap;gap:.25rem;padding:.625rem;display:flex}.xch__rail-cap{width:100%;padding:0 .3125rem .375rem}.xch__tab{width:auto}.xch__panel{padding:1.125rem 1.25rem 1.25rem}.xch__receipt{padding-left:1.25rem;padding-right:1.25rem}}.onl{border:1px solid var(--border-default);background:var(--surface-card);border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #0e10140a,0 8px 28px #0e10140d}.onl__bar{border-bottom:1px solid var(--border-subtle);background:var(--surface-subtle);align-items:center;gap:.625rem;padding:.875rem 1.75rem .875rem 1.25rem;display:flex}.onl__mark{background:linear-gradient(135deg,#2752e5,#1ecb85);border-radius:999px;flex:none;width:7px;height:7px}.onl__title{font-size:var(--text-body-sm);color:var(--on-surface);font-weight:600}.onl__span{font-family:var(--font-mono),ui-monospace,monospace;font-size:var(--text-label);color:var(--on-surface-tertiary)}.onl__count{font-size:var(--text-label);color:var(--primary);margin-left:auto;font-weight:600}.onl__list{margin:0;padding:0;list-style:none}.onl__row{border-bottom:1px solid var(--border-subtle);transition:background .2s var(--ease-out);grid-template-columns:4.25rem 1.25rem 1fr;align-items:stretch;padding:.9375rem 1.75rem .9375rem 1.25rem;display:grid}.onl__row:hover{background:color-mix(in srgb, var(--p) 4%, transparent)}.onl__row:last-child{border-bottom:0}.onl__at{font-family:var(--font-mono),ui-monospace,monospace;font-size:var(--text-body-md);font-variant-numeric:tabular-nums;color:var(--on-surface-tertiary);padding-top:.0625rem}.onl__rail{position:relative}.onl__rail:before{content:"";background:var(--border-default);width:1.5px;position:absolute;top:-1.125rem;bottom:-1.125rem;left:.4375rem}.onl__row:first-child .onl__rail:before{top:.5rem}.onl__row:last-child .onl__rail:before{bottom:calc(100% - .5rem)}.onl__rail:after{content:"";background:var(--border-default);width:.625rem;height:.625rem;box-shadow:0 0 0 3px var(--surface-card);border-radius:999px;position:absolute;top:.3125rem;left:.125rem}.onl__body{min-width:0}.onl__who{font-size:var(--text-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--p);background:linear-gradient(180deg, oklch(from var(--p) calc(l + .07) c h) 0%, var(--p) 52%, oklch(from var(--p) calc(l - .09) c h) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-weight:600;display:inline-block}.onl__what{font-size:var(--text-body);color:var(--on-surface);margin:0;line-height:1.45}.onl__ref{font-family:var(--font-mono),ui-monospace,monospace;font-size:var(--text-label);color:var(--on-surface-tertiary);background:var(--surface-low);border-radius:999px;margin-top:.4375rem;padding:.1875rem .5rem;display:inline-block}.onl__wait{font-size:var(--text-label);color:color-mix(in srgb, var(--p) 82%, #0e1014);background:color-mix(in srgb, var(--p) 10%, #fff);border:1px solid color-mix(in srgb, var(--p) 24%, #fff);border-radius:999px;margin-top:.5rem;padding:.25rem .625rem;font-weight:500;display:inline-block}.onl__foot{justify-content:space-between;align-items:center;gap:var(--space-4);border-top:1px solid var(--border-subtle);background:var(--surface-subtle);flex-wrap:wrap;padding:1rem 1.75rem;display:flex}.onl__foot p{font-size:var(--text-body-md);color:var(--on-surface-variant);margin:0}.onl__foot b{color:var(--on-surface);font-weight:600}@media (max-width:640px){.onl__row{grid-template-columns:3.25rem 1rem 1fr;padding-right:1.125rem}.onl__what{font-size:var(--text-body-md)}}.plat-hero-graph{margin:var(--space-7) auto 0;max-width:var(--measure-block);aspect-ratio:16/8;border-radius:var(--radius-lg);background:radial-gradient(60% 50% at 50% 45%, #2752e529, transparent 70%), var(--surface-void);border:1px solid #ffffff12;position:relative;overflow:hidden;box-shadow:0 1px 2px #0e10140f,0 18px 50px #0e101424}.plat-hero-graph__cap{font-size:var(--text-body-md);color:#fff9;background:linear-gradient(#0000,#0e1014d9 55%);padding:.875rem 1.25rem;position:absolute;bottom:0;left:0;right:0}@media (max-width:700px){.plat-hero-graph{aspect-ratio:4/3}}.changes{gap:var(--space-6);margin-top:var(--space-7);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.changes__item{border-top:2px solid var(--border-default);padding-top:var(--space-4)}.changes__title{font-size:var(--text-title-lg);letter-spacing:-.008em;color:var(--on-surface);margin:0 0 .5rem;font-weight:600}.changes__body{font-size:var(--text-body);color:var(--on-surface-variant);margin:0;line-height:1.55}@media (max-width:900px){.changes{gap:var(--space-5);grid-template-columns:1fr}}.indus__cap{margin:0 0 var(--space-5);font-size:var(--text-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--on-surface-tertiary);font-weight:600}.indus{gap:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.indus[data-cols="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.indus[data-cols="1"]{grid-template-columns:minmax(0,36rem)}.indus__item{border-top:2px solid var(--border-default);padding-top:var(--space-4)}.indus__stat{font-family:var(--font-display);letter-spacing:-.02em;color:var(--primary);font-size:clamp(2rem,3.4vw,2.75rem);font-weight:600;line-height:1.05;display:block}.indus__label{font-size:var(--text-body);color:var(--on-surface);margin-top:.5rem;line-height:1.5;display:block}.indus__src{font-style:normal;font-size:var(--text-label);color:var(--on-surface-tertiary);margin-top:.625rem;display:block}@media (max-width:800px){.indus,.indus[data-cols]{gap:var(--space-5);grid-template-columns:1fr}}.caps__list{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.caps__item{font-size:var(--text-body-md);color:var(--on-surface-variant);align-items:flex-start;gap:.625rem;line-height:1.5;display:flex}.caps__item svg{color:var(--success,#0ea56a);flex:none;margin-top:.2rem}.sflow{margin:var(--space-7) 0 0;gap:var(--section-sm);flex-direction:column;padding:0;list-style:none;display:flex}.sflow__step{gap:var(--space-7);grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);align-items:center;display:grid}.sflow__step:nth-child(2n){grid-template-columns:minmax(0,1.25fr) minmax(0,1fr)}.sflow__step:nth-child(2n) .sflow__text{order:2}.sflow__n{font-family:var(--font-mono), ui-monospace, monospace;font-size:var(--text-label);color:var(--primary);margin-bottom:.375rem;display:block}.sflow__cap{font-size:var(--text-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--on-surface-tertiary);margin-bottom:.5rem;font-weight:600;display:block}.sflow__title{font-size:var(--text-headline-sm);letter-spacing:-.012em;color:var(--on-surface);margin:0 0 .625rem;font-weight:600}.sflow__body{font-size:var(--text-title);color:var(--on-surface-variant);max-width:44ch;margin:0;line-height:1.55}.sflow__shot{margin:0}.sflow__shot img{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);width:100%;height:auto;display:block;box-shadow:0 1px 2px #0e10140a,0 12px 34px #0e101412}@media (max-width:900px){.sflow__step,.sflow__step:nth-child(2n){gap:var(--space-5);grid-template-columns:1fr}.sflow__step:nth-child(2n) .sflow__text{order:0}}.solution-who{margin:var(--space-3) 0 0;font-size:var(--text-body-md);color:var(--on-surface-tertiary)}@media (max-width:860px){.logo-wall{grid-template-columns:repeat(3,1fr)}}@media (max-width:560px){.logo-wall{grid-template-columns:repeat(2,1fr)}}.shape-grid{gap:var(--space-4);margin-top:var(--space-7);grid-template-columns:repeat(3,1fr);display:grid}.shape{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-card);padding:var(--space-5);gap:var(--space-3);flex-direction:column;display:flex}.shape__who{font-size:var(--text-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--primary);font-weight:600}.shape__what{font-size:var(--text-title);letter-spacing:-.006em;color:var(--on-surface);margin:0;line-height:1.5}@media (max-width:900px){.shape-grid{grid-template-columns:1fr}}.nav__link--nuvio{color:var(--primary);font-weight:600}.aq{border:1px solid var(--border-default);background:var(--surface-card);border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #0e10140a,0 10px 30px #0e10140f}.aq__bar{border-bottom:1px solid var(--border-subtle);background:var(--surface-subtle);align-items:center;gap:.625rem;padding:.875rem 1.25rem;display:flex}.aq__dot{background:var(--primary);border-radius:999px;flex:none;width:7px;height:7px}.aq__title{font-size:var(--text-body-sm);color:var(--on-surface);font-weight:600}.aq__sub{font-size:var(--text-label-lg);color:var(--on-surface-tertiary)}.aq__group{border-bottom:1px solid var(--border-subtle);padding:.875rem 1.25rem 1rem 0}.aq__group:last-child{border-bottom:0}.aq__ghead{border-left:3px solid var(--tone,var(--border-default));flex-wrap:wrap;align-items:baseline;gap:.625rem;margin-bottom:.5rem;padding-left:1.25rem;display:flex}.aq__group[data-tone=crit]{--tone:var(--error)}.aq__group[data-tone=warn]{--tone:var(--warning)}.aq__group[data-tone=mute]{--tone:var(--border-strong)}.aq__inc{font-family:var(--font-mono),ui-monospace,monospace;font-size:var(--text-label-lg);color:var(--tone);font-weight:600}.aq__inc--ip{color:var(--warning)}.aq__inc--none{color:var(--on-surface-tertiary);font-weight:500}.aq__gmeta{font-size:var(--text-label-lg);color:var(--on-surface-tertiary)}.aq__gmeta code{font-family:var(--font-mono),ui-monospace,monospace;color:var(--primary)}.aq__rows{border-left:3px solid #0000;margin:0;padding:0 0 0 1.25rem;list-style:none}.aq__row{opacity:0;animation:aq-in .5s var(--ease-out,ease-out) forwards;grid-template-columns:3.25rem 5.25rem 1fr;align-items:baseline;gap:.75rem;padding:.4375rem 0;display:grid}.aq__row:first-child{animation-delay:50ms}.aq__row:nth-child(2){animation-delay:.13s}.aq__row:nth-child(3){animation-delay:.21s}.aq__row:nth-child(4){animation-delay:.29s}.aq__row:nth-child(5){animation-delay:.37s}@keyframes aq-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.aq__row{opacity:1;animation:none}}.aq__at{font-family:var(--font-mono),ui-monospace,monospace;font-size:var(--text-label);color:var(--on-surface-tertiary);font-variant-numeric:tabular-nums}.aq__sev{font-size:var(--text-micro);text-transform:lowercase;border-radius:999px;justify-self:start;padding:.1875rem .5rem;font-weight:600}.aq__sev[data-sev=critical]{color:#7c3aed;background:#f3eefe}.aq__sev[data-sev=high]{color:var(--warning);background:var(--warning-light)}.aq__body{min-width:0}.aq__t{font-size:var(--text-body-sm);color:var(--on-surface);line-height:1.35;display:block}.aq__meta{gap:.5rem;margin-top:.1875rem;display:flex}.aq__meta code{font-family:var(--font-mono),ui-monospace,monospace;font-size:var(--text-micro);color:var(--on-surface-tertiary);background:var(--surface-low);border-radius:4px;padding:.0625rem .375rem}@media (max-width:640px){.aq__row{grid-template-columns:2.75rem 1fr;row-gap:.25rem}.aq__sev,.aq__body{grid-column:2}}.layers{margin:var(--space-7) 0 0;gap:var(--space-3);grid-template-columns:repeat(5,1fr);padding:0;list-style:none;display:grid}.layer{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-card);padding:var(--space-5) var(--space-4);flex-direction:column;gap:.375rem;display:flex}.layer__n{font-family:var(--font-mono),ui-monospace,monospace;font-size:var(--text-label);color:var(--primary)}.layer__t{font-size:var(--text-title);letter-spacing:-.006em;color:var(--on-surface);margin:0;font-weight:600}.layer__b{font-size:var(--text-body-sm);color:var(--on-surface-variant);margin:0;line-height:1.5}@media (max-width:1080px){.layers{flex-wrap:wrap;justify-content:center;display:flex}.layers>li{flex:0 1 calc((100% - 2*var(--space-3))/3)}}@media (max-width:600px){.layers{grid-template-columns:1fr}.layers>li{flex-basis:100%}}.cadence{margin-top:var(--space-7);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--surface-card);overflow:hidden}.cadence__row{gap:var(--space-4);border-bottom:1px solid var(--border-subtle);grid-template-columns:16rem 11rem 1fr;align-items:baseline;padding:.875rem 1.25rem;display:grid}.cadence__row:last-child{border-bottom:0}.cadence__row--head{background:var(--surface-subtle);font-size:var(--text-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--on-surface-tertiary);font-weight:600}.cadence__w{font-size:var(--text-body-sm);color:var(--on-surface);font-weight:500}.cadence__h{font-family:var(--font-mono),ui-monospace,monospace;font-size:var(--text-body-sm);color:var(--primary)}.cadence__y{font-size:var(--text-body-sm);color:var(--on-surface-tertiary)}@media (max-width:820px){.cadence__row{grid-template-columns:1fr;gap:.25rem}.cadence__row--head{display:none}}.ba{max-width:52rem;margin:var(--space-6) auto 0;text-align:center}.ba__switch{border:1px solid var(--border-default);background:var(--surface-low);border-radius:999px;padding:.25rem;display:inline-flex;position:relative}.ba__btn{z-index:1;cursor:pointer;font-family:inherit;font-size:var(--text-body-sm);color:var(--on-surface-tertiary);transition:color .22s var(--ease-out);background:0 0;border:0;border-radius:999px;padding:.4375rem 1.125rem;font-weight:500;position:relative}.ba__btn[data-active=true]{color:var(--on-surface);font-weight:600}.ba__thumb{background:var(--surface-card);width:calc(50% - .25rem);transition:transform .28s var(--ease-out);border-radius:999px;position:absolute;top:.25rem;bottom:.25rem;box-shadow:0 1px 3px #0e10141f}.ba[data-on=false] .ba__thumb{transform:translate(0)}.ba[data-on=true] .ba__thumb{transform:translate(100%)}.ba__line{margin:var(--space-5) auto 0;max-width:44rem;font-size:var(--text-title);color:var(--on-surface);animation:ba-in .3s var(--ease-out);line-height:1.5}.ba[data-on=false] .ba__line{color:var(--on-surface-variant)}@keyframes ba-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.ba__line{animation:none}.ba__thumb{transition:none}}.agent-x{max-width:56rem;margin:var(--space-6) auto 0;border-radius:var(--radius-lg);background:#ffffff08;border:1px solid #ffffff1a;overflow:hidden}.agent-x__ask{border-bottom:1px solid #ffffff14;padding:1.25rem 1.5rem .875rem}.agent-x__label{font-size:var(--text-micro);letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;margin-bottom:.375rem;font-weight:600;display:block}.agent-x__q{font-size:var(--text-title);color:#fff;margin:0;font-weight:500;line-height:1.4}.agent-x__ans{padding:1.25rem 1.5rem}.agent-x__who{font-family:var(--font-mono),ui-monospace,monospace;font-size:var(--text-micro);letter-spacing:.06em;text-transform:uppercase;color:var(--primary-light);margin-bottom:.5rem;display:block}.agent-x__says{font-size:var(--text-title);color:#ffffffeb;margin:0;line-height:1.5}.agent-x__foot{font-size:var(--text-body-sm);color:#ffffff80;background:#ffffff05;border-top:1px solid #ffffff14;flex-wrap:wrap;gap:.5rem 1.25rem;margin:0;padding:.875rem 1.5rem;display:flex}.agent-x__foot em{color:#4ade9a;margin-left:auto;font-style:normal}@media (max-width:640px){.agent-x__foot em{margin-left:0}}.loop-orbit{offset-path:path("M 230 28 a 182 182 0 1 1 -0.1 0");animation:14s linear infinite loop-orbit}@keyframes loop-orbit{to{offset-distance:100%}}.loop-pulse{offset-distance:0%;opacity:0}.loop-pulse--in{animation:2.6s ease-in-out infinite loop-run}.loop-pulse--out{animation:2.6s ease-in-out infinite loop-run-back}@keyframes loop-run{0%{offset-distance:0%;opacity:0}12%{opacity:1}70%{offset-distance:100%;opacity:1}84%,to{offset-distance:100%;opacity:0}}@keyframes loop-run-back{0%{offset-distance:100%;opacity:0}12%{opacity:.8}70%{offset-distance:0%;opacity:.8}84%,to{offset-distance:0%;opacity:0}}.loop-pulse--discover{offset-path:path("M 230 102 L 230 148")}.loop-pulse--govern{offset-path:path("M 342 210 L 292 210")}.loop-pulse--detect{offset-path:path("M 230 318 L 230 272")}.loop-pulse--posture{offset-path:path("M 118 210 L 168 210")}.loop-pulse--in.loop-pulse--govern{animation-delay:.5s}.loop-pulse--in.loop-pulse--detect{animation-delay:1s}.loop-pulse--in.loop-pulse--posture{animation-delay:1.5s}.loop-pulse--out.loop-pulse--discover{animation-delay:1.3s}.loop-pulse--out.loop-pulse--govern{animation-delay:1.8s}.loop-pulse--out.loop-pulse--detect{animation-delay:2.3s}.loop-pulse--out.loop-pulse--posture{animation-delay:.8s}@media (prefers-reduced-motion:reduce){.loop-orbit,.loop-pulse{opacity:.85;offset-distance:50%;animation:none}}.walk{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,4vw,3.5rem);margin-top:clamp(2rem,4vw,3rem);display:grid}.walk__stage{top:var(--walk-top,calc(64px + 1.5rem));flex-direction:column;gap:.875rem;display:flex;position:sticky}.walk__shot{border:1px solid var(--hairline);border-radius:var(--radius-lg);animation:walk-in .34s var(--ease-out);background:#fff;margin:0;overflow:hidden}.walk__shot img{width:100%;height:auto;display:block}.walk__step-shot{display:none}.walk__step-shot img{border:1px solid var(--hairline);border-radius:var(--radius-lg);width:100%;height:auto;display:block}@keyframes walk-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.walk__cap{color:var(--on-surface);align-items:baseline;gap:.625rem;margin:0;font-size:.9375rem;font-weight:500;display:flex}.walk__cap-n{font-family:var(--font-mono);color:var(--on-surface-tertiary);font-variant-numeric:tabular-nums;font-size:.75rem}.walk__dots{gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.walk__dots li{background:var(--hairline);width:22px;height:2px;transition:background .3s var(--ease-out);border-radius:999px}.walk__dots li[data-active=true]{background:var(--pl)}.walk__steps{flex-direction:column;display:flex}.walk__step{opacity:.42;min-height:72vh;transition:opacity .3s var(--ease-out);padding-block:0}.walk__copy{top:var(--walk-top,calc(64px + 1.5rem));flex-direction:column;gap:.5rem;display:flex;position:sticky}.walk__step[data-active=true]{opacity:1}.walk__step:last-child{min-height:48vh}.walk__n{font-family:var(--font-mono);color:var(--on-surface-tertiary);font-variant-numeric:tabular-nums;transition:color .3s var(--ease-out);font-size:.75rem}.walk__step[data-active=true] .walk__n{color:var(--pl)}.walk__title{letter-spacing:-.015em;color:var(--on-surface);margin:0;font-size:1.25rem;font-weight:500;line-height:1.25}.walk__body{color:var(--on-surface-variant);max-width:46ch;margin:0;font-size:.9375rem;line-height:1.55}.walk__points{flex-direction:column;gap:.4375rem;max-width:46ch;margin:.375rem 0 0;padding:0;list-style:none;display:flex}.walk__points li{font-size:var(--text-body-sm);color:var(--on-surface-tertiary);padding-left:1.125rem;line-height:1.5;position:relative}.walk__points li:before{content:"";background:var(--pl);border-radius:999px;width:5px;height:5px;position:absolute;top:.5rem;left:0}@media (max-width:980px){.walk{grid-template-columns:1fr;gap:1.25rem}.walk__stage{justify-content:flex-start;height:auto;position:static}.walk__shot,.walk__cap,.walk__dots{display:none}.walk__step-shot{margin:1rem 0 0;display:block}.walk__step{opacity:1;border-top:1px solid var(--hairline-2);min-height:auto;padding-block:1.75rem}.walk__copy{flex-direction:column;gap:.5rem;display:flex;position:static}}@media (prefers-reduced-motion:reduce){.walk__shot{animation:none}.walk__n{transition:none}}.skip-link{z-index:1100;border-radius:var(--radius-btn);background:var(--primary);color:#fff;font-size:var(--text-body-sm);transition:top .15s var(--ease-out);padding:.625rem 1rem;font-weight:600;text-decoration:none;position:absolute;top:-3rem;left:.5rem}.skip-link:focus,.skip-link:focus-visible{top:.5rem}.footer a{align-items:center;min-height:24px;display:inline-flex}.footer__col a{margin-block:-.1875rem}.featrow__list a,.featrow__all{align-items:center;min-height:24px;display:inline-flex}@media (max-width:1023px){:root{--text-micro:.75rem;--text-label:.8125rem}}@media (max-width:767px){:root{--text-headline-sm:1.25rem;--text-title-lg:1.0625rem;--text-title:1.0625rem}.nav__mobile a{font-size:1.0625rem}}@media (pointer:coarse){.nav__logo,.footer a{min-height:44px}.footer__col a{margin-block:-.375rem}.featrow{gap:.5rem}.featrow__list a,.featrow__all{min-height:44px}.ex__tab{align-items:center;min-height:44px;display:flex}.loopvid__toggle{opacity:.8;width:44px;height:44px}}
