@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:#212529!important;-webkit-font-smoothing:none;-moz-osx-font-smoothing:none;margin:0;padding:0}*,body{font-family:Press Start\ 2P,monospace!important}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.nes-checkbox+span{display:inline-block;vertical-align:middle;margin-left:4px}.nes-checkbox{cursor:pointer}label>.nes-checkbox+span,label[class*=jsx-]>.nes-checkbox+span{display:inline-block;position:relative;width:1.8em;height:1.8em;min-width:24px;min-height:24px;vertical-align:middle;margin-left:6px;background:none;border:4px solid #fff;box-shadow:0 0 0 2px #212529;border-radius:.3em;background-color:#212529;transition:border-color .2s}label>.nes-checkbox:checked+span,label[class*=jsx-]>.nes-checkbox:checked+span{background-color:#212529;border-color:#7fff00}@media (prefers-color-scheme:dark){html{color-scheme:dark}}