@keyframes bounce-dot{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-8px);opacity:1}}.animate-bounce-dot{animation:bounce-dot .6s infinite ease-in-out}@media(prefers-reduced-motion:reduce){.animate-bounce-dot{animation:none;opacity:.8}}
