:root{--mbus-chat-primary:#00368f;--mbus-chat-accent:#57b4df}.mbus-chatbox{position:fixed;z-index:99999;bottom:22px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.mbus-chatbox--right{right:22px}.mbus-chatbox--left{left:22px}.mbus-chatbox *{box-sizing:border-box}.mbus-chatbox__button{border:0;border-radius:999px;background:linear-gradient(135deg,var(--mbus-chat-primary),var(--mbus-chat-accent));color:#fff;box-shadow:0 16px 38px rgba(0,54,143,.28);display:flex;align-items:center;gap:10px;padding:10px 16px 10px 10px;cursor:pointer;font-weight:800;font-size:15px;min-height:56px}.mbus-chatbox__button img{width:38px;height:38px;border-radius:50%;background:#fff;object-fit:contain;padding:4px}.mbus-chatbox__panel{position:absolute;bottom:72px;width:min(390px,calc(100vw - 28px));height:min(620px,calc(100vh - 110px));background:#fff;border:1px solid rgba(0,54,143,.12);border-radius:24px;box-shadow:0 26px 80px rgba(15,35,60,.22);overflow:hidden;display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translateY(14px) scale(.98);transition:opacity .18s ease,transform .18s ease}.mbus-chatbox--right .mbus-chatbox__panel{right:0}.mbus-chatbox--left .mbus-chatbox__panel{left:0}.mbus-chatbox.is-open .mbus-chatbox__panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.mbus-chatbox.is-open .mbus-chatbox__button{display:none}.mbus-chatbox__header{background:linear-gradient(135deg,var(--mbus-chat-primary),#22519d);color:#fff;padding:15px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.mbus-chatbox__brand{display:flex;align-items:center;gap:12px;min-width:0}.mbus-chatbox__brand img{width:42px;height:42px;border-radius:50%;background:#fff;object-fit:contain;padding:5px;flex:0 0 auto}.mbus-chatbox__brand strong{display:block;font-size:15px;line-height:1.15}.mbus-chatbox__brand small{display:block;margin-top:2px;opacity:.82;font-size:12px}.mbus-chatbox__close{width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.16);color:#fff;font-size:24px;line-height:1;cursor:pointer}.mbus-chatbox__messages{flex:1;overflow:auto;padding:18px 14px;background:linear-gradient(180deg,#f6fbff,#fff)}.mbus-chatbox__msg{display:flex;margin:0 0 12px}.mbus-chatbox__msg--user{justify-content:flex-end}.mbus-chatbox__msg--assistant{justify-content:flex-start}.mbus-chatbox__bubble{max-width:82%;border-radius:18px;padding:11px 13px;font-size:14px;line-height:1.45;white-space:pre-wrap;box-shadow:0 5px 16px rgba(0,0,0,.06)}.mbus-chatbox__msg--assistant .mbus-chatbox__bubble{background:#fff;color:#1f2d3d;border:1px solid #e4eef7;border-bottom-left-radius:6px}.mbus-chatbox__msg--user .mbus-chatbox__bubble{background:var(--mbus-chat-primary);color:#fff;border-bottom-right-radius:6px}.mbus-chatbox__msg.is-loading .mbus-chatbox__bubble{color:#80939f}.mbus-chatbox__form{padding:12px;background:#fff;border-top:1px solid #e8eef5;display:flex;gap:9px;align-items:flex-end}.mbus-chatbox__form textarea{flex:1;resize:none;border:1px solid #d7e3ee;border-radius:16px;min-height:44px;max-height:110px;padding:12px 13px;font:inherit;font-size:14px;outline:none;line-height:1.35}.mbus-chatbox__form textarea:focus{border-color:var(--mbus-chat-accent);box-shadow:0 0 0 3px rgba(87,180,223,.18)}.mbus-chatbox__form button{border:0;border-radius:14px;background:var(--mbus-chat-accent);color:#fff;font-weight:800;min-height:44px;padding:0 15px;cursor:pointer}.mbus-chatbox__form.is-loading button{opacity:.65;pointer-events:none}@media(max-width:480px){.mbus-chatbox{left:14px!important;right:14px!important;bottom:14px}.mbus-chatbox__panel{left:0!important;right:0!important;width:calc(100vw - 28px);height:calc(100vh - 90px);bottom:66px;border-radius:20px}.mbus-chatbox__button{margin-left:auto}.mbus-chatbox--left .mbus-chatbox__button{margin-left:0;margin-right:auto}}
.mbus-chatbox__whatsapp-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;padding:10px 13px;border-radius:14px;background:#25d366;color:#fff!important;font-weight:800;text-decoration:none!important;box-shadow:0 8px 18px rgba(37,211,102,.25)}.mbus-chatbox__whatsapp-cta:before{content:"";width:16px;height:16px;border-radius:50%;background:rgba(255,255,255,.9);display:inline-block}.mbus-chatbox__whatsapp-cta:hover{filter:brightness(.96);transform:translateY(-1px)}.mbus-chatbox__bubble a:not(.mbus-chatbox__whatsapp-cta){color:var(--mbus-chat-primary);font-weight:700;word-break:break-word}.mbus-chatbox__msg--user .mbus-chatbox__bubble a{color:#fff}
.mbus-chatbox__msg--system{justify-content:center}.mbus-chatbox__msg--system .mbus-chatbox__bubble{max-width:92%;background:#fff8e5;color:#6b5200;border:1px solid #f0d98c;font-size:12px;text-align:center;box-shadow:none}
