:root{--bg: #0b0e17;--bg-panel: #0e1220;--bg-row: #111726;--bg-row-hover: #161d2e;--border: #1c2336;--border-accent: #243050;--text-primary: #cdd6f4;--text-secondary: #5c6b8a;--text-muted: #2e3a52;--green: #26c281;--green-dim: #26c28120;--red: #e05c6b;--red-dim: #e05c6b20;--yellow: #f5c542;--yellow-dim: #f5c54220;--accent: #4c6ef5;--accent-dim: #4c6ef520;--accent2: #7c8cf8;--font-mono: "JetBrains Mono", monospace;--font-display: "Syne", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{background:var(--bg);color:var(--text-primary);font-family:var(--font-mono);font-size:12px;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-accent);border-radius:2px}button{cursor:pointer;border:none;background:none;font-family:var(--font-mono);color:inherit}input{font-family:var(--font-mono)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes spin{to{transform:rotate(360deg)}}
