.fp-backdrop[data-v-3ae7ac78]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.fp-modal[data-v-3ae7ac78]{background:var(--bg, #fff);width:min(900px,90vw);max-height:85vh;display:flex;flex-direction:column;border-radius:8px;box-shadow:0 10px 40px #0000004d;overflow:hidden}.fp-header[data-v-3ae7ac78]{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid var(--gray-200)}.fp-filename[data-v-3ae7ac78]{font-weight:500;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-header-actions[data-v-3ae7ac78]{display:flex;gap:6px}.fp-body[data-v-3ae7ac78]{padding:16px;overflow:auto;flex:1}.fp-center[data-v-3ae7ac78]{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px}.fp-hint[data-v-3ae7ac78]{color:var(--gray-500);font-size:13px}.fp-error[data-v-3ae7ac78]{color:var(--brand-500)}.fp-pre[data-v-3ae7ac78]{white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;margin:0}.fp-img[data-v-3ae7ac78]{max-width:100%;height:auto;display:block;margin:0 auto}.fp-markdown-frame[data-v-3ae7ac78]{width:100%;min-height:min(60vh,640px);border:0;background:transparent}[data-theme=dark] .fp-modal[data-v-3ae7ac78],.dark .fp-modal[data-v-3ae7ac78]{background:var(--gray-900);color:var(--gray-100)}[data-theme=dark] .fp-header[data-v-3ae7ac78],.dark .fp-header[data-v-3ae7ac78]{border-color:var(--gray-700)}.file-browser[data-v-1870874b]{display:flex;flex-direction:column;gap:16px}.fb-header[data-v-1870874b]{display:flex;align-items:center;gap:12px}.fb-header h2[data-v-1870874b]{margin:0;font-size:18px}.fb-breadcrumb[data-v-1870874b]{font-size:13px;color:var(--gray-500);padding:8px 12px;background:var(--gray-50);border-radius:6px}.fb-sep[data-v-1870874b]{margin:0 4px}.fb-crumb-link[data-v-1870874b]{color:var(--brand-600);cursor:pointer;text-decoration:none}.fb-crumb-link[data-v-1870874b]:hover{text-decoration:underline}.fb-crumb-current[data-v-1870874b]{color:var(--gray-700);font-weight:500}.fb-loading[data-v-1870874b]{text-align:center;padding:32px}.fb-error[data-v-1870874b]{color:var(--brand-500);padding:16px;text-align:center}.fb-table-wrap[data-v-1870874b]{overflow-x:auto}.fb-table[data-v-1870874b]{width:100%;border-collapse:collapse;font-size:14px}.fb-table th[data-v-1870874b]{text-align:left;padding:8px 12px;font-weight:500;color:var(--gray-500);border-bottom:1px solid var(--gray-200);font-size:12px}.fb-table td[data-v-1870874b]{padding:8px 12px;border-bottom:1px solid var(--gray-100)}.fb-row[data-v-1870874b]{cursor:default;transition:background .1s}.fb-row-dir[data-v-1870874b],.fb-row-file.fb-row-previewable[data-v-1870874b]{cursor:pointer}.fb-row[data-v-1870874b]:hover{background:var(--gray-50)}.fb-col-name[data-v-1870874b]{min-width:200px}.fb-col-size[data-v-1870874b]{width:100px;white-space:nowrap;color:var(--gray-500)}.fb-col-time[data-v-1870874b]{width:160px;white-space:nowrap;color:var(--gray-500);font-size:13px}.fb-col-actions[data-v-1870874b]{width:140px;white-space:nowrap;text-align:right}.fb-icon[data-v-1870874b]{margin-right:6px}.fb-empty[data-v-1870874b]{text-align:center;color:var(--gray-400);padding:24px 12px}.fb-toolbar[data-v-1870874b]{display:flex;gap:8px}.btn-xs[data-v-1870874b]{padding:2px 8px;font-size:12px}[data-theme=dark] .fb-breadcrumb[data-v-1870874b],.dark .fb-breadcrumb[data-v-1870874b]{background:var(--gray-800)}[data-theme=dark] .fb-table th[data-v-1870874b],.dark .fb-table th[data-v-1870874b]{border-color:var(--gray-700)}[data-theme=dark] .fb-table td[data-v-1870874b],.dark .fb-table td[data-v-1870874b]{border-color:var(--gray-800)}[data-theme=dark] .fb-row[data-v-1870874b]:hover,.dark .fb-row[data-v-1870874b]:hover{background:var(--gray-800)}/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.terminal-view[data-v-bcace325]{display:flex;flex-direction:column;height:calc(100vh - 120px);min-height:600px}.terminal-header[data-v-bcace325]{display:flex;align-items:center;gap:12px;padding:8px 12px}.terminal-header h3[data-v-bcace325]{margin:0;flex:1;font-size:15px}.terminal-host[data-v-bcace325]{flex:1;background:#0f172a;border-radius:6px;overflow:hidden;min-height:520px;padding:8px;box-sizing:border-box}.terminal-inner[data-v-bcace325]{width:100%;height:100%}.terminal-status[data-v-bcace325]{padding:6px 12px;font-size:12px}.terminal-status.info[data-v-bcace325]{color:#f59e0b}.terminal-status.error[data-v-bcace325]{color:#ef4444}.ob-welcome[data-v-4a208dc4]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9100;background:#1118278c;display:flex;align-items:center;justify-content:center;padding:24px;animation:ob-fade-in-4a208dc4 .18s ease-out}.ob-welcome-card[data-v-4a208dc4]{width:100%;max-width:380px;background:var(--white);border-radius:18px;padding:30px 28px;box-shadow:var(--shadow-xl);text-align:center;animation:ob-card-in-4a208dc4 .22s ease-out}.ob-welcome-logo[data-v-4a208dc4]{width:58px;height:58px;border-radius:16px;margin:0 auto 14px;background:linear-gradient(140deg,#e23b54,#a51730);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:28px;box-shadow:0 16px 40px -12px #c41e3a66}.ob-welcome-card h3[data-v-4a208dc4]{font-size:21px;font-weight:800;color:var(--gray-900);margin:0 0 8px}.ob-welcome-card p[data-v-4a208dc4]{color:var(--gray-500);font-size:14.5px;line-height:1.55;margin:0 0 22px}.ob-welcome-actions[data-v-4a208dc4]{display:flex;flex-direction:column;gap:10px}.ob-welcome-skip[data-v-4a208dc4]{background:transparent;border:none;color:var(--gray-500);font-size:13.5px;font-weight:500;padding:6px;cursor:pointer;font-family:inherit}.ob-welcome-skip[data-v-4a208dc4]:hover{color:var(--gray-700)}.ob-backdrop[data-v-4a208dc4]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#1118278c;animation:ob-fade-in-4a208dc4 .18s ease-out;pointer-events:auto}.ob-halo[data-v-4a208dc4]{position:fixed;z-index:9002;pointer-events:none;border:2.5px solid #e23b54;border-radius:18px;box-shadow:0 0 0 5px #c41e3a2e;transition:top .15s ease,left .15s ease,width .15s ease,height .15s ease;margin:-7px 0 0 -7px;box-sizing:content-box;padding:7px}.ob-halo-mobile[data-v-4a208dc4]{margin:-5px 0 0 -5px;padding:5px;border-radius:14px}.ob-tip[data-v-4a208dc4]{position:fixed;z-index:9003;background:#fff;border-radius:14px;box-shadow:var(--shadow-xl);padding:16px 18px;animation:ob-card-in-4a208dc4 .22s ease-out}.ob-tip[data-v-4a208dc4]:before{content:"";position:absolute;width:14px;height:14px;background:#fff;transform:rotate(45deg);top:-7px;left:var(--arrow-left, 24px);margin-left:-7px;box-shadow:-2px -2px 4px #1118270a}.ob-tip-above[data-v-4a208dc4]:before{top:auto;bottom:-7px;box-shadow:2px 2px 4px #1118270a}.ob-tip-step[data-v-4a208dc4]{font-size:12px;font-weight:700;color:#c41e3a;letter-spacing:.4px}.ob-tip h5[data-v-4a208dc4]{font-size:15.5px;font-weight:800;color:var(--gray-900);margin:6px 0 5px;line-height:1.3}.ob-tip p[data-v-4a208dc4]{font-size:13.5px;color:var(--gray-500);line-height:1.5;margin:0}.ob-tip-foot[data-v-4a208dc4]{display:flex;align-items:center;justify-content:space-between;margin-top:14px;gap:10px}.ob-tip-skip[data-v-4a208dc4]{background:transparent;border:none;color:var(--gray-500);font-size:13px;font-weight:500;padding:4px 6px 4px 0;cursor:pointer;font-family:inherit}.ob-tip-skip[data-v-4a208dc4]:hover{color:var(--gray-700)}.ob-tip-dots[data-v-4a208dc4]{display:flex;gap:5px}.ob-tip-dot[data-v-4a208dc4]{width:7px;height:7px;border-radius:50%;background:var(--gray-300);transition:width .2s,border-radius .2s,background .2s}.ob-tip-dot.on[data-v-4a208dc4]{background:#c41e3a;width:18px;border-radius:4px}.ob-tip-nav[data-v-4a208dc4]{display:flex;gap:8px}.ob-tip-nav .btn[data-v-4a208dc4]{white-space:nowrap}.ob-tip-prev[data-v-4a208dc4]{background:#fff;color:var(--gray-700);border:1px solid var(--gray-300);box-shadow:var(--shadow-xs)}.ob-tip-prev[data-v-4a208dc4]:hover{background:var(--gray-50)}.ob-tip-mobile .ob-tip-foot[data-v-4a208dc4]{flex-wrap:wrap;row-gap:10px}.ob-tip-mobile .ob-tip-nav[data-v-4a208dc4]{width:100%;order:3}.ob-tip-mobile .ob-tip-nav .btn-primary[data-v-4a208dc4]{flex:1}@keyframes ob-fade-in-4a208dc4{0%{opacity:0}to{opacity:1}}@keyframes ob-card-in-4a208dc4{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand-700: #2a2c32;--brand-600: #3a3d44;--brand-500: #3a3d44;--brand-400: #5c5e63;--brand-100: #e8e8ea;--brand-50: #f4f4f5;--brand-glow: rgba(10, 10, 11, .14);--brand-soft: rgba(10, 10, 11, .1);--gold-600: #5c5e63;--gold-500: #6b7280;--gold-400: #86888e;--gold-100: #e8e8ea;--gold-50: #f4f4f5;--accent: #c41e3a;--accent-700: #a51730;--gray-900: #111827;--gray-700: #374151;--gray-500: #6b7280;--gray-400: #9ca3af;--gray-300: #d1d5db;--gray-200: #e5e7eb;--gray-100: #f3f4f6;--gray-50: #f9fafb;--white: #ffffff;--green-600: #16a34a;--green-100: #dcfce7;--green-50: #f0fdf4;--red-600: #dc2626;--red-100: #fee2e2;--red-50: #fef2f2;--amber-600: #d97706;--amber-100: #fef3c7;--amber-50: #fffbeb;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-xl: 16px;--radius-lg: 12px;--radius-md: 8px;--radius-sm: 6px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .08), 0 2px 4px -2px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .08), 0 8px 10px -6px rgba(0, 0, 0, .04)}html.dark{--brand-700: #dc2626;--brand-600: #ef4444;--brand-500: #f87171;--brand-400: #fca5a5;--brand-100: rgba(239, 68, 68, .15);--brand-50: rgba(239, 68, 68, .08);--brand-glow: rgba(239, 68, 68, .25);--brand-soft: rgba(239, 68, 68, .12);--gold-600: #f59e0b;--gold-500: #fbbf24;--gold-400: #fcd34d;--gold-100: rgba(245, 158, 11, .15);--gold-50: rgba(245, 158, 11, .08);--gray-900: #f9fafb;--gray-700: #d1d5db;--gray-500: #9ca3af;--gray-400: #6b7280;--gray-300: #4b5563;--gray-200: #374151;--gray-100: #1f2937;--gray-50: #111827;--white: #1a1a2e;--green-600: #22c55e;--green-100: rgba(34, 197, 94, .15);--green-50: rgba(34, 197, 94, .08);--red-600: #f87171;--red-100: rgba(248, 113, 113, .15);--red-50: rgba(248, 113, 113, .08);--amber-600: #fbbf24;--amber-100: rgba(251, 191, 36, .15);--amber-50: rgba(251, 191, 36, .08);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .3);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4), 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -4px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .4), 0 8px 10px -6px rgba(0, 0, 0, .3);color-scheme:dark}html.dark .header{background:#1a1a2ed9;border-bottom-color:var(--gray-200)}html.dark .field input{background:var(--gray-100)}html.dark .spinner{border-color:#ffffff26}html{font-size:15px}body{font-family:var(--font);background:var(--gray-50);color:var(--gray-900);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;color:var(--gray-400)}.loader{width:32px;height:32px;border:3px solid var(--gray-200);border-top-color:var(--brand-500);border-radius:50%;animation:spin .7s linear infinite}.header{position:sticky;top:0;z-index:100;background:#ffffffd9;-webkit-backdrop-filter:blur(16px) saturate(1.4);backdrop-filter:blur(16px) saturate(1.4);border-bottom:1px solid var(--gray-200)}.header-inner{max-width:960px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--brand-500),var(--gold-500));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 2px 8px var(--brand-glow)}.logo-text{font-size:20px;font-weight:700;color:var(--gray-900);letter-spacing:-.3px}.logo-sub{font-size:12px;color:var(--gray-400);font-weight:500;margin-left:2px}.header-right{display:flex;align-items:center;gap:4px}.lang-toggle{min-width:34px;height:34px;padding:0 10px;border:none;background:none;color:var(--gray-500);cursor:pointer;border-radius:var(--radius-md);font-size:13px;font-weight:700;transition:color .2s,background .2s}.lang-toggle:hover{color:var(--gray-700);background:var(--gray-100)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:none;color:var(--gray-500);cursor:pointer;border-radius:var(--radius-md);font-size:18px;transition:color .2s,background .2s}.theme-toggle:hover{color:var(--gray-700);background:var(--gray-100)}.page-center{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 60px);padding:24px}.auth-card{width:100%;max-width:420px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:40px 36px;box-shadow:var(--shadow-xl);animation:card-in .5s ease-out}.auth-header{text-align:center;margin-bottom:28px}.auth-header h1{font-size:26px;font-weight:700;color:var(--gray-900);margin-bottom:6px;letter-spacing:-.4px}.auth-header p{color:var(--gray-500);font-size:14px}.tab-bar{display:flex;gap:0;background:var(--gray-100);border-radius:var(--radius-md);padding:3px;margin-bottom:24px}.tab{flex:1;padding:8px 16px;border:none;background:none;color:var(--gray-500);font-size:14px;font-weight:600;font-family:var(--font);cursor:pointer;transition:all .2s;border-radius:var(--radius-sm)}.tab:hover{color:var(--gray-700)}.tab.active{color:var(--brand-600);background:var(--white);box-shadow:var(--shadow-xs)}.auth-form{display:flex;flex-direction:column;gap:18px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;font-weight:600;color:var(--gray-700)}.field input{padding:10px 14px;background:var(--white);border:1.5px solid var(--gray-300);border-radius:var(--radius-md);color:var(--gray-900);font-size:15px;font-family:var(--font);outline:none;transition:border-color .2s,box-shadow .2s}.field input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-soft)}.field input::placeholder{color:var(--gray-400)}.form-error{color:var(--red-600);font-size:13px;background:var(--red-50);padding:10px 14px;border-radius:var(--radius-sm);border-left:3px solid var(--red-600)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:1.5px solid var(--gray-300);border-radius:var(--radius-md);background:var(--white);color:var(--gray-700);font-size:14px;font-weight:600;font-family:var(--font);cursor:pointer;transition:all .15s}.btn:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-400);box-shadow:var(--shadow-xs)}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--brand-600);border-color:var(--brand-600);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--brand-500);border-color:var(--brand-500);box-shadow:0 4px 12px var(--brand-glow)}.btn-danger{color:var(--red-600);border-color:#dc26264d;background:transparent}.btn-danger:hover:not(:disabled){background:var(--red-50)}.btn-ghost{border:none;background:none;color:var(--gray-500);padding:8px 14px}.btn-ghost:hover:not(:disabled){color:var(--gray-700);background:var(--gray-100)}.btn-full{width:100%}.btn-lg{padding:12px 32px;font-size:15px;border-radius:var(--radius-lg)}.btn-sm{padding:6px 14px;font-size:13px}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:currentColor;border-radius:50%;animation:spin .6s linear infinite}.setup-card{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:56px 44px;max-width:480px;box-shadow:var(--shadow-xl);animation:card-in .5s ease-out}.setup-icon{width:72px;height:72px;margin:0 auto 24px;background:var(--gold-50);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px}.setup-card h2{font-size:24px;font-weight:700;margin-bottom:10px;letter-spacing:-.3px}.setup-desc{color:var(--gray-500);margin-bottom:28px;font-size:15px;line-height:1.6}.waiting-card{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:48px 40px;max-width:520px;box-shadow:var(--shadow-xl);animation:card-in .5s ease-out}.waiting-card h2{font-size:22px;font-weight:700;margin-bottom:8px}.waiting-desc{color:var(--gray-500);font-size:14px;margin-bottom:32px}.waiting-desc strong{color:var(--brand-600);font-weight:700}.waiting-anim{position:relative;width:88px;height:88px;margin:0 auto 24px}.pulse-ring{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid var(--brand-500);border-radius:50%;animation:pulse-ring 2.4s ease-out infinite;opacity:0}.pulse-ring.delay{animation-delay:1.2s}.pulse-core{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:32px;animation:pulse-core 2.4s ease-in-out infinite}.progress-steps{display:flex;align-items:center;justify-content:center;margin-bottom:24px}.step{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:11px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.5px}.step.done{color:var(--green-600)}.step-dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--gray-300);background:var(--white);transition:all .3s}.step.done .step-dot{border-color:var(--green-600);background:var(--green-600);box-shadow:0 0 0 4px var(--green-100)}.step-line{width:48px;height:2px;background:var(--gray-200);margin-bottom:22px;transition:background .3s;border-radius:1px}.step-line.done{background:var(--green-600)}.waiting-status{display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px}.status-label{color:var(--gray-400);font-weight:500}.dashboard{max-width:760px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:20px;animation:stagger-in .4s ease-out}.dashboard:has(>.terminal-view){max-width:800px}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow-sm);transition:box-shadow .2s}.card:hover{box-shadow:var(--shadow-md)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.card-header h2{font-size:18px;font-weight:700;letter-spacing:-.2px}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:16px}.metric{display:flex;flex-direction:column;gap:6px;padding:14px 16px;background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid transparent;transition:border-color .2s}.metric:hover{border-color:var(--gray-200)}.metric-label{font-size:11px;color:var(--gray-500);text-transform:uppercase;letter-spacing:.8px;font-weight:600}.metric-value{font-size:22px;font-weight:700;color:var(--gray-900)}.mono{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:13px;font-weight:600;letter-spacing:.3px;color:var(--gray-700)}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.2px}.badge-running,.badge-healthy,.badge-ready{background:var(--green-100);color:var(--green-600)}.badge-stopped,.badge-error,.badge-unhealthy,.badge-offline{background:var(--red-100);color:var(--red-600)}.badge-provisioning,.badge-starting,.badge-loading{background:var(--amber-100);color:var(--amber-600)}.badge-disabled{background:var(--red-100);color:var(--red-600);border:1px solid var(--red-600)}.instance-row{display:flex;align-items:center;gap:16px}.btn-console{padding:10px 24px;font-size:14px;border-radius:var(--radius-md);white-space:nowrap;box-shadow:0 2px 8px var(--brand-glow);flex-shrink:0}.btn-console:hover:not(:disabled){box-shadow:0 4px 16px var(--brand-glow);transform:translateY(-1px)}.instance-info-group{flex:1;display:flex;align-items:center;gap:16px;padding:10px 16px;background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid transparent;min-width:0}.instance-info-group:hover{border-color:var(--gray-200)}.info-item{display:flex;flex-direction:column;gap:2px;min-width:0}.info-label{font-size:11px;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;font-weight:600;white-space:nowrap}.info-value{font-size:14px;font-weight:600;color:var(--gray-900);white-space:nowrap}.info-divider{width:1px;height:28px;background:var(--gray-200);flex-shrink:0}.instance-actions{display:flex;gap:8px;margin-top:8px;padding-top:16px;border-top:1px solid var(--gray-100)}.binding-card{padding:16px 24px}.binding-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.binding-left{display:flex;align-items:center;gap:12px}.binding-title{font-size:15px;font-weight:700;color:var(--gray-900)}.binding-right{display:flex;align-items:center;gap:8px}.binding-hint{font-size:13px;color:var(--gray-400)}.weixin-avatar{width:36px;height:36px;border-radius:50%;background:var(--brand-100);color:var(--brand-600);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.weixin-qr{text-align:center;padding:16px 0 8px}.qr-hint{color:var(--gray-500);font-size:14px;margin-bottom:20px}.qr-container{display:inline-block;background:var(--white);border-radius:var(--radius-lg);padding:16px;margin-bottom:16px;box-shadow:var(--shadow-md);border:1px solid var(--gray-200)}.qr-img{display:block;width:220px;height:220px;border-radius:var(--radius-md)}.qr-placeholder{width:220px;height:220px;display:flex;align-items:center;justify-content:center;color:var(--brand-500)}.qr-sub{color:var(--gray-400);font-size:13px}.telegram-form{padding:12px 0 4px;display:flex;flex-direction:column;gap:12px}.telegram-field{display:flex;flex-direction:column;gap:4px}.telegram-label{font-size:13px;font-weight:600;color:var(--gray-700)}.telegram-field input{padding:8px 10px;font-size:14px;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white)}.telegram-field input:focus{outline:none;border-color:var(--brand-500)}.telegram-error{color:#c62828;font-size:13px;margin:0}.muted{color:var(--gray-500)}.table-wrap{overflow-x:auto;margin-top:12px}table{width:100%;border-collapse:collapse;font-size:13px}thead th{text-align:left;padding:10px 14px;color:var(--gray-500);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid var(--gray-200);background:var(--gray-50)}thead th:first-child{border-radius:var(--radius-sm) 0 0 0}thead th:last-child{border-radius:0 var(--radius-sm) 0 0}tbody td{padding:10px 14px;border-bottom:1px solid var(--gray-100)}tbody tr{transition:background .1s}tbody tr:hover{background:var(--gray-50)}.usage-tabs{margin-bottom:0}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px;vertical-align:middle}.dot-ok{background:var(--green-600)}.dot-err{background:var(--red-600)}.empty{text-align:center;color:var(--gray-400);padding:36px;font-size:14px}.text-error{color:var(--red-600)}.field-hint{margin:6px 0 0;font-size:12px;color:var(--gray-400)}.invite-summary{font-size:13px;color:var(--gray-500);font-weight:500}.invite-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.invite-row{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:var(--radius-md);background:var(--gray-50);border:1px solid var(--gray-100)}.invite-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;font-weight:600;color:var(--gray-700);letter-spacing:.3px}.invite-status{flex:1;font-size:13px}.invite-status-unused{color:var(--green-600)}.invite-status-used{color:var(--gray-400)}.toast{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000;display:flex;align-items:center;gap:10px;padding:12px 24px;border-radius:var(--radius-lg);font-size:14px;font-weight:600;box-shadow:var(--shadow-lg)}.toast.success{background:var(--green-600);color:var(--white)}.toast.error{background:var(--red-600);color:var(--white)}.toast-icon{font-size:15px;font-weight:700}.toast-enter-active,.toast-leave-active{transition:all .3s cubic-bezier(.22,1,.36,1)}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%) translateY(-12px) scale(.95)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-ring{0%{transform:scale(.5);opacity:.5}to{transform:scale(1.4);opacity:0}}@keyframes pulse-core{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes card-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes stagger-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ic{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:11px;font-size:20px;background:var(--brand-50);color:var(--brand-600);flex-shrink:0}.ic.sm{width:34px;height:34px;border-radius:9px;font-size:16px}.ic.lg{width:56px;height:56px;border-radius:15px;font-size:26px}.ic.gold{background:var(--gold-50);color:var(--gold-600)}.ic.gray{background:var(--gray-100);color:var(--gray-700)}.ic.green{background:var(--green-50);color:var(--green-600)}.badge.ok{background:var(--green-50);color:var(--green-600);border:1px solid var(--green-100)}.badge.warn{background:var(--brand-50);color:var(--brand-600);border:1px solid var(--brand-100)}.badge.gold{background:var(--gold-50);color:var(--gold-600);border:1px solid var(--gold-100)}.badge.gray{background:var(--gray-100);color:var(--gray-500);border:1px solid var(--gray-200)}.badge .dot{width:7px;height:7px;border-radius:50%;display:inline-block;margin-right:6px;vertical-align:middle}.badge .dot.g{background:var(--green-600)}.badge .dot.r{background:var(--brand-500)}.badge .dot.y{background:var(--gold-500)}.btn-gold{background:var(--gold-500);border-color:var(--gold-500);color:var(--white);box-shadow:0 12px 30px -10px #d9770673}.btn-gold:hover:not(:disabled){background:var(--gold-600);border-color:var(--gold-600)}.btn-block{width:100%}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background:#11182773;display:flex;align-items:center;justify-content:center;padding:24px;animation:overlay-in .18s ease-out}.modal-card{width:100%;max-width:360px;background:var(--white);border-radius:var(--radius-xl);padding:28px 24px;box-shadow:var(--shadow-xl);text-align:center;position:relative;animation:card-in .25s ease-out}.modal-close{position:absolute;top:12px;right:12px;width:30px;height:30px;border:none;background:transparent;color:var(--gray-400);border-radius:50%;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:var(--gray-700);background:var(--gray-100)}.modal-title{font-size:19px;font-weight:800;margin-bottom:16px;letter-spacing:-.2px}.modal-qr{width:200px;height:200px;margin:0 auto;border-radius:14px;border:1px solid var(--gray-200);padding:6px;background:var(--white);box-shadow:var(--shadow-sm)}.modal-qr img{width:100%;height:100%;display:block;border-radius:10px}.modal-qr .qr-placeholder{width:100%;height:100%}.modal-qr--contact{width:220px;height:auto}.modal-qr--contact img{height:auto;object-fit:contain}.modal-hint{color:var(--gray-500);font-size:13.5px;margin-top:14px}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.launch-card{width:100%;max-width:460px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:36px 30px;text-align:center;box-shadow:var(--shadow-lg);animation:card-in .4s ease-out}.launch-card h2{font-size:22px;font-weight:800;margin-top:14px;letter-spacing:-.3px}.launch-card .muted{color:var(--gray-500);font-size:14px}.launch-ring{width:56px;height:56px;border-radius:50%;border:4px solid var(--brand-100);border-top-color:var(--brand-600);margin:0 auto 16px;animation:spin .9s linear infinite}.launch-checklist{text-align:left;display:flex;flex-direction:column;gap:10px;margin-top:18px;max-width:260px;margin-left:auto;margin-right:auto}.launch-check{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--gray-700)}.launch-check.done{color:var(--gray-900)}.launch-check.done:before{content:"✓";color:var(--green-600);font-weight:700}.launch-check.pending{color:var(--gray-500)}.launch-check.pending:before{content:"◴";color:var(--brand-500);font-weight:700}.launch-complete-card{width:100%;max-width:480px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:30px;box-shadow:var(--shadow-lg);animation:card-in .4s ease-out}.launch-complete-head{text-align:center;margin-bottom:18px}.launch-complete-head h2{font-size:20px;font-weight:800;margin-top:10px;letter-spacing:-.2px}.launch-choices{display:flex;gap:14px}.launch-choice{flex:1;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:22px 16px;text-align:center;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center}.launch-choice.gold{border-color:var(--gold-100);background:linear-gradient(180deg,var(--gold-50),var(--white))}.launch-choice-title{font-weight:700;font-size:15px;margin:10px 0 2px;color:var(--gray-900)}.launch-choice-sub{color:var(--gray-500);font-size:12px;margin-bottom:12px}.launch-choice .btn{width:100%}.launch-also{text-align:center;font-size:12.5px;color:var(--gray-500);margin-top:16px}.launch-also-toggle{background:none;border:none;color:var(--gray-500);font:inherit;cursor:pointer;text-decoration:underline;padding:0}.launch-also-panel{margin-top:14px;display:flex;flex-direction:column;gap:10px}.launch-skip-link{display:block;margin:18px auto 0;padding:4px 8px;background:none;border:none;color:var(--gray-500);font-size:13px;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.launch-skip-link:hover{color:var(--gray-700)}@media(max-width:640px){.launch-choices{flex-direction:column}}.landing,.faq-page{min-height:100vh;background:var(--white);color:var(--gray-900)}.public-nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:14px;padding:18px 36px;background:#ffffffeb;-webkit-backdrop-filter:blur(16px) saturate(1.4);backdrop-filter:blur(16px) saturate(1.4);border-bottom:1px solid var(--gray-100)}html.dark .public-nav{background:#1a1a2ed9}.public-nav .brand-logo{width:32px;height:32px;border-radius:10px;background:linear-gradient(140deg,var(--brand-500),var(--brand-700));color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;box-shadow:0 8px 18px -8px #c41e3a8c}.public-nav-title{font-size:19px;font-weight:800;letter-spacing:-.2px}.public-nav-sub{color:var(--gray-400);font-size:12px;font-weight:500}.public-nav-spacer{flex:1}.public-nav-link{font-size:14px;font-weight:500;color:var(--gray-500);background:none;border:none;cursor:pointer;font-family:inherit;padding:6px 10px;border-radius:var(--radius-md)}.public-nav-link:hover{color:var(--gray-700);background:var(--gray-100)}.public-nav-link.active{color:var(--brand-600);font-weight:700}.eyebrow{display:inline-flex;align-items:center;padding:5px 12px;background:var(--brand-50);color:var(--brand-600);border:1px solid var(--brand-100);border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.2px;align-self:flex-start}.eyebrow.gold{background:var(--gold-50);color:var(--gold-600);border-color:var(--gold-100)}.landing-hero{display:flex;gap:64px;align-items:center;padding:54px 36px 40px;max-width:1180px;margin:0 auto;background:var(--white)}.landing-hero-left{flex:1;display:flex;flex-direction:column;gap:18px}.landing-hero-left h1{font-size:46px;line-height:1.12;font-weight:800;letter-spacing:-.5px}.landing-hero-left h1 .accent{color:var(--brand-600)}.landing-hero-left .sub{font-size:17px;color:var(--gray-700);max-width:580px;line-height:1.55}.landing-hero-ctas{display:flex;gap:12px;margin-top:6px;flex-wrap:wrap}.landing-hero-assurance{display:flex;align-items:center;gap:8px;color:var(--gray-500);font-size:13.5px;font-weight:500;margin-top:2px}.landing-hero-assurance:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green-600)}.chat-demo{width:250px;flex-shrink:0;margin-right:96px;border:6px solid var(--gray-900);border-radius:30px;background:var(--white);overflow:hidden;box-shadow:var(--shadow-xl)}html.dark .chat-demo{border-color:var(--gray-300)}.chat-demo-head{padding:18px 14px 12px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--gray-100);background:var(--white)}.chat-demo-head .ic{background:linear-gradient(140deg,var(--brand-500),var(--brand-700));color:var(--white)}.chat-demo-head .ic.sm{font-weight:800}.chat-demo-name{font-weight:700;font-size:14px}.chat-demo-status{font-size:11px;color:var(--green-600);font-weight:600}.chat-thread{padding:16px 12px;display:flex;flex-direction:column;gap:10px;background:var(--gray-50);min-height:240px}.chat-bubble{max-width:78%;padding:9px 12px;font-size:13.5px;line-height:1.45;border-radius:14px;white-space:pre-line}.chat-bubble.them{align-self:flex-start;background:var(--gray-100);color:var(--gray-900);border-bottom-left-radius:4px}.chat-bubble.me{align-self:flex-end;background:var(--brand-600);color:var(--white);border-bottom-right-radius:4px}.landing-section{padding:30px 36px}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-sm)}.feat-card.gold{border-color:var(--gold-100);background:linear-gradient(180deg,var(--gold-50),var(--white))}.feat-card h3{font-size:17px;font-weight:700;margin:14px 0 6px}.feat-card p{color:var(--gray-500);font-size:14px;line-height:1.55}.step-strip{display:flex;align-items:stretch;gap:14px;margin-top:8px}.step-strip-arrow{display:flex;align-items:center;color:var(--gray-300);font-size:22px}.step-strip-card{flex:1;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-sm)}.step-strip-card.gold{border-color:var(--gold-100);background:var(--gold-50)}.step-strip-num{width:32px;height:32px;border-radius:50%;background:var(--brand-600);color:var(--white);font-weight:700;display:flex;align-items:center;justify-content:center}.step-strip-card.gold .step-strip-num{background:var(--gold-500)}.step-strip-card h4{font-size:16px;font-weight:700;margin:12px 0 5px}.step-strip-card p{color:var(--gray-500);font-size:13.5px}.section-heading{text-align:center;margin-bottom:22px}.section-heading h2{font-size:26px;font-weight:800;margin-top:12px;letter-spacing:-.3px}.section-heading-left{margin-bottom:20px}.section-heading-left h2{font-size:22px;font-weight:800;margin-bottom:4px}.section-heading-left p{color:var(--gray-500);font-size:14px}.cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cap-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px;display:flex;gap:13px;align-items:flex-start;box-shadow:var(--shadow-sm)}.cap-card .ic{flex-shrink:0}.cap-card-title{font-weight:700;font-size:15px}.cap-card-desc{color:var(--gray-500);font-size:13px;margin-top:3px;line-height:1.5}.faq-bridge{background:linear-gradient(120deg,var(--gray-50),var(--white));border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:18px}.faq-bridge h4{font-size:18px;font-weight:700}.faq-bridge p{color:var(--gray-500);font-size:14px;margin-top:4px}.cta-band{padding:44px 36px;text-align:center;background:linear-gradient(140deg,var(--brand-600),var(--brand-700));color:var(--white)}.cta-band h2{font-size:30px;font-weight:800;letter-spacing:-.4px}.cta-band p{opacity:.9;font-size:16px;margin:10px 0 22px}.site-footer{padding:22px 36px;display:flex;justify-content:space-between;align-items:center;color:var(--gray-500);font-size:13px;border-top:1px solid var(--gray-100);flex-wrap:wrap;gap:10px}.footer-contact-link{cursor:pointer;color:inherit;text-decoration:none;transition:color .15s ease}.footer-contact-link:hover{color:var(--gray-700);text-decoration:underline}.faq-header{text-align:center;padding:44px 36px 8px;background:radial-gradient(120% 90% at 50% 0%,var(--brand-50),transparent 65%)}.faq-header h1{font-size:34px;font-weight:800;letter-spacing:-.5px}.faq-header p{color:var(--gray-500);font-size:15px;margin:8px 0 20px}.faq-search{max-width:480px;margin:0 auto;position:relative}.faq-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--gray-400);pointer-events:none}.faq-search input{width:100%;padding:12px 14px 12px 42px;font-size:15px;font-family:inherit;background:var(--white);border:1.5px solid var(--gray-300);border-radius:var(--radius-md);color:var(--gray-900);outline:none}.faq-search input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-soft)}.faq-categories{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;padding:24px 36px 6px}.faq-category{padding:7px 16px;border-radius:var(--radius-md);border:1.5px solid var(--gray-300);background:var(--white);color:var(--gray-700);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s}.faq-category:hover{background:var(--gray-50)}.faq-category.active{background:var(--brand-600);border-color:var(--brand-600);color:var(--white);box-shadow:0 4px 12px var(--brand-glow)}.faq-list{max-width:720px;margin:0 auto;padding:18px 36px 12px}.faq-group-title{font-size:14px;font-weight:700;color:var(--gold-600);letter-spacing:.5px;margin:14px 0 12px}.faq-group:not(:first-child) .faq-group-title{margin-top:24px}.faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px 22px;margin-bottom:12px;box-shadow:var(--shadow-sm);transition:border-color .15s,box-shadow .15s}.faq-item.open{border-color:var(--brand-100);box-shadow:var(--shadow-md);padding:20px 22px}.faq-item-head{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:12px;background:none;border:none;padding:0;width:100%;text-align:left;font:inherit;color:inherit}.faq-item-q{font-size:15.5px;font-weight:600;color:var(--gray-900)}.faq-item.open .faq-item-q{font-size:16px;font-weight:700}.faq-item-toggle{font-size:22px;font-weight:300;color:var(--gray-400);line-height:1}.faq-item.open .faq-item-toggle{color:var(--brand-500)}.faq-item-a{color:var(--gray-500);font-size:14.5px;margin-top:12px;line-height:1.55}.faq-item-a b{color:var(--gray-700)}.faq-empty{text-align:center;color:var(--gray-400);padding:32px}.faq-contact-wrap{max-width:720px;margin:0 auto;padding:10px 36px 40px}.faq-contact{background:linear-gradient(120deg,var(--brand-50),var(--white));border:1px solid var(--brand-100);border-radius:var(--radius-lg);padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:18px}.faq-contact h3{font-size:18px;font-weight:700}.faq-contact p{color:var(--gray-500);font-size:14px;margin-top:4px}.faq-contact-actions{display:flex;gap:10px;flex-shrink:0}@media(max-width:760px){.public-nav{padding:14px 16px;gap:10px}.public-nav-sub{display:none}.public-nav .public-nav-link:not(.cta-only){display:none}.landing-hero{flex-direction:column;align-items:stretch;padding:28px 18px 24px;gap:24px}.landing-hero-left h1{font-size:30px;line-height:1.15}.landing-hero-left .sub{font-size:14.5px}.landing-hero-ctas .btn{width:100%}.chat-demo{width:100%;max-width:320px;margin:0 auto}.landing-section{padding:22px 18px}.feat-grid,.cap-grid{grid-template-columns:1fr}.step-strip{flex-direction:column}.step-strip-arrow{transform:rotate(90deg);align-self:center}.faq-bridge,.faq-contact{flex-direction:column;align-items:stretch;text-align:center}.faq-contact-actions{flex-direction:column}.faq-contact-actions .btn{width:100%}.cta-band{padding:36px 22px}.cta-band h2{font-size:22px}.site-footer{padding:18px 16px;flex-direction:column;align-items:flex-start}.faq-header{padding:28px 18px 8px}.faq-header h1{font-size:24px}.faq-categories{padding:18px 18px 0;gap:7px}.faq-category{font-size:12.5px;padding:6px 12px}.faq-list{padding:14px 18px}}.auth-split{width:100%;max-width:860px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden;display:flex;min-height:520px;animation:card-in .4s ease-out}.auth-value{flex:1;padding:44px 38px;background:linear-gradient(150deg,var(--brand-600),var(--brand-700));color:var(--white);display:flex;flex-direction:column;gap:22px;position:relative;overflow:hidden}.auth-value-deco{position:absolute;right:-60px;top:-60px;width:220px;height:220px;border-radius:50%;background:#ffffff14;pointer-events:none}.auth-value-logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;position:relative}.auth-value-logo .mark{width:32px;height:32px;border-radius:10px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px}.auth-value h2{font-size:30px;font-weight:800;line-height:1.25;letter-spacing:-.5px;position:relative}.auth-steps{display:flex;flex-direction:column;gap:14px;position:relative}.auth-step{display:flex;gap:13px;align-items:center}.auth-step-num{width:30px;height:30px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.auth-step.gold .auth-step-num{background:var(--gold-400);color:var(--brand-700);font-weight:800}.auth-step-title{font-weight:700}.auth-step-sub{opacity:.85;font-size:13px;margin-top:2px}.auth-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px;position:relative}.auth-pill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;background:#ffffff26;color:var(--white)}.auth-form-panel{width:380px;flex-shrink:0;padding:44px 38px;display:flex;flex-direction:column;justify-content:center;background:var(--white)}.auth-form-panel .tab-bar{margin-bottom:22px}.auth-form-panel .field input{font-size:15px}.auth-mobile-head{text-align:center;padding:8px 0 18px;display:none}.auth-mobile-head .brand-logo{display:inline-flex;width:44px;height:44px;border-radius:13px;background:linear-gradient(140deg,var(--brand-500),var(--brand-700));color:var(--white);align-items:center;justify-content:center;font-weight:800;font-size:22px;box-shadow:0 16px 40px -12px #c41e3a66}.auth-mobile-head h2{font-size:21px;font-weight:800;margin-top:14px;letter-spacing:-.3px}.auth-mobile-head p{color:var(--gray-500);font-size:13.5px;margin-top:4px}.field-label-row{display:flex;align-items:center;gap:7px}.field-label-row .badge{font-size:10px;padding:1px 7px;border-radius:999px;letter-spacing:0}.auth-switch-link{text-align:center;margin-top:16px;font-size:13.5px;color:var(--gray-500)}.auth-switch-link button{background:none;border:none;color:var(--brand-600);font:inherit;font-weight:600;cursor:pointer;padding:0;margin-left:4px}.auth-switch-link button:hover{text-decoration:underline}@media(max-width:760px){.auth-split{flex-direction:column;border-radius:var(--radius-lg);min-height:0}.auth-value{display:none}.auth-form-panel{width:100%;padding:28px 22px}.auth-mobile-head{display:block}}.dash-page{min-height:calc(100vh - 60px);background:var(--gray-50)}.dash-topbar{display:flex;align-items:center;gap:14px;padding:14px 30px;background:var(--white);border-bottom:1px solid var(--gray-200)}.dash-topbar .brand-logo{width:30px;height:30px;border-radius:9px;background:linear-gradient(140deg,var(--brand-500),var(--brand-700));color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 8px 18px -8px #c41e3a8c}.dash-topbar-title{font-size:18px;font-weight:800;letter-spacing:-.2px}.dash-topbar-spacer{flex:1}.dash-content{max-width:780px;margin:0 auto;padding:30px;display:flex;flex-direction:column;gap:16px}.dash-hero{background:linear-gradient(120deg,var(--brand-50),var(--white));border:1px solid var(--brand-100);border-radius:var(--radius-xl);padding:32px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--shadow-md)}.dash-hero h2{font-size:27px;font-weight:800;margin:12px 0 6px;letter-spacing:-.4px}.dash-hero p{color:var(--gray-500);font-size:15px;margin:0}.dash-hero .btn{font-size:17px;padding:14px 26px;border-radius:var(--radius-md);flex-shrink:0;box-shadow:0 16px 40px -12px #0a0a0b4d}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dash-tile{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:20px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-sm)}.dash-tile-body{flex:1;min-width:0}.dash-tile-title{font-weight:700;font-size:16px;color:var(--gray-900)}.dash-tile-sub{margin-top:4px;font-size:13px;color:var(--gray-500)}.dash-tile-sub .badge{margin-top:0}.dash-more{background:transparent;border:1.5px dashed var(--gray-300);border-radius:var(--radius-xl);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dash-more-summary{color:var(--gray-500);font-size:13.5px}.dash-more-summary .dash-more-hl{font-style:normal;font-weight:700;color:var(--brand-600)}.dash-more-summary .dash-more-contact{cursor:pointer}.dash-more-summary .dash-more-contact:hover{text-decoration:underline}.dash-more-toggle{background:none;border:none;color:var(--gray-700);font:inherit;font-weight:600;cursor:pointer;padding:6px 10px;border-radius:var(--radius-md)}.dash-more-toggle:hover{background:var(--gray-100);color:var(--gray-900)}.dash-more-panel{display:flex;flex-direction:column;gap:16px}@media(max-width:640px){.dash-topbar{padding:12px 16px}.dash-content{padding:16px;gap:12px}.dash-hero{flex-direction:column;align-items:stretch;text-align:center;padding:22px}.dash-hero h2{font-size:20px;margin:10px 0 12px}.dash-hero p{display:none}.dash-hero .btn{width:100%}.dash-grid{grid-template-columns:1fr}}@media(max-width:640px){.auth-card{padding:32px 24px}.setup-card{padding:40px 24px}.waiting-card{padding:32px 20px}.dashboard{padding:16px}.card{padding:20px}.metrics{grid-template-columns:repeat(2,1fr)}.binding-row{flex-wrap:wrap}.binding-right{width:100%;justify-content:flex-end}.instance-row{flex-direction:column;align-items:stretch;gap:12px}.instance-row .btn-console{width:100%}.instance-row>.btn-sm{align-self:flex-start}.instance-info-group{width:100%}.instance-actions{flex-wrap:wrap}.progress-steps{gap:0}.step-line{width:32px}.logo-text{font-size:18px}.header-inner{padding:12px 16px;gap:6px}.logo-sub{display:none}.header-right .badge.ok{font-size:11px;padding:2px 8px}.header-right .btn-ghost{padding:6px 8px}}.btn-primary{box-shadow:none}.btn-primary:hover:not(:disabled){box-shadow:0 6px 16px -8px #0a0a0b59}.btn-console{box-shadow:0 6px 16px -8px #0a0a0b4d!important}.btn-console:hover:not(:disabled){box-shadow:0 10px 24px -10px #0a0a0b66!important}.logo-icon,.public-nav .brand-logo,.dash-topbar .brand-logo,.auth-mobile-head .brand-logo,.auth-value-logo .mark,.chat-demo-head .ic{background:linear-gradient(140deg,#e23b54,var(--accent-700))!important;color:#fff!important}.landing-hero-left h1 .accent{color:var(--accent)}.badge.warn{background:#fef2f2;color:var(--accent);border-color:#fde0e4}.btn-gold{background:var(--brand-600);border-color:var(--brand-600);color:#fff;box-shadow:none}.btn-gold:hover:not(:disabled){background:var(--brand-700);border-color:var(--brand-700)}.feat-card.gold,.step-strip-card.gold,.launch-choice.gold{background:linear-gradient(180deg,var(--gray-50),var(--white));border-color:var(--gray-200)}.faq-group-title{color:var(--gray-500)}
