:root{--bg:#0b0d0c;--fg:#c8e6c9;--accent:#4ade80;--dim:#6b8a6f;--muted:#3a4a3d;--link:#7dd3fc;--warn:#facc15;--err:#f87171}[data-theme=amber]{--bg:#0e0a05;--fg:#ffd089;--accent:#ffb454;--dim:#8a6f3a;--muted:#4a3a1d;--link:#fde68a;--warn:#facc15;--err:#f87171}[data-theme=mono]{--bg:#000000;--fg:#e5e5e5;--accent:#ffffff;--dim:#888888;--muted:#444444;--link:#cccccc;--warn:#cccccc;--err:#ffffff}[data-theme=vapor]{--bg:#0b0218;--fg:#ffb3f0;--accent:#00f6ff;--dim:#a371c4;--muted:#4a2a6a;--link:#00f6ff;--warn:#ffe66d;--err:#ff5e7e}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--fg);font-family:ui-monospace,SF Mono,Cascadia Mono,Roboto Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:15px;line-height:1.55;min-height:100vh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{background:repeating-linear-gradient(180deg,rgba(255,255,255,.015) 0,rgba(255,255,255,.015) 1px,transparent 0,transparent 3px);z-index:2}body:after,body:before{content:"";position:fixed;inset:0;pointer-events:none}body:after{background:radial-gradient(ellipse at center,transparent 55%,rgba(0,0,0,.55) 100%);z-index:3}.screen{position:relative;z-index:1;min-height:100vh;padding:24px 20px 96px;max-width:980px;margin:0 auto}.window-bar{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:10px;border-bottom:1px dashed var(--muted);color:var(--dim);font-size:12px}.dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--muted)}.window-bar .title{margin-left:8px;letter-spacing:.04em}.history>div{white-space:pre-wrap;word-break:break-word}.line{color:var(--fg)}.line.dim{color:var(--dim)}.line.warn{color:var(--warn)}.line.err{color:var(--err)}.line.accent{color:var(--accent)}.line.cmd{color:var(--fg)}.line a{color:var(--link);text-decoration:underline;text-underline-offset:3px}.line a:hover{color:var(--accent)}.prompt-line{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin-top:2px}.prompt{color:var(--accent);white-space:pre}.prompt .sep{color:var(--dim)}.prompt .path{color:var(--link)}.input-wrap{flex:1 1;display:inline-flex;align-items:center;position:relative;min-width:0}.input{flex:1 1;background:transparent;border:0;outline:0;color:var(--fg);font:inherit;caret-color:var(--accent);padding:0 0 0 6px;min-width:1ch}.cursor{display:inline-block;width:8px;height:1.05em;background:var(--accent);margin-left:2px;animation:blink 1.05s steps(2,start) infinite;vertical-align:middle}@keyframes blink{to{visibility:hidden}}.banner{color:var(--accent);line-height:1.1;font-size:13px}@media (max-width:560px){.banner{font-size:10px}body,html{font-size:14px}.screen{padding:14px 12px 80px}}::selection{background:var(--accent);color:var(--bg)}