:root {
    --accent: #ed4b25;
    --ink: #252722;
    --muted: #74766f;
    --line: #e7e8e1;
    --paper: #f7f8f4;
    --white: #ffffff;
    --radius: 12px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-size: 16px; line-height: 1.7; overflow-wrap: anywhere; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #1769c2; outline-offset: 5px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.5; }
button, a, div, article, section, aside { min-width: 0; }
.wrap { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.icon { width: 21px; height: 21px; flex: 0 0 auto; vertical-align: middle; }
.topbar { background: #293129; color: #e5eadf; font-size: 12px; padding: 8px 0; }
.topbar .wrap { display: flex; justify-content: space-between; }
.site-header { background: white; border-bottom: 1px solid var(--line); }
.brand-row { display: flex; align-items: center; gap: 28px; padding-block: 26px; }
.brand-row h1 { font-size: inherit; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 28px; font-weight: 900; letter-spacing: -1px; white-space: nowrap; }
.brand img { flex-shrink: 0; }
.brand-caption { border-left: 1px solid var(--line); padding-left: 25px; color: var(--muted); font-size: 12px; letter-spacing: 2px; }
.brand-caption span { display: block; letter-spacing: 1px; }
.header-note { margin-left: auto; font-size: 14px; display: flex; align-items: center; gap: 10px; color: #546844; }
.primary-nav { display: flex; gap: 9px; justify-content: space-between; padding-bottom: 14px; }
.primary-nav a { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 11px; font-size: 14px; font-weight: 700; border-radius: 6px; white-space: nowrap; }
.primary-nav .icon { width: 17px; height: 17px; }
.primary-nav .active { background: var(--accent); color: white; }
.edition-line { display: flex; justify-content: space-between; margin: 26px 0 18px; font-size: 13px; color: var(--muted); letter-spacing: 1px; }
.edition-line b { color: var(--accent); margin-right: 10px; }
.hero-layout { display: grid; grid-template-columns: 1.8fr 1fr; gap: 25px; }
.hero-slider { position: relative; border-radius: var(--radius); overflow: hidden; background: #293129; min-height: 455px; }
.slides, .slide { height: 100%; }
.slide { position: relative; min-height: 455px; }
.slide[hidden] { display: none; }
.slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10; color: #d1d6c9; background: #455441; }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(14,22,14,.25) 25%, rgba(14,22,14,.95)); pointer-events: none; }
.hero-content { position: relative; z-index: 1; padding: 175px 36px 72px; color: white; }
.hero-label { font-size: 12px; background: var(--accent); border-radius: 3px; padding: 6px 10px; display: inline-block; letter-spacing: 1px; }
.hero-content h2 { font-size: 32px; letter-spacing: .4px; line-height: 1.5; margin: 14px 0 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero-content h2 a:hover { color: #ffba97; }
.hero-content p { color: #d4d9d0; font-size: 14px; max-width: 90%; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero-link { display: inline-flex; align-items: center; gap: 15px; font-size: 14px; margin-top: 18px; }
.slider-controls { position: absolute; bottom: 19px; right: 25px; z-index: 2; display: flex; align-items: center; gap: 12px; }
.slider-controls > button { width: 32px; height: 32px; color: white; background: #ffffff15; border: 1px solid #ffffff50; border-radius: 50%; line-height: 1; }
.dots { display: flex; gap: 7px; }
.dot { padding: 0; width: 8px; height: 8px; border: 0; border-radius: 10px; background: #ffffff66; }
.dot.selected { width: 25px; background: var(--accent); }
.editor-picks { background: white; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.picks-heading { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.picks-heading > span { color: var(--accent); font-size: 11px; letter-spacing: 2px; font-weight: bold; }
.picks-heading h2 { font-size: 24px; margin: 3px 0; }
.picks-heading p { color: var(--muted); font-size: 12px; }
.editor-picks article { display: flex; gap: 15px; padding-top: 18px; }
.pick-number { color: #d9dfd0; font-size: 27px; line-height: 1.4; font-weight: 800; flex: 0 0 34px; white-space: nowrap; }
.editor-picks h3 { font-size: 16px; margin: 3px 0 5px; }
.editor-picks article p { color: var(--muted); font-size: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.eyebrow { font-size: 12px; color: var(--accent); font-weight: 600; display: flex; align-items: center; gap: 9px; letter-spacing: .4px; }
.eyebrow > span { color: #8a8d83; font-weight: normal; margin-left: auto; }
.quick-strip { display: flex; align-items: center; gap: 18px; background: #edf0e5; border: 1px solid #dfe5d5; border-radius: 7px; padding: 17px 20px; margin-top: 24px; font-size: 13px; }
.strip-label { display: inline-flex; align-items: center; gap: 6px; color: #586744; font-weight: 700; flex-shrink: 0; }
.quick-strip p { flex: 1; color: #68705e; }
.quick-strip a { flex-shrink: 0; }
.news-section { margin-block: 45px; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.section-head h2 { font-size: 24px; display: flex; align-items: center; gap: 10px; }
.section-head h2 .icon { color: var(--accent); }
.section-head p { color: var(--muted); font-size: 13px; margin-top: 7px; max-width: 750px; }
.text-link { font-size: 14px; display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px #2634210b; }
.card-image { aspect-ratio: 16 / 9; overflow: hidden; background: #e1e6dc; }
.card-image img { width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: cover; color: #526147; font-size: 14px; }
.card-body { padding: 20px; display: flex; flex: 1; flex-direction: column; }
.card h3 { font-size: 19px; margin: 10px 0; }
.card p { color: var(--muted); font-size: 14px; line-height: 1.8; flex: 1; }
.meta { color: #82867b; font-size: 12px; display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.card .meta { margin-top: 18px; padding-top: 13px; border-top: 1px solid #eef0e9; }
.arrow-link { margin-left: auto; color: var(--accent); }
.tinted { background: #eef1e8; padding: 28px; border-radius: var(--radius); }
.tinted .card { border-color: transparent; }
.reading-list { border-top: 2px solid var(--ink); padding-top: 27px; }
.reading-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
.reading-grid article { display: flex; align-items: flex-start; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.list-number { font-size: 30px; font-weight: 800; font-style: italic; color: var(--accent); line-height: 1.3; }
.reading-grid h3 { font-size: 17px; margin: 4px 0 8px; }
.reading-grid p { color: var(--muted); font-size: 13px; }
.reading-grid .arrow-link { margin-top: 22px; }
.about-block { display: grid; grid-template-columns: 1fr 1.5fr; gap: 65px; border-top: 1px solid var(--line); padding: 42px 0 48px; }
.about-block h2 { font-size: 30px; margin-top: 16px; }
.about-block p { font-size: 14px; color: #6b7064; margin-bottom: 15px; }
.subscribe { width: min(1240px,calc(100% - 64px)); margin: 0 auto 42px; display: grid; grid-template-columns: 90px 1fr 200px; gap: 28px; align-items: center; background: #fff0e7; border: 1px solid #f3d6c6; border-radius: 12px; padding: 30px; }
.subscribe-mark img { width: 90px; height: 90px; }
.subscribe h2 { font-size: 26px; margin: 5px 0; }
.subscribe p { font-size: 13px; color: #8d7565; }
.subscribe .meta { margin-top: 6px; font-size: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 22px; color: white; background: var(--accent); border-radius: 5px; font-size: 14px; font-weight: bold; }
.button:hover { color: white; background: #d53b17; }
.subscribe-action { text-align: center; }
.subscription-status { font-size: 12px !important; margin-top: 9px; }
footer { background: #252d24; color: #bcc7b5; padding-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 2.1fr 1fr 1fr 1fr; gap: 35px; }
.footer-brand { color: white; font-size: 23px; font-weight: 800; margin-bottom: 10px; }
footer p { font-size: 13px; line-height: 1.9; margin-bottom: 10px; }
footer h3 { font-size: 14px; color: #f4f6f1; margin-bottom: 15px; }
footer a { display: block; font-size: 13px; margin-bottom: 9px; }
.footer-bottom { margin-top: 32px; border-top: 1px solid #465140; padding-block: 22px; display: flex; justify-content: space-between; gap: 15px; font-size: 12px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 13px; margin-block: 27px; }
.category-intro { display: flex; justify-content: space-between; gap: 30px; padding: 26px 0 34px; border-bottom: 1px solid var(--line); }
.category-intro h1 { font-size: 42px; margin: 12px 0; }
.category-intro p { max-width: 750px; color: var(--muted); }
.category-count { color: var(--accent); font-size: 56px; font-weight: 800; text-align: right; }
.category-count span { display: block; font-size: 13px; color: var(--muted); font-weight: normal; }
.category-feature { display: grid; grid-template-columns: 1.3fr 1fr; gap: 32px; margin-top: 32px; }
.category-feature .card { display: grid; grid-template-columns: 1fr 1fr; }
.category-feature .card-image, .category-feature .card-image img { height: 100%; }
.category-note { background: #edf0e6; border-radius: 12px; padding: 28px; }
.category-note h2 { font-size: 27px; margin: 12px 0; }
.category-note p { font-size: 14px; color: #6b7560; margin-bottom: 14px; }
.category-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.category-grid .card { display: grid; grid-template-columns: .8fr 1fr; }
.category-grid .card-image, .category-grid .card-image img { height: 100%; }
.more-block { border-top: 1px solid var(--line); margin: 35px 0; padding: 28px; text-align: center; }
.more-block h2 { font-size: 20px; }
.more-block p { color: var(--muted); margin: 10px 0 20px; }
.article-layout { display: grid; grid-template-columns: minmax(0,820px) minmax(0,1fr); gap: 45px; align-items: start; padding-bottom: 50px; }
.article-content { background: white; padding: 36px; border: 1px solid var(--line); border-radius: 12px; }
.article-header h1 { font-size: 35px; margin: 16px 0 20px; line-height: 1.55; }
.article-deck { font-size: 18px; color: #626b5c; margin: 26px 0; line-height: 1.9; }
.reading-note { padding: 17px 20px; background: #f0f3e9; font-size: 13px; color: #69745f; border-left: 3px solid #9aa88a; }
.article-section { margin-top: 32px; }
figure { margin: 0 0 28px; }
figure img { width: 100%; aspect-ratio: 16 / 10; height: auto; object-fit: cover; background: #e1e6da; color: #657258; }
figcaption { font-size: 12px; color: #888d82; margin-top: 9px; }
.chapter { font-size: 12px; letter-spacing: 1px; color: var(--accent); }
.article-section h2 { font-size: 25px; margin: 7px 0 17px; }
.article-section p { line-height: 2; margin-bottom: 18px; }
.article-section .chapter-end { font-size: 12px; color: #989e91; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.article-end { text-align: center; padding: 25px 0 35px; }
.article-end > span { color: var(--accent); font-size: 14px; }
.article-end p { font-size: 14px; margin: 12px 0 20px; color: var(--muted); }
.article-pagination { border-top: 1px solid var(--line); padding-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.article-pagination span { display: block; color: var(--muted); font-size: 12px; margin-bottom: 7px; }
.article-pagination a, .article-pagination p { font-size: 14px; }
.article-sidebar { padding-top: 15px; }
.article-sidebar h2 { font-size: 20px; margin: 12px 0; }
.article-sidebar ol { padding-left: 20px; color: var(--muted); font-size: 14px; line-height: 2.4; }
.article-sidebar article { border-bottom: 1px solid var(--line); padding: 21px 0; }
.article-sidebar h3 { font-size: 16px; margin: 6px 0; }
.article-sidebar p { font-size: 13px; color: var(--muted); }
.aside-rule { height: 2px; background: var(--ink); margin: 27px 0; }
.prose-page { max-width: 900px; padding-bottom: 45px; }
.prose-page > h1 { font-size: 38px; margin: 20px 0 35px; }
.prose-page section { margin-bottom: 30px; }
.prose-page h2 { font-size: 24px; margin-bottom: 15px; }
.prose-page p { color: #636b5d; line-height: 2; }
.skip-link { position: fixed; left: 15px; top: -100px; padding: 10px 20px; background: white; z-index: 10; }
.skip-link:focus { top: 15px; }
.image-unavailable { background: #dce3d4; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .card { transition: none; }
}
