.chatbot-float{position:fixed;bottom:28px;right:28px;z-index:9999;width:56px;height:56px;border-radius:50%;border:none;background:#F59E0B;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #f59e0b66;transition:transform .3s ease,box-shadow .3s ease}.chatbot-float:hover{transform:scale(1.08);box-shadow:0 6px 28px #f59e0b80}.chatbot-float.active{background:#1f2440;color:#f0f2ff;border:1px solid #2e3460;box-shadow:0 4px 16px #0006}.chatbot-float.pulse:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid #F59E0B;animation:chatPulse 2s ease-out infinite}@keyframes chatPulse{0%{transform:scale(1);opacity:.8}to{transform:scale(1.6);opacity:0}}.chatbot-float-label{position:fixed;bottom:42px;right:96px;z-index:9999;padding:8px 16px;border:1px solid #2e3460;border-radius:999px;background:#181c2e;color:#f0f2ff;font-size:.85rem;font-weight:600;white-space:nowrap;cursor:pointer;box-shadow:0 4px 16px #00000059;transition:transform .3s ease,box-shadow .3s ease,opacity .25s ease}.chatbot-float-label:hover{transform:scale(1.05);box-shadow:0 6px 24px #f59e0b4d}.chatbot-float-label.collapsed{opacity:0;transform:translate(12px);pointer-events:none}.chatbot-window{position:fixed;bottom:96px;right:28px;z-index:9998;width:380px;max-height:520px;background:#181c2e;border:1px solid #2e3460;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 48px #00000080;animation:chatSlideUp .3s ease}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#1f2440;border-bottom:1px solid #2e3460}.chatbot-header-info{display:flex;align-items:center;gap:12px}.chatbot-header-actions{display:flex;align-items:center;gap:4px}.chatbot-avatar{width:36px;height:36px;border-radius:50%;background:#F59E0B;color:#111;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;overflow:hidden;flex-shrink:0}.chatbot-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chatbot-header-name{font-weight:600;font-size:.9rem;color:#f0f2ff}.chatbot-header-status{font-size:var(--fs-xs);color:#8b93b8}.chatbot-close{background:none;border:none;color:#8b93b8;cursor:pointer;padding:4px;transition:color .2s}.chatbot-close:hover{color:#f0f2ff}.chatbot-close.voice-live{color:#ff6b6b}.chatbot-mic-checking{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;font-size:.8125rem;font-weight:600;background:rgba(245,158,11,.12);color:#b97700;border-bottom:1px solid rgba(0,0,0,.06)}.chatbot-mic-prompt{padding:10px 12px;font-size:.8125rem;background:rgba(245,158,11,.12);color:#b97700;border-bottom:1px solid rgba(0,0,0,.06)}.chatbot-mic-prompt-title{display:flex;align-items:center;gap:6px;font-weight:700;margin-bottom:4px}.chatbot-mic-prompt-sub{font-size:var(--fs-xs);opacity:.9;margin-bottom:8px}.chatbot-mic-select{width:100%;padding:8px 10px;border-radius:10px;border:1px solid rgba(0,0,0,.18);margin-bottom:8px;font-size:.8125rem;background:#fff;color:#222}.chatbot-mic-prompt-actions{display:flex;gap:8px}.chatbot-mic-retry{flex:1;padding:8px 10px;border:none;border-radius:999px;background:#F59E0B;color:#111;font-weight:700;font-size:.8125rem;cursor:pointer}.chatbot-mic-cancel{padding:8px 12px;border:none;border-radius:999px;background:rgba(0,0,0,.06);color:#333;font-weight:600;font-size:.8125rem;cursor:pointer}.chatbot-voice-banner{padding:8px 12px;font-size:.8125rem;font-weight:600;border-bottom:1px solid rgba(0,0,0,.06)}.chatbot-voice-banner.is-connecting{background:rgba(245,158,11,.12);color:#b97700}.chatbot-voice-banner.is-active{background:rgba(46,204,113,.12);color:#1f9d57}.chatbot-voice-status{display:flex;align-items:center;justify-content:center;gap:8px}.chatbot-voice-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;background:#f59e0b}.chatbot-voice-banner.is-active .chatbot-voice-dot{background:#2ecc71;animation:aivaPulse 1.4s infinite}.chatbot-mic-meter-row{margin-top:7px;display:flex;align-items:center;gap:8px}.chatbot-mic-meter-label{display:inline-flex;align-items:center;gap:4px;font-size:var(--fs-xs);opacity:.85;white-space:nowrap}.chatbot-mic-meter{flex:1;height:8px;background:rgba(0,0,0,.12);border-radius:4px;overflow:hidden}.chatbot-mic-meter-fill{height:100%;background:#9aa0a6;transition:width .1s ease}.chatbot-mic-meter-fill.has-signal{background:#2ecc71}.chatbot-mic-warning{margin-top:5px;font-size:var(--fs-xs);font-weight:500;color:#c0392b}.chatbot-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px;min-height:280px;max-height:340px;background:#181c2e}.chatbot-msg{display:flex;gap:8px;align-items:flex-end;animation:msgFadeIn .3s ease}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbot-msg.user{justify-content:flex-end}.chatbot-msg-avatar{width:28px;height:28px;min-width:28px;border-radius:50%;background:#F59E0B;color:#111;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--fs-xs);overflow:hidden}.chatbot-msg-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chatbot-msg-bubble{max-width:75%;padding:10px 14px;border-radius:14px;font-size:.88rem;line-height:1.5;white-space:pre-line}.chatbot-msg.bot .chatbot-msg-bubble{background:#1f2440;border:1px solid #2e3460;color:#f0f2ff;border-bottom-left-radius:4px}.chatbot-msg.user .chatbot-msg-bubble{background:#F59E0B;color:#111;border-bottom-right-radius:4px;font-weight:500}.chatbot-typing{display:flex;gap:4px;align-items:center;padding:12px 16px!important}.chatbot-typing span{width:6px;height:6px;border-radius:50%;background:#8b93b8;animation:typingDot 1.2s ease-in-out infinite}.chatbot-typing span:nth-child(2){animation-delay:.2s}.chatbot-typing span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.chatbot-services{display:flex;flex-wrap:wrap;gap:6px;padding:4px 0 4px 36px;animation:msgFadeIn .3s ease}.chatbot-service-btn{padding:6px 12px;border-radius:20px;border:1px solid #2e3460;background:#1f2440;color:#f0f2ff;font-size:.78rem;cursor:pointer;transition:border-color .2s,background .2s}.chatbot-service-btn:hover{border-color:#f59e0b;background:rgba(245,158,11,.08);color:#f59e0b}.chatbot-restart{display:flex;justify-content:center;padding:8px 0}.chatbot-restart-btn{padding:8px 20px;border-radius:20px;border:1px solid #F59E0B;background:transparent;color:#f59e0b;font-size:.82rem;font-weight:500;cursor:pointer;transition:background .2s}.chatbot-restart-btn:hover{background:rgba(245,158,11,.1)}.chatbot-input-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid #2e3460;background:#1f2440}.chatbot-input-bar input{flex:1;background:#181c2e;border:1px solid #2e3460;border-radius:10px;padding:10px 14px;color:#f0f2ff;font-size:.88rem;outline:none;transition:border-color .2s}.chatbot-input-bar input:focus{border-color:#f59e0b}.chatbot-input-bar input::placeholder{color:#8b93b8}.chatbot-input-bar button{width:38px;height:38px;border-radius:10px;border:none;background:#F59E0B;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.chatbot-input-bar button:hover{opacity:.85}@media (max-width: 480px){.chatbot-window{width:calc(100vw - 24px);right:12px;bottom:88px;max-height:70vh}.chatbot-float{bottom:20px;right:16px}.chatbot-float-label{bottom:34px;right:84px;font-size:.8rem}}@keyframes aivaPulse{0%{box-shadow:0 0 #2ecc718c}70%{box-shadow:0 0 0 7px #2ecc7100}to{box-shadow:0 0 #2ecc7100}}
