:root{--background:#101010;--onBackgroundContainer:#1c1c1c;--onBackgroundContainerText:#777;--defaultTextColor:#fff;--onGreenText:#1c1c1c;--blue:#5e52e4;--pink:#ff007f;--green:#50c878;--gold:#d4af37}@media (prefers-color-scheme:dark){html{color-scheme:dark}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--background);font-family:Inter,sans-serif;color:var(--defaultTextColor)}a{color:inherit;text-decoration:none}