#io24ChatWidget{--io24-bg:#fff;--io24-panel-border:#dfe5ee;--io24-panel-shadow:0 20px 55px rgba(16,24,40,.18);--io24-text:#1f2937;--io24-muted:#6b7280;--io24-soft:#f6f8fb;--io24-accent:#17494d;--io24-accent-soft:#e8f3f3;--io24-green:#16a34a;--io24-line:#e5e7eb;--io24-visitor:#17494d;bottom:20px;color:var(--io24-text);font-family:Segoe UI,Arial,sans-serif;position:fixed;right:20px;z-index:9998}#io24ChatWidget *,#io24ChatWidget :after,#io24ChatWidget :before{box-sizing:border-box}.io24-chat-toggle{background:#1b65b1;border:0;border-radius:50%;bottom:10px;box-shadow:0 14px 32px rgba(23,73,77,.35);color:#fff;cursor:pointer;display:none;font-size:24px;font-weight:400;height:56px;line-height:1;position:absolute;right:10px;width:56px}.io24-chat-toggle:hover{-webkit-filter:brightness(1.05);filter:brightness(1.05)}.io24-chat-toggle-icon{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.io24-chat-toggle-badge{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:999px;box-shadow:0 1px 4px rgba(16,24,40,.25);color:#f50087;display:none;font-size:11px;font-weight:800;height:18px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;min-width:18px;padding:0 5px;position:absolute;right:4px;top:4px}.io24-chat-toggle.is-unread{background:#f50087}.io24-chat-panel{background:var(--io24-bg);border:1px solid var(--io24-panel-border);border-radius:18px;box-shadow:var(--io24-panel-shadow);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:min(690px,calc(100vh - 24px));min-height:0;overflow:hidden;width:min(390px,calc(100vw - 24px))}#io24ChatWidget.io24-chat-closed .io24-chat-panel{display:none}#io24ChatWidget.io24-chat-closed .io24-chat-toggle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.io24-chat-header{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff;border-bottom:1px solid var(--io24-line);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:14px 16px}.io24-chat-controls{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:6px}.io24-chat-control{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:999px;color:#52627a;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:22px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease}.io24-chat-control:hover{background:rgba(21,79,85,.08);color:#154f55}.io24-chat-restart{font-size:18px}.io24-chat-minimize{font-size:20px;line-height:1}.io24-chat-brand{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:12px;min-width:0}.io24-chat-avatar{background:#f4f0ff;border-radius:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:42px;width:42px}.io24-chat-avatar,.io24-chat-avatar span{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.io24-chat-avatar span{background:-webkit-linear-gradient(315deg,#ea198f,#f04b81);background:linear-gradient(135deg,#ea198f,#f04b81);border-radius:8px;color:#fff;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:9px;font-weight:800;height:28px;letter-spacing:.05em;width:28px}.io24-chat-brand-copy{min-width:0}.io24-chat-agent-name{display:block;font-size:16px;font-weight:700;line-height:1.2}.io24-chat-agent-presence{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:var(--io24-muted);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;font-weight:600;gap:7px;margin-top:4px}.io24-chat-agent-dot{background:var(--io24-green);border-radius:50%;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;height:8px;width:8px}.io24-chat-ai-mode .io24-chat-agent-dot{background:#64748b}.io24-chat-controls{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.io24-chat-control{background:transparent;border:0;border-radius:50%;color:#6b7280;cursor:pointer;font-size:28px;height:32px;line-height:1;width:32px}.io24-chat-body{background:var(--io24-soft);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px;min-height:0;overflow:hidden;padding:12px}.io24-chat-contact-card,.io24-chat-empty-card,.io24-chat-lead{background:#fff;border:1px solid var(--io24-line);border-radius:14px}.io24-chat-lead{display:grid;gap:10px;margin-top:-2px;padding:8px}.io24-chat-lead.is-collapsed,.io24-chat-lead.is-hidden{display:none}.io24-chat-lead-fields{display:grid;display:none;gap:8px}.io24-chat-lead input{background:#fff;border:1px solid var(--io24-line);border-radius:10px;color:var(--io24-text);font-size:14px;padding:11px 12px;width:100%}.io24-chat-lead button[type=submit]{background:var(--io24-accent);border:0;border-radius:10px;color:#fff;cursor:pointer;display:none;font-size:14px;font-weight:700;padding:11px 14px}.io24-chat-lead.is-expanded{padding:12px}.io24-chat-lead.is-expanded .io24-chat-lead-fields,.io24-chat-lead.is-expanded button[type=submit]{display:grid}.io24-chat-lead.is-expanded button[type=submit]{display:block}.io24-chat-contact-card{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:none;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:12px;gap:8px;min-width:0;padding:0}.io24-chat-contact-card.is-visible{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.io24-chat-contact-name{font-weight:700;max-width:40%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.io24-chat-contact-email,.io24-chat-contact-separator{color:var(--io24-muted)}.io24-chat-contact-email{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.io24-chat-messages{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px;min-height:0;overflow-anchor:none;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;padding-right:4px;scroll-behavior:auto}.io24-chat-product-pin{display:none;margin-bottom:-2px}.io24-chat-product-pin.is-visible{display:block}.io24-chat-product-pin-card{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff;border:1px solid var(--io24-line);border-radius:12px;display:grid;gap:10px;grid-template-columns:42px 1fr;padding:8px 10px}.io24-chat-product-pin-image{background:#f3f4f6;border-radius:10px;height:42px;object-fit:cover;width:42px}.io24-chat-product-pin-image-placeholder{display:block}.io24-chat-product-pin-copy{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-width:0}.io24-chat-product-pin-copy strong{font-size:12px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.io24-chat-product-pin-copy a{color:var(--io24-accent);-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;font-size:12px;font-weight:700;text-decoration:none}.io24-chat-compose-topline{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#7b8698;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;font-size:12px;line-height:1.2;margin-bottom:-2px;margin-top:8px;min-height:16px;min-width:0;padding-left:34px}.io24-chat-compose-topline.is-action{cursor:pointer}.io24-chat-compose-action{color:#7b8698;display:inline}.io24-chat-compose-topline .io24-chat-contact-card{color:#6f7b8d}.io24-chat-messages::-webkit-scrollbar{width:7px}.io24-chat-messages::-webkit-scrollbar-thumb{background:hsla(220,9%,46%,.22);border-radius:999px}.io24-chat-message{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.io24-chat-message-admin{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.io24-chat-message-visitante{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.io24-chat-message-wrap{max-width:86%}.io24-chat-bubble{border-radius:16px;font-size:14px;line-height:1.45;padding:11px 13px;word-break:break-word}.io24-chat-message-admin .io24-chat-bubble{background:#fff;border:1px solid var(--io24-line);border-top-left-radius:6px;color:var(--io24-text)}.io24-chat-message-visitante .io24-chat-bubble{background:var(--io24-visitor);border-top-right-radius:6px;color:#fff}.io24-chat-message-visitante .io24-chat-attachment-name,.io24-chat-message-visitante .io24-chat-bubble a{color:#fff}.io24-chat-meta{color:#9ca3af;font-size:11px;margin-top:5px;padding:0 4px}.io24-chat-message-visitante .io24-chat-meta{text-align:right}.io24-chat-message-welcome .io24-chat-message-wrap{max-width:100%}.io24-chat-message-welcome .io24-chat-bubble{background:#fff;border:1px solid var(--io24-line);color:var(--io24-text)}.io24-chat-bubble-typing{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:5px}.io24-chat-bubble-typing span{-webkit-animation:io24-chat-typing 1.1s ease-in-out infinite;animation:io24-chat-typing 1.1s ease-in-out infinite;background:#a7b0bd;border-radius:50%;height:7px;width:7px}.io24-chat-bubble-typing span:nth-child(2){-webkit-animation-delay:.15s;animation-delay:.15s}.io24-chat-bubble-typing span:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}@-webkit-keyframes io24-chat-typing{0%,80%,to{opacity:.35;-webkit-transform:translateY(0);transform:translateY(0)}40%{opacity:1;-webkit-transform:translateY(-3px);transform:translateY(-3px)}}@keyframes io24-chat-typing{0%,80%,to{opacity:.35;-webkit-transform:translateY(0);transform:translateY(0)}40%{opacity:1;-webkit-transform:translateY(-3px);transform:translateY(-3px)}}.io24-chat-ai-cards{display:grid;gap:8px;margin-top:10px}.io24-chat-ai-card{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:var(--io24-accent-soft);border-radius:12px;color:inherit;display:grid;gap:10px;grid-template-columns:54px 1fr;padding:9px;text-decoration:none}.io24-chat-ai-card-media{background:#fff;border-radius:10px;height:54px;overflow:hidden;width:54px}.io24-chat-ai-card-media img{height:100%;object-fit:cover;width:100%}.io24-chat-ai-card-body{display:grid;gap:3px}.io24-chat-ai-card-body strong{font-size:13px}.io24-chat-ai-card-body span{color:#4b5563;font-size:12px}.io24-chat-ai-card-body em{color:var(--io24-accent);font-size:12px;font-style:normal;font-weight:700}.io24-chat-attachment{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.12);border-radius:999px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;padding:6px 10px}.io24-chat-message-admin .io24-chat-attachment{background:#edf2f7}.io24-chat-attachment-status{font-size:11px;font-weight:700;opacity:.85}.io24-chat-attachment-name{color:inherit;font-size:12px;font-weight:700;text-decoration:none}.io24-chat-feedback{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-top:10px}.io24-chat-feedback-label{color:#6b7280;font-size:12px;font-weight:600}.io24-chat-feedback-btn{background:#fff;border:1px solid var(--io24-line);border-radius:999px;color:#374151;cursor:pointer;font-size:12px;font-weight:700;padding:5px 11px}.io24-chat-feedback-btn.is-active{background:#f3f4f6}.io24-chat-quote-form{background:#f8fbfd;border:1px solid #d7e1e8;border-radius:12px;display:grid;gap:8px;margin-top:12px;padding:10px}.io24-chat-quote-cta{background:#154f55;border:0;border-radius:10px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;margin-top:12px;padding:10px 12px}.io24-chat-quote-title{color:#1f2937;font-size:13px;font-weight:700}.io24-chat-quote-copy{color:#607083;font-size:12px;line-height:1.45}.io24-chat-quote-form input,.io24-chat-quote-form textarea{background:#fff;border:1px solid #d6dde5;border-radius:10px;color:#1f2937;font-size:13px;padding:10px 11px;width:100%}.io24-chat-quote-form textarea{font-family:inherit;line-height:1.45;min-height:92px;resize:vertical}.io24-chat-quote-form button{background:#154f55;border:0;border-radius:10px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:10px 12px}.io24-chat-quote-success{background:#eefaf2;border:1px solid #bfe3cf;border-radius:12px;display:grid;gap:6px;margin-top:12px;padding:11px 12px}.io24-chat-quote-success-title{color:#17603c;font-size:13px;font-weight:700}.io24-chat-quote-success-copy{color:#285943;font-size:12px;line-height:1.45}.io24-chat-compose{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:transparent;border:0;border-radius:0;display:grid;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;gap:10px;grid-template-columns:24px 1fr 0;margin-top:4px;padding:8px 2px}.io24-chat-compose-main{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff;border:2px solid #1f1f1f;border-radius:999px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:44px;min-width:0;padding:0 14px}.io24-chat-compose textarea{background:transparent;border:0;color:var(--io24-text);font-size:14px;line-height:1.45;max-height:100px;min-height:24px;outline:none;overflow-y:auto;padding:10px 0 8px;resize:none;width:100%}.io24-chat-file-label{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:transparent;color:#1f1f1f;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:22px;height:24px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;width:24px}.io24-chat-file-input{display:none}.io24-chat-file-name{color:#6b7280;font-size:11px;margin-left:8px;max-width:120px;opacity:.75;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.io24-chat-compose button[type=submit]{background:var(--io24-accent);border:0;border-radius:50%;color:#fff;cursor:pointer;font-size:20px;height:0;opacity:0;overflow:hidden;pointer-events:none;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);-webkit-transition:width .18s ease,height .18s ease,opacity .18s ease,-webkit-transform .18s ease;transition:width .18s ease,height .18s ease,opacity .18s ease,-webkit-transform .18s ease;transition:width .18s ease,height .18s ease,opacity .18s ease,transform .18s ease;transition:width .18s ease,height .18s ease,opacity .18s ease,transform .18s ease,-webkit-transform .18s ease;width:0}.io24-chat-compose.has-text{grid-template-columns:24px 1fr 44px}.io24-chat-compose.has-text button[type=submit]{height:44px;opacity:1;pointer-events:auto;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);width:44px}.io24-chat-compose.is-focused .io24-chat-compose-main{border-color:#111827}@media (max-width:640px){#io24ChatWidget{bottom:0;left:0;max-width:100vw;padding-bottom:env(safe-area-inset-bottom,0);right:0;width:100vw}.io24-chat-panel{border-bottom:0;border-left:0;border-radius:0;border-right:0;height:100dvh;max-height:100dvh;width:100vw}#io24ChatWidget.io24-chat-closed{pointer-events:none}#io24ChatWidget.io24-chat-closed .io24-chat-toggle{bottom:calc(14px + env(safe-area-inset-bottom, 0px));pointer-events:auto;right:14px}.io24-chat-restart{display:none}}