:root{--bg-color: #ffffff;--text-main: #0a0a0a;--text-sec: #666666;--accent: #ccff00;--card-bg: #f4f4f5;--nav-height: 65px;--header-height: 70px;--radius: 12px;--max-width-desktop: 1200px;--dark-bg: #0a0a0a;--dark-text: #ffffff;--dark-gray: #1a1a1a;--dark-accent: #ccff00}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{width:100%;overflow-x:hidden}body{font-family:Inter,sans-serif;background-color:#fff;color:var(--text-main);min-height:100vh;overflow-x:hidden;width:100%}h1,h2,h3{font-family:Space Grotesk,sans-serif;letter-spacing:-.5px}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.app-container{background-color:var(--bg-color);width:100%;min-height:100vh;position:relative;padding-top:var(--header-height);padding-bottom:var(--nav-height)}@media(min-width:1024px){.app-container{padding-bottom:0}}
