/* Jump Rope Counting — game-specific accent. Input is via the shared
   .sm-choices answer buttons, so this game has no bottom action button. */
:root {
  --sm-accent: hsl(14 78% 52%);
  --sm-accent-dark: hsl(14 80% 38%);
}
.sm-bottombar { padding-bottom: calc(0.55rem + env(safe-area-inset-bottom)); }
