:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#111513;--ink-2:#181e1b;--ink-3:#222925;--paper:#f5f1e8;--paper-2:#ebe6da;--paper-3:#ddd7ca;--mint:#72f5bd;--mint-strong:#29d993;--mint-dark:#075d43;--coral:#ff7b6d;--coral-dark:#a9342b;--text:#171b19;--muted:#59615c;--dark-text:#f5f1e8;--dark-muted:#aeb8b2;--line:#11151326;--dark-line:#f5f1e824;--focus:#0b7452;--shadow-sm:0 1px 2px #0b0e0c14;--shadow-lg:0 24px 70px #080c0a2e;--radius-sm:6px;--radius:12px;--radius-lg:20px;--container:1200px;--font-sans:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ink);-webkit-text-size-adjust:100%;min-width:320px}body{background:var(--paper);min-width:320px;min-height:100vh;color:var(--text);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}body,button,select,textarea{font:inherit}button,select,textarea{color:inherit}button,select{cursor:pointer}button{border:0}img,svg{max-width:100%;display:block}h1,h2,h3,p,ol,ul,dl,dd,pre{margin-top:0}h1,h2,h3{text-wrap:balance;line-height:1.08}a{color:inherit;text-underline-offset:.2em;text-decoration-thickness:1px}::selection{background:var(--mint);color:var(--ink)}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:var(--ink-2)}::-webkit-scrollbar-thumb{border:3px solid var(--ink-2);background:#657169;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--mint)}:focus{outline:none}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}[hidden]{display:none!important}.site-sr-only{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}pre,code,.pg-monospace{font-family:var(--font-mono);font-variant-ligatures:none}pre{tab-size:2;overflow:auto}code{font-size:.9em}.site-shell{background:var(--paper);min-height:100vh;overflow:clip}#main-content:focus{outline:none}.site-container,.site-header-inner,.site-footer-inner{width:min(calc(100% - 48px), var(--container));margin-inline:auto}.site-skip-link{z-index:1000;border-radius:var(--radius-sm);background:var(--mint);color:var(--ink);padding:10px 16px;font-weight:800;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.site-skip-link:focus{transform:translateY(0)}.site-not-found{text-align:center;place-content:center;width:min(100% - 48px,680px);min-height:calc(100vh - 72px);margin-inline:auto;padding-block:72px;display:grid}.site-not-found h1{letter-spacing:-.055em;margin-bottom:16px;font-size:clamp(2.4rem,7vw,4.8rem)}.site-not-found p{max-width:520px;color:var(--muted);margin:0 auto 28px}.site-not-found .site-button{justify-self:center}.site-header{z-index:100;color:var(--dark-text);-webkit-backdrop-filter:blur(18px)saturate(130%);backdrop-filter:blur(18px)saturate(130%);background:#111513e6;border-bottom:1px solid #f5f1e81f;position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:32px;min-height:72px;display:flex}.site-wordmark{color:var(--dark-text);letter-spacing:-.02em;align-items:center;gap:10px;font-size:1.08rem;font-weight:800;text-decoration:none;display:inline-flex}.site-wordmark-mark{background:var(--mint);width:34px;height:34px;color:var(--ink);font-family:var(--font-mono);border:1px solid #72f5bd99;border-radius:50% 50% 50% 8px;place-items:center;font-size:.9rem;display:grid}.site-nav-toggle{color:var(--dark-text);letter-spacing:.08em;text-transform:uppercase;background:0 0;align-items:center;gap:10px;padding:8px 0;font-size:.82rem;font-weight:750;display:none}.site-nav-toggle-icon{border-block:2px solid;width:22px;height:12px;position:relative}.site-nav-toggle[aria-expanded=true] .site-nav-toggle-icon{border-color:var(--mint)}.site-nav-list,.site-footer-links{align-items:center;gap:6px;margin:0;padding:0;list-style:none;display:flex}.site-nav-link{border-radius:var(--radius-sm);color:#c9d0cc;align-items:center;min-height:40px;padding:7px 14px;font-size:.88rem;font-weight:650;text-decoration:none;transition:color .16s,background-color .16s;display:inline-flex}.site-nav-link:hover,.site-nav-link[aria-current=page]{color:#fff;background:#f5f1e814}.site-nav-link[aria-current=page]{box-shadow:inset 0 -2px var(--mint)}.site-nav-playground{color:var(--mint);border:1px solid #72f5bd80;margin-left:7px}.site-nav-playground:hover{background:var(--mint);color:var(--ink)}.site-button{border-radius:var(--radius-sm);letter-spacing:-.01em;border:1px solid #0000;justify-content:center;align-items:center;gap:18px;min-height:50px;padding:12px 19px;font-size:.9rem;font-weight:800;text-decoration:none;transition:transform .16s,background-color .16s,border-color .16s,color .16s;display:inline-flex}.site-button:hover{transform:translateY(-2px)}.site-button-primary{background:var(--mint);color:var(--ink);box-shadow:4px 4px #72f5bd38}.site-button-primary:hover{background:#91ffcf}.site-button-secondary{color:var(--dark-text);border-color:#f5f1e847}.site-button-secondary:hover{border-color:var(--mint);color:var(--mint)}.hero-section{isolation:isolate;background:var(--ink);min-height:720px;color:var(--dark-text);padding:clamp(80px,10vw,142px) 0 112px;position:relative;overflow:hidden}.hero-section:before{z-index:-2;content:"";background-image:linear-gradient(#72f5bd0e 1px,#0000 1px),linear-gradient(90deg,#72f5bd0e 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 78%);mask-image:linear-gradient(90deg,#000,#0000 78%)}.hero-section:after{z-index:-1;content:"";border:1px solid #72f5bd3d;border-radius:50%;width:660px;height:660px;position:absolute;bottom:-320px;right:-10vw;box-shadow:0 0 0 74px #72f5bd06,0 0 0 148px #72f5bd05}.hero-layout{grid-template-columns:minmax(0,1.05fr) minmax(420px,.8fr);align-items:center;gap:clamp(54px,8vw,112px);display:grid}.hero-copy{max-width:710px}.hero-eyebrow,.site-kicker,.playground-eyebrow,.playground-panel-kicker{color:var(--mint-dark);font-family:var(--font-mono);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:24px;font-size:.72rem;font-weight:800;line-height:1.4;display:flex}.hero-eyebrow{color:var(--mint)}.hero-eyebrow-dot{background:var(--mint);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #72f5bd1f}.hero-copy h1{letter-spacing:-.065em;max-width:800px;margin-bottom:28px;font-size:clamp(3.15rem,6.1vw,6.15rem);font-weight:760}.hero-copy h1 span{color:var(--mint)}.hero-summary{color:#c7d0cb;max-width:650px;margin-bottom:36px;font-size:clamp(1.08rem,1.6vw,1.3rem);line-height:1.65}.hero-actions,.site-closing-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-disclaimer{border-left:2px solid var(--coral);max-width:610px;color:var(--dark-muted);margin:27px 0 0;padding-left:15px;font-size:.82rem}.hero-code-window{border-radius:var(--radius);box-shadow:var(--shadow-lg), 12px 12px 0 #72f5bd14;background:#0b0e0d;border:1px solid #f5f1e833;position:relative;overflow:hidden}.hero-code-window:before{border-radius:inherit;content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff0f}.hero-code-toolbar{border-bottom:1px solid var(--dark-line);background:#1b211e;align-items:center;gap:7px;height:46px;padding:0 16px;display:flex}.hero-code-toolbar>span{background:#5f6963;border-radius:50%;width:8px;height:8px}.hero-code-toolbar>span:first-child{background:var(--coral)}.hero-code-toolbar>span:nth-child(2){background:#e7c967}.hero-code-toolbar>span:nth-child(3){background:var(--mint)}.hero-code-toolbar p{color:#aeb8b2;font-family:var(--font-mono);margin:0 0 0 9px;font-size:.72rem}.hero-code-status,.hero-code-output,.site-spec-code-heading{color:var(--dark-muted);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;font-size:.68rem;display:flex}.hero-code-status{border-bottom:1px solid var(--dark-line)}.hero-code-status-badge{color:var(--mint);border:1px solid #72f5bd59;border-radius:99px;padding:3px 7px}.hero-code-window pre,.site-spec-code pre{color:#e9eee9;margin:0;padding:clamp(24px,4vw,38px);font-size:clamp(.78rem,1.2vw,.96rem);line-height:1.9}.hero-code-window code{color:inherit}.hero-code-output{border-top:1px solid var(--dark-line);text-transform:none;background:#151a17}.hero-code-output-label{color:var(--mint);text-transform:uppercase}.type-section,.site-principles-section,.pipeline-section,.site-spec-section,.status-section,.site-closing-section{padding:clamp(82px,10vw,140px) 0}.site-section-heading{max-width:730px;margin-bottom:clamp(42px,6vw,72px)}.site-section-heading h2,.site-spec-copy h2,.site-closing-inner h2{letter-spacing:-.055em;margin-bottom:22px;font-size:clamp(2.25rem,4.5vw,4.5rem);font-weight:760}.site-section-heading>p:last-child,.site-spec-copy>p,.site-closing-inner>p{max-width:650px;color:var(--muted);margin-bottom:0;font-size:1.08rem}.type-section{background:var(--paper);position:relative}.type-grid{border-block:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.type-card{border-right:1px solid var(--line);min-height:310px;padding:30px 25px 38px;position:relative;overflow:hidden}.type-card:last-child{border-right:0}.type-card-index{color:#7a827d;font-family:var(--font-mono);margin-bottom:80px;font-size:.7rem}.type-card h3{font-family:var(--font-mono);letter-spacing:-.04em;margin-bottom:13px;font-size:1.38rem}.type-card p{color:var(--muted);margin:0;font-size:.9rem}.type-card-rule{background:var(--mint-strong);width:0;height:4px;transition:width .24s;position:absolute;bottom:0;left:0}.type-card:hover .type-card-rule{width:100%}.type-card-2 .type-card-rule,.type-card-4 .type-card-rule{background:var(--coral)}.type-note{color:var(--muted);margin:25px 0 0;font-size:.8rem;font-style:italic}.site-principles-section{background:var(--paper-2)}.site-principles-layout{grid-template-columns:minmax(280px,.7fr) minmax(440px,1fr);gap:clamp(60px,10vw,150px);display:grid}.site-principles-intro{align-self:start;margin-bottom:0;position:sticky;top:130px}.site-principles-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.site-principles-list li{border-bottom:1px solid var(--line);grid-template-columns:55px 1fr;gap:20px;padding:28px 0;display:grid}.site-principles-list li>span{color:var(--mint-dark);font-family:var(--font-mono);padding-top:4px;font-size:.72rem;font-weight:800}.site-principles-list li>p{letter-spacing:-.025em;margin:0;font-size:clamp(1.15rem,2.1vw,1.55rem);font-weight:650}.pipeline-section{background:var(--ink);color:var(--dark-text)}.pipeline-section .site-kicker{color:var(--mint)}.pipeline-section .site-section-heading>p:last-child{color:var(--dark-muted)}.pipeline-flow{border-block:1px solid var(--dark-line);grid-template-columns:repeat(6,minmax(130px,1fr));margin:0;padding:0;list-style:none;display:grid}.pipeline-step{border-right:1px solid var(--dark-line);min-height:190px;padding:24px 24px 30px 0;position:relative}.pipeline-step:not(:first-child){padding-left:24px}.pipeline-step:last-child{border-right:0}.pipeline-step-number{color:var(--mint);font-family:var(--font-mono);margin-bottom:55px;font-size:.7rem;display:block}.pipeline-step strong{font-size:.92rem;line-height:1.45;display:block}.pipeline-connector{z-index:1;border:1px solid var(--dark-line);background:var(--ink);width:26px;height:26px;color:var(--mint);font-family:var(--font-mono);border-radius:50%;place-items:center;font-size:.72rem;display:grid;position:absolute;top:88px;right:-13px}.pipeline-caption{border-left:2px solid var(--coral);max-width:820px;color:var(--dark-muted);margin-top:28px;padding-left:17px;font-size:.84rem}.pipeline-caption strong{color:var(--dark-text)}.site-spec-section{background-color:var(--paper);background-image:linear-gradient(#1115130b 1px,#0000 1px),linear-gradient(90deg,#1115130b 1px,#0000 1px);background-size:32px 32px}.site-spec-layout{grid-template-columns:minmax(260px,.7fr) minmax(500px,1.2fr);align-items:center;gap:clamp(50px,9vw,130px);display:grid}.site-spec-labels{border-top:1px solid var(--line);margin:38px 0 0;padding:0;list-style:none}.site-spec-labels li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:13px 0;display:flex}.site-spec-labels code{color:var(--coral-dark);font-weight:800}.site-spec-labels span{color:var(--muted);text-transform:uppercase;font-size:.7rem}.site-spec-code{border:1px solid var(--dark-line);border-radius:var(--radius);background:var(--ink);overflow:hidden;box-shadow:11px 11px #1115131a}.site-spec-code-heading{border-bottom:1px solid var(--dark-line)}.site-spec-code-heading span:last-child{color:var(--coral)}.site-spec-code pre{max-height:470px}.status-section{border-top:1px solid var(--line);background:var(--paper-2)}.status-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.status-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#f5f1e89e;padding:clamp(28px,5vw,48px)}.status-card-now{border-top:4px solid var(--mint-strong)}.status-card-next{border-top:4px solid var(--coral)}.status-card-heading{align-items:flex-start;gap:14px;margin-bottom:30px;display:flex}.status-indicator{background:var(--mint-strong);border-radius:50%;flex:none;width:10px;height:10px;margin-top:6px;box-shadow:0 0 0 5px #29d99321}.status-card-next .status-indicator{background:var(--coral);box-shadow:0 0 0 5px #ff7b6d1f}.status-card-heading p{color:var(--muted);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px;font-size:.68rem}.status-card-heading h3{margin:0;font-size:1.55rem}.status-card ul{margin:0;padding:0;list-style:none}.status-card li{border-top:1px solid var(--line);color:#414944;padding:13px 0 13px 25px;font-size:.9rem;position:relative}.status-card li:before{background:var(--mint-strong);content:"";border-radius:50%;width:7px;height:7px;position:absolute;top:18px;left:2px}.status-card-next li:before{border:1px solid var(--coral-dark);background:0 0}.site-closing-section{background:var(--ink);color:var(--dark-text);position:relative}.site-closing-section:after{content:"";pointer-events:none;background-image:linear-gradient(#72f5bd12 1px,#0000 1px),linear-gradient(90deg,#72f5bd12 1px,#0000 1px);background-size:28px 28px;width:34vw;height:100%;position:absolute;bottom:0;right:5vw;-webkit-mask-image:linear-gradient(270deg,#000,#0000);mask-image:linear-gradient(270deg,#000,#0000)}.site-closing-inner{z-index:1;max-width:860px;position:relative}.site-closing-inner .site-kicker{color:var(--mint)}.site-closing-inner>p{color:var(--dark-muted);margin-bottom:34px}.site-footer{border-top:1px solid var(--dark-line);background:var(--ink);color:var(--dark-muted);padding:38px 0}.site-footer-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:35px;display:grid}.site-footer-wordmark{color:var(--dark-text)}.site-footer p{margin:0;font-size:.78rem}.site-footer-links{gap:22px}.site-footer-links a{color:var(--dark-muted);font-size:.75rem;text-decoration:none}.site-footer-links a:hover{color:var(--mint)}.playground-page{background-color:#dcd8ce;background-image:linear-gradient(#11151309 1px,#0000 1px),linear-gradient(90deg,#11151309 1px,#0000 1px);background-size:24px 24px;width:100%;padding:34px 30px 50px}.playground-header{justify-content:space-between;align-items:end;gap:36px;width:min(100%,1600px);margin:0 auto 20px;display:flex}.playground-heading{max-width:700px}.playground-eyebrow{margin-bottom:8px}.playground-title{letter-spacing:-.05em;margin-bottom:8px;font-size:clamp(1.8rem,3vw,3rem);font-weight:780}.playground-intro{max-width:690px;color:var(--muted);margin:0;font-size:.9rem}.playground-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.playground-example-label,.playground-editor-label{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.playground-example-select,.playground-action,.playground-copy-output{border-radius:var(--radius-sm);min-height:38px;color:var(--text);background:#f5f1e8d1;border:1px solid #11151338;font-size:.75rem;font-weight:720;transition:border-color .14s,background-color .14s,transform .14s}.playground-example-select{max-width:210px;padding:7px 34px 7px 12px}.playground-action,.playground-copy-output{padding:7px 12px}.playground-action:hover,.playground-copy-output:hover,.playground-example-select:hover{border-color:var(--mint-dark);background:#fff}.playground-action:active,.playground-copy-output:active{transform:translateY(1px)}.playground-status{align-items:center;gap:7px;width:min(100%,1600px);min-height:34px;margin:0 auto 10px;display:flex}.playground-status-chip,.playground-notice{color:#414944;font-family:var(--font-mono);background:#f5f1e8b3;border:1px solid #11151329;border-radius:99px;align-items:center;gap:6px;padding:3px 9px;font-size:.65rem;font-weight:700;display:inline-flex}.playground-status-ok{color:var(--mint-dark);border-color:#075d4352}.playground-status-error,.playground-notice-failed{color:var(--coral-dark);border-color:#a9342b59}.playground-notice{border-color:var(--mint-dark);background:var(--mint);color:var(--ink);margin-left:auto}.playground-notice-downloaded,.playground-notice-copied,.playground-notice-shared{box-shadow:var(--shadow-sm)}.playground-workspace{background:var(--ink);border:1px solid #11151354;border-radius:10px;grid-template-columns:minmax(350px,.74fr) minmax(520px,1.26fr);width:min(100%,1600px);min-height:min(760px,100vh - 232px);margin-inline:auto;display:grid;overflow:hidden;box-shadow:0 18px 50px #0e12102e}.playground-editor-panel,.playground-output-panel{min-width:0}.playground-editor-panel{color:var(--dark-text);background:#0d100f;border-right:1px solid #f5f1e824;grid-template-rows:auto 1fr auto;display:grid}.playground-panel-header,.playground-output-toolbar{border-bottom:1px solid var(--dark-line);background:#191e1b;justify-content:space-between;align-items:center;gap:20px;min-height:62px;padding:10px 16px;display:flex}.playground-panel-kicker{color:#7f8a84;margin-bottom:2px;font-size:.58rem}.playground-panel-title{color:var(--dark-text);font-family:var(--font-mono);margin:0;font-size:.8rem;font-weight:600}.playground-live-indicator{color:var(--mint);font-family:var(--font-mono);text-transform:uppercase;align-items:center;gap:7px;font-size:.62rem;display:inline-flex}.playground-live-indicator:before{background:var(--mint);content:"";border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #72f5bd1a}.playground-editor{resize:none;color:#edf4ef;width:100%;min-height:480px;caret-color:var(--mint);background-color:#0d100f;background-image:linear-gradient(90deg,#0000 49px,#f5f1e80f 50px);background-size:50px 100%;border:0;border-radius:0;padding:25px 24px;font-size:clamp(.78rem,1vw,.9rem);line-height:1.8}.playground-editor::selection{background:var(--mint);color:var(--ink)}.playground-code ::selection{background:var(--mint);color:var(--ink)}.playground-editor:focus-visible{outline:2px solid var(--mint);outline-offset:-2px}.playground-editor-help{border-top:1px solid var(--dark-line);color:#89938d;background:#171b19;margin:0;padding:8px 16px;font-size:.65rem}.playground-output-panel{color:var(--dark-text);background:#121614;flex-direction:column;display:flex}.playground-output-toolbar{flex:none;padding:0 13px 0 0}.tab-list{align-self:stretch;align-items:stretch;display:flex}.tab-button{color:#9da7a1;background:0 0;justify-content:center;align-items:center;gap:7px;min-width:86px;padding:10px 16px;font-size:.73rem;font-weight:720;display:inline-flex;position:relative}.tab-button:hover{color:#fff;background:#f5f1e80d}.tab-button:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:14px;right:14px}.tab-active{color:var(--mint)}.tab-active:after{background:var(--mint)}.tab-count{min-width:18px;height:18px;color:var(--dark-text);font-family:var(--font-mono);background:#303833;border-radius:99px;place-items:center;font-size:.58rem;display:grid}.playground-copy-output{border-color:var(--dark-line);color:#d8ded9;background:#242b27}.playground-copy-output:hover{border-color:var(--mint);color:var(--mint);background:#2c352f}.tab-panel{background:#111513;flex:auto;min-width:0;min-height:0;position:relative;overflow:auto}.tab-panel:focus-visible{outline:2px solid var(--mint);outline-offset:-2px}.playground-view-toggle{z-index:5;position:absolute;top:12px;right:14px}.pg-segmented{border:1px solid var(--dark-line);box-shadow:var(--shadow-sm);background:#181e1bf0;border-radius:7px;padding:3px;display:inline-flex}.pg-segment{color:#aeb8b2;background:0 0;border-radius:4px;min-height:28px;padding:4px 10px;font-size:.63rem;font-weight:750}.pg-segment:hover{color:#fff}.pg-segment-active{background:var(--mint);color:var(--ink)}.playground-code{color:#dbe6df;white-space:pre;background-color:#0e1210;background-image:linear-gradient(#f5f1e806 1px,#0000 1px);background-size:100% 25px;min-height:100%;margin:0;padding:62px 25px 30px;font-size:.78rem;line-height:1.72}.playground-code code{color:inherit;font-size:inherit}.playground-generated-note{border:1px solid #ff7b6d47;border-left:3px solid var(--coral);color:#d3bbb6;background:#ff7b6d0f;margin:18px 18px 0;padding:10px 13px;font-size:.7rem}.playground-generated-note+.playground-code{min-height:calc(100% - 62px);padding-top:28px}.playground-unavailable,.diagnostic-empty,.graph-empty{min-height:320px;color:var(--dark-muted);text-align:center;place-content:center;padding:40px;display:grid}.playground-unavailable h3,.diagnostic-empty h3{color:var(--dark-text);margin-bottom:8px;font-size:1.25rem}.playground-unavailable p,.diagnostic-empty p{max-width:450px;margin:0;font-size:.82rem}.diagnostic-empty:before{width:42px;height:42px;color:var(--mint);content:"✓";font-family:var(--font-mono);border:1px solid #72f5bd66;border-radius:50%;place-items:center;margin:0 auto 16px;display:grid}.diagnostic-list{gap:10px;margin:0;padding:20px;list-style:none;display:grid}.diagnostic-item{border:1px solid var(--dark-line);background:#191e1b;border-left:3px solid #e7c967;border-radius:6px;padding:17px 18px}.diagnostic-error{border-left-color:var(--coral)}.diagnostic-warning{border-left-color:#e7c967}.diagnostic-heading{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.diagnostic-code,.diagnostic-severity{color:#ff9d91;background:#ff7b6d1f;border-radius:3px;padding:2px 6px;font-size:.65rem;font-weight:800}.diagnostic-severity{font-family:var(--font-mono);text-transform:uppercase;background:0 0;border:1px solid #ff7b6d40}.diagnostic-warning .diagnostic-code,.diagnostic-warning .diagnostic-severity{color:#e7c967}.diagnostic-location{color:#89938d;font-family:var(--font-mono);margin-left:auto;font-size:.62rem}.diagnostic-message{color:#edf1ee;margin-bottom:9px;font-size:.84rem}.diagnostic-suggestion{color:#aeb8b2;margin:0;font-size:.74rem}.diagnostic-suggestion strong{color:var(--mint)}.graph-view{background:#101512;grid-template-rows:minmax(360px,1fr) auto;min-height:100%;display:grid}.graph-canvas{overscroll-behavior:contain;scrollbar-color:#53645b #151c18;background-color:#0d1210;background-image:radial-gradient(circle,#aecabc24 1px,#0000 1px),linear-gradient(135deg,#72f5bd06,#0000 44%);background-size:22px 22px,100% 100%;min-width:0;position:relative;overflow:auto}.graph-toolbar,.graph-legend{z-index:2;-webkit-backdrop-filter:blur(12px)saturate(125%);backdrop-filter:blur(12px)saturate(125%);background:#111814e0;border:1px solid #b9ddcb2e;width:fit-content;display:flex;position:sticky;box-shadow:0 10px 30px #00000047,inset 0 1px #ffffff09}.graph-toolbar{border-radius:9px;align-items:center;gap:4px;margin:10px 10px 0;padding:4px;top:10px;left:10px}.graph-tool{color:#e5eee9;min-width:36px;min-height:36px;font:750 .67rem var(--font-mono);background:#1b241f;border:1px solid #3c4b43;border-radius:6px;place-items:center;padding:0 10px;transition:border-color .14s,background-color .14s,color .14s,transform .14s;display:inline-grid}.graph-tool:hover{color:var(--mint);background:#26332c;border-color:#72f5bdb3}.graph-tool:active{transform:translateY(1px)}.graph-tool:focus-visible{outline-offset:2px;outline:3px solid #f7fff9}.graph-zoom{color:#9daca4;min-width:48px;font:750 .62rem var(--font-mono);text-align:right;padding-inline:6px 4px}.graph-legend{color:#a6b3ac;font:650 .57rem var(--font-mono);white-space:nowrap;border-radius:8px;gap:13px;margin:-46px 12px 8px auto;padding:8px 10px;top:12px;left:max(10px,100% - 270px)}.graph-legend-item{align-items:center;gap:6px;display:inline-flex}.graph-legend-item:before{border:2px solid var(--mint);content:"";border-radius:3px;width:9px;height:9px;display:block}.graph-legend-edge:before{border:0;border-top:2px solid #bd91eb;border-radius:0;width:18px;height:0;box-shadow:5px 0 8px #bd91eb73}.graph-svg{width:auto;min-width:760px;max-width:none;min-height:360px;overflow:visible}.graph-lane{fill:#1a231e8c;stroke:#9bc4af1f;stroke-width:1px}.graph-lanes>g:nth-child(2n) .graph-lane{fill:#251f2a59;stroke:#bd91eb1c}.graph-flow-label{fill:#91a198;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:750}.graph-edge-hit{fill:none;stroke:#0000;stroke-width:16px;pointer-events:stroke}.graph-edge{fill:none;stroke:#687a71;stroke-linecap:round;stroke-width:1.6px;transition:opacity .14s,stroke .14s,stroke-width .14s,filter .14s}.graph-edge-active{stroke:#8df7c8;stroke-width:2.6px;filter:drop-shadow(0 0 4px #72f5bde6)drop-shadow(0 0 9px #72f5bd59)}.graph-edge-dimmed{opacity:.18}.graph-arrow-head{fill:context-stroke}.graph-node{cursor:pointer;transition:opacity .14s,filter .14s}.graph-node-dimmed{opacity:.28}.graph-node-card{fill:#19211d;stroke:#526159;stroke-width:1px;transition:fill .14s,stroke .14s}.graph-node:hover .graph-node-card{fill:#202b25;stroke:#91ecc5}.graph-node:focus{outline:none}.graph-node:focus-visible .graph-node-card{stroke:#fff;stroke-width:3px}.graph-node:focus-visible{opacity:1;filter:drop-shadow(0 0 4px #0d1210)drop-shadow(0 0 7px #ffffffbf)}.graph-node-selected .graph-node-card{fill:#173027;stroke:#83f3c3;stroke-width:2.5px}.graph-node-selected{filter:drop-shadow(0 0 5px #72f5bd6b)}.graph-node-related .graph-node-card{stroke:#91a99d;stroke-width:1.5px}.graph-node-operator .graph-node-card{stroke:#695a72}.graph-node-operator:hover .graph-node-card{stroke:#ff9c90}.graph-node-operator.graph-node-related .graph-node-card{stroke:#b495c5;stroke-width:1.5px}.graph-node-operator.graph-node-selected .graph-node-card{fill:#2d2533;stroke:#ff9c90;stroke-width:2.5px}.graph-node-operator:focus-visible .graph-node-card{stroke:#fff;stroke-width:3px}.graph-node-header{fill:#173a2f}.graph-node-operator .graph-node-header{fill:#3b2944}.graph-node-header-rule{stroke:#72f5bd61}.graph-node-operator .graph-node-header-rule{stroke:#ff918485}.graph-port{fill:#0d1210;stroke:#81edbf;stroke-width:2.5px}.graph-node-operator .graph-port{stroke:#ff9184}.graph-node-selected .graph-port,.graph-node:focus-visible .graph-port{fill:#f7fff9;stroke-width:3px}.graph-node-kind{fill:#8df7c8;font-family:var(--font-mono);letter-spacing:.11em;text-transform:uppercase;font-size:9px;font-weight:800}.graph-node-operator .graph-node-kind{fill:#ff9c90}.graph-node-title{fill:#f1f4f2;font-family:var(--font-sans);font-size:14px;font-weight:750}.graph-node-detail{fill:#abb7b0;font-family:var(--font-mono);font-size:10px}.graph-node-output-chip{fill:#72f5bd12;stroke:#72f5bd2e}.graph-node-operator .graph-node-output-chip{fill:#bd91eb14;stroke:#ff9c9033}.graph-node-output{fill:#bad0c5;font-family:var(--font-mono);letter-spacing:.025em;font-size:8.5px;font-weight:700}.graph-selected{border-top:1px solid var(--dark-line);background:#171c19;min-height:142px;padding:15px 18px 18px}.graph-selected-title{color:#8c9790;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:.62rem}.graph-selected-empty{color:#89938d;margin:0;font-size:.74rem}.graph-metadata{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px;margin:0;display:grid}.graph-metadata-item{background:#f5f1e806;border:1px solid #f5f1e814;border-radius:4px;min-width:0;padding:8px 10px}.graph-metadata dt{color:#7d8881;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:.55rem;font-weight:800}.graph-metadata dd{color:#e1e7e3;font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.playground-live-workspace{background:#0d1210;grid-template-columns:minmax(0,1fr) clamp(340px,29vw,420px);width:100%;min-width:0;height:100%;min-height:0;display:grid;overflow:hidden}.playground-live-graph,.playground-live-monitor,.playground-live-workspace>.graph-view,.playground-live-workspace>.event-flow-panel{min-width:0;min-height:0}.playground-live-graph,.playground-live-workspace>.graph-view,.playground-live-monitor,.playground-live-workspace>.event-flow-panel{overscroll-behavior:contain;height:100%;overflow:auto}.playground-live-graph>.graph-view,.playground-live-graph>.playground-code{min-height:100%}.playground-live-monitor>.event-flow-panel,.playground-live-workspace>.event-flow-panel{border-top:0;border-left:1px solid #42564b;height:100%;max-height:none;overflow:auto}.playground-live-monitor .event-flow-controls{grid-template-columns:minmax(0,1fr)}.mock-stream-fieldset{color:#eef5f0;background:#131a16d1;border:1px solid #3d5146;border-radius:7px;min-width:0;margin:0;padding:10px 12px 12px}.mock-stream-legend{color:#aebbb4;font:800 .59rem var(--font-mono);letter-spacing:.08em;text-transform:uppercase;padding-inline:6px}.mock-stream-toolbar{flex-wrap:wrap;align-items:center;gap:8px 10px;min-width:0;display:flex}.mock-stream-status{--mock-stream-state:#f3d17e;border:1px solid color-mix(in srgb, var(--mock-stream-state) 48%, transparent);background:color-mix(in srgb, var(--mock-stream-state) 10%, transparent);min-height:28px;color:var(--mock-stream-state);font:800 .59rem var(--font-mono);letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;border-radius:99px;align-items:center;gap:7px;padding:3px 9px;display:inline-flex}.mock-stream-status:before{content:"";border:2px solid;border-radius:50%;flex:none;width:8px;height:8px}.mock-stream-status-running,.mock-stream-fieldset[data-state=running] .mock-stream-status,.mock-stream-fieldset.is-running .mock-stream-status{--mock-stream-state:#9bffd4}.mock-stream-status-running:before,.mock-stream-fieldset[data-state=running] .mock-stream-status:before,.mock-stream-fieldset.is-running .mock-stream-status:before{background:currentColor;animation:1.4s ease-in-out infinite mock-stream-running-pulse;box-shadow:0 0 0 4px #72f5bd21}.mock-stream-status-paused,.mock-stream-fieldset[data-state=paused] .mock-stream-status,.mock-stream-fieldset.is-paused .mock-stream-status{--mock-stream-state:#f3d17e}.mock-stream-status-paused:before,.mock-stream-fieldset[data-state=paused] .mock-stream-status:before,.mock-stream-fieldset.is-paused .mock-stream-status:before{background:linear-gradient(90deg,currentColor 0 30%,#0000 30% 70%,currentColor 70%);border-radius:2px}.mock-stream-buttons{flex-wrap:wrap;gap:6px;display:inline-flex}.mock-stream-button,.mock-stream-buttons button{color:#e5eee8;min-height:32px;font:750 .62rem var(--font-mono);background:#1b251f;border:1px solid #53665c;border-radius:5px;padding:5px 10px;transition:border-color .14s,background-color .14s,color .14s,transform .14s}.mock-stream-button:hover:not(:disabled),.mock-stream-buttons button:hover:not(:disabled){color:#afffda;background:#26352d;border-color:#91f5c8}.mock-stream-button:active:not(:disabled),.mock-stream-buttons button:active:not(:disabled){transform:translateY(1px)}.mock-stream-button:focus-visible,.mock-stream-buttons button:focus-visible,.mock-stream-speed select:focus-visible,.mock-stream-speed input:focus-visible{outline-offset:2px;outline:2px solid #fff;box-shadow:0 0 0 4px #72f5bd4d}.mock-stream-button:disabled,.mock-stream-buttons button:disabled,.mock-stream-speed select:disabled,.mock-stream-speed input:disabled{color:#717b75;cursor:not-allowed;opacity:.68;border-color:#303b35}.mock-stream-speed{color:#b7c4bd;min-width:0;font:700 .59rem var(--font-mono);white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.mock-stream-speed select{color:#eef5f0;min-height:32px;font:inherit;background:#111813;border:1px solid #53665c;border-radius:5px;padding:4px 28px 4px 8px}.mock-stream-speed input[type=range]{width:clamp(82px,9vw,128px);accent-color:var(--mint)}.mock-stream-progress{width:100%;height:6px;color:var(--mint);accent-color:var(--mint);background:#28362f;border:0;border-radius:99px;flex:1 0 100%;position:relative;overflow:hidden}progress.mock-stream-progress{appearance:none}progress.mock-stream-progress::-webkit-progress-bar{border-radius:inherit;background:#28362f}progress.mock-stream-progress::-webkit-progress-value{border-radius:inherit;background:var(--mint);transition:width .16s linear}progress.mock-stream-progress::-moz-progress-bar{border-radius:inherit;background:var(--mint)}.mock-stream-progress-bar{border-radius:inherit;background:var(--mint);height:100%;transition:width .16s linear}.mock-stream-no-plan{color:#a0aea6;background:#f5f1e806;border:1px dashed #52645a;border-radius:6px;margin:0;padding:9px 11px;font-size:.67rem;line-height:1.45}@keyframes mock-stream-running-pulse{50%{box-shadow:0 0 0 7px #72f5bd00}}.event-flow-panel{--event-flow-surface:#0b100d;--event-flow-surface-raised:#131a16;--event-flow-border:#34463c;--event-flow-text:#eef5f0;--event-flow-muted:#a0aea6;overscroll-behavior:contain;background-color:var(--event-flow-surface);min-width:0;max-height:clamp(420px,48vh,560px);color:var(--event-flow-text);scrollbar-color:#65786d #111813;background-image:linear-gradient(90deg,#72f5bd06 1px,#0000 1px);background-size:32px 100%;border-top:1px solid #42564b;flex-direction:column;display:flex;overflow:auto;box-shadow:inset 0 1px #ffffff09}.event-flow-header{z-index:3;border-bottom:1px solid var(--event-flow-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#131a16f5;flex:none;padding:11px 16px;position:sticky;top:0}.event-flow-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.event-flow-title,.event-flow-section-title{color:var(--event-flow-text);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;margin:0}.event-flow-title{font-size:.75rem}.event-flow-status{--event-flow-status-color:#b7c4bd;--event-flow-status-border:#b7c4bd66;color:var(--event-flow-muted);font:650 .61rem var(--font-mono);white-space:nowrap;align-items:center;gap:6px;margin:0;display:flex}.event-flow-status:before{border:1px solid var(--event-flow-status-border);width:16px;height:16px;color:var(--event-flow-status-color);content:"…";font:900 .62rem/1 var(--font-mono);border-radius:50%;flex:none;place-items:center;display:grid}.event-flow-status strong{border:1px solid var(--event-flow-status-border);color:var(--event-flow-status-color);letter-spacing:.04em;border-radius:99px;padding:2px 7px;font-weight:800}.event-flow-status-starting{--event-flow-status-color:#9ed2ff;--event-flow-status-border:#75bfff7a}.event-flow-status-running,.event-flow-status-completed{--event-flow-status-color:#9bffd4;--event-flow-status-border:#72f5bd73}.event-flow-status-running:before{content:"▶";background:#164b38;font-size:.48rem;box-shadow:0 0 0 3px #72f5bd1f}.event-flow-status-completed:before{content:"✓";background:#164b38}.event-flow-status-cancelled{--event-flow-status-color:#f3d17e;--event-flow-status-border:#f0c86d80}.event-flow-status-cancelled:before{content:"×";background:#4a3916}.event-flow-status-error{--event-flow-status-color:#ffaca1;--event-flow-status-border:#ff8f8185}.event-flow-status-error:before{content:"!";background:#521f1b}.event-flow-status-unavailable{--event-flow-status-color:#c0c9c3;--event-flow-status-border:#a0aea680}.event-flow-status-unavailable:before{content:"–";background:#252d28}.event-flow-unavailable{color:#f0d989;background:#e7c96712;border-bottom:1px solid #e7c96742;margin:0;padding:8px 16px;font-size:.7rem}.event-flow-controls{border-bottom:1px solid var(--event-flow-border);background:#0d120fe0;flex:none;grid-template-rows:auto auto;grid-template-columns:minmax(220px,1fr) auto;gap:5px 12px;padding:11px 16px 12px;display:grid}.event-flow-input-label{color:#cbd6d0;font:750 .61rem var(--font-mono);letter-spacing:.07em;text-transform:uppercase;align-self:end}.event-flow-json-input{resize:vertical;color:#f4f8f5;width:100%;min-height:58px;max-height:112px;caret-color:var(--mint);font:.72rem/1.45 var(--font-mono);scrollbar-color:#65786d #0b100d;background:#070b09;border:1px solid #465a4f;border-radius:5px;grid-area:2/1;padding:8px 10px;transition:border-color .14s,box-shadow .14s}.event-flow-json-input:hover:not(:disabled){border-color:#6e887a}.event-flow-json-input:focus-visible{border-color:var(--mint);outline-offset:2px;outline:2px solid #f7fff9;box-shadow:0 0 0 4px #72f5bd29}.event-flow-json-input:disabled{color:#768078;cursor:not-allowed;opacity:.72;background:#101411;border-color:#2b3630}.event-flow-input-help{color:#8f9c95;place-self:end;margin:0;font-size:.59rem}.event-flow-actions{grid-area:2/2;grid-template-columns:repeat(2,minmax(0,1fr));align-self:end;gap:6px;min-width:246px;display:grid}.event-flow-action{color:#e5eee8;min-height:30px;font:750 .63rem var(--font-mono);background:#1b251f;border:1px solid #53665c;border-radius:5px;padding:5px 10px;transition:border-color .14s,background-color .14s,color .14s,transform .14s}.event-flow-action:hover:not(:disabled){color:#afffda;background:#26352d;border-color:#91f5c8}.event-flow-action:active:not(:disabled){transform:translateY(1px)}.event-flow-action:focus-visible,.event-flow-node:focus-visible,.event-flow-token:focus-visible,.event-flow-event-button:focus-visible{outline-offset:2px;outline:2px solid #fff;box-shadow:0 0 0 4px #72f5bd4d}.event-flow-action:disabled{color:#717b75;cursor:not-allowed;opacity:.72;background:#151a17;border-color:#303b35}.event-flow-emit{color:#caffe7;background:#164b38;border-color:#55bd8d}.event-flow-cancel{color:#ffc1b9;border-color:#81564f}.event-flow-error{color:#ffaca1;min-height:0;margin:0;padding:0 16px;font-size:.67rem}.event-flow-error:not(:empty){background:#ff7b6d14;border-bottom:1px solid #ff7b6d4d;padding-block:7px}.event-flow-lanes,.event-flow-outputs,.event-flow-log{border-bottom:1px solid var(--event-flow-border);min-width:0;padding:10px 16px 12px}.event-flow-section-title{color:#aebbb4;margin-bottom:7px;font-size:.59rem}.event-flow-lane-list,.event-flow-marbles,.event-flow-output-list,.event-flow-event-list{margin:0;padding:0;list-style:none}.event-flow-lane-list{scrollbar-color:#65786d #0b100d;background:#060a0894;border:1px solid #2e3d35;border-radius:6px;max-height:160px;overflow:auto}.event-flow-lane{border-bottom:1px solid #28362f;grid-template-columns:minmax(104px,.18fr) minmax(280px,1fr);min-width:0;display:grid}.event-flow-lane:last-child{border-bottom:0}.event-flow-node{min-width:0;color:var(--event-flow-text);text-align:left;background:#151d19;border-right:1px solid #34463c;align-content:center;justify-items:start;gap:1px;padding:7px 9px;display:grid}.event-flow-node:hover{background:#1e2a23}.event-flow-node-name{max-width:100%;font:750 .64rem var(--font-mono);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.event-flow-node-kind{color:#99aaa1;font:700 .52rem var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.event-flow-marbles{scrollbar-color:#65786d #0b100d;align-items:center;gap:8px;min-width:0;min-height:48px;padding:7px 12px;display:flex;position:relative;overflow:auto hidden}.event-flow-marbles:before{content:"";background:#52645a;height:1px;position:absolute;left:10px;right:10px}.event-flow-marble{z-index:1;flex:none;position:relative}.event-flow-token{color:#d8ffec;min-width:25px;max-width:128px;height:25px;font:750 .58rem/17px var(--font-mono);text-overflow:ellipsis;white-space:nowrap;background:#153c2e;border:1px solid #85eebf;border-radius:99px;padding:3px 7px;display:block;overflow:hidden}.event-flow-token:hover{filter:brightness(1.16);border-color:#fff}.event-flow-marble-subscribe .event-flow-token{color:#d7edff;background:#173650;border-color:#75bfff}.event-flow-marble-done .event-flow-token{color:#d5ffe4;background:#17442a;border-color:#74e49d}.event-flow-marble-cancel .event-flow-token{color:#fff0bd;background:#4a3916;border-color:#f0c86d}.event-flow-marble-error .event-flow-token{color:#ffe0dc;background:#521f1b;border-color:#ff8f81}.event-flow-outputs{flex:none}.event-flow-output-list{flex-wrap:wrap;gap:6px;max-height:72px;display:flex;overflow:auto}.event-flow-output{max-width:min(100%,240px)}.event-flow-output-value{color:#baffdd;text-overflow:ellipsis;white-space:nowrap;background:#72f5bd17;border:1px solid #72f5bd57;border-radius:99px;max-width:100%;padding:4px 8px;font-size:.61rem;display:block;overflow:hidden}.event-flow-empty{color:#8f9c95;margin:0;padding:5px 0;font-size:.66rem}.event-flow-log{border-bottom:0;flex:none}.event-flow-event-list{counter-reset:event-flow;scrollbar-color:#65786d #0b100d;background:#060a0894;border:1px solid #2e3d35;border-radius:6px;max-height:150px;overflow:auto}.event-flow-event{counter-increment:event-flow;border-bottom:1px solid #28362f}.event-flow-event:last-child{border-bottom:0}.event-flow-event-button{color:#dce6e0;text-align:left;background:0 0;grid-template-columns:44px 64px minmax(90px,.42fr) minmax(120px,1fr);align-items:center;gap:8px;width:100%;min-width:0;padding:6px 9px;display:grid}.event-flow-event-button:hover{background:#1b261f}.event-flow-event-sequence,.event-flow-event-kind,.event-flow-event-node,.event-flow-event-payload{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.event-flow-event-sequence{color:#86958d;font:700 .57rem var(--font-mono)}.event-flow-event-kind{color:#9af5c9;font:800 .56rem var(--font-mono);letter-spacing:.05em;text-transform:uppercase}.event-flow-event-node{color:#f1f5f2;font-size:.61rem}.event-flow-event-payload{color:#a7b4ad;font-size:.62rem}.event-flow-event-subscribe .event-flow-event-kind{color:#83c8ff}.event-flow-event-done .event-flow-event-kind{color:#82efa9}.event-flow-event-cancel .event-flow-event-kind{color:#f3d17e}.event-flow-event-error .event-flow-event-kind{color:#ff9d91}.graph-node-live .graph-node-card{animation:.44s ease-out graph-node-live-pulse}.graph-node-live .graph-port{animation:.44s ease-out graph-port-live-pulse}.graph-edge-live{stroke:#86f5c5;stroke-dasharray:8 7;stroke-width:2.4px;filter:drop-shadow(0 0 5px #72f5bdb3);animation:.44s ease-out graph-edge-live-travel}@keyframes graph-node-live-pulse{0%{stroke:#fff;stroke-width:3.5px;filter:drop-shadow(0 0 12px #72f5bdf2)}to{filter:drop-shadow(0 0 #72f5bd00)}}@keyframes graph-port-live-pulse{0%{fill:#fff;stroke-width:4px}to{fill:#0d1210}}@keyframes graph-edge-live-travel{0%{stroke-dashoffset:30px;opacity:1}to{stroke-dashoffset:0;opacity:.72}}@media (width<=1100px){.hero-layout{grid-template-columns:1fr 420px;gap:48px}.type-grid{grid-template-columns:repeat(2,1fr)}.type-card:nth-child(2){border-right:0}.type-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.pipeline-flow{grid-template-columns:repeat(3,1fr)}.pipeline-step:nth-child(3){border-right:0}.pipeline-step:nth-child(-n+3){border-bottom:1px solid var(--dark-line)}.pipeline-step:nth-child(4){padding-left:0}.pipeline-step:nth-child(3) .pipeline-connector{display:none}.playground-header{align-items:flex-start}.playground-actions{max-width:480px}}@media (width<=960px){.playground-page{padding:28px 18px 38px}.playground-header{display:grid}.playground-actions{justify-content:flex-start;max-width:none}.playground-workspace{grid-template-columns:1fr}.playground-live-workspace{grid-template-rows:minmax(0,auto) minmax(380px,56vh);grid-template-columns:minmax(0,1fr);height:auto;overflow:visible}.playground-live-monitor,.playground-live-workspace>.event-flow-panel{border-bottom:1px solid #42564b;border-left:0;grid-row:1;height:auto;max-height:min(420px,48vh)}.playground-live-monitor>.event-flow-panel{border-left:0;height:100%;max-height:none}.playground-live-graph,.playground-live-workspace>.graph-view{grid-row:2;height:min(560px,56vh)}.playground-editor-panel{border-right:0;border-bottom:1px solid var(--dark-line);min-height:530px}.playground-output-panel{min-height:650px}.playground-editor{min-height:420px}}@media (width<=900px){.site-container,.site-header-inner,.site-footer-inner{width:min(calc(100% - 36px), var(--container))}.site-header-inner{min-height:64px}.site-nav-toggle{display:inline-flex}.site-nav{border-top:1px solid var(--dark-line);border-bottom:1px solid var(--dark-line);background:#111513fa;padding:12px 18px 18px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 18px 36px #00000038}.site-nav-open{display:block}.site-nav-list{gap:3px;display:grid}.site-nav-link{width:100%;min-height:46px}.site-nav-playground{margin:4px 0 0}.hero-section{padding-top:82px}.hero-layout{grid-template-columns:1fr}.hero-code-window{width:min(100%,620px)}.site-principles-layout,.site-spec-layout{grid-template-columns:1fr}.site-principles-intro{position:static}.site-spec-code{min-width:0}.site-footer-inner{grid-template-columns:1fr;gap:18px}}@media (width<=640px){.site-container,.site-header-inner,.site-footer-inner{width:min(calc(100% - 28px), var(--container))}.hero-copy h1{font-size:clamp(2.7rem,14vw,4.1rem)}.hero-actions,.site-closing-actions{flex-direction:column;align-items:stretch}.site-button{width:100%}.type-grid,.status-grid{grid-template-columns:1fr}.type-card,.type-card:nth-child(2){border-right:0;border-bottom:1px solid var(--line);min-height:240px}.type-card-index{margin-bottom:45px}.pipeline-flow{grid-template-columns:1fr}.pipeline-step,.pipeline-step:not(:first-child),.pipeline-step:nth-child(4){border-right:0;border-bottom:1px solid var(--dark-line);min-height:0;padding:20px 0}.pipeline-step{grid-template-columns:42px 1fr;align-items:start;gap:10px;display:grid}.pipeline-step-number{margin:1px 0 0}.pipeline-connector{display:none}.site-principles-list li{grid-template-columns:38px 1fr;gap:12px}.site-spec-labels li{flex-direction:column;align-items:flex-start;gap:2px}.site-footer-links{flex-wrap:wrap}.playground-page{padding-inline:10px}.playground-actions{grid-template-columns:repeat(2,1fr);width:100%;display:grid}.playground-example-select{grid-column:1/-1;width:100%;max-width:none}.playground-status{flex-wrap:wrap}.playground-notice{margin-left:0}.playground-workspace{border-radius:7px}.playground-output-toolbar{min-height:104px;padding:0 10px 10px;display:grid}.tab-list{width:calc(100% + 20px);margin-left:-10px}.tab-button{flex:1;min-width:0;padding-inline:8px}.playground-copy-output{width:100%}.graph-view{grid-template-rows:minmax(400px,1fr) auto}.graph-legend{margin:6px 10px 8px;top:60px;left:10px}.graph-metadata{grid-template-columns:repeat(2,minmax(0,1fr))}.event-flow-panel{max-height:min(600px,62vh)}.event-flow-heading{flex-direction:column;align-items:flex-start;gap:5px}.event-flow-status{white-space:normal;flex-wrap:wrap}.event-flow-controls{grid-template-columns:1fr}.event-flow-input-help{justify-self:start}.event-flow-json-input,.event-flow-actions{grid-column:1}.event-flow-actions{grid-row:3;grid-template-columns:repeat(2,1fr);width:100%;min-width:0}.event-flow-lane{grid-template-columns:96px minmax(250px,1fr)}.event-flow-event-button{grid-template-columns:40px 58px minmax(80px,.5fr) minmax(110px,1fr)}.diagnostic-location{width:100%;margin-left:0}}@media (pointer:coarse){.graph-tool,.mock-stream-button,.mock-stream-buttons button,.mock-stream-speed select{min-width:44px;min-height:44px}.mock-stream-speed input[type=range]{min-height:44px}}@media (pointer:coarse) and (width>=641px){.graph-legend{margin-top:-54px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.graph-edge-live{stroke-dasharray:none}.mock-stream-status-running:before,.mock-stream-fieldset[data-state=running] .mock-stream-status:before,.mock-stream-fieldset.is-running .mock-stream-status:before{animation:none}.mock-stream-progress-bar{transition:none}progress.mock-stream-progress::-webkit-progress-value{transition:none}}@media (forced-colors:active){.hero-eyebrow-dot,.status-indicator,.playground-live-indicator:before,.status-card li:before{forced-color-adjust:none}.site-button,.site-nav-link,.tab-button,.pg-segment,.playground-action,.graph-tool,.mock-stream-button,.mock-stream-buttons button,.mock-stream-speed select,.event-flow-action,.event-flow-node,.event-flow-token,.event-flow-event-button{border:1px solid buttontext}.graph-canvas{background-image:none}.graph-toolbar,.graph-legend,.mock-stream-fieldset,.mock-stream-status,.mock-stream-speed select,.mock-stream-no-plan,.graph-node-card,.graph-node-output-chip{color:canvastext;forced-color-adjust:auto;background:canvas;border-color:canvastext}.graph-lane,.graph-node-card,.graph-node-header,.graph-node-output-chip{fill:canvas;stroke:canvastext}.graph-edge,.graph-node-header-rule,.graph-port{stroke:canvastext}.graph-edge,.graph-node{filter:none}.event-flow-panel,.event-flow-header,.event-flow-controls,.event-flow-lane-list,.event-flow-event-list,.event-flow-node,.event-flow-json-input,.event-flow-token,.event-flow-output-value{color:canvastext;forced-color-adjust:auto;background:canvas;border-color:canvastext}.event-flow-status:before{color:canvastext;box-shadow:none;forced-color-adjust:auto;background:canvas;border-color:currentColor}.event-flow-status strong{color:canvastext;border-color:currentColor}.event-flow-status-cancelled:before,.event-flow-status-unavailable:before,.event-flow-status-cancelled strong,.event-flow-status-unavailable strong{color:graytext}.event-flow-marbles:before{background:canvastext}.event-flow-action:disabled,.event-flow-json-input:disabled,.mock-stream-button:disabled,.mock-stream-buttons button:disabled,.mock-stream-speed select:disabled,.mock-stream-speed input:disabled{color:graytext;opacity:1;border-color:graytext}.mock-stream-status:before{box-shadow:none;forced-color-adjust:auto;background:canvas;border-color:currentColor}.mock-stream-status-running:before,.mock-stream-fieldset[data-state=running] .mock-stream-status:before,.mock-stream-fieldset.is-running .mock-stream-status:before{color:highlight;background:highlight}.mock-stream-progress{forced-color-adjust:auto;background:canvas;border:1px solid canvastext}progress.mock-stream-progress::-webkit-progress-bar{forced-color-adjust:auto;background:canvas;border:1px solid canvastext}.mock-stream-progress-bar{background:highlight}progress.mock-stream-progress::-webkit-progress-value{background:highlight}progress.mock-stream-progress::-moz-progress-bar{background:highlight}.graph-node-live .graph-node-card,.graph-node-live .graph-port,.graph-edge-live{filter:none;stroke:highlight;animation:none}.graph-flow-label,.graph-node-kind,.graph-node-title,.graph-node-detail,.graph-node-output{fill:canvastext}.graph-node-selected .graph-node-card,.graph-node:focus-visible .graph-node-card{fill:highlight;stroke:highlighttext}.graph-node-selected .graph-node-kind,.graph-node-selected .graph-node-title,.graph-node-selected .graph-node-detail,.graph-node-selected .graph-node-output,.graph-node:focus-visible .graph-node-kind,.graph-node:focus-visible .graph-node-title,.graph-node:focus-visible .graph-node-detail,.graph-node:focus-visible .graph-node-output{fill:highlighttext}.graph-node-dimmed,.graph-edge-dimmed{opacity:.55}}
