.chat-page[data-v-66ff3e6d]{height:calc(100vh - 90px);background-color:var(--md-sys-color-background);display:flex;flex-direction:column;margin:8px}.chat-header[data-v-66ff3e6d]{padding:16px 24px;background-color:var(--md-sys-color-surface)}.chat-header h1[data-v-66ff3e6d]{font-size:24px;font-weight:400;line-height:32px;letter-spacing:0px;margin:0}.chat-container[data-v-66ff3e6d]{display:flex;flex:1;gap:0;overflow:hidden;border-radius:18px}.chat-sidebar[data-v-66ff3e6d]{width:360px;min-width:360px;display:flex;flex-direction:column;height:100%;background-color:var(--md-sys-color-surface-container-low);overflow:hidden}.sidebar-header[data-v-66ff3e6d]{padding:16px}.sidebar-header-top[data-v-66ff3e6d]{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.sidebar-header h2[data-v-66ff3e6d]{font-size:20px;font-weight:500;line-height:24px;letter-spacing:.15px;margin:0}.sidebar-search[data-v-66ff3e6d]{width:100%}.search-progress[data-v-66ff3e6d]{position:relative;width:100%;z-index:10}.search-progress md-linear-progress[data-v-66ff3e6d]{--md-linear-progress-active-indicator-color: var(--md-sys-color-primary);--md-linear-progress-track-color: var(--md-sys-color-surface-container-highest)}.chat-list[data-v-66ff3e6d]{flex:1;overflow-y:auto;overflow-x:hidden}.chat-item[data-v-66ff3e6d]{padding:12px 16px;cursor:pointer;transition:background-color .2s ease}.chat-item[data-v-66ff3e6d]:hover{background-color:var(--md-sys-color-surface-container)}.chat-item-selected[data-v-66ff3e6d],.chat-item-selected[data-v-66ff3e6d]:hover{background-color:var(--md-sys-color-secondary-container)}.chat-item-content[data-v-66ff3e6d]{display:flex;align-items:flex-start;gap:12px}.chat-avatar[data-v-66ff3e6d]{width:40px;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;font-weight:500}.chat-item-text[data-v-66ff3e6d]{flex:1;min-width:0}.chat-item-header[data-v-66ff3e6d]{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.chat-item-name[data-v-66ff3e6d]{font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-item-time[data-v-66ff3e6d]{font-size:12px;line-height:16px;letter-spacing:.4px;flex-shrink:0;margin-left:8px}.chat-item-message[data-v-66ff3e6d]{font-size:14px;line-height:20px;letter-spacing:.25px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-loading-more[data-v-66ff3e6d]{padding:16px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px}.chat-empty-state[data-v-66ff3e6d]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px}.chat-empty-icon[data-v-66ff3e6d]{font-size:48px;width:48px;height:48px;opacity:.6}.chat-empty-icon-large[data-v-66ff3e6d]{font-size:64px;width:64px;height:64px;opacity:.6}.chat-skeleton[data-v-66ff3e6d]{animation:pulse-66ff3e6d 1.5s ease-in-out infinite}.chat-skeleton-text[data-v-66ff3e6d]{height:12px;border-radius:4px;animation:pulse-66ff3e6d 1.5s ease-in-out infinite}.chat-skeleton-name[data-v-66ff3e6d]{width:60%;margin-bottom:8px}.chat-skeleton-time[data-v-66ff3e6d]{width:30%;margin-left:auto}.chat-skeleton-message[data-v-66ff3e6d]{width:80%}@keyframes pulse-66ff3e6d{0%,to{opacity:1}50%{opacity:.5}}.chat-main[data-v-66ff3e6d]{flex:1;display:flex;flex-direction:column;height:100%;background-color:var(--md-sys-color-surface-container);overflow:hidden}.chat-header-detail[data-v-66ff3e6d]{padding:16px;display:flex;align-items:center;justify-content:space-between;background-color:var(--md-sys-color-surface-container)}.chat-header-info[data-v-66ff3e6d]{display:flex;align-items:center;gap:12px}.chat-header-avatar[data-v-66ff3e6d]{width:40px;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500}.chat-header-name[data-v-66ff3e6d]{font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px;margin:0}.chat-header-actions[data-v-66ff3e6d]{display:flex;gap:4px}.chat-header-empty[data-v-66ff3e6d]{padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:64px;gap:8px}.messages-area[data-v-66ff3e6d]{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px;display:flex;flex-direction:column;gap:12px}.messages-loading-more[data-v-66ff3e6d]{padding:8px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px}.message-item[data-v-66ff3e6d]{display:flex;gap:8px;align-items:flex-end}.message-incoming[data-v-66ff3e6d]{justify-content:flex-start}.message-outgoing[data-v-66ff3e6d]{justify-content:flex-end}.message-avatar[data-v-66ff3e6d]{width:32px;height:32px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:500}.message-bubble[data-v-66ff3e6d]{max-width:70%;padding:12px 16px;border-radius:16px;word-wrap:break-word;position:relative}.message-incoming .message-bubble[data-v-66ff3e6d]{border-bottom-left-radius:4px}.message-outgoing .message-bubble[data-v-66ff3e6d]{border-bottom-right-radius:4px}.message-attachment[data-v-66ff3e6d]{margin-bottom:8px}.message-image[data-v-66ff3e6d]{max-width:100%;border-radius:8px}.message-text[data-v-66ff3e6d]{font-size:14px;line-height:20px;letter-spacing:.25px;margin:0;word-wrap:break-word}.message-footer[data-v-66ff3e6d]{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:4px}.message-time[data-v-66ff3e6d]{font-size:11px;line-height:16px;letter-spacing:.5px;opacity:.7}.message-status[data-v-66ff3e6d]{display:flex;align-items:center;margin-left:4px}.whatsapp-tick[data-v-66ff3e6d]{display:inline-flex;align-items:center;justify-content:center}.messages-empty[data-v-66ff3e6d],.messages-empty-state[data-v-66ff3e6d]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.messages-skeleton[data-v-66ff3e6d]{display:flex;flex-direction:column;gap:12px;padding:16px}.message-input[data-v-66ff3e6d]{padding:8px 16px 16px;background-color:var(--md-sys-color-surface-container)}.message-input-container[data-v-66ff3e6d]{display:flex;align-items:center;justify-content:space-between;gap:8px}.contact-sidebar[data-v-66ff3e6d]{width:320px;min-width:320px;display:flex;flex-direction:column;height:100%;background-color:var(--md-sys-color-surface-container-low);overflow:hidden}.contact-sidebar-header[data-v-66ff3e6d]{padding:16px}.contact-sidebar-header h3[data-v-66ff3e6d]{font-size:20px;font-weight:500;line-height:24px;letter-spacing:.15px;margin:0}.contact-sidebar-content[data-v-66ff3e6d]{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 16px 16px}.contact-avatar-section[data-v-66ff3e6d]{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;padding-top:16px}.contact-avatar-large[data-v-66ff3e6d]{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:500;margin-bottom:16px}.contact-name[data-v-66ff3e6d]{font-size:18px;font-weight:500;line-height:24px;letter-spacing:.15px;margin:0 0 4px;text-align:center}.contact-phone[data-v-66ff3e6d]{font-size:14px;line-height:20px;letter-spacing:.25px;margin:0;text-align:center}.contact-details[data-v-66ff3e6d]{display:flex;flex-direction:column;gap:20px}.contact-detail-item[data-v-66ff3e6d]{display:flex;flex-direction:column;gap:8px}.contact-detail-label[data-v-66ff3e6d]{font-size:12px;line-height:16px;letter-spacing:.4px;font-weight:500}.contact-detail-value[data-v-66ff3e6d]{padding:12px 16px;border-radius:12px;font-size:14px;line-height:20px;letter-spacing:.25px}.contact-detail-chips[data-v-66ff3e6d]{display:flex;flex-wrap:wrap;gap:8px}.contact-chip[data-v-66ff3e6d]{padding:6px 12px;border-radius:16px;font-size:12px;line-height:16px;letter-spacing:.4px;font-weight:500}.contact-empty-state[data-v-66ff3e6d]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px}.chat-list[data-v-66ff3e6d]::-webkit-scrollbar,.messages-area[data-v-66ff3e6d]::-webkit-scrollbar,.contact-sidebar-content[data-v-66ff3e6d]::-webkit-scrollbar{width:8px}.chat-list[data-v-66ff3e6d]::-webkit-scrollbar-track,.messages-area[data-v-66ff3e6d]::-webkit-scrollbar-track,.contact-sidebar-content[data-v-66ff3e6d]::-webkit-scrollbar-track{background:transparent}.chat-list[data-v-66ff3e6d]::-webkit-scrollbar-thumb,.messages-area[data-v-66ff3e6d]::-webkit-scrollbar-thumb,.contact-sidebar-content[data-v-66ff3e6d]::-webkit-scrollbar-thumb{background-color:var(--md-sys-color-outline-variant);border-radius:4px}.chat-list[data-v-66ff3e6d]::-webkit-scrollbar-thumb:hover,.messages-area[data-v-66ff3e6d]::-webkit-scrollbar-thumb:hover,.contact-sidebar-content[data-v-66ff3e6d]::-webkit-scrollbar-thumb:hover{background-color:var(--md-sys-color-outline)}@media(max-width:1024px){.contact-sidebar[data-v-66ff3e6d]{display:none}}@media(max-width:768px){.chat-container[data-v-66ff3e6d]{gap:0}.chat-sidebar[data-v-66ff3e6d]{width:100%;min-width:100%}.chat-main[data-v-66ff3e6d]{display:none}.chat-main.active[data-v-66ff3e6d]{display:flex}}
