@keyframes heartBurst{0%{opacity:0;transform:scale(0)rotate(-30deg)}50%{opacity:1;transform:scale(1.5)rotate(10deg)}70%{transform:scale(.9)rotate(-5deg)}85%{transform:scale(1.1)rotate(3deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes particleBurst{0%{opacity:1;transform:translate(0)scale(0)rotate(0)}30%{opacity:1}to{transform:translate(var(--tx),var(--ty))scale(1.5)rotate(360deg);opacity:0}}@keyframes particleBurstSmall{0%{opacity:1;transform:translate(0)scale(0)}50%{opacity:1;transform:translate(calc(var(--tx)*.5),calc(var(--ty)*.5))scale(1)}to{transform:translate(var(--tx),var(--ty))scale(0);opacity:0}}@keyframes circlePulse{0%{opacity:.9;transform:translate(-50%,-50%)scale(0)}50%{opacity:.5}to{opacity:0;transform:translate(-50%,-50%)scale(3)}}@keyframes sparkleShine{0%,to{opacity:0;transform:translate(-50%,-50%)scale(0)rotate(0)}20%{opacity:1}50%{opacity:1;transform:translate(-50%,-50%)scale(1.5)rotate(180deg)}80%{opacity:.5}}@keyframes confettiFloat{0%{opacity:1;transform:translate(0)scale(0)rotate(0)}50%{opacity:1;transform:translate(calc(var(--tx)*.7),calc(var(--ty)*.7))scale(1)rotate(180deg)}to{transform:translate(var(--tx),calc(var(--ty) + 20px))scale(.5)rotate(360deg);opacity:0}}.heart-container{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.heart-icon{z-index:10;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:relative}.heart-icon.burst{animation:.8s cubic-bezier(.68,-.55,.265,1.55) heartBurst}.particles,.particles-small,.sparkle-container,.confetti-container{pointer-events:none;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.particle{background:linear-gradient(135deg,#ff1744 0%,#ff6b9d 100%);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px #ff1744cc}.particle.animating{animation:1s cubic-bezier(.68,-.55,.265,1.55) forwards particleBurst}.particle-small{background:#ff4081;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.particle-small.animating{animation:.8s cubic-bezier(.68,-.55,.265,1.55) forwards particleBurstSmall}.circle-pulse{pointer-events:none;opacity:0;border-radius:50%;width:30px;height:30px;position:absolute;top:50%;left:50%}.pulse-1{border:3px solid #ff1744}.pulse-2{border:2px solid #ff4081}.pulse-3{border:2px solid #ff80ab}.pulse-1.animating{animation:.8s ease-out forwards circlePulse}.pulse-2.animating{animation:.9s ease-out .1s forwards circlePulse}.pulse-3.animating{animation:1s ease-out .15s forwards circlePulse}.sparkle-item{opacity:0;background:linear-gradient(45deg,gold 0%,#ffed4e 100%);border-radius:50%;width:6px;height:6px;position:absolute;box-shadow:0 0 10px #ffd700cc}.sparkle-item:before,.sparkle-item:after{content:"";background:#f59e0b;position:absolute}.sparkle-item:before{width:2px;height:8px;top:-1px;left:2px}.sparkle-item:after{width:8px;height:2px;top:2px;left:-1px}.sparkle-item.animating{animation:.8s ease-out forwards sparkleShine}.confetti-heart{opacity:0;font-size:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.confetti-heart.animating{animation:1.2s cubic-bezier(.68,-.55,.265,1.55) forwards confettiFloat}
