:root {
    --ink: #172126;
    --muted: #6b7478;
    --paper: #f3f4f3;
    --line: #e1e5e3;
    --accent: #ed4b2d;
    --dark: #13292c;
    --mint: #cfe9df;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.75 "Microsoft YaHei", "PingFang SC", sans-serif; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button, input { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
img { max-width: 100%; display: block; }
.wrap { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.topline { background: var(--dark); color: #c8d6d4; font-size: 12px; letter-spacing: .08em; }
.topline .wrap { display: flex; justify-content: space-between; padding-block: 7px; }
.topline b { color: #f5a590; font-weight: 500; }
.masthead { background: #fff; }
.brandrow { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 106px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 53px; height: 53px; }
.brand h1, .brand .brandname { font-size: 29px; line-height: 1.15; margin: 0; font-weight: 900; letter-spacing: -1px; }
.brand small { display: block; color: var(--muted); font-size: 12px; letter-spacing: .17em; margin-top: 8px; }
.edition { display: flex; gap: 24px; align-items: center; }
.edition p { color: var(--muted); font-size: 13px; text-align: right; line-height: 1.5; }
.outline-link { padding: 9px 19px; border: 1px solid var(--line); font-size: 14px; }
.nav-shell { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.navigation { display: flex; justify-content: space-between; gap: 4px; }
.navigation a { font-size: 14px; padding: 16px 7px 13px; border-bottom: 3px solid transparent; white-space: nowrap; }
.navigation a.active { border-color: var(--accent); color: var(--accent); font-weight: 700; }
.icon { margin-right: 7px; color: var(--accent); }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; padding: 7px 12px; }
.ticker { display: flex; align-items: center; gap: 20px; padding-block: 15px; font-size: 13px; border-bottom: 1px solid var(--line); }
.ticker strong { color: var(--accent); white-space: nowrap; }
.ticker p { margin: 0; color: var(--muted); }
main { padding-block: 28px 48px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(270px, 1fr); gap: 24px; margin-bottom: 34px; }
.hero { position: relative; min-width: 0; background: var(--dark); overflow: hidden; }
.slide { position: relative; min-height: 445px; height: 100%; }
.slide[hidden] { display: none; }
.slide > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; aspect-ratio: 16/9; }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(6,23,27,.95),rgba(6,23,27,.05) 100%); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; padding: 120px 35px 85px; color: #fff; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .12em; color: var(--accent); }
.hero-copy .eyebrow { background: var(--accent); color: white; padding: 3px 9px; }
.hero-copy h2 { font-size: clamp(25px, 2.6vw, 35px); line-height: 1.5; margin: 14px 0 9px; max-width: 640px; }
.hero-copy p { color: #d6dedd; font-size: 14px; margin: 0 0 16px; max-width: 600px; }
.clamp { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero-copy > a { font-size: 14px; }
.hero-controls { position: absolute; bottom: 23px; left: 35px; right: 30px; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.dots { display: flex; gap: 6px; }
.dots button { width: 26px; height: 26px; border: 0; background: transparent; padding: 10px 3px; }
.dots button::after { content: ""; display: block; height: 3px; background: #a3afae; }
.dots button[aria-current="true"]::after { background: #ff7656; }
.arrows { display: flex; gap: 7px; }
.arrows button { width: 37px; height: 37px; color: white; background: #ffffff14; border: 1px solid #ffffff60; }
.briefing { background: white; padding: 23px; border-top: 3px solid var(--accent); }
.briefing h2 { font-size: 22px; margin: 4px 0 16px; }
.brief-item { padding: 14px 0; border-top: 1px solid var(--line); }
.brief-item time { color: var(--accent); font-size: 12px; }
.brief-item h3 { font-size: 16px; line-height: 1.7; margin: 4px 0 0; }
.section { margin-bottom: 38px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; border-bottom: 1px solid #cdd3d0; padding-bottom: 13px; }
.section-head h2 { margin: 0; font-size: 24px; line-height: 1.35; }
.section-head p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.section-head > a { flex-shrink: 0; font-size: 13px; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.card { background: white; border: 1px solid var(--line); min-width: 0; display: flex; flex-direction: column; }
.card > a { overflow: hidden; }
.card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: #d7e1dd; transition: transform .35s ease; }
.card:hover img { transform: scale(1.035); }
.card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 12px; }
.meta .tag { color: var(--accent); }
.card h3 { font-size: 18px; line-height: 1.65; margin: 11px 0 8px; }
.card p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0 0 14px; }
.card .read { margin-top: auto; font-size: 12px; color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0, 2fr) minmax(270px, 1fr); gap: 28px; margin-bottom: 38px; }
.split .section { margin-bottom: 0; }
.split .cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
.rank { background: var(--dark); color: white; padding: 25px; }
.rank .section-head { border-color: #ffffff30; }
.rank .section-head h2 { font-size: 21px; }
.rank .section-head p { color: #b4c9c3; }
.rank-row { display: grid; grid-template-columns: 31px minmax(0,1fr); gap: 13px; padding: 16px 0; border-bottom: 1px solid #ffffff20; }
.rank-row b { color: #f27d5d; font: italic 28px Georgia,serif; }
.rank-row h3 { font-size: 15px; line-height: 1.75; margin: 0; }
.rank-row small { font-size: 12px; color: #a7beba; }
.band { background: var(--mint); padding: 25px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 38px; border-left: 4px solid var(--dark); }
.band h2 { margin: 3px 0 6px; font-size: 26px; }
.band p { margin: 0; color: #436057; font-size: 14px; }
.band a { flex-shrink: 0; font-size: 14px; border-bottom: 1px solid currentColor; }
.horizontal { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.horizontal .card { display: grid; grid-template-columns: 37% minmax(0,1fr); }
.horizontal .card img { height: 100%; min-height: 210px; aspect-ratio: 1; }
.horizontal .card h3 { font-size: 17px; }
.horizontal .card p { -webkit-line-clamp: 2; }
.timeline { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.timeline article { background: #fff; padding: 23px; border-top: 2px solid var(--dark); }
.timeline h3 { font-size: 18px; margin-block: 8px; }
.timeline p { font-size: 14px; color: var(--muted); }
.about { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 32px 0; border-top: 1px solid #cdd3d0; }
.about h2 { font-size: 27px; margin: 7px 0; }
.about p { margin: 0 0 13px; color: #586663; font-size: 15px; }
.subscribe { background: var(--dark); color: #fff; margin-top: 24px; padding: 32px; display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 26px; }
.subscribe img { width: 90px; height: 90px; }
.subscribe h2 { font-size: 24px; margin: 0 0 6px; }
.subscribe p { color: #bacac5; font-size: 14px; margin: 0; }
.subscribe .button { background: var(--accent); color: #fff; padding: 12px 23px; font-size: 14px; }
footer { border-top: 1px solid #d7dfdb; background: #e8edea; padding: 37px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 35px; }
.footer-grid h2 { font-size: 22px; margin: 0 0 10px; }
.footer-grid h3 { font-size: 14px; margin: 0 0 12px; }
.footer-grid p, .footer-grid a { font-size: 13px; color: #65736d; }
.footer-grid a { display: block; margin-bottom: 7px; }
.copyright { border-top: 1px solid #cfd8d2; margin-top: 28px; padding-top: 17px; color: #78847e; font-size: 12px; display: flex; justify-content: space-between; gap: 16px; }
.breadcrumb { display: flex; gap: 9px; flex-wrap: wrap; font-size: 13px; color: var(--muted); margin-bottom: 23px; }
.category-intro { background: var(--dark); color: white; padding: 33px; margin-bottom: 28px; }
.category-intro h1 { font-size: 34px; margin: 5px 0 10px; }
.category-intro p { color: #c7d8d1; max-width: 800px; margin: 0; }
.category-feature { display: grid; grid-template-columns: 1fr 1fr; background: white; margin-bottom: 30px; border: 1px solid var(--line); }
.category-feature img { width: 100%; height: 100%; aspect-ratio: 16/9; object-fit: cover; }
.category-feature > div { padding: 30px; }
.category-feature h2 { font-size: 25px; margin: 9px 0; }
.category-feature p { font-size: 15px; color: var(--muted); }
.more { margin-top: 28px; padding: 24px; background: white; border: 1px solid var(--line); text-align: center; }
.more p { font-size: 14px; color: var(--muted); }
.more nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; font-size: 14px; }
.reading-layout { display: grid; grid-template-columns: minmax(0, 850px) minmax(220px, 1fr); gap: 28px; align-items: start; }
.reading { background: #fff; padding: 38px; border: 1px solid var(--line); }
.reading h1 { font-size: 32px; line-height: 1.5; margin: 12px 0 16px; }
.reading .lead { font-size: 18px; line-height: 1.9; padding: 20px 0; border-bottom: 1px solid var(--line); }
.reading h2 { font-size: 24px; margin-top: 30px; }
.reading p { line-height: 2; }
.reading figure { margin: 25px 0; }
.reading figure img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #d7e1dd; }
figcaption { font-size: 12px; color: var(--muted); margin-top: 8px; }
.notice { font-size: 13px; color: var(--muted); background: #f1f5f2; padding: 12px 16px; }
.endnote { border-left: 3px solid var(--accent); padding-left: 15px; }
.prevnext { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); gap: 25px; margin-top: 28px; padding-top: 23px; }
.prevnext small { display: block; color: var(--muted); }
.prevnext a { font-size: 14px; }
.reading-aside { background: white; padding: 25px; }
.reading-aside h2 { font-size: 19px; }
.reading-aside h3 { font-size: 15px; border-top: 1px solid var(--line); padding-top: 15px; }
.reading-aside p { font-size: 14px; color: var(--muted); }
.utility { max-width: 860px; margin-inline: auto; background: white; padding: 38px; }
.utility h1 { font-size: 32px; }
.utility h2 { font-size: 23px; margin-top: 28px; }
.utility p { line-height: 2; }
.feed-url { display: block; background: var(--paper); padding: 17px; margin: 20px 0; overflow-wrap: anywhere; }
.action { display: inline-block; background: var(--dark); color: #fff; border: 0; padding: 12px 24px; margin: 0 8px 12px 0; }
.status { min-height: 25px; font-size: 14px; }
.image-unavailable { opacity: .7; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
