*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;background-color:#0f0f23}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a2e}::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b7280}*{scrollbar-width:thin;scrollbar-color:#4b5563 #1a1a2e}.nav-buttons-grid{display:grid;gap:12px;margin-bottom:32px;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.nav-buttons-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.nav-buttons-grid{grid-template-columns:repeat(6,1fr)}}
