.support-chat-root[data-v-7f2608da]{z-index:9999;flex-direction:column;align-items:flex-end;gap:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:fixed;bottom:24px;right:24px}.chat-window[data-v-7f2608da]{background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;width:360px;max-height:540px;display:flex;overflow:hidden;box-shadow:0 8px 40px #0000002e,0 2px 8px #00000014}@media (width<=767px){.support-chat-root[data-v-7f2608da]{bottom:80px;right:16px}.chat-root-open[data-v-7f2608da]{z-index:99999;align-items:stretch;width:100%;height:100dvh;position:fixed;inset:0}.chat-root-open .chat-window[data-v-7f2608da]{width:100%;height:100%;max-height:none;box-shadow:none;border:none;border-radius:0;flex-direction:column;flex:1;display:flex}.chat-root-open .chat-messages[data-v-7f2608da]{flex:auto;min-height:0}.chat-root-open .chat-input-area[data-v-7f2608da]{padding-bottom:env(safe-area-inset-bottom,12px);flex:none}.chat-root-open .chat-bubble-btn[data-v-7f2608da]{display:none}.chat-input[data-v-7f2608da],.chat-input[data-v-7f2608da]:focus{font-size:16px}}.chat-header[data-v-7f2608da]{background:#1a1815;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.chat-header-identity[data-v-7f2608da]{align-items:center;gap:10px;display:flex}.chat-avatar[data-v-7f2608da]{color:#fff;background:#436252;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chat-header-title[data-v-7f2608da]{color:#fff;margin:0;font-size:14px;font-weight:600;line-height:1.3}.chat-header-subtitle[data-v-7f2608da]{color:#fff9;align-items:center;gap:4px;margin:0;font-size:11px;line-height:1.4;display:flex}.chat-status-dot[data-v-7f2608da]{background:#4ade80;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.chat-close-btn[data-v-7f2608da]{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:flex}.chat-close-btn[data-v-7f2608da]:hover{color:#fff;background:#ffffff1a}.chat-messages[data-v-7f2608da]{scroll-behavior:smooth;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.chat-messages[data-v-7f2608da]::-webkit-scrollbar{width:4px}.chat-messages[data-v-7f2608da]::-webkit-scrollbar-track{background:0 0}.chat-messages[data-v-7f2608da]::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:2px}.chat-msg[data-v-7f2608da]{flex-direction:column;max-width:88%;display:flex}.chat-msg-user[data-v-7f2608da]{align-self:flex-end;align-items:flex-end}.chat-msg-ai[data-v-7f2608da]{align-self:flex-start;align-items:flex-start}.chat-bubble[data-v-7f2608da]{word-break:break-word;border-radius:16px;padding:10px 13px;font-size:13.5px;line-height:1.55}.chat-msg-user .chat-bubble[data-v-7f2608da]{color:#fff;background:#436252;border-bottom-right-radius:4px;font-weight:500}.chat-msg-ai .chat-bubble[data-v-7f2608da]{color:#1a1a2e;background:#f3f4f6;border-bottom-left-radius:4px}.chat-bubble-error[data-v-7f2608da]{color:#991b1b;background:#fef2f2;flex-direction:column;gap:6px;display:flex}.chat-support-link[data-v-7f2608da]{color:#2563eb;font-size:12.5px;text-decoration:none}.chat-support-link[data-v-7f2608da]:hover{text-decoration:underline}.chat-bubble[data-v-7f2608da] ul{margin:6px 0 2px;padding-left:18px;list-style:outside}.chat-bubble[data-v-7f2608da] li{margin-bottom:2px}.chat-bubble[data-v-7f2608da] strong{font-weight:600}.chat-bubble[data-v-7f2608da] a{color:#2563eb;text-decoration:none}.chat-bubble[data-v-7f2608da] a:hover{text-decoration:underline}.chat-msg-user .chat-bubble[data-v-7f2608da] a{color:#1a1815;text-decoration:underline}.chat-typing-dots[data-v-7f2608da]{align-items:center;gap:4px;height:18px;display:inline-flex}.chat-typing-dots span[data-v-7f2608da]{background:#9ca3af;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite bounce-7f2608da}.chat-typing-dots span[data-v-7f2608da]:nth-child(2){animation-delay:.2s}.chat-typing-dots span[data-v-7f2608da]:nth-child(3){animation-delay:.4s}@keyframes bounce-7f2608da{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.chat-feedback[data-v-7f2608da]{align-items:center;gap:4px;margin-top:4px;padding-left:2px;display:flex}.chat-feedback-btn[data-v-7f2608da]{cursor:pointer;color:#9ca3af;background:0 0;border:1px solid #e5e7eb;border-radius:6px;align-items:center;padding:4px 6px;transition:color .15s,border-color .15s,background .15s;display:flex}.chat-feedback-btn[data-v-7f2608da]:hover{color:#6b7280;background:#f9fafb;border-color:#d1d5db}.chat-feedback-btn-active-yes[data-v-7f2608da]{color:#16a34a;background:#f0fdf4;border-color:#86efac}.chat-feedback-btn-active-no[data-v-7f2608da]{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.chat-feedback-thanks[data-v-7f2608da]{color:#6b7280;margin-left:2px;font-size:11px}.chat-input-area[data-v-7f2608da]{background:#fff;border-top:1px solid #f0f0f0;flex-shrink:0;padding:10px 14px 12px}.chat-input-row[data-v-7f2608da]{align-items:flex-end;gap:8px;display:flex}.chat-input[data-v-7f2608da]{color:#111827;resize:none;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;flex:1;min-height:38px;max-height:120px;padding:9px 12px;font-family:inherit;font-size:13.5px;line-height:1.4;transition:border-color .15s;overflow-y:auto}.chat-input[data-v-7f2608da]::placeholder{color:#9ca3af}.chat-input[data-v-7f2608da]:focus{background:#fff;border-color:#436252}.chat-input[data-v-7f2608da]:disabled{opacity:.5;cursor:not-allowed}.chat-send-btn[data-v-7f2608da]{cursor:pointer;color:#fff;background:#436252;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,transform .1s;display:flex}.chat-send-btn[data-v-7f2608da]:hover:not(:disabled){background:#374f43}.chat-send-btn[data-v-7f2608da]:active:not(:disabled){transform:scale(.94)}.chat-send-btn[data-v-7f2608da]:disabled{opacity:.4;cursor:not-allowed}.chat-input-hint[data-v-7f2608da]{color:#d1d5db;text-align:right;margin:5px 0 0;font-size:10.5px}.chat-handoff-row[data-v-7f2608da]{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-handoff-toggle[data-v-7f2608da]{color:#b45309;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:4px 0;font-size:11px;font-weight:600}.chat-handoff-toggle[data-v-7f2608da]:hover{text-decoration:underline}.chat-handoff[data-v-7f2608da]{background:#faf7f2;border:1px solid #f1e6d6;border-radius:8px;margin-top:8px;padding:12px}.chat-handoff-label[data-v-7f2608da]{color:#555;margin:0 0 8px;font-size:12px}.chat-handoff-input[data-v-7f2608da]{box-sizing:border-box;border:1px solid #e5e7eb;border-radius:6px;width:100%;margin-bottom:8px;padding:8px 10px;font-size:13px}.chat-handoff-send[data-v-7f2608da]{color:#fff;cursor:pointer;background-color:#f59e0b;border:none;border-radius:6px;width:100%;padding:9px 12px;font-size:13px;font-weight:600}.chat-handoff-send[data-v-7f2608da]:disabled{opacity:.6;cursor:default}.chat-handoff-sent[data-v-7f2608da]{color:#166534;margin:0;font-size:13px}.chat-handoff-error[data-v-7f2608da]{color:#b91c1c;margin:8px 0 0;font-size:11.5px}.chat-bubble-btn[data-v-7f2608da]{cursor:pointer;color:#fff;background:#436252;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:background .15s,transform .15s,box-shadow .15s;display:flex;position:relative;box-shadow:0 4px 16px #43625266,0 2px 6px #0000001f}.chat-bubble-btn[data-v-7f2608da]:hover{background:#374f43;transform:scale(1.06);box-shadow:0 6px 20px #4362528c,0 2px 8px #00000024}.chat-bubble-btn[data-v-7f2608da]:active{transform:scale(.96)}.chat-bubble-btn-open[data-v-7f2608da]{color:#fff;background:#1a1815;box-shadow:0 4px 16px #0b1e3859}.chat-bubble-btn-open[data-v-7f2608da]:hover{background:#163764;box-shadow:0 6px 20px #0b1e3866}.bubble-icon[data-v-7f2608da]{justify-content:center;align-items:center;display:flex}.chat-unread-dot[data-v-7f2608da]{background:#ef4444;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;right:2px}.chat-window-enter-active[data-v-7f2608da]{transition:opacity .2s,transform .22s cubic-bezier(.34,1.36,.64,1)}.chat-window-leave-active[data-v-7f2608da]{transition:opacity .15s,transform .15s}.chat-window-enter-from[data-v-7f2608da],.chat-window-leave-to[data-v-7f2608da]{opacity:0;transform:translateY(12px)scale(.96)}.bubble-icon-enter-active[data-v-7f2608da],.bubble-icon-leave-active[data-v-7f2608da]{transition:opacity .1s,transform .1s}.bubble-icon-enter-from[data-v-7f2608da]{opacity:0;transform:rotate(-90deg)scale(.7)}.bubble-icon-leave-to[data-v-7f2608da]{opacity:0;transform:rotate(90deg)scale(.7)}
