@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--bg:#111827;--surface:#1f2937;--border:#374151;--accent:#f97316;--text:#f9fafb;--muted:#9ca3af}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}}