@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap";:root{--bg: #292d30;--surface: #0e0e0e;--line: #2b2b2b;--text: #f2f2f2;--muted: #9f9f9f;--accent: #f2cf10}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0}body{overflow:hidden;background:var(--bg);color:var(--text);font-family:JetBrains Mono,monospace}.stage{width:100%;height:100%;display:grid;place-items:center}.terminal{width:min(820px,96vw);height:min(560px,88vh);background:transparent;display:flex;flex-direction:column;animation:boot .5s ease-out both}.terminal-body{flex:1;overflow-y:auto;padding:.95rem}.line{margin:0 0 .42rem;white-space:pre-wrap;line-height:1.5;font-size:.87rem}.line.sys{color:var(--muted)}.line.user{color:var(--accent)}.line.error{color:var(--accent);opacity:.9}.input-row{display:flex;align-items:center;gap:.55rem;margin-top:.3rem}.prompt{color:var(--accent);font-size:.87rem;white-space:nowrap}.input-row input{width:100%;border:0;background:transparent;color:var(--text);font-family:inherit;font-size:.87rem;outline:none}.input-row input::placeholder{color:#6f6f6f}.terminal-body::-webkit-scrollbar{width:10px}.terminal-body::-webkit-scrollbar-track{background:#090909}.terminal-body::-webkit-scrollbar-thumb{background:#2f2f2f;border:2px solid #090909}.terminal-body::-webkit-scrollbar-thumb:hover{background:var(--accent)}::selection{background:var(--accent);color:#101010}@keyframes boot{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:760px){.terminal{height:min(580px,92vh)}.terminal-body{padding:.8rem}.prompt,.line,.input-row input{font-size:.8rem}}
