/* Light/dark theme switch — 1.25s cross-fade via the View Transitions API.
   Theme toggles flip the dark class inside document.startViewTransition;
   browsers without the API (and reduced-motion users) switch instantly. */
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 1.25s;
}
