:root {
    --ink: #14221e;
    --muted: #69736e;
    --lime: #d8fa60;
    --paper: #f4f5f1;
    --line: #dde1d9;
    --white: #ffffff;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 "Microsoft YaHei", "PingFang SC", sans-serif; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a:hover { color: #49701c; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #638f21; outline-offset: 4px; }
img { display: block; max-width: 100%; background: #dce3da; object-fit: cover; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.45; }
h2 { font-size: 26px; letter-spacing: -.8px; }
h3 { font-size: 18px; }
p { margin-bottom: 16px; }
.wrap { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.utility-bar { background: var(--ink); color: #e4e9df; }
.utility { display: flex; justify-content: space-between; font-size: 12px; padding-block: 8px; letter-spacing: 1px; }
.site-header { background: var(--white); }
.masthead { display: flex; align-items: center; justify-content: space-between; padding-block: 27px; gap: 24px; }
.brand { display: flex; gap: 12px; align-items: center; }
.brand > img { flex: 0 0 48px; background: transparent; }
.brand-title { font-size: 26px; font-weight: 900; margin: 0; letter-spacing: -.8px; }
.brand-note { color: var(--muted); font-size: 12px; letter-spacing: 2px; }
.header-note { display: block; color: var(--muted); font-size: 13px; text-align: right; }
.header-link { font-size: 14px; font-weight: 700; }
.site-header nav { border-block: 1px solid var(--line); }
.nav-inner { display: flex; align-items: stretch; justify-content: space-between; gap: 5px; }
.nav-inner > a { font-size: 14px; font-weight: 700; padding: 17px 12px; border-bottom: 3px solid transparent; white-space: nowrap; }
.nav-inner > a.active { border-color: #7d9e28; color: #45651c; }
.nav-inner > a:hover { background: #f6f8f1; }
.nav-icon { margin-right: 7px; font-size: 17px; }
.ticker { display: flex; align-items: center; gap: 18px; margin: 26px 0 22px; font-size: 14px; }
.ticker-label { flex-shrink: 0; background: var(--lime); padding: 3px 12px; font-weight: 800; }
.ticker p { margin: 0; }
.ticker-end { margin-left: auto; color: var(--muted); font-size: 12px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr); gap: 24px; }
.slider { position: relative; aspect-ratio: 1.55; background: #14221e; overflow: hidden; border-radius: 6px; min-width: 0; }
.slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .55s ease; }
.slide.is-active { visibility: visible; opacity: 1; }
.slide > img { width: 100%; height: 100%; opacity: .85; background: #31483f; }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 4%, rgba(10,24,18,.25) 32%, rgba(10,24,18,.96) 100%); }
.hero-copy { position: absolute; z-index: 1; left: 35px; right: 35px; bottom: 80px; color: white; }
.hero-tag { display: inline-block; padding: 4px 10px; font-size: 12px; letter-spacing: 1px; color: #122017; background: var(--lime); margin-bottom: 14px; }
.hero-copy h2 { font-size: clamp(24px, 2.5vw, 35px); max-width: 650px; margin-bottom: 13px; line-height: 1.45; }
.hero-copy h2, .hero-copy p { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.hero-copy p { color: #d2dbd3; font-size: 14px; max-width: 580px; }
.hero-copy a:hover { color: var(--lime); }
.hero-link { font-size: 13px; font-weight: 700; }
.slider-controls { display: flex; position: absolute; left: 35px; right: 35px; bottom: 24px; align-items: center; gap: 10px; z-index: 2; }
.slider-controls button { color: white; border: 1px solid #829187; background: #1b2e25cc; height: 34px; min-width: 34px; border-radius: 50%; font-size: 14px; }
.slider-controls [data-pause] { margin-left: auto; border: 0; border-radius: 0; background: transparent; }
.dots { display: flex; align-items: center; gap: 7px; }
.dots button { font-size: 0; min-width: 7px; width: 7px; height: 7px; padding: 0; background: #93a095; border: 0; }
.dots button[aria-pressed="true"] { width: 22px; background: var(--lime); border-radius: 5px; }
.hero-aside { border: 1px solid var(--line); background: white; border-radius: 6px; padding: 24px 26px 18px; display: flex; flex-direction: column; }
.aside-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.eyebrow { display: block; font-size: 12px; font-weight: 800; letter-spacing: 2px; color: #5b7263; margin-bottom: 10px; }
.issue { font-size: 11px; color: var(--muted); white-space: nowrap; }
.hero-aside h2 { margin: 0 0 4px; }
.muted { color: var(--muted); font-size: 14px; }
.rank-list { margin: 3px 0 14px; padding: 0; list-style: none; flex: 1; display: flex; flex-direction: column; justify-content: space-around; }
.rank-list li { display: flex; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.rank-list li:last-child { border: 0; }
.rank-no { font: italic 700 25px/1.2 Georgia, serif; color: #8ca64c; flex: 0 0 36px; white-space: nowrap; }
.rank-list a { display: block; font-size: 15px; font-weight: 700; line-height: 1.55; }
.rank-list small { color: var(--muted); font-size: 12px; }
.aside-bottom { font-size: 12px; color: #557148; padding-top: 12px; border-top: 1px solid var(--line); }
.content-section { margin-block: 44px; }
.section-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 21px; }
.section-head h2 { margin-bottom: 5px; display: flex; align-items: center; gap: 10px; }
.section-icon { color: #678528; font-size: 22px; }
.section-head p { color: var(--muted); margin: 0; font-size: 14px; }
.more { font-size: 13px; font-weight: 700; flex-shrink: 0; }
.card-grid { display: grid; gap: 22px; }
.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.story-card { background: white; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; display: flex; flex-direction: column; min-width: 0; }
.card-image { display: block; overflow: hidden; aspect-ratio: 1.65; background: #dce3da; }
.card-image img { width: 100%; height: 100%; aspect-ratio: 1.65; transition: transform .3s ease; }
.story-card:hover .card-image img { transform: scale(1.035); }
.card-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.meta { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 11px; font-size: 12px; }
.meta time { color: var(--muted); }
.tag { color: #4b6c20; background: #edf5df; font-size: 12px; padding: 2px 7px; font-weight: 700; display: inline-block; }
.card-body h3 { margin-bottom: 10px; font-size: 17px; }
.card-body p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.reading { margin-top: auto; color: #8a938b; font-size: 12px; }
.insight-strip { background: var(--ink); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; padding: 37px; border-radius: 6px; }
.insight-strip h2 { font-size: 32px; max-width: 340px; white-space: pre-line; }
.insight-strip .eyebrow { color: #adbfaa; }
.insight-strip p { color: #aebbaf; font-size: 14px; }
.brief-list article { display: flex; gap: 22px; padding: 15px 0; border-bottom: 1px solid #435046; }
.brief-list article:first-child { padding-top: 0; }
.brief-list article:last-child { border: 0; padding-bottom: 0; }
.brief-list h3 { font-size: 17px; margin-bottom: 6px; }
.brief-list p { margin: 0; }
.line-number { color: var(--lime); font: 24px Georgia, serif; }
.button { display: inline-block; border: 0; padding: 12px 21px; font-weight: 700; font-size: 14px; border-radius: 3px; text-align: center; }
.lime { background: var(--lime); color: var(--ink); }
.dark { background: var(--ink); color: white; }
.dark:hover { background: #324637; color: var(--lime); }
.light { background: #e9eee3; color: var(--ink); }
.compact { flex-direction: row; }
.compact .card-image { width: 34%; flex-shrink: 0; aspect-ratio: auto; }
.compact .card-image img { height: 100%; min-height: 180px; }
.compact h3 { font-size: 17px; }
.verify-section { padding: 28px; background: #e9efdf; border-radius: 6px; }
.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; padding: 35px 0; border-top: 2px solid var(--ink); }
.about h2 { font-size: 29px; max-width: 320px; }
.about p { font-size: 15px; color: #5c695e; }
.text-link { display: inline-block; font-size: 14px; font-weight: 700; margin-top: 10px; border-bottom: 1px solid #8f9d7f; }
.subscribe { background: var(--lime); display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 32px 37px; margin-top: 42px; margin-bottom: 0; border-radius: 6px 6px 0 0; }
.subscribe h2 { margin-bottom: 6px; font-size: 27px; }
.subscribe p { font-size: 14px; max-width: 560px; margin: 0; }
.subscribe .eyebrow { color: #445b29; }
.subscribe-action { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.subscribe-action img { background: transparent; }
.subscribe-action small { display: block; font-size: 11px; margin-top: 9px; }
footer { color: #dfe6db; background: var(--ink); padding-top: 44px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; }
footer .brand-title { font-size: 21px; }
footer .brand-note { color: #a7b2a6; }
footer .brand > img { flex-basis: 42px; width: 42px; height: 42px; }
footer p { color: #a7b2a6; font-size: 13px; margin-top: 18px; max-width: 330px; }
footer h2 { font-size: 15px; letter-spacing: 0; margin-bottom: 15px; }
.footer-grid > div:not(:first-child) > a { display: block; font-size: 13px; color: #a7b2a6; margin-bottom: 9px; }
footer a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; font-size: 12px; color: #929e91; border-top: 1px solid #39493d; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; padding-block: 23px; }
.category-intro { border-top: 3px solid var(--ink); padding: 28px 0 20px; }
.category-intro h1 { font-size: 42px; margin-bottom: 9px; }
.category-intro .intro { color: var(--ink); font-size: 21px; }
.category-intro > p:last-child { max-width: 750px; color: var(--muted); }
.category-feature { display: grid; grid-template-columns: 1.1fr 1fr; background: white; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.feature-img img { width: 100%; height: 100%; aspect-ratio: 1.7; }
.category-feature > div:last-child { padding: 33px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.category-feature h2 { font-size: 28px; }
.category-feature p { color: var(--muted); }
.category-feature time { color: var(--muted); font-size: 13px; }
.more-reading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px; border: 1px solid var(--line); margin-bottom: 36px; }
.more-reading p { color: var(--muted); font-size: 14px; margin: 0; }
.article-layout { display: grid; grid-template-columns: minmax(0, 850px) minmax(0, 1fr); gap: 35px; align-items: start; }
.article-content { background: white; border: 1px solid var(--line); padding: 38px 44px; }
.article-content h1 { font-size: 36px; letter-spacing: -1px; margin-top: 16px; margin-bottom: 20px; }
.article-deck { font-size: 18px; color: var(--muted); }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 12px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.reading-note { color: #566752; background: #f1f5e9; padding: 17px 20px; margin-block: 26px; font-size: 13px; border-left: 3px solid #a4c547; }
.article-content section { margin-top: 36px; }
.article-content section h2 { font-size: 25px; }
.article-content section > p { font-size: 17px; line-height: 2; color: #39483f; }
figure { margin: 24px 0 30px; }
figure img { width: 100%; aspect-ratio: 1.7; }
figcaption { font-size: 12px; color: var(--muted); margin-top: 10px; }
.article-end { text-align: center; font-size: 13px; color: var(--muted); padding: 25px 0; border-top: 1px solid var(--line); margin-top: 35px; }
.prev-next { margin-top: 28px; border-top: 1px solid var(--line); padding-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; font-size: 14px; }
.prev-next span { color: var(--muted); }
.article-sidebar { background: #eaf0e1; padding: 25px; border-top: 3px solid #87a145; }
.article-sidebar h2 { font-size: 21px; }
.article-sidebar ol { padding-left: 20px; }
.article-sidebar li { color: #53644e; font-size: 14px; padding-bottom: 15px; }
.article-sidebar h3 { font-size: 17px; margin-top: 24px; }
.article-sidebar p, .article-sidebar a { font-size: 14px; }
hr { border: 0; border-top: 1px solid #cad4bf; }
.info-page { background: white; border: 1px solid var(--line); max-width: 900px; margin: 0 auto 40px; padding: 45px; }
.info-page h1 { font-size: 34px; }
.info-page section { margin-top: 35px; }
.info-page h2 { font-size: 23px; }
.info-page p { line-height: 2; }
dialog { border: 1px solid var(--line); padding: 30px; border-radius: 8px; max-width: min(560px, calc(100% - 32px)); color: var(--ink); }
dialog::backdrop { background: #14221eaa; }
.dialog-top { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.dialog-top h2 { font-size: 23px; }
.close { background: none; border: 0; font-size: 27px; line-height: 1; }
dialog label { display: block; font-size: 14px; font-weight: 700; }
dialog input { width: 100%; border: 1px solid #afbaa7; padding: 10px; margin-top: 8px; }
.dialog-actions { display: flex; gap: 12px; margin-block: 20px; flex-wrap: wrap; }
#subscribe-status { font-size: 14px; color: #476920; margin: 0; }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
