@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth;color-scheme:light dark}html:not(.dark),html:not(.dark) body{background-color:#fff;color:#1f2937}html.dark,html.dark body{background-color:#111827;color:#f3f4f6}html:not(.dark) ::-webkit-scrollbar{width:8px;height:8px}html:not(.dark) ::-webkit-scrollbar-track{background:#e5e7eb}html:not(.dark) ::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}html:not(.dark) ::-webkit-scrollbar-thumb:hover{background:#9ca3af}html.dark ::-webkit-scrollbar{width:8px;height:8px}html.dark ::-webkit-scrollbar-track{background:#1f2937}html.dark ::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}html.dark ::-webkit-scrollbar-thumb:hover{background:#6b7280}