/* —— Continuous rose petal shower —— */
.flower-shower-canvas {
  position: fixed;
  inset: 0;
  z-index: 2350;
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
