:root{--wonda-primary:#0073aa;--wonda-primary-dark:#005a87;--wonda-text:#333;--wonda-bg:#fff;--wonda-user-bg:#e3f2fd;--wonda-bot-bg:#f1f3f5;--wonda-border:#e2e8f0;--wonda-shadow:0 10px 25px rgba(0,0,0,0.1);--wonda-radius:16px}#wonda-chat-widget{position:fixed!important;bottom:20px!important;right:20px!important;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;transform:translateZ(0)}#wonda-chat-widget[data-position="bottom-left"]{right:auto;left:20px}#wonda-chat-bubble{width:60px;height:60px;border-radius:50%;background:var(--wonda-primary);cursor:pointer;box-shadow:var(--wonda-shadow);transition:transform 0.2s,box-shadow 0.2s;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;touch-action:manipulation}#wonda-chat-bubble:hover{transform:scale(1.05);box-shadow:0 15px 30px rgb(0 115 170 / .2)}#wonda-chat-bubble::after{content:"💬";pointer-events:none!important}#wonda-chat-window{position:absolute;bottom:80px;right:0;width:380px;height:600px;max-height:calc(100vh - 120px);background:var(--wonda-bg);border-radius:var(--wonda-radius);box-shadow:var(--wonda-shadow);display:none;flex-direction:column;overflow:hidden;border:1px solid var(--wonda-border)}#wonda-chat-window.open{display:flex}.wonda-header{position:relative;padding:12px 16px;color:#fff;display:flex;justify-content:space-between;align-items:center;font-weight:600;flex-shrink:0;background:linear-gradient(135deg,var(--wonda-primary) 0%,color-mix(in srgb,var(--wonda-primary) 80%,black) 100%);border-bottom:2px solid color-mix(in srgb,var(--wonda-primary) 50%,transparent);box-shadow:0 2px 10px color-mix(in srgb,var(--wonda-primary) 30%,transparent)}.wonda-header .wonda-title,.wonda-header .wonda-header-buttons{position:relative;z-index:2}.wonda-header .wonda-title{display:flex;align-items:center;gap:8px;text-shadow:0 0 8px color-mix(in srgb,var(--wonda-primary) 80%,transparent)}.wonda-header .wonda-title img{height:10px;width:auto}.wonda-header-buttons{display:flex;gap:8px}.wonda-header-buttons button{all:initial;background:none!important;border:none!important;color:white!important;font-size:18px!important;cursor:pointer!important;width:30px!important;height:30px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;transition:background 0.2s!important;margin:0!important;padding:0!important;font-family:inherit!important}.wonda-header-buttons button:hover{background:rgb(255 255 255 / .2)!important}.wonda-menu-container{position:relative}.wonda-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 5px 15px rgb(0 0 0 / .15);min-width:150px;margin-top:8px;display:none;border:1px solid var(--wonda-border);z-index:10000}.wonda-dropdown.active{display:block}.wonda-dropdown-item{padding:10px 15px;cursor:pointer;transition:background 0.2s;display:flex;align-items:center;gap:8px;color:#333;font-size:14px}.wonda-dropdown-item:hover{background:#f5f5f5}.wonda-dropdown-item svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.wonda-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth;background:var(--wonda-bg)}.wonda-message{max-width:85%;padding:10px 14px;border-radius:18px;word-wrap:break-word;font-size:14px;line-height:1.5}.wonda-message.user-message{background:var(--wonda-user-bg);align-self:flex-end;border-bottom-right-radius:4px}.wonda-message.bot-message{background:var(--wonda-bot-bg);align-self:flex-start;border-bottom-left-radius:4px}.message-time{font-size:10px;color:#999;margin-top:4px;text-align:right}@keyframes wonda-typing{0%,80%,100%{transform:scale(.6);opacity:.6}40%{transform:scale(1);opacity:1}}#wonda-chat-window .wonda-typing-indicator{display:flex!important;gap:4px!important;padding:10px 14px!important;background:var(--wonda-bot-bg)!important;border-radius:18px!important;align-self:flex-start!important;width:fit-content!important;margin:8px 0!important;clear:both!important;z-index:1000!important}#wonda-chat-window .wonda-typing-indicator span{width:8px!important;height:8px!important;background:#999!important;border-radius:50%!important;animation:wonda-typing 1.4s infinite ease-in-out both!important;margin:0!important;padding:0!important}#wonda-chat-window .wonda-typing-indicator span:nth-child(1){animation-delay:0s!important}#wonda-chat-window .wonda-typing-indicator span:nth-child(2){animation-delay:0.2s!important}#wonda-chat-window .wonda-typing-indicator span:nth-child(3){animation-delay:0.4s!important}.wonda-quick-prompts{padding:8px 12px;display:flex;flex-wrap:wrap;gap:8px;border-top:1px solid var(--wonda-border);background:#f9fafc}.wonda-quick-prompt{all:initial!important;display:inline-block!important;background:white!important;border:1px solid var(--wonda-primary)!important;color:var(--wonda-primary)!important;padding:5px 12px!important;border-radius:10px!important;font-size:12px!important;cursor:pointer!important;transition:all 0.2s!important;font-family:inherit!important;margin:0!important;line-height:1.2!important}.wonda-quick-prompt:hover{background:var(--wonda-primary)!important;color:white!important}.wonda-input-area{padding:8px 12px;border-top:1px solid var(--wonda-border);display:flex;gap:8px;background:#f9fafc;align-items:flex-end}.wonda-input-area textarea{flex:1;border:1px solid var(--wonda-border);border-radius:20px;padding:8px 12px;resize:none;font-family:inherit;font-size:14px;line-height:1.4;max-height:100px;outline:none;min-height:36px}.wonda-input-area textarea:focus{border-color:var(--wonda-primary)}.wonda-input-area .wonda-send{all:initial!important;background:var(--wonda-primary)!important;color:white!important;border:none!important;border-radius:50%!important;width:36px!important;height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:background 0.2s!important;padding:0!important;margin:0!important;pointer-events:auto!important}.wonda-input-area .wonda-send svg{stroke:#fff;width:18px;height:18px;pointer-events:none}.wonda-input-area .wonda-send:hover{background:var(--wonda-primary-dark)!important}.wonda-input-area .wonda-send:disabled{opacity:.5;cursor:not-allowed}.wonda-announcement{background:#fff3cd;color:#856404;padding:8px 16px;font-size:12px;text-align:center;border-bottom:1px solid #ffeeba}.wonda-lead-form{background:#fff;border:1px solid var(--wonda-border);border-radius:12px;padding:16px;margin:10px auto!important;box-shadow:0 2px 10px rgb(0 0 0 / .1);width:auto!important;max-width:280px}.wonda-lead-form-header{display:flex;justify-content:space-between;margin-bottom:12px;font-weight:600;font-size:14px;color:#333!important}.wonda-lead-close{all:initial!important;background:none!important;border:none!important;font-size:20px!important;cursor:pointer!important;color:#999!important;line-height:1!important;padding:0!important;width:24px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;margin:0!important;font-family:inherit!important}.wonda-lead-close:hover{background:#f0f0f0!important;color:#333!important}.wonda-lead-form-body input,.wonda-lead-form-body textarea{width:100%!important;padding:8px 10px!important;margin-bottom:10px!important;border:1px solid #ddd!important;border-radius:6px!important;box-sizing:border-box!important;font-size:13px!important;font-family:inherit!important;background:white!important;color:#333!important}.wonda-lead-form-body input:focus,.wonda-lead-form-body textarea:focus{border-color:var(--wonda-primary)!important;outline:none!important}.wonda-lead-form-body button{all:initial!important;width:100%!important;padding:10px!important;background:var(--wonda-primary)!important;color:white!important;border:none!important;border-radius:6px!important;cursor:pointer!important;font-weight:600!important;font-size:14px!important;font-family:inherit!important;text-align:center!important;transition:background 0.2s!important}.wonda-lead-form-body button:hover{background:var(--wonda-primary-dark)!important}.wonda-dark{--wonda-bg:#1a202c;--wonda-text:#e2e8f0;--wonda-user-bg:#2d3748;--wonda-bot-bg:#2d3748;--wonda-border:#4a5568}.wonda-dark .wonda-message.user-message{background:#0073aa;color:#fff}.wonda-dark .wonda-message.bot-message{background:#2d3748;color:#e2e8f0}.wonda-dark .wonda-quick-prompts{background:#2d3748}.wonda-dark .wonda-quick-prompt{background:#4a5568;border-color:#718096;color:#e2e8f0}.wonda-dark .wonda-quick-prompt:hover{background:var(--wonda-primary)}.wonda-dark .wonda-input-area{background:#2d3748}.wonda-dark .wonda-input-area textarea{background:#4a5568;border-color:#718096;color:#fff}.wonda-dark .wonda-dropdown{background:#2d3748;border-color:#4a5568}.wonda-dark .wonda-dropdown-item{color:#e2e8f0}.wonda-dark .wonda-dropdown-item:hover{background:#4a5568}.wonda-dark .wonda-lead-form{background:#2d3748;border-color:#4a5568;color:#e2e8f0}.wonda-dark .wonda-lead-form-body input,.wonda-dark .wonda-lead-form-body textarea{background:#4a5568!important;border-color:#718096!important;color:white!important}.wonda-dark .wonda-lead-form-body input::placeholder,.wonda-dark .wonda-lead-form-body textarea::placeholder{color:#a0aec0!important}.wonda-dark .wonda-lead-close{color:#e2e8f0!important}.wonda-dark .wonda-lead-close:hover{background:#4a5568!important;color:white!important}.wonda-dark .wonda-lead-form-body button{background:var(--wonda-primary)!important}.wonda-dark .wonda-lead-form-body button:hover{background:var(--wonda-primary-dark)!important}@media (max-width:480px){#wonda-chat-widget{bottom:5px!important;right:5px!important}#wonda-chat-window{bottom:0!important;right:0!important;width:90vw;height:60vh;max-height:calc(100vh - 10px)}#wonda-chat-bubble{margin-bottom:15px!important;width:56px;height:56px;font-size:28px}}.wonda-title img{filter:drop-shadow(0 0 2px rgb(0 0 0 / .3))}.wonda-whatsapp-button{display:inline-block;background:#25D366;color:white!important;text-shadow:0 1px 2px rgb(0 0 0 / .2)!important;padding:10px 20px;border-radius:30px;text-decoration:none;font-weight:700;transition:background 0.2s}.wonda-whatsapp-button:hover{background:#1da851}.wonda-whatsapp-icon{margin-right:8px;color:#fff;text-decoration:none;font-size:20px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;transition:background 0.2s}.wonda-whatsapp-icon:hover{background:rgb(255 255 255 / .2)}.wonda-message.bot-message .message-content>:last-child{margin-bottom:0!important}