.ChatWidget-module__MMKJYW__chatButton{background-color:var(--max-color-accent,#07f);color:#fff;cursor:pointer;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #00000026}.ChatWidget-module__MMKJYW__chatButton:active{transform:scale(.95)}.ChatWidget-module__MMKJYW__chatContainer{background-color:var(--max-bg-primary,#fff);z-index:1001;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0;transform:translateY(100%)}.ChatWidget-module__MMKJYW__chatContainer.ChatWidget-module__MMKJYW__open{transform:translateY(0)}.ChatWidget-module__MMKJYW__header{border-bottom:1px solid var(--max-border-secondary,#eee);background-color:var(--max-bg-primary,#fff);justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex}.ChatWidget-module__MMKJYW__title{font-size:17px;font-weight:600}.ChatWidget-module__MMKJYW__closeButton{cursor:pointer;color:var(--max-text-secondary,gray);background:0 0;border:none;padding:8px}.ChatWidget-module__MMKJYW__messagesList{background-color:var(--max-bg-secondary,#f5f5f5);flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.ChatWidget-module__MMKJYW__message{word-wrap:break-word;border-radius:12px;max-width:80%;padding:10px 14px;font-size:15px;line-height:1.4;position:relative}.ChatWidget-module__MMKJYW__message.ChatWidget-module__MMKJYW__patient{background-color:var(--max-color-accent,#07f);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.ChatWidget-module__MMKJYW__message.ChatWidget-module__MMKJYW__operator,.ChatWidget-module__MMKJYW__message.ChatWidget-module__MMKJYW__bot{background-color:var(--max-bg-primary,#fff);color:var(--max-text-primary,#000);border:1px solid var(--max-border-secondary,#ddd);border-bottom-left-radius:4px;align-self:flex-start}.ChatWidget-module__MMKJYW__inputArea{border-top:1px solid var(--max-border-secondary,#eee);background-color:var(--max-bg-primary,#fff);padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));align-items:flex-end;gap:12px;display:flex}.ChatWidget-module__MMKJYW__textarea{border:1px solid var(--max-border-secondary,#ddd);resize:none;border-radius:20px;flex:1;max-height:100px;padding:10px 14px;font-family:inherit;font-size:16px}.ChatWidget-module__MMKJYW__textarea:focus{border-color:var(--max-color-accent,#07f);outline:none}.ChatWidget-module__MMKJYW__sendButton{background-color:var(--max-color-accent,#07f);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ChatWidget-module__MMKJYW__sendButton:disabled{opacity:.5;cursor:not-allowed}
