/* animations.css — state transitions are inline on each rule; the only @keyframes is the
   spinner used by the "add new" pending prompt (an async addNewCallback in flight). */

@keyframes ms-spin {
  to { transform: rotate(360deg); }
}
