:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fafafa;--surface:#fff;--surface-muted:#f4f4f2;--surface-strong:#ececea;--ink:#0a0a0a;--ink-soft:#333;--muted:#686868;--muted-light:#8a8a8a;--line:#11111114;--line-strong:#11111124;--blue:#0a63f6;--blue-dark:#0647b8;--blue-soft:#eaf2ff;--amber:#9a5a00;--amber-soft:#fff3dc;--green:#08785c;--green-soft:#e8f7f2;--dark:#090909;--dark-surface:#111;--dark-line:#ffffff1f;--dark-muted:#a5a5a5;--sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--max-width:1280px;--gutter:clamp(1rem, 3vw, 2rem);--section-space:clamp(5.5rem, 9vw, 7.5rem);--header-height:65px;--ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;min-width:20rem;scroll-padding-top:calc(var(--header-height) + 1rem);background:var(--bg)}body{background:var(--bg);min-height:100%;color:var(--ink);font-family:var(--sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6;overflow-x:clip}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,summary{font:inherit}button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}svg{display:block}h1,h2,h3,p,dl,dd{margin:0}h1,h2,h3{letter-spacing:-.035em;font-weight:500;line-height:1.06}ul{margin:0;padding:0;list-style:none}code{font-family:var(--mono);font-size:.78rem}::selection{background:var(--blue);color:#fff}:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:5px}.container{width:min(100% - (2 * var(--gutter)), var(--max-width));margin-inline:auto}.anchor{position:absolute}.skip-link{z-index:300;background:var(--blue);color:#fff;border-radius:999px;padding:.7rem 1rem;font-size:.875rem;font-weight:600;transition:transform .16s;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.status-bar{min-height:42px;padding:.55rem var(--gutter);background:var(--blue-soft);color:var(--ink-soft);letter-spacing:.01em;text-align:center;border-bottom:1px solid #0a63f61f;justify-content:center;align-items:center;gap:.7rem;font-size:.76rem;display:flex}.status-bar p,.status-bar a{align-items:center;gap:.45rem;display:inline-flex}.status-bar>span{color:#a1a1a1}.status-bar a{color:var(--blue-dark);font-weight:600;transition:color .16s}.status-bar a:hover{color:var(--blue)}.status-dot{background:#55dda7;border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 3px #55dda721}.site-header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:saturate(140%)blur(14px);background:#fafafaeb;border-bottom:1px solid #0000;transition:border-color .18s,box-shadow .18s;position:sticky;top:0}.site-header[data-scrolled]{border-color:var(--line);box-shadow:0 10px 30px #00000009}.nav-shell{width:min(100% - (2 * var(--gutter)), var(--max-width));align-items:center;gap:1.5rem;height:100%;margin-inline:auto;display:flex}.brand{flex:none;align-items:center;gap:.55rem;display:inline-flex}.brand-mark{width:31px;height:31px;color:var(--blue)}.brand-mark svg{width:100%;height:100%}.brand-name{letter-spacing:-.035em;font-size:1.08rem;font-weight:700}.brand-product{border-left:1px solid var(--line-strong);color:var(--muted);margin-left:.05rem;padding-left:.65rem;font-size:.76rem;font-weight:500}.desktop-nav{align-items:center;gap:1.4rem;margin-left:1rem;display:flex}.desktop-nav>a,.nav-cluster>summary,.text-link{color:var(--ink-soft);white-space:nowrap;font-size:.84rem;font-weight:500;transition:color .16s}.desktop-nav>a:hover,.nav-cluster>summary:hover,.text-link:hover{color:var(--blue)}.nav-cluster{position:relative}.nav-cluster>summary{cursor:pointer;align-items:center;gap:.35rem;list-style:none;display:flex}.nav-cluster>summary::-webkit-details-marker{display:none}.nav-cluster>summary span{color:var(--muted);font-size:.76rem;transition:transform .16s;display:inline-block}.nav-cluster[open]>summary span{transform:rotate(180deg)}.nav-popover{z-index:120;border:1px solid var(--line);background:var(--surface);transform-origin:0 0;border-radius:14px;width:290px;padding:.45rem;animation:.15s both popover-in;position:absolute;top:calc(100% + 1.25rem);left:-1.25rem;box-shadow:0 24px 70px -28px #0000004d}.nav-popover--wide{grid-template-columns:1fr 1fr;width:520px;display:grid}.nav-popover a{border-radius:10px;gap:.1rem;padding:.8rem .85rem;transition:background-color .15s;display:grid}.nav-popover a:hover{background:var(--surface-muted)}.nav-popover b{font-size:.84rem;font-weight:600}.nav-popover span{color:var(--muted);font-size:.74rem;line-height:1.45}@keyframes popover-in{0%{opacity:0;transform:translateY(-4px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.nav-actions{align-items:center;gap:1rem;margin-left:auto;display:flex}.button{letter-spacing:-.01em;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.72rem 1.15rem;font-size:.88rem;font-weight:600;line-height:1;transition:transform .18s,background-color .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--small{min-height:38px;padding:.6rem .95rem;font-size:.8rem}.button--dark{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 10px 28px #0a63f62e}.button--dark:hover{border-color:var(--blue-dark);background:var(--blue-dark);box-shadow:0 14px 34px #0a63f63d}.button--light{background:var(--surface);color:var(--blue-dark);border-color:#0a63f647}.button--light:hover{border-color:var(--blue);background:var(--blue-soft)}.button--white{color:var(--ink);background:#fff}.button--white:hover{background:#e9e9e9}.button--dark-outline{color:#fff;border-color:#ffffff3d}.button--dark-outline:hover{border-color:#fff9}.menu-button{flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;margin-left:auto;display:none}.menu-button span{background:var(--blue);width:19px;height:1.5px;transition:transform .16s,opacity .16s}.menu-button[aria-expanded=true] span:first-child{transform:translateY(6.5px)rotate(45deg)}.menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-6.5px)rotate(-45deg)}.mobile-menu{inset:var(--mobile-menu-top,var(--header-height)) 0 0;z-index:90;padding:1rem var(--gutter) 2rem;background:var(--bg);border-top:1px solid var(--line);position:fixed;overflow-y:auto}.mobile-menu[hidden]{display:none}.mobile-menu>a:not(.button){border-bottom:1px solid var(--line);padding:1rem 0;font-size:1.1rem;font-weight:500;display:block}.mobile-menu .button{width:100%;margin-top:1.25rem}.hero{padding:clamp(2.25rem,4vw,3.5rem) 0 0;position:relative;overflow:hidden}.hero:after{content:"";z-index:-1;background:var(--line);width:min(94vw,1500px);height:1px;position:absolute;top:12rem;left:50%;transform:translate(-50%)}.hero-layout{grid-template-columns:minmax(0,.94fr) minmax(500px,1.06fr);align-items:center;gap:clamp(3rem,6vw,6rem);min-height:min(520px,100svh - 200px);display:grid}.hero-copy{text-align:left;max-width:670px}.eyebrow-link{border:1px solid var(--line-strong);background:var(--surface);color:var(--ink-soft);border-radius:999px;align-items:center;gap:.55rem;margin-bottom:1.4rem;padding:.35rem .45rem .35rem .35rem;font-size:.72rem;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #00000006}.eyebrow-link>span:first-child{background:var(--blue-soft);color:var(--blue-dark);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:.23rem .55rem;font-size:.65rem}.hero h1{letter-spacing:-.055em;max-width:680px;font-size:clamp(3.15rem,5.25vw,4.75rem);line-height:.99}.hero h1 span{color:var(--blue);display:block}.hero-lede{max-width:620px;color:var(--muted);margin:1.55rem 0 0;font-size:clamp(1rem,1.2vw,1.13rem);line-height:1.65}.hero-actions{justify-content:flex-start;gap:.65rem;margin-top:1.75rem;display:flex}.hero-disclaimer{color:var(--muted-light);margin-top:.9rem;font-size:.74rem}.hero-disclaimer span{padding-inline:.3rem}.hero-live{border:1px solid var(--line-strong);background:var(--surface);border-radius:20px;position:relative;overflow:hidden;box-shadow:0 36px 90px -48px #0f172a4d,0 8px 22px #0f172a0d}.hero-live:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#0a63f60e,#0000);width:120px;animation:5.8s ease-in-out infinite live-scan;position:absolute;top:0;bottom:0;transform:translate(-140px)}@keyframes live-scan{0%,16%{transform:translate(-140px)}76%,to{transform:translate(760px)}}.live-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;min-height:58px;padding:0 1rem;display:flex}.live-head>div,.live-reading{align-items:center;gap:.65rem;display:flex}.live-head>div>div{display:grid}.live-head b{font-size:.78rem;font-weight:650}.live-head small,.live-caption{color:var(--muted-light);font-size:.61rem}.live-reading{color:var(--green);font-family:var(--mono);white-space:nowrap;font-size:.61rem}.live-reading i{background:var(--green);border-radius:50%;width:7px;height:7px;animation:1.8s ease-out infinite live-ping;box-shadow:0 0 #08785c4d}@keyframes live-ping{0%{box-shadow:0 0 #08785c52}70%,to{box-shadow:0 0 0 7px #08785c00}}.live-source{background:var(--blue-soft);border:1px solid #0a63f62e;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;margin:.75rem;padding:.7rem .85rem;display:grid}.source-pulse{background:var(--surface);border:1px solid #0a63f640;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:relative}.source-pulse:before,.source-pulse:after,.source-pulse i{content:"";border-radius:50%;position:absolute}.source-pulse i{background:var(--blue);width:8px;height:8px}.source-pulse:before,.source-pulse:after{border:1px solid #0a63f652;animation:2.4s ease-out infinite source-ring;inset:5px}.source-pulse:after{animation-delay:1.2s}@keyframes source-ring{0%{opacity:.75;transform:scale(.5)}to{opacity:0;transform:scale(1.8)}}.live-source>div{display:grid}.live-source small{color:var(--muted);font-size:.6rem}.live-source code{color:var(--blue-dark);font-size:.72rem;font-weight:600}.live-pipeline{gap:.45rem;padding:.25rem .75rem .6rem;display:grid;position:relative}.live-pipeline:before{content:"";background:var(--line-strong);width:1px;position:absolute;top:1.3rem;bottom:1.7rem;left:2.05rem}.live-step{z-index:1;border:1px solid var(--line);background:var(--surface);min-height:54px;color:var(--muted);transition:border-color .26s ease, background-color .26s ease, color .26s ease, transform .26s var(--ease), box-shadow .26s ease;border-radius:11px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.5rem .7rem;display:grid;position:relative}.live-step.is-active{background:var(--blue-soft);color:var(--blue-dark);border-color:#0a63f661;transform:translate(4px);box-shadow:0 8px 28px -18px #0a63f680}.live-step.is-complete{color:var(--ink-soft)}.live-index{border:1px solid var(--line-strong);background:var(--surface);width:28px;height:28px;color:var(--muted-light);font-family:var(--mono);border-radius:50%;place-items:center;font-size:.56rem;transition:border-color .26s,background-color .26s,color .26s;display:grid}.live-step.is-active .live-index{border-color:var(--blue);background:var(--blue);color:#fff}.live-step.is-complete .live-index{background:var(--green-soft);color:var(--green);border-color:#08785c38}.live-step>div{display:grid}.live-step b{color:currentColor;font-size:.75rem;font-weight:650}.live-step small{color:var(--muted-light);font-size:.61rem}.live-step>code{color:var(--muted-light);font-size:.6rem}.live-step.is-active>code{color:var(--blue)}.live-progress{background:var(--surface-strong);border-radius:999px;height:3px;margin:.1rem .75rem 0;overflow:hidden}.live-progress span{border-radius:inherit;background:var(--blue);width:0;height:100%;transition:width .52s var(--ease);display:block}.live-caption{text-align:right;padding:.55rem .75rem .7rem}.hero-live.is-paused:after,.hero-live.is-paused .live-reading i,.hero-live.is-paused .source-pulse:before,.hero-live.is-paused .source-pulse:after{animation-play-state:paused}.hero-proof-rail{border:1px solid var(--line);background:var(--line);border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:1.25rem;display:grid;overflow:hidden}.hero-proof-rail article{background:var(--surface);flex-direction:column;min-height:102px;padding:.9rem 1rem;display:flex}.hero-proof-rail span{color:var(--blue);font-family:var(--mono);font-size:.59rem}.hero-proof-rail b{margin-top:.55rem;font-size:.76rem;font-weight:650}.hero-proof-rail small{color:var(--muted);margin-top:.25rem;font-size:.65rem}.hero-product{margin-top:2rem;position:relative}.hero-product:before{content:"";z-index:-1;background:var(--blue-soft);border:1px solid #0a63f624;position:absolute;inset:8% 4% -8%;transform:rotate(-1.1deg)}.product-window{border:1px solid var(--line-strong);background:var(--surface);border-radius:20px;overflow:hidden;box-shadow:0 42px 110px -55px #0000006b,0 8px 24px #0000000a}.window-bar{border-bottom:1px solid var(--line);min-height:53px;color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:0 1rem;font-size:.71rem;display:grid}.window-brand,.window-mode{align-items:center;gap:.5rem;display:flex}.window-brand b{color:var(--ink-soft);font-weight:600}.mini-mark{background:var(--blue);color:#fff;letter-spacing:-.04em;border-radius:8px;justify-content:center;align-items:center;width:27px;height:27px;font-size:.63rem;font-weight:700;display:inline-flex}.window-route{border:1px solid var(--line);background:var(--surface-muted);font-family:var(--mono);border-radius:999px;justify-self:center;padding:.35rem .75rem;font-size:.67rem}.window-mode{justify-self:end}.window-mode>span{background:var(--amber);border-radius:50%;width:6px;height:6px}.window-layout{grid-template-columns:190px minmax(0,1fr);min-height:610px;display:grid}.window-sidebar{border-right:1px solid var(--line);background:#fdfdfc;flex-direction:column;gap:.25rem;padding:1.5rem 1rem;display:flex}.window-sidebar>span{color:var(--muted);border-radius:7px;padding:.55rem .7rem;font-size:.74rem}.window-sidebar>span.is-active{background:var(--blue-soft);color:var(--blue-dark);font-weight:600}.sidebar-label{color:var(--muted-light);letter-spacing:.1em;text-transform:uppercase;margin:.8rem 0 .2rem .7rem;font-size:.6rem;font-weight:600}.sidebar-label:first-child{margin-top:0}.decision-surface{background-color:#fcfcfb;background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);background-size:32px 32px;padding:clamp(1.5rem,4vw,3.25rem)}.surface-heading{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.interface-kicker{color:var(--muted-light);letter-spacing:.11em;text-transform:uppercase;margin-bottom:.45rem;font-size:.63rem;font-weight:600}.surface-heading h2{letter-spacing:-.038em;max-width:630px;font-size:clamp(1.45rem,2.6vw,2.25rem)}.mode-badge{border:1px solid var(--line-strong);min-height:28px;color:var(--muted);white-space:nowrap;background:#ffffffeb;border-radius:999px;align-items:center;padding:.35rem .65rem;font-size:.64rem;font-weight:600;display:inline-flex}.question-bubble{background:var(--blue);color:#fff;border-radius:13px 13px 3px;width:fit-content;max-width:680px;margin:2rem 0 1rem auto;padding:.7rem .95rem;font-size:.78rem}.decision-contract{border:1px solid var(--line-strong);background:#fffffff7;border-radius:15px;max-width:760px;margin:0 auto;overflow:hidden;box-shadow:0 20px 50px -32px #00000059}.contract-head{border-bottom:1px solid var(--line);align-items:center;gap:.75rem;padding:1rem 1.15rem;display:flex}.assistant-mark{background:var(--blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;font-size:.66rem;font-weight:700;display:inline-flex}.contract-head>div{display:grid}.contract-head b{font-size:.79rem}.contract-head span:last-child{color:var(--muted);font-size:.65rem}.contract-grid>div{border-bottom:1px solid var(--line);grid-template-columns:145px minmax(0,1fr);align-items:center;min-height:47px;padding:.5rem 1.15rem;font-size:.72rem;display:grid}.contract-grid dt{color:var(--muted)}.contract-grid dd{color:var(--ink-soft);justify-content:space-between;align-items:center;gap:.75rem;font-weight:500;display:flex}.state,.proof-chip,.capability-status{letter-spacing:.01em;white-space:nowrap;border-radius:999px;align-items:center;width:fit-content;padding:.25rem .5rem;font-size:.59rem;font-weight:650;display:inline-flex}.state--blue{background:var(--blue-soft);color:var(--blue-dark)}.state--amber{background:var(--amber-soft);color:var(--amber)}.state--neutral{background:var(--surface-strong);color:var(--ink-soft)}.contract-actions{background:#fbfbfa;justify-content:flex-end;gap:.45rem;padding:.8rem 1.15rem;display:flex}.contract-actions span{border:1px solid var(--line-strong);min-height:28px;color:var(--muted);border-radius:7px;align-items:center;padding:.35rem .6rem;font-size:.59rem;font-weight:600;display:inline-flex}.contract-actions .contract-primary{border-color:var(--blue);background:var(--blue);color:#fff}.section{padding:var(--section-space) 0}.section-heading{max-width:740px;margin-bottom:clamp(2.4rem,5vw,3.75rem)}.section-heading--split{grid-template-columns:minmax(0,1fr) minmax(280px,480px);align-items:end;gap:4rem;max-width:none;display:grid}.section-kicker{color:var(--blue);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.75rem;font-size:.69rem;font-weight:700}.section-kicker--dark{color:var(--blue)}.section-heading h2,.limits-heading h2,.faq-heading h2,.governance-copy h2,.final-cta h2{font-size:clamp(2.15rem,4.2vw,3.65rem)}.section-heading>p:last-child,.section-heading--split>p,.governance-copy>p,.final-cta-inner>p,.limits-grid p,.faq-list p{color:var(--muted)}.section-heading:not(.section-heading--split)>p:last-child{max-width:660px;margin-top:1rem}.section-heading--split>p{max-width:480px}.capability-strip{border-block:1px solid var(--line);background:var(--surface)}.strip-inner{grid-template-columns:auto 1fr;align-items:center;gap:2rem;min-height:76px;display:grid}.strip-inner>p{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:600}.strip-inner ul{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.75rem 1.25rem;min-width:0;display:flex}.strip-inner li{color:var(--ink-soft);white-space:nowrap;align-items:center;gap:.5rem;font-size:.76rem;font-weight:500;display:inline-flex}.strip-inner li:before{content:"";background:var(--blue);border-radius:50%;width:5px;height:5px}.platform{background:var(--bg)}.pillar-grid{border:1px solid var(--line);background:var(--line);border-radius:16px;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.pillar{background:var(--surface);flex-direction:column;min-height:405px;padding:clamp(1.25rem,1.9vw,1.7rem);display:flex}.pillar-index{color:var(--muted-light);font-family:var(--mono);font-size:.65rem}.pillar-icon{border:1px solid var(--line-strong);width:38px;height:38px;color:var(--blue);border-radius:10px;justify-content:center;align-items:center;margin:2.4rem 0 1.35rem;font-size:1.05rem;display:inline-flex}.pillar h3{font-size:1.22rem}.pillar>p{color:var(--muted);margin-top:.75rem;font-size:.87rem}.pillar-label{color:var(--muted-light);letter-spacing:.11em;text-transform:uppercase;margin-top:auto;padding-top:2rem;font-size:.61rem;font-weight:650}.pillar li{color:var(--ink-soft);margin-top:.48rem;padding-left:.9rem;font-size:.75rem;position:relative}.pillar li:before{content:"";background:var(--line-strong);border-radius:50%;width:4px;height:4px;position:absolute;top:.62em;left:0}.control-canvas{border:1px solid var(--line-strong);background:var(--surface);border-radius:20px;margin-top:2rem;overflow:hidden;box-shadow:0 40px 100px -52px #00000040}.canvas-topbar{border-bottom:1px solid var(--line);min-height:53px;color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;padding:0 1rem;font-size:.7rem;display:flex}.canvas-topbar>div{align-items:center;gap:.55rem;display:flex}.canvas-topbar b{color:var(--ink-soft)}.canvas-status{color:var(--green);align-items:center;gap:.4rem;display:flex}.canvas-status i,.terminal-live i{background:currentColor;border-radius:50%;width:6px;height:6px}.canvas-body{grid-template-columns:165px minmax(0,1fr);min-height:490px;display:grid}.canvas-rail{border-right:1px solid var(--line);background:#fdfdfc;flex-direction:column;gap:.25rem;padding:1.5rem 1rem;display:flex}.canvas-rail b{color:var(--muted-light);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .75rem .7rem;font-size:.6rem}.canvas-rail span{color:var(--muted);border-radius:7px;padding:.52rem .7rem;font-size:.72rem}.canvas-rail .is-active{background:var(--surface-strong);color:var(--ink);font-weight:600}.canvas-main{padding:clamp(1.5rem,4vw,3.25rem)}.canvas-title{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.canvas-title h3{max-width:590px;font-size:clamp(1.65rem,3vw,2.45rem)}.control-sequence{grid-template-columns:repeat(9,auto);justify-content:space-between;align-items:center;gap:.4rem;margin-top:4rem;display:grid}.control-sequence>div{border:1px solid var(--line-strong);background:var(--surface);border-radius:10px;gap:.2rem;min-width:105px;padding:.9rem .8rem;display:grid;position:relative}.control-sequence>div.is-current{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.control-sequence span{color:var(--muted);font-size:.61rem}.control-sequence b{font-size:.69rem;font-weight:600}.control-sequence>i{background:var(--line-strong);width:24px;height:1px}.canvas-panels{border:1px solid var(--line);background:var(--line);border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:3rem;display:grid;overflow:hidden}.canvas-panels>div{background:#fbfbfa;min-height:125px;padding:1.2rem}.canvas-panels span{color:var(--muted-light);letter-spacing:.07em;text-transform:uppercase;font-size:.61rem;font-weight:600}.canvas-panels b{margin-top:.4rem;font-size:.82rem;display:block}.canvas-panels p{color:var(--muted);margin-top:.45rem;font-size:.72rem}.method{border-top:1px solid var(--line);background:var(--surface)}.method-layout{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:clamp(4rem,9vw,9rem);display:grid}.method-sticky{top:calc(var(--header-height) + 3rem);align-self:start;position:sticky}.method-sticky h2{max-width:470px;font-size:clamp(2.25rem,4vw,3.6rem)}.method-sticky>p:not(.section-kicker){max-width:470px;color:var(--muted);margin-top:1.15rem}.story-map{background:var(--line-strong);justify-content:space-between;height:2px;margin-top:3rem;display:flex;position:relative}.story-progress{background:var(--blue);width:0;transition:width .42s var(--ease);position:absolute;inset:0 auto 0 0}.story-map i{z-index:1;border:1px solid var(--line-strong);background:var(--surface);width:24px;height:24px;color:var(--muted-light);font-family:var(--mono);border-radius:50%;justify-content:center;align-items:center;font-size:.55rem;font-style:normal;transition:border-color .22s,background-color .22s,color .22s;display:inline-flex;position:relative;transform:translateY(-11px)}.story-map i.is-active,.story-map i.is-complete{border-color:var(--blue);background:var(--blue);color:#fff}.story-steps{border:1px solid var(--line);background:var(--line);border-radius:16px;gap:1px;display:grid;overflow:hidden}.story-step{background:var(--bg);flex-direction:column;justify-content:center;min-height:315px;padding:clamp(2rem,5vw,3.75rem);transition:background-color .26s,box-shadow .26s;display:flex}.story-step.is-active{background:var(--surface);box-shadow:inset 3px 0 0 var(--blue)}.story-number{color:var(--blue);font-family:var(--mono);font-size:.68rem;font-weight:600}.story-step h3{max-width:620px;margin-top:1.1rem;font-size:clamp(1.6rem,3vw,2.4rem)}.story-step>p{max-width:660px;color:var(--muted);margin-top:.9rem;font-size:.92rem}.story-state{border:1px solid var(--line);width:fit-content;max-width:100%;color:var(--muted);white-space:nowrap;background:#f6f6f4;border-radius:8px;align-items:center;gap:.55rem;margin-top:2rem;padding:.65rem .8rem;display:flex;overflow-x:auto}.story-state code{color:var(--ink-soft);font-size:.66rem}.metrics{background:var(--bg)}.metric-layout{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);align-items:start;gap:1.5rem;display:grid}.method-table{border:1px solid var(--line-strong);background:var(--surface);border-radius:15px;overflow:hidden}.method-table>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(130px,.75fr) minmax(180px,1.2fr) minmax(180px,1fr);align-items:center;gap:1rem;min-height:68px;padding:.85rem 1.25rem;display:grid}.method-table>div:last-child{border-bottom:0}.method-table .table-head{min-height:45px;color:var(--muted-light);letter-spacing:.08em;text-transform:uppercase;background:#f5f5f3;font-size:.61rem;font-weight:650}.method-table code{color:var(--blue-dark)}.method-table>div>span,.method-table>div>b{font-size:.73rem}.method-table>div>span{color:var(--muted)}.method-table>div>b{font-weight:600}.metric-cards{border:1px solid var(--line);background:var(--line);border-radius:15px;grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.metric-cards article{background:var(--surface);min-height:190px;padding:1.3rem}.capability-status{background:var(--green-soft);color:var(--green)}.metric-cards h3{margin-top:1.4rem;font-size:1.05rem}.metric-cards p{color:var(--muted);margin-top:.55rem;font-size:.75rem}.governance{border-block:1px solid var(--line);color:var(--ink);background:#f5f7fb;position:relative;overflow:hidden}.governance:before{content:"GOVERNED";color:#0a63f609;letter-spacing:-.08em;pointer-events:none;font-size:clamp(7rem,20vw,18rem);font-weight:700;line-height:1;position:absolute;bottom:-.24em;right:-.05em}.governance-layout{grid-template-columns:minmax(0,.85fr) minmax(440px,1.15fr);align-items:center;gap:clamp(3rem,7vw,7rem);display:grid;position:relative}.governance-copy>p:not(.section-kicker){max-width:590px;color:var(--muted);margin-top:1.25rem}.governance-list{border-top:1px solid var(--line-strong);margin-top:2.75rem}.governance-list li{border-bottom:1px solid var(--line-strong);grid-template-columns:32px 1fr;gap:1rem;padding:1.15rem 0;display:grid}.governance-list li>span{color:var(--muted-light);font-family:var(--mono);font-size:.65rem}.governance-list b{font-size:.86rem;font-weight:550}.governance-list p{color:var(--muted);margin-top:.25rem;font-size:.73rem}.governance-terminal{border:1px solid var(--line-strong);background:var(--surface);border-radius:17px;overflow:hidden;box-shadow:0 32px 80px -42px #0f172a47}.terminal-head{border-bottom:1px solid var(--line);min-height:52px;color:var(--muted-light);font-family:var(--mono);justify-content:space-between;align-items:center;gap:1rem;padding:0 1rem;font-size:.65rem;display:flex}.terminal-live{color:var(--green);align-items:center;gap:.45rem;display:flex}.terminal-body{padding:1rem}.trace-row{border-bottom:1px solid var(--line);min-height:58px;color:var(--muted-light);grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.55rem .75rem;display:grid}.trace-row:last-child{border-bottom:0}.trace-row>span{font-family:var(--mono);font-size:.6rem}.trace-row code{font-size:.69rem}.trace-row b{font-size:.64rem;font-weight:500}.trace-row.is-complete{color:var(--ink-soft)}.trace-row.is-complete>span,.trace-row.is-complete b{color:var(--green)}.trace-row.is-current{background:var(--blue-soft);color:var(--blue-dark);border:1px solid #0a63f647;border-radius:9px}.trace-row.is-current>span,.trace-row.is-current b{color:var(--blue)}.kill-switch{background:var(--amber-soft);border:1px solid #9a5a0033;border-radius:11px;justify-content:space-between;align-items:center;gap:1rem;margin:0 1rem 1rem;padding:1rem;display:flex}.kill-switch>div{display:grid}.kill-switch span:first-child{color:var(--amber);font-size:.7rem}.kill-switch b{color:var(--ink-soft);font-size:.65rem;font-weight:500}.switch-control{border:1px solid var(--line-strong);background:var(--surface-strong);border-radius:999px;justify-content:flex-start;align-items:center;width:38px;height:21px;padding:3px;display:flex}.switch-control i{background:var(--muted-light);border-radius:50%;width:13px;height:13px}.terminal-note{color:var(--muted-light);padding:0 1rem 1rem;font-size:.61rem}.collection{background:var(--surface)}.collection-grid{border:1px solid var(--line);background:var(--line);border-radius:16px;grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.collection-grid article{background:var(--bg);flex-direction:column;min-height:280px;padding:clamp(1.5rem,3vw,2.35rem);display:flex}.collection-top{color:var(--muted-light);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:1rem;font-size:.66rem;font-weight:600;display:flex}.proof-chip--local{background:var(--green-soft);color:var(--green);letter-spacing:0;text-transform:none}.proof-chip--partial{background:var(--amber-soft);color:var(--amber);letter-spacing:0;text-transform:none}.collection-grid h3{margin-top:2.35rem;font-size:clamp(1.4rem,2.5vw,2rem)}.collection-grid p{max-width:510px;color:var(--muted);margin-top:.75rem;font-size:.87rem}.collection-grid>article>code{width:fit-content;max-width:100%;color:var(--blue-dark);white-space:normal;margin-top:auto;padding-top:2rem}.proof{border-top:1px solid var(--line);background:var(--bg)}.proof-grid{border:1px solid var(--line);background:var(--line);border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.proof-grid article{background:var(--surface);flex-direction:column;min-height:270px;padding:clamp(1.25rem,2.5vw,2rem);display:flex}.proof-grid article>span{min-height:3em;color:var(--muted);text-transform:uppercase;font-size:.68rem;font-weight:600;line-height:1.45}.proof-grid strong{letter-spacing:-.065em;font-variant-numeric:tabular-nums;margin-top:2rem;font-size:clamp(3.1rem,5vw,4.5rem);font-weight:500;line-height:.9}.proof-grid strong small{color:var(--muted-light);letter-spacing:-.02em;font-size:.32em}.proof-grid p{color:var(--muted);margin-top:auto;padding-top:2rem;font-size:.73rem}.proof-disclosure{background:var(--amber-soft);border:1px solid #9a5a0029;border-radius:12px;grid-template-columns:auto 1fr;gap:1rem;margin-top:1.25rem;padding:1.25rem;display:grid}.disclosure-mark{width:25px;height:25px;color:var(--amber);font-family:var(--mono);border:1px solid #9a5a004d;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.proof-disclosure b{color:#623900;font-size:.83rem}.proof-disclosure p{color:#765324;margin-top:.25rem;font-size:.74rem}.limits{border-top:1px solid var(--line);background:var(--surface)}.limits-heading{max-width:730px}.limits-grid{border-block:1px solid var(--line);background:var(--line);grid-template-columns:1fr 1fr;gap:1px;margin-top:3.5rem;display:grid}.limits-grid article{background:var(--surface);min-height:240px;padding:clamp(1.5rem,3vw,2.5rem)}.limits-grid article>span{color:var(--muted-light);font-family:var(--mono);font-size:.66rem}.limits-grid h3{max-width:480px;margin-top:2.4rem;font-size:clamp(1.3rem,2.3vw,1.85rem)}.limits-grid p{max-width:540px;margin-top:.75rem;font-size:.83rem}.faq{border-top:1px solid var(--line);background:var(--bg)}.faq-layout{grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:clamp(3rem,9vw,9rem);display:grid}.faq-heading{align-self:start}.faq-list{border-top:1px solid var(--line-strong)}.faq-list details{border-bottom:1px solid var(--line-strong)}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1.5rem;min-height:76px;font-size:.95rem;font-weight:550;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--muted);font-size:1.3rem;font-weight:400;transition:transform .16s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{max-width:720px;padding:0 3rem 1.4rem 0;font-size:.86rem}.final-cta{border-top:1px solid var(--line);background:var(--blue-soft);color:var(--ink);padding:clamp(5.5rem,10vw,8rem) 0}.final-cta-inner{text-align:center;max-width:900px}.final-cta-inner>p:not(.section-kicker){max-width:650px;color:var(--muted);margin:1.15rem auto 0}.cta-actions{justify-content:center;gap:.65rem;margin-top:2rem;display:flex}.final-cta .button--white{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 10px 28px #0a63f62e}.final-cta .button--white:hover{border-color:var(--blue-dark);background:var(--blue-dark)}.final-cta .button--dark-outline{color:var(--blue-dark);background:#ffffffb3;border-color:#0a63f647}.final-cta .button--dark-outline:hover{border-color:var(--blue);background:#fff}.final-cta small{color:var(--muted-light);margin-top:1.1rem;font-size:.65rem;display:block}.site-footer{border-top:1px solid var(--line);background:var(--surface);color:var(--ink)}.footer-main{border-top:0;grid-template-columns:1.5fr repeat(3,.65fr);gap:3rem;padding-top:4rem;padding-bottom:4rem;display:grid}.footer-brand .brand-mark{width:29px;height:29px}.footer-brand>p{max-width:280px;color:var(--muted);margin-top:1rem;font-size:.8rem}.footer-links{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.footer-links b{color:var(--muted-light);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.35rem;font-size:.62rem}.footer-links a{color:var(--muted);font-size:.76rem;transition:color .16s}.footer-links a:hover{color:var(--blue)}.footer-base{border-top:1px solid var(--line);min-height:68px;color:var(--muted-light);justify-content:space-between;align-items:center;gap:1rem;font-size:.65rem;display:flex}.footer-base p:last-child{align-items:center;gap:.5rem;display:flex}.js [data-intro]{opacity:0;transition:opacity .52s var(--ease), transform .52s var(--ease);transform:translateY(12px)}.js .page-ready [data-intro]{opacity:1;transform:translateY(0)}.js .page-ready [data-intro="1"]{transition-delay:40ms}.js .page-ready [data-intro="2"]{transition-delay:.1s}.js .page-ready [data-intro="3"]{transition-delay:.16s}.js .page-ready [data-intro="4"]{transition-delay:.22s}.js .page-ready [data-intro="5"]{transition-delay:.28s}.js .page-ready [data-intro="6"]{transition-delay:.36s}.js [data-reveal]{opacity:0;transition:opacity .42s var(--ease), transform .42s var(--ease);transform:translateY(10px)}.js [data-reveal].is-visible{opacity:1;transform:translateY(0)}.js [data-contract-row]{opacity:.42;transition:opacity .26s,transform .26s,background-color .26s;transform:translate(-4px)}.js .page-ready [data-contract-row].is-readable{opacity:1;transform:translate(0)}.js .page-ready [data-contract-row].is-current{background:var(--blue-soft)}@media (width<=1120px){.hero-layout{grid-template-columns:minmax(0,.9fr) minmax(450px,1.1fr);gap:3rem}.hero h1{font-size:clamp(2.9rem,5.6vw,4.2rem)}.desktop-nav{gap:1rem;margin-left:.2rem}.text-link{display:none}.pillar-grid,.proof-grid{grid-template-columns:1fr 1fr}.pillar:last-child{grid-column:1/-1;min-height:300px}.control-sequence{grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem}.control-sequence>i{display:none}.control-sequence>div{min-width:0}.metric-layout{grid-template-columns:1fr}.governance-layout{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=920px){.desktop-nav,.nav-actions{display:none}.menu-button{display:flex}.status-bar>span,.status-bar p:nth-of-type(2){display:none}.hero-layout{grid-template-columns:1fr;gap:3rem;min-height:auto}.hero-copy{max-width:760px}.hero-live{width:min(100%,760px)}.hero-proof-rail{grid-template-columns:1fr 1fr}.strip-inner{min-height:70px;display:flex;overflow:hidden}.strip-inner>p{display:none}.strip-inner ul{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;width:max-content;overflow-x:auto}.strip-inner ul::-webkit-scrollbar{display:none}.window-layout,.canvas-body{grid-template-columns:1fr}.window-sidebar,.canvas-rail{display:none}.window-layout{min-height:auto}.method-layout{grid-template-columns:1fr;gap:3.5rem}.method-sticky{position:relative;top:auto}.section-heading--split,.governance-layout,.faq-layout{grid-template-columns:1fr;gap:2rem}.section-heading--split>p{max-width:650px}.governance-terminal{max-width:680px}.footer-main{grid-template-columns:1.4fr repeat(3,1fr);gap:1.5rem}}@media (width<=700px){:root{--section-space:4.75rem}.status-bar{justify-content:space-between;font-size:.68rem}.brand-product{display:none}.hero{padding-top:3.75rem}.hero h1{font-size:clamp(2.55rem,12vw,3.65rem)}.hero-live:after{display:none}.live-source{grid-template-columns:auto 1fr}.live-source>.state{grid-column:2}.hero-actions,.cta-actions{flex-direction:column;width:100%}.hero-actions .button,.cta-actions .button{width:100%}.hero-product{width:min(100% - 1rem, var(--max-width))}.window-bar{grid-template-columns:1fr auto}.window-route{display:none}.decision-surface{background-image:none;padding:1.15rem}.surface-heading{gap:1rem;display:grid}.mode-badge{justify-self:start}.question-bubble{margin-top:1.5rem}.contract-grid>div{grid-template-columns:1fr;align-items:start;gap:.15rem;padding-block:.7rem}.contract-grid dd{align-items:flex-start}.contract-actions{grid-template-columns:1fr 1fr;display:grid}.contract-actions span{white-space:normal;text-align:center;justify-content:center}.contract-actions span:nth-child(2){grid-area:2/1/auto/-1}.pillar-grid,.collection-grid,.proof-grid,.limits-grid{grid-template-columns:1fr}.pillar:last-child{grid-column:auto}.pillar{min-height:350px}.canvas-title{display:grid}.control-sequence{grid-template-columns:1fr;margin-top:2.5rem}.control-sequence>div{grid-template-columns:1fr auto;align-items:center}.canvas-panels{grid-template-columns:1fr}.canvas-panels>div{min-height:auto}.story-step{min-height:290px}.method-table{overflow-x:auto}.method-table>div{min-width:660px}.metric-cards{grid-template-columns:1fr}.metric-cards article{min-height:170px}.collection-grid article,.proof-grid article,.limits-grid article{min-height:240px}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-base{flex-direction:column;justify-content:center;align-items:flex-start;padding-block:1.25rem}}@media (width<=480px){.status-bar a{display:none}.status-bar{justify-content:center}.eyebrow-link{font-size:.65rem}.eyebrow-link>span:first-child{display:none}.hero-proof-rail{grid-template-columns:1fr}.hero-proof-rail article{min-height:110px}.live-head{flex-direction:column;align-items:flex-start;padding-block:.8rem}.live-step{grid-template-columns:32px minmax(0,1fr)}.live-step>code{display:none}.window-brand b,.window-mode{font-size:.61rem}.contract-grid dd{display:grid}.story-map{margin-inline:.7rem}.trace-row{grid-template-columns:24px minmax(0,1fr)}.trace-row b{grid-column:2}.collection-top{flex-direction:column;align-items:flex-start}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;transition-delay:0s!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.js [data-intro],.js [data-reveal],.js [data-contract-row]{opacity:1!important;transform:none!important}}
