:root{--bg:#f6f8f5;--card:#ffffff;--text:#14201b;--muted:#58635d;--border:#dce5df;--brand:#146c5f;--brand-strong:#0b453d;--brand-soft:#d9f2ea;--accent:#9f6428;--accent-soft:#fff1db}*{box-sizing:border-box}body,html{margin:0;padding:0;background:linear-gradient(180deg,#f4fbf7 0,var(--bg) 360px),var(--bg);color:var(--text);font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1120px,92vw);margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgb(246 248 245/86%);border-bottom:1px solid var(--border);z-index:10}.site-header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.site-nav{display:flex;gap:.8rem;flex-wrap:wrap}.site-nav a{font-size:.95rem;color:var(--muted);padding:.35rem .65rem;border-radius:999px}.site-nav a:hover{color:var(--brand);background:var(--brand-soft)}.site-brand{font-size:1.02rem;font-weight:700}.site-main{padding:1.6rem 0 4rem}.site-footer{border-top:1px solid var(--border);background:rgb(246 248 245/80%)}.site-footer-inner{min-height:68px;justify-content:space-between;gap:1rem}.site-footer-inner,.site-footer-nav{display:flex;align-items:center;flex-wrap:wrap}.site-footer-nav{gap:.6rem}.site-footer-nav a{font-size:.9rem;color:var(--muted);padding:.3rem .55rem;border-radius:999px}.site-footer-nav a:hover{color:var(--brand);background:var(--brand-soft)}.card{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:1.2rem}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.muted{color:var(--muted)}.home-layout{gap:1.25rem}.hero-panel{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.8fr);grid-gap:1.2rem;gap:1.2rem;align-items:stretch;padding:2rem;border:1px solid var(--border);border-radius:10px;background:linear-gradient(135deg,rgb(255 255 255/94%),rgb(231 244 238/90%)),#ffffff}.hero-copy h1,.page-hero h1{margin:0;font-size:clamp(2rem,4.8vw,4rem);line-height:1.05;max-width:920px}.hero-summary{color:var(--muted);font-size:1.05rem;line-height:1.8;max-width:780px}.hero-brief{display:flex;flex-direction:column;justify-content:space-between;min-height:280px;padding:1.2rem;border-radius:8px;background:#173f38;color:#f8fffc}.clean-list,.hero-brief ul,.tool-roadmap ul{margin:0;padding-left:1.15rem;line-height:1.75}.brief-label,.eyebrow{margin:0 0 .6rem;color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.hero-brief .brief-label{color:#f4c46f}.button-row,.meta-row{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.page-hero{padding:1.6rem;border:1px solid var(--border);border-radius:10px;background:#ffffff}.page-hero .muted{margin-bottom:0;line-height:1.8;max-width:860px}.article-hero h1{font-size:clamp(2rem,4vw,3.2rem)}.article-cover-image{width:100%;max-height:420px;aspect-ratio:16/7;object-fit:cover;border:1px solid var(--border);border-radius:8px;margin-top:1rem;display:block}.section-block{display:grid;grid-gap:1rem;gap:1rem}.section-heading{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;flex-wrap:wrap}.compact-article h3,.feature-card h3,.guide-list-card h3,.guide-teaser-card h3,.section-heading h2{margin:0}.section-heading h2{font-size:1.7rem}.compact-article,.feature-card,.guide-list-card{display:flex;flex-direction:column;gap:.65rem}.feature-card h2,.feature-card h3{margin-top:.3rem;margin-bottom:0}.compact-article p,.feature-card p,.guide-list-card p,.guide-teaser-card p{margin-top:0;line-height:1.65}.text-link{color:var(--brand);font-weight:700}.tool-roadmap{min-height:100%}.callout-card{display:flex;justify-content:space-between;align-items:center;gap:1rem;background:linear-gradient(135deg,#ffffff 0,var(--accent-soft) 100%)}.editor-note{margin:.75rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.6}.metric-card{display:flex;flex-direction:column;gap:.25rem}.metric-number{margin:0;font-size:2rem;font-weight:700;color:var(--brand-strong)}.metric-label{margin:0;text-transform:lowercase}.metric-subtext{margin:0;font-size:.88rem;line-height:1.45}.guide-teaser-card{padding:1rem}.article-body{overflow-wrap:anywhere}.badge{gap:.25rem;font-size:.8rem;border:1px solid var(--border);padding:.2rem .5rem;border-radius:999px;color:var(--muted);background:#ffffff}.badge,.btn{display:inline-flex;align-items:center}.btn{justify-content:center;border-radius:10px;border:1px solid var(--brand);padding:.55rem .9rem;font-weight:600;color:white;background:var(--brand);cursor:pointer}.btn-secondary{background:white;color:var(--brand)}.btn:hover,.site-brand:hover,.text-link:hover{opacity:.88}.product-image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;border:1px solid var(--border);margin-bottom:.8rem}.tool-card{min-height:100%}.tool-detail-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);grid-gap:1.2rem;gap:1.2rem;align-items:start}.tool-detail-hero .button-row{margin-top:1rem}.tool-detail-image{margin-bottom:0}.workflow-preview{display:grid;grid-gap:1rem;gap:1rem;min-height:360px;padding:1.1rem;border:1px solid #bfd8d1;border-radius:8px;background:linear-gradient(135deg,#f8fffc,#eef7f3 54%,#fff8ea),#ffffff}.workflow-preview h2{margin:0 0 .5rem;font-size:1.3rem}.workflow-preview p{margin:0;color:var(--muted);line-height:1.65}.workflow-preview-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.6rem;gap:.6rem}.workflow-preview-metrics span{display:grid;grid-gap:.2rem;gap:.2rem;min-height:74px;padding:.75rem;border:1px solid var(--border);border-radius:8px;background:rgb(255 255 255/74%);color:var(--muted);font-size:.78rem}.workflow-preview-metrics strong{color:var(--text);font-size:.98rem}.workflow-preview-steps{display:grid;grid-gap:.6rem;gap:.6rem;margin:0;padding:0;list-style:none}.workflow-preview-steps li{display:grid;grid-template-columns:78px minmax(0,1fr);grid-gap:.75rem;gap:.75rem;align-items:start;padding:.75rem;border:1px solid var(--border);border-radius:8px;background:rgb(255 255 255/70%)}.workflow-preview-steps strong{color:var(--brand)}.workflow-preview-steps span{color:var(--muted);line-height:1.55}.download-list{display:flex;flex-wrap:wrap;gap:.6rem}.tool-payment-row{margin-top:1rem}.tool-capability-list{column-count:2;column-gap:2rem}.faq-card,.related-guide-card{display:grid;grid-gap:.55rem;gap:.55rem;align-content:start}.faq-card h3,.related-guide-card h3{margin:0;font-size:1.05rem}.faq-card p,.related-guide-card p{margin:0;line-height:1.65}.tutorial-video-card{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);grid-gap:1rem;gap:1rem;align-items:start}.tutorial-video{width:100%;aspect-ratio:16/9;display:block;border:1px solid var(--border);border-radius:8px;background:#0f172a}.tutorial-video-copy{display:grid;grid-gap:.85rem;gap:.85rem}.tutorial-video-copy h3{margin:0}.tutorial-video-copy p{margin:0;line-height:1.65}.tutorial-video-steps{display:flex;flex-wrap:wrap;gap:.45rem}.tutorial-step-card{display:grid;grid-gap:1rem;gap:1rem}.tutorial-step-card h3{margin:0 0 .35rem}.tutorial-step-card p{margin:0;line-height:1.65}.tutorial-image{width:100%;aspect-ratio:16/9;object-fit:contain;display:block;border:1px solid var(--border);border-radius:8px;background:#f8fafc}.tutorial-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.tutorial-detail-block{border:1px solid var(--border);border-radius:8px;padding:1rem;background:#fbfdfc}.tutorial-detail-block h4{margin:0 0 .6rem;font-size:1rem}.tutorial-detail-block li{margin-bottom:.45rem}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:.75rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.table th{font-size:.9rem;color:var(--muted)}.member-layout{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}.member-help-card,.member-login-card{display:grid;grid-gap:1rem;gap:1rem;align-content:start}.member-card-heading{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.member-card-heading h2{margin:0}.member-logout{flex:0 0 auto}.member-account-card{display:grid;grid-gap:.35rem;gap:.35rem;border:1px solid var(--border);border-radius:8px;background:#f8fbf7;padding:.85rem;overflow-wrap:anywhere}.member-account-card span{color:var(--muted)}.member-form{display:grid;grid-gap:.85rem;gap:.85rem}.member-form label{display:grid;grid-gap:.35rem;gap:.35rem;font-weight:700;color:var(--text)}.member-form input{width:100%;border:1px solid var(--border);border-radius:8px;min-height:44px;padding:.75rem .85rem;font:inherit;color:var(--text);background:#fff}.member-summary-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.member-layout .section-block{grid-column:1/-1}.member-meta-grid{display:grid;grid-template-columns:minmax(90px,.45fr) minmax(0,1fr);grid-gap:.5rem .75rem;gap:.5rem .75rem;margin-top:1rem}.member-meta-grid span{color:var(--muted)}.license-prefix,.member-meta-grid strong{overflow-wrap:anywhere}.table-card{overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:#fff}.table-card table{width:100%;min-width:760px;border-collapse:collapse}.table-card td,.table-card th{padding:.85rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.table-card th{color:var(--muted);font-size:.9rem}.table-card tr:last-child td{border-bottom:0}.code-card{margin:0;border-radius:8px}.form-error{margin:0;color:#b91c1c;font-weight:700}.form-success{margin:0;color:var(--brand-strong);font-weight:700}.empty-state{border:1px dashed var(--border);border-radius:8px;background:#fff;padding:1.2rem}.empty-state h3{margin-top:0}.badge-warning{background:#fff7ed;color:#9a3412;border-color:#fed7aa}pre{overflow-x:auto;background:#0f172a;color:#e2e8f0;border-radius:12px;padding:1rem;line-height:1.55}@media (max-width:860px){.hero-panel{grid-template-columns:1fr;padding:1.2rem}.hero-brief{min-height:auto}.callout-card{align-items:flex-start;flex-direction:column}.grid-2,.grid-3,.member-layout,.member-summary-grid{grid-template-columns:1fr}.member-card-heading{display:grid}.tool-detail-hero,.workflow-preview-metrics,.workflow-preview-steps li{grid-template-columns:1fr}.tool-capability-list{column-count:1}.tutorial-detail-grid,.tutorial-video-card{grid-template-columns:1fr}.site-header-inner{height:auto;padding:.75rem 0;align-items:flex-start;gap:.75rem;flex-direction:column}}