:root {
    --ink: #172823;
    --muted: #65736d;
    --green: #c4f36b;
    --paper: #f5f7f4;
    --line: #dce3db;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", sans-serif; font-size: 16px; line-height: 1.7; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a:hover { color: #537423; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 3px solid #729c29; outline-offset: 5px; }
img { display: block; max-width: 100%; object-fit: cover; background: #dae1d6; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.45; }
button { border: 0; }
.wrap { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.topline { color: #b9c7be; background: #14211e; font-size: 12px; letter-spacing: 1px; }
.topline .wrap { display: flex; justify-content: space-between; padding-block: 8px; }
body > header { background: #fff; }
.brand-row { display: flex; align-items: center; gap: 14px; padding-block: 24px; }
.logo { background: none; flex-shrink: 0; }
.brand-name { font-size: 28px; font-weight: 900; letter-spacing: -1px; }
.brand p { color: var(--muted); font-size: 12px; letter-spacing: 2px; margin-top: 3px; }
.header-note { margin-left: auto; font-size: 14px; color: #506459; }
.live-dot { display: inline-block; width: 7px; height: 7px; background: #70a32e; border-radius: 50%; margin-right: 8px; }
header nav { border-top: 1px solid #edf0ec; border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; justify-content: space-between; gap: 4px; }
.nav-inner a { padding: 16px 10px; font-size: 14px; font-weight: 700; white-space: nowrap; border-bottom: 3px solid transparent; }
.nav-inner a span { margin-right: 5px; font-size: 18px; }
.nav-inner a.active { border-color: #719d30; color: #517624; }
.menu-button { display: none; }
.home { padding-top: 25px; }
.news-strip { display: flex; align-items: center; gap: 20px; font-size: 14px; margin-bottom: 24px; }
.news-strip strong { background: var(--green); padding: 4px 11px; font-size: 12px; }
.news-strip a { margin-left: auto; color: var(--muted); }
.lead-grid { display: grid; grid-template-columns: 1fr 350px; gap: 24px; align-items: stretch; }
.hero { background: #172823; position: relative; min-width: 0; border-radius: 5px; overflow: hidden; }
.slides { aspect-ratio: 1.7; height: 100%; min-height: 460px; }
.slide { position: absolute; inset: 0; }
.slide[hidden] { display: none; }
.slide img { width: 100%; height: 100%; background: #344c3d; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(3,15,11,.05),rgba(3,15,11,.9)); }
.hero-copy { position: absolute; inset: auto 35px 72px; color: white; }
.pill { display: inline-block; background: var(--green); color: #223419; padding: 4px 10px; font-size: 12px; font-weight: 700; letter-spacing: 1px; }
.hero h2 { font-size: clamp(25px,2.7vw,38px); line-height: 1.4; max-width: 720px; margin: 16px 0 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero a:hover { color: var(--green); }
.hero p { color: #d8e1da; font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero-read { display: inline-block; margin-top: 16px; font-size: 14px; }
.slider-controls { position: absolute; bottom: 22px; left: 35px; right: 28px; display: flex; justify-content: space-between; align-items: center; }
.slider-controls button { width: 34px; height: 34px; background: #ffffff22; color: #fff; margin-left: 5px; border-radius: 50%; }
.dots { display: flex; align-items: center; }
.dots button { border-radius: 2px; width: 20px; height: 4px; padding: 0; margin-left: 0; margin-right: 7px; }
.dots button[aria-pressed=true] { background: var(--green); width: 38px; }
.hot-board { background: #fff; border: 1px solid var(--line); padding: 24px; border-radius: 5px; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 1.6px; color: #677967; }
.board-heading h2 { font-size: 24px; margin: 5px 0; }
.board-heading h2 span { float: right; color: #6a942c; }
.board-heading > p { color: var(--muted); font-size: 12px; }
.rank-item { display: flex; gap: 14px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.rank-item:last-child { border-bottom: 0; padding-bottom: 0; }
.rank-no { font-size: 25px; font-style: italic; font-family: Georgia, serif; color: #6f922b; line-height: 1.2; flex: 0 0 30px; white-space: nowrap; }
.rank-item h3 { font-size: 16px; margin: 4px 0 5px; }
.rank-item p { color: var(--muted); font-size: 12px; }
.meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; gap: 10px; }
.meta > span:first-child { color: #65813b; }
.news-section { margin-top: 42px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 18px; }
.section-heading h2 { margin-top: 4px; font-size: 25px; }
.section-icon { display: inline-flex; justify-content: center; align-items: center; width: 28px; height: 28px; font-size: 20px; color: #557621; margin-right: 8px; }
.more { font-size: 13px; font-weight: 700; }
.card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.card-grid.five { grid-template-columns: repeat(5,minmax(0,1fr)); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; min-width: 0; transition: transform .2s; }
.card:hover { transform: translateY(-3px); }
.card-image { aspect-ratio: 1.6; background: #d9e1d8; overflow: hidden; }
.card-image img { width: 100%; height: 100%; transition: transform .3s; }
.card:hover img { transform: scale(1.04); }
.card-body { padding: 17px; display: flex; flex-direction: column; flex: 1; }
.card h3 { font-size: 17px; margin: 10px 0; }
.card p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 16px; }
.read { display: inline-block; font-size: 12px; margin-top: auto; font-weight: 700; }
.dark-section { background: #172823; color: #fff; padding: 26px; border-radius: 5px; }
.dark-section .eyebrow,.dark-section .section-icon,.dark-section .more { color: var(--green); }
.dispatch-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); }
.dispatch { padding: 5px 20px 5px 0; border-right: 1px solid #405046; margin-right: 20px; display: flex; flex-direction: column; }
.dispatch:last-child { margin: 0; padding-right: 0; border: 0; }
.dispatch-number { color: var(--green); font-family: Georgia,serif; font-size: 30px; margin-bottom: 12px; }
.dispatch .meta { color: #a3b0a6; }
.dispatch h3 { font-size: 17px; margin: 9px 0; }
.dispatch p { font-size: 13px; color: #adbbb1; margin-bottom: 20px; }
.dispatch a:hover { color: var(--green); }
.about-home { margin: 44px 0; border-block: 1px solid var(--line); padding: 34px 0; display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; }
.about-home h2 { font-size: 30px; margin-top: 13px; }
.about-home p { color: var(--muted); margin-bottom: 14px; font-size: 15px; }
.subscribe { margin-top: 44px; margin-bottom: 44px; background: var(--green); padding: 30px 35px; display: flex; align-items: center; gap: 28px; border-radius: 4px; }
.subscribe-art { flex-shrink: 0; }
.subscribe-art img { background: none; }
.subscribe h2 { font-size: 27px; margin: 4px 0 8px; }
.subscribe p { font-size: 13px; color: #3e512d; }
.subscribe .subscribe-status { margin-top: 6px; font-size: 12px; }
.subscribe .eyebrow { color: #3d5b22; }
.subscribe-actions { margin-left: auto; min-width: 168px; text-align: center; }
.subscribe-button,.button { background: #172823; color: white; border-radius: 3px; padding: 12px 20px; display: inline-block; font-size: 14px; }
.button:hover { color: var(--green); }
.feed-link { display: block; font-size: 12px; margin-top: 12px; }
footer { background: #14211e; color: #e9eee8; }
.footer-grid { padding-block: 42px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 35px; }
.footer-brand { font-size: 24px; font-weight: 800; margin-bottom: 12px; }
footer p { font-size: 13px; color: #a0afa5; }
footer h2 { font-size: 14px; margin-bottom: 13px; }
footer a { display: block; color: #a0afa5; font-size: 13px; margin: 7px 0; }
footer a:hover { color: var(--green); }
.copyright { border-top: 1px solid #344039; padding-block: 19px; display: flex; justify-content: space-between; color: #85968b; font-size: 12px; }
.back-top { position: fixed; bottom: 24px; right: 20px; background: #172823; color: var(--green); width: 40px; height: 40px; border: 1px solid #6c804f; border-radius: 4px; opacity: 0; pointer-events: none; }
.back-top.visible { opacity: 1; pointer-events: auto; }
.inner { padding-top: 27px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; font-size: 13px; color: var(--muted); margin-bottom: 25px; }
.category-intro { padding: 24px 0 35px; border-bottom: 1px solid var(--line); margin-bottom: 28px; }
.category-intro h1 { font-size: 40px; margin: 12px 0; }
.category-intro p { color: var(--muted); max-width: 720px; margin-bottom: 16px; }
.category-feature { display: grid; grid-template-columns: 1.1fr 1fr; background: #fff; border: 1px solid var(--line); }
.category-feature > div:first-child { aspect-ratio: 1.65; }
.category-feature img { width: 100%; height: 100%; }
.category-feature > div:last-child { padding: 30px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
.category-feature h2 { font-size: 29px; margin: 18px 0; }
.category-feature p { color: var(--muted); }
.category-feature time { font-size: 12px; color: var(--muted); margin-top: 15px; }
.category-feature .button { margin-top: 22px; }
.more-panel { padding: 26px; border: 1px solid var(--line); margin-top: 35px; }
.more-panel h2 { font-size: 20px; }
.more-panel p { color: var(--muted); margin: 10px 0 20px; }
.topic-links { display: flex; flex-wrap: wrap; gap: 12px; }
.topic-links a { padding: 8px 12px; background: #e9eee4; font-size: 14px; }
.article-layout { display: grid; grid-template-columns: minmax(0,820px) 300px; gap: 65px; align-items: start; }
.article-header { padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.article-header h1 { font-size: 37px; margin: 13px 0 18px; }
.article-deck { color: var(--muted); font-size: 18px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; color: var(--muted); font-size: 12px; margin-top: 22px; }
.reading-note { background: #eaf0e3; padding: 18px 20px; font-size: 13px; color: #5b6d50; margin: 24px 0; border-left: 3px solid #90ad54; }
figure { margin: 26px 0; }
figure img { width: 100%; aspect-ratio: 1.7; }
figcaption { font-size: 12px; color: var(--muted); margin-top: 8px; }
.article-section h2 { font-size: 25px; margin: 32px 0 18px; }
.article-section p { font-size: 17px; line-height: 2.1; }
.chapter-end { font-size: 13px; color: var(--muted); margin: 35px 0; text-align: center; }
.article-pagination { margin-top: 30px; padding-block: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-block: 1px solid var(--line); }
.article-pagination a { display: block; font-size: 16px; margin-top: 8px; }
.article-pagination p { font-size: 14px; margin-top: 8px; color: var(--muted); }
.article-aside { border-top: 3px solid #172823; padding-top: 22px; }
.article-aside > h2 { margin-top: 10px; font-size: 23px; }
.aside-note { margin-top: 28px; background: #e9eee3; padding: 24px; }
.aside-note p { font-size: 14px; margin: 12px 0; color: var(--muted); }
.aside-note a { font-size: 13px; }
.prose { max-width: 850px; }
.prose h1 { font-size: 36px; margin-bottom: 30px; }
.prose section { margin-block: 28px; }
.prose h2 { font-size: 23px; margin-bottom: 15px; }
.prose p { font-size: 17px; line-height: 2; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
