@keyframes chatbotPanelIn{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes chatbotBubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes chatbotTypingDot{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chatbot-panel-enter{transform-origin:100% 100%;animation:.22s cubic-bezier(.16,1,.3,1) chatbotPanelIn}.chatbot-bubble-enter{animation:.2s ease-out chatbotBubbleIn}.chatbot-fab-ring:before{content:"";pointer-events:none;z-index:-1;background:0 0;border-radius:50%;animation:2.8s ease-in-out infinite pulseGlow;position:absolute;inset:-4px;box-shadow:0 0 #00e5ff80}.chatbot-typing-dot{background:#7a8ca3;border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite chatbotTypingDot;display:inline-block}.chatbot-typing-dot:nth-child(2){animation-delay:.15s}.chatbot-typing-dot:nth-child(3){animation-delay:.3s}@media (prefers-reduced-motion:reduce){.chatbot-panel-enter,.chatbot-bubble-enter,.chatbot-fab-ring:before,.chatbot-typing-dot{animation:none!important}}
