/* Table Tennis Reflex — game-specific accent. Paddle moves via drag or
   arrow keys, so no bottom action button is needed. */
:root {
  --sm-accent: hsl(4 62% 46%);
  --sm-accent-dark: hsl(4 66% 32%);
}
