:root {
    --red: #ed323d;
    --red-dark: #c3212b;
    --ink: #202124;
    --muted: #76777b;
    --line: #e8e8e9;
    --paper: #ffffff;
    --soft: #f6f6f7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif; font-size: 16px; line-height: 1.65; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--red); }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #148878; outline-offset: 5px; }
img { display: block; max-width: 100%; object-fit: cover; background: #e9e9ea; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.45; }
.container { max-width: 1280px; width: calc(100% - 96px); margin: 0 auto; }
.topline { font-size: 12px; color: #66676b; background: #f7f7f8; border-bottom: 1px solid var(--line); }
.topline .container { display: flex; justify-content: space-between; padding: 8px 0; }
header { background: white; }
.masthead { display: flex; align-items: center; justify-content: space-between; padding: 27px 0 22px; }
.masthead h1 { font-size: inherit; }
.brand { display: flex; align-items: center; gap: 13px; font-size: 29px; font-weight: 850; letter-spacing: -1px; line-height: 1.1; }
.brand:hover { color: var(--ink); }
.logo { background: none; width: 48px; height: 48px; }
.brand-caption { color: var(--muted); font-size: 12px; letter-spacing: 3px; margin: 5px 0 0 62px; }
.edition { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.live-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.edition-no { margin-left: 18px; color: #89898d; letter-spacing: 2px; font-size: 11px; }
.nav { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 2px solid var(--ink); gap: 5px; }
.nav a { display: flex; align-items: center; gap: 6px; padding: 17px 8px 15px; font-size: 14px; font-weight: 650; position: relative; white-space: nowrap; }
.nav a span { font-size: 18px; }
.nav .active { color: var(--red); }
.nav .active:after { content: ""; position: absolute; height: 3px; background: var(--red); bottom: -2px; left: 7px; right: 7px; }
.menu-toggle { display: none; background: white; border: 1px solid var(--line); border-radius: 5px; padding: 7px 10px; }
.news-ticker { display: flex; align-items: center; gap: 20px; margin: 22px 0; font-size: 13px; }
.ticker-label { color: var(--red); font-weight: 750; padding-right: 20px; border-right: 1px solid var(--line); white-space: nowrap; }
.news-ticker p { color: #6c6c70; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ticker-end { margin-left: auto; color: #96969b; white-space: nowrap; font-size: 12px; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.95fr) minmax(0, 1fr); gap: 27px; }
.hero { position: relative; min-width: 0; min-height: 468px; border-radius: 10px; overflow: hidden; background: #26272a; color: white; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide > img { width: 100%; height: 100%; aspect-ratio: 16/10; object-fit: cover; background: #3a3c42; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 5%, rgba(0,0,0,.22) 35%, rgba(0,0,0,.9) 100%); }
.hero-copy { position: absolute; left: 32px; right: 32px; bottom: 65px; }
.hero-label { display: inline-block; background: var(--red); padding: 4px 10px; font-size: 12px; font-weight: 650; margin-bottom: 13px; border-radius: 3px; }
.hero-copy h2 { font-size: clamp(25px, 2.5vw, 34px); line-height: 1.4; letter-spacing: -.5px; max-width: 690px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.hero-copy a:hover { color: white; }
.hero-copy p { font-size: 14px; opacity: .77; margin-top: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero-link { display: inline-flex; align-items: center; gap: 28px; margin-top: 17px; font-size: 13px; font-weight: 650; }
.hero-controls { position: absolute; left: 32px; right: 24px; bottom: 20px; display: flex; justify-content: space-between; align-items: center; }
.dots { display: flex; gap: 9px; }
.dot { border: 0; background: rgba(255,255,255,.45); width: 7px; height: 7px; padding: 0; border-radius: 8px; }
.dot.selected { width: 25px; background: var(--red); }
.arrow-group { display: flex; gap: 7px; }
.arrow-group button { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); color: white; width: 31px; height: 31px; border-radius: 50%; line-height: 1; }
.focus-panel { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 10px; padding: 24px; min-width: 0; }
.eyebrow { color: var(--red); font-size: 12px; letter-spacing: 1px; font-weight: 700; }
.focus-title h2 { font-size: 21px; margin: 6px 0 9px; display: flex; justify-content: space-between; gap: 4px; }
.focus-title h2 span { color: var(--red); }
.brief { display: flex; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--line); min-width: 0; }
.brief h3 { font-size: 16px; font-weight: 650; margin: 5px 0 9px; }
.brief .eyebrow { color: #858589; font-size: 11px; }
.rank-number { font-size: 27px; font-weight: 800; font-style: italic; color: var(--red); line-height: 1.2; letter-spacing: -1px; min-width: 31px; }
.focus-panel .brief { padding: 16px 0; }
.focus-panel .brief h3 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.focus-panel .brief:last-of-type { border: 0; }
.focus-bottom { margin-top: auto; padding-top: 10px; color: #89898d; font-size: 12px; display: flex; gap: 7px; align-items: center; }
.editorial-section { margin: 43px 0; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading h2 { display: flex; align-items: center; gap: 9px; font-size: 24px; font-weight: 800; letter-spacing: -.5px; }
.heading-icon { color: var(--red); font-size: 25px; }
.section-heading p { font-size: 13px; color: var(--muted); margin-top: 5px; }
.more { color: #65656a; font-size: 13px; white-space: nowrap; }
.more span { padding-left: 8px; }
.cards-grid, .dispatch-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.news-card { min-width: 0; }
.news-card > a { display: flex; flex-direction: column; height: 100%; }
.card-image { overflow: hidden; position: relative; border-radius: 7px; aspect-ratio: 1.65; background: var(--soft); }
.card-image img { width: 100%; height: 100%; aspect-ratio: 1.65; transition: transform .3s ease; }
.news-card a:hover img { transform: scale(1.035); }
.image-tag { position: absolute; left: 12px; top: 12px; background: rgba(255,255,255,.94); font-size: 11px; padding: 3px 8px; border-radius: 3px; color: #404044; }
.news-card h3 { font-size: 19px; font-weight: 750; margin: 15px 0 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 55px; }
.excerpt { font-size: 13px; line-height: 1.9; color: #77777c; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 14px; }
.meta { color: #949499; font-size: 12px; display: flex; gap: 12px; justify-content: space-between; align-items: center; }
.news-card .meta { margin-top: auto; }
.meta span:first-child { color: #6b6b70; }
.dispatch { padding: 24px; background: #f7f7f8; border-top: 2px solid var(--red); display: flex; flex-direction: column; }
.dispatch-order { font-size: 11px; font-weight: 700; color: var(--red); letter-spacing: 2px; }
.dispatch h3 { font-size: 20px; margin: 14px 0 10px; }
.dispatch p { color: #77777c; font-size: 13px; line-height: 1.9; margin-bottom: 20px; }
.dispatch .meta { margin-top: auto; }
.tinted-section { background: #f8f8f9; padding: 27px; border-radius: 9px; }
.weekly { border-top: 2px solid var(--ink); padding-top: 27px; }
.weekly-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 22px; }
.weekly-grid .brief { display: block; padding: 0; border: 0; }
.weekly-grid .brief h3 { margin-top: 8px; }
.weekly-grid .brief .eyebrow { display: none; }
.weekly-grid .rank-number { display: block; margin-bottom: 8px; }
.about-home { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; border-top: 1px solid var(--line); padding: 36px 0 48px; }
.about-home h2 { font-size: 30px; margin-top: 14px; line-height: 1.5; }
.about-home p { color: #747479; font-size: 14px; line-height: 2; margin-bottom: 15px; }
.subscription { background: #fff0f0; border: 1px solid #ffdddd; border-radius: 10px; padding: 27px 30px; display: grid; grid-template-columns: 88px minmax(0,1fr) auto; gap: 25px; align-items: center; margin-top: 26px; margin-bottom: 42px; }
.subscription img { width: 88px; height: 88px; background: transparent; }
.subscription h2 { font-size: 23px; margin: 6px 0; }
.subscription p { color: #887071; font-size: 13px; }
.subscription .subnote { font-size: 11px; margin-top: 6px; max-width: 590px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; background: var(--red); color: white; border: 0; border-radius: 5px; padding: 12px 19px; font-size: 14px; font-weight: 650; }
.button:hover { background: var(--red-dark); color: white; }
.subscribe-action { text-align: center; max-width: 230px; }
.rss { display: block; font-size: 12px; color: #887071; margin-top: 8px; }
.subscription-status { margin-top: 8px; }
footer { background: #f7f7f8; padding: 38px 0 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 35px; }
.footer-brand { font-size: 23px; font-weight: 800; }
.footer-grid p { color: #85858a; font-size: 13px; line-height: 2; margin-top: 14px; }
.footer-grid h2 { font-size: 14px; margin-bottom: 13px; }
.footer-grid > div:not(:first-child) a { display: block; color: #85858a; font-size: 12px; margin: 8px 0; }
.copyright { display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: #9a9a9f; border-top: 1px solid #e2e2e5; margin-top: 30px; padding: 19px 0; }
.inner-page { margin-top: 27px; }
.breadcrumbs { font-size: 13px; color: #929298; display: flex; gap: 12px; margin-bottom: 27px; flex-wrap: wrap; }
.category-banner { background: #f7f7f8; border-left: 5px solid var(--red); padding: 35px 38px; }
.category-banner h1 { font-size: 38px; margin: 10px 0; }
.category-banner p { max-width: 740px; color: #747479; }
.category-count { display: block; color: #929298; margin-top: 20px; font-size: 13px; }
.category-feature { display: grid; grid-template-columns: 1fr 1.15fr; gap: 34px; align-items: center; }
.category-feature img { width: 100%; aspect-ratio: 1.7; height: auto; border-radius: 8px; }
.category-feature h2 { font-size: 29px; margin: 10px 0 17px; }
.category-feature p { color: #747479; margin-bottom: 23px; }
.category-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 35px; }
.end-of-list { margin-top: 35px; border-top: 1px solid var(--line); padding: 24px 0; display: flex; justify-content: space-between; color: #929298; font-size: 14px; gap: 20px; }
.article-layout { display: grid; grid-template-columns: minmax(0,3fr) minmax(0,1fr); gap: 55px; align-items: start; }
.article-body { min-width: 0; }
.article-header { border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 29px; }
.pill { font-size: 13px; color: var(--red); background: #fff0f0; border-radius: 3px; padding: 5px 10px; }
.article-header h1 { font-size: 37px; margin: 20px 0; }
.article-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; color: #85858a; }
.reading-note { font-size: 12px; line-height: 1.9; color: #929298; margin-top: 20px; }
.article-lead { font-size: 19px; color: #56565b; line-height: 2; margin-bottom: 25px; border-left: 3px solid var(--red); padding-left: 20px; }
figure { margin: 25px 0 36px; }
figure img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; border-radius: 6px; }
figcaption { color: #96969b; font-size: 12px; margin-top: 9px; text-align: center; }
.article-section { margin: 36px 0; }
.article-section h2 { font-size: 27px; margin-bottom: 20px; }
.article-section h2 span { color: var(--red); font-size: 20px; margin-right: 12px; }
.article-section p { font-size: 17px; line-height: 2.15; color: #55555b; }
.reading-aside { background: #f8f8f9; border-top: 3px solid var(--red); padding: 25px; }
.reading-aside h2 { font-size: 19px; margin: 13px 0; }
.reading-aside ol { padding-left: 22px; color: #808086; font-size: 14px; line-height: 2.3; }
.reading-aside hr { border: 0; border-top: 1px solid var(--line); margin: 25px 0; }
.reading-aside .brief h3 { font-size: 14px; }
.aside-brand { color: #aaaab0; font-size: 22px; font-weight: 750; line-height: 1.6; padding-top: 25px; }
.article-end { display: flex; justify-content: space-between; gap: 15px; align-items: center; background: #f8f8f9; padding: 25px; font-size: 13px; color: #848489; }
.article-pagination { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.article-pagination span { display: block; color: #929298; font-size: 12px; margin-bottom: 8px; }
.article-pagination a { font-size: 15px; }
.information-page { max-width: 860px; margin: 35px auto 60px; }
.information-page h1 { font-size: 37px; margin: 15px 0 30px; }
.information-page p { color: #66666d; font-size: 17px; line-height: 2.1; margin-bottom: 24px; }
.skip-link { position: fixed; left: 12px; top: -100px; padding: 10px 20px; background: var(--ink); color: white; z-index: 10; }
.skip-link:focus { top: 12px; }
