html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#0c0a1f;
  -webkit-tap-highlight-color:transparent;
  -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
  /* iOS: kill the long-press "copy / look up / magnifier" callout that pops up
     when you press-and-hold (e.g. hold-to-turbo on the spin button). */
  -webkit-touch-callout:none;
  /* no double-tap / pinch zoom, no rubber-band scroll */
  touch-action:none;overscroll-behavior:none;}
/* Fill the VISIBLE viewport. 100dvh tracks the mobile address-bar show/hide so
   the game is never taller than what's on screen (no top/bottom cut-off). */
#pixi-container{position:fixed;left:0;top:0;width:100vw;height:100vh;height:100dvh;}
#pixi-container canvas{display:block;width:100%;height:100%;
  -webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:none;}
