:root{color-scheme:dark;background:#05070c;font-family:monospace}*{box-sizing:border-box}html,body,#game{width:100%;height:100%;margin:0}body{overflow:hidden}#game{display:grid;place-items:center}canvas{width:100%;height:100%;object-fit:contain;image-rendering:pixelated;cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none}
