/* main.css — Base global styles */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;width:100%;overflow-x:hidden}
body{font-family:"Geist",ui-sans-serif,system-ui,sans-serif;background:#000;color:#fff;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
::selection{background:#fff;color:#000}
img{display:block;max-width:100%}
button{font-family:inherit}
a{color:inherit;text-decoration:none}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:10px}
::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.18)}
#root,#page{position:relative;width:100%;min-height:100vh}
