#mdswa-root{position:fixed;bottom:22px;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#17202a;font-size:14px;line-height:1.45}#mdswa-root.mdswa-pos-right{right:22px}#mdswa-root.mdswa-pos-left{left:22px}#mdswa-root *{box-sizing:border-box}.mdswa-bubble{position:relative;width:64px;height:64px;border:0;border-radius:50%;background:var(--mdswa-color);color:var(--mdswa-text-color,#fff);box-shadow:0 10px 32px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,box-shadow .2s}.mdswa-bubble:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(0,0,0,.3)}.mdswa-bubble svg{width:36px;height:36px}.mdswa-bubble-pulse{position:absolute;inset:-5px;border:2px solid var(--mdswa-color);border-radius:50%;opacity:.32;animation:mdswaPulse 2.4s infinite}@keyframes mdswaPulse{0%{transform:scale(.9);opacity:.4}70%,100%{transform:scale(1.2);opacity:0}}.mdswa-panel{position:absolute;bottom:78px;width:min(410px,calc(100vw - 28px));height:min(650px,calc(100dvh - 110px));max-height:650px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 24px 80px rgba(0,0,0,.28);overflow:hidden;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(14px) scale(.98);transform-origin:bottom;transition:.22s}.mdswa-pos-right .mdswa-panel{right:0}.mdswa-pos-left .mdswa-panel{left:0}#mdswa-root.is-open .mdswa-panel{opacity:1;visibility:visible;transform:none}.mdswa-header{background:var(--mdswa-color);color:var(--mdswa-text-color,#fff);padding:14px 16px;display:flex;align-items:center;gap:10px;flex:0 0 auto}.mdswa-avatar{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.22);display:grid;place-items:center;font-weight:800;border:1px solid rgba(255,255,255,.4);overflow:hidden;flex:0 0 42px}.mdswa-avatar img{width:100%;height:100%;object-fit:cover;display:block}.mdswa-heading{flex:1;min-width:0}.mdswa-heading strong,.mdswa-heading small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mdswa-heading strong{font-size:16px}.mdswa-heading small{font-size:12px;opacity:.95;margin-top:2px}.mdswa-heading small span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#b8ffca;margin-right:5px}.mdswa-close{border:0;background:transparent;color:var(--mdswa-text-color,#fff);font-size:28px;line-height:1;cursor:pointer;padding:2px 4px}.mdswa-messages{flex:1;min-height:0;padding:14px;overflow:auto;background:linear-gradient(#f6f8fa,#f2f5f7);scroll-behavior:smooth}.mdswa-msg{max-width:88%;padding:10px 12px;border-radius:15px;margin:0 0 9px;white-space:pre-wrap;overflow-wrap:anywhere}.mdswa-msg.bot{background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 8px rgba(20,35,50,.07)}.mdswa-msg.user{background:var(--mdswa-color);color:var(--mdswa-text-color,#fff);margin-left:auto;border-bottom-right-radius:4px}.mdswa-msg.loading{opacity:.65;font-style:italic}.mdswa-msg.error{border-left:3px solid #d93025}.mdswa-actions{padding:8px 10px;display:flex;gap:7px;overflow-x:auto;background:#fff;border-top:1px solid #edf0f2;flex:0 0 auto}.mdswa-actions button{white-space:nowrap;border:1px solid #dde3e8;background:#fff;color:#25313c;border-radius:18px;padding:7px 10px;font-size:12px;cursor:pointer}.mdswa-actions button:hover{border-color:var(--mdswa-color)}.mdswa-form{display:flex;gap:8px;padding:9px 10px;background:#fff;border-top:1px solid #edf0f2;flex:0 0 auto}.mdswa-form textarea{flex:1;resize:none;border:1px solid #d8dee4;border-radius:13px;padding:9px 11px;font:inherit;min-height:42px;max-height:90px;outline:none}.mdswa-form textarea:focus{border-color:var(--mdswa-color);box-shadow:0 0 0 3px rgba(37,211,102,.1)}.mdswa-form button{width:42px;height:42px;border:0;border-radius:50%;background:var(--mdswa-color);color:var(--mdswa-text-color,#fff);cursor:pointer}.mdswa-human{margin:0 10px 7px;text-align:center;background:#18232e;color:#fff!important;padding:9px;border-radius:10px;text-decoration:none!important;font-weight:700;font-size:12px;flex:0 0 auto}.mdswa-human span{color:#62dc88}.mdswa-privacy{font-size:9px;color:#687480;margin:0 12px 8px;text-align:center;flex:0 0 auto}.mdswa-cards{margin:0 0 12px}.mdswa-product-card,.mdswa-order-card{background:#fff;border:1px solid #e4e8ec;border-radius:13px;margin:8px 0;overflow:hidden;box-shadow:0 2px 8px rgba(20,35,50,.05)}.mdswa-product-card{display:flex}.mdswa-product-card img{width:92px;min-height:112px;object-fit:cover;background:#f2f3f5}.mdswa-card-body{padding:10px;flex:1;min-width:0}.mdswa-card-body strong{display:block;line-height:1.25}.mdswa-card-body p{font-size:11px;color:#687480;margin:5px 0}.mdswa-card-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:7px 0;font-size:12px}.mdswa-card-meta b{font-size:14px}.mdswa-card-meta span{font-size:10px}.mdswa-card-meta .available{color:#16833c}.mdswa-card-meta .unavailable{color:#9a5a00}.mdswa-card-link{display:inline-block;background:var(--mdswa-color);color:var(--mdswa-text-color,#fff)!important;text-decoration:none!important;padding:6px 10px;border-radius:8px;font-weight:700;font-size:11px}.mdswa-order-card{padding:12px}.mdswa-order-top{display:flex;justify-content:space-between;gap:8px}.mdswa-order-top span{font-size:11px;background:#eef7f1;padding:3px 7px;border-radius:10px}.mdswa-order-date{font-size:11px;color:#687480;margin:7px 0}.mdswa-inline-form{background:#fff;border:1px solid #e3e8ec;border-radius:13px;padding:11px;margin-bottom:12px}.mdswa-inline-form input{display:block;width:100%;border:1px solid #d8dee4;border-radius:9px;padding:9px 10px;margin-bottom:8px;font:inherit}.mdswa-inline-form input[type=file]{padding:7px;background:#f8fafb;font-size:11px}.mdswa-inline-form button{width:100%;border:0;border-radius:9px;padding:9px 10px;font-weight:700;cursor:pointer}.mdswa-inline-form button:disabled{opacity:.55;cursor:not-allowed}.mdswa-inline-form .mdswa-primary{background:var(--mdswa-color);color:var(--mdswa-text-color,#fff)}.mdswa-inline-form .mdswa-secondary{background:#18232e;color:#fff}.mdswa-inline-form small{display:block;color:#687480;margin:10px 0 7px}.mdswa-file-label{display:block;font-size:11px;font-weight:700;color:#394653;margin:6px 0}.mdswa-consent{font-size:9px!important;line-height:1.35;margin:8px 0!important}
@media(max-width:520px){#mdswa-root{bottom:10px}.mdswa-pos-right{right:10px!important}.mdswa-pos-left{left:10px!important}.mdswa-panel{position:fixed;left:8px!important;right:8px!important;top:calc(env(safe-area-inset-top,0px) + 8px);bottom:78px;width:auto;height:auto;max-height:none;border-radius:15px}.mdswa-header{padding:10px 12px}.mdswa-avatar{width:36px;height:36px;flex-basis:36px}.mdswa-heading strong{font-size:14px}.mdswa-heading small{font-size:10px}.mdswa-close{font-size:25px}.mdswa-messages{padding:11px}.mdswa-msg{padding:9px 10px;font-size:13px}.mdswa-actions{padding:6px 8px}.mdswa-actions button{padding:6px 9px;font-size:11px}.mdswa-form{padding:7px 8px}.mdswa-form textarea{min-height:38px;padding:8px 10px}.mdswa-form button{width:38px;height:38px}.mdswa-human{padding:8px;margin-bottom:5px}.mdswa-privacy{margin-bottom:6px}.mdswa-bubble{width:56px;height:56px}.mdswa-product-card img{width:74px;min-height:98px}}
@media(max-width:360px){.mdswa-panel{left:5px!important;right:5px!important;top:calc(env(safe-area-inset-top,0px) + 5px)}.mdswa-header{padding:8px 10px}.mdswa-actions button{font-size:10px}.mdswa-privacy{display:none}}
@media(prefers-reduced-motion:reduce){#mdswa-root *{animation:none!important;transition:none!important}}

/* Documentación 2.1.1 */
.mdswa-doc-checklist{padding:12px;border:1px solid #d9e5df;border-radius:12px;background:#f6fbf8;display:grid;gap:5px;color:#20332a}
.mdswa-doc-checklist strong{font-size:14px}
.mdswa-doc-checklist div{font-size:13px;font-weight:600}
.mdswa-doc-checklist small{font-size:11px;line-height:1.35;color:#617067}
.mdswa-doc-picker{padding:11px;border:1px solid #dfe6e2;border-radius:12px;background:#fff;display:grid;gap:8px}
.mdswa-doc-picker.has-file{border-color:var(--mdswa-color,#25d366);box-shadow:0 0 0 2px color-mix(in srgb,var(--mdswa-color,#25d366) 12%,transparent)}
.mdswa-doc-title{font-size:13px;color:#17251e}
.mdswa-file-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.mdswa-file-button{min-height:38px;padding:8px 9px;border:1px solid #ccd8d1;border-radius:9px;background:#f7f9f8;color:#20332a;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer}
.mdswa-file-button:hover{background:#eef5f1}
.mdswa-camera-button{background:#eefaf3;border-color:#b9dfc8}
.mdswa-file-status{font-size:11px;color:#68766f;overflow-wrap:anywhere}
@media (max-width:480px){.mdswa-file-actions{grid-template-columns:1fr}.mdswa-doc-form{gap:9px}.mdswa-doc-checklist{padding:10px}.mdswa-file-button{min-height:40px}}
.mdswa-product-notice{position:fixed;z-index:99997;bottom:92px;max-width:290px;padding:13px 16px;border:0;border-radius:16px;background:#fff;color:#16202a;box-shadow:0 12px 35px rgba(0,0,0,.2);font-size:14px;line-height:1.35;text-align:left;cursor:pointer;animation:mdswaNoticeIn .28s ease}
.mdswa-pos-right .mdswa-product-notice{right:24px}.mdswa-pos-left .mdswa-product-notice{left:24px}
.mdswa-product-notice:after{content:"";position:absolute;bottom:-8px;border-width:8px 8px 0;border-style:solid;border-color:#fff transparent transparent}.mdswa-pos-right .mdswa-product-notice:after{right:28px}.mdswa-pos-left .mdswa-product-notice:after{left:28px}
.mdswa-product-context{margin:4px 0 10px;padding:14px;border:1px solid #e7edf2;border-radius:15px;background:#f8fafb}.mdswa-product-context>strong{display:block;margin-bottom:4px;color:#17212b}.mdswa-product-context p{margin:0 0 10px;color:#5c6873;font-size:13px}
.mdswa-context-questions{display:flex;flex-direction:column;gap:7px}.mdswa-context-questions button{width:100%;padding:9px 11px;border:1px solid #dbe3e9;border-radius:10px;background:#fff;color:#24323e;text-align:left;font-size:13px;cursor:pointer}.mdswa-context-questions button:hover{border-color:var(--mdswa-color);color:#111}
@keyframes mdswaNoticeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:600px){.mdswa-product-notice{left:12px!important;right:12px!important;bottom:82px;max-width:none}.mdswa-product-notice:after{right:28px!important;left:auto!important}}

/* Aviso contextual ampliado 2.5.1 */
.mdswa-product-notice{width:min(390px,calc(100vw - 28px));max-width:390px;padding:0;border-radius:18px;overflow:hidden;background:#fff;color:#16202a;box-shadow:0 18px 55px rgba(0,0,0,.24);cursor:default;border:1px solid rgba(0,0,0,.07)}
.mdswa-product-notice:after{display:none}
.mdswa-notice-head{display:flex;align-items:flex-start;gap:10px;padding:13px 14px;background:var(--mdswa-color);color:var(--mdswa-text-color,#fff)}
.mdswa-notice-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.2);flex:0 0 34px}
.mdswa-notice-head>div{flex:1;min-width:0}.mdswa-notice-head small{display:block;font-size:10px;opacity:.9;margin-bottom:2px}.mdswa-notice-head strong{display:block;font-size:13px;line-height:1.3;font-weight:700}
.mdswa-notice-close{border:0;background:transparent;color:var(--mdswa-text-color,#fff);font-size:22px;line-height:1;padding:0 0 4px 7px;cursor:pointer}
.mdswa-notice-body{max-height:min(390px,55vh);overflow:auto;padding:11px 12px 6px;background:#f7f9fa}
.mdswa-notice-section-title{font-size:11px;font-weight:800;color:#52606c;text-transform:uppercase;letter-spacing:.035em;margin:2px 0 7px}
.mdswa-notice-faqs{display:grid;gap:6px;margin-bottom:11px}.mdswa-notice-question{width:100%;border:1px solid #dce4e9;border-radius:10px;background:#fff;color:#25313b;text-align:left;padding:9px 10px;font-size:12px;line-height:1.3;cursor:pointer}.mdswa-notice-question:hover{border-color:var(--mdswa-color);box-shadow:0 2px 8px rgba(0,0,0,.05)}
.mdswa-notice-empty{font-size:11px;color:#687480;margin:0 0 10px}
.mdswa-notice-crosssell{display:grid;gap:6px}.mdswa-notice-product{display:flex;align-items:center;gap:9px;padding:7px;border:1px solid #e1e7eb;border-radius:11px;background:#fff;color:#17212b!important;text-decoration:none!important}.mdswa-notice-product:hover{border-color:var(--mdswa-color)}.mdswa-notice-product img{width:48px;height:48px;border-radius:8px;object-fit:cover;background:#f0f2f4;flex:0 0 48px}.mdswa-notice-product-info{flex:1;min-width:0}.mdswa-notice-product-info strong{display:block;font-size:11px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mdswa-notice-product-info small{display:block;color:#1c7d3c;font-weight:800;margin-top:3px}.mdswa-notice-arrow{font-size:24px;color:#87939d;padding-right:3px}
.mdswa-notice-open{width:100%;border:0;border-top:1px solid #e3e8ec;background:#fff;color:#17212b;padding:11px 13px;font-weight:800;font-size:12px;cursor:pointer}.mdswa-notice-open:hover{background:#f6f8f9}
@media(max-width:600px){.mdswa-product-notice{left:10px!important;right:10px!important;bottom:78px;width:auto;max-width:none}.mdswa-notice-body{max-height:48vh}.mdswa-notice-head{padding:11px 12px}.mdswa-notice-head strong{font-size:12px}}

/* Notificación compacta 2.5.2 */
.mdswa-product-notice{width:310px;max-width:calc(100vw - 28px);border-radius:15px;overflow:hidden;box-shadow:0 12px 34px rgba(0,0,0,.22)}
.mdswa-notice-head{padding:11px 12px;align-items:center}
.mdswa-notice-avatar{width:30px;height:30px;flex-basis:30px}
.mdswa-notice-head small{font-size:9px}
.mdswa-notice-head strong{font-size:12px;line-height:1.25}
.mdswa-notice-summary{display:flex;gap:6px;flex-wrap:wrap;padding:8px 10px 0;background:#fff}
.mdswa-notice-summary span{font-size:10px;color:#52606c;background:#f1f4f6;border-radius:20px;padding:4px 7px}
.mdswa-notice-open{padding:9px 11px;font-size:11px;border-top:0}
@media(max-width:600px){.mdswa-product-notice{left:auto!important;right:10px!important;bottom:78px;width:min(310px,calc(100vw - 20px))}.mdswa-notice-head{padding:10px}.mdswa-notice-summary{padding-top:7px}}

.mdswa-link-buttons{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 12px}.mdswa-link-button{display:inline-flex;padding:10px 14px;border-radius:9px;background:var(--mdswa-color);color:var(--mdswa-text-color,#fff)!important;text-decoration:none;font-weight:700}.mdswa-link-button:hover{filter:brightness(.94)}

/* v1.2.3: avoid overlapping the product notice with the open chat */
.mdswa-product-notice[hidden],#mdswa-root.is-open .mdswa-product-notice{display:none!important}
.mdswa-card-meta{align-items:flex-start}
.mdswa-card-meta b{display:block;min-width:0;max-width:70%;white-space:normal;overflow-wrap:anywhere;line-height:1.25}
.mdswa-card-meta span{flex:0 0 auto;white-space:nowrap;margin-top:2px}
.mdswa-avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}
