:root{color-scheme:light;--ink:#18372f;--muted:#66756c;--line:#dce4d9;--cream:#f7f8f1;--green:#1d6047;--lime:#ddf69c;--white:#fff;--error:#a93228;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-size:15px;line-height:1.6}a{color:inherit;text-underline-offset:4px}button,input,select,textarea{font:inherit}a.button,button{cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #77ac43;outline-offset:3px}.button,button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--green);border-radius:9px;background:var(--green);color:white;padding:12px 20px;font-weight:600;text-decoration:none}.button.secondary,button.secondary{background:transparent;color:var(--green)}.small{padding:7px 13px;font-size:13px}.site-header{max-width:1220px;padding:26px 36px;margin:auto;justify-content:space-between;border-bottom:1px solid var(--line);gap:22px}.brand,.site-header{display:flex;align-items:center}.brand{text-decoration:none;font-size:19px;font-weight:700;letter-spacing:-.6px;gap:8px}.brand span{font-size:30px;color:var(--green)}.brand b{font-size:11px;font-weight:600;letter-spacing:.7px;text-transform:uppercase;border-left:1px solid #becabd;padding-left:12px;margin-left:5px}.site-header nav,footer nav{display:flex;align-items:center;gap:24px}.site-header nav>a:not(.button),footer a{text-decoration:none;font-size:13px}main{max-width:1150px;margin:auto;padding:64px 32px 90px}.eyebrow{font-size:11px;letter-spacing:2px;text-transform:uppercase;font-weight:700;color:var(--green);display:flex;align-items:center;gap:8px}.dot{width:7px;height:7px;border-radius:50%;background:#7ba15c;display:inline-block}h1,h2,h3{font-weight:550;line-height:1.1;letter-spacing:-1.5px;margin:18px 0}h1{font-size:clamp(40px,5vw,68px)}h2{font-size:36px}h3{font-size:21px;letter-spacing:-.5px}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center;padding:18px 0 65px}.hero p{font-size:17px;color:var(--muted);max-width:430px}.hero .accent{color:var(--green)}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:28px}.fine{font-size:12px!important}.fine,.muted{color:var(--muted)}.card{border:1px solid var(--line);background:var(--white);padding:26px;border-radius:15px}.code-card{background:#183b30;border:0;color:#e5eddd;box-shadow:0 16px 45px #163c3015;overflow:hidden}.code-head{display:flex;justify-content:space-between;border-bottom:1px solid #446052;padding-bottom:14px;font-size:12px}.code-head span:first-child{color:#d8f29c}.code-card pre{white-space:pre-wrap;font-size:12px;line-height:1.9;margin:24px 0;font-family:ui-monospace,SFMono-Regular,monospace}.code-foot{display:flex;justify-content:space-between;font-size:11px;border-top:1px solid #446052;padding-top:16px;color:#c3d7b9}.features{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:24px;padding:27px 0}.features b{font-size:15px}.features p{font-size:12px;color:var(--muted);margin:4px 0}section.section{padding:65px 0 0}.section-title{max-width:650px}.section-title p{color:var(--muted)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:26px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.step-number{display:inline-flex;background:#f0f4e9;width:35px;height:35px;border-radius:8px;align-items:center;justify-content:center;font-family:monospace;color:var(--green)}.card p{color:var(--muted);font-size:14px}.price{font-size:54px;font-weight:550;letter-spacing:-2px}.price small{font-size:14px;color:var(--muted);letter-spacing:0}.tag{display:inline-block;padding:4px 9px;border-radius:5px;background:#eef4e6;font-size:11px;color:var(--green)}.notice{border:1px solid #d7dfb6;background:#f2f6df;padding:14px 18px;border-radius:8px;font-size:13px;margin:22px 0}.error{border-color:#e5b9b5;background:#fff0ed;color:var(--error)}.success{border-color:#a2c7ac;background:#e9f5e8;color:#235a37}label{display:block;font-size:12px;font-weight:600;margin:16px 0 6px}input,select,textarea{width:100%;border:1px solid #d2ddcf;border-radius:7px;padding:10px 12px;color:var(--ink);background:white}input[type=checkbox]{width:auto}textarea{min-height:145px;resize:vertical}pre:not(.code-card pre){white-space:pre-wrap;word-break:break-word;background:#edf1e6;padding:18px;border-radius:8px;font-size:12px}code{font-family:ui-monospace,SFMono-Regular,monospace;font-size:.85em}details{border-bottom:1px solid var(--line);padding:17px 0}summary{cursor:pointer;font-weight:600}details p{font-size:14px;color:var(--muted);max-width:850px}.cta{background:var(--lime);padding:40px;border-radius:16px;margin-top:65px;display:flex;align-items:center;justify-content:space-between;gap:20px}.cta h2{margin:0;font-size:31px}.cta p{margin:10px 0 0;font-size:14px}footer{max-width:1220px;margin:auto;border-top:1px solid var(--line);padding:28px 36px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}table{width:100%;border-collapse:collapse;font-size:13px}td,th{text-align:left;vertical-align:top;padding:13px 12px;border-bottom:1px solid var(--line)}th{font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.table-wrap{overflow-x:auto}.console-header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.console-header h1{font-size:36px;margin-bottom:0}.tabs{display:flex;gap:8px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:14px;margin:24px 0}.tabs button{background:transparent;color:var(--muted);border-color:transparent;padding:8px 14px;font-size:13px}.tabs button[aria-selected=true]{background:var(--green);color:white}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stat strong{font-size:28px;font-weight:500;display:block;margin-top:4px}.stat span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.6px}.split-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.secret{background:#fff8dc;border:1px solid #e4ce80;overflow-wrap:anywhere;padding:20px;border-radius:10px}.secret code{display:block;margin:10px 0}.empty{text-align:center;padding:55px 20px;color:var(--muted)}audio{width:100%;margin-top:16px}.docs{max-width:850px}.docs h1{font-size:44px}.docs h2{font-size:26px;margin-top:38px}.docs li,.docs p{color:#526658}.docs nav{display:flex;gap:14px;flex-wrap:wrap}.loading{padding:70px 0;text-align:center;color:var(--muted)}@media (max-width:800px){.hero{grid-template-columns:1fr;gap:30px}.features,.grid3{grid-template-columns:repeat(2,1fr)}.grid2{grid-template-columns:1fr}.site-header{padding:20px}.site-header nav{gap:14px}.site-header nav>a:not(.button){display:none}main{padding:35px 20px 60px}footer{display:block;padding:24px 20px}footer nav{margin-top:12px;gap:16px}.cta{display:block;padding:28px}.cta .button{margin-top:22px}.split-form,.stats{grid-template-columns:1fr}.brand b{font-size:9px}.console-header{align-items:start}.code-card pre{font-size:11px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}.grid{display:grid;gap:24px;margin:28px 0}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.lead{font-size:19px;max-width:760px}.lead,.price span{color:var(--muted)}.price span{font-size:14px;letter-spacing:0}dl{display:grid;grid-template-columns:1fr 2fr;gap:16px}dt{font-weight:600}dd{margin:0}@media (max-width:800px){.grid.three,.grid.two,dl{grid-template-columns:1fr}dl{gap:6px}dd{margin-bottom:14px}}.console-header{flex-wrap:wrap}.console-header>div:first-child{flex:1 1 250px;min-width:0;max-width:100%}.console-header .muted,code{overflow-wrap:anywhere}.card{min-width:0}.grid2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:800px){.grid2{grid-template-columns:1fr}}html[lang=zh-CN]{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,sans-serif;line-break:strict}html[lang=zh-CN] body{line-height:1.8}html[lang=zh-CN] :is(h1,h2,h3){letter-spacing:0;line-height:1.4;font-weight:600;text-wrap:pretty}html[lang=zh-CN] .eyebrow{letter-spacing:.08em;line-height:1.6;font-size:12px}html[lang=zh-CN] :is(button,.button){line-height:1.5}html[lang=zh-CN] .cn-page{max-width:1120px;padding-top:56px}html[lang=zh-CN] .cn-page>.section{padding-top:0}html[lang=zh-CN] .cn-page h1{font-size:clamp(30px,3.5vw,44px);margin:20px 0 24px}html[lang=zh-CN] .cn-page h2{font-size:26px;margin:48px 0 18px}html[lang=zh-CN] .cn-page .card h2{font-size:23px;margin-top:0}html[lang=zh-CN] .cn-page :is(p,li){line-height:1.9;max-width:48em}html[lang=zh-CN] .cn-page .lead{font-size:17px;color:#52685b;max-width:36em;margin-bottom:36px}html[lang=zh-CN] .cn-page .grid2{margin:36px 0 44px;grid-template-columns:repeat(2,minmax(0,1fr))}html[lang=zh-CN] .card{min-width:0}html[lang=zh-CN] .cn-page .card .price{font-size:46px;color:var(--ink);line-height:1.2;margin:24px 0}html[lang=zh-CN] .cn-page table{table-layout:fixed;overflow-wrap:anywhere}html[lang=zh-CN] .cn-page :is(th,td){padding:16px 12px;line-height:1.8}html[lang=zh-CN] .cn-page th:first-child{width:32%}html[lang=zh-CN] .site-header nav>a:not(.button),html[lang=zh-CN] footer a{font-size:14px}html[lang=zh-CN] .fine{line-height:1.8;font-size:13px!important}@media (max-width:720px){html[lang=zh-CN] .cn-page{padding:34px 22px 56px}html[lang=zh-CN] .cn-page .grid2{grid-template-columns:minmax(0,1fr);gap:20px}html[lang=zh-CN] .cn-page h2{font-size:23px;margin-top:36px}html[lang=zh-CN] .cn-page .lead{font-size:16px}html[lang=zh-CN] .site-header{padding:20px 22px;gap:18px}html[lang=zh-CN] .site-header nav{width:100%;justify-content:space-between;gap:12px}html[lang=zh-CN] .site-header nav .button{padding:9px 13px}}@media (max-width:800px){html[lang=zh-CN] .site-header nav{width:auto;flex-shrink:0}html[lang=zh-CN] .site-header .button{white-space:nowrap}html[lang=zh-CN] footer nav{flex-wrap:wrap;gap:12px 20px}}@media (max-width:380px){html[lang=zh-CN] .brand b{display:none}}.language-switcher{display:inline-flex;align-items:center;flex-shrink:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.language-switcher select{width:auto;min-width:104px;margin:0;padding:8px 28px 8px 12px;border-radius:8px;font-size:13px;background:transparent;color:var(--ink,#183d30)}