.zeuz-chatbot-root--inline{z-index:1;position:absolute}.zeuz-chatbot-root--inline.zeuz-chatbot-root--bottom-right{bottom:var(--zc-bottom,20px);right:var(--zc-right,20px)}.zeuz-chatbot-root--inline.zeuz-chatbot-root--bottom-left{bottom:var(--zc-bottom,20px);left:var(--zc-left,20px)}.zeuz-chatbot-root--inline.zeuz-chatbot-root--top-right{top:var(--zc-top,20px);right:var(--zc-right,20px)}.zeuz-chatbot-root--inline.zeuz-chatbot-root--top-left{top:var(--zc-top,20px);left:var(--zc-left,20px)}.zeuz-chatbot-message--demo{pointer-events:none}.zeuz-chatbot-history-banner.zeuz-chatbot-message--demo{pointer-events:auto}.zeuz-chatbot-root{z-index:2147483000;font-family:var(--zc-font-family);color:var(--zc-text);position:fixed}.zeuz-chatbot-root--bottom-right{bottom:var(--zc-bottom,20px);right:var(--zc-right,20px)}.zeuz-chatbot-root--bottom-left{bottom:var(--zc-bottom,20px);left:var(--zc-left,20px)}.zeuz-chatbot-root--top-right{top:var(--zc-top,20px);right:var(--zc-right,20px)}.zeuz-chatbot-root--top-left{top:var(--zc-top,20px);left:var(--zc-left,20px)}.zeuz-chatbot-launcher{width:var(--zc-launcher-width,60px);height:var(--zc-launcher-height,60px);border:var(--zc-launcher-border-width) solid var(--zc-launcher-border-color);border-radius:var(--zc-launcher-radius);background:var(--zc-launcher-bg);color:var(--zc-launcher-color);opacity:var(--zc-launcher-opacity,1);box-shadow:var(--zc-launcher-shadow);cursor:pointer;font-size:var(--zc-launcher-icon-size);padding:var(--zc-launcher-padding,0px);box-sizing:border-box;justify-content:center;align-items:center;line-height:1;transition:transform .2s,box-shadow .2s;display:inline-flex}.zeuz-chatbot-launcher:hover{transform:translateY(-1px)}.zeuz-chatbot-launcher img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.zeuz-chatbot-launcher-icon,.zeuz-chatbot-close-icon{line-height:1}.zeuz-bot-lottie{pointer-events:none;justify-content:center;align-items:center;display:flex}.zeuz-bot-lottie canvas{width:100%!important;height:100%!important}.zeuz-bot-lottie--launcher{width:90%;height:90%}.zeuz-bot-lottie--header{flex-shrink:0;width:42px;height:42px}.zeuz-chatbot-window{width:var(--zc-window-width);max-width:calc(100vw - 32px);height:var(--zc-window-height);max-height:var(--zc-window-max-height);background:var(--zc-window-bg);border:var(--zc-window-border-width) solid var(--zc-window-border-color);border-radius:var(--zc-window-radius);box-shadow:var(--zc-window-shadow);flex-direction:column;margin-bottom:12px;display:flex;overflow:hidden}.zeuz-chatbot-header{border-bottom:var(--zc-section-divider-width,1px) solid var(--zc-section-divider);background:var(--zc-header-bg);color:var(--zc-header-text);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.zeuz-chatbot-header-info{align-items:center;gap:10px;min-width:0;display:flex}.zeuz-chatbot-header-logo{object-fit:cover;border-radius:10px;flex-shrink:0;width:36px;height:36px}.zeuz-chatbot-header-text strong,.zeuz-chatbot-header-text span{line-height:1.3;display:block}.zeuz-chatbot-header-text strong{font-size:var(--zc-font-size-medium);font-weight:var(--zc-font-weight-bold);color:var(--zc-header-text)}.zeuz-chatbot-header-text span{font-size:var(--zc-font-size-small);color:var(--zc-header-text);opacity:.92}.zeuz-chatbot-close{color:var(--zc-header-text);cursor:pointer;background:0 0;border:none;padding:4px;font-size:18px;line-height:1}.zeuz-chatbot-ai-notice{letter-spacing:.01em;border-bottom:var(--zc-section-divider-width,1px) solid var(--zc-section-divider);align-items:center;gap:8px;line-height:1.35;display:flex}.zeuz-chatbot-ai-notice-dot{opacity:.9;background:currentColor;border-radius:9999px;flex-shrink:0;width:7px;height:7px;animation:2.4s ease-in-out infinite zeuz-ai-notice-pulse;box-shadow:0 0}@keyframes zeuz-ai-notice-pulse{0%{box-shadow:0 0 #6366f159}70%{box-shadow:0 0 0 6px #6366f100}to{box-shadow:0 0 #6366f100}}@media (prefers-reduced-motion:reduce){.zeuz-chatbot-ai-notice-dot{animation:none}}.zeuz-chatbot-consent{flex-direction:column;flex:auto;align-items:flex-start;gap:12px;padding:18px 16px;display:flex;overflow-y:auto}.zeuz-chatbot-consent-text{color:var(--zc-bot-text,#374151);margin:0;font-size:.86rem;line-height:1.5}.zeuz-chatbot-consent-link{color:var(--zc-consent-accept-bg,#6366f1);font-size:.82rem;font-weight:600;text-decoration:underline}.zeuz-chatbot-consent-accept{background:var(--zc-consent-accept-bg,#6366f1);color:#fff;cursor:pointer;border:none;border-radius:10px;align-self:stretch;margin-top:4px;padding:11px 16px;font-size:.9rem;font-weight:600}.zeuz-chatbot-consent-accept:hover{filter:brightness(.95)}.zeuz-chatbot-messages{background:var(--zc-messages-bg);flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.zeuz-chatbot-contact{flex-shrink:0;justify-content:center;padding:2px 12px 8px;animation:.28s ease-out both zeuz-contact-reveal;display:flex;position:relative}@keyframes zeuz-contact-reveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.zeuz-chatbot-contact{animation:none}}.zeuz-chatbot-contact-trigger{border:1px solid var(--zc-contact-chip-border,#6366f13d);background:var(--zc-contact-chip-bg,#6366f11a);max-width:100%;box-shadow:0 1px 3px #0f172a0f, 0 0 var(--zc-contact-glow-size,9px) 1px var(--zc-contact-glow,#6366f166);color:var(--zc-contact-text,#6366f1);font-family:inherit;font-size:var(--zc-contact-size,.78rem);font-style:var(--zc-contact-style,italic);letter-spacing:.01em;text-align:center;cursor:pointer;border-radius:9999px;align-items:center;padding:2px 11px;font-weight:500;line-height:1.25;text-decoration:none;transition:box-shadow .2s,transform .2s,filter .2s;display:inline-flex}.zeuz-chatbot-contact-trigger:hover{filter:brightness(.97);box-shadow:0 4px 10px -4px #0f172a47, 0 0 calc(var(--zc-contact-glow-size,9px) + 3px) 2px var(--zc-contact-glow,#6366f166);transform:translateY(-1px)}@media (prefers-reduced-motion:reduce){.zeuz-chatbot-contact-trigger:hover{transform:none}}.zeuz-chatbot-contact-trigger:focus-visible{outline:2px solid var(--zc-input-focus-border);outline-offset:2px}.zeuz-chatbot-contact-options{z-index:3;border:1px solid var(--zc-section-divider);background:var(--zc-window-bg,#fff);border-radius:16px;flex-direction:row;justify-content:center;gap:10px;padding:10px 12px;display:flex;position:absolute;top:calc(100% - 2px);left:50%;transform:translate(-50%);box-shadow:0 14px 30px -12px #0f172a66}.zeuz-chatbot-contact-option{background:var(--zc-contact-option-bg,#6366f1);width:38px;height:38px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:box-shadow .2s,transform .2s,filter .2s;display:flex}.zeuz-chatbot-contact-option,.zeuz-chatbot-contact-option:hover,.zeuz-chatbot-contact-option:focus,.zeuz-chatbot-contact-option:active{color:var(--zc-contact-option-text,#fff)}.zeuz-chatbot-contact-option:hover{filter:brightness(.94);transform:translateY(-2px);box-shadow:0 6px 14px -8px #0f172a8c}@media (prefers-reduced-motion:reduce){.zeuz-chatbot-contact-option:hover{transform:none}}.zeuz-chatbot-contact-option:focus-visible{outline:2px solid var(--zc-input-focus-border);outline-offset:2px}.zeuz-chatbot-turnstile:not(:empty){justify-content:center;padding:6px 12px;display:flex}.zeuz-chatbot-history-banner{text-align:center;width:100%;font-size:var(--zc-font-size-small);font-weight:var(--zc-font-weight-bold);line-height:var(--zc-line-height);cursor:pointer;color:var(--zc-history-text,#6366f1);background:var(--zc-history-bg,#f9fafb);border:1px solid;border-color:var(--zc-history-border,#d1d5db);border-radius:12px;font-family:inherit;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.zeuz-chatbot-history-banner:hover{background:linear-gradient(135deg, var(--zc-history-hover-from,#6366f1), var(--zc-history-hover-to,#8b5cf6));color:var(--zc-history-hover-text,#fff);border-color:#0000;box-shadow:0 6px 16px #0f172a1f}.zeuz-chatbot-history-banner:focus-visible{outline:2px solid var(--zc-input-focus-border);outline-offset:2px}.zeuz-chatbot-message{max-width:85%;font-size:var(--zc-font-size-small);line-height:var(--zc-line-height);white-space:pre-wrap;word-break:break-word;border-radius:14px;padding:10px 12px}.zeuz-chatbot-message--bot{background:var(--zc-bot-bg);color:var(--zc-bot-text);align-self:flex-start}.zeuz-chatbot-message--user{background:var(--zc-user-bg);color:var(--zc-user-text);align-self:flex-end}.zeuz-chatbot-typing{background:var(--zc-bot-bg);border-radius:14px;align-self:flex-start;align-items:center;gap:4px;padding:10px 12px;display:inline-flex}.zeuz-chatbot-typing-dot{background:var(--zc-bot-text);opacity:.55;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both zeuz-chatbot-typing-bounce}.zeuz-chatbot-typing-dot:first-child{animation-delay:-.32s}.zeuz-chatbot-typing-dot:nth-child(2){animation-delay:-.16s}@keyframes zeuz-chatbot-typing-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.zeuz-chatbot-input-row{border-top:1px solid var(--zc-section-divider);background:var(--zc-input-container-bg);gap:8px;padding:12px;display:flex}.zeuz-chatbot-input{border:1px solid var(--zc-input-border);border-radius:var(--zc-input-radius);background:var(--zc-input-bg);min-width:0;color:var(--zc-input-text);font:inherit;flex:1;padding:10px 12px}.zeuz-chatbot-input::placeholder{color:var(--zc-input-placeholder)}.zeuz-chatbot-input:focus{border-color:var(--zc-input-focus-border);outline:none}.zeuz-chatbot-send{border-radius:var(--zc-send-radius);background:var(--zc-button-bg);color:var(--zc-button-text);cursor:pointer;border:none;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;transition:background .2s,transform .2s;display:inline-flex}.zeuz-chatbot-send:hover{background:var(--zc-button-hover);transform:translateY(-1px)}.zeuz-chatbot-send:disabled{opacity:.6;cursor:not-allowed;transform:none}.zeuz-chatbot-footer{text-align:center;font-size:var(--zc-footer-size);color:var(--zc-footer-color);background:var(--zc-footer-bg);padding:8px 12px 12px}.zeuz-chatbot-footer-logo{vertical-align:middle;object-fit:contain;margin:0 4px;display:inline-block}.zeuz-chatbot-footer-link{text-decoration:none}.zeuz-chatbot-footer-link:hover{text-decoration:underline}.zeuz-chatbot-loading,.zeuz-chatbot-error{padding:0;font-size:14px}.zeuz-chatbot-error{color:#ef4444}.zeuz-chatbot-error--inline{padding:0 12px 8px}.zeuz-chatbot-stack{flex-direction:column;align-items:flex-end;display:flex}.zeuz-chatbot-root--bottom-left .zeuz-chatbot-stack,.zeuz-chatbot-root--top-left .zeuz-chatbot-stack{align-items:flex-start}
/*$vite$:1*/