:root{--accent:#fff;--bg:#000;--fg:#fff;--text-dim:#ccc;--text-muted:#666;--border:#333;--muted:#111;--success:#fff;--error:#f44}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text-dim);width:100vw;height:100vh;margin:0;font-family:JetBrains Mono,Fira Code,monospace;overflow:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.dashboard-container{width:100vw;height:100vh;display:flex}.sidebar{border-right:1px solid var(--border);background:var(--bg);flex-direction:column;flex-shrink:0;width:260px;display:flex}.main-content{background:var(--bg);flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.header-bar{border-bottom:1px solid var(--border);background:var(--bg);justify-content:space-between;align-items:center;height:56px;padding:0 2rem;display:flex}.stat-item{border-bottom:1px solid var(--border);flex-direction:column;gap:.25rem;padding:1rem;display:flex}.stat-label{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);justify-content:space-between;align-items:center;font-size:9px;display:flex}.stat-value{color:var(--fg);font-size:13px}.message-stream{flex-direction:column;flex:1;gap:2rem;padding:3rem;display:flex;overflow-y:auto}.message{flex-direction:column;gap:.5rem;display:flex}.msg-label{letter-spacing:.15em;color:var(--text-muted);font-size:10px;font-weight:700}.msg-label.user{color:var(--accent)}.msg-content{white-space:pre-wrap;font-size:14px;line-height:1.6}.msg-content.user{color:var(--fg)}.command-footer{border-top:1px solid var(--border);background:var(--bg);padding:2rem}.command-box{border:1px solid var(--border);background:var(--muted);border-radius:8px;align-items:flex-start;gap:1rem;max-width:800px;margin:0 auto;padding:1rem;display:flex}.command-box:focus-within{border-color:#00e5cc66}.command-input{color:var(--fg);resize:none;background:0 0;border:none;outline:none;flex:1;height:24px;font-family:inherit;font-size:14px;line-height:1.5}.pulse{animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.status-dot{border-radius:50%;width:6px;height:6px;display:inline-block}.bg-success{background-color:var(--success)}.text-success{color:var(--success)}.no-scrollbar::-webkit-scrollbar{display:none}
