@tailwind base; @tailwind components; @tailwind utilities; body { background-color: #0f172a; /* Dark theme base */ color: white; font-family: 'Inter', system-ui, -apple-system, sans-serif; }