:root{--bg-0:#000;--bg-1:#111;--bg-2:#222;--bg-3:#333;--text-0:#fff;--text-1:#ccc;--text-2:#999;--text-3:#666;--border-0:#444;--border-1:#555;--border-2:#666;--background:var(--bg-0);--foreground:var(--text-0)}html.dark{--bg-0:#000;--bg-1:#111;--bg-2:#222;--bg-3:#333;--text-0:#fff;--text-1:#ccc;--text-2:#999;--text-3:#666;--border-0:#444;--border-1:#555;--border-2:#666;--background:var(--bg-0);--foreground:var(--text-0);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html.light{--bg-0:#fff;--bg-1:#f7f7f7;--bg-2:#efefef;--bg-3:#e6e6e6;--text-0:#000;--text-1:#333;--text-2:#555;--text-3:#666;--border-0:#ddd;--border-1:#ccc;--border-2:#bbb;--background:var(--bg-0);--foreground:var(--text-0);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:var(--text-1);text-decoration:none}
