/* Bowling Pin Subtraction — game-specific accent. */
:root {
  --sm-accent: hsl(263 45% 42%);
  --sm-accent-dark: hsl(263 50% 28%);
}
.sm-actionbtn { background: linear-gradient(135deg, hsl(263 55% 50%), hsl(263 58% 36%)); box-shadow: 0 8px 0 hsl(263 58% 26%), var(--sm-shadow-soft); }
.sm-actionbtn:active, .sm-actionbtn.sm-pressed { box-shadow: 0 2px 0 hsl(263 58% 26%), var(--sm-shadow-soft); }
