@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#121212;--foreground:#ffffff;--primary:#f5f5f5;--secondary:#aaaaaa;--accent:#252525;--light:#1e1e1e;--border:#333333}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");body,html{margin:0;padding:0;overflow:hidden;color:var(--foreground);background:var(--background);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease;line-height:1.5}#__next,body,html{width:100%;height:100%}canvas{width:100%!important;height:100%!important}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#444;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#555}img{max-width:100%;height:auto;display:block}