@tailwind base; @tailwind components; @tailwind utilities; body { background: #0a0a0f; color: #e4e4e7; } ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-track { background: transparent; } ::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; } select option { background: #1a1a2e; color: #e4e4e7; }