html,body{margin:0;height:100%;background:#0b1021;overflow:hidden}
#game-root{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}
canvas{max-width:100%;max-height:100%;touch-action:none}
