:root{--background:#050505;--foreground:#ffffff;--yellow:#ffd400;--header-height:82px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{background:var(--background)}body{min-width:320px;overflow-x:hidden;color:var(--foreground);font-family:Arial,Helvetica,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}main{width:100%;overflow:clip}div[id],section[id]{scroll-margin-top:calc(var(--header-height) + 20px)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}img,svg{display:block;max-width:100%}button,input,select,textarea{-webkit-tap-highlight-color:transparent}::selection{background:#ffd400;color:#050505}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#070707}::-webkit-scrollbar-thumb{border:2px solid #070707;border-radius:999px;background:#333333}::-webkit-scrollbar-thumb:hover{background:#ffd400}@media (max-width:900px){:root{--header-height:72px}}@media (max-width:600px){body{padding-bottom:env(safe-area-inset-bottom)}div[id],section[id]{scroll-margin-top:88px}::-webkit-scrollbar{width:5px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}