.term{border:1px solid var(--border);background:var(--bg);box-shadow:0 0 0 1px color-mix(in srgb, var(--bg) 60%, transparent), 0 30px 80px -20px color-mix(in srgb, var(--accent) 22%, transparent), 0 12px 30px -12px #00000080;border-radius:8px;overflow:hidden}.term-bar{border-bottom:1px solid var(--border);background:var(--surface);color:var(--muted);align-items:center;gap:1.2ch;padding:7px 12px;font-size:12px;display:flex}.term-dots{gap:6px;display:inline-flex}.term-dots i{background:var(--border);border-radius:50%;width:10px;height:10px}.term-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.term-title b{color:var(--fg);font-weight:500}.tag-demo{border:1px solid color-mix(in srgb, var(--waiting) 60%, transparent);color:var(--waiting);white-space:nowrap;border-radius:3px;padding:0 .8ch}.pause{font:inherit;color:var(--muted);border:1px solid var(--border);cursor:pointer;white-space:nowrap;background:0 0;border-radius:3px;padding:0 .8ch}.pause:hover{color:var(--fg);border-color:var(--muted)}.pause .k{color:var(--accent)}.dash{container:dash/inline-size}.d-body{font-variant-numeric:tabular-nums;color:var(--fg);flex-direction:column;gap:14px;padding:14px 16px 12px;font-size:12.5px;line-height:1.5;display:flex}.d-head{color:var(--muted);margin:0 0 -4px}.d-head .brand{color:var(--accent)}.d-head b{color:var(--fg);font-weight:500}.d-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.pnl{border:1px solid var(--border);border-radius:4px;min-width:0;padding:12px 12px 10px;position:relative}.pnl-t{background:var(--bg);color:var(--accent);font:inherit;text-transform:uppercase;letter-spacing:.02em;margin:0;padding:0 .6ch;font-weight:500;position:absolute;top:-.8em;left:10px}.spk-h{gap:1.5ch;margin-top:2px;display:flex}.spk-h b{font-weight:600}.rng{color:var(--muted)}.out-c{color:var(--busy)}.in-c,.cpu-c{color:var(--cpu)}.gpu-c{color:var(--gpu)}.w-c{color:var(--watts)}.hot-c{color:var(--hot)}.cost-c{color:var(--cost)}.idle-c{color:var(--idle)}.warn{color:var(--warn)}.badge-hot{background:var(--hot);color:var(--bg);padding:0 .5ch}.spk{align-items:flex-end;gap:1px;height:62px;margin:2px 0 6px;display:flex}.spk.sm{height:34px}.spk i{background:currentColor;flex:1 1 0;min-width:0;transition:height .9s linear;display:block}.spk.out{color:var(--busy)}.spk.in,.spk.cpu{color:var(--cpu)}.spk.gpu{color:var(--gpu)}.spk.w{color:var(--watts)}.d-axis{margin:-8px 0 -4px}.dim,.muted{color:var(--muted)}.meters{grid-template-columns:9ch 1fr auto;column-gap:1ch;margin:0 0 6px;display:grid}.meters dt{color:var(--fg)}.meters dd{display:contents}.meters dd>.num:first-of-type{text-align:right;min-width:6ch}.meters dd>.num+.num{grid-column:3;display:none}.meters dd{margin:0}.meters .g{align-self:center}.meters dd span.num{white-space:nowrap}.g{border-left:1px solid var(--muted);border-right:1px solid var(--muted);background-image:radial-gradient(circle, var(--track) 1px, transparent 1.2px);background-position:1px 1px;background-size:4px 4px;height:.95em;display:block;position:relative}.g-f{transition:width .9s linear;position:absolute;inset:1px auto 1px 1px}.g-f.busy{background:var(--busy)}.g-f.waiting{background:var(--waiting)}.g-f.hot{background:var(--hot)}.g-f.gpu{background:var(--gpu)}.kv{white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.kv.gap{margin-top:.75em}.kv b{font-weight:600}.tbl-wrap{overflow:hidden}.ss{table-layout:fixed;border-collapse:collapse;white-space:nowrap;width:100%}.ss th{color:var(--muted);text-align:left;text-transform:uppercase;padding:0 .6ch 2px;font-weight:400}.ss td{text-overflow:ellipsis;padding:0 .6ch;overflow:hidden}.ss .num{text-align:right}.ss tr.s-row:first-child td{background:var(--sel)}.ss tr.s-row:first-child td.c-st:before{content:"▸ ";color:var(--accent)}.ss th.c-st{width:13ch}.ss th.c-pid{width:6.5ch}.ss th.c-ag{width:11ch}.ss th.c-model{width:16ch}.ss th.c-ctx{width:15ch}.ss th.c-out{width:7.5ch}.ss th.c-cost,.ss th.c-burn{width:8.5ch}.ss th.c-tl,.ss th.c-sa{width:5.5ch}.ss th.c-cpu,.ss th.c-gpu{width:7ch}.ss th.c-rss{width:6.5ch}.ss td.c-model{color:var(--fg)}.ss .s-row .c-model,.ss .s-row .c-ag{font-weight:500}.ag-codex{color:var(--muted)}.st.busy{color:var(--busy)}.st.waiting{color:var(--waiting)}.st.idle{color:var(--idle)}.st.hot{color:var(--hot)}.st.muted{color:var(--muted)}.s-row .st{font-weight:600}.st.warn{color:var(--warn)}.ind{white-space:pre}.tool{color:var(--accent)}.c-desc .desc{color:var(--muted)}.cwd-short{display:none}.ctx{align-items:center;gap:1ch;display:flex}.ctx-g{flex:1;min-width:0}.ctx-m:empty{display:none}.ctx-m{margin-right:-.5ch}.ctx-n{text-align:right;min-width:4.5ch}.ctx.est .g{border-right-style:dashed}.d-foot p{flex-wrap:wrap;column-gap:1.2ch;margin:0;display:flex}.d-foot b{font-weight:600}.d-foot .sep{color:var(--dim)}@container dash (width>=1080px){.meters{grid-template-columns:9ch 1fr auto auto}.meters dd>.num+.num{text-align:right;grid-column:4;min-width:9ch;display:block}}@container dash (width<=1060px){.ss .c-tl,.ss .c-gpu{display:none}}@container dash (width<=900px){.d-body{font-size:11.5px}.ss .c-pid,.ss .c-sa,.ss .c-model{display:none}.ss th.c-ctx{width:7ch}.ctx-g{display:none}}@container dash (width<=680px){.d-body{padding:14px 10px 10px;font-size:12px}.d-row{display:contents}.p-hw,.p-cm,.d-axis,.d-foot .self,.d-foot .sep,.d-foot .dim,.d-foot .dim{display:none}.p-tok{order:1}.p-ss{order:2}.p-pw{order:3}.d-foot{order:4}.p-tok .spk.in,.p-tok .in-h{display:none}.spk.out{height:40px}.ss .c-ag,.ss .c-ctx,.ss .c-cost,.ss .c-cpu,.ss .c-rss{display:none}.ss th.c-st{width:13ch}.cwd-full{display:none}.cwd-short{display:inline}.ss tr.s-row:first-child td.c-st:before{content:""}.d-foot p{column-gap:2ch}}@media (width<=640px){.term-dots{display:none}}
