:root{--bg:#121212;--panel:#121212;--bar:#121212;--line:#2e2e2e;--text:#d0d0d0;--dim:#8f8f8f;--faint:#4a4a4a;--accent:#3ecf8e;--accent-2:#6ee7b7;--accent-soft:#3ecf8e24;--info:#a1a1a1;--green:#3ecf8e;--red:#f87171;--amber:#f5b94b;--white:#fafafa}*{box-sizing:border-box}html,body{background:var(--bg);height:100%;color:var(--text);margin:0;font-family:JetBrains Mono,ui-monospace,Cascadia Code,Consolas,monospace;font-size:14px;line-height:1.6}body{padding:0;display:flex}.term{background:var(--panel);flex-direction:column;flex:1;min-width:0;max-width:1100px;margin:0 auto;display:flex;position:relative;overflow:hidden}.term-body{white-space:pre-wrap;word-break:break-word;flex:1;padding:18px 22px 40px;overflow-y:auto}.term-body::-webkit-scrollbar{width:8px}.term-body::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}.term-body::selection{background:var(--accent);color:#0b0b0b}.term-body ::selection{background:var(--accent);color:#0b0b0b}.ln{min-height:1.6em;display:block}.ln.in{animation:.18s both ln-in}@keyframes ln-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}.c-dim{color:var(--dim)}.c-faint{color:var(--faint)}.c-accent{color:var(--accent)}.c-blue{color:var(--info)}.c-green{color:var(--green)}.c-red{color:var(--red)}.c-amber{color:var(--amber)}.c-violet{color:var(--accent-2)}.b{font-weight:700}.prompt-user{color:var(--green)}.prompt-path{color:var(--info)}.cursor{vertical-align:text-bottom;background:var(--accent);width:.6em;height:1.15em;margin-left:2px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.cmd{font:inherit;color:var(--accent);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;display:inline}.cmd:hover,.cmd:focus-visible{color:var(--white);background:var(--accent-soft);outline:none}a.cmd{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.metric-name{color:var(--text)}.metric-val{color:var(--white);font-weight:700}.metric-unit{color:var(--dim)}.bar-fill{color:var(--accent)}.bar-empty{color:var(--faint)}.j-key{color:var(--info)}.j-str{color:var(--green)}.j-num{color:var(--white)}.j-bool{color:var(--accent-2)}.j-null{color:var(--dim)}.plots{white-space:normal;grid-template-columns:1fr 1fr;gap:14px;margin:6px 0 10px;display:grid}.plot{padding:4px 0}.plot-title{color:var(--dim);margin-bottom:6px;font-size:12px}.plot canvas{width:100%!important;height:180px!important}.live{white-space:normal;max-width:760px;margin:8px 0 6px}.live-head{color:var(--dim);align-items:center;gap:8px;padding:0 0 6px;font-size:12px;display:flex}.rec{background:var(--red);border-radius:50%;width:8px;height:8px;animation:1s step-end infinite blink}.live.done .rec{background:var(--green);animation:none}.live img{border:1px solid var(--line);background:#0e0e0e;border-radius:8px;width:100%;height:auto;min-height:120px;display:block}.player{white-space:normal;max-width:960px;margin:8px 0 6px}.player-stage{border:1px solid var(--line);border-radius:8px;line-height:0;position:relative;overflow:hidden}.player-stage video{width:100%;height:auto;display:block}.player-stage canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.player-bar{flex-wrap:wrap;align-items:center;gap:6px 14px;padding:8px 0;font-size:12px;display:flex}.player-hud{color:var(--text);margin-left:auto}.holo{white-space:normal;max-width:960px;margin:8px 0 6px}.holo-stage{border:1px solid var(--line);background:radial-gradient(60% 70% at 50% 75%,#3ecf8e12,#0000 70%),#0e0e0e;border-radius:8px;height:360px;position:relative;overflow:hidden}.holo-stage canvas{width:100%;height:100%;position:absolute;inset:0}.holo-legend{color:var(--text);flex-wrap:wrap;gap:6px 18px;padding:8px 0;font-size:12px;display:flex}.holo-legend i{vertical-align:0;background:#a0a0a0;border-radius:50%;width:8px;height:8px;margin-right:7px;display:inline-block}.holo-legend i.g{background:var(--accent);box-shadow:0 0 8px var(--accent)}.holo-legend i.e{background:0 0;border:1px solid #3ecf8e80}.holo-legend .c-dim{margin-left:auto}@media (width<=640px){.holo-stage{height:260px}.holo-legend .c-dim{margin-left:0}}@media (prefers-reduced-motion:reduce){.rec{animation:none}}.drop-hint{border:2px dashed var(--accent);color:var(--accent);pointer-events:none;background:#121212e6;border-radius:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:none;position:absolute;inset:0}.term.dragging .drop-hint{display:flex}@media (width<=720px){body{padding:0}.term{border:0;border-radius:0}.term-body{padding:14px 16px 32px;font-size:12px}.plots{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.ln.in,.cursor{animation:none}}
