/* Only interactive game surfaces: keep forms, dialogs, and page copy selectable. */
#gate-room,
.game-frame-area,
#jump-stage,
#scores,
#opponent,
.game-board,
#selection-hint,
#skill,
#board,
#tray,
#reserve,
.tools,
#peer-window,
#gameArea,
#screen,
#power-rail,
#shot-controls,
#spin-pad {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
