/* Archery Target Math — game-specific accent. Arrows are multi-select
   .sm-choice-btn toggles; the big bottom button submits the shot. */
:root {
  --sm-accent: hsl(28 55% 32%);
  --sm-accent-dark: hsl(28 60% 20%);
}
.sm-actionbtn { background: linear-gradient(135deg, hsl(28 70% 45%), hsl(28 74% 32%)); box-shadow: 0 8px 0 hsl(28 74% 22%), var(--sm-shadow-soft); }
.sm-actionbtn:active, .sm-actionbtn.sm-pressed { box-shadow: 0 2px 0 hsl(28 74% 22%), var(--sm-shadow-soft); }
