*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}#game-container,body,html{width:100%;overflow:hidden;background-color:#1a1a2e}#game-container{height:100vh;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0}#game-canvas{display:block;max-width:100%;max-height:100%;touch-action:none;image-rendering:pixelated;image-rendering:crisp-edges}@media (max-width:768px){#game-container{padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom)}}body{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}