@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{color:var(--foreground);font-family:Arial,Helvetica,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#888;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#555}#nprogress .bar{background:#00bcd4!important;height:3px!important}