:root{--background:#111;--foreground:#eee}::selection{background:#e54d2e}body,html{max-width:100vw;overflow:hidden}body{color:var(--foreground);background:var(--background)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}button{padding:10px 28px;line-height:1;background-color:var(--background);color:var(--foreground);border:1px solid #fff;font-size:26px;font-weight:700;cursor:pointer;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}