#mpx-chat-launcher{position:fixed;right:18px;bottom:18px;z-index:90;border:1px solid rgba(200,240,42,.55);border-radius:4px;background:#c8f02a;color:#07080a;padding:13px 16px;font:700 13px "Geist Mono",monospace;box-shadow:0 16px 45px rgba(0,0,0,.38);cursor:pointer}
#mpx-chat-panel{position:fixed;right:18px;bottom:76px;z-index:91;width:min(390px,calc(100vw - 24px));height:min(620px,calc(100dvh - 100px));display:none;grid-template-rows:auto 1fr auto;background:#0d0f12;border:1px solid rgba(242,241,236,.18);border-radius:10px;box-shadow:0 24px 80px rgba(0,0,0,.62);overflow:hidden;color:#f2f1ec;font-family:Inter,sans-serif}
#mpx-chat-panel[data-open=true]{display:grid}.mpx-chat-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(242,241,236,.12)}.mpx-chat-title{font:800 15px Archivo,sans-serif}.mpx-chat-sub{font:500 10px "Geist Mono",monospace;color:rgba(242,241,236,.55);letter-spacing:.08em}.mpx-chat-close{border:0;background:transparent;color:#f2f1ec;font-size:22px;cursor:pointer}.mpx-chat-messages{overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:9px}.mpx-chat-bubble{max-width:84%;padding:10px 12px;border-radius:6px;font-size:13px;line-height:1.45;white-space:pre-wrap}.mpx-chat-in{align-self:flex-end;border:1px solid rgba(200,240,42,.35)}.mpx-chat-out{align-self:flex-start;background:#181b20}.mpx-chat-out[data-operator=true]{border-left:3px solid #c8f02a}.mpx-chat-photo{max-width:100%;border-radius:4px;margin-bottom:7px}.mpx-chat-status{padding:0 14px 8px;color:rgba(242,241,236,.55);font:500 10px "Geist Mono",monospace}.mpx-chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;border-top:1px solid rgba(242,241,236,.12)}.mpx-chat-input{min-width:0;border:1px solid rgba(242,241,236,.18);border-radius:4px;background:#16181d;color:#f2f1ec;padding:12px;font-size:14px}.mpx-chat-send{border:0;border-radius:4px;background:#c8f02a;color:#07080a;padding:0 15px;font-weight:800;cursor:pointer}.mpx-chat-input:focus,.mpx-chat-send:focus,#mpx-chat-launcher:focus{outline:2px solid #e4ff6b;outline-offset:2px}
@media(max-width:520px){#mpx-chat-launcher{right:12px;bottom:12px}.checkout-page #mpx-chat-launcher{display:none}#mpx-chat-panel{inset:8px;width:auto;height:auto;border-radius:8px}}
@media(prefers-reduced-motion:reduce){#mpx-chat-panel,#mpx-chat-launcher{scroll-behavior:auto}}
.mpx-chat-photo-only{padding:0;background:transparent}.mpx-chat-photo-only .mpx-chat-photo{display:block;margin-bottom:0}
.mpx-chat-video{display:block;max-width:100%;width:100%;border-radius:4px;margin-bottom:7px;background:#000}.mpx-chat-video-only{padding:0;background:transparent}.mpx-chat-video-only .mpx-chat-video{margin-bottom:0}
