:root{font-family:Courier New,monospace;line-height:1.5;font-weight:400;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#001,#012);overflow:hidden;width:100%;height:100%}#app{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}#game-container{position:relative;width:100%;height:100%}canvas{display:block;width:100%;height:100%;touch-action:none;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}@media (max-width: 900px){#app{padding:10px}canvas{border:1px solid #00ffff}}body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px;color:#0ff}
