@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--bg-main: #ffffff;--bg-subtle: #f8fafc;--text-main: #0f172a;--text-muted: #475569;--border-light: #e2e8f0;--accent-blue: #0284c7;--accent-purple: #7c3aed;--accent-indigo: #4f46e5}body{background-color:var(--bg-main);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background:#4f46e526;color:#4f46e5}
