:root{--bg:#080b0e;--panel:#0e1319;--panel-raised:#121820;--border:rgba(255,255,255,0.07);--border-strong:rgba(255,255,255,0.16);--text:#e2e8ee;--muted:#7d8794;--accent:#4fe0c0;--accent-dim:rgba(79,224,192,0.1);--ok:#4fe0c0;--warn:#e8b34b;--err:#e05e5e;--font-ui:var(--font-grotesk),ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--font-mono:var(--font-plex),ui-monospace,"SF Mono",Menlo,Consolas,monospace;--fs-micro:0.6875rem;--fs-caption:0.75rem;--fs-control:0.8125rem;--fs-body:0.875rem;--fs-title:1.125rem;--fs-display:1.5rem}*{box-sizing:border-box}html{color-scheme:dark}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:var(--fs-body);line-height:1.5}main{max-width:1150px;margin:0 auto;padding:1.5rem 1.5rem 3rem;position:relative}h1{font-family:var(--font-ui);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:var(--fs-body)}h2{font-weight:600;letter-spacing:-.01em;font-size:var(--fs-title)}.label,h3{font-family:var(--font-mono);font-weight:500;font-size:var(--fs-micro);text-transform:uppercase;letter-spacing:.14em;color:var(--muted)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}code{font-family:var(--font-mono);font-size:.85em;background:rgba(255,255,255,.05);padding:.1em .4em;border-radius:4px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem;margin-bottom:.75rem;transition:border-color .14s ease}.panel.interactive:hover{border-color:var(--border-strong)}.row{display:flex;align-items:center;gap:.75rem}.row.spread{justify-content:space-between}input,select,textarea{background:#0a0f14;border:1px solid var(--border);border-radius:7px;color:var(--text);padding:.45rem .65rem;font-family:var(--font-ui);font-size:var(--fs-control);transition:border-color .14s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:rgba(79,224,192,.5)}textarea{width:100%;min-height:5rem;resize:vertical;font-family:var(--font-mono);font-size:var(--fs-control);line-height:1.6}::placeholder{color:#525a65}button{font-family:var(--font-ui);font-size:var(--fs-control);font-weight:500;background:var(--panel-raised);color:var(--accent);border:1px solid rgba(79,224,192,.4);border-radius:7px;padding:.45rem .9rem;cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease}button:hover:not(:disabled){background:var(--accent-dim);border-color:var(--accent)}button.ghost{background:transparent;border-color:var(--border-strong);color:var(--muted)}button.ghost:hover:not(:disabled){color:var(--text);border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.03)}button:disabled{opacity:.4;cursor:default}:focus-visible{outline:1px solid var(--accent);outline-offset:2px}.badge{display:inline-block;font-family:var(--font-mono);padding:.1rem .5rem;border-radius:5px;font-size:var(--fs-micro);font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border-strong);color:var(--muted);vertical-align:middle}.badge.running{color:var(--ok);border-color:rgba(79,224,192,.45);background:rgba(79,224,192,.06)}.badge.pending{color:var(--warn);border-color:rgba(232,179,75,.45);background:rgba(232,179,75,.07)}.badge.crashed,.badge.unknown{color:var(--err);border-style:dashed;border-color:rgba(224,94,94,.55);background:rgba(224,94,94,.06)}.muted{color:var(--muted)}.mono{font-family:var(--font-mono)}.tabs{gap:.25rem}.tab,.tabs{display:flex}.tab{align-items:center;gap:.5rem;font-family:var(--font-ui);font-size:var(--fs-control);font-weight:500;color:var(--muted);padding:.5rem .8rem .6rem;border-bottom:2px solid transparent}.tab:hover{color:var(--text);text-decoration:none}.tab.active{color:var(--text);border-bottom-color:var(--accent)}.tab-sub{font-size:var(--fs-caption);opacity:.85;padding-left:.6rem;gap:.45rem}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(8,11,14,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border);flex-wrap:wrap}.nav,.nav-head{display:flex;align-items:center}.nav-head{order:1;flex:1 1 auto;min-width:0;justify-content:space-between;gap:.75rem;padding:.4rem max(.75rem,env(safe-area-inset-left)) .4rem max(.75rem,env(safe-area-inset-right))}.nav-brand{display:flex;flex-direction:column;line-height:1.1;margin:.3rem 0}.nav-head-actions{display:flex;align-items:center;gap:.4rem}.nav-profile{order:2;padding:.4rem .75rem}.nav-hamburger{padding:.3rem .6rem;font-size:1rem}.nav-links{order:3;flex-basis:100%;display:none;flex-direction:column;gap:.1rem;padding:.25rem .6rem .5rem}.nav-links.open{display:flex}.profile-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;z-index:30}@media (min-width:640px){.nav-hamburger{display:none}.nav-links{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.nav-links .tab{white-space:nowrap;flex:0 0 auto}}@media (min-width:1024px){.nav{position:fixed;left:0;top:0;bottom:0;width:210px;height:100vh;flex-direction:column;flex-wrap:nowrap;border-bottom:none;border-right:1px solid var(--border);overflow-y:auto}.nav,.nav-head{align-items:stretch}.nav-head{order:1;flex:0 0 auto;flex-direction:column;gap:.6rem;padding:1rem .9rem .4rem}.nav-head-actions{justify-content:flex-start;flex-wrap:wrap}.nav-links{order:2;flex-basis:auto;display:flex;flex-direction:column;overflow:visible;padding:.4rem .5rem;gap:.12rem}.nav-links .tab{border-bottom:none;border-radius:6px;padding:.5rem .7rem}.nav-links .tab.active{background:var(--accent-dim);border-bottom:none}.nav-links .tab:hover{background:rgba(255,255,255,.04)}.nav-links .tab-sub{margin-left:.8rem;padding-left:.6rem}.nav-profile{order:3;margin-top:auto;padding:.6rem .75rem;border-top:1px solid var(--border)}.nav-profile .profile-dropdown{top:auto;bottom:calc(100% + 6px);left:0;right:0;min-width:0}main{margin-left:210px}}.skeleton{animation:pulse 1.4s ease-in-out infinite;background:linear-gradient(90deg,var(--panel) 25%,#141b23 50%,var(--panel) 75%);background-size:200% 100%}@keyframes pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.meter{height:5px;border-radius:999px;background:rgba(255,255,255,.05);overflow:hidden;flex:1 1;min-width:120px}.meter>div{height:100%;background:var(--accent);transition:width .4s ease}.meter.warn>div{background:var(--warn)}.meter.over>div{background:var(--err)}pre.log{font-family:var(--font-mono);background:#070a0d;border:1px solid var(--border);border-radius:8px;padding:.8rem 1rem;font-size:var(--fs-caption);line-height:1.6;max-height:300px;overflow:auto;white-space:pre-wrap;color:#9aa5b1}.react-flow__controls{background:var(--panel)!important;border:1px solid var(--border)!important;border-radius:7px;overflow:hidden;box-shadow:none!important}.react-flow__controls button{background:transparent!important;border-bottom:1px solid var(--border)!important}.react-flow__controls button path{fill:var(--muted)!important}.react-flow__attribution{background:transparent!important;opacity:.3}.md>:first-child{margin-top:0}.md>:last-child{margin-bottom:0}.md ol,.md p,.md ul{margin:.4rem 0}.md ol,.md ul{padding-left:1.3rem}.md li{margin:.15rem 0}.md h1,.md h2,.md h3,.md h4{margin:.6rem 0 .3rem;line-height:1.25}.md h1{font-size:var(--fs-title)}.md h2,.md h3,.md h4{font-size:var(--fs-body)}.md a{color:var(--accent)}.md blockquote{margin:.4rem 0;padding-left:.7rem;border-left:2px solid var(--border-strong);color:var(--muted)}.md table{border-collapse:collapse;font-size:var(--fs-caption);margin:.4rem 0;display:block;overflow-x:auto}.md td,.md th{border:1px solid var(--border);padding:3px 8px;text-align:left}.md hr{border:none;border-top:1px solid var(--border);margin:.6rem 0}.bubble{max-width:75%}@media (max-width:640px){.bubble{max-width:90%}}.table-scroll,.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tabs{scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;flex:0 0 auto}@media (max-width:900px){main{padding:1.25rem 1rem 2.5rem}}@media (max-width:640px){main{padding:.85rem .75rem 2rem}.row{flex-wrap:wrap}.row,.row.spread{gap:.5rem}input,select,textarea{max-width:100%;width:100%;font-size:16px}.row>input,.row>textarea{flex:1 1 100%}.panel{padding:.85rem .9rem;border-radius:10px}button{padding:.55rem .85rem}.label,h3{letter-spacing:.1em}main [style*=grid-template-columns]{grid-template-columns:1fr!important}.react-flow-mobile{height:300px!important}}@supports (padding:max(0px)){main{padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right))}}.chat-roster{display:none}@media (min-width:860px){.chat-roster{display:flex}.chat-picker-narrow{display:none}}.wiki-layout{display:flex;gap:1rem;align-items:flex-start}.wiki-nav{width:220px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:1rem}@media (max-width:720px){.wiki-layout{flex-direction:column}.wiki-nav{width:100%;position:static}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_49a339{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_49a339{--font-grotesk:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ef4d5661765d0e49-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d29838c109ef09b4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e40af3453d7c920a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99dcf268bda04fe5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98e207f02528a563-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/73cb51aac9c97f90-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d26bbd13d6b70f89-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/20535187d867b7b9-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5356a6a4f2c8c8d8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/db96af6b531dc71f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono Fallback;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_595324{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.__variable_595324{--font-plex:"IBM Plex Mono","IBM Plex Mono Fallback"}