/* Gymnastics Pose — game-specific accent + drag-handle styling.
   Chrome (topbar/overlays/buttons) comes from ../_shared/theme.css. */
:root {
  --sm-accent: hsl(325 65% 55%);
  --sm-accent-dark: hsl(325 70% 42%);
}
.sm-actionbtn { background: linear-gradient(135deg, hsl(325 65% 55%), hsl(325 70% 42%)); box-shadow: 0 8px 0 hsl(325 70% 32%), var(--sm-shadow-soft); }
.sm-actionbtn:active, .sm-actionbtn.sm-pressed { box-shadow: 0 2px 0 hsl(325 70% 32%), var(--sm-shadow-soft); }
