@import "https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600&display=swap";:root{--paper:#f5f6f3;--surface:#fff;--surface-2:#eceee9;--ink:#121419;--muted:#686d75;--line:#d7dad3;--blue:#2864dc;--blue-2:#17479e;--blue-soft:#e7edfb;--mint:#65cdb2;--mint-soft:#e2f4ee;--code:#15181d;--radius:18px;color-scheme:light}[data-theme=dark]{--paper:#101216;--surface:#171a1f;--surface-2:#20242a;--ink:#f4f5f2;--muted:#a6abb3;--line:#30353d;--blue:#79a1ff;--blue-2:#b1c8ff;--blue-soft:#202c48;--mint:#70d8bd;--mint-soft:#18332d;--code:#090b0e;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Geist,system-ui,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input{font:inherit}img,svg{max-width:100%;display:block}code,pre,.mono{font-family:Geist Mono,ui-monospace,monospace}.shell{width:min(1180px,100% - 40px);margin-inline:auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip{z-index:100;background:var(--ink);color:var(--paper);border-radius:8px;padding:10px 14px;position:fixed;top:-60px;left:16px}.skip:focus{top:16px}.site-header{z-index:30;border-bottom:1px solid color-mix(in srgb, var(--line) 78%, transparent);background:color-mix(in srgb, var(--paper) 91%, transparent);backdrop-filter:blur(16px);position:sticky;top:0}.nav{align-items:center;gap:22px;height:70px;display:flex}.brand{letter-spacing:-.04em;align-items:center;gap:10px;margin-right:auto;font-size:20px;font-weight:700;display:inline-flex}.nav-links{align-items:center;gap:22px;font-size:14px;display:flex}.nav-links a{color:var(--muted)}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--ink)}.status{border:1px solid var(--line);color:var(--muted);border-radius:999px;align-items:center;gap:7px;padding:5px 9px;font:12px Geist Mono,monospace;display:inline-flex}.status i{background:var(--mint);border-radius:50%;width:7px;height:7px}.theme-button,.menu-button{border:1px solid var(--line);background:var(--surface);width:38px;height:38px;color:var(--ink);cursor:pointer;border-radius:10px;place-items:center;display:grid}.theme-button svg,.menu-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.theme-moon,[data-theme=dark] .theme-sun{display:none}[data-theme=dark] .theme-moon{display:block}.menu-button{display:none}.hero{padding:86px 0 76px}.hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);align-items:end;gap:64px;display:grid}.eyebrow{color:var(--muted);letter-spacing:.02em;align-items:center;gap:10px;font:12px Geist Mono,monospace;display:inline-flex}.eyebrow:before{content:"";background:var(--mint);border-radius:50%;width:8px;height:8px}h1,h2,h3{letter-spacing:-.045em;margin:0;line-height:1.04}.hero h1{max-width:850px;margin-top:24px;font-size:clamp(58px,8.4vw,112px)}.hero-lead{max-width:720px;color:var(--muted);letter-spacing:-.025em;margin:28px 0 0;font-size:clamp(20px,2.2vw,29px)}.hero-note{color:var(--muted);margin:14px 0 0;font-size:14px}.actions{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.button{border:1px solid var(--ink);background:var(--ink);min-height:44px;color:var(--paper);border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:0 17px;font-size:14px;font-weight:650;transition:transform .15s,border-color .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.secondary{border-color:var(--line);background:var(--surface);color:var(--ink)}.button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.hero-panel{border:1px solid var(--line);background:var(--surface);border-radius:22px;overflow:hidden}.panel-top{border-bottom:1px solid var(--line);height:45px;color:var(--muted);justify-content:space-between;align-items:center;padding:0 16px;font:12px Geist Mono,monospace;display:flex}.panel-dots{gap:5px;display:flex}.panel-dots i{background:var(--line);border-radius:50%;width:7px;height:7px}.code{background:var(--code);color:#e8ebef;padding:23px;font:13px/1.75 Geist Mono,monospace;overflow:auto}.code .kw{color:#a8c0ff}.code .fn{color:#7bdbc0}.code .str{color:#e3bd7d}.code .muted{color:#838a95}.delivery-strip{grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:10px;padding:18px;display:grid}.delivery-strip span{border:1px solid var(--line);border-radius:12px;place-items:center;min-width:72px;min-height:46px;font:12px Geist Mono,monospace;display:grid}.delivery-strip span.scope{border-color:var(--blue);background:var(--blue-soft);color:var(--blue-2)}.delivery-strip i{background:var(--line);height:1px;position:relative}.delivery-strip i:after{content:"";border-top:1px solid var(--muted);border-right:1px solid var(--muted);width:6px;height:6px;position:absolute;top:-3px;right:0;transform:rotate(45deg)}.proof{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.proof-grid{grid-template-columns:repeat(4,1fr);display:grid}.proof-item{border-right:1px solid var(--line);min-height:126px;padding:24px}.proof-item:last-child{border-right:0}.proof-value{letter-spacing:-.04em;font-size:29px;font-weight:700;display:block}.proof-label{color:var(--muted);margin-top:4px;font-size:13px;display:block}.section{border-bottom:1px solid var(--line);padding:96px 0}.section-head{grid-template-columns:.8fr 1.2fr;gap:56px;margin-bottom:46px;display:grid}.section h2{font-size:clamp(40px,5.5vw,68px)}.section-intro{max-width:650px;color:var(--muted);margin:0;font-size:18px}.compare{grid-template-columns:1fr 1fr;gap:14px;display:grid}.compare-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.compare-card header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:19px 22px;display:flex}.compare-card header span{color:var(--muted);font:12px Geist Mono,monospace}.compare-card h3{font-size:23px}.compare-list{margin:0;padding:8px 22px 22px;list-style:none}.compare-list li{border-bottom:1px solid var(--line);color:var(--muted);grid-template-columns:26px 1fr;gap:10px;padding:14px 0;display:grid}.compare-list li:last-child{border-bottom:0}.compare-list b{color:var(--ink);font-weight:600}.compare-list svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;margin-top:2px}.compare-card.nelo{border-color:var(--blue)}.compare-card.nelo header{background:var(--blue-soft)}.lifecycle{grid-template-columns:220px 1fr;gap:20px;display:grid}.lifecycle-tabs{flex-direction:column;gap:8px;display:flex}.lifecycle-tabs button{text-align:left;border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:12px;padding:15px 16px}.lifecycle-tabs button[aria-selected=true]{border-color:var(--blue);background:var(--blue-soft);color:var(--blue-2)}.lifecycle-stage{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:400px;padding:28px}.scope-box{border:2px solid var(--blue);border-radius:16px;flex-direction:column;gap:22px;height:100%;min-height:342px;padding:24px;display:flex}.scope-top{justify-content:space-between;font:13px Geist Mono,monospace;display:flex}.scope-top span{color:var(--blue-2)}.scope-lanes{grid-template-columns:1fr 1fr;gap:12px;margin:auto 0;display:grid}.lane{border:1px solid var(--line);background:var(--paper);border-radius:13px;min-height:130px;padding:18px}.lane strong{margin-bottom:14px;font-size:14px;display:block}.lane-items{gap:7px;display:grid}.lane-item{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:9px;justify-content:space-between;align-items:center;padding:9px 10px;font:11px Geist Mono,monospace;transition:opacity .18s,transform .18s;display:flex}.lane-item.active{border-color:var(--mint);background:var(--mint-soft);color:var(--ink)}.lane-item.hidden{opacity:.25;transform:scale(.98)}.lifecycle-note{color:var(--muted);margin:0;font-size:14px}.features{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.feature{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-direction:column;min-height:258px;padding:26px;display:flex}.feature-icon{border:1px solid var(--line);width:42px;height:42px;color:var(--blue);border-radius:11px;place-items:center;display:grid}.feature-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.feature h3{margin-top:auto;font-size:23px}.feature p{color:var(--muted);margin:10px 0 0}.runtime{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.runtime-row{border-bottom:1px solid var(--line);grid-template-columns:1.1fr .7fr 1.5fr;display:grid}.runtime-row:last-child{border-bottom:0}.runtime-row>*{padding:17px 20px}.runtime-head{color:var(--muted);font-size:12px;font-weight:500}.runtime-name{font-weight:600}.runtime-detail{color:var(--muted)}.chip{color:var(--muted);align-items:center;gap:7px;font-size:13px;display:inline-flex}.chip:before{content:"";background:var(--mint);border-radius:50%;width:8px;height:8px}.chip.planned:before{background:var(--line)}.cta{border:1px solid var(--line);background:var(--surface);border-radius:24px;grid-template-columns:1fr auto;align-items:center;gap:32px;padding:40px;display:grid}.cta h2{font-size:clamp(38px,5vw,62px)}.cta p{color:var(--muted);margin:14px 0 0}.page-hero{border-bottom:1px solid var(--line);padding:86px 0 54px}.page-hero h1{max-width:900px;font-size:clamp(50px,8vw,92px)}.page-hero p{max-width:700px;color:var(--muted);margin:22px 0 0;font-size:20px}.page-grid{grid-template-columns:240px minmax(0,780px);gap:64px;padding:64px 0 110px;display:grid}.sidebar{height:max-content;position:sticky;top:98px}.sidebar nav{gap:4px;display:grid}.sidebar a{color:var(--muted);border-radius:8px;padding:8px 10px;font-size:14px}.sidebar a:hover,.sidebar a[aria-current=page]{background:var(--blue-soft);color:var(--blue-2)}.doc h1{margin-bottom:16px;font-size:clamp(42px,6vw,68px)}.doc h2{margin:54px 0 15px;font-size:31px}.doc h3{margin:34px 0 10px;font-size:21px}.doc p,.doc li{color:var(--muted)}.doc .lede{font-size:20px}.doc code:not(pre code){border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:6px;padding:2px 6px;font-size:13px}.doc pre{background:var(--code);color:#e8ebef;border:1px solid #292d34;border-radius:14px;margin:22px 0;padding:22px;font:13px/1.7 Geist Mono,monospace;overflow:auto}.notice{border-left:3px solid var(--blue);background:var(--blue-soft);color:var(--ink);border-radius:0 10px 10px 0;margin:22px 0;padding:16px 18px}.list-grid{grid-template-columns:repeat(2,1fr);gap:14px;padding:50px 0 110px;display:grid}.list-link{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:190px;padding:26px}.list-link:hover{border-color:var(--blue)}.list-link h2{font-size:26px}.list-link p{color:var(--muted);margin:12px 0 0}.list-link span{color:var(--blue-2);margin-top:30px;font-size:13px;display:block}.site-footer{padding:54px 0}.footer-grid{grid-template-columns:1fr auto 1fr;align-items:start;gap:48px;display:grid}.footer-brand{letter-spacing:-.03em;align-items:center;gap:9px;font-weight:700;display:inline-flex}.footer-grid p{color:var(--muted);margin:12px 0 0;font-size:13px}.footer-links{gap:9px;font-size:13px;display:grid}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--ink)}.footer-note{justify-self:end;max-width:330px}@media (width<=900px){.nav-links{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:14px;display:none;position:absolute;top:70px;left:14px;right:14px;box-shadow:0 14px 40px #00000014}.nav-links.open{display:grid}.nav-links a{padding:9px 8px}.menu-button{order:2;display:grid}.theme-button{order:3}.status{display:none}.hero-grid,.section-head,.compare,.lifecycle,.cta,.page-grid{grid-template-columns:1fr}.hero{padding-top:66px}.hero-panel{margin-top:10px}.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-item:nth-child(2){border-right:0}.proof-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.features{grid-template-columns:1fr 1fr}.lifecycle-tabs{flex-direction:row;overflow:auto}.lifecycle-tabs button{white-space:nowrap}.page-grid{gap:36px}.sidebar{position:static;overflow:auto}.sidebar nav{min-width:max-content;display:flex}.footer-grid{grid-template-columns:1fr 1fr}.footer-note{justify-self:start}}@media (width<=620px){.shell{width:min(100% - 28px,1180px)}.hero h1{font-size:clamp(50px,16vw,76px)}.hero-grid{gap:38px}.delivery-strip{grid-template-columns:1fr}.delivery-strip i{justify-self:center;width:1px;height:18px}.delivery-strip i:after{top:auto;bottom:0;right:-3px;transform:rotate(135deg)}.proof-grid,.features,.scope-lanes,.list-grid{grid-template-columns:1fr}.proof-item{border-right:0;border-bottom:1px solid var(--line)}.proof-item:last-child{border-bottom:0}.section{padding:72px 0}.section-head{gap:24px}.lifecycle-stage,.scope-box{padding:16px}.runtime{overflow-x:auto}.runtime-row{min-width:660px}.cta{padding:28px}.footer-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
