.chatbot-header[data-v-948512df]{padding:16px;color:#fff;display:flex;align-items:center;justify-content:space-between}.chatbot-header__info[data-v-948512df]{display:flex;align-items:center;gap:12px}.chatbot-header__avatar[data-v-948512df]{position:relative;width:40px;height:40px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.chatbot-header__avatar img[data-v-948512df]{width:100%;height:100%;object-fit:cover}.chatbot-header__avatar-fallback[data-v-948512df]{width:100%;height:100%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.chatbot-header__avatar.pulse[data-v-948512df]:after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgba(255,255,255,.6);animation:pulse-ring-948512df 1.5s ease-out infinite}@keyframes pulse-ring-948512df{0%{transform:scale(1);opacity:1}to{transform:scale(1.3);opacity:0}}.chatbot-header__text h3[data-v-948512df]{margin:0;font-size:16px;font-weight:600}.chatbot-header__text p[data-v-948512df]{margin:2px 0 0;font-size:12px;opacity:.8}.chatbot-header__status.online[data-v-948512df]:before{content:"●";color:#10b981;margin-right:4px}.chatbot-header__minimize[data-v-948512df]{background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;opacity:.8}.chatbot-header__minimize[data-v-948512df]:hover{opacity:1;background:#ffffff1a}.chatbot-input__form[data-v-6bfc4199]{display:flex;padding:16px;gap:8px}.chatbot-input__field[data-v-6bfc4199]{flex:1;padding:12px 16px;border:1px solid #e5e7eb;border-radius:24px;outline:none;font-size:14px;font-family:inherit;color:#000;resize:none;overflow-y:hidden;field-sizing:content;max-height:120px;min-height:44px;line-height:1.5;transition:height .1s ease}.chatbot-input__field[data-v-6bfc4199]::-webkit-scrollbar{width:4px}.chatbot-input__field[data-v-6bfc4199]::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.chatbot-input__field[data-v-6bfc4199]:focus{border-color:var(--primary-color)}.chatbot-input__field[data-v-6bfc4199]:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.chatbot-input__send[data-v-6bfc4199]{min-width:44px;width:44px;height:44px;align-self:flex-end;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.chatbot-input__send[data-v-6bfc4199]:hover:not(:disabled){transform:scale(1.05)}.chatbot-input__send[data-v-6bfc4199]:disabled{opacity:.5;cursor:not-allowed}.chatbot-input[data-v-fc373cbe]{border-top:1px solid #e5e7eb}.chatbot-input__footer[data-v-fc373cbe]{padding:8px 16px;text-align:center;font-size:11px;color:#9ca3af;border-top:1px solid #f3f4f6}.chatbot-messages[data-v-33eaa87d]{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.chatbot-quick-replies[data-v-33eaa87d]{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:0;padding:12px;background:#f9fafb;border-radius:12px;animation:fadeInUp-33eaa87d .3s ease}@keyframes fadeInUp-33eaa87d{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-quick-reply[data-v-33eaa87d]{padding:8px 16px;border:1px solid;border-radius:20px;background:#fff;cursor:pointer;font-size:14px;transition:all .2s ease}.chatbot-quick-reply[data-v-33eaa87d]:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.chatbot-message--user[data-v-33eaa87d]{align-self:flex-end}.chatbot-message--bot[data-v-33eaa87d]{align-self:flex-start}.chatbot-message__bubble[data-v-33eaa87d]{max-width:85%;padding:12px 16px;border-radius:18px;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.chatbot-message--user .chatbot-message__bubble[data-v-33eaa87d]{color:#fff;border-bottom-right-radius:4px}.chatbot-message--bot .chatbot-message__bubble[data-v-33eaa87d]{color:#374151;border-bottom-left-radius:4px}.chatbot-message__time[data-v-33eaa87d]{font-size:11px;opacity:.7;display:block;margin-top:4px}.chatbot-typing-indicator[data-v-33eaa87d]{display:flex;gap:4px;align-items:center}.chatbot-typing-indicator span[data-v-33eaa87d]{width:8px;height:8px;border-radius:50%;background-color:#9ca3af;animation:typing-33eaa87d 1.5s infinite}.chatbot-typing-indicator span[data-v-33eaa87d]:nth-child(2){animation-delay:.2s}.chatbot-typing-indicator span[data-v-33eaa87d]:nth-child(3){animation-delay:.4s}@keyframes typing-33eaa87d{0%,60%,to{transform:scale(1);opacity:.5}30%{transform:scale(1.2);opacity:1}}@media(max-width:768px){.chatbot-messages[data-v-33eaa87d]{padding-bottom:80px}}.chatbot-toggle[data-v-ab41ca5d]{position:relative;width:60px;height:60px;border-radius:50%;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000026;transition:all .3s ease}.chatbot-toggle[data-v-ab41ca5d]:hover{transform:scale(1.05);box-shadow:0 6px 25px #0003}.chatbot-toggle__badge[data-v-ab41ca5d]{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;border-radius:10px;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 6px}@media(max-width:768px){.chatbot-toggle[data-v-ab41ca5d]{width:56px;height:56px;box-shadow:0 4px 20px #00000040}}.chatbot-widget[data-v-ba6d01c9]{position:fixed;z-index:1000;bottom:20px;right:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chatbot-panel[data-v-ba6d01c9]{position:absolute;bottom:80px;right:0;width:350px;height:500px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;animation:slideUp-ba6d01c9 .3s ease}@keyframes slideUp-ba6d01c9{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.chatbot-widget[data-v-ba6d01c9]{bottom:20px;right:20px;z-index:9999}.chatbot-panel[data-v-ba6d01c9]{position:fixed;bottom:0;right:0;left:0;width:100vw;height:100vh;border-radius:0;max-width:none}}
