:root{--background:#0a0a0a;--foreground:#fff;--primary:#ff4500;--primary-hover:#e03e00;--surface:#141414;--surface-border:#333;--text-muted:#a0a0a0}body,html{max-width:100vw;width:100%;overflow-x:hidden;background-color:var(--background);color:var(--foreground);font-family:Outfit,sans-serif;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700}p{margin:0;color:var(--text-muted)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}