:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f8f7f2;--surface:#fff;--ink:#17201c;--muted:#5c6862;--line:#dce0db;--accent:#126b58;--accent-dark:#0b4539;--accent-soft:#d9eee7;--blue:#315f9d;--yellow:#f4c34f;--shadow:0 18px 50px #141c181f}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);font-family:Inter,Noto Sans SC,Noto Sans TC,system-ui,sans-serif}body{min-width:320px;margin:0}a{color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.page-shell{background:linear-gradient(180deg,#126b581c,#f8f7f200 420px),var(--bg);min-height:100vh}.site-header{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f8f7f2e6;border-bottom:1px solid #dce0dbc7;position:sticky;top:0}.nav{justify-content:space-between;gap:20px;width:min(1120px,100% - 32px);min-height:68px;margin:0 auto;display:flex}.brand,.nav{align-items:center}.brand{color:var(--ink);gap:10px;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{border:2px solid var(--accent-dark);background:var(--accent-soft);width:34px;height:34px;color:var(--accent-dark);border-radius:8px;place-items:center;font-size:17px;line-height:1;display:grid}.language-links,.nav-links{align-items:center;gap:8px;display:flex}.nav-links{flex-wrap:wrap;justify-content:center}.language-link,.nav-link{min-height:36px;color:var(--muted);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.nav-link{padding:0 10px}.language-link{border:1px solid #0000;width:42px}.language-link.active,.language-link:hover,.nav-link.active,.nav-link:hover{color:var(--accent-dark);background:var(--accent-soft)}.language-link.active{border-color:#126b583d}.container{width:min(1120px,100% - 32px);margin:0 auto}.hero{grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);align-items:center;gap:54px;padding:82px 0 54px;display:grid}.eyebrow{color:var(--accent-dark);letter-spacing:0;text-transform:uppercase;margin:0 0 16px;font-size:13px;font-weight:700}.hero h1,.page-hero h1{max-width:780px;color:var(--ink);letter-spacing:0;margin:0;font-size:clamp(42px,7vw,78px);line-height:.98}.hero-copy,.page-copy{max-width:620px;color:var(--muted);margin:24px 0 0;font-size:18px;line-height:1.7}.actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.button{border:1px solid var(--line);background:var(--surface);min-height:46px;color:var(--ink);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 6px 18px #141c180f}.button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.hero-panel{background:linear-gradient(135deg,#126b5824,#315f9d1a),var(--surface);box-shadow:var(--shadow);border:1px solid #17201c1a;border-radius:8px;gap:14px;padding:28px;display:grid}.hero-panel-row{border:1px solid var(--line);min-height:68px;color:var(--ink);background:#ffffffc2;border-radius:8px;align-items:center;gap:12px;padding:0 18px;font-weight:700;display:flex}.hero-panel-dot{background:var(--yellow);border-radius:999px;width:14px;height:14px;box-shadow:0 0 0 5px #f4c34f33}.section{padding:56px 0}.section-title{letter-spacing:0;margin:0 0 20px;font-size:clamp(26px,4vw,42px);line-height:1.1}.grid{gap:16px;display:grid}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--line);background:#ffffffb8;border-radius:8px;min-height:100%;padding:22px}.card h2,.card h3{margin:0 0 10px;font-size:20px;line-height:1.25}.card li,.card p{color:var(--muted);line-height:1.65}.card p{margin:0}.meta{color:var(--accent);margin:0 0 8px;font-size:13px;font-weight:700}.page-hero{padding:72px 0 30px}.content{padding:20px 0 70px}.content h2{margin:34px 0 12px;font-size:26px}.content li,.content p{color:var(--muted);font-size:16px;line-height:1.75}.code-block,.content code{color:var(--accent-dark);background:#edf5f0;border:1px solid #126b582e;border-radius:7px}.content code{padding:2px 6px}.code-block{white-space:pre;margin:14px 0;padding:16px;overflow-x:auto}.table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow-x:auto}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;padding:14px 16px}tr:last-child td{border-bottom:0}.site-footer{border-top:1px solid var(--line);color:var(--muted);background:#ffffff70;padding:30px 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:18px;width:min(1120px,100% - 32px);margin:0 auto;display:flex}@media (width<=900px){.nav{flex-direction:column;align-items:flex-start;min-height:auto;padding:14px 0}.nav-links{justify-content:flex-start}.hero{padding-top:48px}.grid.cols-2,.grid.cols-3,.hero{grid-template-columns:1fr}}@media (width<=560px){.container,.footer-inner,.nav{width:min(100% - 24px,1120px)}.hero h1,.page-hero h1{font-size:40px}.hero-copy,.page-copy{font-size:16px}.button{width:100%}}
