:root{--bg: #191a21;--terminal-bg: #282a36;--titlebar-bg: #21222c;--fg: #f8f8f2;--muted: #6272a4;--green: #50fa7b;--red: #ff5555;--yellow: #f1fa8c;--cyan: #8be9fd;--purple: #bd93f9;--heading: #bd93f9;--border: #44475a;--font: "SF Mono", "JetBrains Mono", "Fira Code", "Cascadia Code", Menlo, Consolas, monospace}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:radial-gradient(circle at 50% 0%,#282a36 0%,var(--bg) 65%);color:var(--fg);font-family:var(--font)}.screen{height:100%;display:flex;align-items:center;justify-content:center;padding:24px}.terminal{width:min(900px,100%);height:min(640px,100%);display:flex;flex-direction:column;background:var(--terminal-bg);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 24px 60px #0000008c;cursor:text}.titlebar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--titlebar-bg);border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none}.dot{width:12px;height:12px;border-radius:50%;display:inline-block}.dot-red{background:#f55}.dot-yellow{background:#ffb86c}.dot-green{background:#50fa7b}.title{margin-left:8px;color:var(--muted);font-size:12px}.body{flex:1;overflow-y:auto;padding:16px;font-size:13.5px;line-height:1.5}.line{white-space:pre-wrap;word-break:break-word}.line-input,.line-text{color:var(--fg)}.line-muted{color:var(--muted)}.line-heading{color:var(--heading);font-weight:600}.line-success{color:var(--green)}.line-error{color:var(--red)}.line-warn{color:var(--yellow)}.input-line{display:flex;align-items:center}.prompt{color:var(--green);margin-right:8px;white-space:nowrap}.cmd-input{flex:1;background:transparent;border:none;outline:none;color:var(--fg);font-family:inherit;font-size:inherit;caret-color:var(--green);padding:0}.body::-webkit-scrollbar{width:10px}.body::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}
