.chatbot-mode-bubble[data-v-d58e8b8c] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  background: #222;
  border-radius: 30px;
  padding: 6px 10px;
  gap: 8px;
  z-index: 99999999999;
  box-shadow: 0 1px 12px #667eea2e;
}
.bubble-btn[data-v-d58e8b8c] {
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  position: relative;
}
.bubble-btn svg[data-v-d58e8b8c] {
  pointer-events: none;
}
.close-btn[data-v-d58e8b8c] {
  width: 22px;
  height: 22px;
  font-size: 18px;
  line-height: 1;
  opacity: 0.55;
  margin-left: 2px;
}
.close-btn[data-v-d58e8b8c]:hover {
  opacity: 1;
}
.chatbot-mode-bubble-restore[data-v-d58e8b8c] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99999999999;
  box-shadow: 0 1px 12px #667eea2e;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.chatbot-mode-bubble-restore[data-v-d58e8b8c]:hover {
  opacity: 1;
}
.chatbot-widget-button[data-v-c86c2312] {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 1px 4px #667eea66;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 99999999;
  overflow: visible;
}
.chatbot-widget-button[data-v-c86c2312]:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 30px #050a2080;
}
.chatbot-widget-button[data-v-c86c2312]:active {
  transform: scale(0.95);
}
.chatbot-widget-button svg[data-v-c86c2312] {
  color: #fff;
  position: relative;
  z-index: 999999999;
}
.chatbot-widget-button[data-v-c86c2312]:not(.active):not(.speaking):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
  animation: pulse-c86c2312 2s ease-out infinite;
  opacity: 0.7;
}
.chatbot-widget-button[data-v-c86c2312]:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background: #ff4757;
  border-radius: 50%;
  border: 2px solid white;
  display: none;
}
.chatbot-widget-button.has-notification[data-v-c86c2312]:after {
  display: block;
  animation: blink-c86c2312 1s ease-in-out infinite;
}
.speaking-animation[data-v-c86c2312] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
.speaking-animation[data-v-c86c2312]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.1;
  background-image: repeating-radial-gradient(
    circle at 50% 50%,
    transparent 0,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 2px,
    rgba(255, 255, 255, 0.05) 3px,
    transparent 4px
  );
  animation: noiseShift-c86c2312 12s linear infinite;
  transition: all 0.2s ease;
}
.speaking-animation.speaking-active[data-v-c86c2312] {
  opacity: 1;
}
.speaking-animation.speaking-active[data-v-c86c2312]:before {
  opacity: 0.4;
  animation-duration: 2s !important;
  background-image: repeating-radial-gradient(
    circle at 50% 50%,
    transparent 0,
    rgba(255, 255, 255, 0.1) 1px,
    transparent 2px,
    rgba(255, 255, 255, 0.15) 3px,
    transparent 4px
  );
}
.speaking-animation.speaking-active .wave-circle[data-v-c86c2312] {
  animation-name: waveExpandActive-c86c2312 !important;
  animation-duration: 0.8s !important;
  border-width: 2px !important;
}
.speaking-animation.speaking-active .wave-circle.wave-1[data-v-c86c2312] {
  animation-delay: 0s !important;
  border-color: #fff !important;
}
.speaking-animation.speaking-active .wave-circle.wave-2[data-v-c86c2312] {
  animation-delay: 0.15s !important;
  border-color: #fffffff2 !important;
}
.speaking-animation.speaking-active .center-dot[data-v-c86c2312] {
  width: 8px !important;
  height: 8px !important;
  animation: centerPulseActive-c86c2312 0.5s ease-in-out infinite !important;
  box-shadow: 0 0 40px #fff, 0 0 80px #ffffffe6, 0 0 120px #ffffffb3 !important;
  filter: brightness(1.5);
}
.speaking-animation .wave-circle[data-v-c86c2312] {
  position: absolute;
  border: 0.2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transition: all 0.2s ease;
}
.speaking-animation .wave-circle.wave-1[data-v-c86c2312] {
  width: 2px;
  height: 2px;
  animation: waveExpand-c86c2312 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.speaking-animation .wave-circle.wave-2[data-v-c86c2312] {
  width: 24px;
  height: 24px;
  animation: waveExpand-c86c2312 3s cubic-bezier(0.4, 0, 0.2, 1) 0.6s infinite;
}
.speaking-animation .center-dot[data-v-c86c2312] {
  width: 8px;
  height: 8px;
  background: #fffc;
  border-radius: 50%;
  animation: centerPulse-c86c2312 2s ease-in-out infinite;
  box-shadow: 0 0 15px #fff6, 0 0 25px #fff3;
  position: relative;
  z-index: 9999999;
  transition: all 0.2s ease;
}
@keyframes waveExpand-c86c2312 {
  0% {
    width: 12px;
    height: 12px;
    opacity: 0.5;
    border-width: 0.5px;
    box-shadow: 0 0 2px #fff3;
  }
  50% {
    opacity: 0.3;
  }
  to {
    width: 24px;
    height: 24px;
    opacity: 0;
    border-width: 0.5px;
    box-shadow: 0 0 2px #fff0;
  }
}
@keyframes waveExpandActive-c86c2312 {
  0% {
    width: 15px;
    height: 15px;
    opacity: 0.7;
    box-shadow: 0 0 20px #fff, inset 0 0 15px #fffc;
    transform: scale(1);
  }
  30% {
    opacity: 0.5;
    box-shadow: 0 0 40px #ffffffe6, inset 0 0 20px #fff9;
  }
  to {
    width: 45px;
    height: 45px;
    opacity: 0;
    box-shadow: 0 0 60px #fff0, inset 0 0 30px #fff0;
    transform: scale(1.1);
  }
}
@keyframes centerPulse-c86c2312 {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes centerPulseActive-c86c2312 {
  0%,
  to {
    transform: scale(1) rotate(0);
  }
  25% {
    transform: scale(1.3) rotate(90deg);
  }
  50% {
    transform: scale(1.6) rotate(180deg);
  }
  75% {
    transform: scale(1.3) rotate(270deg);
  }
}
@keyframes noiseShift-c86c2312 {
  0% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  to {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes pulse-c86c2312 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  to {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes blink-c86c2312 {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.icon-enter-active[data-v-c86c2312],
.icon-leave-active[data-v-c86c2312] {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.icon-enter-from[data-v-c86c2312],
.icon-leave-to[data-v-c86c2312] {
  opacity: 0;
  transform: scale(0.8);
}
.chatbot-container[data-v-d22c9b7c] {
  position: fixed;
  background: #ffffff1a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 5px 40px #00000029;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 999999998;
}
@media (max-width: 480px) {
  .chatbot-container[data-v-d22c9b7c] {
    width: 90% !important;
    right: 10px !important;
  }
  .chatbot-container.text-mode[data-v-d22c9b7c] {
    height: 70% !important;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .chatbot-container[data-v-d22c9b7c] {
    width: 350px !important;
  }
}
.default-chatbot-content[data-v-d22c9b7c] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #666;
  font-size: 14px;
}
.terms-overlay[data-v-d22c9b7c] {
  position: fixed;
  inset: 0;
  background: #00000059;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999999999;
}
.terms-modal[data-v-d22c9b7c] {
  width: 420px;
  background: #fff;
  border-radius: 12px;
  right: 20px;
  position: fixed;
  bottom: 20px;
  padding: 20px;
  box-shadow: 0 8px 30px #0003;
}
@media (max-width: 480px) {
  .terms-modal[data-v-d22c9b7c] {
    width: 75% !important;
  }
}
.terms-modal h3[data-v-d22c9b7c] {
  margin: 0 0 10px;
}
.terms-body[data-v-d22c9b7c] {
  max-height: 240px;
  overflow: auto;
  color: #333;
  font-size: 14px;
  margin-bottom: 16px;
}
.terms-actions[data-v-d22c9b7c] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.btn[data-v-d22c9b7c] {
  padding: 8px 14px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}
.btn-primary[data-v-d22c9b7c] {
  background: #000;
  color: #fff;
}
.btn-secondary[data-v-d22c9b7c] {
  background: #fff;
  border: 1px solid #ddd;
  color: #222;
}
.chatbot-header[data-v-e23d70ae] {
  background: #ffffff2e;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 20px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 24px #00000014;
  color: #222;
  padding: 20px;
}
.chatbot-header .header-content[data-v-e23d70ae] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chatbot-header .header-left[data-v-e23d70ae] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chatbot-header .header-left .status-line[data-v-e23d70ae] {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.chatbot-header .header-left .agent-dot[data-v-e23d70ae] {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
}
.chatbot-header .header-left .agent-dot.connected[data-v-e23d70ae] {
  background: #4ade80;
  box-shadow: 0 0 8px 2px #4ade80;
  animation: glow-e23d70ae 1.5s infinite alternate;
}
.chatbot-header .header-left .agent-dot.disconnected[data-v-e23d70ae] {
  background: #ef4444;
}
.chatbot-header .header-actions[data-v-e23d70ae] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chatbot-header .action-btn[data-v-e23d70ae] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff3;
  border: none;
  color: #222;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.chatbot-header .action-btn[data-v-e23d70ae]:hover {
  background: #ffffff4d;
  transform: scale(1.05);
}
.chatbot-header .action-btn[data-v-e23d70ae]:active {
  transform: scale(0.95);
}
.chatbot-header .action-btn svg[data-v-e23d70ae] {
  width: 16px;
  height: 16px;
}
.chatbot-header .minimize-btn[data-v-e23d70ae]:hover {
  background: #fbbf2433;
}
.chatbot-header .close-btn[data-v-e23d70ae]:hover {
  background: #ef444433;
  color: #ef4444;
}
.chatbot-header .bot-avatar[data-v-e23d70ae] {
  width: 40px;
  height: 40px;
  background: #fff3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chatbot-header .bot-avatar svg[data-v-e23d70ae] {
  width: 24px;
  height: 24px;
}
.chatbot-header h2[data-v-e23d70ae] {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.chatbot-header .status[data-v-e23d70ae] {
  font-size: 12px;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.chatbot-header .status.listening[data-v-e23d70ae] {
  color: #4ade80;
  animation: pulse-e23d70ae 1.5s infinite;
}
.chatbot-header .status.speaking[data-v-e23d70ae] {
  color: #fbbf24;
  animation: pulse-e23d70ae 1.5s infinite;
}
.chatbot-header .mode-toggle[data-v-e23d70ae] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff3;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.chatbot-header .mode-toggle[data-v-e23d70ae]:hover {
  background: #ffffff4d;
  transform: scale(1.05);
}
.chatbot-header .mode-toggle.voice-active[data-v-e23d70ae] {
  background: #ffffff4d;
}
.chatbot-header .mode-toggle svg[data-v-e23d70ae] {
  width: 20px;
  height: 20px;
}
@keyframes pulse-e23d70ae {
  0%,
  to {
    opacity: 0.9;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes glow-e23d70ae {
  0% {
    box-shadow: 0 0 8px 2px #4ade80;
  }
  to {
    box-shadow: 0 0 12px 4px #4ade80;
  }
}
.welcome-message[data-v-dfce7a72] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #64748b;
}
.welcome-message h3[data-v-dfce7a72] {
  margin: 0 0 8px;
  color: #334155;
  font-size: 18px;
}
.welcome-message p[data-v-dfce7a72] {
  margin: 0;
  font-size: 14px;
}
.message[data-v-af168ef3] {
  margin-bottom: 16px;
  animation: messageSlide-af168ef3 0.3s ease-out;
}
.message .message-content[data-v-af168ef3] {
  display: flex;
  flex-direction: column;
}
.message.user-message .message-content[data-v-af168ef3] {
  align-items: flex-end;
}
.message.bot-message .message-content[data-v-af168ef3] {
  align-items: flex-start;
}
.message .message-bubble[data-v-af168ef3] {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 18px;
  word-wrap: break-word;
  line-height: 1.4;
  font-size: 14px;
}
.message.user-message .message-bubble[data-v-af168ef3] {
  background: linear-gradient(135deg, #14141f, #100c14);
  color: #fff;
  border-bottom-right-radius: 4px;
}
.message.bot-message .message-bubble[data-v-af168ef3] {
  background: #fff;
  color: #1f2937;
  border: 1px solid #e5e7eb;
  border-bottom-left-radius: 4px;
}
.message .message-time[data-v-af168ef3] {
  font-size: 11px;
  color: #212122;
  margin-top: 4px;
  padding: 0 4px;
}
@keyframes messageSlide-af168ef3 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 640px) {
  .message .message-bubble[data-v-af168ef3] {
    max-width: 90%;
  }
}
.messages-container[data-v-3a35f539] {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  background: #f9fafb1a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.messages-container[data-v-3a35f539]::-webkit-scrollbar {
  width: 6px;
}
.messages-container[data-v-3a35f539]::-webkit-scrollbar-track {
  background: transparent;
}
.messages-container[data-v-3a35f539]::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}
.message-enter-active[data-v-3a35f539] {
  transition: all 0.3s ease-out;
}
.message-enter-from[data-v-3a35f539] {
  opacity: 0;
  transform: translateY(10px);
}
.error-message[data-v-3b53834a] {
  background: #fee2e2;
  color: #dc2626;
  padding: 12px;
  font-size: 13px;
  border-top: 1px solid #fecaca;
  animation: slideDown-3b53834a 0.3s ease-out;
}
@keyframes slideDown-3b53834a {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-input-wrapper[data-v-f2ffb535] {
  display: flex;
  gap: 12px;
}
.text-input-wrapper .text-input[data-v-f2ffb535] {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}
.text-input-wrapper .text-input[data-v-f2ffb535]:focus {
  border-color: #7b85af;
  box-shadow: 0 0 0 1px #0c0011;
}
.text-input-wrapper .send-button[data-v-f2ffb535] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14141f, #100c14);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.text-input-wrapper .send-button[data-v-f2ffb535]:hover:not(:disabled) {
  transform: scale(1.05);
  box-shadow: 0 4px 12px #667eea66;
}
.text-input-wrapper .send-button[data-v-f2ffb535]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.text-input-wrapper .send-button svg[data-v-f2ffb535] {
  width: 20px;
  height: 20px;
}
.input-container[data-v-76b4b7af] {
  padding: 20px;
  background: #ffffff1a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid #e5e7eb;
}
.chatbot-container[data-v-4847a283] {
  width: 100%;
  max-width: 480px;
  height: 600px;
  background: #ffffff1a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 20px 60px #0000004d;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp-4847a283 0.4s ease-out;
}
@keyframes slideUp-4847a283 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.chatbot-voice-container[data-v-4847a283] {
  width: 100%;
  max-width: 480px;
  height: 100px;
  border-radius: 16px;
  box-shadow: 0 20px 60px #0000004d;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp-4847a283 0.4s ease-out;
}
.chatbot-voice-container .vad-buttons-container[data-v-4847a283] {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 1rem;
  height: 100%;
}
.chatbot-voice-container .vad-buttons-container .vad-button[data-v-4847a283] {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  border-radius: 20px;
}
.chatbot-voice-container .vad-buttons-container .end-call[data-v-4847a283] {
  background-color: red;
}
.chatbot-voice-container .vad-buttons-container .mute-mic[data-v-4847a283] {
  background-color: #d4d3d3;
}
@media (max-width: 640px) {
  .chatbot-container[data-v-4847a283] {
    height: 100vh;
    max-width: 100%;
    border-radius: 0;
  }
}
