@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Noto+Sans+SC:wght@400;500;600;700&family=Sora:wght@500;600;700&display=swap";:root{--text: #172026;--muted: #52646c;--subtle: #33464f;--bg: #eef2f1;--bg-elevated: #f7f9f8;--panel: rgba(255, 255, 255, .88);--border: rgba(23, 32, 38, .1);--primary: #0f766e;--primary-strong: #0f4f49;--primary-deep: #164e63;--primary-soft: #e3f5f2;--primary-faint: #edf8f6;--shadow: 0 24px 64px rgba(22, 78, 99, .12);--shadow-sm: 0 8px 24px rgba(22, 78, 99, .08);--radius: 14px;--radius-lg: 20px;--max: 1160px;--font-display: "Sora", "Noto Sans SC", sans-serif;--font-body: "Noto Sans SC", "DM Sans", system-ui, sans-serif;--nav-h: 64px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-h) + 20px)}.section-header[id],#download{scroll-margin-top:calc(var(--nav-h) + 20px)}.hero[id]{scroll-margin-top:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;color:var(--text);background:var(--bg);font-family:var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}html[lang=zh-CN],html[lang=zh-TW]{:where(h1,h2,h3,p,li,.hero-desc,.section-subtitle){word-break:break-word;line-break:strict}}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-strong)}.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.section{padding:96px 0}.section-header{max-width:640px;margin-bottom:48px}.section-header.centered{margin-inline:auto;text-align:center}.section-title{margin:0 0 12px;font-family:var(--font-display);font-size:clamp(28px,4vw,40px);font-weight:600;letter-spacing:-.02em;line-height:1.2}.section-subtitle{margin:0;font-size:18px;color:var(--muted);line-height:1.6}.site-nav{position:fixed;inset:0 0 auto;z-index:100;height:var(--nav-h);border-bottom:1px solid transparent;transition:background .2s,border-color .2s,backdrop-filter .2s}.site-nav.scrolled{background:#f7f9f8d1;border-bottom-color:var(--border);backdrop-filter:blur(12px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:var(--nav-h);gap:24px}.brand{display:flex;align-items:center;gap:10px;color:var(--text);font-weight:600;font-family:var(--font-display)}.brand img{width:32px;height:32px;border-radius:8px}.nav-links{display:none;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.nav-links a{color:var(--subtle);font-size:14px;font-weight:500}.nav-links a:hover{color:var(--text)}.nav-actions{display:flex;align-items:center;gap:12px}.lang-switcher{position:relative}.lang-switcher-trigger{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;border:1px solid var(--border);background:var(--panel);color:var(--subtle);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.lang-switcher-trigger:hover,.lang-switcher-trigger[aria-expanded=true]{border-color:#0f766e4d;color:var(--primary-strong);background:var(--primary-faint)}.lang-switcher-icon{color:var(--primary);flex-shrink:0}.lang-switcher-chevron{flex-shrink:0;transition:transform .15s}.lang-switcher-trigger[aria-expanded=true] .lang-switcher-chevron{transform:rotate(180deg)}.lang-switcher-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:120;min-width:156px;margin:0;padding:6px;list-style:none;border-radius:10px;border:1px solid var(--border);background:var(--solid-panel, #fff);box-shadow:var(--shadow-sm)}.lang-switcher-menu[hidden]{display:none}.lang-switcher-option{display:block;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:var(--text);font-size:14px;font-weight:500;font-family:inherit;text-align:left;cursor:pointer}.lang-switcher-option:hover{background:var(--primary-faint);color:var(--primary-strong)}.lang-switcher-option.active{background:var(--primary-soft);color:var(--primary-strong);font-weight:600}@media(max-width:899px){.nav-actions .lang-switcher-menu{right:0;left:auto}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--primary-strong);color:#fff}.btn-secondary{background:var(--panel);color:var(--text);border-color:var(--border)}.btn-secondary:hover{border-color:#0f766e4d;color:var(--primary-strong)}.btn-lg{padding:14px 28px;font-size:15px;border-radius:12px}.menu-toggle{display:flex;flex-direction:column;gap:5px;padding:8px;background:none;border:none;cursor:pointer}.menu-toggle span{display:block;width:20px;height:2px;background:var(--text);border-radius:1px}.mobile-menu{display:none;position:fixed;inset:var(--nav-h) 0 auto;z-index:99;background:var(--bg-elevated);border-bottom:1px solid var(--border);padding:16px 24px 24px}.mobile-menu.open{display:block}.mobile-menu ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.mobile-menu a{display:block;padding:12px 0;color:var(--text);font-weight:500;border-bottom:1px solid var(--border)}@media(min-width:900px){.nav-links{display:flex}.menu-toggle{display:none}}.hero{padding:calc(var(--nav-h) + 72px) 0 96px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:-15% -5% auto;height:80%;background:radial-gradient(ellipse 70% 65% at 82% 8%,rgba(15,118,110,.16),transparent 68%),radial-gradient(ellipse 55% 50% at 12% 18%,rgba(15,118,110,.14),transparent 72%);pointer-events:none}.hero-grid{display:grid;gap:40px;align-items:center;position:relative}@media(min-width:960px){.hero-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.18fr);gap:32px;align-items:center}}.hero-copy{max-width:520px}.hero-brand{display:flex;align-items:center;gap:20px;margin-bottom:22px}.hero-app-icon-wrap{position:relative;flex-shrink:0}.hero-app-icon-wrap:before{content:"";position:absolute;inset:-12px;border-radius:32px;background:radial-gradient(circle at 50% 45%,rgba(15,118,110,.32),transparent 68%);pointer-events:none}.hero-app-icon{position:relative;z-index:1;display:block;width:88px;height:88px;border-radius:22px;box-shadow:0 14px 36px #0f4f4942,0 2px 8px #164e631f,0 0 0 1px #ffffff8c inset}.hero-brand-text{min-width:0}.hero-brand-text h1{margin:0 0 6px}.hero-brand-text .hero-tagline{margin:0}.hero-visual{width:100%}@media(min-width:960px){.hero-visual .product-mock{transform:scale(1.02);transform-origin:center right}}.hero h1{font-family:var(--font-display);font-size:clamp(40px,6vw,56px);font-weight:700;letter-spacing:-.03em;line-height:1.08}.hero-tagline{font-size:clamp(20px,3vw,26px);font-weight:500;color:var(--primary-deep)}@media(min-width:960px){.hero-app-icon{width:96px;height:96px;border-radius:24px}.hero-brand{gap:28px;margin-bottom:24px}}@media(max-width:480px){.hero-brand{gap:16px}.hero-app-icon{width:80px;height:80px;border-radius:20px}}.hero-desc{margin:0 0 24px;font-size:17px;color:var(--muted);line-height:1.65}.hero-foot{margin-top:8px}.hero-download-strip{max-width:100%;margin-top:4px;padding:18px 16px 16px;border-radius:14px;border-top:none;background:#ffffff8c;border:1px solid rgba(23,32,38,.06)}.hero-download-strip-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;line-height:1.4}.hero-download-label{font-weight:600;color:var(--text)}.hero-download-meta{color:var(--muted)}.hero-download-version{color:var(--primary);font-weight:600;font-variant-numeric:tabular-nums}.hero-chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hero-chip{display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px 12px 14px;border-radius:12px;border:1px solid rgba(23,32,38,.08);background:#ffffffe6;color:var(--text);text-align:center;box-shadow:0 1px 2px #164e630a;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.hero-chip-icon{display:flex;align-items:center;justify-content:center;width:45px;height:45px;flex-shrink:0;color:var(--primary-deep);opacity:.88;transition:opacity .2s ease,transform .2s ease}.hero-chip-icon svg{display:block;width:30px;height:30px;flex-shrink:0}.hero-chip-icon svg.platform-icon-linux{width:32px;height:32px}.hero-chip-text{display:flex;flex-direction:column;gap:3px;min-width:0}.hero-chip-text strong{font-family:var(--font-display);font-size:14px;font-weight:600;line-height:1.2}.hero-chip-text small{font-size:11px;color:var(--muted);line-height:1.3}.hero-chip:hover{background:#fff;border-color:#0f766e38;box-shadow:0 4px 12px #164e6314;transform:translateY(-2px)}.hero-chip:hover .hero-chip-icon{opacity:1;transform:scale(1.04)}.hero-chip:hover .hero-chip-text small{color:var(--primary)}.hero-chip--soon{cursor:default;pointer-events:none}.hero-chip--soon .hero-chip-text small{color:var(--primary);font-weight:500}.hero-chip--soon:hover{transform:none;box-shadow:0 1px 2px #164e630a;border-color:#1720261a;background:#fff}@media(max-width:640px){.hero-chips{gap:8px}.hero-chip{padding:14px 8px 12px}.hero-chip-icon{width:40px;height:40px}.hero-chip-icon svg{width:24px;height:24px}.hero-chip-text strong{font-size:13px}}@media(max-width:400px){.hero-chips{grid-template-columns:1fr}.hero-chip{flex-direction:row;justify-content:flex-start;text-align:left;padding:14px 16px;gap:14px}.hero-chip-icon{width:45px;height:45px}}.product-mock{border-radius:var(--radius-lg);background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden}.mock-titlebar{display:flex;align-items:center;gap:8px;padding:14px 18px;background:linear-gradient(180deg,#f0f5f4,#e8efed);border-bottom:1px solid var(--border)}.mock-dots{display:flex;gap:6px}.mock-dots span{width:10px;height:10px;border-radius:50%;background:#1720261f}.mock-dots span:nth-child(1){background:#ff6b6b}.mock-dots span:nth-child(2){background:#ffd166}.mock-dots span:nth-child(3){background:#06d6a0}.mock-title{flex:1;text-align:center;font-size:12px;font-weight:600;color:var(--muted)}.mock-body{display:grid;grid-template-columns:200px 1fr;min-height:340px}.mock-rail{padding:16px 12px;border-right:1px solid var(--border);background:#f7f9f8e6}.mock-brand{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding:4px 8px}.mock-brand img{width:24px;height:24px;border-radius:6px}.mock-brand strong{font-size:13px;font-family:var(--font-display)}.mock-nav-item{display:flex;align-items:center;gap:8px;padding:8px 10px;margin-bottom:4px;border-radius:8px;font-size:12px;color:var(--muted)}.mock-nav-item.active{background:var(--primary-soft);color:var(--primary-strong);font-weight:600}.mock-chat{padding:20px;display:flex;flex-direction:column;gap:14px;background:linear-gradient(180deg,#fafcfb,#f4f8f7)}.mock-msg{max-width:85%;padding:12px 14px;border-radius:12px;font-size:13px;line-height:1.5}.mock-msg.user{align-self:flex-end;background:var(--primary-deep);color:#e8f4f6;border-bottom-right-radius:4px}.mock-msg.assistant{align-self:flex-start;background:#fff;border:1px solid var(--border);border-bottom-left-radius:4px;color:var(--text)}.mock-composer{margin-top:auto;padding:10px 14px;border-radius:10px;border:1px solid var(--border);background:#fff;font-size:12px;color:var(--muted)}@media(max-width:640px){.mock-body{grid-template-columns:1fr}.mock-rail{display:none}}.overview-grid{display:grid;gap:20px}@media(min-width:768px){.overview-grid{grid-template-columns:repeat(3,1fr)}}.overview-card{padding:28px;border-radius:var(--radius);background:var(--panel);border:1px solid var(--border);transition:box-shadow .2s,transform .2s}.overview-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.overview-card .icon{width:44px;height:44px;margin-bottom:16px;border-radius:12px;background:var(--primary-soft);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;font-family:var(--font-display);color:var(--primary-strong)}.overview-card h3{margin:0 0 8px;font-family:var(--font-display);font-size:18px}.overview-card p{margin:0;font-size:15px;color:var(--muted)}.features-grid{display:grid;gap:16px}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.features-grid{grid-template-columns:repeat(3,1fr)}.feature-card.span-2{grid-column:span 2}}.feature-card{padding:24px;border-radius:var(--radius);background:var(--panel);border:1px solid var(--border);transition:border-color .2s}.feature-card:hover{border-color:#0f766e47}.feature-card h3{margin:0 0 8px;font-family:var(--font-display);font-size:17px}.feature-card p{margin:0;font-size:14px;color:var(--muted);line-height:1.55}.workflow-steps{display:grid;gap:0;position:relative}@media(min-width:768px){.workflow-steps{grid-template-columns:repeat(5,1fr);gap:12px}}.workflow-step{position:relative;padding:24px 20px;border-radius:var(--radius);background:var(--panel);border:1px solid var(--border)}.workflow-step .num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-bottom:12px;border-radius:8px;background:var(--primary);color:#fff;font-size:13px;font-weight:700;font-family:var(--font-display)}.workflow-step h3{margin:0 0 6px;font-size:15px;font-family:var(--font-display)}.workflow-step p{margin:0;font-size:13px;color:var(--muted)}#channels .section-header{max-width:none}.channels-grid{display:grid;gap:16px}@media(min-width:640px){.channels-grid{grid-template-columns:repeat(2,1fr)}}.channel-card{padding:22px 24px;border-radius:var(--radius);background:var(--panel);border:1px solid var(--border)}.channel-card h3{margin:0 0 8px;font-family:var(--font-display);font-size:17px;color:var(--primary-deep)}.channel-card p{margin:0;font-size:14px;color:var(--muted)}.channels-note{margin-top:24px;padding:16px 20px;border-radius:10px;background:var(--primary-faint);border:1px solid rgba(15,118,110,.15);font-size:14px;color:var(--subtle)}.privacy-grid{display:grid;gap:16px}@media(min-width:768px){.privacy-grid{grid-template-columns:repeat(2,1fr)}}.privacy-item{padding:22px 24px;border-radius:var(--radius);background:var(--panel);border:1px solid var(--border)}.privacy-item h3{margin:0 0 8px;font-size:16px;font-family:var(--font-display)}.privacy-item p{margin:0;font-size:14px;color:var(--muted)}.alpha-banner{margin-top:32px;padding:14px 18px;border-radius:10px;text-align:center;font-size:14px;font-weight:500;color:var(--primary-strong);background:var(--primary-soft)}.faq-list{max-width:720px;margin-inline:auto}.faq-item{border-bottom:1px solid var(--border)}.faq-item summary{padding:20px 0;font-weight:600;font-size:16px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:20px;font-weight:400;color:var(--primary);flex-shrink:0}.faq-item[open] summary:after{content:"−"}.faq-item p{margin:0 0 20px;padding-right:32px;font-size:15px;color:var(--muted);line-height:1.6}.site-footer{padding:56px 0 36px;border-top:1px solid var(--border);background:linear-gradient(180deg,var(--bg) 0%,var(--bg-elevated) 100%)}.footer-main{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px 28px;margin-bottom:28px;padding:20px 24px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow-sm)}.footer-brand{display:flex;align-items:center;gap:12px;min-width:0;text-decoration:none;color:inherit;transition:opacity .15s ease}.footer-brand:hover{opacity:.88}.footer-brand img{flex-shrink:0;width:40px;height:40px;border-radius:10px;box-shadow:0 2px 8px #164e631f}.footer-brand-text{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 10px;min-width:0;line-height:1.35}.footer-brand strong{font-family:var(--font-display);font-size:17px;font-weight:600;letter-spacing:-.02em;color:var(--text)}.footer-brand-sep{color:#17202638;font-weight:500;user-select:none}.footer-tagline{font-size:14px;font-weight:500;color:var(--muted);white-space:nowrap}.footer-links{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:5px 6px;border-radius:999px;border:1px solid var(--border);background:var(--bg-elevated)}.nav-guide-link{font-weight:500;color:var(--subtle)}.nav-guide-link:hover,.nav-guide-link.is-active,.mobile-menu a.is-active{color:var(--primary)}.nav-guide-link.is-active{font-weight:600}.footer-links a{padding:8px 14px;border-radius:999px;font-size:14px;font-weight:500;color:var(--subtle);text-decoration:none;transition:background .15s ease,color .15s ease}.footer-links a:hover{background:var(--primary-faint);color:var(--primary-strong)}.footer-copy{margin:0;font-size:13px;color:var(--muted);width:100%;padding-top:0;text-align:center;line-height:1.5}@media(max-width:720px){.footer-main{flex-direction:column;align-items:stretch;padding:18px 20px}.footer-brand-text{flex-direction:column;align-items:flex-start;gap:2px}.footer-brand-sep{display:none}.footer-tagline{white-space:normal}.footer-links{justify-content:center;border-radius:var(--radius);padding:6px}}.guide-page{padding:calc(var(--nav-h) + 48px) 0 96px;background:linear-gradient(180deg,var(--primary-faint) 0%,var(--bg) 320px)}.guide-hero{max-width:720px;margin-bottom:48px}.guide-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:20px;font-size:14px;font-weight:500;color:var(--muted)}.guide-back:hover{color:var(--primary)}.guide-hero-eyebrow{margin:0 0 8px;font-size:14px;font-weight:600;color:var(--primary);letter-spacing:.04em}.guide-hero-title{margin:0 0 16px;font-family:var(--font-display);font-size:clamp(32px,5vw,44px);font-weight:700;letter-spacing:-.03em;line-height:1.15}.guide-hero-lead{margin:0;font-size:18px;line-height:1.7;color:var(--muted)}.guide-body{display:grid;gap:40px;align-items:start}@media(min-width:960px){.guide-body{grid-template-columns:220px minmax(0,1fr);gap:56px}}.guide-toc{position:sticky;top:calc(var(--nav-h) + 24px);padding:20px;border-radius:var(--radius);background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.guide-toc-label{margin:0 0 12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.guide-toc ol{margin:0;padding:0;list-style:none}.guide-toc li+li{margin-top:4px}.guide-toc a{display:block;padding:8px 10px;border-radius:8px;font-size:14px;font-weight:500;color:var(--subtle);line-height:1.4}.guide-toc a:hover{background:var(--primary-faint);color:var(--primary-deep)}.guide-sections{display:flex;flex-direction:column;gap:28px}.guide-section{padding:28px 24px;border-radius:var(--radius-lg);background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow-sm);scroll-margin-top:calc(var(--nav-h) + 28px)}.guide-section-head{display:flex;gap:16px;margin-bottom:20px}.guide-section-num{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:10px;background:var(--primary-soft);color:var(--primary-deep);font-family:var(--font-display);font-size:16px;font-weight:700}.guide-section-head h2{margin:0 0 6px;font-family:var(--font-display);font-size:22px;font-weight:600;line-height:1.25}.guide-section-summary{margin:0;font-size:15px;color:var(--muted);line-height:1.6}.guide-steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:16px}.guide-step{padding:16px 18px;border-radius:12px;background:var(--bg-elevated);border:1px solid var(--border)}.guide-step h3{margin:0 0 8px;font-size:16px;font-weight:600;color:var(--text)}.guide-step p{margin:0;font-size:15px;color:var(--muted);line-height:1.65}.guide-bullets{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:10px}.guide-bullets li{font-size:15px;color:var(--muted);line-height:1.65}.guide-bullets li::marker{color:var(--primary)}.guide-tip{margin-top:20px;padding:14px 16px;border-radius:12px;background:var(--primary-faint);border-left:3px solid var(--primary)}.guide-tip strong{display:block;margin-bottom:4px;font-size:13px;color:var(--primary-deep)}.guide-tip p{margin:0;font-size:14px;color:var(--subtle);line-height:1.6}.guide-cta{padding:36px 28px;border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,var(--primary-soft),var(--bg-elevated));border:1px solid rgba(15,118,110,.2)}.guide-cta h2{margin:0 0 10px;font-family:var(--font-display);font-size:24px}.guide-cta p{margin:0 0 20px;color:var(--muted)}@media(max-width:959px){.guide-toc{position:static}.guide-toc ol{display:flex;flex-wrap:wrap;gap:8px}.guide-toc li+li{margin-top:0}.guide-toc a{padding:6px 12px;background:var(--bg-elevated);border:1px solid var(--border)}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}
