@keyframes confetti-burst-module__confettiBurst{0%{opacity:1;transform:translate(0) rotate(0) scale(var(--scale, 1))}75%{opacity:1}to{opacity:0;transform:translate(var(--tx),var(--ty)) rotate(var(--rot)) scale(0)}}.confetti-burst-module__origin{position:absolute;top:50%;left:50%;width:0;height:0;pointer-events:none;z-index:var(--z-base);overflow:visible}.confetti-burst-module__piece{position:absolute;width:var(--width, 6px);height:var(--size, 6px);background:var(--color);border-radius:var(--r6);animation:confetti-burst-module__confettiBurst var(--duration, 1s) cubic-bezier(.25,.46,.45,.94) var(--delay, .5s) both}@media(prefers-reduced-motion:reduce){.confetti-burst-module__origin{display:none}}
