:root{--background:#0a0a0a;--foreground:#ededed;--accent:#5865f2;--muted:#5a5f7a}html{color-scheme:dark}body,html{background:var(--background);color:var(--foreground)}body{font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100vw;overflow-x:hidden}*,body{margin:0;padding:0}*{box-sizing:border-box}a{color:var(--accent);text-decoration:none}button{background:none;border:none;color:inherit;cursor:pointer;font:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.2);border-radius:4px;border:2px solid var(--background)}::-webkit-scrollbar-thumb:hover{background-color:rgba(255,255,255,.3)}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) var(--background)}h1,h2,h3,h4,h5,h6{color:var(--foreground);margin-bottom:.5em;font-weight:600}a,button,li,p,span{line-height:1.5}a:hover{color:var(--accent)}.text-center{text-align:center}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}@media (max-width:600px){body{padding:0 2px}}