@import"https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Anta&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--bg-dark: hsl(336 0% 1%);--bg: hsl(330 0% 4%);--bg-light: hsl(0 0% 9%);--text: hsl(0 0% 95%);--text-muted: hsl(300 0% 69%);--highlight: hsl(330 0% 39%);--border: hsl(0 0% 28%);--border-muted: hsl(300 0% 18%);--primary: hsl(45 48% 59%);--primary-highlight: hsl(45 48% 69%);--secondary: hsl(227 76% 78%);--danger: hsl(9 26% 64%);--warning: hsl(52 19% 57%);--success: hsl(146 17% 59%);--info: hsl(217 28% 65%);--bg-dark: oklch(.1 0 92);--bg: oklch(.15 0 92);--bg-light: oklch(.2 0 92);--text: oklch(.96 0 92);--text-muted: oklch(.76 0 92);--highlight: oklch(.5 0 92);--border: oklch(.4 0 92);--border-muted: oklch(.3 0 92);--primary: oklch(.76 .1 92);--primary-highlight: oklch(.86 .1 92);--secondary: oklch(.76 .1 272);--danger: oklch(.7 .05 30);--warning: oklch(.7 .05 100);--success: oklch(.7 .05 160);--info: oklch(.7 .05 260)}body.light{--bg-dark: hsl(0 0% 90%);--bg: hsl(0 0% 95%);--bg-light: hsl(300 50% 100%);--text: hsl(330 0% 4%);--text-muted: hsl(0 0% 28%);--highlight: hsl(300 50% 100%);--border: hsl(300 0% 50%);--border-muted: hsl(340 0% 62%);--primary: hsl(48 100% 13%);--primary-highlight: hsl(48 100% 23%);--secondary: hsl(229 40% 35%);--danger: hsl(9 21% 41%);--warning: hsl(52 23% 34%);--success: hsl(147 19% 36%);--info: hsl(217 22% 41%);--bg-dark: oklch(.92 0 92);--bg: oklch(.96 0 92);--bg-light: oklch(1 0 92);--text: oklch(.15 0 92);--text-muted: oklch(.4 0 92);--highlight: oklch(1 0 92);--border: oklch(.6 0 92);--border-muted: oklch(.7 0 92);--primary: oklch(.4 .1 92);--primary-highlight: oklch(.5 .1 92);--secondary: oklch(.4 .1 272);--danger: oklch(.5 .05 30);--warning: oklch(.5 .05 100);--success: oklch(.5 .05 160);--info: oklch(.5 .05 260)}body{background:var(--bg-dark);margin:0;font-family:inter,serif}main{padding:.5rem}a{text-decoration:none}summary{list-style:none}summary::-webkit-details-marker{display:none}ul{list-style:none;padding:0}.btn{display:flex;align-items:center;gap:.25rem;background:var(--bg-light);color:var(--text);border:none;font-weight:700;font-size:1rem;cursor:pointer;padding:.5rem;border-radius:.25rem;user-select:none;transition:background-color .2s ease}.btn:hover{background-color:var(--highlight)}.btn-square{padding:.25rem;width:2rem;aspect-ratio:1/1}.btn-ghost{background:none;font-weight:400}.btn-danger{background:var(--danger)}.btn-small{font-size:.875rem}.btn-circle{padding:.25rem;border-radius:50%}.btn-primary{background:var(--primary);color:var(--bg-dark);font-weight:700}.btn-primary:hover{background:var(--primary-highlight)}.btn-translucent{background:#0006}.navbar{position:relative;display:flex;justify-content:space-between;align-items:center;background:var(--bg);padding:.75rem}.navbar a{color:var(--text);text-decoration:none}.navbar-home{display:flex;align-items:center;gap:.5rem;font-size:2rem;cursor:pointer;font-family:anta,serif;font-weight:700}.website-name{display:none}.navbar-right{display:flex;justify-content:space-between;align-items:center;gap:1rem}.navbar-links{display:none;gap:.5rem}.navbar-menu{position:absolute;top:4rem;right:2rem;width:10rem;padding:.5rem;background:var(--bg-light);border-radius:.5rem;z-index:3000}.navbar-menu #navbarMoreOptionsBtn{position:absolute;top:-3.25rem;right:3rem}.profile-photo{border-radius:50%}.navbar .profile-photo{border:.125rem solid var(--bg);transition:border-color .2s ease;cursor:pointer}.navbar .profile-photo:hover{border-color:var(--info)}.navbar-user-menu{position:absolute;top:4rem;right:2rem;width:15rem;padding:.5rem;background:var(--bg-light);border-radius:.5rem;color:var(--text);z-index:3000}.navbar-user-menu .user-details{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:.75rem;overflow-x:auto}.navbar-user-menu ul{border-top:.125rem solid var(--highlight);padding-top:1rem}.user-details .profile-photo{border:none;cursor:auto}.modal{position:relative;background:var(--bg-light);width:20rem;border-radius:.5rem;color:var(--text);border:none;z-index:1000}.modal-close{position:absolute;top:.5rem;right:.5rem}.modal-action{display:flex;justify-content:end}.modal ul li{padding:.25rem;margin-bottom:.5rem;border-radius:.125rem;border-left:.25rem solid var(--info);font-size:.875rem;color:var(--text-muted)}.game-container{display:flex;justify-content:center;user-select:none}.game{margin-top:1rem;color:var(--text-muted);padding:1rem;background:var(--bg);border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.game:hover{background-color:var(--bg-light)}.game h3{color:var(--text)}.game p{line-height:.125rem}.game-thumbnail{width:21rem;aspect-ratio:16/9;border-radius:.5rem}#gameContainer{position:relative;width:100%;height:calc(100vh - 5rem)}#gameCanvas{width:100%;height:100%;border-radius:.25rem}#fullscreenBtns{display:flex;position:absolute;bottom:1rem;right:4rem;z-index:2000;padding:.5rem}#playPauseBtns{display:flex;position:absolute;bottom:1rem;right:1rem;z-index:2000;padding:.5rem}.pause-menu-container{position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%);background:#0000004d;backdrop-filter:blur(.125rem);display:flex;justify-content:center;align-items:center;z-index:900;height:calc(100vh - 5rem)}#pauseMenu{display:flex;justify-content:center;align-content:flex-start;flex-wrap:wrap;padding:1rem .25rem;border-radius:.5rem;background:var(--bg);width:22rem;height:25rem;color:var(--text)}#pauseMenu .top-label{font-weight:700;padding:.5rem;cursor:pointer;font-family:Allerta Stencil,serif;transition:background-color,border-left-color .2s ease;user-select:none}#pauseMenu .top-label:hover{background:var(--bg-light)}#pauseMenu input{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;margin-top:-.375rem}#pauseMenu .top-input{display:none}#pauseMenu .tab{order:1;width:100%;height:calc(100% - 6rem);display:none;color:var(--text-muted);padding:1rem .9rem;overflow:auto}.tab .tab-section{display:flex;justify-content:space-between;align-items:center;overflow-x:auto}.tab h4{margin:.5rem 0}.tab-section-highlight{background:var(--bg-light);padding:.5rem;border-radius:.25rem;margin-bottom:.5rem}.tab ul li{border-left:.25rem solid var(--info);margin-top:.5rem;padding:.125rem .25rem;border-radius:.125rem;font-size:.875rem}.tab .grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.grid div{display:flex;justify-content:space-between}.grid .input{font-family:monospace;font-weight:700}.tab-section-highlight a{text-decoration:none;color:var(--info)}.tab-section-highlight a:hover{text-decoration:underline}.tab-section .selection{display:flex;align-items:center;padding:.25rem;gap:.5rem;background:var(--bg-light);border-radius:1rem}.tab-section .selection-sm{gap:.125rem;padding:.125rem;font-size:.75rem;border-radius:.7rem}.tab-section .user-side{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:700;margin-right:1rem}.tab-section .stats-side{display:flex;justify-content:start}.stats-side .stat{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:.125rem .5rem}.stat h4{font-weight:400;font-size:.875rem;margin:0}.stat p{font-weight:700;margin:0}.tab-section .selection input{display:none}.tab-section input[type=range]{background:none}.tab-section input[type=range]::-webkit-slider-runnable-track{background:var(--highlight);height:.75rem;border-radius:.125rem}.tab-section input[type=range]::-moz-range-track{background:var(--highlight);height:.75rem;border-radius:.125rem}.tab-section input[type=range]::-webkit-slider-thumb{background:var(--text);height:1.5rem;width:1.5rem;border-radius:.125rem;border:.25rem solid var(--highlight)}.tab-section input[type=range]::-moz-range-thumb{background:var(--text);height:1.5rem;width:1.5rem;border-radius:.125rem;border:.25rem solid var(--highlight)}.tab-section .selection label{cursor:pointer;color:var(--text);padding:.25rem;border:.25rem solid var(--bg-light);border-radius:.25rem}.tab-section .selection label:hover{border-left:.5rem solid var(--border-muted);border-right:.5rem solid var(--border-muted)}#resolutionScale0_5x:checked+label{border-left:.5rem solid var(--border);border-right:.5rem solid var(--border)}#resolutionScale1x:checked+label{border-left:.5rem solid var(--border);border-right:.5rem solid var(--border)}#resolutionScale1_5x:checked+label{border-left:.5rem solid var(--border);border-right:.5rem solid var(--border)}#resolutionScale2x:checked+label{border-left:.5rem solid var(--border);border-right:.5rem solid var(--border)}#aaOFF:checked+label{border-left:.5rem solid var(--border);border-right:.5rem solid var(--border)}#aaLOW:checked+label{border-left:.5rem solid var(--border);border-right:.5rem solid var(--border)}#aaMEDIUM:checked+label{border-left:.5rem solid var(--border);border-right:.5rem solid var(--border)}#aaHIGH:checked+label{border-left:.5rem solid var(--border);border-right:.5rem solid var(--border)}#pauseMenu .top-input:checked+label+.tab{display:flex;flex-direction:column;gap:2rem}#pauseMenu .top-input:checked+label{background:var(--highlight)}#pauseMenu .bottom-bar{display:flex;justify-content:space-between;align-items:center;width:100%;order:2}.bottom-bar div{display:flex;gap:1rem}#resetToDefault{cursor:auto;opacity:0;transition:opacity .2s ease}body:has(#graphicsTab:checked) #resetToDefault{cursor:pointer;opacity:1}body:has(#soundTab:checked) #resetToDefault{cursor:pointer;opacity:1}.policy-content{max-width:800px;margin:2rem auto;color:var(--text);line-height:1.6}.policy-content h1{font-family:anta,serif;color:var(--primary);border-bottom:2px solid var(--highlight);padding-bottom:.5rem}.policy-content h2{font-family:Allerta Stencil,serif;font-size:1.25rem;margin-top:2rem;color:var(--secondary)}.policy-content p{color:var(--text-muted)}.data-table{width:100%;border-collapse:collapse;margin:1rem 0;background:var(--bg);border-radius:.5rem;overflow:hidden}.data-table th,.data-table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border-muted)}.data-table th{background:var(--bg-light);color:var(--primary)}@media (min-width: 1024px){.website-name{display:inline}.navbar-links{display:flex}#navbarMoreOptionsBtn{display:none}.navbar-right{gap:3rem}.navbar-menu,.navbar-dropdown{display:none}.navbar-user-menu ul li:nth-child(-n+2){display:none}.modal{width:30rem}.game-container{justify-content:start}.game-thumbnail{width:30rem}#pauseMenu{width:50rem;height:30rem;justify-content:normal}#pauseMenu label{font-size:1.3rem}.tab{font-size:1rem;padding:1rem .45rem;height:calc(100% - 7rem)}.tab-section .selection{gap:2rem}.tab-section input[type=range]{background:none;width:20rem}.tab-section input[type=range]::-webkit-slider-runnable-track{background:var(--highlight);width:20rem;height:.75rem;border-radius:.125rem}.tab-section input[type=range]::-moz-range-track{background:var(--highlight);width:20rem;height:.75rem;border-radius:.125rem}.tab-section .stats-side{justify-content:space-around}.stats-side .stat{flex-direction:row;gap:.25rem}}
