.ChatPopup-module__sF-ipq__container{z-index:1000;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.ChatPopup-module__sF-ipq__fab{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:box-shadow .3s;display:flex;position:relative;box-shadow:0 6px 18px #2563eb66}.ChatPopup-module__sF-ipq__fab:hover{box-shadow:0 10px 28px #2563eb99}.ChatPopup-module__sF-ipq__notificationBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:70%;justify-content:center;align-items:center;width:18px;height:18px;font-size:9px;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.ChatPopup-module__sF-ipq__chatWindow{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:14px;flex-direction:column;width:320px;height:420px;display:flex;overflow:hidden;box-shadow:0 8px 24px #00000026}.ChatPopup-module__sF-ipq__header{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.ChatPopup-module__sF-ipq__headerInfo{align-items:center;gap:8px;display:flex}.ChatPopup-module__sF-ipq__avatar{flex-shrink:0;width:28px;height:28px;position:relative}.ChatPopup-module__sF-ipq__avatarImg{object-fit:cover;border:2px solid #ffffff80;border-radius:50%;width:100%;height:100%}.ChatPopup-module__sF-ipq__onlineDot{background:#10b981;border:2px solid #2563eb;border-radius:50%;width:8px;height:8px;position:absolute;bottom:1px;right:1px}.ChatPopup-module__sF-ipq__name{margin:0;font-size:.75rem;font-weight:700;line-height:1.2}.ChatPopup-module__sF-ipq__status{opacity:.85;margin:0;font-size:.62rem;line-height:1.2}.ChatPopup-module__sF-ipq__closeBtn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.ChatPopup-module__sF-ipq__closeBtn:hover{background:#ffffff40}.ChatPopup-module__sF-ipq__messagesArea{background:var(--bg-secondary);flex-direction:column;flex:1;gap:8px;min-height:0;padding:10px;display:flex;overflow-y:auto}.ChatPopup-module__sF-ipq__messageReceivedWrap{justify-content:flex-start;width:100%;display:flex}.ChatPopup-module__sF-ipq__messageSentWrap{justify-content:flex-end;width:100%;display:flex}.ChatPopup-module__sF-ipq__messageReceived{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:10px 10px 10px 3px;max-width:88%;padding:7px 10px;box-shadow:0 1px 4px #0000000f}.ChatPopup-module__sF-ipq__messageSent{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-radius:10px 10px 3px;max-width:88%;padding:7px 10px;box-shadow:0 1px 4px #2563eb33}.ChatPopup-module__sF-ipq__messageSent p{color:#fff;margin:0;font-size:.73rem;line-height:1.4}.ChatPopup-module__sF-ipq__messageReceived p{color:var(--text-primary);margin:0;font-size:.73rem;line-height:1.4}.ChatPopup-module__sF-ipq__time{color:var(--text-muted-light);margin-top:4px;font-size:.62rem;display:block}.ChatPopup-module__sF-ipq__inputArea{background:var(--bg-primary);border-top:1px solid var(--border-light);flex-shrink:0;gap:8px;padding:8px 10px;display:flex}.ChatPopup-module__sF-ipq__input{border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-primary);border-radius:8px;outline:none;flex:1;padding:6px 10px;font-size:.73rem;transition:border-color .2s}.ChatPopup-module__sF-ipq__input:focus{border-color:#2563eb}.ChatPopup-module__sF-ipq__sendBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.ChatPopup-module__sF-ipq__sendBtn:hover{background:#1d4ed8;transform:translateY(-1px)}@media (max-width:768px){.ChatPopup-module__sF-ipq__fab{display:none!important}.ChatPopup-module__sF-ipq__container{align-items:center!important;bottom:84px!important;left:16px!important;right:16px!important}.ChatPopup-module__sF-ipq__chatWindow{width:100%!important;height:380px!important}}.ChatPopup-module__sF-ipq__messageErrorWrap{justify-content:center;width:100%;display:flex}.ChatPopup-module__sF-ipq__messageError{background:#fef2f2;border:1px solid #fee2e2;border-radius:10px;max-width:90%;padding:8px 10px;box-shadow:0 1px 4px #ef44440d}.ChatPopup-module__sF-ipq__messageError p{color:#ef4444!important;margin:0!important;font-size:.72rem!important;line-height:1.4!important}
