/* Include empty margins and HUD, not just the individual action buttons.
   Preserve pinch zoom for accessibility and recovery while paused. */
html,body,#app,#game,#game *{touch-action:manipulation}
#joystick,#joystick *,#game .actions,#game .actions *,#canvas{touch-action:none}
body.in-match,body.in-match *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
