:root{--background:#000;--foreground:#fff}@media (prefers-color-scheme:dark){:root{--background:#000;--foreground:#fff}}html{background:var(--background);max-width:100vw;overflow-x:hidden}body{max-width:100vw;color:var(--foreground);background:var(--background);font-family:var(--font-geist-sans),Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
