@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{opacity:.4;transform:scale(.55)}40%{opacity:1;transform:scale(1)}}.sme-chat-panel{animation:.25s cubic-bezier(.34,1.56,.64,1) both slideUp}.sme-chat-msg{animation:.28s cubic-bezier(.34,1.56,.64,1) both popIn}.sme-bubble--user{color:#fff;word-break:break-word;background:#006fe3;border-radius:18px 18px 0;max-width:75%;padding:8px 12px;font-size:.85rem;line-height:1.5;display:inline-block;position:relative}.sme-bubble--user:after{content:"";border-bottom:8px solid #006fe3;border-right:8px solid #0000;width:0;height:0;position:absolute;bottom:0;right:-8px}.sme-bubble--assistant{color:#1a1a1a;word-break:break-word;background:#f3f3f5;border-radius:18px 18px 18px 0;max-width:75%;padding:8px 12px;font-size:.85rem;line-height:1.5;display:inline-block;position:relative}.sme-bubble--assistant:after{content:"";border-bottom:8px solid #f3f3f5;border-left:8px solid #0000;width:0;height:0;position:absolute;bottom:0;left:-8px}.sme-dot{background:#006fe3;border-radius:50%;width:7px;height:7px;margin:0 2px;animation:1.2s ease-in-out infinite dot;display:inline-block}.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:0 0}.sme-chat-msgs::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}
