@tailwind base;@tailwind components;@tailwind utilities;html,body{box-sizing:border-box;color:#f8fafc;background-color:#020617;width:100%;max-width:100vw;margin:0;padding:0;overflow-x:hidden}*,:before,:after{box-sizing:border-box}#root{flex-direction:column;width:100%;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#020617}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#334155}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
