@keyframes likeBurstPop{0%{transform:scale(1)}30%{transform:scale(.8)}60%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes likeBurstRing{0%{opacity:.5;transform:scale(.5)}to{opacity:0;transform:scale(1.8)}}@keyframes likeBurstSpark{0%{opacity:0;transform:translate(0)scale(.3)}25%{opacity:1}to{opacity:0;transform:translate(var(--spark-x), var(--spark-y)) scale(1)}}.like-burst--pop{animation:.45s cubic-bezier(.34,1.56,.64,1) both likeBurstPop}.like-burst-ring{border:2px solid color-mix(in srgb, var(--ds-color-primary) 45%, transparent);pointer-events:none;border-radius:9999px;animation:.5s ease-out both likeBurstRing;position:absolute;inset:0}.like-burst-spark{background-color:var(--ds-color-primary);pointer-events:none;border-radius:9999px;block-size:.25rem;inline-size:.25rem;animation:.5s ease-out both likeBurstSpark;position:absolute;inset-block-start:50%;inset-inline-start:50%}.like-burst-spark:nth-child(2){--spark-x:.75rem;--spark-y:-.75rem;animation-delay:0s}.like-burst-spark:nth-child(3){--spark-x:-.75rem;--spark-y:-.75rem;animation-delay:20ms}.like-burst-spark:nth-child(4){--spark-x:1rem;--spark-y:.3rem;animation-delay:40ms}.like-burst-spark:nth-child(5){--spark-x:-1rem;--spark-y:.3rem;animation-delay:60ms}.like-burst-spark:nth-child(6){--spark-x:0;--spark-y:-1.05rem;animation-delay:80ms}.like-burst-spark:nth-child(7){--spark-x:0;--spark-y:.9rem;animation-delay:.1s}@media (prefers-reduced-motion:reduce){.like-burst--pop,.like-burst-ring,.like-burst-spark{animation:none}.like-burst-ring,.like-burst-spark{display:none}}
