@keyframes confetti-fall{0%{opacity:1;transform:translateY(-100vh)rotate(0)}to{opacity:0;transform:translateY(100vh)rotate(720deg)}}.confetti-piece{z-index:9999;width:10px;height:10px;animation:3s linear forwards confetti-fall;position:fixed;top:-10px}@keyframes success-scale{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes success-glow{0%,to{box-shadow:0 0 #0f00}50%{box-shadow:0 0 20px 5px #00ff004d}}
