/* RHYTHM RUNNER — most styling (screens, panels, buttons, HUD, chooser, leaderboard,
   logo, nav) is shared from ../play/style.css. Just a few game-specific tweaks. */

#game-canvas { cursor: pointer; touch-action: manipulation; }

/* tap hint that fades in over the canvas on the first round */
#tap-hint {
  position: fixed; left: 50%; bottom: 16%; transform: translateX(-50%);
  color: var(--dim); font-size: 13px; letter-spacing: 2px; z-index: 41;
  pointer-events: none; text-align: center; transition: opacity .4s;
}
