.confetti-container{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:9999}.confetti{position:absolute;top:-40px;will-change:transform,opacity;opacity:0;animation:confetti-enter .4s ease-out forwards,confetti-fall linear infinite,confetti-sway ease-in-out infinite alternate}.confetti.square{border-radius:2px}.confetti.circle{border-radius:50%}.confetti.rect{border-radius:2px}.confetti.triangle{width:0 !important;height:0 !important;background:rgba(0,0,0,0) !important;border-left:7px solid rgba(0,0,0,0);border-right:7px solid rgba(0,0,0,0);border-bottom:12px solid currentColor}.confetti.ribbon{border-radius:2px;background:linear-gradient(180deg, currentColor 0%, currentColor 45%, transparent 45%, transparent 55%, currentColor 55%, currentColor 100%) !important}.confetti.star{background:rgba(0,0,0,0) !important;color:inherit}.confetti.star svg{width:100%;height:100%;display:block;overflow:visible}.confetti.football{border-radius:50%;background:#fff !important;box-shadow:inset 0 0 0 2px #111;overflow:hidden}.confetti.football:before{content:"";position:absolute;inset:28%;background:#111;clip-path:polygon(50% 0%, 95% 35%, 78% 90%, 22% 90%, 5% 35%)}.confetti.trophy{background:linear-gradient(to bottom, #ffd700 0 60%, #ffb300 60% 100%) !important;border-radius:40% 40% 15% 15%}.confetti.diamond{transform:rotate(45deg)}@keyframes confetti-enter{from{opacity:0;transform:scale(0.3)}to{opacity:var(--piece-opacity, 1);transform:scale(1)}}@keyframes confetti-exit{from{opacity:var(--piece-opacity, 1);transform:scale(1)}to{opacity:0;transform:scale(0.4)}}@keyframes confetti-fall{from{top:-40px}to{top:110vh}}@keyframes confetti-sway{from{transform:translateX(calc(-1 * var(--sway, 25px))) rotate(0deg)}to{transform:translateX(var(--sway, 25px)) rotate(360deg)}}@media(prefers-reduced-motion: reduce){.confetti{animation:confetti-enter .3s ease-out forwards !important}}