@media (prefers-color-scheme: dark){html{color-scheme:dark}}:root{--fg1: #ffffff;--fg2: #888888;--bg1: #000000;--bg2: #101010;--bg3: #202020;--bg4: #0a0a0a}html,body{position:fixed;max-width:100dvw;overflow:hidden;touch-action:none}body{color:var(--fg1);background:var(--bg1);font-family:Roboto,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;user-select:none;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;-webkit-user-drag:none}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;text-decoration:none;background:transparent;background-image:url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='40' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-repeat:no-repeat;background-position-x:right;background-position-y:center}.btn{min-width:8rem;height:3rem;border:none;background-color:var(--bg2);cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;padding:1rem;gap:1rem}.btn>.icon{margin-left:0}.btn:active{background-color:var(--bg3)}.btn:disabled{color:var(--fg2)}.titleBar{width:100%;height:4rem;min-height:4rem;display:flex;align-items:center;justify-content:center;gap:1rem}.title{font-size:3rem}.titleLink{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.titleLink:active{color:var(--fg2)}
