.ChatPopup-module__EtDUSG__container{z-index:1000;flex-direction:column;align-items:flex-end;gap:20px;display:flex;position:fixed;bottom:30px;right:30px}.ChatPopup-module__EtDUSG__fab{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:box-shadow .3s;display:flex;position:relative;box-shadow:0 10px 25px #2563eb66}.ChatPopup-module__EtDUSG__fab:hover{box-shadow:0 15px 35px #2563eb99}.ChatPopup-module__EtDUSG__notificationBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-5px;right:-5px}.ChatPopup-module__EtDUSG__chatWindow{background:var(--bg-primary);border:1px solid #fff3;border-radius:24px;flex-direction:column;width:360px;height:500px;display:flex;overflow:hidden;box-shadow:0 20px 50px #00000026}.ChatPopup-module__EtDUSG__header{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);justify-content:space-between;align-items:center;padding:20px;display:flex}.ChatPopup-module__EtDUSG__headerInfo{align-items:center;gap:12px;display:flex}.ChatPopup-module__EtDUSG__avatar{width:44px;height:44px;position:relative}.ChatPopup-module__EtDUSG__avatarImg{object-fit:cover;border:2px solid #ffffff80;border-radius:50%;width:100%;height:100%}.ChatPopup-module__EtDUSG__onlineDot{background:#10b981;border:2px solid #2563eb;border-radius:50%;width:12px;height:12px;position:absolute;bottom:2px;right:2px}.ChatPopup-module__EtDUSG__name{margin:0;font-size:.95rem;font-weight:700}.ChatPopup-module__EtDUSG__status{opacity:.8;margin:0;font-size:.75rem}.ChatPopup-module__EtDUSG__closeBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;padding:6px;transition:background .2s}.ChatPopup-module__EtDUSG__closeBtn:hover{background:#fff3}.ChatPopup-module__EtDUSG__messagesArea{background:var(--bg-secondary);flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.ChatPopup-module__EtDUSG__messageReceivedWrap{justify-content:flex-start;width:100%;display:flex}.ChatPopup-module__EtDUSG__messageSentWrap{justify-content:flex-end;width:100%;display:flex}.ChatPopup-module__EtDUSG__messageReceived{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:16px 16px 16px 4px;max-width:85%;padding:12px 16px;box-shadow:0 2px 5px #0000000d}.ChatPopup-module__EtDUSG__messageSent{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-radius:16px 16px 4px;max-width:85%;padding:12px 16px;box-shadow:0 2px 5px #2563eb33}.ChatPopup-module__EtDUSG__messageSent p{color:#fff;margin:0;font-size:.9rem;line-height:1.5}.ChatPopup-module__EtDUSG__messageReceived p{color:var(--text-primary);margin:0;font-size:.9rem;line-height:1.5}.ChatPopup-module__EtDUSG__time{color:var(--text-muted-light);margin-top:5px;font-size:.7rem;display:block}.ChatPopup-module__EtDUSG__inputArea{background:var(--bg-primary);border-top:1px solid var(--border-light);gap:10px;padding:15px 20px;display:flex}.ChatPopup-module__EtDUSG__input{border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-primary);border-radius:12px;outline:none;flex:1;padding:10px 15px;font-size:.9rem;transition:border-color .2s}.ChatPopup-module__EtDUSG__input:focus{border-color:#2563eb}.ChatPopup-module__EtDUSG__sendBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.ChatPopup-module__EtDUSG__sendBtn:hover{background:#1d4ed8;transform:translateY(-2px)}@media (max-width:480px){.ChatPopup-module__EtDUSG__chatWindow{width:calc(100vw - 40px);height:450px;right:20px}.ChatPopup-module__EtDUSG__container{bottom:20px;right:20px}}.ChatPopup-module__EtDUSG__messageErrorWrap{justify-content:center;width:100%;display:flex}.ChatPopup-module__EtDUSG__messageError{background:#fef2f2;border:1px solid #fee2e2;border-radius:12px;max-width:90%;padding:10px 14px;box-shadow:0 2px 5px #ef44440d}.ChatPopup-module__EtDUSG__messageError p{color:#ef4444!important;margin:0!important;font-size:.85rem!important;line-height:1.4!important}
