*{box-sizing:border-box;margin:0;padding:0}html,body{touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;overscroll-behavior:none;background:#0a0a1a;width:100%;height:100%;font-family:monospace;transition:background .3s;overflow:hidden}html.light-theme,html.light-theme body{background:#e8e8f0}#game-container{background:#0a0a1a;justify-content:center;align-items:center;width:100%;height:100%;transition:background .3s;display:flex}html.light-theme #game-container{background:#e8e8f0}#gameCanvas{touch-action:none;background:#0a0a1a;border:1px solid #336;border-radius:4px;width:min(100vw,133.333vh);max-width:100vw;height:min(100vh,75vw);max-height:100vh;transition:background .3s,border-color .3s}html.light-theme #gameCanvas{background:#e8e8f0;border-color:#99b}@media (width<=820px){#gameCanvas{border:none;border-radius:0}}@media (height<=620px){#gameCanvas{border:none;border-radius:0}}@media (width<=900px) and (orientation:landscape){#gameCanvas{border:none;border-radius:0}}
