@charset "UTF-8";
:root {
    --red: #ed3d35;
    --red-dark: #ba2923;
    --ink: #171b22;
    --muted: #646a73;
    --line: #e3e5e8;
    --paper: #ffffff;
    --canvas: #f5f6f8;
    --radius: 10px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; font-size: 16px; line-height: 1.65; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--red-dark); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; }
button, input, textarea { border: 1px solid var(--line); }
button { background: white; color: var(--ink); }
:focus-visible { outline: 3px solid #1674b9; outline-offset: 4px; }
img { display: block; max-width: 100%; width: 100%; object-fit: cover; background: #d9dfe5; }
svg { flex-shrink: 0; }
img.image-unavailable { object-fit: contain; padding: 20px; color: #48515d; background: #e3e7ec; }
.wrap { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.icon { width: 20px; height: 20px; display: inline-block; vertical-align: middle; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.45; }
p { color: var(--muted); }
.skip { position: absolute; left: 12px; top: -100px; background: white; padding: 12px; z-index: 100; }
.skip:focus { top: 12px; }
.topbar { background: var(--ink); color: #c7cbd1; font-size: 12px; letter-spacing: .06em; padding: 8px 0; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 20px; }
.site-header { background: white; border-bottom: 1px solid var(--line); }
.masthead { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand img { width: 52px; height: 52px; background: none; }
.brand h1 { font-size: 30px; margin: 0; letter-spacing: -1px; font-weight: 900; }
.brand-name { font-size: 30px; font-weight: 900; letter-spacing: -1px; line-height: 1.45; }
.brand p { font-size: 12px; margin: 1px 0 0; letter-spacing: .18em; }
.header-note { font-size: 14px; color: var(--muted); display: flex; align-items: center; gap: 9px; }
.live-dot { height: 7px; width: 7px; background: var(--red); border-radius: 50%; }
.header-tools { display: flex; align-items: center; gap: 10px; }
.button { min-height: 44px; display: inline-flex; justify-content: center; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 5px; font-size: 14px; font-weight: 700; }
.outline { border: 1px solid var(--line); background: white; }
.primary { background: var(--red); color: white; border-color: var(--red); }
.primary:hover { background: var(--red-dark); color: white; }
.light { background: white; color: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 5px; }
.nav { display: flex; justify-content: space-between; gap: 6px; }
.nav-link { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 14px 7px 17px; font-size: 14px; font-weight: 650; position: relative; white-space: nowrap; }
.nav-link .icon { width: 17px; height: 17px; }
.nav-link.active { color: var(--red-dark); }
.nav-link.active::after { content: ""; position: absolute; height: 3px; background: var(--red); bottom: 0; left: 10%; right: 10%; }
.home-main { padding-top: 26px; }
.edition-line { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 13px; margin-bottom: 16px; }
.edition-line b { color: var(--ink); margin-right: 8px; font-size: 14px; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(300px, 1fr); gap: 24px; margin-bottom: 40px; }
.hero { position: relative; min-width: 0; width: 100%; height: 100%; border-radius: var(--radius); overflow: hidden; background: #202834; aspect-ratio: 1.5; color: white; }
.hero-slide { height: 100%; position: relative; }
.hero-slide[hidden] { display: none; }
.hero-slide > img { height: 100%; aspect-ratio: 1.5; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(8,15,25,.03) 10%,rgba(8,15,25,.55) 45%,rgba(8,15,25,.97) 100%); }
.hero-copy { position: absolute; bottom: 75px; left: 32px; right: 32px; }
.hero-label { display: inline-block; background: var(--red); padding: 4px 9px; font-size: 12px; letter-spacing: .08em; margin-bottom: 15px; }
.hero-copy h2 { font-size: clamp(24px, 2.5vw, 34px); letter-spacing: -.03em; margin: 0 0 11px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero-copy p { color: #dce1e8; font-size: 14px; margin-bottom: 17px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero-link { font-size: 14px; display: inline-flex; gap: 10px; align-items: center; }
.hero a:hover { color: white; text-decoration: underline; text-underline-offset: 5px; }
.slider-controls { position: absolute; bottom: 22px; left: 32px; right: 32px; display: flex; align-items: center; gap: 9px; }
.slider-prev, .slider-next, .slider-pause { background: rgba(255,255,255,.12); border: 1px solid #69717b; color: white; height: 36px; width: 36px; border-radius: 4px; }
.slider-pause { width: auto; padding: 0 10px; margin-left: auto; font-size: 12px; }
.slider-dots { display: flex; gap: 4px; }
.slider-dot { width: 30px; height: 32px; border: 0; background: transparent; padding: 12px 6px; }
.slider-dot::after { content: ""; display: block; background: #7c8590; height: 4px; border-radius: 2px; }
.slider-dot.is-active::after { background: white; }
.editor-picks { border: 1px solid var(--line); background: white; padding: 22px 24px 10px; border-radius: var(--radius); display: flex; flex-direction: column; }
.picks-heading { display: flex; justify-content: space-between; align-items: center; gap: 6px; padding-bottom: 15px; border-bottom: 2px solid var(--ink); }
.picks-heading h2 { font-size: 19px; margin: 0; display: flex; gap: 7px; align-items: center; }
.picks-heading .icon { color: var(--red); }
.picks-heading > span { font-size: 12px; color: var(--muted); }
.brief { display: flex; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--line); flex: 1; }
.brief:last-child { border: 0; }
.brief-number { color: #b8bec6; font: 600 24px Georgia,serif; padding-top: 3px; flex-shrink: 0; white-space: nowrap; }
.brief h3 { font-size: 17px; margin: 6px 0 5px; }
.brief p { font-size: 13px; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tag { color: var(--red-dark); font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.news-section { margin: 42px 0; }
.section-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.section-head h2 { font-size: 24px; margin: 0 0 5px; display: flex; align-items: center; gap: 9px; letter-spacing: -.02em; }
.section-head h2 .icon { color: var(--red); width: 23px; height: 23px; }
.section-head p { font-size: 14px; margin: 0; }
.more { white-space: nowrap; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; }
.more .icon { width: 17px; }
.card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 23px; }
.story-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: white; display: flex; flex-direction: column; min-width: 0; transition: box-shadow .2s, transform .2s; }
.story-card:hover { box-shadow: 0 8px 24px #171b220b; transform: translateY(-3px); }
.card-image { display: block; overflow: hidden; }
.card-image img { aspect-ratio: 1.65; height: auto; transition: transform .4s; }
.card-image:hover img { transform: scale(1.025); }
.card-copy { padding: 19px 20px 17px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; }
.card-copy h3 { font-size: 19px; margin: 7px 0 10px; }
.card-copy > p { font-size: 14px; margin-bottom: 19px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 12px; color: #767d87; margin-top: auto; }
.news-ribbon { display: flex; align-items: center; gap: 22px; padding: 19px 24px; background: #fff0ee; border-left: 3px solid var(--red); border-radius: 3px; }
.news-ribbon > span { color: var(--red-dark); font-weight: 750; white-space: nowrap; }
.news-ribbon p { margin: 0; font-size: 14px; color: #6b4541; flex: 1; }
.news-ribbon a { font-size: 13px; white-space: nowrap; }
.tint { padding: 26px; background: #edf0f3; border-radius: 10px; }
.editorial .story-card { background: transparent; border: 0; border-radius: 0; }
.editorial .card-copy { padding: 18px 0 0; }
.editorial .card-image { border-radius: 6px; }
.ranking { padding: 28px; border-radius: 10px; background: white; border-top: 3px solid var(--red); margin: 42px 0; }
.rank-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.rank-grid article { display: flex; gap: 12px; border-right: 1px solid var(--line); padding-right: 16px; }
.rank-grid article:last-child { border: 0; padding-right: 0; }
.rank-num { font: italic 38px Georgia,serif; color: var(--red); line-height: 1.2; flex-shrink: 0; white-space: nowrap; }
.rank-grid h3 { font-size: 16px; margin: 7px 0 10px; }
.dark-section { background: var(--ink); padding: 30px; border-radius: 10px; color: white; }
.dark-section .section-head p { color: #aab2be; }
.dark-section .story-card { background: #252b35; border-color: #38404c; }
.dark-section .tag { color: #ff9790; }
.dark-section .card-copy p, .dark-section .meta { color: #b7c0ce; }
.dark-section a:hover { color: #ffaba5; }
.verify-section .story-card { border-top: 3px solid #3b746e; }
.verify-section .tag, .verify-section .section-head .icon { color: #31695f; }
.tracking-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; border-top: 1px solid #bcc3cc; padding-top: 24px; }
.step { color: var(--red-dark); font-size: 13px; letter-spacing: .07em; }
.tracking-grid h3 { font-size: 19px; margin: 13px 0 11px; }
.tracking-grid p { font-size: 14px; margin-bottom: 0; }
.about-block { display: grid; grid-template-columns: 1fr 1.8fr; gap: 60px; padding: 35px 0 44px; border-top: 1px solid var(--line); }
.eyebrow { font-size: 12px; font-weight: 650; letter-spacing: .14em; color: var(--red-dark); }
.about-block h2 { font-size: 26px; margin-top: 13px; }
.about-block p { font-size: 15px; }
.text-link { color: var(--red-dark); font-size: 14px; }
.subscribe { background: var(--red); color: white; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 36px 44px; margin-top: 15px; margin-bottom: 45px; }
.subscribe .eyebrow { color: #fff0ec; }
.subscribe h2 { font-size: 29px; margin: 7px 0 10px; }
.subscribe p { color: #fff1ee; max-width: 700px; font-size: 15px; }
.subscribe-actions { display: flex; align-items: center; gap: 20px; }
.subscribe-actions > span { font-size: 12px; }
.subscription-mark { width: 128px; height: 128px; flex-shrink: 0; background: none; }
.site-footer { background: white; border-top: 1px solid var(--line); padding-top: 37px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.1fr 1.3fr; gap: 35px; }
.footer-brand { font-size: 28px; font-weight: 900; color: var(--red); margin-bottom: 10px; }
.footer-brand span { color: var(--ink); margin-left: 5px; font-size: 24px; }
.footer-grid h2 { font-size: 14px; margin-bottom: 15px; }
.footer-grid p { font-size: 13px; }
.footer-grid a { font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 7px; color: var(--muted); }
.copyright { border-top: 1px solid var(--line); margin-top: 30px; padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; color: var(--muted); }
.page-main { padding-top: 24px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; font-size: 13px; color: var(--muted); margin-bottom: 27px; }
.category-heading { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 27px; }
.category-heading h1 { font-size: 38px; margin: 10px 0; display: flex; align-items: center; gap: 12px; }
.category-heading h1 .icon { height: 32px; width: 32px; color: var(--red); }
.category-heading p { max-width: 720px; margin: 0; }
.category-note { display: flex; align-items: center; gap: 14px; min-width: 205px; }
.category-note strong { font: italic 64px Georgia,serif; color: var(--red); }
.category-note span { color: var(--muted); font-size: 13px; }
.category-feature { display: grid; grid-template-columns: 1.25fr 1fr; background: var(--ink); color: white; overflow: hidden; border-radius: 10px; }
.category-feature > div { min-width: 0; }
.feature-image, .feature-image img { height: 100%; width: 100%; }
.feature-image img { aspect-ratio: 1.65; }
.feature-copy { padding: 35px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.feature-copy .eyebrow { color: #ffada7; }
.feature-copy h2 { font-size: 27px; margin: 14px 0; }
.feature-copy p { color: #bbc3cf; font-size: 15px; }
.feature-copy .meta { margin: 0 0 20px; color: #bbc3cf; }
.feature-copy a:hover { color: #ffada7; }
.more-reading { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 26px; margin-bottom: 40px; }
.compact { flex-direction: row; border: 0; background: transparent; }
.compact .card-image { width: 30%; flex-shrink: 0; border-radius: 6px; }
.compact .card-image img { height: 100%; }
.compact .card-copy { padding: 8px 24px; }
.end-note { border-top: 1px solid var(--line); padding-top: 18px; margin: 22px 0 0; font-size: 13px; }
.article-layout { display: grid; grid-template-columns: minmax(0,850px) minmax(240px,1fr); gap: 35px; align-items: start; }
.reading { background: white; padding: 38px; border: 1px solid var(--line); border-radius: 8px; }
.article-heading h1 { font-size: 34px; margin: 13px 0 18px; letter-spacing: -.025em; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 12px; color: var(--muted); margin-bottom: 25px; }
.standfirst { font-size: 18px; line-height: 1.9; }
.reading-note { padding: 15px 18px; background: #f4f5f7; border-left: 3px solid var(--red); font-size: 13px; color: var(--muted); margin: 22px 0; }
figure { margin: 24px 0; }
figure img { aspect-ratio: 1.65; height: auto; border-radius: 5px; }
figcaption { font-size: 12px; color: var(--muted); margin-top: 8px; text-align: center; }
.article-section { margin: 35px 0; }
.chapter-label { font-size: 12px; color: var(--red-dark); letter-spacing: .1em; }
.article-section h2 { font-size: 25px; margin: 6px 0 17px; }
.article-section p { line-height: 2; color: #3b424c; font-size: 17px; }
.article-end { border-top: 1px solid var(--line); padding-top: 25px; }
.article-end h2 { font-size: 21px; }
.article-end > span { display: block; text-align: center; color: var(--muted); margin: 27px 0; font-size: 13px; }
.reading-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; }
.article-pagination { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 23px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.article-pagination > div { min-width: 0; }
.article-pagination span { display: block; font-size: 12px; color: var(--muted); margin-bottom: 7px; }
.article-pagination a, .article-pagination p { font-size: 14px; }
.reading-aside { position: sticky; top: 24px; }
.aside-box { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: white; margin-bottom: 20px; }
.aside-box h2 { font-size: 21px; margin: 10px 0 15px; }
.aside-box ol { margin: 0; padding-left: 20px; }
.aside-box li { margin-bottom: 15px; font-size: 14px; color: #515b68; }
.ink { background: var(--ink); color: white; }
.ink p { color: #b8c2cf; font-size: 14px; }
.ink a { font-size: 14px; color: #ffaba5; }
.utility { max-width: 900px; padding-bottom: 35px; }
.utility > h1 { font-size: 36px; margin: 15px 0 20px; }
.utility > section { padding: 25px 0; border-top: 1px solid var(--line); }
.utility h2 { font-size: 23px; }
.utility p { line-height: 1.95; }
.subscribe-guide { display: flex; align-items: flex-start; gap: 25px; }
.subscribe-guide img { width: 120px; height: 120px; background: none; }
.subscribe-guide > div { min-width: 0; }
.feed-url { display: block; padding: 15px; background: white; border: 1px solid var(--line); border-radius: 5px; font-size: 15px; white-space: normal; }
label { display: block; font-weight: 650; font-size: 14px; margin: 18px 0 8px; }
input, textarea { display: block; width: 100%; padding: 12px; border-radius: 4px; background: white; resize: vertical; }
form button { margin-top: 20px; }
[role="status"] { font-size: 14px; color: #296256; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
