@keyframes chat-msg-enter-out{0%{opacity:0;transform:translate3d(16px,12px,0) scale(.92)}to{opacity:1;transform:none}}@keyframes chat-msg-enter-in{0%{opacity:0;transform:translate3d(-14px,10px,0) scale(.96)}to{opacity:1;transform:none}}@keyframes chat-msg-enter-notice{0%{opacity:0;transform:translate3d(0,12px,0) scale(.97)}to{opacity:1;transform:none}}@keyframes chat-badge-pop{0%{opacity:0;transform:scale(.35)}70%{opacity:1;transform:scale(1.14)}to{opacity:1;transform:scale(1)}}.chat-msg-enter-out{animation:chat-msg-enter-out .28s cubic-bezier(.32,.72,0,1) both;transform-origin:bottom right}.chat-msg-enter-in{animation:chat-msg-enter-in .3s cubic-bezier(.32,.72,0,1) both;transform-origin:bottom left}.chat-msg-enter-notice{animation:chat-msg-enter-notice .32s cubic-bezier(.32,.72,0,1) both}.chat-badge-pop{animation:chat-badge-pop .34s cubic-bezier(.32,.72,0,1) both}.chat-typing-dots{display:inline-flex;align-items:center;gap:3px}.chat-typing-dots i{display:block;width:5px;height:5px;border-radius:999px;background:currentColor;opacity:.35;animation:chat-typing-dot 1s ease-in-out infinite}.chat-typing-dots i:nth-child(2){animation-delay:.15s}.chat-typing-dots i:nth-child(3){animation-delay:.3s}@keyframes chat-typing-dot{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.chat-badge-pop,.chat-msg-enter-in,.chat-msg-enter-notice,.chat-msg-enter-out,.chat-typing-dots i{animation:none}}