.messages-module__khHShW__page{background:var(--bg-secondary);min-height:100vh}.messages-module__khHShW__container{grid-template-columns:320px 1fr;max-width:1400px;height:calc(100vh - 80px);margin:0 auto;display:grid}.messages-module__khHShW__sidebar{background:var(--bg-primary);border-right:1px solid var(--border-color);flex-direction:column;display:flex}.messages-module__khHShW__sidebarHeader{border-bottom:1px solid var(--border-color);padding:1.5rem}.messages-module__khHShW__sidebarTitle{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.messages-module__khHShW__searchBox{position:relative}.messages-module__khHShW__searchInput{border:1px solid var(--border-color);background:var(--bg-secondary);width:100%;color:var(--text-primary);border-radius:10px;padding:.75rem 1rem .75rem 2.5rem;font-size:.9rem}.messages-module__khHShW__searchInput:focus{border-color:var(--primary-color);outline:none}.messages-module__khHShW__searchIcon{color:var(--text-tertiary);position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.messages-module__khHShW__conversationList{flex:1;overflow-y:auto}.messages-module__khHShW__conversation{cursor:pointer;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:1rem 1.5rem;transition:background .2s;display:flex}.messages-module__khHShW__conversation:hover{background:var(--bg-secondary)}.messages-module__khHShW__conversation.messages-module__khHShW__active{background:var(--bg-secondary);border-left-color:var(--primary-color)}.messages-module__khHShW__avatar{color:#fff;background:var(--primary);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.875rem;font-weight:600;display:flex;position:relative}.messages-module__khHShW__onlineBadge{background:var(--primary);border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-2px;right:-2px}.messages-module__khHShW__convInfo{flex:1;min-width:0}.messages-module__khHShW__convHeader{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.messages-module__khHShW__convName{color:var(--text-primary);font-size:.95rem;font-weight:600}.messages-module__khHShW__convTime{color:var(--text-tertiary);font-size:.75rem}.messages-module__khHShW__convPreview{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.messages-module__khHShW__unreadBadge{background:var(--primary-color);color:#fff;text-align:center;border-radius:50px;min-width:20px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.messages-module__khHShW__chatArea{background:var(--bg-primary);flex-direction:column;display:flex}.messages-module__khHShW__chatHeader{border-bottom:1px solid var(--border-color);background:var(--bg-primary);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.messages-module__khHShW__chatHeaderLeft{align-items:center;gap:.75rem;display:flex}.messages-module__khHShW__chatTitle{color:var(--text-primary);font-weight:700}.messages-module__khHShW__chatStatus{color:var(--primary);align-items:center;gap:.375rem;font-size:.75rem;display:flex}.messages-module__khHShW__chatStatus:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px}.messages-module__khHShW__headerActions{gap:.5rem;display:flex}.messages-module__khHShW__actionBtn{border:1px solid var(--border-color);background:var(--bg-secondary);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex}.messages-module__khHShW__actionBtn:hover{border-color:var(--primary-color);color:var(--primary-color)}.messages-module__khHShW__messages{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.messages-module__khHShW__dateLabel{text-align:center;color:var(--text-tertiary);margin:1rem 0;font-size:.8rem}.messages-module__khHShW__dateBadge{background:var(--bg-secondary);border-radius:50px;padding:.35rem 1rem}.messages-module__khHShW__messageGroup{gap:.5rem;display:flex}.messages-module__khHShW__messageGroup.messages-module__khHShW__sent{justify-content:flex-end}.messages-module__khHShW__messageGroup.messages-module__khHShW__received{justify-content:flex-start}.messages-module__khHShW__messageBubble{border-radius:18px;max-width:70%;padding:.85rem 1.15rem;position:relative}.messages-module__khHShW__sent .messages-module__khHShW__messageBubble{background:var(--primary);color:#fff;border-radius:12px 12px 4px}.messages-module__khHShW__received .messages-module__khHShW__messageBubble{background:var(--surface);color:var(--foreground);border:1px solid var(--border);border-radius:12px 12px 12px 4px}.messages-module__khHShW__messageText{font-size:.95rem;line-height:1.5}.messages-module__khHShW__messageTime{opacity:.7;text-align:right;margin-top:.35rem;font-size:.7rem}.messages-module__khHShW__messageStatus{margin-left:.25rem}.messages-module__khHShW__inputArea{border-top:1px solid var(--border-color);background:var(--bg-primary);padding:1rem 1.5rem}.messages-module__khHShW__inputContainer{background:var(--bg-secondary);border-radius:25px;align-items:center;gap:.75rem;padding:.5rem;display:flex}.messages-module__khHShW__attachBtn{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;font-size:1.2rem;transition:color .2s}.messages-module__khHShW__attachBtn:hover{color:var(--primary-color)}.messages-module__khHShW__messageInput{color:var(--text-primary);background:0 0;border:none;flex:1;padding:.5rem;font-size:.95rem}.messages-module__khHShW__messageInput::placeholder{color:var(--text-tertiary)}.messages-module__khHShW__messageInput:focus{outline:none}.messages-module__khHShW__emojiBtn{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;font-size:1.2rem}.messages-module__khHShW__sendBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:opacity .15s;display:flex}.messages-module__khHShW__sendBtn:hover{opacity:.9}.messages-module__khHShW__sendBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.messages-module__khHShW__emptyState{color:var(--text-secondary);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.messages-module__khHShW__emptyIcon{opacity:.5;margin-bottom:1.5rem;font-size:5rem}.messages-module__khHShW__emptyTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.messages-module__khHShW__emptyText{color:var(--text-tertiary);max-width:300px}.messages-module__khHShW__typing{background:var(--bg-secondary);border-radius:18px;align-items:center;gap:.5rem;width:fit-content;padding:.75rem 1rem;display:flex}.messages-module__khHShW__typingDots{gap:.25rem;display:flex}.messages-module__khHShW__typingDot{background:var(--text-tertiary);border-radius:50%;width:6px;height:6px;animation:1.4s infinite messages-module__khHShW__typing}.messages-module__khHShW__typingDot:nth-child(2){animation-delay:.2s}.messages-module__khHShW__typingDot:nth-child(3){animation-delay:.4s}@keyframes messages-module__khHShW__typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@media (max-width:768px){.messages-module__khHShW__container{grid-template-columns:1fr}.messages-module__khHShW__sidebar{display:none}.messages-module__khHShW__sidebar.messages-module__khHShW__mobileOpen{z-index:100;display:flex;position:fixed;inset:80px 0 0}}
