:root{--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--bg: hsl(0 0% 100%);--bg-pure: hsl(0 0% 100%);--surface: hsl(0 0% 100%);--surface-2: hsl(40 26% 96.5%);--tint-peach: hsl(28 58% 95%);--tint-sage: hsl(150 30% 95%);--ink: hsl(32 10% 12%);--ink-2: hsl(32 8% 16%);--ink-line: hsl(32 7% 25%);--fg: hsl(28 14% 14%);--fg-muted: hsl(30 9% 40%);--fg-soft: hsl(32 8% 55%);--on-ink: hsl(40 30% 96%);--on-ink-muted: hsl(38 12% 67%);--on-ink-soft: hsl(36 9% 52%);--terracotta: hsl(151 25% 39%);--terracotta-d: hsl(152 30% 31%);--terracotta-t: hsl(150 28% 42% / .13);--sage: hsl(151 25% 39%);--sage-bright: hsl(143 34% 60%);--sage-t: hsl(150 28% 42% / .13);--apricot: hsl(24 64% 50%);--apricot-t: hsl(28 62% 88% / .8);--lav: hsl(266 36% 56%);--lav-t: hsl(265 44% 92% / .85);--amber: hsl(38 78% 48%);--danger: hsl(4 68% 52%);--border: hsl(36 20% 90%);--border-strong: hsl(34 15% 81%);--radius: .875rem;--radius-lg: 1.25rem;--radius-sm: .5rem;--radius-btn: 999px;--radius-pill: 999px;--shadow-sm: 0 1px 1px hsl(40 12% 10% / .04), 0 1px 2px hsl(40 12% 10% / .05);--shadow-md: 0 1px 2px hsl(40 12% 10% / .05), 0 8px 22px hsl(40 12% 10% / .07);--shadow-lg: 0 4px 14px hsl(40 12% 10% / .07), 0 24px 52px hsl(40 12% 10% / .11);--shadow-ink: 0 24px 60px hsl(40 20% 4% / .4);--maxw: 1180px;--gutter: clamp(1.25rem, 4vw, 2.5rem)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--fg);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:normal}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::-moz-selection{background:var(--terracotta-t);color:var(--terracotta-d)}::selection{background:var(--terracotta-t);color:var(--terracotta-d)}h1,h2,h3,h4{margin:0;font-weight:600;letter-spacing:-.032em;line-height:1.03;text-wrap:balance}.eyebrow{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--terracotta-d)}.eyebrow.on-ink{color:var(--sage-bright)}p{margin:0}.lede{font-size:1.16rem;line-height:1.5;color:var(--fg-muted);letter-spacing:-.011em}.wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--gutter)}.section{padding-block:clamp(4.5rem,9vw,8rem)}.section-tight{padding-block:clamp(3rem,6vw,5rem)}.ink-section{background:var(--ink);color:var(--on-ink)}.ink-section h1,.ink-section h2,.ink-section h3{color:var(--on-ink)}.btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:550;letter-spacing:-.01em;padding:.7rem 1.15rem;border-radius:var(--radius-btn);border:1px solid transparent;transition:transform .14s ease,background .14s ease,box-shadow .14s ease,border-color .14s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:0 1px 2px #18161038}.btn-primary:hover{background:#322f2a;box-shadow:var(--shadow-md)}.btn-ink{background:var(--fg);color:#fff;border-color:var(--fg)}.btn-ink:hover{background:#37342f}.btn-ghost{background:var(--surface);color:var(--fg);border-color:var(--border-strong)}.btn-ghost:hover{background:var(--surface-2);border-color:var(--fg-soft)}.btn-on-ink{background:#ffffff12;color:var(--on-ink);border-color:#ffffff2e;backdrop-filter:blur(6px)}.btn-on-ink:hover{background:#ffffff21;border-color:#ffffff52}.ink-section .btn-primary{background:#fff;color:var(--ink);border-color:#fff;box-shadow:0 1px 2px #00000040}.ink-section .btn-primary:hover{background:#edede9}.btn-lg{padding:.82rem 1.4rem;font-size:1rem}.pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;white-space:nowrap;padding:.32rem .7rem;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface)}.pill-accent{color:var(--terracotta-d);background:var(--terracotta-t);border-color:#c4654540}.pill-sage{color:var(--sage);background:var(--sage-t);border-color:#47856640}.pill-mono{font-family:var(--font-mono);letter-spacing:.04em}.dot{width:7px;height:7px;border-radius:50%;display:inline-block}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.in{opacity:1;transform:none}[data-delay="1"]{transition-delay:.07s}[data-delay="2"]{transition-delay:.14s}[data-delay="3"]{transition-delay:.21s}[data-delay="4"]{transition-delay:.28s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.mono-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-soft)}.nav{position:sticky;top:0;z-index:50;background:#ffffffb8;backdrop-filter:saturate(1.4) blur(14px);border-bottom:1px solid transparent;transition:border-color .3s ease,background .3s ease}.nav.scrolled{border-bottom-color:var(--border);background:#ffffffe6}.nav-inner{display:flex;align-items:center;gap:1.5rem;height:68px}.brand{display:flex;align-items:center;gap:.55rem}.kit-chip{display:grid;place-items:center;background:var(--ink);border-radius:7px;overflow:hidden}.kit-chip img{width:72%;height:72%;-o-object-fit:contain;object-fit:contain;filter:invert(1) brightness(2.4)}.brand-chip{width:30px;height:30px}.brand .brand-chip{display:block;width:auto;height:26px;background:none;border-radius:0;overflow:visible}.brand .brand-chip img{display:block;width:auto;height:26px;filter:none}.brand-light .brand-chip{background:none}.brand-light .brand-chip img{filter:invert(1) brightness(2.4)}.brand-mark{display:grid;place-items:center;width:30px;height:30px;color:var(--fg)}.brand-mark img{width:26px;height:26px}.brand-name{display:none}.brand-by{font-size:.82rem;font-weight:500;color:var(--fg-muted);letter-spacing:-.01em;white-space:nowrap;align-self:flex-end;line-height:1;margin-left:-.1rem}.brand-name-accent{color:var(--terracotta)}.brand-light .brand-name{color:var(--on-ink)}.nav-links{display:flex;gap:1.35rem;margin-left:auto}.nav-links a{font-size:.9rem;color:var(--fg-muted);font-weight:500;transition:color .15s;white-space:nowrap}.nav-links a:hover{color:var(--fg)}.nav-cta{display:flex;align-items:center;gap:.9rem}.nav-signin{font-size:.9rem;font-weight:500;color:var(--fg);white-space:nowrap}.nav-signin:hover{color:var(--terracotta-d)}@media(max-width:880px){.nav-links{display:none;margin-left:0}.nav-cta{margin-left:auto}.nav-signin{display:none}}.nav-signin-wrap{position:relative;display:inline-flex}.nav-signin-wrap>.nav-signin{display:inline-flex;align-items:center;gap:.3rem;background:none;border:0;padding:0;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:500;color:var(--fg);white-space:nowrap}.nav-signin-wrap>.nav-signin:after{content:"";width:.32rem;height:.32rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-1px) rotate(45deg);transition:transform .2s ease}.nav-signin-wrap:hover>.nav-signin,.nav-signin-wrap:focus-within>.nav-signin{color:var(--terracotta-d)}.nav-signin-wrap:hover>.nav-signin:after,.nav-signin-wrap:focus-within>.nav-signin:after{transform:translateY(1px) rotate(225deg)}.nav-signin-wrap:after{content:"";position:absolute;top:100%;left:0;right:0;height:.6rem}.nav-login-dropdown{position:absolute;top:calc(100% + .55rem);right:0;display:none;flex-direction:column;gap:.1rem;width:286px;padding:.55rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:60}.nav-signin-wrap:hover .nav-login-dropdown,.nav-signin-wrap:focus-within .nav-login-dropdown{display:flex}.nav-login-eyebrow{font-family:var(--font-mono);font-size:.66rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-soft);padding:.4rem .55rem .3rem}.nav-login-opt{display:flex;align-items:center;gap:.7rem;padding:.6rem .55rem;border-radius:var(--radius-sm);transition:background .14s ease}.nav-login-opt:hover{background:var(--surface-2)}.nav-login-kit-mark,.nav-login-ks-mark{flex:none;display:grid;place-items:center;width:40px;height:40px;border-radius:10px;border:1px solid var(--border);overflow:hidden}.nav-login-kit-mark{background:var(--ink);padding:9px}.nav-login-kit-mark img{width:100%;height:auto}.nav-login-ks-mark{background:var(--surface-2);padding:8px}.nav-login-ks-mark img{width:100%;height:auto}.nav-login-opt-text{display:flex;flex-direction:column;gap:.12rem;min-width:0}.nav-login-opt-title{display:flex;align-items:center;gap:.4rem;font-size:.92rem;font-weight:600;color:var(--fg);letter-spacing:-.01em}.nav-login-opt-sub{font-size:.78rem;color:var(--fg-muted)}.nav-login-new-badge{font-family:var(--font-mono);font-size:.58rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--sage);background:var(--sage-t);border:1px solid hsl(150 30% 40% / .25);padding:.1rem .38rem;border-radius:var(--radius-pill)}.nav-login-divider{height:1px;background:var(--border);margin:.3rem .35rem}@media(max-width:880px){.nav-signin-wrap{display:none}}.nav-item{position:relative;display:inline-flex}.nav-trigger{display:inline-flex;align-items:center;gap:.32rem;background:none;border:0;padding:0;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:500;color:var(--fg-muted);white-space:nowrap;transition:color .15s}.nav-trigger:after{content:"";width:.32rem;height:.32rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-1px) rotate(45deg);transition:transform .2s ease}.nav-item:hover>.nav-trigger,.nav-item:focus-within>.nav-trigger{color:var(--fg)}.nav-item:hover>.nav-trigger:after,.nav-item:focus-within>.nav-trigger:after{transform:translateY(1px) rotate(225deg)}.nav-item:after{content:"";position:absolute;top:100%;left:0;right:0;height:.6rem}.nav-menu{position:absolute;top:calc(100% + .55rem);left:0;display:none;flex-direction:column;gap:.08rem;min-width:210px;padding:.55rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:60}.nav-item:hover>.nav-menu,.nav-item:focus-within>.nav-menu{display:flex}.nav-menu a{display:block;padding:.5rem .6rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;color:var(--fg);white-space:nowrap;transition:background .14s ease}.nav-menu a:hover{background:var(--surface-2);color:var(--fg)}.nav-menu.is-wide{min-width:440px}.nav-item:hover>.nav-menu.is-wide,.nav-item:focus-within>.nav-menu.is-wide{display:grid;grid-template-columns:1fr 1fr;gap:.1rem 1.5rem}.nav-menu-group{display:flex;flex-direction:column;gap:.08rem}.nav-menu-eyebrow{font-family:var(--font-mono);font-size:.62rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-soft);padding:.45rem .6rem .35rem}.nav-burger{display:none;align-items:center;justify-content:center;width:42px;height:42px;margin-right:-.45rem;background:none;border:0;cursor:pointer;color:var(--fg)}.nav-burger-box{position:relative;display:block;width:22px;height:13px}.nav-burger-box span{position:absolute;left:0;height:1.6px;width:100%;background:currentColor;border-radius:2px;transition:transform .25s ease,opacity .2s ease,top .25s ease}.nav-burger-box span:nth-child(1){top:0}.nav-burger-box span:nth-child(2){top:6px}.nav-burger-box span:nth-child(3){top:12px}.nav-burger[aria-expanded=true] .nav-burger-box span:nth-child(1){top:6px;transform:rotate(45deg)}.nav-burger[aria-expanded=true] .nav-burger-box span:nth-child(2){opacity:0}.nav-burger[aria-expanded=true] .nav-burger-box span:nth-child(3){top:6px;transform:rotate(-45deg)}.mobile-nav{display:none;position:fixed;inset:68px 0 0;z-index:49;background:var(--surface);overflow-y:auto;-webkit-overflow-scrolling:touch;animation:m-nav-in .22s ease}@keyframes m-nav-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}html.mobile-nav-open{overflow:hidden}.mobile-nav-inner{display:flex;flex-direction:column;padding:.5rem 1.1rem 2.5rem}.m-link,.m-acc>summary{display:flex;align-items:center;justify-content:space-between;padding:.95rem .2rem;font-size:1.05rem;font-weight:600;color:var(--fg);border-bottom:1px solid var(--border)}.m-acc>summary{cursor:pointer;list-style:none}.m-acc>summary::-webkit-details-marker{display:none}.m-acc>summary:after{content:"";flex:none;width:.5rem;height:.5rem;margin-right:.2rem;border-right:1.6px solid var(--fg-muted);border-bottom:1.6px solid var(--fg-muted);transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}.m-acc[open]>summary:after{transform:rotate(-135deg) translateY(-2px)}.m-acc-body{display:flex;flex-direction:column;padding:.1rem 0 .8rem}.m-eyebrow{font-family:var(--font-mono);font-size:.64rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-soft);padding:.75rem .2rem .3rem}.m-sublink{padding:.55rem .2rem;font-size:.98rem;color:var(--fg-muted)}.m-sublink:hover,.m-sublink:active{color:var(--fg)}.mobile-nav-cta{display:flex;flex-direction:column;gap:.85rem;margin-top:1.5rem}.mobile-nav-cta .btn{width:100%}.m-signin-group{display:flex;flex-direction:column;gap:.1rem;padding-bottom:.6rem;margin-bottom:.3rem;border-bottom:1px solid var(--border)}.m-signin-opt{display:flex;flex-direction:column;gap:.1rem;padding:.7rem .2rem;border-radius:var(--radius-sm)}.m-signin-opt:active{background:var(--surface-2)}.m-signin-opt-title{display:flex;align-items:center;gap:.45rem;font-size:1rem;font-weight:600;color:var(--fg)}.m-signin-opt-sub{font-size:.82rem;color:var(--fg-muted)}.m-signin-badge{font-family:var(--font-mono);font-size:.58rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--sage);background:var(--sage-t);border:1px solid hsl(150 30% 40% / .25);padding:.1rem .38rem;border-radius:var(--radius-pill)}@media(max-width:880px){.nav-burger{display:inline-flex}.mobile-nav:not([hidden]){display:block}}.hero{position:relative;overflow:hidden;padding-block:clamp(3.5rem,7vw,6rem) clamp(4rem,8vw,7rem)}.hero-grain{position:absolute;inset:0;pointer-events:none;background:radial-gradient(120% 80% at 85% -10%,hsl(150 36% 46% / .13),transparent 55%),radial-gradient(90% 70% at 0% 110%,hsl(28 70% 60% / .12),transparent 55%)}.hero-inner{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,4vw,4rem);align-items:center}.hero-pill{background:#ffffff0f;border-color:#ffffff29;color:var(--on-ink);backdrop-filter:blur(6px)}.hero-title{font-size:clamp(2.5rem,5.4vw,4.1rem);margin-top:1.4rem;letter-spacing:-.035em;line-height:1;text-wrap:balance}.hero-title .hl{color:var(--sage-bright)}.hero-sub{margin-top:1.5rem;font-size:1.18rem;line-height:1.6;color:var(--on-ink-muted);max-width:36ch}.hero-actions{display:flex;gap:.8rem;margin-top:2rem;flex-wrap:wrap}.hero-trust{margin-top:2.6rem;display:flex;flex-direction:column;gap:.8rem}.hero-trust-logos{display:flex;align-items:center;gap:1.6rem;flex-wrap:wrap}.hero-trust-logos .lab{display:flex;align-items:center;gap:.5rem;color:var(--on-ink-muted);opacity:.92}.hero-trust-logos .lab svg{width:20px;height:20px}.hero-trust-logos .lab span{font-size:.96rem;font-weight:500;letter-spacing:-.01em}.hero-light{background:var(--bg);color:var(--fg);border-bottom:1px solid var(--border)}.hero-light .hero-grain{background:radial-gradient(120% 80% at 88% -20%,hsl(150 36% 46% / .1),transparent 52%),radial-gradient(85% 70% at -5% 115%,hsl(28 70% 60% / .08),transparent 55%)}.hero-light .hero-pill{background:var(--surface);border-color:var(--border);color:var(--fg-muted);box-shadow:var(--shadow-sm)}.hero-light .hero-title{color:var(--fg)}.hero-light .hero-title .hl{color:var(--terracotta)}.hero-light .hero-sub{color:var(--fg-muted)}.hero-light .hero-trust-label{color:var(--fg-soft)}.hero-light .hero-trust-logos .lab{color:var(--fg-muted);opacity:1}.hero-light .kai-panel{border-color:var(--border);box-shadow:var(--shadow-lg)}@media(max-width:920px){.hero-inner{grid-template-columns:1fr}.hero-sub{max-width:48ch}.hero-visual{order:2;margin-top:clamp(2.75rem,8vw,3.5rem)}}.kai-panel{background:var(--surface);color:var(--fg);border:1px solid var(--ink-line);border-radius:var(--radius-lg);box-shadow:var(--shadow-ink);overflow:hidden;position:relative;transform-origin:center}.kai-top{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.1rem;border-bottom:1px solid var(--border);background:var(--surface-2)}.kai-top .kai-logo{width:24px;height:24px;border-radius:7px}.kai-top .kai-title{font-weight:600;font-size:.95rem;white-space:nowrap}.kai-top .kai-status{margin-left:auto;display:flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.7rem;color:var(--sage)}.kai-body{padding:1.1rem;display:flex;flex-direction:column;gap:.7rem}.kai-line{display:flex;gap:.7rem;align-items:flex-start}.kai-bubble{background:var(--surface-2);border:1px solid var(--border);border-radius:.25rem .75rem .75rem;padding:.7rem .85rem;font-size:.9rem;line-height:1.45;max-width:90%}.kai-av{width:26px;height:26px;border-radius:7px;flex:none;background:var(--ink);display:grid;place-items:center;overflow:hidden}.kai-av img{width:74%;height:74%;-o-object-fit:contain;object-fit:contain;filter:invert(1) brightness(2.4)}.kai-result{border:1px solid hsl(150 38% 40% / .3);background:var(--tint-sage);border-radius:.75rem;padding:.85rem;display:flex;flex-direction:column;gap:.5rem}.kai-result-row{display:flex;align-items:center;gap:.6rem;font-size:.88rem}.kai-result-row .k-amt{margin-left:auto;font-family:var(--font-mono);font-weight:500;white-space:nowrap;padding-left:.6rem}.kai-check{width:18px;height:18px;border-radius:50%;background:var(--sage);color:#fff;display:grid;place-items:center;font-size:.7rem;flex:none}.kai-check.bad{background:var(--danger)}.kai-foot{display:flex;gap:.6rem;padding:.9rem 1.1rem;border-top:1px solid var(--border)}.kai-foot .btn{font-size:.82rem;padding:.5rem .9rem}.kai-cursor{display:inline-block;width:8px;height:1.05em;background:var(--terracotta);vertical-align:-2px;margin-left:2px;animation:blink 1.1s steps(1) infinite}@keyframes blink{50%{opacity:0}}.hero-visual{position:relative}.hero-visual{display:flex;flex-direction:column}.hero-carousel{display:grid;position:relative;padding-bottom:clamp(1.4rem,3vw,2.2rem)}.hero-slide{grid-area:1 / 1;opacity:0;transform:translate(92px) scale(.87);transform-origin:center;transition:opacity .5s ease,transform .55s cubic-bezier(.16,1,.3,1);pointer-events:none;will-change:transform,opacity}.hero-slide.active{opacity:1;pointer-events:auto}.kai-cover{position:absolute;inset:0;background:var(--surface-2);opacity:0;pointer-events:none;transition:opacity .35s ease;z-index:5}.hero-slide:not(.active) .kai-cover{opacity:1}.kai-wrap{position:relative;align-self:stretch}.hero-dots{display:flex;justify-content:center;gap:8px;margin-top:.6rem}.hero-dot{width:7px;height:7px;padding:0;border:none;border-radius:999px;background:var(--border-strong);cursor:pointer;transition:background .2s ease,width .2s ease}.hero-dot:hover{background:var(--fg-soft)}.hero-dot.active{background:var(--sage);width:22px}@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}}@media(max-width:600px){.hero-slide:not(.active){opacity:0!important}}.hero-visual .float-badge{transition:opacity .35s ease}.hero-slide:not(.active) .float-badge{opacity:0}.hero-visual .float-badge{position:absolute;z-index:3;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.55rem .8rem;display:flex;align-items:center;gap:.55rem;font-size:.78rem;font-weight:500;white-space:nowrap}.float-badge svg{width:16px;height:16px;flex:none;color:var(--sage)}.float-badge .fb-ic{width:30px;height:30px;border-radius:8px;flex:none;display:grid;place-items:center;background:var(--sage-t)}.float-badge .fb-txt{display:flex;flex-direction:column;line-height:1.2}.float-badge .fb-lab{color:var(--fg-soft);font-size:.7rem}.float-badge .fb-amt{font-family:var(--font-mono);color:var(--sage);font-weight:600;font-size:.92rem}.float-badge.fb-1{top:-38px;left:-10px}.float-badge.fb-2{bottom:-18px;right:-14px}@media(max-width:920px){.kai-panel{transform:none}.hero-visual .float-badge.fb-1{left:0}.hero-visual .float-badge.fb-2{right:0}}.partners-head{max-width:60ch}.partners-title{font-size:clamp(1.7rem,3.2vw,2.4rem);margin-top:.9rem}.partners-lede{margin-top:1rem}.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.partner-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;gap:.85rem;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}.partner-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--border-strong)}.partner-logo{display:flex;align-items:center;gap:.7rem}.partner-ic{width:44px;height:44px;border-radius:13px;flex:none;display:grid;place-items:center}.partner-ic svg{width:24px;height:24px}.partner-ic.t0{background:var(--sage-t);color:var(--sage)}.partner-ic.t1{background:var(--apricot-t);color:var(--apricot)}.partner-ic.t2{background:var(--lav-t);color:var(--lav)}.partner-logo .pl-name{font-size:1.1rem;font-weight:600;letter-spacing:-.02em}.partner-role{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--terracotta-d)}.partner-desc{font-size:.92rem;color:var(--fg-muted);line-height:1.5}@media(max-width:820px){.partners-grid{grid-template-columns:1fr}}.examples-title{font-size:clamp(1.8rem,3.4vw,2.6rem);margin-top:.9rem;margin-bottom:1rem;max-width:22ch}.examples-head{margin-bottom:2.6rem}.explorer{display:grid;grid-template-columns:320px 1fr;gap:1.5rem;align-items:start}.explorer-tabs{display:flex;flex-direction:column;gap:.5rem}.ex-tab{text-align:left;background:transparent;border:1px solid transparent;border-radius:var(--radius);padding:.9rem 1rem;display:flex;gap:.85rem;align-items:flex-start;transition:background .18s,border-color .18s;width:100%}.ex-tab:hover{background:var(--surface)}.ex-tab.active{background:var(--surface);border-color:var(--border);box-shadow:var(--shadow-sm)}.ex-tab .ex-ic{width:36px;height:36px;border-radius:9px;flex:none;display:grid;place-items:center;background:var(--surface-2);color:var(--fg);border:1px solid var(--border)}.ex-tab.active .ex-ic{background:var(--terracotta-t);color:var(--terracotta-d);border-color:#3f8d6640}.ex-tab .ex-ic svg{width:19px;height:19px}.ex-tab-text{display:flex;flex-direction:column;gap:2px}.ex-tab-text .ex-t{font-weight:600;font-size:.98rem;letter-spacing:-.01em}.ex-tab-text .ex-d{font-size:.82rem;color:var(--fg-muted);line-height:1.35}.explorer-stage{position:relative;min-height:460px}.ex-screen{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.ex-screen-head{display:flex;align-items:center;gap:.7rem;padding:.9rem 1.2rem;border-bottom:1px solid var(--border)}.ex-screen-head .esh-ic{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:var(--terracotta-t);color:var(--terracotta-d)}.ex-screen-head .esh-ic svg{width:17px;height:17px}.ex-screen-head .esh-t{font-weight:600}.ex-screen-head .esh-loc{margin-left:auto;font-family:var(--font-mono);font-size:.72rem;color:var(--fg-soft)}.ex-screen-body{display:grid;grid-template-columns:1.2fr .8fr;gap:0}.ex-work{padding:1.2rem;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:.7rem}.ex-outcome{padding:1.2rem;background:var(--tint-peach);display:flex;flex-direction:column;gap:.9rem}.ex-rowitem{display:flex;align-items:center;gap:.7rem;padding:.6rem .75rem;border:1px solid var(--border);border-radius:.6rem;background:var(--bg-pure);font-size:.86rem}.ex-rowitem .eri-ic{width:22px;height:22px;border-radius:6px;display:grid;place-items:center;flex:none;font-family:var(--font-mono);font-size:.62rem}.eri-ic.ok{background:var(--sage-t);color:var(--sage)}.eri-ic.warn{background:#d0912526;color:var(--amber)}.eri-ic.flag{background:#d83c311f;color:var(--danger)}.ex-rowitem .eri-amt{margin-left:auto;font-family:var(--font-mono);color:var(--fg-muted)}.ex-rowitem.is-flag{border-color:#d83c3152;background:#d83c3112}.ex-bubble{background:var(--surface-2);border:1px solid var(--border);border-radius:.25rem .7rem .7rem;padding:.75rem .9rem;font-size:.88rem;line-height:1.5;display:flex;gap:.6rem}.ex-bubble .eb-av{width:24px;height:24px;border-radius:6px;flex:none;overflow:hidden;background:var(--ink);display:grid;place-items:center}.ex-bubble .eb-av img{width:74%;height:74%;-o-object-fit:contain;object-fit:contain;filter:invert(1) brightness(2.4)}.ex-outcome .eo-label{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sage)}.ex-outcome .eo-big{font-size:2.2rem;font-weight:700;letter-spacing:-.04em;line-height:1;color:var(--fg)}.ex-outcome .eo-big span{font-size:1rem;font-weight:500;color:var(--fg-muted);display:block;margin-top:.35rem;letter-spacing:0}.ex-outcome .eo-sub{font-size:.9rem;color:var(--fg-muted);line-height:1.5}.ex-outcome .eo-actions{margin-top:auto;display:flex;gap:.5rem}.ex-outcome .eo-actions .btn{font-size:.82rem;padding:.55rem .9rem}@media(max-width:920px){.explorer{grid-template-columns:1fr}.explorer-tabs{flex-direction:row;overflow-x:auto;gap:.5rem;padding-bottom:.4rem;scrollbar-width:none}.explorer-tabs::-webkit-scrollbar{display:none}.ex-tab{min-width:230px}.ex-screen-body{grid-template-columns:1fr}.ex-work{border-right:none;border-bottom:1px solid var(--border)}}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.proof-cell{background:var(--surface);padding:1.8rem 1.5rem;display:flex;flex-direction:column;gap:.4rem}.proof-cell .pc-num{font-size:2.6rem;font-weight:700;letter-spacing:-.04em;line-height:1;color:var(--fg)}.proof-cell .pc-num em{font-style:normal;color:var(--terracotta)}.proof-cell .pc-label{font-size:.9rem;color:var(--fg-muted)}.proof-note{margin-top:1rem;text-align:center}@media(max-width:820px){.proof-grid{grid-template-columns:repeat(2,1fr)}}.how-head{margin-bottom:2.5rem}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.how-step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.6rem;display:flex;flex-direction:column;gap:.8rem;position:relative}.how-step .hs-num{font-family:var(--font-mono);font-size:.75rem;color:var(--terracotta-d);letter-spacing:.1em}.how-step .hs-ic{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:var(--sage-t);color:var(--sage)}.how-step:nth-child(2) .hs-ic{background:var(--apricot-t);color:var(--apricot)}.how-step:nth-child(3) .hs-ic{background:var(--lav-t);color:var(--lav)}.how-step .hs-ic svg{width:22px;height:22px}.how-step h3{font-size:1.15rem}.how-step p{font-size:.94rem;color:var(--fg-muted);line-height:1.55}@media(max-width:820px){.how-steps{grid-template-columns:1fr}}.quote{padding:clamp(2rem,4vw,3rem);display:flex;flex-direction:column;gap:1.6rem;max-width:60rem;margin:0 auto}.quote blockquote{margin:0;font-size:clamp(1.4rem,2.8vw,2rem);font-weight:500;letter-spacing:-.025em;line-height:1.3}.quote figcaption{display:flex;align-items:center;gap:.85rem}.quote-avatar{width:44px;height:44px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);display:grid;place-items:center;color:var(--fg-soft)}.quote-meta{display:flex;flex-direction:column}.quote-name{font-weight:600}.quote-role{font-size:.85rem;color:var(--fg-muted)}.cta{position:relative;overflow:hidden;text-align:center}.cta-inner{position:relative;max-width:44rem;margin:0 auto}.cta-title{font-size:clamp(2rem,4.2vw,3rem)}.cta-sub{margin-top:1.1rem;font-size:1.15rem;color:var(--on-ink-muted)}.cta-form{margin:2rem auto 0;display:flex;gap:.6rem;max-width:30rem}.cta-form input{flex:1;padding:.85rem 1.1rem;border-radius:var(--radius-pill);border:1px solid hsl(0 0% 100% / .2);background:#ffffff12;color:var(--on-ink);font-size:.98rem}.cta-form input::-moz-placeholder{color:var(--on-ink-soft)}.cta-form input::placeholder{color:var(--on-ink-soft)}.cta-form input:focus{outline:none;border-color:var(--sage-bright);background:#ffffff1a}.cta-fine{margin-top:1.2rem;color:var(--on-ink-soft)}@media(max-width:560px){.cta-form{flex-direction:column}}.footer{padding-block:3.5rem 2rem}.footer-inner{display:grid;grid-template-columns:1.3fr 2fr;gap:2.5rem}.footer-tag{margin-top:1rem;color:var(--on-ink-muted);font-size:.95rem;max-width:28ch}.brand-light .kit-chip{background:#ffffff14}.footer-byline{margin-top:1.2rem;color:var(--on-ink-soft)}.footer-products{display:flex;align-items:center;gap:1.2rem;margin-top:1.4rem;opacity:.85}.footer-kit{height:16px;width:auto;filter:invert(1) brightness(2);-o-object-fit:contain;object-fit:contain}.footer-kai{height:26px;width:auto;border-radius:6px}.footer-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:1.5rem}.footer-col h4{font-size:.78rem;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--on-ink-soft);margin-bottom:.9rem;font-weight:500}.footer-col a{display:block;font-size:.92rem;color:var(--on-ink-muted);padding:.3rem 0;transition:color .15s}.footer-col a:hover{color:var(--on-ink)}.footer-base{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--ink-line);font-size:.85rem;color:var(--on-ink-soft)}.footer-legal{display:flex;gap:1.2rem}.footer-legal a:hover{color:var(--on-ink)}@media(max-width:820px){.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-base{flex-direction:column;gap:.8rem;text-align:center}}.human-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.human-title{font-size:clamp(1.7rem,3.2vw,2.4rem);margin-top:.8rem;max-width:18ch}.human-lede{margin-top:1rem;max-width:46ch}.human-list{list-style:none;margin:1.8rem 0 0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.human-item{display:flex;gap:.85rem;align-items:flex-start}.hi-check{width:26px;height:26px;border-radius:50%;flex:none;display:grid;place-items:center;background:var(--sage-t);color:var(--sage)}.hi-check svg{width:15px;height:15px}.hi-tx{display:flex;flex-direction:column;gap:2px}.hi-tx b{font-size:1rem;font-weight:600;letter-spacing:-.01em}.hi-tx span{font-size:.92rem;color:var(--fg-muted);line-height:1.5}.deploy-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:clamp(1.5rem,3vw,2rem)}.deploy-eyebrow{color:var(--sage)}.deploy-big{display:block;font-size:clamp(2.4rem,5vw,3.2rem);font-weight:700;letter-spacing:-.04em;line-height:1;margin-top:.5rem}.deploy-big span{display:block;font-size:.95rem;font-weight:500;color:var(--fg-muted);letter-spacing:0;margin-top:.5rem}.deploy-timeline{margin-top:1.6rem;display:flex;flex-direction:column}.dt-step{display:grid;grid-template-columns:auto 64px 1fr;align-items:start;-moz-column-gap:.85rem;column-gap:.85rem;padding-bottom:1.05rem;position:relative}.dt-step:last-child{padding-bottom:0}.dt-node{width:12px;height:12px;border-radius:50%;margin-top:2px;background:var(--surface);border:2px solid var(--border-strong);position:relative;z-index:1}.dt-step:not(:last-child):before{content:"";position:absolute;left:5px;top:14px;bottom:0;width:2px;background:var(--border)}.dt-step.is-live .dt-node{background:var(--sage);border-color:var(--sage);box-shadow:0 0 0 4px var(--sage-t)}.dt-day{color:var(--fg-soft);padding-top:1px}.dt-text{font-size:.92rem;color:var(--fg);line-height:1.4}.dt-step.is-live .dt-text{font-weight:600}.deploy-compare{margin-top:1.5rem;padding-top:1.3rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.7rem}.dc-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.dc-row span{font-size:.9rem;color:var(--fg-muted)}.dc-row b{font-family:var(--font-mono);font-size:.92rem;font-weight:500}.dc-them b{color:var(--fg-soft);text-decoration:line-through;text-decoration-color:var(--border-strong)}.dc-us b{color:var(--sage)}@media(max-width:880px){.human-inner{grid-template-columns:1fr}.human-title{max-width:none}}.router{display:grid;grid-template-columns:1fr auto 1fr;gap:clamp(1rem,3vw,2.5rem);align-items:center;margin:2.4rem 0 3.2rem}.router-col{display:flex;flex-direction:column;gap:.6rem}.router-out{align-items:stretch}.router-lab{margin-bottom:.15rem}.router-chip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.7rem .9rem;font-family:var(--font-mono);font-size:.82rem;color:var(--fg-muted);box-shadow:var(--shadow-sm)}.router-core{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;padding:1.5rem 1.3rem;min-width:210px;background:var(--ink);color:var(--on-ink);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative}.router-core:before,.router-core:after{content:"";position:absolute;top:50%;width:clamp(.6rem,2.4vw,2rem);height:2px;background:linear-gradient(90deg,var(--border-strong),var(--terracotta))}.router-core:before{right:100%}.router-core:after{left:100%;background:linear-gradient(90deg,var(--terracotta),var(--border-strong))}.router-kit{width:46px;height:46px;border-radius:12px;background:#ffffff1a}.router-core-name{font-weight:600;font-size:1.2rem}.router-core-sub{font-size:.84rem;color:var(--on-ink-muted);max-width:22ch;line-height:1.4}.router-model{display:flex;align-items:center;gap:.6rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.6rem .8rem;box-shadow:var(--shadow-sm)}.router-model-ic{width:32px;height:32px;border-radius:8px;flex:none;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--border);color:var(--fg)}.router-model-ic svg{width:18px;height:18px}.router-model-tx{display:flex;flex-direction:column;line-height:1.2}.router-model-tx b{font-size:.92rem;font-weight:600}.router-model-tx span{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.05em;color:var(--fg-soft)}@media(max-width:820px){.router{grid-template-columns:1fr;gap:1.2rem}.router-core{order:2}.router-out{order:3}.router-core:before,.router-core:after{display:none}}.examples{background:var(--surface-2)}.examples-lede,.how-lede,.pricing-lede{margin-top:1rem;max-width:60ch}.delete-apps{background:var(--tint-peach);text-align:center}.delete-head{max-width:62ch;margin:0 auto}.delete-title{font-size:clamp(1.7rem,3.2vw,2.4rem);margin-top:.8rem}.delete-sub{margin-top:1rem;color:var(--fg-muted);font-size:1.05rem;line-height:1.55}.delete-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem 1.5rem;margin-top:2.2rem}.del-item{font-size:1.05rem;font-weight:600;color:var(--fg-soft);letter-spacing:-.01em;text-decoration:line-through;text-decoration-color:#d83c3180;text-decoration-thickness:2px;transition:color .15s ease}.del-item:hover{color:var(--fg-muted)}.proof-head{text-align:center;max-width:56ch;margin:0 auto 2.2rem}.proof-title{font-size:clamp(1.6rem,3vw,2.2rem);margin-top:.7rem}.ink-section .proof-grid{background:var(--ink-line);border-color:var(--ink-line)}.ink-section .proof-cell{background:var(--ink-2)}.ink-section .pc-num{color:var(--on-ink)}.ink-section .pc-num em{color:var(--sage-bright)}.ink-section .pc-label{color:var(--on-ink-muted)}.client-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1.6rem;margin-top:2.4rem}.client-lab{width:100%;text-align:center;margin-bottom:.4rem;color:var(--on-ink-soft)}.client-name{font-size:1.05rem;font-weight:600;color:var(--on-ink-muted);letter-spacing:-.01em}.pricing-head{max-width:56ch}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.6rem;align-items:stretch}.price-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.9rem 1.6rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-sm);position:relative}.price-card.featured{border-color:var(--terracotta);box-shadow:var(--shadow-md)}.price-flag{position:absolute;top:-.72rem;left:1.6rem;background:var(--terracotta);color:#fff;padding:.22rem .65rem;border-radius:var(--radius-pill)}.price-tier{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:var(--terracotta-d)}.price-amt{font-size:2.4rem;font-weight:700;letter-spacing:-.04em;line-height:1}.price-amt span{display:block;font-family:var(--font-mono);font-size:.78rem;font-weight:500;color:var(--fg-soft);margin-top:.45rem;letter-spacing:.02em}.price-desc{font-size:.92rem;color:var(--fg-muted);line-height:1.55;border-top:1px solid var(--border);padding-top:.95rem;flex:1}.price-btn{justify-content:center;margin-top:.3rem}.pricing-fine{margin-top:1.4rem;text-align:center}@media(max-width:820px){.pricing-grid{grid-template-columns:1fr}}.faq-head{text-align:center}.faq-title{font-size:clamp(1.6rem,3vw,2.2rem);margin-top:.7rem}.faq-list{max-width:50rem;margin:2.2rem auto 0;display:flex;flex-direction:column;gap:.6rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 1.2rem;font-weight:600;font-size:1.02rem}.faq-item summary::-webkit-details-marker{display:none}.faq-mark{width:18px;height:18px;flex:none;position:relative}.faq-mark:before,.faq-mark:after{content:"";position:absolute;background:var(--terracotta-d);border-radius:2px;transition:transform .2s ease}.faq-mark:before{left:50%;top:2px;width:2px;height:14px;transform:translate(-50%)}.faq-mark:after{top:50%;left:2px;height:2px;width:14px;transform:translateY(-50%)}.faq-item[open] .faq-mark:before{transform:translate(-50%) scaleY(0)}.faq-item p{padding:0 1.2rem 1.15rem;color:var(--fg-muted);font-size:.96rem;line-height:1.6;max-width:64ch}.cta-actions{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.visibility{position:relative;overflow:hidden}.vis-head{position:relative;text-align:center;max-width:54ch;margin:0 auto 2.6rem}.vis-title{font-size:clamp(2rem,4.2vw,3rem);margin-top:.8rem}.vis-lede{margin-top:1.1rem;color:var(--on-ink-muted)}.command{position:relative;max-width:980px;margin:0 auto;background:var(--ink-2);border:1px solid var(--ink-line);border-radius:var(--radius-lg);box-shadow:var(--shadow-ink);overflow:hidden}.cmd-top{display:flex;align-items:center;gap:.7rem;padding:.8rem 1.1rem;border-bottom:1px solid var(--ink-line)}.cmd-logo{width:26px;height:26px;border-radius:7px;background:#ffffff14}.cmd-title{font-weight:600;font-size:.95rem;color:var(--on-ink)}.cmd-tabs{display:flex;gap:.4rem;margin-left:.6rem}.cmd-tab{font-size:.78rem;padding:.28rem .7rem;border-radius:var(--radius-sm);color:var(--on-ink-soft);border:1px solid transparent}.cmd-tab.active{color:var(--on-ink);background:#ffffff12;border-color:var(--ink-line)}.cmd-live{margin-left:auto;display:flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.06em;color:var(--sage-bright)}.cmd-body{display:grid;grid-template-columns:1.15fr 1fr}.cmd-portfolio{padding:1.1rem 1.2rem;border-right:1px solid var(--ink-line);display:flex;flex-direction:column;gap:.3rem}.cmd-queue{padding:1.1rem 1.2rem;display:flex;flex-direction:column;gap:.55rem}.cmd-colhead{color:var(--on-ink-soft);margin-bottom:.55rem}.cmd-loc{display:flex;align-items:center;gap:.7rem;padding:.55rem 0;border-bottom:1px solid hsl(0 0% 100% / .05)}.cmd-dot{width:8px;height:8px;border-radius:50%;flex:none}.cmd-dot.ok{background:var(--sage-bright)}.cmd-dot.warn{background:var(--amber)}.cmd-dot.flag{background:var(--terracotta)}.cmd-loc-name{font-size:.9rem;font-weight:550;color:var(--on-ink);min-width:78px}.cmd-loc-metric{font-family:var(--font-mono);font-size:.8rem;color:var(--on-ink-muted)}.cmd-loc-delta{margin-left:auto;font-family:var(--font-mono);font-size:.78rem}.cmd-loc-delta.up{color:var(--sage-bright)}.cmd-loc-delta.down{color:var(--amber)}.cmd-loc-delta.flat{color:var(--on-ink-soft)}.cmd-foot-stat{display:flex;align-items:baseline;justify-content:space-between;margin-top:.7rem;padding-top:.7rem}.cmd-foot-stat span{font-size:.8rem;color:var(--on-ink-soft)}.cmd-foot-stat b{font-size:1.3rem;font-weight:700;letter-spacing:-.03em;color:var(--on-ink)}.cmd-dec{display:flex;align-items:center;gap:.7rem;padding:.7rem .8rem;background:#ffffff0a;border:1px solid var(--ink-line);border-radius:var(--radius)}.cmd-dec-ic{width:30px;height:30px;border-radius:8px;flex:none;display:grid;place-items:center;background:var(--terracotta-t);color:var(--terracotta)}.cmd-dec-ic svg{width:16px;height:16px}.cmd-dec-tx{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.cmd-dec-tx b{font-size:.85rem;font-weight:600;line-height:1.3;color:var(--on-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmd-dec-tx span{font-size:.75rem;line-height:1.3;color:var(--on-ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmd-dec-amt{font-family:var(--font-mono);font-size:.8rem;font-weight:500;color:var(--on-ink);white-space:nowrap;flex:none}.cmd-dec-btn{font-size:.76rem;font-weight:550;padding:.4rem .7rem;border-radius:var(--radius-sm);border:none;background:var(--terracotta);color:#fff;flex:none;transition:background .14s}.cmd-dec-btn:hover{background:var(--terracotta-d)}.cmd-clear{margin-top:.2rem;font-size:.78rem;color:var(--sage-bright);display:flex;align-items:center;gap:.4rem}.vis-points{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;max-width:980px;margin:2.4rem auto 0}.vis-point{display:flex;flex-direction:column;gap:.5rem}.vp-ic{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#ffffff0f;border:1px solid var(--ink-line);color:var(--sage-bright)}.vis-point:nth-child(2) .vp-ic{color:#f0a96a}.vis-point:nth-child(3) .vp-ic{color:#b898e2}.vp-ic svg{width:19px;height:19px}.vis-point h3{font-size:1.02rem;color:var(--on-ink)}.vis-point p{font-size:.9rem;color:var(--on-ink-muted);line-height:1.5}@media(max-width:820px){.cmd-body{grid-template-columns:1fr}.cmd-portfolio{border-right:none;border-bottom:1px solid var(--ink-line)}.vis-points{grid-template-columns:1fr;gap:1.6rem}.cmd-tabs{display:none}}.mono-label,.pc-num,.price-amt,.eo-big,.cmd-loc-metric,.cmd-loc-delta,.cmd-dec-amt,.cmd-foot-stat b,.k-amt,.eri-amt,.router-chip,.dt-day,.dc-row b,.fb-amt,.esh-loc{font-variant-numeric:tabular-nums}.sol-head{max-width:50ch;margin-bottom:2.6rem}.sol-lede{margin-top:1rem}.sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.sol-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.6rem 1.5rem;display:flex;flex-direction:column;gap:.9rem}.sol-ic{width:42px;height:42px;border-radius:12px;flex:none;display:grid;place-items:center}.sol-ic svg{width:22px;height:22px}.sol-ic.t0{background:var(--sage-t);color:var(--sage)}.sol-ic.t1{background:var(--apricot-t);color:var(--apricot)}.sol-ic.t2{background:var(--lav-t);color:var(--lav)}.sol-t{font-size:1.12rem;letter-spacing:-.02em}.sol-card{text-decoration:none;color:inherit;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}a.sol-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--border-strong)}.sol-arrow{color:var(--sage);opacity:0;transform:translate(-4px);transition:opacity .2s ease,transform .2s ease;display:inline-block;font-weight:600}a.sol-card:hover .sol-arrow{opacity:1;transform:none}.del-link{cursor:pointer}.del-link:hover{color:var(--sage)!important;text-decoration-color:var(--sage)}.sol-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.sol-list li{position:relative;padding-left:1.4rem;font-size:.92rem;color:var(--fg-muted);line-height:1.5}.sol-list li:before{content:"";position:absolute;left:0;top:.5rem;width:7px;height:7px;border-radius:50%;background:var(--sage);opacity:.85}.sol-card:nth-child(3n+2) .sol-list li:before{background:var(--apricot)}.sol-card:nth-child(3n) .sol-list li:before{background:var(--lav)}@media(max-width:920px){.sol-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.sol-grid{grid-template-columns:1fr}}.dp-hero{position:relative;overflow:hidden;padding-block:clamp(3rem,6vw,5rem) clamp(2.5rem,5vw,4rem);border-bottom:1px solid var(--border)}.dp-crumb{display:flex;gap:.5rem;align-items:center;font-size:.82rem;color:var(--fg-soft);margin-bottom:1.3rem;flex-wrap:wrap}.dp-crumb a{color:var(--fg-muted)}.dp-crumb a:hover{color:var(--fg)}.dp-title{font-size:clamp(2.1rem,4.6vw,3.3rem);letter-spacing:-.035em;max-width:20ch}.dp-title .hl{color:var(--sage)}.dp-lede{margin-top:1.2rem;font-size:1.16rem;line-height:1.55;color:var(--fg-muted);max-width:58ch}.dp-lede-center{text-align:center;max-width:54ch;margin:0 auto}.dp-actions{margin-top:2rem;display:flex;gap:.7rem;flex-wrap:wrap}.dp-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.6rem}.dp-feature{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.6rem;display:flex;flex-direction:column;gap:.7rem}.dp-fic{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:none}.dp-fic svg{width:22px;height:22px}.dp-feature:nth-child(3n+1) .dp-fic{background:var(--sage-t);color:var(--sage)}.dp-feature:nth-child(3n+2) .dp-fic{background:var(--apricot-t);color:var(--apricot)}.dp-feature:nth-child(3n) .dp-fic{background:var(--lav-t);color:var(--lav)}.dp-feature h3{font-size:1.06rem;letter-spacing:-.02em}.dp-feature p{font-size:.92rem;color:var(--fg-muted);line-height:1.5}@media(max-width:920px){.dp-feature-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.dp-feature-grid{grid-template-columns:1fr}}.dp-split{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.4rem}.dp-panel{border-radius:var(--radius-lg);padding:1.8rem;border:1px solid var(--border)}.dp-panel.pain{background:var(--surface)}.dp-panel.gain{background:var(--ink);color:var(--on-ink);border-color:var(--ink)}.dp-panel h3{font-size:1.1rem;margin-bottom:1rem}.dp-panel.gain h3{color:var(--on-ink)}.dp-pl{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.8rem}.dp-pl li{font-size:.94rem;line-height:1.5;padding-left:1.6rem;position:relative;color:var(--fg-muted)}.dp-panel.gain .dp-pl li{color:var(--on-ink-muted)}.dp-panel.pain .dp-pl li:before{content:"✕";position:absolute;left:0;color:var(--danger);font-size:.78rem;top:2px}.dp-panel.gain .dp-pl li:before{content:"✓";position:absolute;left:0;color:var(--sage-bright);font-size:.78rem;top:2px}@media(max-width:760px){.dp-split{grid-template-columns:1fr}}.dp-res-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.4rem}.dp-res-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.dp-res-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.dp-res-top{height:118px;display:grid;place-items:center}.dp-res-top.t0{background:var(--sage-t);color:var(--sage)}.dp-res-top.t1{background:var(--apricot-t);color:var(--apricot)}.dp-res-top.t2{background:var(--lav-t);color:var(--lav)}.dp-res-top svg{width:34px;height:34px}.dp-res-body{padding:1.3rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.dp-res-cat{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sage)}.dp-res-card h3{font-size:1.04rem;letter-spacing:-.02em}.dp-res-card p{font-size:.88rem;color:var(--fg-muted);line-height:1.5;flex:1}.dp-res-meta{font-size:.78rem;color:var(--fg-soft)}@media(max-width:920px){.dp-res-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.dp-res-grid{grid-template-columns:1fr}}.cmp-hero{position:relative;overflow:hidden;padding-block:clamp(3rem,6vw,5rem) clamp(2.5rem,5vw,4rem);border-bottom:1px solid var(--border)}.cmp-vs{display:flex;align-items:center;gap:.7rem;margin-bottom:1.1rem}.cmp-vs .vs-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);font-weight:600;font-size:.95rem;box-shadow:var(--shadow-sm)}.cmp-vs .vs-chip.kit{background:var(--ink);color:#fff;border-color:var(--ink)}.cmp-vs .vs-chip .chip-logo{width:20px;height:20px;border-radius:5px;display:grid;place-items:center;background:#ffffff1f;overflow:hidden}.cmp-vs .vs-chip .chip-logo img{width:74%;height:74%;-o-object-fit:contain;object-fit:contain;filter:invert(1) brightness(2.4)}.cmp-vs .vs-x{font-size:.8rem;color:var(--fg-soft);font-weight:600}.cmp-title{font-size:clamp(2.1rem,4.6vw,3.3rem);letter-spacing:-.035em;max-width:18ch}.cmp-title .hl{color:var(--sage)}.cmp-lede{margin-top:1.2rem;font-size:1.16rem;line-height:1.55;color:var(--fg-muted);max-width:60ch}.cmp-meta{margin-top:1.4rem;display:flex;flex-wrap:wrap;gap:.5rem 1.3rem;font-size:.8rem;color:var(--fg-soft)}.cmp-hero-actions{margin-top:2rem;display:flex;gap:.7rem;flex-wrap:wrap}.verdict{margin-top:2.6rem;background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--sage);border-radius:var(--radius-lg);padding:1.5rem 1.7rem;box-shadow:var(--shadow-sm);max-width:70ch}.verdict .v-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sage)}.verdict p{margin-top:.6rem;font-size:1.04rem;line-height:1.6;color:var(--fg)}.honest-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.4rem}.honest-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.6rem}.honest-card h3{font-size:1.12rem;display:flex;align-items:center;gap:.6rem}.honest-card .hc-ic{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;flex:none}.honest-card.good .hc-ic{background:var(--sage-t);color:var(--sage)}.honest-card.cost .hc-ic{background:#d83c311f;color:var(--danger)}.honest-card .hc-ic svg{width:17px;height:17px}.honest-list{list-style:none;margin:1.1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.8rem}.honest-list li{font-size:.94rem;color:var(--fg-muted);line-height:1.5;padding-left:1.4rem;position:relative}.honest-list li:before{content:"";position:absolute;left:0;top:.5rem;width:6px;height:6px;border-radius:50%;background:var(--border-strong)}.honest-card.good .honest-list li:before{background:var(--sage)}.honest-card.cost .honest-list li:before{background:var(--danger)}@media(max-width:760px){.honest-grid{grid-template-columns:1fr}}.tco{background:var(--ink);color:var(--on-ink)}.tco .eyebrow{color:var(--sage-bright)}.tco-title{font-size:clamp(1.7rem,3.4vw,2.5rem);margin-top:.7rem;color:var(--on-ink);max-width:20ch}.tco-sub{margin-top:1rem;color:var(--on-ink-muted);max-width:56ch;font-size:1.05rem}.tco-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2.6rem;align-items:end}.tco-col{background:var(--ink-2);border:1px solid var(--ink-line);border-radius:var(--radius-lg);padding:1.6rem}.tco-col.kit{border-color:var(--sage)}.tco-col h3{font-size:1.05rem;color:var(--on-ink);display:flex;align-items:center;justify-content:space-between;gap:.6rem}.tco-tag{font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .55rem;border-radius:var(--radius-pill);white-space:nowrap}.tco-col.kit .tco-tag{background:var(--sage);color:#fff}.tco-col.them .tco-tag{background:#ffffff1a;color:var(--on-ink-muted)}.tco-lines{margin-top:1.2rem;display:flex;flex-direction:column;gap:.7rem}.tco-line{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.9rem;color:var(--on-ink-muted);padding-bottom:.7rem;border-bottom:1px solid hsl(0 0% 100% / .06)}.tco-line b{color:var(--on-ink);font-weight:600;white-space:nowrap}.tco-line.muted{color:var(--on-ink-soft)}.tco-total{margin-top:1.2rem;display:flex;align-items:baseline;justify-content:space-between}.tco-total .tt-label{font-size:.85rem;color:var(--on-ink-muted)}.tco-total .tt-num{font-size:1.8rem;font-weight:700;letter-spacing:-.03em;color:var(--on-ink)}.tco-col.kit .tt-num{color:var(--sage-bright)}.tco-note{margin-top:1.6rem;font-size:.86rem;color:var(--on-ink-soft);text-align:center}@media(max-width:760px){.tco-grid{grid-template-columns:1fr}}.cmp-table-wrap{margin-top:2.4rem;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--surface)}.cmp-table{width:100%;border-collapse:collapse}.cmp-table th,.cmp-table td{text-align:left;padding:1rem 1.2rem;border-bottom:1px solid var(--border);vertical-align:top}.cmp-table thead th{font-size:.82rem;font-weight:700;background:var(--surface-2)}.cmp-table thead th.col-kit{color:var(--sage)}.cmp-table tr:last-child td{border-bottom:none}.cmp-table .feat{font-weight:600;font-size:.92rem;color:var(--fg);width:28%}.cmp-table td{font-size:.9rem;color:var(--fg-muted);line-height:1.45}.cmp-table .col-kit{background:var(--sage-t);color:var(--fg);font-weight:500}.ck{color:var(--sage);font-weight:700}.dash{color:var(--fg-soft)}@media(max-width:680px){.cmp-table .feat{width:34%}.cmp-table th,.cmp-table td{padding:.8rem .7rem;font-size:.82rem}}.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.4rem}.who-card{border-radius:var(--radius-lg);padding:1.8rem;border:1px solid var(--border)}.who-card.them{background:var(--surface)}.who-card.kit{background:var(--ink);color:var(--on-ink);border-color:var(--ink)}.who-card h3{font-size:1.15rem;margin-bottom:.4rem}.who-card.kit h3{color:var(--on-ink)}.who-card .who-sub{font-size:.9rem;color:var(--fg-soft);margin-bottom:1.1rem}.who-card.kit .who-sub{color:var(--on-ink-soft)}.who-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.who-list li{font-size:.92rem;line-height:1.5;padding-left:1.5rem;position:relative;color:var(--fg-muted)}.who-card.kit .who-list li{color:var(--on-ink-muted)}.who-list li:before{content:"→";position:absolute;left:0;color:var(--fg-soft)}.who-card.kit .who-list li:before{color:var(--sage-bright)}.who-card .btn{margin-top:1.4rem}@media(max-width:760px){.who-grid{grid-template-columns:1fr}}.legal-wrap{padding-block:clamp(2.5rem,5vw,4rem)}.legal{max-width:760px;margin:0 auto}.legal .legal-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sage)}.legal h1{font-size:clamp(2rem,4vw,2.8rem);letter-spacing:-.03em;margin:.6rem 0 .4rem}.legal .legal-updated{font-size:.85rem;color:var(--fg-soft);margin-bottom:2rem;padding-bottom:1.4rem;border-bottom:1px solid var(--border)}.legal h2{font-size:1.3rem;letter-spacing:-.02em;margin:2.2rem 0 .7rem}.legal h3{font-size:1.05rem;letter-spacing:-.01em;margin:1.4rem 0 .5rem}.legal p,.legal li{font-size:.98rem;line-height:1.7;color:var(--fg-muted)}.legal p{margin:0 0 1rem}.legal ul,.legal ol{margin:0 0 1.1rem;padding-left:1.4rem}.legal li{margin-bottom:.4rem}.legal a{color:var(--sage);text-decoration:underline;text-underline-offset:2px}.legal strong,.legal b{color:var(--fg);font-weight:600}.legal table{width:100%;border-collapse:collapse;margin:1rem 0 1.4rem;font-size:.9rem}.legal th,.legal td{text-align:left;padding:.7rem .8rem;border:1px solid var(--border);vertical-align:top;color:var(--fg-muted)}.legal th{background:var(--surface-2);color:var(--fg);font-weight:600}.legal hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.persona-band{max-width:1040px;margin:clamp(1.5rem,4vw,2.5rem) auto;padding-inline:var(--gutter)}.persona-band img{display:block;width:100%;height:clamp(260px,34vw,400px);-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.article-hero{max-width:760px;margin:0 auto}.article-hero img{display:block;width:100%;height:clamp(240px,38vw,420px);-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-lg);border:1px solid var(--border)}.dp-res-top.dp-res-img{padding:0}.dp-res-top.dp-res-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-top:2.4rem}.stat-card{background:var(--surface);padding:1.6rem 1.4rem;display:flex;flex-direction:column;gap:.5rem}.stat-num{font-size:2.1rem;font-weight:800;letter-spacing:-.03em;line-height:1;color:var(--fg);font-variant-numeric:tabular-nums}.stat-num em{font-style:normal;color:var(--sage)}.stat-label{font-size:.88rem;color:var(--fg-muted);line-height:1.45}.problem{background:var(--surface-2)}.problem-head{max-width:60ch}.problem-title{font-size:clamp(1.9rem,4vw,2.9rem);margin-top:.7rem;max-width:22ch}.problem-title .hl{color:var(--sage)}.problem-lede{margin-top:1rem;max-width:56ch}.sol-stat{margin-top:.1rem;font-size:.8rem;font-weight:700;color:var(--sage);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.founder{background:var(--surface-2)}.founder-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,4vw,3.5rem);align-items:center}.founder-frame{position:relative;aspect-ratio:16/9;border-radius:var(--radius-lg);overflow:hidden;background:radial-gradient(120% 120% at 30% 20%,hsl(40 8% 22%),var(--ink));border:1px solid var(--ink-line);display:grid;place-items:center;box-shadow:var(--shadow-lg)}.founder-logo{width:46px;height:46px;border-radius:12px;position:absolute;top:1rem;left:1rem;background:#ffffff14}.founder-play{width:72px;height:72px;border-radius:50%;border:none;cursor:pointer;background:var(--surface);color:var(--ink);display:grid;place-items:center;box-shadow:var(--shadow-lg);transition:transform .18s ease,background .18s ease}.founder-play svg{width:28px;height:28px;margin-left:3px}.founder-play:hover{transform:scale(1.08);background:#fff}.founder-vtag{position:absolute;bottom:1rem;right:1rem;color:var(--on-ink-muted)}.founder-quote{margin:1rem 0 0;font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:500;letter-spacing:-.025em;line-height:1.3;color:var(--fg)}.founder-attr{display:block;margin-top:1.3rem;font-weight:600}.founder-attr span{display:block;font-weight:500;font-size:.9rem;color:var(--fg-muted);margin-top:.1rem}.founder-copy .btn{margin-top:1.6rem}@media(max-width:820px){.founder-inner{grid-template-columns:1fr}}.tw-toggle{position:fixed;right:18px;bottom:18px;z-index:80;width:46px;height:46px;border-radius:50%;background:var(--ink);color:var(--on-ink);border:none;display:grid;place-items:center;box-shadow:var(--shadow-lg)}.tw-panel{position:fixed;right:18px;bottom:74px;z-index:80;width:270px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.1rem;display:none}.tw-panel.open{display:block}.tw-panel h4{font-size:.82rem;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-soft);margin-bottom:.9rem}.tw-group{margin-bottom:1rem}.tw-group>label{font-size:.8rem;color:var(--fg-muted);display:block;margin-bottom:.45rem}.tw-swatches{display:flex;gap:.5rem}.tw-sw{width:30px;height:30px;border-radius:8px;border:2px solid transparent;cursor:pointer}.tw-sw.sel{border-color:var(--fg)}.tw-seg{display:flex;gap:.3rem}.tw-seg button{flex:1;font-size:.8rem;padding:.4rem;border-radius:.5rem;border:1px solid var(--border);background:var(--surface);color:var(--fg-muted)}.tw-seg button.sel{background:var(--fg);color:var(--bg);border-color:var(--fg)}
