@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";
@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pulse-dot{0%,to{opacity:.4}50%{opacity:1}}@keyframes bounce-button{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes mw-siri-pulse{0%{box-shadow:0 0 #2563ebb3,0 0 #2563eb80}50%{box-shadow:0 0 0 10px #2563eb00,0 0 0 20px #2563eb00}to{box-shadow:0 0 0 20px #2563eb00,0 0 0 30px #2563eb00}}@keyframes mw-orb-glow{0%,to{background:radial-gradient(circle at 30% 30%,#fffc,#2563eb);box-shadow:inset -2px -2px 5px #0003,inset 2px 2px 5px #ffffff4d,0 10px 25px #2563eb66}50%{background:radial-gradient(circle at 30% 30%,#ffffffe6,#3b82f6);box-shadow:inset -2px -2px 5px #00000026,inset 2px 2px 5px #fff6,0 15px 35px #2563eb99}}.mw-launcher{--mw-launcher-bg:#f5c842;--mw-launcher-open-bg:#1b3c7a;--mw-launcher-bubble:#1b3c7a;--mw-launcher-dot:#f5c842;--mw-launcher-close:#f5c842;--mw-launcher-cta-bg:#fff;--mw-launcher-cta-text:#0f172a;cursor:pointer;z-index:9999;-webkit-user-select:none;user-select:none;appearance:none;background:0 0;border:none;outline:none;align-items:center;gap:12px;padding:0;transition:transform .2s;display:flex;position:fixed;bottom:20px;right:20px}.mw-launcher:hover{transform:scale(1.08)}.mw-launcher.open{gap:0}.mw-launcher:active{transform:scale(.96)}.mw-launcher-cta{background:var(--mw-launcher-cta-bg);color:var(--mw-launcher-cta-text);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:center;min-width:0;max-width:190px;padding:12px 16px;font-size:13px;font-weight:700;line-height:1;transition:max-width .24s,opacity .24s,padding .24s,transform .24s;display:inline-flex;overflow:hidden;box-shadow:0 12px 30px #0f172a29}.mw-launcher.open .mw-launcher-cta{opacity:0;max-width:0;padding-left:0;padding-right:0;transform:translate(10px)}.mw-launcher-core{background:var(--mw-launcher-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:background .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 16px #0000002e}.mw-launcher:hover .mw-launcher-core{background:color-mix(in srgb,var(--mw-launcher-bg)88%,#000 12%)}.mw-launcher.open .mw-launcher-core{background:var(--mw-launcher-open-bg)}.mw-launcher.open:hover .mw-launcher-core{background:color-mix(in srgb,var(--mw-launcher-open-bg)88%,#000 12%)}@supports not (background:color-mix(in srgb, red, blue)){.mw-launcher:hover .mw-launcher-core,.mw-launcher.open:hover .mw-launcher-core{filter:brightness(.92)}}.mw-launcher:focus-visible .mw-launcher-core{box-shadow:0 4px 16px #0000002e,0 0 0 3px color-mix(in srgb,var(--mw-launcher-bg)55%,transparent)}.mw-launcher:not(.open) .mw-launcher-core:before{content:"";border:3px solid var(--mw-launcher-bg);opacity:0;pointer-events:none;border-radius:50%;animation:1.8s ease-out infinite mw-launcher-ring;position:absolute;inset:-6px}@keyframes mw-launcher-ring{0%{opacity:.7;transform:scale(.9)}to{opacity:0;transform:scale(1.4)}}@media (prefers-reduced-motion:reduce){.mw-launcher:not(.open) .mw-launcher-core:before{opacity:0;animation:none}}.mw-launcher-chat-icon,.mw-launcher-close-icon{pointer-events:none;transition:opacity .24s,transform .24s;position:absolute}.mw-launcher-chat-icon{opacity:1;transform:scale(1)}.mw-launcher-close-icon{opacity:0;transform:scale(.75)rotate(-90deg)}.mw-launcher.open .mw-launcher-chat-icon{opacity:0;transform:scale(.72)}.mw-launcher.open .mw-launcher-close-icon{opacity:1;transform:scale(1)rotate(0)}.mw-online-dot{pointer-events:none;z-index:1;background:#1d9e75;border:2.5px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;bottom:3px;right:3px}.mw-close-icon{fill:#fff;opacity:0;pointer-events:none;z-index:10;width:24px;height:24px;transition:opacity .3s;position:absolute}.mw-launcher.open .mw-close-icon{opacity:1}.chat-window-container{z-index:999;background:#fff;border-radius:24px;flex-direction:column;width:400px;height:78%;max-height:680px;animation:.4s cubic-bezier(.34,1.56,.64,1) slide-up;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden;box-shadow:0 10px 40px #00000026}.chat-window-container.compact-intro{height:auto}.compact-intro-status{color:#64748b;align-items:center;gap:8px;padding:12px 16px 0;font-size:11px;line-height:1.2;display:flex}.compact-intro-status-dot{background:#22c55e;border-radius:999px;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 4px #22c55e1f}.compact-intro-status-name{color:#0f172a;font-weight:700}.compact-intro-status-separator{color:#cbd5e1}.compact-intro-status-text{font-weight:600}.chat-window-container.compact-intro .messages-area{flex:0 auto;gap:8px;min-height:0;max-height:240px;padding:10px 16px 8px}.chat-window-container.compact-intro .empty-state{justify-content:flex-start;min-height:0;padding:4px 0}.chat-window-container.compact-intro .empty-message{text-align:left}.chat-window-container.compact-intro .chat-footer-section{display:none}.chat-window-container.compact-intro .message-bot{align-self:stretch;max-width:100%}.chat-window-container.compact-intro .chat-message{border-radius:10px;padding:11px 14px}.chat-window-container.compact-intro .input-section{padding:10px 16px 14px}.choice-panel-section{background:#fff;border-top:1px solid #e5e7eb;flex-direction:column;gap:10px;padding:10px 16px 14px;display:flex}.choice-search-input{color:#0f172a;background:#f8fafc;border:1px solid #d7dee7;border-radius:10px;width:100%;padding:10px 12px;font-size:13px;line-height:1.3;transition:border-color .2s,box-shadow .2s,background-color .2s}.choice-search-input::placeholder{color:#94a3b8}.choice-search-input:focus{background:#fff;border-color:#93c5fd;outline:none;box-shadow:0 0 0 3px #3b82f61f}.choice-search-input:disabled{cursor:not-allowed;opacity:.72}.choice-chip-scroll{flex-wrap:wrap;align-content:flex-start;gap:8px;max-height:110px;padding-right:4px;display:flex;overflow-y:auto}.choice-chip-scroll::-webkit-scrollbar{width:6px}.choice-chip-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.choice-chip{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:600;line-height:1.2;transition:border-color .2s,background-color .2s,transform .2s,box-shadow .2s}.choice-chip:hover{background:#eff6ff;border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 4px 14px #2563eb1f}.choice-chip:disabled{cursor:not-allowed;opacity:.62;box-shadow:none;transform:none}.choice-chip-empty{color:#64748b;margin:0;padding:8px 2px 0;font-size:12px;line-height:1.4}.compact-intro-choice-panel{padding-top:8px}.chat-header-section{color:#fff;border-top-left-radius:inherit;border-top-right-radius:inherit;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);border-bottom:1px solid #2563eb1a;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.header-content{flex:1;align-items:center;gap:10px;display:flex}.header-avatar-wrapper{background:#fff3;border:1px solid #ffffff47;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.header-avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.header-text{flex:1}.header-title{letter-spacing:-.3px;color:inherit;margin:0;font-size:14px;font-weight:600}.header-subtitle{opacity:.9;color:inherit;margin:2px 0 0;font-size:11px;font-weight:400}.header-actions{gap:6px;margin-left:8px;display:flex}.header-btn{color:inherit;cursor:pointer;background:#fff3;border:none;border-radius:5px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.header-btn:hover{background:#ffffff4d}.header-icon{width:15px;height:15px}.header-voice-enabled{background:#ffffff57;box-shadow:inset 0 0 0 1px #ffffff29}.header-close:hover{background:#fff6}.messages-area{background:#fafafa;flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.messages-area::-webkit-scrollbar{width:6px}.messages-area::-webkit-scrollbar-track{background:0 0}.messages-area::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}.messages-area::-webkit-scrollbar-thumb:hover{background:#d1d5db}.empty-state{justify-content:center;align-items:center;min-height:150px;padding:20px;display:flex}.empty-message{color:#6b7280;text-align:center;margin:0;font-size:15px;font-weight:500;line-height:1.6}.chat-message{word-wrap:break-word;white-space:pre-wrap;border-radius:8px;max-width:85%;padding:12px 16px;font-size:14px;line-height:1.5;animation:.3s fade-in}.chat-message-link{color:inherit;text-underline-offset:2px;word-break:break-all;text-decoration:underline}.chat-message-link:hover{opacity:.85}.chat-message-image-link{margin-top:6px;display:block}.chat-message-image{object-fit:cover;border-radius:8px;max-width:100%;max-height:220px;display:block}.chat-message-image-link:hover .chat-message-image{opacity:.92}.message-bot{color:#1f2937;background:#fff;border:1px solid #e5e7eb;align-self:flex-start;box-shadow:0 1px 3px #0000000d}.message-user{color:#fff;background:#2563eb;border:none;align-self:flex-end}.ticket-nudge{flex-direction:column;gap:10px;display:flex}.ticket-nudge-text{margin:0}.ticket-nudge-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid;border-radius:999px;align-self:flex-start;padding:7px 14px;font-size:13px;font-weight:600;transition:opacity .15s}.ticket-nudge-button:hover{opacity:.75}.typing-indicator{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-self:flex-start;gap:4px;width:fit-content;padding:12px 16px;display:flex;box-shadow:0 1px 3px #0000000d}.typing-indicator span{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.4s infinite pulse-dot}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}.consultation-section{background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:16px 20px}.progress-item{margin-bottom:12px}.progress-label{color:#6b7280;margin-bottom:6px;font-size:12px;font-weight:500;display:block}.progress-bar{background:#e5e7eb;border-radius:2px;width:100%;height:4px;overflow:hidden}.progress-fill{background:#2563eb;border-radius:2px;width:14%;height:100%;transition:width .3s}.tag-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .2s}.tag-button:hover{background:#1d4ed8;box-shadow:0 2px 8px #2563eb4d}.input-section{background:#fff;border-top:1px solid #e5e7eb;padding:16px 20px}.input-wrapper{align-items:center;gap:8px;display:flex}.message-input{color:#1f2937;border:1px solid #e5e7eb;border-radius:6px;flex:1;padding:10px 14px;font-family:Manrope,sans-serif;font-size:14px;transition:all .2s}.country-code-select{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex:none;max-width:92px;padding:10px 6px;font-family:Manrope,sans-serif;font-size:13px}.country-code-select:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.message-input::placeholder{color:#9ca3af}.message-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.message-input:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.message-input:disabled::placeholder{color:#c4c8cf}.send-button{color:#fff;cursor:pointer;background:#3393ff;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.send-button:hover{background:#0a7cff;box-shadow:0 2px 8px #2563eb4d}.input-wrapper button:disabled{cursor:not-allowed;opacity:.62;box-shadow:none}.input-wrapper button:disabled:hover{box-shadow:none}.send-button:active{transform:scale(.95)}.send-button:disabled:active{transform:none}.send-button svg{width:20px;height:20px}.chat-footer-section{text-align:center;background:#f9fafb;border-top:1px solid #e5e7eb;padding:10px 20px}.chat-footer-link{color:#9ca3af;cursor:pointer;opacity:.6;justify-content:center;align-items:center;margin:0;font-size:14px;line-height:1.2;text-decoration:none;transition:opacity .2s;display:inline-flex}.chat-footer-link:hover{opacity:.85}@media (hover:none) and (pointer:coarse){.mw-launcher{gap:8px;bottom:14px;right:14px}.mw-launcher-cta{max-width:164px;padding:10px 14px;font-size:12px}.mw-launcher-core{width:56px;height:56px}.chat-window-container{border-radius:22px;width:auto;max-height:70vh;position:fixed;bottom:80px;left:16px;right:16px}.chat-window-container.compact-intro .messages-area{max-height:220px;padding:8px 14px 6px}.compact-intro-status{gap:7px;padding:10px 14px 0;font-size:10px}.choice-panel-section{gap:6px;padding:8px 14px 12px}.choice-chip-scroll{gap:6px;max-height:96px}.choice-chip{padding:9px 12px;font-size:12px}.chat-header-section{padding:8px 10px}.header-content{gap:6px}.header-avatar-wrapper{width:24px;height:24px}.chat-floating-btn{bottom:20px;right:20px}.chat-message{max-width:90%}.messages-area{padding:16px}.input-wrapper{gap:6px;width:calc(100% - 10px);margin:0 auto}.message-input{min-width:0;padding:9px 12px}.header-title{font-size:12px;line-height:1.15}.header-subtitle{display:none}.header-actions{gap:3px;margin-left:4px}.header-btn{border-radius:4px;width:20px;height:20px;font-size:12px}.header-icon{width:11px;height:11px}.chat-footer-section{padding:6px 10px}.chat-footer-link{font-size:10px;line-height:1.1}}@media (hover:none) and (pointer:coarse) and (max-width:360px){.chat-window-container{width:auto;max-width:calc(100vw - 32px)}.input-wrapper{width:calc(100% - 14px)}.header-actions{gap:4px}.header-btn{width:28px;height:28px;font-size:16px}}
