html{scroll-behavior:smooth;scroll-padding-top:68px}:root{color-scheme:light;--surface: #f3f1ec;--surface-subtle: #ebe8e1;--surface-raised: #f8f6f1;--text: #24231f;--text-secondary: #5f5d56;--text-tertiary: #747168;--border: #d8d3c9;--border-strong: #bfb9ae;--brand: #2f6f91;--brand-hover: #245f7f;--brand-soft: #dce8ec;--nav-bg: rgb(243 241 236 / 92%);--button-text: #f8f6f1;--ink-button: #292925;--shot-shadow: 0 32px 72px -52px rgb(61 55 44 / 54%);--nav-height: 68px}[data-theme=dark]{color-scheme:dark;--surface: #191a18;--surface-subtle: #20211e;--surface-raised: #252622;--text: #ece9e1;--text-secondary: #b8b4aa;--text-tertiary: #969188;--border: #383933;--border-strong: #51524b;--brand: #75a7bd;--brand-hover: #8ab5c7;--brand-soft: #25343a;--nav-bg: rgb(25 26 24 / 92%);--button-text: #191a18;--ink-button: #ece9e1;--shot-shadow: 0 32px 72px -46px rgb(0 0 0 / 76%)}.app{min-width:320px;overflow:clip;color:var(--text);background:var(--surface);transition:color .18s ease,background-color .18s ease}.container{width:min(1080px,calc(100% - 48px));margin-inline:auto}.section-space{padding:116px 0}.navbar{position:fixed;inset:0 0 auto;z-index:20;height:var(--nav-height);border-bottom:1px solid color-mix(in srgb,var(--border) 78%,transparent);background:var(--nav-bg);-webkit-backdrop-filter:blur(16px) saturate(112%);backdrop-filter:blur(16px) saturate(112%)}.navbar-container{width:min(1080px,calc(100% - 40px));height:100%;margin-inline:auto;display:flex;align-items:center;justify-content:space-between}.logo,.footer-brand{display:inline-flex;align-items:center;color:var(--text);font-weight:700;text-decoration:none}.logo{gap:10px;font-size:1rem;letter-spacing:-.01em}.logo span{white-space:nowrap}.logo img,.footer-brand img{flex:0 0 auto;border-radius:7px}.nav-actions,.nav-links{display:flex;align-items:center}.nav-actions{gap:8px}.nav-links{gap:30px;margin-right:14px}.nav-links a{color:var(--text-secondary);font-size:.86rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:color .15s ease}.nav-links a:hover,.nav-links a:focus-visible{color:var(--brand)}.icon-button{width:38px;height:38px;padding:0;display:inline-grid;place-items:center;border:1px solid transparent;border-radius:9px;color:var(--text);background:transparent;cursor:pointer;transition:color .15s ease,border-color .15s ease,background-color .15s ease,transform .12s ease}.icon-button:hover,.icon-button:focus-visible{color:var(--brand);border-color:var(--border);background:var(--surface-raised)}.icon-button:active,.btn:active{transform:scale(.98)}.mobile-menu-button,.mobile-menu-backdrop,.mobile-navigation{display:none}.hero{padding:calc(var(--nav-height) + 42px) 0 86px}.hero-container{width:min(1080px,calc(100% - 48px));min-height:min(610px,calc(100dvh - var(--nav-height) - 100px));margin-inline:auto;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);align-items:center;gap:clamp(64px,8vw,108px)}.hero-copy{max-width:620px}.hero h1,.section-heading h2{margin:0;color:var(--text);font-family:"EasyEdit Serif","Noto Serif SC",Songti SC,serif;font-weight:600;text-wrap:balance}.hero h1{font-size:clamp(3.6rem,5.7vw,5.15rem);letter-spacing:-.035em;line-height:1.12}.hero h1 span{display:block;white-space:nowrap}.hero-subtitle{max-width:30em;margin:30px 0 0;color:var(--text-secondary);font-size:1.04rem;line-height:1.9}.download-area{margin-top:34px;display:flex;align-items:flex-start;flex-wrap:wrap;gap:12px}.download-option{display:flex;flex-direction:column;align-items:center;gap:7px}.download-version{min-height:1em;color:var(--text-tertiary);font-size:.72rem;font-variant-numeric:tabular-nums;letter-spacing:.01em;line-height:1;opacity:.78}.btn{min-height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:10px;font-size:.93rem;font-weight:650;line-height:1;text-decoration:none;white-space:nowrap;transition:color .15s ease,background-color .15s ease,border-color .15s ease,transform .12s ease}.btn-primary{min-width:202px;color:var(--surface);background:var(--ink-button)}.btn-primary:hover,.btn-primary:focus-visible{color:var(--button-text);background:var(--brand-hover)}.btn-secondary{min-width:188px;border-color:var(--border-strong);color:var(--text);background:transparent}.btn-secondary:hover,.btn-secondary:focus-visible{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.product-stage{position:relative;height:540px;display:flex;align-items:flex-end;justify-content:center}.editor-preview{position:relative;width:min(360px,100%);height:520px;margin:0;overflow:hidden;border:1px solid var(--border-strong);border-radius:15px 15px 0 0;background:var(--surface-raised);box-shadow:var(--shot-shadow)}.editor-preview img{width:100%;height:auto;display:block;-webkit-user-select:none;user-select:none}.features{border-block:1px solid var(--border);background:var(--surface-subtle)}.section-heading{max-width:720px}.section-heading h2{font-size:clamp(2.5rem,4.3vw,3.5rem);letter-spacing:-.025em;line-height:1.3}.section-heading p{max-width:32em;margin:18px 0 0;color:var(--text-secondary);font-size:1rem;line-height:1.82}.feature-list{margin-top:72px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:72px}.feature-item{min-height:150px;padding:30px 0;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:18px;border-top:1px solid var(--border-strong)}.feature-icon{width:38px;height:38px;display:inline-grid;place-items:center;color:var(--brand)}.feature-item h3{margin:3px 0 0;color:var(--text);font-size:1.08rem;font-weight:680;letter-spacing:-.01em}.feature-item p{max-width:26em;margin:11px 0 0;color:var(--text-secondary);font-size:.92rem;line-height:1.8}.footer{padding:40px 0 36px;border-top:1px solid var(--border);background:var(--surface-subtle)}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:32px}.footer-brand{flex:0 0 auto;gap:8px;font-size:.82rem}.footer-links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px 22px}.footer-links a{color:var(--text-secondary);font-size:.76rem;text-decoration:none;white-space:nowrap;transition:color .15s ease}.footer-links a:hover,.footer-links a:focus-visible{color:var(--brand)}.copyright{margin:24px 0 0;padding-top:20px;border-top:1px solid var(--border);color:var(--text-tertiary);font-size:.72rem}@media (max-width: 980px){.hero-container{grid-template-columns:minmax(0,1.05fr) minmax(310px,.95fr);gap:48px}.hero h1{font-size:clamp(3.2rem,6.8vw,4.2rem)}.nav-links{gap:22px}}@media (max-width: 767px){html{scroll-padding-top:64px}.container,.hero-container{width:calc(100% - 40px)}.section-space{padding:76px 0}.navbar-container{width:calc(100% - 32px)}.logo{gap:8px;font-size:.9rem}.logo img{width:28px;height:28px}.nav-links{display:none}.nav-actions{gap:4px}.icon-button{width:34px;height:34px}.mobile-menu-button{display:inline-grid}.mobile-menu-backdrop{position:fixed;inset:var(--nav-height) 0 0;z-index:21;display:block;border:0;background:#26241f52;cursor:pointer}[data-theme=dark] .mobile-menu-backdrop{background:#00000085}.mobile-menu-button[aria-expanded=true],.mobile-menu-button[aria-expanded=true]:hover{border-color:transparent;background:transparent}.mobile-navigation{position:fixed;inset:var(--nav-height) 0 auto;z-index:22;height:auto;max-height:80vh;padding:8px 20px 23px;display:grid;overflow-y:auto;border-bottom:1px solid var(--border);background:var(--surface-raised);box-shadow:0 14px 34px #2d281f24}[data-theme=dark] .mobile-navigation{box-shadow:0 14px 34px #00000057}.mobile-navigation a{min-height:52px;display:flex;align-items:center;border-bottom:1px solid var(--border);color:var(--text);font-size:1rem;font-weight:600;text-decoration:none}.mobile-navigation a:last-child{border-bottom:0}.hero{padding:calc(var(--nav-height) + 32px) 0 72px}.hero-container{min-height:0;display:block}.hero-copy{max-width:none}.hero h1{max-width:8em;font-size:clamp(2.55rem,11vw,3rem);letter-spacing:-.04em;line-height:1.16}.hero-subtitle{max-width:23em;margin-top:22px;font-size:.94rem;line-height:1.78}.download-area{margin-top:30px;align-items:stretch;flex-direction:column;gap:14px}.download-option{width:100%}.btn{width:100%;min-height:50px}.product-stage{height:310px;margin-top:38px;display:block}.editor-preview{width:min(335px,100%);height:350px;margin-inline:auto;border-radius:13px 13px 0 0}.section-heading h2{font-size:2rem;letter-spacing:-.035em;line-height:1.42}.section-heading p{margin-top:12px;font-size:.9rem;line-height:1.75}.feature-list{margin-top:42px;grid-template-columns:1fr}.feature-item{min-height:0;padding:25px 0;grid-template-columns:34px minmax(0,1fr);gap:15px}.feature-icon{width:34px;height:34px}.feature-item p{margin-top:8px;font-size:.87rem;line-height:1.72}.footer{padding:26px 0 28px}.footer-top{align-items:flex-start;flex-direction:column;gap:20px}.footer-links{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:flex-start;gap:12px 20px}.footer-links a{font-size:.75rem;white-space:normal}.copyright{margin-top:20px}}@media (max-width: 359px){.container,.hero-container{width:calc(100% - 32px)}.hero h1{font-size:2.35rem}.product-stage{height:278px}.editor-preview{height:318px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@font-face{font-family:"EasyEdit Serif";font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/noto-serif-sc-easyedit-editorial.woff) format("woff")}*{box-sizing:border-box}html,body,#root{min-height:100%}html{background:#f3f1ec}html[data-theme=dark]{background:#191a18}body{margin:0;min-width:320px;min-height:100dvh;font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}button,a{font:inherit}button:focus-visible,a:focus-visible{outline:3px solid rgb(47 111 145 / 38%);outline-offset:3px}::selection{color:#f8f6f1;background:#2f6f91}
