@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-primary:#05070d;--bg-secondary:#0a0e1a;--accent:#3b82f6}body{background:var(--bg-primary);color:#e2e8f0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#475569}