*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;background:#0a0a14;display:flex;align-items:center;justify-content:center;touch-action:none}#gameCanvas{display:block;width:min(100vw,150vh);width:min(100vw,150svh);max-width:900px;height:auto;aspect-ratio:3 / 2;image-rendering:pixelated;cursor:crosshair;touch-action:none;user-select:none;-webkit-user-select:none}@media(orientation:portrait){#gameCanvas{position:fixed;top:50%;left:50%;width:min(100vh,150vw);width:min(100svh,150vw);max-width:none;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center center}}
