#mf-chat-root{font-family:Tahoma,Arial,sans-serif;direction:rtl;position:fixed;right:18px;bottom:18px;z-index:2147483000}.mf-chat-button{width:58px;height:58px;border:0;border-radius:50%;background:#0f766e;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.28);font-size:27px}.mf-chat-button:hover{transform:translateY(-2px)}.mf-chat-box{position:absolute;right:0;bottom:72px;width:340px;max-width:calc(100vw - 24px);height:470px;max-height:70vh;background:#fff;border-radius:18px;box-shadow:0 15px 45px rgba(0,0,0,.25);overflow:hidden;display:none;border:1px solid #e5e7eb}.mf-chat-box.open{display:flex;flex-direction:column}.mf-chat-head{background:#0f766e;color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between}.mf-chat-head strong{display:block;font-size:16px}.mf-chat-status{font-size:12px;opacity:.95;margin-top:3px}.mf-chat-close{border:0;background:transparent;color:#fff;font-size:24px;cursor:pointer}.mf-chat-messages{flex:1;overflow:auto;padding:14px;background:#f8fafc}.mf-msg{max-width:82%;padding:9px 12px;margin:7px 0;border-radius:14px;line-height:1.55;font-size:14px;white-space:pre-wrap;word-break:break-word}.mf-msg.visitor{margin-right:auto;background:#0f766e;color:#fff;border-bottom-left-radius:4px}.mf-msg.admin{margin-left:auto;background:#e2e8f0;color:#111827;border-bottom-right-radius:4px}.mf-msg.system{margin:10px auto;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;max-width:94%;text-align:center;font-size:13px}.mf-chat-form{display:flex;gap:8px;padding:10px;border-top:1px solid #e5e7eb;background:#fff}.mf-chat-input{flex:1;border:1px solid #cbd5e1;border-radius:22px;padding:10px 13px;outline:none;font-size:14px}.mf-chat-input:focus{border-color:#0f766e}.mf-chat-send{border:0;border-radius:50%;width:42px;height:42px;background:#0f766e;color:#fff;cursor:pointer;font-size:18px}.mf-chat-note{padding:7px 12px;font-size:11px;color:#64748b;text-align:center;background:#fff}@media(max-width:600px){#mf-chat-root{right:12px;bottom:82px}.mf-chat-box{position:fixed;right:12px;left:12px;bottom:150px;width:auto;height:58vh}.mf-chat-button{width:54px;height:54px}}
