html{scroll-behavior:smooth}*{-webkit-tap-highlight-color:transparent}:root{--background:#0B0C10;--surface:#1F2833;--surface-hover:#293441;--foreground:#C5C6C7;--foreground-heading:#FFFFFF;--primary:#F2A900;--primary-hover:#FFB81C;--secondary:#66FCF1;--accent:#45A29E;--error:#FF4C4C}body{background-color:var(--background);color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;margin:0;display:flex;flex-direction:column;overflow-x:hidden}@media (max-width:768px){body{padding-top:60px}}h1,h2,h3,h4,h5,h6{color:var(--foreground-heading);margin-top:0}a{color:inherit;text-decoration:none;transition:color .3s ease}*{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--surface-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}