:root {
    --ink: #142b27;
    --muted: #63716d;
    --paper: #f5f6f2;
    --line: #dce2db;
    --lime: #defb69;
    --white: #ffffff;
    --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif; font-size: 16px; line-height: 1.75; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 3px solid #658c06; outline-offset: 5px; }
img { display: block; max-width: 100%; object-fit: cover; color: var(--muted); background: #d9e1d8; }
img.image-failed { object-fit: contain; padding: 24px; font-size: 14px; }
h1,h2,h3,p { margin: 0; }
h1,h2,h3 { line-height: 1.45; }
h1 { font-size: 40px; letter-spacing: -1px; }
h2 { font-size: 25px; letter-spacing: -.5px; }
h3 { font-size: 19px; }
.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.topline { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #edf0e9; }
.edition { font-size: 12px; letter-spacing: 1.2px; color: var(--muted); }
.masthead { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 23px 0; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 48px; height: 48px; background: none; }
.brand h1, .brand-name { font-size: 26px; letter-spacing: -1px; font-weight: 800; line-height: 1.4; }
.brand-caption { font-size: 12px; letter-spacing: 3px; color: var(--muted); }
.header-right { display: flex; align-items: center; gap: 10px; }
.header-note { font-size: 14px; color: var(--muted); }
.status-dot { color: #719925; font-size: 12px; }
.nav { display: grid; grid-template-columns: repeat(9,1fr); align-items: stretch; }
.nav a { display: flex; justify-content: center; align-items: center; gap: 7px; min-width: 0; padding: 14px 6px; font-size: 14px; border-bottom: 3px solid transparent; white-space: nowrap; }
.nav a[aria-current="page"] { border-color: var(--ink); font-weight: 700; }
.nav a:hover { background: var(--paper); text-decoration: none; }
.icon { font-size: 20px; line-height: 1; }
.menu-toggle { display: none; }
.hero-grid { display: grid; grid-template-columns: 1.9fr 1fr; gap: 24px; margin-top: 30px; }
.slider { position: relative; min-width: 0; overflow: hidden; border-radius: var(--radius); background: var(--ink); }
.slide { position: relative; display: none; height: 490px; }
.slide.is-active { display: block; }
.slide > img { width: 100%; height: 100%; aspect-ratio: 16/10; }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,22,18,.97),rgba(4,22,18,.43) 58%,rgba(4,22,18,.08)); pointer-events: none; }
.slide-copy { position: absolute; left: 34px; right: 34px; bottom: 70px; color: white; z-index: 1; }
.slide-copy h2 { font-size: 33px; line-height: 1.4; margin: 15px 0 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.slide-copy > p:not(.slide-tag) { font-size: 15px; color: #e2e8df; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.slide-tag { display: inline-block; padding: 4px 12px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: 1px; }
.hero-link { display: inline-block; margin-top: 16px; font-size: 14px; }
.slider-controls { position: absolute; z-index: 2; bottom: 22px; left: 32px; right: 32px; display: flex; align-items: center; gap: 12px; }
.slider-controls > button { color: white; background: #ffffff17; border: 1px solid #ffffff40; min-width: 36px; height: 36px; border-radius: 50%; }
.slider-controls > button[data-pause] { margin-left: auto; border-radius: 20px; padding: 0 12px; font-size: 12px; }
.dots { display: flex; gap: 2px; }
.dot { color: transparent; font-size: 0; width: 25px; height: 30px; border: 0; background: transparent; padding: 8px; }
.dot::after { content: ""; display: block; width: 7px; height: 7px; background: #ffffff70; border-radius: 50%; }
.dot.active::after { background: var(--lime); }
.editor-panel { background: #e8eddf; padding: 29px; border-radius: var(--radius); }
.eyebrow { font-size: 12px; letter-spacing: 1px; font-weight: 700; color: #5c7052; }
.editor-panel > h2 { font-size: 31px; margin: 13px 0; line-height: 1.45; }
.editor-panel > h2 > span { display: block; }
.editors-intro { font-size: 14px; color: #526448; margin-bottom: 17px; }
.editor-story { display: grid; grid-template-columns: 27px 1fr; gap: 12px; border-top: 1px solid #cdd5c3; padding: 13px 0; }
.editor-story:last-child { padding-bottom: 0; }
.editor-story h3 { font-size: 15px; line-height: 1.6; }
.lead-number { color: #617143; font-size: 14px; font-family: Georgia,serif; }
.meta { color: var(--muted); font-size: 12px; display: flex; gap: 15px; flex-wrap: wrap; }
.pulse { display: flex; align-items: center; gap: 25px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.pulse-label { font-weight: 700; white-space: nowrap; }
.pulse > p:not(.pulse-label)::before { content: "·"; margin-right: 14px; color: #75983a; }
.pulse-count { margin-left: auto; color: var(--muted); font-size: 12px; }
.content-section { margin: 47px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 23px; }
.section-subtitle { font-size: 14px; color: var(--muted); margin-top: 5px; }
.text-link { font-size: 14px; font-weight: 700; white-space: nowrap; }
.cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.cards.four { grid-template-columns: repeat(2,minmax(0,1fr)); }
.story-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: white; }
.card-image { display: block; overflow: hidden; aspect-ratio: 16/10; background: #d9e1d8; }
.card-image img { width: 100%; height: 100%; aspect-ratio: 16/10; transition: transform .3s; }
.card-image:hover img { transform: scale(1.035); }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.card-body h3 { margin: 8px 0 11px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.summary { font-size: 14px; color: var(--muted); margin-bottom: 19px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-body .meta { margin-top: auto; }
.compact { flex-direction: row; }
.compact .card-image { width: 32%; flex-shrink: 0; aspect-ratio: auto; }
.compact .card-body { padding: 17px; }
.compact h3 { font-size: 16px; }
.compact .summary { display: none; }
.compact .eyebrow { font-size: 12px; letter-spacing: 0; }
.compact-grid { gap: 18px; }
.tinted { background: #eaf0e5; padding: 30px; border-radius: var(--radius); }
.ranking { padding: 29px 32px; background: var(--ink); color: white; border-radius: var(--radius); }
.ranking .section-subtitle { color: #bcc9bf; }
.rank-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 23px 42px; }
.rank-grid li { display: flex; align-items: flex-start; gap: 20px; border-top: 1px solid #ffffff30; padding-top: 20px; }
.rank-number { font-size: 34px; line-height: 1.2; color: var(--lime); font-family: Georgia,serif; }
.rank-grid h3 { font-size: 17px; margin-bottom: 5px; }
.rank-grid p { font-size: 13px; color: #bdc9c0; }
.about-block { margin: 50px 0 35px; padding-top: 35px; border-top: 2px solid var(--ink); display: grid; grid-template-columns: .9fr 1.6fr; gap: 65px; }
.about-block h2 { font-size: 30px; margin-top: 14px; }
.about-block > div > p:not(.eyebrow) { color: var(--muted); font-size: 15px; margin-bottom: 15px; }
.subscription { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin: 38px 0 55px; padding: 36px 42px; background: var(--ink); color: white; border-radius: var(--radius); }
.subscription .eyebrow { color: var(--lime); }
.subscription h2 { font-size: 29px; margin: 8px 0; }
.subscription-copy { max-width: 780px; }
.subscription-copy > p:not(.eyebrow) { font-size: 14px; color: #d0dbd3; }
.subscription > img { width: 136px; height: 136px; flex-shrink: 0; background: transparent; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 700; }
.button:hover { text-decoration: none; filter: brightness(.94); }
.lime { background: var(--lime); color: var(--ink); }
.outline-light { color: white; background: transparent; border-color: #768980; }
.dark { background: var(--ink); color: white; }
.light { background: #e9ede6; color: var(--ink); }
.subscription-copy > .subscription-note { margin-top: 12px; font-size: 12px; }
.copy-feedback:empty { display: none; }
.copy-feedback { margin-top: 9px; }
.site-footer { border-top: 1px solid var(--line); background: #e9ede6; padding: 42px 0 15px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
.footer-brand > p { font-size: 13px; color: var(--muted); margin-top: 20px; white-space: pre-line; }
.footer-links { display: flex; flex-direction: column; gap: 7px; font-size: 13px; }
.footer-links h2 { font-size: 14px; margin-bottom: 6px; }
.copyright { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; color: var(--muted); padding-top: 20px; margin-top: 32px; border-top: 1px solid #d2d9ce; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; font-size: 13px; color: var(--muted); margin: 27px 0; }
.channel-hero { padding: 34px 38px; background: #e7eedb; border-radius: var(--radius); }
.channel-hero h1 { margin: 9px 0; }
.channel-hero h2 { font-size: 20px; margin-bottom: 10px; }
.channel-hero > .meta { margin-top: 16px; }
.channel-feature { display: grid; grid-template-columns: 1.2fr 1fr; background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 30px; }
.feature-image img { width: 100%; height: 100%; aspect-ratio: 16/10; }
.feature-copy { padding: 35px; align-self: center; }
.feature-copy h2 { font-size: 28px; margin: 14px 0; }
.feature-copy > p:not(.eyebrow) { color: var(--muted); }
.feature-copy .button { margin-top: 22px; }
.more-panel { text-align: center; border: 1px dashed #bbc8b4; border-radius: 12px; padding: 28px; }
.more-panel h2 { font-size: 20px; }
.more-panel p { font-size: 14px; color: var(--muted); margin-top: 8px; }
.more-panel .actions { justify-content: center; }
.article-header { max-width: 960px; margin-bottom: 30px; }
.article-header h1 { margin: 16px 0; font-size: 39px; }
.article-deck { font-size: 19px; color: var(--muted); margin-bottom: 18px; }
.reading-note { font-size: 13px; color: var(--muted); border-left: 3px solid #a6bd78; padding: 12px 17px; background: #eaf0e3; margin-top: 22px; }
.article-layout { display: grid; grid-template-columns: minmax(0,2.5fr) minmax(0,1fr); gap: 40px; align-items: start; }
.prose { background: white; padding: 34px; border: 1px solid var(--line); border-radius: 14px; min-width: 0; }
.prose-section { margin-bottom: 37px; }
.prose h2 { font-size: 24px; margin-bottom: 18px; }
.prose-section > p { font-size: 17px; line-height: 2; }
.prose figure { margin: 24px 0 16px; }
.prose figure img { width: 100%; aspect-ratio: 16/10; border-radius: 8px; }
figcaption { font-size: 12px; color: var(--muted); margin-top: 7px; }
.prose-section > .chapter-end { font-size: 12px; color: var(--muted); margin-top: 14px; }
.article-aside { display: flex; flex-direction: column; gap: 18px; }
.article-aside > h2 { font-size: 22px; }
.article-aside .compact { flex-direction: column; }
.article-aside .compact .card-image { width: 100%; aspect-ratio: 16/10; }
.reading-tip { background: #e7eedb; padding: 24px; border-radius: 12px; }
.reading-tip h2 { font-size: 18px; margin-bottom: 10px; }
.reading-tip p { font-size: 14px; }
.article-end { background: #eff3e9; padding: 24px; }
.article-end p { font-size: 15px; }
.article-end .button { margin-top: 20px; }
.article-pagination { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px; border-top: 1px solid var(--line); padding-top: 25px; margin-top: 30px; font-size: 14px; }
.article-pagination p { color: var(--muted); }
.info-prose { max-width: 880px; margin: 0 auto 45px; padding: 40px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.info-prose h1 { margin: 10px 0 30px; }
.info-prose section { margin-top: 28px; }
.info-prose h2 { font-size: 24px; margin-bottom: 12px; }
.info-prose p { line-height: 1.9; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
}
