@keyframes vote-up-bounce{0%{transform:scale(1)}15%{transform:scale(.75)}40%{transform:scale(1.3)}65%{transform:scale(.95)}85%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes vote-up-ring{0%{transform:translate(-50%,-50%) scale(0);opacity:.6}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}@keyframes vote-up-particles{0%{transform:translate(-50%,-50%) scale(0);opacity:1}50%{opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:0}}.vote-up-animate{animation:vote-up-bounce .45s cubic-bezier(.17,.89,.32,1.49)}.vote-up-ring{width:120%;height:120%;border-radius:50%;border:2px solid hsl(var(--primary)/.5);animation:vote-up-ring .45s ease-out forwards}.vote-up-particles,.vote-up-ring{position:absolute;top:50%;left:50%;pointer-events:none}.vote-up-particles{width:3px;height:3px;animation:vote-up-particles .55s ease-out forwards}.vote-up-particles:after,.vote-up-particles:before{content:"";position:absolute;width:3px;height:3px;border-radius:50%}.vote-up-particles:before{box-shadow:-10px -13px 0 hsl(var(--primary)),11px -10px 0 hsl(var(--primary)/.8),14px 3px 0 hsl(var(--primary)/.6)}.vote-up-particles:after{box-shadow:0 -15px 0 hsl(var(--primary)/.9),-13px 1px 0 hsl(var(--primary)/.7),8px 11px 0 hsl(var(--primary)/.5)}@media (prefers-reduced-motion:reduce){.vote-up-animate{animation:none}.vote-up-particles,.vote-up-ring{display:none}}