@keyframes typingBounce-04374042{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes bubbleIn-04374042{0%{opacity:0;transform:translateY(6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes bubbleInOut-04374042{0%{opacity:0;transform:translate(10px)translateY(4px)scale(.96)}to{opacity:1;transform:translate(0)translateY(0)scale(1)}}.chat-demo[data-v-04374042]{-webkit-user-select:none;user-select:none;width:100%;max-width:380px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chat-demo__phone[data-v-04374042]{border:1.5px solid var(--app-separator-color);border-radius:24px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000001f,0 4px 16px #0000000f}.chat-demo__header[data-v-04374042]{background:var(--app-bg-card);border-bottom:1px solid var(--app-separator-color);flex-shrink:0;align-items:center;gap:10px;padding:12px 14px 10px;display:flex}.chat-demo__header-avatar[data-v-04374042]{background:linear-gradient(135deg,#3c88f6,#2a70d6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;display:flex}.chat-demo__header-avatar--img[data-v-04374042]{object-fit:cover;background:0 0}.chat-demo__header-info[data-v-04374042]{flex:1;min-width:0}.chat-demo__header-name[data-v-04374042]{color:var(--app-color-accent);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.2;overflow:hidden}.chat-demo__header-status[data-v-04374042]{color:#3c88f6;margin-top:1px;font-size:11.5px;font-weight:500}.chat-demo__header-time[data-v-04374042]{background:var(--app-bg-page-gray);color:var(--app-color-accent);letter-spacing:.02em;font-variant-numeric:tabular-nums;border-radius:12px;flex-shrink:0;margin-left:auto;padding:4px 10px;font-size:12px;font-weight:600}.chat-demo__area[data-v-04374042]{isolation:isolate;background-color:var(--tg-chat-bg);background-image:var(--tg-chat-gradient);height:340px;position:relative;overflow:hidden}.chat-demo__area[data-v-04374042]:after{content:"";mix-blend-mode:var(--tg-pattern-blend);opacity:var(--tg-pattern-opacity);filter:var(--tg-pattern-filter);z-index:0;pointer-events:none;background-image:url(/assets/tg-chat-pattern-Y95HsYL8.svg);background-repeat:repeat;background-size:350px;position:absolute;top:0;bottom:0;left:0;right:0}.chat-demo__messages[data-v-04374042]{z-index:1;scroll-behavior:smooth;flex-direction:column;gap:2px;height:100%;padding:10px 10px 12px;display:flex;position:relative;overflow-y:auto}.chat-demo__messages[data-v-04374042]::-webkit-scrollbar{width:3px}.chat-demo__messages[data-v-04374042]::-webkit-scrollbar-track{background:0 0}.chat-demo__messages[data-v-04374042]::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.chat-demo__bot-avatar[data-v-04374042]{background:linear-gradient(135deg,#3c88f6,#2a70d6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-bottom:2px;font-size:13px;display:flex;overflow:hidden}.chat-demo__bot-avatar img[data-v-04374042]{object-fit:cover;width:100%;height:100%}.tg-msg-row[data-v-04374042]{align-items:flex-end;gap:4px;padding:1px 2px;display:flex}.tg-msg-row--in[data-v-04374042]{justify-content:flex-start;padding-right:40px;animation:.22s cubic-bezier(.34,1.56,.64,1) both bubbleIn-04374042}.tg-msg-row--out[data-v-04374042]{justify-content:flex-end;padding-left:40px;animation:.18s cubic-bezier(.25,.46,.45,.94) both bubbleInOut-04374042}.tg-msg-avatar-spacer[data-v-04374042]{flex-shrink:0;width:26px}.tg-bubble[data-v-04374042]{word-break:break-word;border-radius:12px;max-width:86%;padding:6px 10px 4px;font-size:14px;line-height:1.38;position:relative}.tg-bubble--in[data-v-04374042]{background:var(--tg-bubble-in-bg);color:var(--tg-bubble-in-text);border-bottom-left-radius:12px}.tg-bubble--out[data-v-04374042]{background:var(--tg-bubble-out-bg);color:var(--tg-bubble-out-text);border-bottom-right-radius:12px}.tg-bubble--tail-in[data-v-04374042]{border-bottom-left-radius:4px}.tg-bubble--tail-out[data-v-04374042]{border-bottom-right-radius:4px}.tg-bubble-body[data-v-04374042]{display:inline}.tg-bubble-text[data-v-04374042]{white-space:pre-wrap}.tg-bubble-meta[data-v-04374042]{float:right;vertical-align:bottom;align-items:center;gap:2px;margin:4px 0 0 8px;display:inline-flex}.tg-bubble-time[data-v-04374042]{font-size:11px}.tg-bubble--in .tg-bubble-time[data-v-04374042]{color:var(--tg-time-in)}.tg-bubble--out .tg-bubble-time[data-v-04374042]{color:var(--tg-time-out)}.tg-bubble-check[data-v-04374042]{color:var(--tg-check-out)}.chat-demo__typing-dots[data-v-04374042]{align-items:center;gap:4px;min-height:24px;padding:4px 2px;display:flex}.chat-demo__dot[data-v-04374042]{background:var(--tg-time-in);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typingBounce-04374042;display:inline-block}.chat-demo__input-bar[data-v-04374042]{background:var(--app-bg-card);border-top:1px solid var(--app-separator-color);flex-shrink:0;align-items:center;gap:8px;padding:8px 10px;display:flex}.chat-demo__input-icon[data-v-04374042]{color:var(--tg-time-in);flex-shrink:0}.chat-demo__input-field[data-v-04374042]{background:var(--app-bg-page-gray);color:var(--app-color);white-space:nowrap;text-overflow:ellipsis;border-radius:18px;flex:1;min-height:32px;padding:7px 12px;font-size:13px;line-height:18px;overflow:hidden}@keyframes cursorBlink-04374042{0%,to{opacity:1}50%{opacity:0}}.chat-demo__input-cursor[data-v-04374042]{background:var(--app-color);vertical-align:middle;width:1.5px;height:13px;margin-left:1px;animation:.8s step-end infinite cursorBlink-04374042;display:inline-block}.chat-demo__send-btn[data-v-04374042]{background:#3c88f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.chat-demo__tabs[data-v-04374042]{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px;display:flex}.chat-demo__tab[data-v-04374042]{border:1.5px solid var(--app-separator-color);background:var(--app-bg-card);cursor:pointer;color:var(--app-color);border-radius:20px;outline:none;padding:6px 13px;font-family:inherit;font-size:12.5px;font-weight:500;transition:border-color .15s,background .15s,color .15s}.chat-demo__tab[data-v-04374042]:hover{color:#3c88f6;border-color:#3c88f6}.chat-demo__tab--active[data-v-04374042]{color:#fff;background:#3c88f6;border-color:#3c88f6}.hcd[data-v-6b9ecea0]{--hcd-icon-bg:#1a1a22;--hcd-icon-border:#ffffff0f;--hcd-icon-highlight:#ffffff1a;--hcd-icon-shadow:#00000040;--hcd-text:#fff;--hcd-text-muted:#ffffff80;--hcd-text-strong:#ffffffd9;--hcd-text-faint:#ffffff73;--hcd-text-icon:#ffffffb3;--hcd-bubble-in-from:#26272f;--hcd-bubble-in-to:#2a212b;--hcd-bubble-out-from:#ae6bf0;--hcd-bubble-out-to:#8a35da;--hcd-bubble-check:#ffffffe6;--hcd-typing-dot:#ffffff8c;--hcd-badge-bg:#fff;--hcd-badge-text:#000;--hcd-cursor:#3c88f6;--hcd-send-bg:#3c88f6;--hcd-screen-glow-purple:#09010d59;--hcd-screen-glow-blue:#1a2b5152;--hcd-screen-bg-1:#1a1426;--hcd-screen-bg-2:#0e0e15;--hcd-screen-bg-3:#14101e;--hcd-header-veil:#00000080;-webkit-user-select:none;user-select:none;width:100%;max-width:380px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hcd__phone[data-v-6b9ecea0]{aspect-ratio:365/750;width:100%;position:relative}.hcd__phone-frame[data-v-6b9ecea0]{pointer-events:none;z-index:3;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.hcd__screen[data-v-6b9ecea0]{background:radial-gradient(ellipse 80% 60% at 30% 10%, var(--hcd-screen-glow-purple) 0%, transparent 70%), radial-gradient(ellipse 80% 70% at 80% 90%, var(--hcd-screen-glow-blue) 0%, transparent 70%), linear-gradient(160deg, var(--hcd-screen-bg-1) 0%, var(--hcd-screen-bg-2) 50%, var(--hcd-screen-bg-3) 100%);isolation:isolate;z-index:1;border-radius:0%/4%;flex-direction:column;display:flex;position:absolute;top:8%;bottom:30%;left:3.6%;right:3.6%;overflow:hidden}.hcd__header[data-v-6b9ecea0]{z-index:2;background:linear-gradient(180deg, var(--hcd-header-veil) 0%, transparent 100%);color:var(--hcd-text);justify-content:space-between;align-items:center;padding:10px 12px 18px;display:flex;position:absolute;top:0;left:0;right:0}.hcd__header-back[data-v-6b9ecea0],.hcd__header-info[data-v-6b9ecea0],.hcd__header-avatar-wrap[data-v-6b9ecea0],.hcd__input-attach[data-v-6b9ecea0],.hcd__input-field[data-v-6b9ecea0]{background:var(--hcd-icon-bg);border:1px solid var(--hcd-icon-border);box-shadow:inset 0 .5px 0 var(--hcd-icon-highlight), inset 0 -.5px 0 var(--hcd-icon-shadow)}.hcd__header-back[data-v-6b9ecea0]{color:var(--hcd-text);border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:8px 9px 8px 8px;display:flex}.hcd__back-chevron[data-v-6b9ecea0]{width:9px;height:14px;color:var(--hcd-text)}.hcd__header-badge[data-v-6b9ecea0]{background:var(--hcd-badge-bg);color:var(--hcd-badge-text);text-align:center;border-radius:999px;min-width:20px;padding:1px 7px;font-size:11px;font-weight:600;line-height:14px}.hcd__header-info[data-v-6b9ecea0]{text-align:center;border-radius:999px;min-width:0;padding:3px 16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-58%)}.hcd__header-name[data-v-6b9ecea0]{color:var(--hcd-text);white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:600;line-height:1.15;overflow:hidden}.hcd__header-sub[data-v-6b9ecea0]{color:var(--hcd-text-muted);margin-top:1px;font-size:10px;font-weight:400}.hcd__header-avatar-wrap[data-v-6b9ecea0]{border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.hcd__header-avatar[data-v-6b9ecea0]{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.hcd__chat[data-v-6b9ecea0]{z-index:1;flex:1;min-height:0;position:relative;overflow:hidden}.hcd__chat-pattern[data-v-6b9ecea0]{opacity:.07;z-index:0;pointer-events:none;filter:invert();background-image:url(/assets/tg-chat-pattern-Y95HsYL8.svg);background-repeat:repeat;background-size:320px;position:absolute;top:0;bottom:0;left:0;right:0}.hcd__messages[data-v-6b9ecea0]{z-index:1;scroll-behavior:smooth;flex-direction:column;gap:4px;height:100%;padding:56px 8px 12px;display:flex;position:relative;overflow-y:auto}.hcd__messages[data-v-6b9ecea0]::-webkit-scrollbar{display:none}@keyframes hcdBubbleIn-6b9ecea0{0%{opacity:0;transform:translateY(6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.hcd-row[data-v-6b9ecea0]{padding:1px 2px;animation:.22s cubic-bezier(.34,1.56,.64,1) both hcdBubbleIn-6b9ecea0;display:flex}.hcd-row--in[data-v-6b9ecea0]{justify-content:flex-start;padding-right:36px}.hcd-row--out[data-v-6b9ecea0]{justify-content:flex-end;padding-left:36px}.hcd-bubble[data-v-6b9ecea0]{word-break:break-word;max-width:88%;color:var(--hcd-text);border-radius:14px;padding:5px 10px;font-size:13.5px;line-height:1.36;position:relative}.hcd-bubble--in[data-v-6b9ecea0]{background:linear-gradient(135deg, var(--hcd-bubble-in-from) 0%, var(--hcd-bubble-in-to) 100%);border-bottom-left-radius:6px}.hcd-bubble--out[data-v-6b9ecea0]{background:linear-gradient(135deg, var(--hcd-bubble-out-from) 0%, var(--hcd-bubble-out-to) 100%);color:var(--hcd-text);border-bottom-right-radius:6px}.hcd-bubble-text[data-v-6b9ecea0]{white-space:pre-wrap}.hcd-bubble-meta[data-v-6b9ecea0]{float:right;vertical-align:bottom;align-items:center;gap:3px;margin:4px 0 0 8px;display:inline-flex}.hcd-bubble-time[data-v-6b9ecea0]{font-size:10.5px}.hcd-bubble--in .hcd-bubble-time[data-v-6b9ecea0]{color:var(--hcd-text-muted)}.hcd-bubble--out .hcd-bubble-time[data-v-6b9ecea0]{color:var(--hcd-text-strong)}.hcd-bubble-check[data-v-6b9ecea0]{width:14px;height:10px;color:var(--hcd-bubble-check)}@keyframes hcdTypingBounce-6b9ecea0{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.hcd-typing[data-v-6b9ecea0]{align-items:center;gap:4px;min-height:18px;padding:4px;display:flex}.hcd-typing-dot[data-v-6b9ecea0]{background:var(--hcd-typing-dot);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite hcdTypingBounce-6b9ecea0}.hcd__input[data-v-6b9ecea0]{z-index:1;background:0 0;flex-shrink:0;align-items:center;gap:6px;padding:6px 8px 2px;display:flex;position:relative}.hcd__input-attach[data-v-6b9ecea0]{cursor:default;width:32px;height:32px;color:var(--hcd-text-icon);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.hcd__input-icon[data-v-6b9ecea0]{width:18px;height:18px}.hcd__input-field[data-v-6b9ecea0]{background:var(--hcd-icon-bg);min-width:0;color:var(--hcd-text);border-radius:16px;flex:1;align-items:center;min-height:32px;padding:7px 4px 7px 12px;font-size:13px;line-height:1.35;display:flex}.hcd__input-text-wrap[data-v-6b9ecea0]{word-break:break-word;overflow-wrap:anywhere;flex:1;min-width:0}.hcd__input-text[data-v-6b9ecea0]{white-space:pre-wrap;display:inline}.hcd__input-placeholder[data-v-6b9ecea0]{color:var(--hcd-text-faint)}.hcd__input-emoji[data-v-6b9ecea0]{cursor:default;width:26px;height:26px;color:var(--hcd-text-icon);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}@keyframes hcdCursorBlink-6b9ecea0{0%,to{opacity:1}50%{opacity:0}}.hcd__input-cursor[data-v-6b9ecea0]{background:var(--hcd-cursor);vertical-align:text-bottom;width:1.5px;height:1em;margin-left:1px;animation:.8s step-end infinite hcdCursorBlink-6b9ecea0;display:inline-block}.hcd__send[data-v-6b9ecea0]{cursor:default;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex;overflow:hidden}.hcd__send-img[data-v-6b9ecea0]{border-radius:50%;width:32px;height:32px;display:block}@media (prefers-reduced-motion:reduce){.hcd-row[data-v-6b9ecea0],.hcd-typing-dot[data-v-6b9ecea0],.hcd__input-cursor[data-v-6b9ecea0]{animation:none}}
