:root {
    --ink: #20221f;
    --paper: #f5f4ef;
    --white: #ffffff;
    --muted: #777970;
    --line: #dedfd6;
    --accent: #eb592a;
    --green: #dfe8b4;
    --radius: 10px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif; line-height: 1.65; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button, input { font: inherit; }
button, .button { cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
img { display: block; max-width: 100%; width: 100%; height: auto; object-fit: cover; aspect-ratio: 16 / 10; background: #d6d8cd; }
img.image-unavailable { opacity: .55; object-fit: contain; padding: 24px; }
figure { margin: 0; }
figcaption { color: var(--muted); font-size: 12px; margin-top: 9px; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(28px, 3vw, 44px); line-height: 1.35; letter-spacing: -1.5px; }
h2 { font-size: 24px; line-height: 1.4; letter-spacing: -.5px; }
h3 { font-size: 18px; line-height: 1.6; }
.wrap { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.utility { background: var(--ink); color: #d8dbd1; font-size: 11px; letter-spacing: 1.4px; padding: 9px 0; }
.spread, .masthead, .section-head, .card-meta, .hero-controls, .breadcrumbs, .brand, .button-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.masthead { min-height: 104px; }
.brand { justify-content: flex-start; gap: 12px; }
.brand img { width: 49px; height: 49px; aspect-ratio: 1; background: transparent; }
.brand h1, .brand strong { font-size: 29px; font-weight: 900; letter-spacing: -1px; }
.brand small { display: block; font-size: 10px; color: var(--muted); letter-spacing: 4px; }
.edition { font-size: 12px; border-left: 1px solid var(--line); padding-left: 24px; color: var(--muted); }
.edition strong { display: block; font-size: 17px; color: var(--ink); }
.nav-shell { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.navigation { display: grid; grid-template-columns: repeat(9, 1fr); }
.navigation a { padding: 17px 5px; text-align: center; font-size: 13px; font-weight: 700; border-bottom: 3px solid transparent; }
.navigation a.active { color: var(--accent); border-color: var(--accent); }
.icon { margin-right: 7px; font-family: sans-serif; }
.ticker { display: flex; gap: 20px; padding: 13px 0; font-size: 12px; color: var(--muted); border-bottom: 1px solid var(--line); }
.ticker strong { color: var(--accent); white-space: nowrap; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 2.08fr) minmax(0, 1fr); gap: 24px; margin-top: 28px; }
.hero { min-width: 0; position: relative; background: #252c27; border-radius: var(--radius); overflow: hidden; color: white; }
.slide { position: relative; min-height: 436px; }
.slide[hidden] { display: none; }
.slide img { position: absolute; height: 100%; inset: 0; aspect-ratio: 16 / 9; }
.slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #11170b0a 10%, #11190dcf 77%, #11190df5); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; padding: 150px 34px 84px; }
.hero-copy h2 { font-size: clamp(25px, 2.8vw, 36px); max-width: 650px; line-height: 1.4; margin: 13px 0 10px; }
.hero-copy p { font-size: 13px; color: #e0e3d9; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-width: 600px; }
.hero-copy h2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero-copy > a { display: inline-block; margin-top: 13px; font-size: 13px; }
.tag { display: inline-block; font-size: 11px; line-height: 1.6; color: var(--accent); font-weight: 700; }
.hero .tag { color: #242b1b; background: var(--green); padding: 4px 9px; }
.hero-controls { position: absolute; z-index: 2; bottom: 21px; left: 34px; right: 28px; }
.hero-controls button { background: transparent; color: white; border: 1px solid #ffffff60; width: 34px; height: 32px; border-radius: 4px; }
.dots { display: flex; gap: 7px; }
.dots button { width: 20px; height: 4px; border: 0; padding: 0; background: #ffffff60; }
.dots button[aria-current="true"] { background: var(--green); width: 36px; }
.ranking { border: 1px solid var(--line); padding: 24px; background: #eeeee7; border-radius: var(--radius); }
.eyebrow { font-size: 10px; letter-spacing: 2.5px; color: var(--muted); text-transform: uppercase; }
.ranking h2 { margin: 3px 0 13px; }
.rank-item { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.rank-num { color: var(--accent); font: italic 25px Georgia, serif; }
.rank-item h3 { font-size: 14px; }
.rank-item small { color: var(--muted); font-size: 10px; }
.section { margin-top: 44px; }
.section-head { border-bottom: 2px solid var(--ink); padding-bottom: 13px; margin-bottom: 21px; }
.section-head h2 .icon { color: var(--accent); font-weight: normal; }
.section-head p { font-size: 12px; color: var(--muted); margin-top: 4px; }
.more { color: var(--muted); font-size: 12px; white-space: nowrap; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.card { min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.card > a { overflow: hidden; }
.card img { transition: transform .3s; }
.card:hover img { transform: scale(1.035); }
.card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; }
.card h3 { margin: 8px 0; }
.card p { font-size: 13px; color: var(--muted); margin-bottom: 18px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-meta { font-size: 10px; color: var(--muted); width: 100%; margin-top: auto; border-top: 1px solid #eeeee7; padding-top: 12px; }
.duo { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; }
.duo .cards { grid-template-columns: 1fr; gap: 14px; }
.compact { flex-direction: row; padding: 14px; gap: 16px; }
.compact > a { width: 34%; flex-shrink: 0; border-radius: 5px; }
.compact img { height: 100%; aspect-ratio: 4 / 3; }
.compact .card-body { padding: 0; }
.compact h3 { font-size: 15px; margin: 3px 0 8px; }
.compact p { display: none; }
.compact .card-meta { border: 0; padding: 0; }
.focus-band { background: var(--ink); color: white; padding: 28px; border-radius: var(--radius); }
.focus-band .section-head { border-color: #56594e; }
.focus-band .card { background: #30332c; border-color: #45493d; }
.focus-band .card p, .focus-band .card-meta { color: #bbbfb1; }
.focus-band .card-meta { border-color: #4e5345; }
.focus-band .section-head p, .focus-band .more { color: #b9bead; }
.about { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; padding: 36px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about p { font-size: 14px; color: #66695d; line-height: 2; }
.about .eyebrow { margin-bottom: 12px; }
.subscription { margin: 44px 0 36px; padding: 32px 38px; background: var(--green); border-radius: var(--radius); display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 26px; }
.subscription img { width: 80px; background: transparent; aspect-ratio: 1; }
.subscription h2 { font-size: 23px; }
.subscription p { font-size: 12px; margin-top: 7px; max-width: 640px; color: #4c5932; }
.button { display: inline-block; border: 0; padding: 12px 18px; background: var(--ink); color: white; border-radius: 5px; font-size: 13px; }
.button:hover { color: white; background: #424735; }
.subscription-status { font-size: 12px; grid-column: 2 / -1; }
.footer { border-top: 1px solid var(--line); padding: 35px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 42px; }
.footer strong { font-size: 19px; }
.footer p { font-size: 12px; color: var(--muted); margin-top: 8px; max-width: 350px; }
.footer h2 { font-size: 13px; margin-bottom: 12px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; font-size: 12px; }
.copyright { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 17px; font-size: 10px; color: var(--muted); }
.breadcrumbs { justify-content: flex-start; font-size: 12px; color: var(--muted); margin: 25px 0; flex-wrap: wrap; gap: 9px; }
.category-head { padding: 30px 0; border-bottom: 2px solid var(--ink); display: grid; grid-template-columns: 1fr 1.25fr; gap: 50px; align-items: center; }
.category-head p { color: var(--muted); font-size: 14px; }
.category-head .eyebrow { margin-bottom: 8px; }
.category-feature .card { flex-direction: row; }
.category-feature .card > a { width: 48%; flex-shrink: 0; }
.category-feature img { height: 100%; min-height: 280px; }
.category-feature .card-body { justify-content: center; padding: 32px; }
.category-feature h3 { font-size: 25px; }
.category-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.archive-note { margin: 25px 0; border: 1px solid var(--line); padding: 20px; font-size: 13px; color: var(--muted); }
.reading-grid { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(0, 1fr); gap: 46px; align-items: start; }
.article-header { margin-bottom: 30px; }
.article-header h1 { margin: 12px 0 20px; font-size: clamp(28px, 3vw, 41px); }
.article-meta { font-size: 12px; color: var(--muted); }
.reading-note { font-size: 12px; padding: 14px 18px; border-left: 3px solid var(--accent); background: #ebece3; margin-top: 20px; color: #64685a; }
.article-body { background: white; border: 1px solid var(--line); padding: 32px; border-radius: 8px; }
.article-body section + section { margin-top: 32px; }
.article-body h2 { font-size: 23px; margin-bottom: 16px; }
.article-body p { margin: 14px 0 21px; font-size: 16px; line-height: 2; color: #45493e; }
.article-body img { aspect-ratio: 16 / 9; }
.chapter-end { font-size: 11px !important; color: #94988a !important; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.article-end { margin-top: 22px; font-size: 13px; }
.article-pagination { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 25px; }
.article-pagination a { padding: 20px; border: 1px solid var(--line); background: white; font-size: 13px; border-radius: 5px; }
.article-pagination small { display: block; color: var(--muted); margin-bottom: 7px; }
.sidebar { display: grid; gap: 24px; }
.sidebar-panel { padding: 24px; border: 1px solid var(--line); border-radius: 8px; }
.sidebar-panel h2 { font-size: 19px; margin-bottom: 12px; }
.sidebar-panel li { margin: 12px 0; font-size: 13px; }
.sidebar-panel ol { padding-left: 20px; }
.sidebar .card h3 { font-size: 15px; }
.info-body { max-width: 860px; margin: 36px auto; }
.info-body p { margin: 20px 0; line-height: 2; }
.info-body h2 { margin-top: 32px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
