:root{--bg: #f5f5f7;--bg-elevated: #ffffff;--bg-glass: rgba(255, 255, 255, .72);--bg-menu-bar: rgba(246, 246, 248, .82);--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-tertiary: #8e8e93;--border: rgba(0, 0, 0, .08);--border-strong: rgba(0, 0, 0, .14);--divider: rgba(0, 0, 0, .06);--brand: #0a7cff;--brand-hover: #0066e0;--brand-soft: rgba(10, 124, 255, .12);--status-green: #35c85a;--status-orange: #ff9f0a;--status-red: #ff453a;--provider-antigravity: #1a73e8;--provider-codex: #35c85a;--provider-claude: #d4a574;--provider-minimax: #ff453a;--provider-kimi: #ff9f0a;--provider-zcode: #3866ff;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-pill: 999px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;--font-mono: "SF Mono", "JetBrains Mono", ui-monospace, Menlo, monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.375rem;--text-2xl: 1.75rem;--text-3xl: 2.25rem;--text-4xl: 3rem;--text-5xl: 3.75rem;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .1), 0 4px 12px rgba(0, 0, 0, .06);--shadow-xl: 0 24px 64px rgba(0, 0, 0, .14), 0 8px 24px rgba(0, 0, 0, .08);--max-width: 1120px;--nav-height: 60px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .15s;--duration-base: .25s;--duration-slow: .5s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.6;color:var(--text-primary);background:var(--bg);font-feature-settings:"ss01","cv01"}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--space-5)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);font-size:var(--text-base);font-weight:500;border-radius:var(--radius-pill);transition:transform var(--duration-fast) var(--ease-spring),background var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out);white-space:nowrap}.btn:active{transform:scale(.97)}.btn--primary{background:var(--brand);color:#fff;box-shadow:0 4px 14px #0a7cff52}.btn--primary:hover{background:var(--brand-hover);box-shadow:0 6px 20px #0a7cff6b}.btn--ghost{background:#ffffffb3;color:var(--text-primary);border:1px solid var(--border-strong);backdrop-filter:blur(20px)}.btn--ghost:hover{background:#fff;border-color:#00000038}.section{padding-block:var(--space-9)}.section__eyebrow{display:inline-block;font-size:var(--text-sm);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--brand);margin-bottom:var(--space-3)}.section__title{font-size:var(--text-3xl);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin-bottom:var(--space-3)}.section__subtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:560px}.section__header{text-align:center;margin-inline:auto;margin-bottom:var(--space-8);display:flex;flex-direction:column;align-items:center}.reveal{opacity:0;transform:translateY(24px);transition:opacity var(--duration-slow) var(--ease-out),transform var(--duration-slow) var(--ease-out)}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}.nav[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:100;height:var(--nav-height);background:var(--bg-glass);backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);border-bottom:1px solid var(--border)}.nav__inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;height:100%;gap:var(--space-5)}.nav__brand[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:var(--space-2);font-weight:700;font-size:var(--text-lg);letter-spacing:-.01em}.nav__links[data-astro-cid-dmqpwcec]{display:flex;gap:var(--space-6);margin-left:auto;margin-right:var(--space-4)}.nav__links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--duration-fast) var(--ease-out)}.nav__links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--text-primary)}.nav__actions[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:var(--space-3)}.nav__github[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);color:var(--text-secondary);transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.nav__github[data-astro-cid-dmqpwcec]:hover{background:#0000000d;color:var(--text-primary)}@media(max-width:768px){.nav__links[data-astro-cid-dmqpwcec]{display:none}}.dropdown[data-astro-cid-x2q4hafu]{width:340px;background:var(--bg-glass);backdrop-filter:blur(40px) saturate(1.4);-webkit-backdrop-filter:blur(40px) saturate(1.4);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);overflow:hidden;font-family:var(--font-sans)}.dropdown--standalone[data-astro-cid-x2q4hafu]{width:380px}.dropdown--mini[data-astro-cid-x2q4hafu]{width:320px}.dropdown__header[data-astro-cid-x2q4hafu]{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--divider)}.dropdown__title[data-astro-cid-x2q4hafu]{font-size:var(--text-sm);font-weight:600;color:var(--text-primary)}.dropdown__subtitle[data-astro-cid-x2q4hafu]{display:block;font-size:var(--text-xs);color:var(--text-tertiary);margin-top:2px}.dropdown__refresh[data-astro-cid-x2q4hafu]{color:var(--text-tertiary);display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--radius-sm)}.dropdown__list[data-astro-cid-x2q4hafu]{max-height:460px;overflow-y:auto;padding:var(--space-2)}.dropdown--mini[data-astro-cid-x2q4hafu] .dropdown__list[data-astro-cid-x2q4hafu]{max-height:420px}.provider[data-astro-cid-x2q4hafu]{padding:var(--space-3);border-radius:var(--radius-md);transition:background var(--duration-fast) var(--ease-out)}.provider[data-astro-cid-x2q4hafu]:hover{background:#00000008}.provider[data-astro-cid-x2q4hafu]+.provider[data-astro-cid-x2q4hafu]{margin-top:var(--space-1)}.provider__head[data-astro-cid-x2q4hafu]{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2)}.provider__dot[data-astro-cid-x2q4hafu]{width:8px;height:8px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px #fff9}.provider__name[data-astro-cid-x2q4hafu]{font-size:var(--text-sm);font-weight:600;color:var(--text-primary)}.provider__tier[data-astro-cid-x2q4hafu]{font-size:var(--text-xs);color:var(--text-tertiary);background:#0000000d;padding:1px 6px;border-radius:var(--radius-pill)}.provider__price[data-astro-cid-x2q4hafu]{margin-left:auto;font-size:var(--text-xs);color:var(--text-tertiary);font-variant-numeric:tabular-nums}.provider__quotas[data-astro-cid-x2q4hafu]{display:flex;flex-direction:column;gap:var(--space-2);padding-left:16px}.quota__row[data-astro-cid-x2q4hafu]{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.quota__label[data-astro-cid-x2q4hafu]{font-size:var(--text-xs);color:var(--text-secondary)}.quota__pct[data-astro-cid-x2q4hafu]{font-size:var(--text-xs);font-weight:600;font-variant-numeric:tabular-nums}.quota__track[data-astro-cid-x2q4hafu]{height:6px;background:#00000012;border-radius:var(--radius-pill);overflow:hidden}.quota__fill[data-astro-cid-x2q4hafu]{height:100%;border-radius:var(--radius-pill);transition:width .8s var(--ease-out)}.dropdown__footer[data-astro-cid-x2q4hafu]{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3) var(--space-5);border-top:1px solid var(--divider);font-size:var(--text-xs);color:var(--text-tertiary)}.dropdown__hint[data-astro-cid-x2q4hafu]{opacity:.7}.hero-mockup[data-astro-cid-x2q4hafu]{position:relative;width:100%;max-width:720px}.menubar[data-astro-cid-x2q4hafu]{height:28px;background:var(--bg-menu-bar);backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);border:1px solid var(--border);border-bottom:1px solid var(--divider);border-radius:var(--radius-sm) var(--radius-sm) 0 0;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-3);font-size:13px}.menubar__left[data-astro-cid-x2q4hafu]{display:flex;align-items:center;gap:var(--space-2)}.menubar__logo[data-astro-cid-x2q4hafu]{display:flex}.menubar__appname[data-astro-cid-x2q4hafu]{font-size:13px;font-weight:600;color:var(--text-primary)}.menubar__right[data-astro-cid-x2q4hafu]{display:flex;align-items:center;gap:var(--space-3);margin-left:auto}.menubar__bars[data-astro-cid-x2q4hafu]{display:flex;align-items:flex-end;gap:3px;height:16px}.bar-stack[data-astro-cid-x2q4hafu]{width:4px;height:16px;background:#0000001a;border-radius:2px;position:relative;overflow:hidden;display:inline-block}.bar-stack__fill[data-astro-cid-x2q4hafu]{position:absolute;bottom:0;left:0;right:0;border-radius:2px;transition:height 1s var(--ease-out);animation:bar-breathe 4s var(--ease-out) infinite}.bar-stack[data-astro-cid-x2q4hafu]:nth-child(1) .bar-stack__fill[data-astro-cid-x2q4hafu]{animation-delay:0s}.bar-stack[data-astro-cid-x2q4hafu]:nth-child(2) .bar-stack__fill[data-astro-cid-x2q4hafu]{animation-delay:.4s}.bar-stack[data-astro-cid-x2q4hafu]:nth-child(3) .bar-stack__fill[data-astro-cid-x2q4hafu]{animation-delay:.8s}.bar-stack[data-astro-cid-x2q4hafu]:nth-child(4) .bar-stack__fill[data-astro-cid-x2q4hafu]{animation-delay:1.2s}.bar-stack[data-astro-cid-x2q4hafu]:nth-child(5) .bar-stack__fill[data-astro-cid-x2q4hafu]{animation-delay:1.6s}.bar-stack[data-astro-cid-x2q4hafu]:nth-child(6) .bar-stack__fill[data-astro-cid-x2q4hafu]{animation-delay:2s}@keyframes bar-breathe{0%,to{opacity:1;filter:brightness(1)}50%{opacity:.65;filter:brightness(1.15)}}.menubar__clock[data-astro-cid-x2q4hafu]{font-size:12px;font-weight:500;color:var(--text-primary);font-variant-numeric:tabular-nums}.hero-mockup__dropdown-wrap[data-astro-cid-x2q4hafu]{position:absolute;top:32px;right:var(--space-3);animation:dropdown-float 6s var(--ease-out) infinite}@keyframes dropdown-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(max-width:768px){.dropdown[data-astro-cid-x2q4hafu],.dropdown--standalone[data-astro-cid-x2q4hafu],.dropdown--mini[data-astro-cid-x2q4hafu]{width:100%;max-width:340px}.hero-mockup__dropdown-wrap[data-astro-cid-x2q4hafu]{position:relative;top:auto;right:auto;margin-top:var(--space-4);display:flex;justify-content:center}@keyframes dropdown-float{0%,to{transform:none}50%{transform:none}}}.hero[data-astro-cid-bbe6dxrz]{padding-top:var(--space-9);padding-bottom:var(--space-8);background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(10,124,255,.1),transparent 70%),var(--bg);overflow:hidden}.hero__inner[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8);align-items:center}.hero__badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:var(--space-2);padding:6px 14px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-pill);font-size:var(--text-xs);font-weight:500;color:var(--text-secondary);box-shadow:var(--shadow-sm);margin-bottom:var(--space-5)}.hero__badge-dot[data-astro-cid-bbe6dxrz]{width:6px;height:6px;border-radius:50%;background:var(--status-green);box-shadow:0 0 0 3px #35c85a33}.hero__title[data-astro-cid-bbe6dxrz]{font-size:var(--text-5xl);font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:var(--space-5);color:var(--text-primary)}.hero__title-accent[data-astro-cid-bbe6dxrz]{background:linear-gradient(120deg,var(--brand),#6ec1ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__subtitle[data-astro-cid-bbe6dxrz]{font-size:var(--text-lg);line-height:1.55;color:var(--text-secondary);margin-bottom:var(--space-7);max-width:480px}.hero__cta[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-5)}.btn--lg[data-astro-cid-bbe6dxrz]{padding:var(--space-4) var(--space-6);font-size:var(--text-lg)}.hero__meta[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:var(--space-4);font-size:var(--text-xs);color:var(--text-tertiary)}.hero__visual[data-astro-cid-bbe6dxrz]{display:flex;justify-content:center;align-items:center}@media(max-width:960px){.hero__inner[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:var(--space-8)}.hero__copy[data-astro-cid-bbe6dxrz]{text-align:center}.hero__subtitle[data-astro-cid-bbe6dxrz]{margin-inline:auto}.hero__cta[data-astro-cid-bbe6dxrz],.hero__meta[data-astro-cid-bbe6dxrz]{justify-content:center}.hero__title[data-astro-cid-bbe6dxrz]{font-size:var(--text-4xl)}}.grid[data-astro-cid-6tdgk4kt]{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);margin-bottom:var(--space-7)}.card[data-astro-cid-6tdgk4kt]{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-5);transition:transform var(--duration-base) var(--ease-spring),box-shadow var(--duration-base) var(--ease-out),border-color var(--duration-base) var(--ease-out)}.card[data-astro-cid-6tdgk4kt]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--border-strong)}.card__head[data-astro-cid-6tdgk4kt]{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.card__logo[data-astro-cid-6tdgk4kt]{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001f}.card__logo-mark[data-astro-cid-6tdgk4kt]{width:18px;height:18px;background:#ffffffeb;border-radius:6px}.card__name[data-astro-cid-6tdgk4kt]{font-size:var(--text-lg);font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.card__vendor[data-astro-cid-6tdgk4kt]{font-size:var(--text-xs);color:var(--text-tertiary)}.card__channels[data-astro-cid-6tdgk4kt]{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-3)}.chip[data-astro-cid-6tdgk4kt]{font-size:var(--text-xs);font-weight:500;padding:3px 10px;background:var(--brand-soft);color:var(--brand);border-radius:var(--radius-pill)}.card__note[data-astro-cid-6tdgk4kt]{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5}.providers__footnote[data-astro-cid-6tdgk4kt]{text-align:center;font-size:var(--text-sm);color:var(--text-tertiary);max-width:640px;margin-inline:auto}@media(max-width:768px){.grid[data-astro-cid-6tdgk4kt]{grid-template-columns:1fr}}.features-section[data-astro-cid-vnivfuh2]{background:linear-gradient(180deg,transparent,rgba(255,255,255,.6),transparent)}.features-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-5)}.feature[data-astro-cid-vnivfuh2]{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-6);transition:transform var(--duration-base) var(--ease-spring),box-shadow var(--duration-base) var(--ease-out)}.feature[data-astro-cid-vnivfuh2]:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.feature__icon[data-astro-cid-vnivfuh2]{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--radius-md);background:var(--bg);margin-bottom:var(--space-4)}.feature__title[data-astro-cid-vnivfuh2]{font-size:var(--text-xl);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-3);letter-spacing:-.01em}.feature__desc[data-astro-cid-vnivfuh2]{font-size:var(--text-base);line-height:1.65;color:var(--text-secondary)}@media(max-width:768px){.features-grid[data-astro-cid-vnivfuh2]{grid-template-columns:1fr}}.showcase-section[data-astro-cid-xyg7ob6d]{background:radial-gradient(ellipse 60% 40% at 80% 50%,rgba(10,124,255,.06),transparent 70%),var(--bg)}.showcase__layout[data-astro-cid-xyg7ob6d]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8);align-items:center}.showcase__visual[data-astro-cid-xyg7ob6d]{display:flex;justify-content:center}.showcase__device[data-astro-cid-xyg7ob6d]{position:relative}.showcase__device[data-astro-cid-xyg7ob6d]:before{content:"";position:absolute;inset:-40px;background:radial-gradient(circle,rgba(10,124,255,.12),transparent 60%);z-index:-1;border-radius:50%}.showcase__content[data-astro-cid-xyg7ob6d] .section__header[data-astro-cid-xyg7ob6d]{align-items:flex-start;text-align:left;margin-bottom:var(--space-6)}.steps[data-astro-cid-xyg7ob6d]{display:flex;flex-direction:column;gap:var(--space-5);margin-bottom:var(--space-6)}.step[data-astro-cid-xyg7ob6d]{display:flex;gap:var(--space-4)}.step__num[data-astro-cid-xyg7ob6d]{flex-shrink:0;width:44px;height:44px;border-radius:var(--radius-md);background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--text-sm);font-variant-numeric:tabular-nums}.step__title[data-astro-cid-xyg7ob6d]{font-size:var(--text-lg);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-2)}.step__desc[data-astro-cid-xyg7ob6d]{font-size:var(--text-base);line-height:1.6;color:var(--text-secondary)}.showcase__note[data-astro-cid-xyg7ob6d]{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--text-secondary)}@media(max-width:960px){.showcase__layout[data-astro-cid-xyg7ob6d]{grid-template-columns:1fr;gap:var(--space-7)}.showcase__content[data-astro-cid-xyg7ob6d] .section__header[data-astro-cid-xyg7ob6d]{align-items:center;text-align:center}}.footer[data-astro-cid-sz7xmlte]{background:var(--bg-elevated);border-top:1px solid var(--border);padding-top:var(--space-8);padding-bottom:var(--space-6)}.footer__inner[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:var(--space-6);justify-content:space-between;align-items:flex-start;padding-bottom:var(--space-6);border-bottom:1px solid var(--divider)}.footer__brand[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:var(--space-3)}.footer__name[data-astro-cid-sz7xmlte]{font-weight:700;color:var(--text-primary)}.footer__tagline[data-astro-cid-sz7xmlte]{font-size:var(--text-sm);color:var(--text-tertiary)}.footer__links[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:var(--space-5)}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--duration-fast) var(--ease-out)}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--text-primary)}.footer__bottom[data-astro-cid-sz7xmlte]{padding-top:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3)}.footer__copy[data-astro-cid-sz7xmlte]{font-size:var(--text-xs);color:var(--text-tertiary)}.footer__disclaimer[data-astro-cid-sz7xmlte]{font-size:var(--text-xs);line-height:1.6;color:var(--text-tertiary);max-width:720px}@media(max-width:640px){.footer__inner[data-astro-cid-sz7xmlte]{flex-direction:column}}
