/* Hammerstein — prefers-reduced-motion (site-wide) */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    animation-delay: 0s !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
    scroll-behavior: auto !important;
  }

  /* Keep reduced-motion sidebar usable: no off-screen trap */
  .chat-page .ch-sidebar {
    transition: none !important;
  }

  /* Static affordances instead of blink/spin */
  .chat-page .ch-cursor {
    animation: none !important;
    opacity: 0.65 !important;
  }

  .wargame-page .wg-spinner {
    animation: none !important;
    border-top-color: hsl(var(--accent)) !important;
    opacity: 0.85 !important;
  }
}
