/* verification mode (?fast / ?p) — nothing animates, so a screenshot is the state */
.novfx *,.novfx *::before,.novfx *::after{ transition:none !important; animation:none !important; }
@media (prefers-reduced-motion:reduce){
  .js .rise,.js .rv{ opacity:1; transform:none; filter:none; transition:none; }
  .cue-line::after,.race__hint i{ animation:none; }
}
