.chat-module__-9LyAa__container{gap:1rem;height:calc(100vh - 80px);display:flex;overflow:hidden}.chat-module__-9LyAa__ticketList{background:var(--bg-card);border-right:1px solid var(--border-color);border-radius:var(--border-radius);flex-direction:column;width:350px;display:flex;overflow:hidden}.chat-module__-9LyAa__listHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem;font-weight:600;display:flex}.chat-module__-9LyAa__listContent{flex:1;overflow-y:auto}.chat-module__-9LyAa__ticketItem{border-bottom:1px solid var(--border-color);cursor:pointer;padding:1rem;transition:background .2s}.chat-module__-9LyAa__ticketItem:hover{background:var(--bg-hover)}.chat-module__-9LyAa__ticketItem.chat-module__-9LyAa__active{background:#3b82f61a;border-left:3px solid #3b82f6}.chat-module__-9LyAa__ticketHeader{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.chat-module__-9LyAa__clientName{font-size:.95rem;font-weight:600}.chat-module__-9LyAa__ticketTime{color:var(--text-muted);font-size:.75rem}.chat-module__-9LyAa__lastMessage{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.chat-module__-9LyAa__chatArea{background:var(--bg-card);border-radius:var(--border-radius);flex-direction:column;flex:1;display:flex;overflow:hidden}.chat-module__-9LyAa__chatHeader{border-bottom:1px solid var(--border-color);background:var(--bg-card);justify-content:space-between;align-items:center;padding:1rem;display:flex}.chat-module__-9LyAa__messagesArea{background:var(--bg-body);flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.chat-module__-9LyAa__messageBubble{white-space:pre-wrap;border-radius:12px;max-width:70%;padding:.75rem 1rem;font-size:.95rem;line-height:1.5}.chat-module__-9LyAa__messageBubble.chat-module__-9LyAa__client{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);border-top-left-radius:4px;align-self:flex-start}.chat-module__-9LyAa__messageBubble.chat-module__-9LyAa__admin{color:#fff;background:#3b82f6;border-top-right-radius:4px;align-self:flex-end}.chat-module__-9LyAa__inputArea{border-top:1px solid var(--border-color);background:var(--bg-card);gap:.75rem;padding:1rem;display:flex}.chat-module__-9LyAa__input{border:1px solid var(--border-color);background:var(--bg-body);color:var(--text-primary);border-radius:8px;flex:1;padding:.75rem;font-size:.95rem}.chat-module__-9LyAa__sendBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s;display:flex}.chat-module__-9LyAa__sendBtn:hover{background:#2563eb}.chat-module__-9LyAa__emptyState{color:var(--text-secondary);background:var(--bg-card);border-radius:var(--border-radius);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.chat-module__-9LyAa__badge{text-transform:uppercase;letter-spacing:.02em;border-radius:6px;align-items:center;padding:3px 8px;font-size:.65rem;font-weight:600;display:inline-flex}.chat-module__-9LyAa__badgeOpen{color:#16a34a;background:#22c55e26;border:1px solid #22c55e33}.chat-module__-9LyAa__badgeClosed{color:#64748b;background:#64748b26;border:1px solid #64748b33}
