:root,[data-theme=light]{--color-bg:#f4f5f7;--color-surface:#fff;--color-surface-alt:#eef0f4;--color-text:#14161a;--color-text-muted:#6b7280;--color-border:#e2e4e9;--color-accent:#2f6fed;--color-accent-contrast:#fff;--color-bubble-out:#2f6fed;--color-bubble-out-text:#fff;--color-bubble-in:#fff;--color-bubble-in-text:#14161a;--color-danger:#e5484d}[data-theme=dark]{--color-bg:#0f1117;--color-surface:#171a23;--color-surface-alt:#1e2230;--color-text:#eef0f4;--color-text-muted:#8b90a0;--color-border:#262b3a;--color-accent:#5b8bf7;--color-accent-contrast:#0f1117;--color-bubble-out:#3a5fd9;--color-bubble-out-text:#fff;--color-bubble-in:#1e2230;--color-bubble-in-text:#eef0f4;--color-danger:#ff6b6f}[data-theme=cyberpunk]{--color-bg:#0a0014;--color-surface:#150726;--color-surface-alt:#1f0d38;--color-text:#f4e8ff;--color-text-muted:#b28fd6;--color-border:#3a1a5c;--color-accent:#ff2fb0;--color-accent-contrast:#0a0014;--color-bubble-out:#ff2fb0;--color-bubble-out-text:#0a0014;--color-bubble-in:#1f0d38;--color-bubble-in-text:#f4e8ff;--color-danger:#ff3860}[data-theme=neon]{--color-bg:#050505;--color-surface:#0d0d0d;--color-surface-alt:#161616;--color-text:#e8ffe8;--color-text-muted:#6bffb0;--color-border:#1f1f1f;--color-accent:#39ff14;--color-accent-contrast:#050505;--color-bubble-out:#39ff14;--color-bubble-out-text:#050505;--color-bubble-in:#161616;--color-bubble-in-text:#e8ffe8;--color-danger:#ff073a}[data-theme=space]{--color-bg:#060818;--color-surface:#0d1029;--color-surface-alt:#141a3d;--color-text:#e6e9ff;--color-text-muted:#8891c9;--color-border:#232a52;--color-accent:#7c5cff;--color-accent-contrast:#fff;--color-bubble-out:#7c5cff;--color-bubble-out-text:#fff;--color-bubble-in:#141a3d;--color-bubble-in-text:#e6e9ff;--color-danger:#ff5d7a}[data-theme=retro]{--color-bg:#f2e8d5;--color-surface:#fdf6e3;--color-surface-alt:#ecdfc0;--color-text:#3b2e1a;--color-text-muted:#7a6a4d;--color-border:#d8c69f;--color-accent:#c7621f;--color-accent-contrast:#fdf6e3;--color-bubble-out:#c7621f;--color-bubble-out-text:#fdf6e3;--color-bubble-in:#ecdfc0;--color-bubble-in-text:#3b2e1a;--color-danger:#b3261e}:root{--font-size-message:16px;--radius-md:12px;--radius-lg:18px;--app-max-width:450px;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--tabbar-height:56px}*{box-sizing:border-box}html,body{background:var(--color-bg);height:100%;color:var(--color-text);-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}#app{justify-content:center;height:100%;display:flex}.app-shell{width:100%;max-width:var(--app-max-width);background:var(--color-bg);flex-direction:column;height:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}@media (width>=640px){.app-shell{border-radius:var(--radius-lg);border:1px solid var(--color-border);min-height:92vh;box-shadow:0 0 0 1px var(--color-border);margin:4vh 0}}button{font-family:inherit}a{color:inherit}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .18s}.modal-fade-enter-from,.modal-fade-leave-to{opacity:0}.sheet-fade-enter-active,.sheet-fade-leave-active{transition:opacity .2s}.sheet-fade-enter-from,.sheet-fade-leave-to{opacity:0}.app-icon[data-v-06a60a7c]{flex-shrink:0;display:block}.user-avatar-wrap[data-v-9abe2fdd]{flex-shrink:0;line-height:0;display:inline-block;position:relative}.user-avatar[data-v-9abe2fdd]{object-fit:cover;border-radius:50%;flex-shrink:0}.user-avatar-placeholder[data-v-9abe2fdd]{background:var(--color-accent);color:var(--color-accent-contrast);justify-content:center;align-items:center;font-weight:600;display:flex}.user-avatar-online-dot[data-v-9abe2fdd]{border:2px solid var(--color-surface);box-sizing:content-box;background:#4cd964;border-radius:50%;position:absolute;bottom:-1px;right:-1px}.bottom-tabbar[data-v-f255214f]{z-index:30;height:calc(var(--tabbar-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);padding-left:var(--safe-left);padding-right:var(--safe-right);background:var(--color-surface);border-top:1px solid var(--color-border);display:flex;position:absolute;bottom:0;left:0;right:0}.tab-item[data-v-f255214f]{color:var(--color-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:6px 0 0;font-size:11px;line-height:1;transition:color .15s;display:flex}.tab-item.active[data-v-f255214f]{color:var(--color-accent)}.tab-avatar-wrap[data-v-f255214f]{border-radius:50%;line-height:0;transition:box-shadow .15s;display:block;box-shadow:0 0 0 1.5px #0000}.tab-avatar-wrap.active[data-v-f255214f]{box-shadow:0 0 0 1.5px var(--color-accent)}.calls-overlay[data-v-f255214f]{z-index:90;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.calls-sheet[data-v-f255214f]{background:var(--color-surface);border-radius:var(--radius-lg,18px);text-align:center;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:320px;padding:28px 22px;display:flex}.calls-icon[data-v-f255214f]{background:var(--color-surface-alt);width:52px;height:52px;color:var(--color-accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.calls-sheet h3[data-v-f255214f]{margin:0;font-size:16px}.calls-sheet p[data-v-f255214f]{color:var(--color-text-muted);margin:0;font-size:13.5px;line-height:1.4}.calls-close-btn[data-v-f255214f]{border-radius:var(--radius-md);background:var(--color-accent);width:100%;color:var(--color-accent-contrast);cursor:pointer;border:none;margin-top:8px;padding:11px 0;font-size:14.5px;font-weight:600}.ios-prompt-overlay[data-v-92674362]{z-index:100;background:#00000080;align-items:flex-end;display:flex;position:absolute;inset:0}.ios-prompt-card[data-v-92674362]{background:var(--color-surface);width:100%;color:var(--color-text);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:24px 20px max(28px, calc(var(--safe-bottom) + 16px));animation:.25s ease-out slide-up-92674362;position:relative}@keyframes slide-up-92674362{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ios-prompt-card h3[data-v-92674362]{margin:0 0 8px;font-size:18px}.ios-prompt-card p[data-v-92674362]{color:var(--color-text-muted);margin:0 0 12px;font-size:14px}.ios-prompt-close[data-v-92674362]{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;font-size:16px;position:absolute;top:12px;right:12px}.ios-step[data-v-92674362]{align-items:center;gap:12px;margin-bottom:10px;display:flex}.ios-step p[data-v-92674362]{color:var(--color-text);margin:0}.ios-step-icon[data-v-92674362]{background:var(--color-surface-alt);width:40px;height:40px;color:var(--color-accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ios-step-icon--bounce[data-v-92674362]{animation:1.4s ease-in-out infinite bounce-92674362}@keyframes bounce-92674362{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.ios-prompt-ok[data-v-92674362]{border-radius:var(--radius-md);background:var(--color-accent);width:100%;color:var(--color-accent-contrast);cursor:pointer;border:none;margin-top:8px;padding:12px;font-size:15px;font-weight:600}.notif-banner[data-v-420023ab]{left:10px;right:10px;bottom:max(14px, calc(var(--safe-bottom) + 10px));z-index:40;background:var(--color-surface);color:var(--color-text);border-radius:var(--radius-lg);align-items:flex-start;gap:10px;padding:14px;transition:bottom .2s;display:flex;position:absolute;box-shadow:0 8px 24px #00000047}.notif-banner.above-tabbar[data-v-420023ab]{bottom:calc(var(--tabbar-height) + var(--safe-bottom) + 10px)}.notif-icon[data-v-420023ab]{flex-shrink:0;font-size:22px;line-height:1}.notif-text[data-v-420023ab]{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.notif-text strong[data-v-420023ab]{font-size:14px}.notif-text span[data-v-420023ab]{color:var(--color-text-muted);font-size:12.5px}.notif-error[data-v-420023ab]{color:var(--color-danger)}.notif-actions[data-v-420023ab]{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.notif-btn[data-v-420023ab]{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;padding:7px 12px;font-size:12.5px;font-weight:600}.notif-btn.primary[data-v-420023ab]{background:var(--color-accent);color:var(--color-accent-contrast)}.notif-btn.secondary[data-v-420023ab]{background:var(--color-surface-alt);color:var(--color-text)}.notif-btn[data-v-420023ab]:disabled{opacity:.6;cursor:default}.notif-slide-enter-active[data-v-420023ab],.notif-slide-leave-active[data-v-420023ab]{transition:opacity .22s,transform .22s}.notif-slide-enter-from[data-v-420023ab],.notif-slide-leave-to[data-v-420023ab]{opacity:0;transform:translateY(16px)}.orientation-lock[data-v-871dae1c]{display:none}@media screen and (orientation:landscape){.orientation-lock[data-v-871dae1c]{z-index:1000;background:var(--color-bg,#141a2e);color:var(--color-text,#fff);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px;display:flex;position:fixed;inset:0}}.orientation-lock-icon[data-v-871dae1c]{margin-bottom:6px;font-size:42px;transform:rotate(90deg)}.orientation-lock p[data-v-871dae1c]{margin:0;font-size:16px;font-weight:600}.orientation-lock-sub[data-v-871dae1c]{opacity:.7;font-size:13px;font-weight:400}.route-fade-enter-active[data-v-aab745bc],.route-fade-leave-active[data-v-aab745bc]{transition:opacity .16s}.route-fade-enter-from[data-v-aab745bc],.route-fade-leave-to[data-v-aab745bc]{opacity:0}
