:root{--term-bg-chrome:#07080c;--term-bg:#0d0e12;--term-titlebar:#181a21;--term-fg:#e6e6df;--term-fg-dim:#9a9a92;--term-fg-faint:#5a5a62;--term-accent:#ff5a3a;--term-accent-soft:rgba(255,90,58,0.12);--term-ok:#5fc6a4;--term-warn:#f1fa8c;--term-err:#ff5555;--term-mute:#6272a4;--term-border:rgba(255,255,255,0.08);--term-shadow:0 30px 80px rgba(0,0,0,0.6);--font-mono:ui-monospace,SFMono-Regular,"JetBrains Mono","IBM Plex Mono",Menlo,"DejaVu Sans Mono",monospace}body,html{background:var(--term-bg-chrome);color:var(--term-fg);overflow-x:clip}.term{min-height:100vh;min-height:100dvh;font-family:var(--font-mono);font-size:14px;line-height:1.55;padding:4vh 4vw 6vh;display:flex;justify-content:center;position:relative;background:radial-gradient(ellipse at center,rgba(255,90,58,.04),transparent 60%),repeating-linear-gradient(to bottom,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 3px),var(--term-bg-chrome)}.term-window{width:100%;max-width:980px;background:var(--term-bg);border:1px solid var(--term-border);border-radius:10px;box-shadow:var(--term-shadow),inset 0 1px 0 rgba(255,255,255,.04);overflow:hidden;display:flex;flex-direction:column;transform:translateZ(0)}.term-titlebar{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--term-titlebar);border-bottom:1px solid var(--term-border);user-select:none}.term-dots{display:inline-flex;gap:7px}.term-dots .dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.18);display:block}.term-dots .dot-close{background:#ff5f57}.term-dots .dot-min{background:#febc2e}.term-dots .dot-max{background:#28c840}.term-title{flex:1;text-align:center;font-size:12px;color:var(--term-fg-dim);letter-spacing:.04em}.term-titlebar-meta{font-size:11px;color:var(--term-fg-faint)}.term-tabs{display:flex;gap:0;background:var(--term-titlebar);border-bottom:1px solid var(--term-border);padding:0 12px;font-size:12px}.term-tab{display:inline-block;padding:7px 12px;color:var(--term-fg-dim);text-decoration:none;border-bottom:2px solid transparent}.term-tab.is-active,.term-tab:hover{color:var(--term-fg)}.term-tab.is-active{border-bottom-color:var(--term-accent)}.term-body{padding:18px 22px 14px;min-height:50vh}.term-pre{margin:0;font-family:var(--font-mono);font-size:14px;line-height:1.55;white-space:pre-wrap;word-break:break-word;color:var(--term-fg)}.term-block+.term-block,.term-pre+.term-pre{margin-top:.95rem}.term-banner{margin:0 0 1rem;font-family:var(--font-mono);font-size:12px;line-height:1.05;color:var(--term-accent);white-space:pre}.term-banner-sub{display:block;margin-top:.4rem;font-size:11px;color:var(--term-fg-dim);letter-spacing:.05em}.t-prompt{color:var(--term-accent)}.t-cmd{color:var(--term-fg)}.term-input-line{display:flex;align-items:center;gap:8px;margin-top:.4rem}.term-input{flex:1;background:transparent;border:0;outline:0;color:var(--term-fg);font:inherit;caret-color:var(--term-accent);caret-shape:block;padding:0}.term-input::placeholder{color:var(--term-fg-faint)}.term-input:focus{outline:0}.t-row-in,.t-row-out{color:var(--term-fg)}.o-ok{color:var(--term-ok)}.o-dim{color:var(--term-fg-dim)}.o-hl{color:var(--term-accent)}.o-warn{color:var(--term-warn)}.o-err{color:var(--term-err)}.o-mute{color:var(--term-mute)}.term-status{display:flex;gap:0;background:var(--term-titlebar);border-top:1px solid var(--term-border);font-size:11px;color:var(--term-fg-dim);letter-spacing:.04em}.term-status .status-seg{padding:6px 12px;border-right:1px solid var(--term-border)}.term-status .status-seg:last-child{border-right:none;margin-left:auto;color:var(--term-fg-faint)}.term-status .status-seg-accent{color:var(--term-accent)}.term-status kbd{background:rgba(255,255,255,.06);border:1px solid var(--term-border);border-radius:3px;padding:0 4px;font-size:10px;color:var(--term-fg);font-family:var(--font-mono)}@media (prefers-reduced-motion:no-preference){.term-banner,.term-block,.term-pre{animation:t-in .28s ease-out backwards}.term-block:first-of-type{animation-delay:0s}.term-block:nth-of-type(2){animation-delay:.1s}.term-block:nth-of-type(3){animation-delay:.18s}.term-block:nth-of-type(4){animation-delay:.24s}.term-block:nth-of-type(5){animation-delay:.3s}.term-block:nth-of-type(6){animation-delay:.36s}.term-block:nth-of-type(7){animation-delay:.42s}.term-block:nth-of-type(8){animation-delay:.48s}.term-block:nth-of-type(9){animation-delay:.54s}}@keyframes t-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.term-input:focus{animation:t-caret 1.05s steps(1) infinite}}@keyframes t-caret{50%{caret-color:transparent}}@media (max-width:767px){.term{padding:2vh .8rem 4vh;font-size:13px}.term-window{border-radius:8px}.term-body{padding:14px 14px 10px}.term-banner{font-size:10px}.term-pre{font-size:13px;line-height:1.5}.term-status .status-seg{padding:5px 8px}.term-tab{padding:6px 10px;font-size:11px}}.term-banner{overflow-x:auto}@media (prefers-reduced-motion:reduce){.term{background:radial-gradient(ellipse at center,rgba(255,90,58,.03),transparent 60%),var(--term-bg-chrome)}.term-input:focus{caret-color:var(--term-accent);animation:none}}.term .skip-link:focus{background:var(--term-accent);color:#0a0a0a}