@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-primary: #0a0a0a;--bg-secondary: #111;--bg-tertiary: #1a1a1a;--text-primary: #e0e0e0;--text-secondary: #999;--text-muted: #666;--accent-green: #00ff41;--accent-orange: #ff6b35;--accent-cyan: #00d4ff}*{box-sizing:border-box}body{font-family:JetBrains Mono,Fira Code,monospace;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--accent-green);color:var(--bg-primary)}.glow-green{box-shadow:0 0 10px #00ff414d}.glow-orange{box-shadow:0 0 10px #ff6b354d}.scanlines:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(transparent 50%,#00000006 50%);background-size:100% 4px;pointer-events:none;z-index:1000}
