html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#102737;color:#dce6ee;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}#game-shell{width:100%;height:100%;display:grid;place-items:center;overflow:hidden;background:#102737}canvas{display:block;width:auto;height:auto;max-width:100%;max-height:100%;aspect-ratio:760/1040;touch-action:none;user-select:none;-webkit-user-select:none;outline:none}@media (min-width:900px) and (max-height:920px){canvas{max-height:calc(100% - 4px);}}