.wterm{--term-fg: #d4d4d4;--term-bg: #1e1e1e;--term-cursor: #aeafad;--term-color-0: #1e1e1e;--term-color-1: #f44747;--term-color-2: #6a9955;--term-color-3: #d7ba7d;--term-color-4: #569cd6;--term-color-5: #c586c0;--term-color-6: #4ec9b0;--term-color-7: #d4d4d4;--term-color-8: #808080;--term-color-9: #f44747;--term-color-10: #6a9955;--term-color-11: #d7ba7d;--term-color-12: #569cd6;--term-color-13: #c586c0;--term-color-14: #4ec9b0;--term-color-15: #ffffff;--term-font-family: "Menlo", "Consolas", "DejaVu Sans Mono", "Courier New", monospace;--term-font-size: 14px;--term-line-height: 1.2;--term-row-height: 17px;position:relative;background:var(--term-bg);color:var(--term-fg);font-family:var(--term-font-family);font-size:var(--term-font-size);line-height:var(--term-line-height);padding:12px;border-radius:8px;box-shadow:0 8px 32px #0006;outline:none;overflow:hidden}.wterm:focus,.wterm:focus-visible{outline:none}.term-grid{display:block;white-space:pre;contain:layout paint style;will-change:contents}.term-row{display:block;height:var(--term-row-height);contain:content}.term-block{display:inline-block;width:1ch;height:var(--term-row-height);vertical-align:top;overflow:hidden}.term-cursor{outline:1px solid var(--term-cursor);outline-offset:-1px}.wterm.focused .term-cursor{background:var(--term-cursor);color:var(--term-bg);outline:none}.wterm.focused.cursor-blink .term-cursor{animation:cursor-blink 1s step-end infinite}@keyframes cursor-blink{0%,to{background:var(--term-cursor);color:var(--term-bg)}50%{background:transparent;color:inherit}}.wterm.has-scrollback{overflow-y:auto}.wterm ::selection{background:#569cd64d}.wterm.theme-solarized-dark{--term-fg: #839496;--term-bg: #002b36;--term-cursor: #93a1a1;--term-color-0: #073642;--term-color-1: #dc322f;--term-color-2: #859900;--term-color-3: #b58900;--term-color-4: #268bd2;--term-color-5: #d33682;--term-color-6: #2aa198;--term-color-7: #eee8d5;--term-color-8: #586e75;--term-color-9: #cb4b16;--term-color-10: #586e75;--term-color-11: #657b83;--term-color-12: #839496;--term-color-13: #6c71c4;--term-color-14: #93a1a1;--term-color-15: #fdf6e3}.wterm.theme-monokai{--term-fg: #f8f8f2;--term-bg: #272822;--term-cursor: #f8f8f0;--term-color-0: #272822;--term-color-1: #f92672;--term-color-2: #a6e22e;--term-color-3: #f4bf75;--term-color-4: #66d9ef;--term-color-5: #ae81ff;--term-color-6: #a1efe4;--term-color-7: #f8f8f2;--term-color-8: #75715e;--term-color-9: #f92672;--term-color-10: #a6e22e;--term-color-11: #f4bf75;--term-color-12: #66d9ef;--term-color-13: #ae81ff;--term-color-14: #a1efe4;--term-color-15: #f9f8f5}.wterm.theme-light{--term-fg: #383a42;--term-bg: #fafafa;--term-cursor: #526eff;--term-color-0: #383a42;--term-color-1: #e45649;--term-color-2: #50a14f;--term-color-3: #c18401;--term-color-4: #4078f2;--term-color-5: #a626a4;--term-color-6: #0184bc;--term-color-7: #fafafa;--term-color-8: #a0a1a7;--term-color-9: #e45649;--term-color-10: #50a14f;--term-color-11: #c18401;--term-color-12: #4078f2;--term-color-13: #a626a4;--term-color-14: #0184bc;--term-color-15: #ffffff}:root,[data-theme=light]{--bg: #f8f7f4;--bg-soft: #f0efec;--bg-elevated: #ffffff;--text: #181818;--text-muted: #6b6b6b;--accent: #2d6b22;--accent-strong: #215119;--border: #dfdcd6;--focus: rgba(45, 107, 34, .16);--terminal-bg: #0f1011;--terminal-chrome: #171819;--terminal-fg: #eaebe7;--term-cursor: #c4f042;--noise-opacity: .018}[data-theme=dark]{--bg: #0b0b0c;--bg-soft: #121314;--bg-elevated: #161718;--text: #ebebe7;--text-muted: #8a8a86;--accent: #c4f042;--accent-strong: #d3ff5d;--border: #27282a;--focus: rgba(196, 240, 66, .18);--terminal-bg: #090a0b;--terminal-chrome: #141516;--terminal-fg: #eaebe7;--term-cursor: #c4f042;--noise-opacity: .034}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;position:relative}body:before{content:"";position:fixed;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E") repeat;opacity:var(--noise-opacity);pointer-events:none;z-index:9999}a{color:inherit;text-decoration:none}button,input{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.skip-link{position:absolute;left:16px;top:-40px;background:var(--accent);color:var(--bg);padding:8px 12px;border-radius:6px;z-index:10000}.skip-link:focus{top:12px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1280px;margin:0 auto;padding:20px 32px 16px}.topbar-left,.topbar-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.brand-link,.topbar-current{font-family:JetBrains Mono,monospace;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.brand-link{color:var(--accent);font-weight:600}.topbar-current,.topbar-slash,.topbar-right a{color:var(--text-muted)}.topbar-right a:hover{color:var(--text)}.theme-toggle{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.page-shell{max-width:1280px;margin:0 auto;padding:0 32px 56px}.page-intro{display:flex;align-items:end;justify-content:space-between;gap:32px;padding:20px 0 28px;border-bottom:1px solid var(--border)}.eyebrow{margin:0 0 10px;font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.page-intro h1{margin:0;font-size:clamp(36px,6vw,64px);line-height:.96;letter-spacing:-.04em;max-width:10ch}.lede{max-width:58ch;margin:16px 0 0;color:var(--text-muted);font-size:17px}.page-intro-links{display:flex;gap:18px;flex-wrap:wrap;padding-bottom:8px}.page-intro-links a{color:var(--text-muted)}.page-intro-links a:hover{color:var(--text)}.workspace{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,360px);gap:28px;padding-top:28px}.terminal-surface{display:flex;flex-direction:column;min-height:680px;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--terminal-bg);box-shadow:0 16px 40px #0003}.terminal-head{display:flex;align-items:center;gap:16px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06);background:var(--terminal-chrome)}.term-dots{display:flex;gap:6px}.term-dots span{width:11px;height:11px;border-radius:50%;display:inline-block}.term-dots .d1{background:#ff5f57}.term-dots .d2{background:#febc2e}.term-dots .d3{background:#28c840}.terminal-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.terminal-title{color:var(--terminal-fg);font-size:14px;font-weight:600}.terminal-subtitle{color:#eaebe794;font-size:12px}.terminal-status{margin-left:auto;color:var(--accent);font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.terminal-shell{flex:1;min-height:0;padding:16px 20px;border-radius:0;box-shadow:none;background:var(--terminal-bg);--term-bg: var(--terminal-bg);--term-fg: var(--terminal-fg);--term-cursor: var(--term-cursor);--term-selection-bg: rgba(196, 240, 66, .22);--term-color-0: #0f1011;--term-color-1: #f87171;--term-color-2: #4ade80;--term-color-3: #fbbf24;--term-color-4: #60a5fa;--term-color-5: #c084fc;--term-color-6: #38bdf8;--term-color-7: #eaebe7;--term-color-8: #6b7280;--term-color-9: #ef4444;--term-color-10: #22c55e;--term-color-11: #facc15;--term-color-12: #3b82f6;--term-color-13: #a855f7;--term-color-14: #06b6d4;--term-color-15: #ffffff}.terminal-shell .wterm{height:100%}.terminal-foot{display:flex;gap:14px;flex-wrap:wrap;padding:12px 16px;border-top:1px solid rgba(255,255,255,.06);background:var(--terminal-chrome);color:#eaebe78a;font-size:12px}.side-rail{display:flex;flex-direction:column;gap:18px}.rail-section{background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px;padding:18px}.section-kicker{margin-bottom:14px;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.mode-switch{display:inline-flex;gap:8px;margin-bottom:16px}.mode-pill{border:1px solid var(--border);background:transparent;color:var(--text-muted);padding:8px 12px;border-radius:8px;cursor:pointer}.mode-pill.active{border-color:var(--accent);color:var(--text);background:color-mix(in srgb,var(--accent) 12%,transparent)}.session-form{margin:0}.field-block{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field-block label{font-size:13px;color:var(--text-muted)}.field-block input{width:100%;border:1px solid var(--border);background:var(--bg-soft);color:var(--text);border-radius:8px;padding:12px 14px}.field-block input::placeholder{color:color-mix(in srgb,var(--text-muted) 72%,transparent)}.button-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.primary-button,.ghost-button,.command-chip{border-radius:8px;border:1px solid var(--border);cursor:pointer}.primary-button{background:var(--accent);border-color:var(--accent);color:#091007;padding:11px 14px;font-weight:600}.ghost-button{background:transparent;color:var(--text);padding:11px 14px}.session-summary{min-height:48px;color:var(--text-muted);font-size:14px}.session-summary strong{color:var(--text)}.section-note{margin:0;color:var(--text-muted);font-size:13px}.command-list{display:flex;flex-wrap:wrap;gap:10px}.command-chip{padding:9px 12px;background:var(--bg-soft);color:var(--text);font-family:JetBrains Mono,monospace;font-size:12px;text-align:left}.command-chip:hover,.ghost-button:hover,.mode-pill:hover{border-color:var(--accent)}.starter-list{margin:0;padding-left:18px;color:var(--text-muted)}.starter-list li+li{margin-top:8px}svg{display:block}@media(max-width:1180px){.workspace{grid-template-columns:1fr}.side-rail{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media(max-width:720px){.topbar,.page-shell{padding-left:20px;padding-right:20px}.topbar{padding-top:16px}.page-intro{flex-direction:column;align-items:start}.page-intro h1{max-width:none}.terminal-surface{min-height:540px}.terminal-head{align-items:start;flex-wrap:wrap}.terminal-status{margin-left:0}.terminal-foot{flex-direction:column;gap:6px}.side-rail{display:flex}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
