.chat-sidebar[data-v-75d98a25]{background:#0e1f3d;border-left:1px solid #1a3050;border-radius:0 12px 12px 0;display:flex;flex-direction:column;flex-shrink:0;height:calc(100vh - var(--header-height, 64px) - 8px);height:calc(100dvh - var(--header-height, 64px) - 8px);position:sticky;top:calc(var(--header-height, 64px));width:280px}.chat-sidebar--drawer[data-v-75d98a25]{border-radius:16px 0 0;border-right:none;flex:1;height:100%;min-height:0;width:100%}.chat-sidebar--auto-drawer[data-v-75d98a25]{border-radius:16px 0 0;bottom:0;box-shadow:-8px 0 32px #00000059;height:100dvh;max-width:100%;min-height:0;position:fixed;right:0;top:0;width:min(100vw,320px);z-index:1050}.chat-sidebar.chat-sidebar--drawer[data-v-75d98a25]{height:100vh;height:100dvh}.chat-sidebar-overlay[data-v-75d98a25]{background:#00000073;inset:0;position:fixed;z-index:1040}.chat-sidebar-overlay-fade-enter-active[data-v-75d98a25],.chat-sidebar-overlay-fade-leave-active[data-v-75d98a25]{transition:opacity .2s ease}.chat-sidebar-overlay-fade-enter-from[data-v-75d98a25],.chat-sidebar-overlay-fade-leave-to[data-v-75d98a25]{opacity:0}.chat-header[data-v-75d98a25]{align-items:center;background:#0d1b30;border-bottom:1px solid #1a3050;display:flex;flex-shrink:0;gap:10px;height:52px;padding:0 16px}.chat-header-icon[data-v-75d98a25]{color:#f5a623;flex-shrink:0}.chat-header-title[data-v-75d98a25]{color:#fff;font-size:15px;font-weight:600}.chat-header-spacer[data-v-75d98a25]{flex:1;min-width:8px}.chat-online[data-v-75d98a25]{align-items:center;color:#89a;display:flex;font-size:12px;gap:6px}.chat-online-dot[data-v-75d98a25]{background:#22c55e;border-radius:50%;flex-shrink:0;height:8px;width:8px}.chat-header-btn[data-v-75d98a25]{align-items:center;background:#f5a62333;border:none;border-radius:6px;color:#f5a623;cursor:pointer;display:flex;height:28px;justify-content:center;padding:0;width:28px}.chat-header-btn.close[data-v-75d98a25]{background:#ffffff0f;color:#89a}.chat-header-btn[data-v-75d98a25]:hover{opacity:.9}.chat-messages-wrap[data-v-75d98a25]{position:relative}.chat-messages[data-v-75d98a25],.chat-messages-wrap[data-v-75d98a25]{display:flex;flex:1;flex-direction:column;min-height:0}.chat-messages[data-v-75d98a25]{gap:8px;overflow-y:auto;padding:12px}.chat-messages[data-v-75d98a25]::-webkit-scrollbar{height:6px;width:6px}.chat-messages[data-v-75d98a25]::-webkit-scrollbar-track{background:transparent;border-radius:var(--border-radius,8px)}.chat-messages[data-v-75d98a25]::-webkit-scrollbar-thumb{background:var(--color-border,#333343);border:none;border-radius:var(--border-radius,8px)}.chat-messages[data-v-75d98a25]::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--color-border,#333343) 90%,#000)}.chat-send-blocker[data-v-75d98a25]{align-items:center;background:#0a1628eb;border:1px solid rgba(26,48,80,.6);box-shadow:inset 0 0 0 1px #ffffff0a;display:flex;flex-direction:column;gap:14px;inset:0;justify-content:center;padding:20px 16px;position:absolute;text-align:center;z-index:3}.chat-send-blocker__text[data-v-75d98a25]{color:#c8d6e5;font-size:13px;font-weight:500;line-height:1.5;margin:0;max-width:220px}.chat-send-blocker__login[data-v-75d98a25]{border:1px solid var(--color-border,#333343);border-radius:var(--border-radius,8px);font-size:1rem;font-weight:var(--font-weight-medium);transition:all .3s ease}.chat-send-blocker__login[data-v-75d98a25]:hover{background-color:#f5a62320}.chat-send-blocker__login[data-v-75d98a25]{background:var(--color-gradient-primary,linear-gradient(to right,#01f8ee 0,#822eff 100%));background:var(--color-gradient-primary);border:none;color:var(--color-text-inverse);font-weight:var(--font-weight-semibold);font-weight:700}.chat-send-blocker__login[data-v-75d98a25]:hover{background:linear-gradient(135deg,#ffb840,#f5a623)}.chat-send-blocker__login[data-v-75d98a25]{border-radius:18px;cursor:pointer;font-size:13px;height:36px;min-width:120px;padding:0 18px}.chat-msg.system[data-v-75d98a25]{color:#f5a623;font-size:11px;font-weight:500;padding:4px 0;text-align:center}.chat-msg.user[data-v-75d98a25]{align-items:flex-start;display:flex;gap:8px}.chat-msg.user .chat-msg-avatar[data-v-75d98a25]{align-items:center;background:#ffffff1a;border-radius:14px;display:flex;flex-shrink:0;height:28px;justify-content:center;overflow:hidden;width:28px}.chat-msg.user .chat-msg-avatar img[data-v-75d98a25]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.chat-msg.user .chat-msg-body[data-v-75d98a25]{display:flex;flex-direction:column;gap:3px;min-width:0;width:calc(100% - 36px)}.chat-msg.user .chat-msg-header[data-v-75d98a25]{align-items:center;display:flex;gap:8px}.chat-msg.user .chat-msg-name[data-v-75d98a25]{color:#5b9cff;font-size:12px;font-weight:600}.chat-msg.user .chat-msg-time[data-v-75d98a25]{color:#567;font-size:10px;line-height:1}.chat-msg.user .chat-msg-content[data-v-75d98a25]{color:#c8d6e5;font-size:13px;line-height:1.4;margin:0;word-break:break-word}.chat-input-area[data-v-75d98a25]{align-items:center;border-top:1px solid #1a3050;display:flex;flex-shrink:0;gap:8px;height:56px;padding:8px 12px}.chat-input[data-v-75d98a25]{background:#0a1628;border:1px solid #1a3050;border-radius:18px;color:#fff;flex:1;font-size:13px;height:36px;padding:0 14px}.chat-input[data-v-75d98a25]::-moz-placeholder{color:#567}.chat-input[data-v-75d98a25]::placeholder{color:#567}.chat-input[data-v-75d98a25]:focus{border-color:var(--color-primary,#6586ff);outline:none}.chat-send-btn-wrap[data-v-75d98a25]{align-items:center;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;line-height:0;position:relative;vertical-align:middle;width:36px}.chat-send-btn__disable-tooltip[data-v-75d98a25]{background:var(--color-bg-card,#1a2744);border:1px solid var(--color-border,#1a3050);border-radius:8px;bottom:100%;box-shadow:0 4px 14px #00000059;color:var(--color-text,#e8eef8);font-size:12px;font-weight:500;line-height:1.45;max-width:240px;padding:6px 10px;pointer-events:none;position:absolute;right:0;text-align:center;transform:translateY(-6px);white-space:normal;width:-moz-max-content;width:max-content;z-index:1000}.chat-send-disable-tip-enter-active[data-v-75d98a25],.chat-send-disable-tip-leave-active[data-v-75d98a25]{transition:opacity .12s ease}.chat-send-disable-tip-enter-from[data-v-75d98a25],.chat-send-disable-tip-leave-to[data-v-75d98a25]{opacity:0}.chat-send-btn[data-v-75d98a25]{align-items:center;background:#f5a623;border:none;border-radius:18px;color:#0a1628;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;padding:0;width:36px}.chat-send-btn[data-v-75d98a25]:hover:not(:disabled){opacity:.9}.chat-send-btn[data-v-75d98a25]:disabled{cursor:not-allowed;opacity:.45;pointer-events:none}@media(max-width:915px){.chat-sidebar[data-v-75d98a25]{height:calc(100vh - var(--header-height, 64px) - 36px);height:calc(100dvh - var(--header-height, 64px) - 36px)}}
