.confetti {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease;
  max-width: 100vw;
}

.confetti.is-active {
  opacity: 1;
}
