@import "https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;700&display=swap";.term-root{--bg:#1e1e1e;--fg:#ccc;--green:#4ec9b0;--blue:#569cd6;--cyan:#9cdcfe;--yellow:#dcdcaa;--red:#f44747;--dim:#858585;--border:#333;background:var(--bg);min-height:100vh;color:var(--fg);cursor:text;flex-direction:column;font-family:Fira Code,Cascadia Code,Consolas,monospace;display:flex;position:relative;overflow:hidden}.term-root.shake{animation:.4s terminal-shake}@keyframes terminal-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(3px)}}.term-scanlines,.term-vignette{display:none}.term-bar{z-index:6;border-bottom:1px solid var(--border);letter-spacing:.02em;background:#252526;justify-content:space-between;align-items:center;padding:8px 14px;font-size:12px;display:flex;position:relative}.term-bar .left{color:var(--dim);align-items:center;gap:8px;display:flex}.term-bar .status-dot{background:#388e3c;border-radius:50%;width:8px;height:8px}.term-bar .clock{color:var(--dim)}.term-body{z-index:3;flex:1;padding:16px 20px;font-size:14px;line-height:1.5;position:relative;overflow-y:auto}.term-line{white-space:pre-wrap;word-break:break-word}.term-line.system{color:var(--dim)}.term-line.echo{color:var(--fg)}.term-line.heading{color:var(--green);font-weight:700}.term-line.dim{color:var(--dim)}.term-line.error{color:var(--red)}.term-line a{color:var(--cyan);text-underline-offset:2px;text-decoration:underline}.term-line a:hover{color:var(--blue)}.term-inputrow{color:var(--fg);align-items:center;gap:8px;display:flex}.term-inputrow .prompt-label{white-space:nowrap;color:var(--green)}.term-inputrow .typed{white-space:pre}.term-cursor{vertical-align:middle;opacity:1;background-color:#0f6;width:8px;height:1.1em;margin-left:2px;animation:.8s infinite blink-cursor;display:inline-block;position:relative;left:-10px}@keyframes blink-cursor{0%,49%{opacity:1}50%,to{opacity:0}}.term-hidden-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.term-body::-webkit-scrollbar{width:10px}.term-body::-webkit-scrollbar-thumb{background:#424242}.term-body::-webkit-scrollbar-track{background:var(--bg)}@media (width<=640px){.term-body{padding:12px;font-size:13px}.term-bar{padding:6px 10px;font-size:11px}}@media (prefers-reduced-motion:reduce){.term-cursor{opacity:1}.term-root.shake{animation:none}}
