/* Balance Beam Ninja — game-specific accent + balance-meter styling.
   Chrome (topbar/overlays/buttons) comes from ../_shared/theme.css. */
:root {
  --sm-accent: hsl(187 78% 36%);
  --sm-accent-dark: hsl(187 82% 26%);
}
.sm-actionbtn { background: linear-gradient(135deg, hsl(187 78% 42%), hsl(187 82% 30%)); box-shadow: 0 8px 0 hsl(187 82% 20%), var(--sm-shadow-soft); }
.sm-actionbtn:active, .sm-actionbtn.sm-pressed { box-shadow: 0 2px 0 hsl(187 82% 20%), var(--sm-shadow-soft); }
.sm-actionbtn:disabled { background: hsl(200 15% 75%); }
