@keyframes chat-bubble-in{0%{opacity:0;transform:translateY(8px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-bubble-in{animation:chat-bubble-in .22s cubic-bezier(.2,0,.2,1) both}@media (prefers-reduced-motion:reduce){.chat-bubble-in{animation:none}}