.chat-window[data-v-1e0de943]{background:linear-gradient(#f8f9fa 0%,#fff 100%);flex-direction:column;height:100%;display:flex}@media (width<=768px){.chat-window[data-v-1e0de943]{height:100dvh}}.chat-header[data-v-1e0de943]{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2 0%,#f8f9faf2 100%);border-bottom:1px solid #e8e8e8;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex;box-shadow:0 2px 8px #0000000a}.chat-header-left[data-v-1e0de943]{align-items:center;gap:10px;display:flex}.back-btn[data-v-1e0de943]{color:#65676b;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:none}.back-btn[data-v-1e0de943]:hover{color:#00b4d8;background:#f0f2f5}@media (width<=768px){.back-btn.mobile-only[data-v-1e0de943]{display:flex}}.participant-btn[data-v-1e0de943]{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:16px;align-items:center;gap:12px;padding:6px 12px 6px 6px;transition:all .25s;display:flex}.participant-btn[data-v-1e0de943]:hover{background:#00b4d814}.avatar-container[data-v-1e0de943]{position:relative}.online-dot[data-v-1e0de943]{background:#31a24c;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:2px;right:2px;box-shadow:0 0 0 2px #31a24c33}.participant-info[data-v-1e0de943]{flex-direction:column;gap:2px;display:flex}.participant-name[data-v-1e0de943]{color:#1c1e21;letter-spacing:-.2px;font-size:1rem;font-weight:700}.participant-status[data-v-1e0de943]{color:#65676b;align-items:center;gap:6px;font-size:.8rem;font-weight:500;transition:all .3s;display:flex}.participant-status.typing[data-v-1e0de943]{color:#00b4d8}.status-dot[data-v-1e0de943]{background:#31a24c;border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 4px #31a24c}.typing-indicator[data-v-1e0de943]{align-items:center;gap:3px;padding:4px 0;display:flex}.typing-dot[data-v-1e0de943]{background:#00b4d8;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite typing-bounce-1e0de943}.typing-dot[data-v-1e0de943]:nth-child(2){animation-delay:.2s}.typing-dot[data-v-1e0de943]:nth-child(3){animation-delay:.4s}@keyframes typing-bounce-1e0de943{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.typing-text[data-v-1e0de943]{letter-spacing:.3px;font-size:.75rem;font-weight:600}.chat-header-actions[data-v-1e0de943]{align-items:center;gap:4px;display:flex}.header-action-btn[data-v-1e0de943]{color:#65676b;border-radius:12px;width:40px;height:40px;transition:all .2s}.header-action-btn[data-v-1e0de943]:hover{color:#00b4d8;background:#00b4d81a}.messages-container[data-v-1e0de943]{scroll-behavior:smooth;flex-direction:column;flex:1;min-height:0;padding:20px 16px 16px;display:flex;overflow-y:auto}.messages-container[data-v-1e0de943]::-webkit-scrollbar{width:6px}.messages-container[data-v-1e0de943]::-webkit-scrollbar-track{background:0 0}.messages-container[data-v-1e0de943]::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.messages-loading[data-v-1e0de943]{color:#65676b;justify-content:center;align-items:center;gap:10px;padding:24px;font-size:.9rem;display:flex}.loading-spinner[data-v-1e0de943]{border:3px solid #e8e8e8;border-top-color:#00b4d8;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin-1e0de943}@keyframes spin-1e0de943{to{transform:rotate(360deg)}}.no-messages[data-v-1e0de943]{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.empty-chat[data-v-1e0de943]{flex-direction:column;align-items:center;display:flex}.empty-chat-icon[data-v-1e0de943]{margin-bottom:16px;font-size:4rem;animation:2s ease-in-out infinite wave-1e0de943}@keyframes wave-1e0de943{0%,to{transform:rotate(0)}25%{transform:rotate(15deg)}75%{transform:rotate(-15deg)}}.empty-chat-title[data-v-1e0de943]{color:#1c1e21;margin:0 0 6px;font-size:1.1rem;font-weight:700}.empty-chat-hint[data-v-1e0de943]{color:#65676b;margin:0;font-size:.9rem}.messages-list[data-v-1e0de943]{flex-direction:column;gap:10px;display:flex}.typing-indicator-bottom[data-v-1e0de943]{padding:8px 0}.typing-bubble[data-v-1e0de943]{background:#fff;border-radius:20px;align-items:center;gap:4px;padding:12px 16px;display:inline-flex;box-shadow:0 2px 8px #00000014}.typing-bubble .typing-dot[data-v-1e0de943]{background:#00b4d8;width:8px;height:8px;animation:1.4s ease-in-out infinite typing-bounce-1e0de943}@media (width<=768px){.chat-header[data-v-1e0de943]{padding:10px 12px;padding-top:max(10px, env(safe-area-inset-top))}.participant-status[data-v-1e0de943]{align-items:center;gap:4px;display:flex}.status-text[data-v-1e0de943]{display:none}.header-action-btn[data-v-1e0de943]{width:36px;height:36px}.messages-container[data-v-1e0de943]{padding:16px 12px;padding-bottom:calc(16px + var(--keyboard-offset,0px))}}@supports (padding-bottom:env(safe-area-inset-bottom)){@media (width<=768px){.messages-container[data-v-1e0de943]{padding-bottom:calc(16px + var(--keyboard-offset,0px) + env(safe-area-inset-bottom,0px))}.chat-input-container[data-v-1e0de943]{padding-bottom:calc(12px + var(--keyboard-offset,0px) + env(safe-area-inset-bottom,0px))}}}@media (width<=375px){.participant-name[data-v-1e0de943]{text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:.9rem;overflow:hidden}.header-action-btn[data-v-1e0de943]{width:32px;height:32px}.header-action-btn svg[data-v-1e0de943]{width:18px;height:18px}}
