/* Compatibility names retained for legacy markup; theme.css replaces loops with bounded transitions. */
@keyframes bellshake {
  from, to { transform: none; }
}

@keyframes rightarrow {
  from { transform: translateX(0); }
  to { transform: translateX(-2px); }
}
