:root{--background:#1b1c1f;--foreground:#fff;--primary:#a9ff31;--primary-foreground:#000;--surface:#1e1e1e;--surface-hover:#2a2a2a;--border:#333;--nav-height:60px;--mobile-max-width:480px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-padding-top:90px}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}section[id]{scroll-margin-top:80px}.mobile-wrapper{background-color:var(--background);max-width:var(--mobile-max-width);min-height:100vh;padding-bottom:calc(var(--nav-height) + 20px);margin:0 auto;padding-left:24px;padding-right:24px;position:relative;box-shadow:0 0 20px #00000080}a{color:inherit;text-decoration:none}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.text-primary{color:var(--primary)}.bg-primary{background-color:var(--primary);color:var(--primary-foreground)}.bg-surface{background-color:var(--surface)}.flex-center{justify-content:center;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}h1,h2,h3{letter-spacing:.02em;text-transform:uppercase;font-family:Special Gothic Expanded One,sans-serif;font-style:normal;font-weight:400}button{cursor:pointer;border:none;font-family:inherit}.special-gothic-expanded-one-regular{font-family:Special Gothic Expanded One,sans-serif;font-style:normal;font-weight:400}@media (min-width:768px){:root{--mobile-max-width:600px}}
