/* The film is decoration: result buttons stay immediately usable above it. */
.victoryParadeVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.8;
}
.victoryParadeVideo[hidden] { display: none; }
.victoryOverlay.hasParade .victoryPanel {
  background: linear-gradient(180deg, rgba(25, 32, 24, 0.91), rgba(14, 19, 13, 0.95));
}
@media (prefers-reduced-motion: reduce) {
  .victoryParadeVideo { display: none; }
}
