@keyframes comment-send-fly{0%{transform:translate(0) scale(1);opacity:1}50%{transform:translate(6px,-6px) scale(.9);opacity:.6}80%{transform:translate(12px,-12px) scale(.6);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes comment-send-ring{0%{transform:scale(0);opacity:.5}to{transform:scale(2);opacity:0}}.comment-send-animate{animation:comment-send-fly .5s cubic-bezier(.17,.89,.32,1.49)}.comment-send-ring{position:absolute;inset:-2px;border-radius:9999px;border:1.5px solid hsl(var(--primary)/.4);pointer-events:none;animation:comment-send-ring .4s ease-out forwards}@media (prefers-reduced-motion:reduce){.comment-send-animate{animation:none}.comment-send-ring{display:none}}