.mm-chat{bottom:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;position:fixed;right:20px;z-index:2147483000}.mm-chat__bubble{background:#111;border:none;border-radius:50%;box-shadow:0 6px 20px rgba(0,0,0,.25);color:#fff;cursor:pointer;font-size:24px;height:56px;transition:transform .15s ease;width:56px}.mm-chat__bubble:hover{transform:scale(1.05)}.mm-chat__panel{background:#fff;border-radius:14px;bottom:70px;box-shadow:0 12px 40px rgba(0,0,0,.22);display:none;flex-direction:column;height:460px;max-height:calc(100vh - 120px);max-width:calc(100vw - 40px);overflow:hidden;position:absolute;right:0;width:340px}.mm-chat.is-open .mm-chat__panel{display:flex}.mm-chat.is-open .mm-chat__bubble{display:none}.mm-chat__header{align-items:center;background:#111;color:#fff;display:flex;justify-content:space-between;padding:14px 16px}.mm-chat__header h3{font-size:15px;margin:0}.mm-chat__header button{background:none;border:none;color:#fff;cursor:pointer;font-size:20px;line-height:1}.mm-chat__messages{background:#fafafa;display:flex;flex:1;flex-direction:column;gap:8px;overflow-y:auto;padding:14px}.mm-chat__msg{border-radius:12px;font-size:14px;line-height:1.4;max-width:80%;padding:9px 12px;white-space:pre-wrap;word-wrap:break-word}.mm-chat__msg--visitor{align-self:flex-end;background:#111;border-bottom-right-radius:4px;color:#fff}.mm-chat__msg--admin,.mm-chat__msg--assistant{align-self:flex-start;background:#ececec;border-bottom-left-radius:4px;color:#111}.mm-chat__form{border-top:1px solid #e5e5e5;display:flex}.mm-chat__form input{border:none;flex:1;font-size:14px;outline:none;padding:12px 14px}.mm-chat__form button{background:#111;border:none;color:#fff;cursor:pointer;font-size:14px;padding:0 18px}.mm-chat__form button:disabled{cursor:default;opacity:.5}@media(prefers-reduced-motion:reduce){.mm-chat__bubble{transition:none}}