@keyframes slideUp{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes popIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fabSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dot{0%,80%,to{transform:scale(.55);opacity:.4}40%{transform:scale(1);opacity:1}}.sme-chat-panel{animation:slideUp .25s cubic-bezier(.34,1.56,.64,1) both}.sme-chat-msg{animation:popIn .28s cubic-bezier(.34,1.56,.64,1) both}.sme-bubble--user{position:relative;display:inline-block;background:#006fe3;color:#fff;border-radius:18px 18px 0;padding:8px 12px;max-width:75%;font-size:.85rem;line-height:1.5;word-break:break-word}.sme-bubble--user:after{content:"";position:absolute;bottom:0;right:-8px;width:0;height:0;border-bottom:8px solid #006fe3;border-right:8px solid transparent}.sme-bubble--assistant{position:relative;display:inline-block;background:#f3f3f5;color:#1a1a1a;border-radius:18px 18px 18px 0;padding:8px 12px;max-width:75%;font-size:.85rem;line-height:1.5;word-break:break-word}.sme-bubble--assistant:after{content:"";position:absolute;bottom:0;left:-8px;width:0;height:0;border-bottom:8px solid #f3f3f5;border-left:8px solid transparent}.sme-dot{display:inline-block;width:7px;height:7px;margin:0 2px;border-radius:50%;background:#006fe3;animation:dot 1.2s ease-in-out infinite}.sme-dot:nth-child(2){animation-delay:.2s}.sme-dot:nth-child(3){animation-delay:.4s}.sme-chat-msgs::-webkit-scrollbar{width:4px}.sme-chat-msgs::-webkit-scrollbar-track{background:transparent}.sme-chat-msgs::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}
