.pmc-chatContainerWrap{height:100%;min-height:calc(100vh - 100px);padding:16px;display:flex}.pmc-chatContainer{display:flex;height:"-webkit-fill-available";background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;position:relative;width:100%}.pmc-chatSidebar{width:320px;flex-shrink:0;border-right:1px solid var(--manob-mist);display:flex;flex-direction:column;height:100%}.pmc-sidebarHeader{padding:16px;border-bottom:1px solid var(--manob-cloud)}.pmc-chatHeaderShadow{box-shadow:0 2px 8px #00000014}.pmc-chatSearch{position:relative}.pmc-chatSearch input{width:100%;height:42px;padding:0 16px 0 42px;border:1px solid #eff1f2;border-radius:8px;background:var(--manob-cloud);font-size:14px;font-weight:500}.pmc-chatSearch input:focus{outline:none;border-color:#86b7fe;background:#fff;box-shadow:0 0 0 3px #0d6efd26}.pmc-searchBtn{position:absolute;left:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--manob-ash);padding:0;cursor:pointer}.pmc-reconnectingInfo{display:flex;align-items:center;gap:12px;background:#f9c273;padding:12px;border-radius:8px;margin-top:12px}.pmc-reconnectingIcon{width:42px;height:42px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pmc-reconnectingInfo h6{margin:0 0 4px;font-size:14px;font-weight:600}.pmc-reconnectingInfo p{margin:0;font-size:13px;line-height:1.4}.pmc-reconnectLink{color:inherit;font-weight:600}.pmc-pixiButtonWrapper{margin-top:12px}.pmc-pixiButton{width:100%;height:42px;background:linear-gradient(90deg,#5a428b,#222324 40.8%);border:none;border-radius:8px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s}.pmc-pixiButton:hover{opacity:.9}.pmc-chatListContainer{flex:1;overflow-y:auto;overflow-x:hidden}.pmc-chatList{padding:16px 20px}.pmc-chatListTitle{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding-bottom:16px;padding-left:16px;margin:0;border-bottom:2px solid var(--manob-cloud)}.pmc-chatListItems{margin-top:12px;padding:0 12px;display:flex;flex-direction:column;gap:8px}.pmc-chatListItems .pmc-emptyState{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;color:var(--manob-ash)}.pmc-chatListItems .pmc-emptyIcon{width:80px;height:80px;background:var(--manob-cloud);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--manob-ash)}.pmc-chatListItems .pmc-emptyState h4{margin:0 0 8px;font-size:16px;font-weight:600;color:var(--manob-ink)}.pmc-chatListItems .pmc-emptyState p{margin:0;font-size:13px;line-height:1.5;color:var(--manob-ash)}.pmc-chatItem{display:flex;align-items:flex-start;padding:14px 16px;cursor:pointer;border-radius:12px;background:var(--manob-cloud);transition:all .2s}.pmc-chatItem:hover{background:var(--manob-mist)}.pmc-chatItem.pmc-active{background:var(--manob-teal);background:linear-gradient(135deg,var(--manob-teal) 0%,var(--manob-teal-hover) 100%)}.pmc-chatItem.pmc-active .pmc-nameRow h5,.pmc-chatItem.pmc-active .pmc-time,.pmc-chatItem.pmc-active .pmc-lastMessage{color:#fff}.pmc-avatarWrapper{position:relative;flex-shrink:0;margin-right:12px;overflow:visible}.pmc-status{position:absolute;width:12px;height:12px;border:2px solid var(--manob-cloud);border-radius:50%;bottom:0;right:0;background:var(--manob-ash)}.pmc-status.pmc-online{background:var(--manob-teal)}.pmc-status.pmc-offline{background:var(--manob-copper)}.pmc-chatItem.pmc-active .pmc-status{border-color:var(--manob-teal)}.pmc-infoText{flex:1;min-width:0}.pmc-nameRow{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;gap:8px}.pmc-nameRow h5{margin:0;font-size:14px;font-weight:600;color:var(--manob-ink);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pmc-time{font-size:12px;color:var(--manob-ash);flex-shrink:0;white-space:nowrap}.pmc-lastMessage{margin:0;font-size:13px;color:var(--manob-ash);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pmc-chatItem.pmc-unseen .pmc-nameRow h5{font-weight:700}.pmc-chatItem.pmc-unseen .pmc-lastMessage{color:var(--manob-ink);font-weight:600}.pmc-typing{color:var(--manob-teal)!important}.pmc-chatItem.pmc-active .pmc-typing{color:#fffc!important}.pmc-attachIcon{margin-right:4px}.pmc-chatPanel{flex:1;display:flex;flex-direction:column;min-width:0}.pmc-emptyState{flex:1;display:flex;align-items:center;justify-content:center;background-image:url(/images/messenger-bg.png),linear-gradient(#e7e7e7,#fff);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f7f7f7;height:100%;position:relative}.pmc-emptyContent{text-align:center;max-width:320px;padding:32px 40px;background:#ffffffe6;border-radius:16px;box-shadow:0 4px 20px #00000014}.pmc-emptyContent svg{color:var(--manob-teal)}.pmc-emptyTextDesktop{display:none;margin:0;color:var(--manob-ink);font-size:15px;line-height:1.5}.pmc-emptyTextMobile{margin:0 0 16px;color:var(--manob-ink);font-size:15px;line-height:1.5}.pmc-startConversationBtn{background:var(--manob-teal);color:#fff;border:none;padding:10px 24px;border-radius:50px;font-weight:600;font-size:14px;cursor:pointer}.pmc-activeChat{display:flex;flex-direction:column;height:100%}.pmc-chatHeader{display:flex;align-items:center;padding:12px 16px;background:#fff;border-bottom:1px solid var(--manob-mist)}.pmc-sidebarToggle{display:none;background:none;border:none;padding:8px;color:var(--manob-ash);cursor:pointer;margin-right:8px}.pmc-metaInfo{flex:1}.pmc-metaInfo h5{margin:0;font-size:15px;font-weight:600;color:var(--manob-ink)}.pmc-metaInfo span{font-size:13px;color:var(--manob-ash)}.pmc-infoToggle{background:none;border:none;padding:8px;color:var(--manob-ash);cursor:pointer;position:relative}.pmc-infoToggle:before{content:"";position:absolute;width:40px;height:40px;background:var(--manob-cloud);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s}.pmc-infoToggle:hover:before{opacity:1}.pmc-messengerDialog{flex:1;display:flex;overflow:hidden;position:relative}.pmc-messengerDialogArea{flex:1;display:flex;flex-direction:column}.pmc-messageContent{flex:1;position:relative;background-image:url(/images/messenger-bg.png),linear-gradient(#e7e7e7,#fff);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f7f7f7;height:100%}.pmc-messageContentInner{position:absolute;inset:0;padding:16px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.pmc-dateLabel{display:flex;align-items:center;padding:12px 0 24px}.pmc-dateLabel hr{flex:1;border:none;border-top:1px solid #dbdbdb;margin:0}.pmc-dateLabel span{padding:6px 16px;background:#fff;border-radius:16px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--manob-ink);box-shadow:0 1px 2px #0b141a21;margin:0 12px;white-space:nowrap}.pmc-message{display:flex;align-items:flex-end;margin-bottom:24px}.pmc-me{margin-left:auto;flex-direction:row-reverse}.pmc-messageAvatar{flex-shrink:0;margin-right:12px;border-radius:50%;box-shadow:0 2px 8px #00000014}.pmc-textMain{max-width:450px}.pmc-textGroup{display:flex;flex-direction:column;gap:8px}.pmc-me .pmc-textGroup{align-items:flex-end}.pmc-text{display:inline-block;padding:12px 12px 28px;background:#fff;border-radius:16px 16px 16px 4px;font-size:14px;word-wrap:break-word;box-shadow:0 1px 2px #0b141a21;position:relative;min-width:100px;max-width:450px}.pmc-text:last-child{margin-bottom:0}.pmc-text p{margin:0 0 16px;line-height:1.5;color:var(--manob-ink)}.pmc-textMe{background:#e3e3e3;border-radius:16px 16px 4px}.pmc-textSendingTime{position:absolute;right:12px;bottom:6px;font-size:11px;color:#6f6f6f;display:flex;align-items:center;gap:4px}.pmc-checkIcon{color:var(--manob-ash)}.pmc-seen .pmc-checkIcon,.pmc-checkIcon.pmc-seen{color:var(--manob-teal)}.pmc-text.pmc-typing{padding:12px 16px}.pmc-wave{display:flex;gap:4px}.pmc-dot{width:6px;height:6px;background:#bdbac2;border-radius:50%;animation:pmc-wave 1.3s linear infinite}.pmc-dot:nth-child(2){animation-delay:-1.1s}.pmc-dot:nth-child(3){animation-delay:-.9s}@keyframes pmc-wave{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.pmc-attachmentList,.pmc-attachmentItem{margin-bottom:8px}.pmc-attachmentImage{max-width:250px;max-height:200px;border-radius:12px;object-fit:cover}.pmc-attachmentDoc{display:flex;align-items:center;gap:12px;padding:12px;background:var(--manob-cloud);border-radius:12px;min-width:200px}.pmc-attachmentInfo{flex:1;min-width:0}.pmc-attachmentName{display:block;font-size:13px;font-weight:500;color:var(--manob-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pmc-attachmentSize{font-size:11px;color:var(--manob-ash)}.pmc-downloadBtn{background:none;border:none;padding:8px;cursor:pointer;color:#4f46e5}.pmc-orderPackage{padding:12px;background:#fff;border-radius:12px;box-shadow:0 1px 2px #0b141a21;min-width:280px;max-width:350px}.pmc-scrollBottomBtn{position:absolute;right:16px;bottom:16px;width:42px;height:42px;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #0b141a33;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--manob-ink)}.pmc-messageInputArea{display:flex;align-items:center;gap:12px;width:100%;flex:1}.pmc-chatAreaBottom{padding:16px;border-top:1px solid var(--manob-mist);display:flex;flex-direction:column;gap:12px;background:#fff}.pmc-attachmentPreviewList{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.pmc-attachmentPreview{position:relative;width:64px;height:64px;border-radius:8px;overflow:hidden;background:var(--manob-cloud)}.pmc-attachmentPreview img{width:100%;height:100%;object-fit:cover}.pmc-docPreview{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:4px;font-size:10px;text-align:center;word-break:break-all}.pmc-removeAttachment{position:absolute;top:2px;right:2px;width:18px;height:18px;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.pmc-inputWrapper{flex:1;display:flex;align-items:center;gap:8px;background:var(--manob-cloud);border-radius:8px;padding:12px 16px;min-width:0}.pmc-emojiWrapper{position:relative}.pmc-emojiBtn{background:none;border:none;padding:4px;cursor:pointer;color:#626262;display:flex;align-items:center;justify-content:center}.pmc-emojiBtn.pmc-active{color:#4f46e5}.pmc-emojiPicker{position:absolute;bottom:100%;left:0;margin-bottom:8px;background:#fff;border-radius:8px;padding:8px;box-shadow:0 4px 12px #00000026;display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.pmc-emojiItem{width:32px;height:32px;border:none;background:none;cursor:pointer;font-size:18px;border-radius:4px;transition:background .2s}.pmc-emojiItem:hover{background:var(--manob-cloud)}.pmc-chatTextarea{flex:1;border:none;background:transparent;resize:none;font-size:15px;line-height:1.4;max-height:120px;min-height:24px;min-width:0;width:100%}.pmc-chatTextarea:focus{outline:none}.pmc-chatTextarea::placeholder{color:#9ca3af}.pmc-moreOptionsWrapper{position:relative}.pmc-moreOptionsBtn{background:none;border:none;padding:4px;cursor:pointer;color:#626262;display:flex;align-items:center;justify-content:center;transition:color .2s}.pmc-moreOptionsBtn:hover{color:#4f46e5}.pmc-moreOptionsDropdown{position:absolute;bottom:100%;right:0;margin-bottom:8px;background:#fff;border-radius:12px;padding:8px;box-shadow:0 4px 20px #00000026;min-width:180px;z-index:100}.pmc-dropdownItem{display:flex;align-items:center;gap:12px;width:100%;padding:12px;background:none;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:var(--manob-ink);transition:background .2s}.pmc-dropdownItem:hover{background:var(--manob-cloud)}.pmc-dropdownItem span{flex:1;text-align:left}.pmc-attachmentWrapper{position:relative}.pmc-attachBtn{background:none;border:none;padding:4px;cursor:pointer;color:#626262;display:flex;align-items:center;justify-content:center}.pmc-sendBtn{width:48px;height:48px;background:var(--manob-teal);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.pmc-sendBtn:hover{background:var(--manob-teal-hover)}.pmc-sendBtn:disabled{background:#ccc;cursor:not-allowed}.pmc-userInfoSidebar{position:absolute;top:0;right:-320px;width:320px;height:100%;background:#fff;z-index:10;transition:right .3s;box-shadow:-4px 0 12px #0000001a}.pmc-userInfoSidebar.pmc-active{right:0}.pmc-userInfoHeader{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--manob-mist)}.pmc-userInfoHeader h4{margin:0;font-size:16px;font-weight:600}.pmc-closeBtn{background:none;border:none;padding:8px;cursor:pointer;color:var(--manob-ash)}.pmc-userInfoContent{padding:0;overflow-y:auto;height:calc(100% - 57px)}.pmc-userProfile{text-align:center;padding-bottom:24px;border-bottom:1px solid var(--manob-cloud)}.pmc-userAvatar{margin-bottom:12px}.pmc-userName{margin:0 0 4px;font-size:18px;font-weight:600}.pmc-userStatus{font-size:13px;color:var(--manob-ash)}.pmc-userStatus.pmc-online{color:#0db02b}.pmc-userRating{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:12px;font-size:14px;font-weight:600}.pmc-starIcon{color:#fbbf24}.pmc-reviewCount{font-weight:400;color:var(--manob-ash)}.pmc-userInfoItems{padding:24px 0}.pmc-infoItem{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.pmc-infoIcon{color:var(--manob-ash);flex-shrink:0;margin-top:2px}.pmc-infoLabel{display:block;font-size:12px;color:var(--manob-ash);margin-bottom:2px}.pmc-infoValue{font-size:14px;font-weight:500;color:var(--manob-ink)}.pmc-quickActions{padding-top:24px;border-top:1px solid var(--manob-cloud)}.pmc-viewProfileBtn{width:100%;padding:12px;background:var(--manob-cloud);border:none;border-radius:8px;font-size:14px;font-weight:600;color:var(--manob-ink);cursor:pointer;transition:background .2s}.pmc-viewProfileBtn:hover{background:#e5e5e5}.pmc-userInfoCard{padding:20px 16px;border-bottom:1px solid var(--manob-mist)}.pmc-profileTabsWrap{padding:0 16px}.pmc-profileTabs{display:flex;border-bottom:1px solid var(--manob-mist);margin-bottom:16px}.pmc-profileTabBtn{flex:1;padding:12px 8px;background:none;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:500;color:var(--manob-ash);cursor:pointer;transition:all .2s}.pmc-profileTabBtn:hover{color:var(--manob-ink)}.pmc-profileTabBtn.pmc-active{color:var(--manob-teal);border-bottom-color:var(--manob-teal)}.pmc-tabContent{padding-bottom:16px}.pmc-mediaGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.pmc-mediaItem{aspect-ratio:1;border-radius:4px;overflow:hidden;background:var(--manob-cloud)}.pmc-mediaItem img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.pmc-mediaItem:hover img{transform:scale(1.05)}.pmc-chatOverlay{display:none;position:absolute;inset:0;background:#0003;z-index:5}.pmc-chatOverlay.pmc-active{display:block}@media (max-width: 1199px){.pmc-chatSidebar{position:absolute;left:-320px;top:0;height:100%;z-index:10;background:#fff;transition:left .3s}.pmc-chatSidebar.pmc-active{left:0}.pmc-sidebarToggle{display:block}.pmc-emptyTextDesktop{display:none}}@media (min-width: 1200px){.pmc-emptyTextDesktop{display:block}.pmc-emptyTextMobile,.pmc-startConversationBtn{display:none}}@media (max-width: 375px){.pmc-chatSidebar{width:290px;left:-290px}.pmc-userInfoSidebar{width:280px;right:-280px}}
