:root{--green:#0d5c3b;--deep:#073b2b;--red:#a52a2a;--cream:#f7f4eb;--ink:#17221c;--muted:#617067;--line:#dce4de;--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:16px/1.75 system-ui,-apple-system,"Microsoft YaHei",sans-serif;background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.site-header{height:72px;display:flex;align-items:center;gap:28px;padding:0 max(20px,calc((100% - var(--max))/2));position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);z-index:20}.brand{font-size:21px;font-weight:800;color:var(--deep);white-space:nowrap}.brand span{color:var(--red);font-size:26px;margin-right:7px}.site-header nav{margin-left:auto;display:flex;gap:22px}.site-header nav a{font-size:14px;font-weight:650}.site-header nav a:hover{color:var(--red)}.menu{display:none}main,footer>div,footer>.legal{max-width:var(--max);margin-inline:auto}main{padding:0 20px}.hero{display:grid;grid-template-columns:1fr 1.08fr;min-height:610px;align-items:center;gap:54px;padding:68px 0}.hero img{border-radius:28px;box-shadow:0 24px 60px #053c2926}.eyebrow{display:block;color:var(--red);font-size:13px;font-weight:800;letter-spacing:.14em;margin-bottom:8px}.hero h1,.page-hero h1{font-size:clamp(36px,5.2vw,66px);line-height:1.08;margin:10px 0 22px}.hero p{font-size:18px;color:#46534b}.actions{display:flex;gap:12px;margin:30px 0}.actions a{padding:13px 20px;border:1px solid var(--green);border-radius:10px;font-weight:750;color:var(--green)}.actions .primary{background:var(--green);color:#fff}.trust{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted);font-size:13px}.home>section:not(.hero){margin:80px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-head h2,.rank h2,.method h2,.faq h2,.responsible h2{font-size:32px;line-height:1.25;margin:0}.section-head>p{max-width:390px;color:var(--muted)}.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.topic{padding:24px;border:1px solid var(--line);border-radius:16px;transition:.2s}.topic:hover{border-color:var(--green);transform:translateY(-3px)}.topic>b{color:var(--red)}.topic h3{font-size:22px;margin:10px 0 5px}.topic p{color:var(--muted);font-size:14px}.topic span{color:var(--green);font-weight:750}.quick-jumps{display:flex;gap:10px;overflow:auto;scrollbar-width:none;position:sticky;top:72px;z-index:10;background:#fff;padding:12px 0;border-block:1px solid var(--line)}.quick-jumps a{white-space:nowrap;padding:8px 13px;border-radius:999px;background:var(--cream);color:var(--green);font-size:14px;font-weight:750}.player-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.player-grid a{display:flex;flex-direction:column;gap:7px;padding:22px;border:1px solid var(--line);border-radius:14px}.player-grid b{font-size:23px;color:var(--green)}.player-grid span{color:var(--muted);font-size:14px}.rule-check{background:#f4faf6;padding:34px!important;border-radius:22px}.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.check-grid div{display:flex;align-items:center;gap:12px;background:white;padding:16px;border-radius:12px}.check-grid b{color:var(--red)}.rank{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:var(--cream);padding:40px!important;border-radius:26px}.rank ol{padding:0;margin:24px 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.rank li{list-style-position:inside;background:#fff;padding:11px 14px;border-radius:9px}.rank li span{display:block;margin-left:22px;color:var(--muted);font-size:13px}.rank img{border-radius:18px;align-self:center}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-grid>a{border:1px solid var(--line);border-radius:15px;overflow:hidden}.article-grid img{aspect-ratio:16/9;object-fit:cover}.article-grid div{padding:16px}.article-grid small{color:var(--red)}.article-grid h3{margin:5px 0}.article-grid p{color:var(--muted);font-size:14px}.method{background:var(--deep);color:white;padding:42px!important;border-radius:26px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.steps>div{padding:22px;background:#ffffff12;border:1px solid #ffffff26;border-radius:14px}.steps b{font-size:28px;color:#f1c56b}.steps h3{margin:6px 0}.steps p{margin:0;color:#dbe8e1}.faq{max-width:850px!important}.faq details{border-top:1px solid var(--line);padding:18px 0}.faq summary{font-size:18px;font-weight:750;cursor:pointer}.faq p{color:var(--muted)}.responsible{border-left:5px solid var(--red);background:#fff6f5;padding:28px!important}.responsible a{color:var(--red);font-weight:750}.crumb{font-size:13px;color:var(--muted);padding:22px 0}.crumb a{color:var(--green)}.page-hero{display:grid;grid-template-columns:1fr 46%;align-items:center;gap:50px;padding:35px 0 55px}.page-hero p{font-size:19px;color:var(--muted)}.page-hero img,.article-cover{border-radius:20px}.toc{display:flex;gap:18px;flex-wrap:wrap;border-block:1px solid var(--line);padding:18px 0;margin-bottom:36px}.toc a{color:var(--green)}.prose,.article{max-width:820px;margin:0 auto 80px}.prose section{padding:18px 0}.prose h2,.article h2{font-size:26px;line-height:1.35}.prose p,.article p,.article li{color:#3f4b44}.note{background:var(--cream);border-radius:14px;padding:20px!important;margin-top:18px}.article h1{font-size:clamp(32px,5vw,50px);line-height:1.18;margin:18px 0 8px}.meta{font-size:13px;color:var(--muted)!important}.article-cover{margin:26px 0}.lead{font-size:19px!important;font-weight:600}.article li{margin:7px 0}footer{background:#0c2118;color:#dce8e1;padding:45px 20px 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-grid strong{color:white}.footer-grid a{color:#f1c56b}.legal{font-size:13px;border-top:1px solid #ffffff20;margin-top:28px!important;padding-top:20px;color:#9fb0a7}@media(max-width:760px){.site-header{height:62px;padding:0 16px}.menu{display:block;margin-left:auto;border:0;background:var(--green);color:#fff;border-radius:8px;padding:8px 12px}.site-header nav{display:none;position:absolute;top:62px;left:0;right:0;background:white;padding:12px 18px;box-shadow:0 12px 25px #0002;flex-direction:column;gap:0}.site-header nav.open{display:flex}.site-header nav a{padding:12px;border-bottom:1px solid var(--line)}main{padding:0 16px}.hero{grid-template-columns:1fr;min-height:auto;padding:38px 0;gap:28px}.hero h1,.page-hero h1{font-size:38px}.hero img{border-radius:18px;aspect-ratio:16/10;object-fit:cover}.quick-jumps{top:62px;margin-inline:-16px;padding-inline:16px}.player-grid{grid-template-columns:1fr 1fr}.player-grid a{min-height:108px;padding:16px}.check-grid{grid-template-columns:1fr 1fr}.check-grid div{padding:13px}.topic{padding:19px}.article-grid>a{display:grid;grid-template-columns:116px 1fr}.article-grid img{height:100%;min-height:138px}.article-grid div{padding:13px}.article-grid p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.actions{flex-direction:column}.actions a{text-align:center}.home>section:not(.hero){margin:58px 0}.section-head{align-items:start;flex-direction:column;gap:4px}.section-head h2,.rank h2,.method h2,.faq h2,.responsible h2{font-size:27px}.topic-grid,.article-grid{grid-template-columns:1fr}.rank,.page-hero{grid-template-columns:1fr;padding:26px!important}.rank ol{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.page-hero img{order:initial}.toc{display:grid;grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.article h1{font-size:34px}}