:root{--bg:#f6f7f4;--surface:#fff;--surface-soft:#eef4f1;--ink:#182033;--muted:#667085;--line:#dce3e1;--accent:#32b6a6;--accent-strong:#168f82;--accent-soft:#dff5f1;--coral:#e86f59;--amber:#d99d28;--violet:#6d6ac8;--shadow-soft:0 24px 80px #1820331f;--shadow-float:0 16px 44px #18203324}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:LXGW WenKai,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}code,pre,.markdown-lines,.tool-row span{font-family:LXGW WenKai Mono,LXGW WenKai,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.site-nav{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f7f4d6;border-bottom:1px solid #dce3e1c2;justify-content:space-between;align-items:center;gap:1rem;min-height:4.25rem;padding:0 2rem;display:flex;position:sticky;top:0}.nav-brand{align-items:center;gap:.65rem;font-size:1.05rem;font-weight:760;display:inline-flex}.brand-mark{background:var(--accent-soft);width:2rem;height:2rem;color:var(--accent-strong);border:1px solid #32b6a659;border-radius:.7rem;place-items:center;font-weight:800;display:grid}.site-nav nav{color:var(--muted);align-items:center;gap:1.5rem;font-size:.95rem;display:flex}.site-nav nav a{transition:color .16s,transform .16s}.site-nav nav a:hover,.site-nav nav a:focus-visible{color:var(--ink)}.hero{border-bottom:1px solid var(--line);isolation:isolate;align-items:center;min-height:calc(100svh - 5.5rem);max-height:48rem;padding:5rem 2rem 5.5rem;display:flex;position:relative;overflow:hidden}.hero-scene{z-index:-2;background:linear-gradient(90deg,#f6f7f438,#f6f7f4a8 55%,#f6f7f4e0),radial-gradient(circle at 70% 20%,#32b6a63d,#0000 34%),linear-gradient(135deg,#f6f7f4 0%,#edf4f1 48%,#f4eee5 100%);position:absolute;inset:0;overflow:hidden}.hero-overlay{z-index:-1;background:linear-gradient(90deg,#f6f7f4f5 0%,#f6f7f4cc 42%,#f6f7f457 100%),linear-gradient(#0000 68%,#f6f7f4eb 100%);position:absolute;inset:0}.app-shell{width:min(70rem,72vw);min-width:50rem;box-shadow:var(--shadow-soft);background:#ffffffc2;border:1px solid #7f928d38;border-radius:1.4rem;position:absolute;bottom:2.75rem;right:-3rem;overflow:hidden;transform:rotate(-1deg)}.app-rail{border-bottom:1px solid var(--line);height:3.4rem;color:var(--ink);align-items:center;gap:.75rem;padding:0 1.25rem;font-weight:760;display:flex}.brand-dot{background:var(--accent);border-radius:999px;width:.75rem;height:.75rem;box-shadow:0 0 0 .35rem #32b6a61f}.rail-chip{background:var(--accent-soft);color:var(--accent-strong);border-radius:999px;margin-left:auto;padding:.35rem .7rem;font-size:.85rem}.workspace{background:#f7faf9;grid-template-columns:1.02fr .98fr;min-height:30rem;display:grid}.workspace-pane{padding:1.3rem}.pane-write{border-right:1px solid var(--line);background:#ffffffad}.pane-preview{background:#f5f8f7db}.pane-title{align-items:center;gap:.7rem;font-size:1.15rem;font-weight:780;display:flex}.meta-line{color:var(--muted);gap:.75rem;margin-top:.55rem;font-size:.83rem;display:flex}.meta-line span:first-child{color:#2f9f52}.tool-row{flex-wrap:wrap;gap:.45rem;margin:1.2rem 0;display:flex}.tool-row span{border:1px solid var(--line);color:#777d9b;text-align:center;background:#f7f8fb;border-radius:.7rem;min-width:2.4rem;padding:.45rem .65rem;font-weight:720}.markdown-lines{border:1px solid var(--line);color:#1e2434;background:#fff;border-radius:1rem;gap:.7rem;padding:1.2rem;line-height:1.55;display:grid}.markdown-lines strong{font-size:1.2rem}.markdown-lines p{color:var(--muted);margin:0}.tabs{border-bottom:1px solid var(--line);color:var(--muted);gap:1rem;font-weight:720;display:flex}.tabs span{padding:0 0 .8rem}.tabs .tab-active{border-bottom:3px solid var(--accent);color:var(--ink)}.preview-doc{box-shadow:0 1px 0 var(--line);background:#fff;border-radius:1rem;margin-top:1.4rem;padding:1.2rem}.preview-doc h3{margin:0 0 .8rem;font-size:1.25rem}.preview-doc p{color:var(--muted);line-height:1.7}.preview-doc li{margin:.45rem 0}.hero-copy{width:min(43rem,100%);margin-left:max(0rem,50vw - 38rem)}.eyebrow{color:var(--accent-strong);text-transform:uppercase;margin:0 0 .9rem;font-size:.86rem;font-weight:820}.hero h1{letter-spacing:0;margin:0;font-size:5rem;line-height:.94}.hero-lead{color:#3f4b5d;max-width:39rem;margin:1.45rem 0 0;font-size:1.25rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.primary-action,.secondary-action{border-radius:999px;justify-content:center;align-items:center;gap:.55rem;min-height:3.1rem;padding:0 1.25rem;font-weight:760;transition:border-color .18s,background .18s,color .18s,transform .18s;display:inline-flex}.primary-action{background:var(--accent);color:#fff;border:1px solid #168f8233;box-shadow:0 12px 30px #32b6a638}.secondary-action{border:1px solid var(--line);color:var(--ink);background:#ffffffbd}.primary-action:hover,.primary-action:focus-visible,.secondary-action:hover,.secondary-action:focus-visible{transform:translateY(-1px)}.primary-action:hover,.primary-action:focus-visible{background:var(--accent-strong)}.secondary-action:hover,.secondary-action:focus-visible{border-color:#32b6a661}.belief-band{border-bottom:1px solid var(--line);background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.belief-band p{color:#354154;background:#ffffff8a;min-height:7.5rem;margin:0;padding:2rem;font-size:1.08rem;font-weight:700;line-height:1.65}.section{width:min(76rem,100% - 4rem);margin:0 auto;padding:6rem 0}.section-heading{max-width:46rem;margin-bottom:2.5rem}.section-heading.compact{max-width:52rem}.section-heading h2,.proof-copy h2,.download-section h2{letter-spacing:0;margin:0;font-size:2.85rem;line-height:1.14}.section-heading p:last-child,.proof-copy p:last-child,.download-section p{color:#526070;font-size:1.08rem;line-height:1.85}.timeline{border:1px solid var(--line);background:var(--line);border-radius:1.2rem;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.timeline-item{background:#fff;min-height:18rem;padding:1.35rem}.timeline-index{background:var(--accent-soft);width:2.4rem;height:2.4rem;color:var(--accent-strong);border-radius:999px;justify-content:center;align-items:center;font-weight:780;display:inline-flex}.timeline-item p{color:var(--muted);text-transform:uppercase;margin:2.2rem 0 .5rem;font-size:.86rem;font-weight:780}.timeline-item h3{margin:0 0 .8rem;font-size:1.25rem;line-height:1.35}.timeline-item span:last-child{color:#5b6877;line-height:1.7}.module-grid,.feature-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.module-card,.feature-card{border:1px solid var(--line);background:#ffffffad;border-radius:1.15rem;padding:1.35rem}.module-card svg,.feature-card svg{color:var(--accent-strong)}.module-card p{color:var(--muted);margin:1.2rem 0 .35rem;font-size:.86rem;font-weight:780}.module-card h3,.feature-card h3{margin:0;font-size:1.25rem}.module-card span,.feature-card p{color:#5b6877;margin:.85rem 0 0;line-height:1.72;display:block}.feature-grid{grid-template-columns:repeat(3,1fr)}.feature-card:nth-child(2) svg{color:var(--coral)}.feature-card:nth-child(4) svg{color:var(--violet)}.feature-card:nth-child(6) svg{color:var(--amber)}.proof-section{border-top:1px solid var(--line);grid-template-columns:.95fr 1.05fr;align-items:center;gap:3rem;display:grid}.proof-list{gap:.85rem;display:grid}.proof-list div{border:1px solid var(--line);color:#344054;background:#ffffffad;border-radius:1rem;align-items:center;gap:.9rem;padding:1rem 1.1rem;font-weight:680;display:flex}.proof-list svg{color:var(--accent-strong);flex:none}.download-section{background:linear-gradient(135deg,#dff5f1eb,#ffffffb8),#fff;border:1px solid #32b6a642;border-radius:1.4rem;justify-content:space-between;align-items:center;gap:2rem;width:min(76rem,100% - 4rem);margin:0 auto 4rem;padding:2rem;display:flex}.download-section div{max-width:47rem}.download-action{flex:none}.download-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:.75rem;display:flex}@media (max-width:980px){.site-nav{padding:0 1.2rem}.hero{min-height:auto;max-height:none;padding:4.5rem 1.4rem 3.5rem}.hero-copy{margin-left:0}.hero h1{font-size:3.9rem}.app-shell{opacity:.48;bottom:-2rem;right:-14rem}.belief-band,.timeline,.module-grid,.feature-grid,.proof-section{grid-template-columns:1fr 1fr}.section,.download-section{width:min(100% - 2rem,76rem)}.download-section{flex-direction:column;align-items:flex-start}.download-actions{justify-content:flex-start}}@media (max-width:680px){.site-nav nav{gap:.9rem;font-size:.88rem}.nav-brand span:last-child{display:none}.hero{padding-top:4rem}.hero h1{font-size:3rem}.hero-lead{font-size:1.05rem}.hero-actions{flex-direction:column;align-items:stretch}.primary-action,.secondary-action{width:100%}.app-shell{display:none}.belief-band,.timeline,.module-grid,.feature-grid,.proof-section{grid-template-columns:1fr}.belief-band p{min-height:auto;padding:1.4rem}.section{padding:4rem 0}.section-heading h2,.proof-copy h2,.download-section h2{font-size:2.1rem}.timeline-item{min-height:auto}.download-section{margin-bottom:2rem;padding:1.4rem}.download-actions{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
