.victory-celebration {
  display: block;
  width: 128px;
  height: 89.6px;
  flex: 0 0 auto;
  image-rendering: pixelated;
  pointer-events: none;
}
.victory-celebration[hidden] { display: none !important; }

/* TASK157: the battle canvas keeps its scene, camera and HUD during cleanup/hops. */
#formalUi[data-victory-presentation="in-world"] #resultModal,
#formalUi[data-victory-presentation="in-world"] #modalScrim {
  visibility: hidden;
  pointer-events: none;
}
