.mm-chat{position:fixed;right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));z-index:9998;font-family:inherit}.mm-chat__launcher{display:inline-flex;align-items:center;gap:.65rem;min-height:54px;padding:.7rem 1rem .7rem .72rem;border:1px solid rgba(0,200,244,.34);border-radius:999px;background:linear-gradient(135deg,#0a2a62,#176df5 62%,#5144f8);color:#fff;font:inherit;font-weight:800;letter-spacing:-.01em;box-shadow:0 16px 38px rgba(6,20,46,.28);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mm-chat__launcher:hover{transform:translateY(-2px);box-shadow:0 20px 46px rgba(6,20,46,.34);border-color:rgba(0,200,244,.66)}.mm-chat__launcher:focus-visible,.mm-chat__close:focus-visible,.mm-chat__choices button:focus-visible{outline:3px solid #00c8f4;outline-offset:3px}.mm-chat__launcher-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;background:rgba(255,255,255,.13)}.mm-chat__launcher-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mm-chat__panel{position:absolute;right:0;bottom:68px;width:min(370px,calc(100vw - 32px));padding:1.35rem;border:1px solid rgba(0,200,244,.18);border-radius:22px;background:linear-gradient(155deg,rgba(6,20,46,.985),rgba(9,35,71,.985));color:#fff;box-shadow:0 26px 70px rgba(3,13,30,.38);transform-origin:bottom right}.mm-chat__panel[hidden]{display:none!important}.mm-chat__panel-head{display:flex;gap:1rem;align-items:flex-start;justify-content:space-between}.mm-chat__panel-head h2{margin:.2rem 0 0;color:#fff;font-size:1.25rem;line-height:1.2}.mm-chat__eyebrow{margin:0;color:#72ddff;font-size:.7rem;font-weight:850;letter-spacing:.13em}.mm-chat__close{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;font:inherit;font-size:1.45rem;line-height:1;cursor:pointer}.mm-chat__intro{margin:.9rem 0 1rem;color:#bfd0e7;font-size:.93rem;line-height:1.5}.mm-chat__choices{display:grid;gap:.6rem}.mm-chat__choices button{width:100%;padding:.82rem .9rem;border:1px solid rgba(125,184,255,.17);border-radius:13px;background:rgba(255,255,255,.055);color:#f6f9ff;text-align:left;font:inherit;font-weight:720;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.mm-chat__choices button:hover{background:rgba(23,109,245,.18);border-color:rgba(0,200,244,.36);transform:translateX(2px)}.mm-chat__privacy{margin:1rem 0 0;color:#8fa7c6;font-size:.76rem;line-height:1.45}.mm-chat__privacy a{color:#a9eaff}.mm-chat__status{min-height:1.1em;margin:.65rem 0 0;color:#b8e9ff;font-size:.8rem}.mm-chat-provider-open .mm-chat__launcher,.mm-chat-provider-open .mm-chat__panel{visibility:hidden;pointer-events:none}.mm-chat-provider-open .mm-chat{pointer-events:none}@media(max-width:620px){.mm-chat{right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom))}.mm-chat__launcher{min-height:52px;padding:.58rem}.mm-chat__launcher-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mm-chat__panel{right:0;bottom:64px;width:min(360px,calc(100vw - 28px));max-height:min(74vh,560px);overflow:auto}}@media(prefers-reduced-motion:reduce){.mm-chat__launcher,.mm-chat__choices button{transition:none}.mm-chat__launcher:hover,.mm-chat__choices button:hover{transform:none}}