*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{background:linear-gradient(135deg,#0a0a12,#0c0820,#0a0a12);display:flex;justify-content:center;align-items:center;min-height:100dvh;overflow:hidden}#game-container{width:100vw;height:100dvh;display:flex;justify-content:center;align-items:center;overflow:hidden;image-rendering:pixelated;image-rendering:crisp-edges;border:2px solid #1a1a2a;box-shadow:0 0 20px #64502826,0 0 60px #64502814,inset 0 0 30px #0000004d;border-radius:4px}canvas{image-rendering:pixelated;image-rendering:crisp-edges;max-width:100%;max-height:100%}
