:root {
    --red: #e92539;
    --ink: #181b22;
    --muted: #747780;
    --line: #e9e9ee;
    --paper: #ffffff;
    --back: #f5f6f8;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--back); color: var(--ink); font: 16px/1.7 "Microsoft YaHei", "PingFang SC", Arial, sans-serif; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--red); }
button, input { font: inherit; }
button, .button { cursor: pointer; }
button { color: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid #ff9f24; outline-offset: 4px; }
img { display: block; max-width: 100%; }
.wrap { width: min(1240px, calc(100% - 64px)); margin: auto; }
.topline { background: #20232b; color: #d3d4da; font-size: 12px; letter-spacing: .05em; }
.topline .wrap { display: flex; justify-content: space-between; padding: 7px 0; gap: 20px; }
.topline a { color: #d3d4da; }
header { background: white; border-bottom: 1px solid var(--line); }
.masthead { display: flex; align-items: center; justify-content: space-between; min-height: 99px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 24px; }
.brand h1 { margin: 0; font-size: 0; }
.brand img { width: 176px; height: 48px; }
.tagline { border-left: 1px solid #ddd; padding-left: 24px; font-size: 14px; line-height: 1.65; color: #7b7d85; }
.edition { text-align: right; font-size: 12px; color: var(--muted); }
.edition b { display: block; font-size: 15px; color: var(--ink); letter-spacing: .08em; }
.nav { display: flex; justify-content: space-between; gap: 8px; }
.nav a { display: flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; padding: 16px 8px 15px; font-size: 14px; border-bottom: 3px solid transparent; }
.nav a.active { color: var(--red); border-bottom-color: var(--red); font-weight: 700; }
.nav i { font-style: normal; font-size: 20px; line-height: 1; }
.leadline { display: flex; gap: 16px; align-items: center; padding: 18px 0; font-size: 13px; color: var(--muted); }
.leadline b { color: var(--red); white-space: nowrap; }
.leadline span:last-child { margin-left: auto; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 2.25fr) minmax(280px, 1fr); gap: 24px; }
.slider { min-width: 0; position: relative; border-radius: 12px; overflow: hidden; background: #25252d; aspect-ratio: 1.68; color: white; }
.slide { position: absolute; inset: 0; display: none; }
.slide.active { display: block; animation: fade .6s ease; }
@keyframes fade { from { opacity: .5; } to { opacity: 1; } }
.slide img { object-position: center 20%; width: 100%; height: 100%; aspect-ratio: 1.68; object-fit: cover; }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,12,23,.95), rgba(8,12,23,.06) 85%); pointer-events: none; }
.hero-copy { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 65px; }
.label { display: inline-block; background: var(--red); color: white; padding: 3px 9px; border-radius: 4px; font-size: 12px; font-weight: 700; }
.hero-copy h2 { margin: 15px 0 10px; font-size: clamp(25px, 2.6vw, 35px); line-height: 1.4; max-width: 660px; }
.hero-copy h2 a:hover { color: white; }
.hero-copy p { margin: 0 0 12px; font-size: 14px; color: #dcdee5; max-width: 630px; }
.hero-copy h2, .hero-copy p, .card h3, .mini h3 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.read { font-size: 13px; font-weight: 700; }
.slider-controls { position: absolute; bottom: 22px; left: 34px; right: 28px; z-index: 2; display: none; align-items: center; gap: 9px; }
.js .slider-controls { display: flex; }
.dot { width: 7px; height: 7px; border: 0; border-radius: 8px; background: #b6b6b9; padding: 0; }
.dot.active { width: 25px; background: var(--red); }
.arrows { margin-left: auto; display: flex; gap: 8px; }
.arrow { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #81838b; border-radius: 50%; background: #ffffff12; color: white; font-size: 16px; padding: 0; }
.pause { background: transparent; border: 0; color: #ddd; font-size: 12px; margin-left: 8px; }
.panel { padding: 22px; background: white; border: 1px solid var(--line); border-radius: 12px; min-width: 0; }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.section-title h2 { display: flex; gap: 9px; align-items: center; margin: 0; font-size: 22px; line-height: 1.4; }
.section-title h2 i { color: var(--red); font-style: normal; }
.section-title a { white-space: nowrap; font-size: 13px; color: var(--muted); }
.eyebrow { color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .12em; margin: 0 0 6px; }
.brief { position: relative; padding: 0 0 18px 17px; border-left: 1px solid #ececf0; margin-left: 4px; }
.brief::before { content: ""; width: 7px; height: 7px; background: var(--red); position: absolute; left: -4px; top: 7px; border-radius: 50%; }
.brief time { color: var(--muted); font-size: 12px; }
.brief h3 { margin: 3px 0 6px; font-size: 16px; line-height: 1.6; }
.brief p { font-size: 13px; margin: 0; color: var(--muted); }
.brief:last-child { padding-bottom: 0; }
.topics { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin: 22px 0 34px; padding: 14px 20px; background: white; border: 1px solid var(--line); border-radius: 8px; font-size: 13px; }
.topics b { margin-right: 12px; }
.topics a { background: #f5f5f7; padding: 4px 12px; border-radius: 4px; color: #666974; }
.content-grid { display: grid; grid-template-columns: minmax(0, 2.25fr) minmax(280px, 1fr); gap: 28px; align-items: start; }
.section { margin-bottom: 36px; min-width: 0; }
.cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.card { background: white; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; display: flex; flex-direction: column; min-width: 0; }
.image-link { display: block; overflow: hidden; background: #e9eaef; }
.card img { width: 100%; height: auto; aspect-ratio: 1.6; object-fit: cover; transition: transform .35s; }
.card:hover img { transform: scale(1.04); }
.card-body { padding: 17px; flex: 1; display: flex; flex-direction: column; }
.category { font-size: 12px; font-weight: 700; color: var(--red); }
.card h3 { font-size: 17px; line-height: 1.65; margin: 7px 0 10px; }
.card p { font-size: 13px; line-height: 1.8; color: var(--muted); margin: 0 0 17px; }
.meta { display: flex; gap: 10px; color: var(--muted); font-size: 12px; margin-top: auto; }
.list-cards { display: grid; gap: 0; border: 1px solid var(--line); background: white; border-radius: 10px; padding: 0 22px; }
.list-card { display: grid; grid-template-columns: 175px minmax(0,1fr); gap: 21px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.list-card:last-child { border-bottom: 0; }
.list-card img { width: 100%; height: 100%; min-height: 124px; aspect-ratio: 1.5; object-fit: cover; border-radius: 7px; }
.list-card h3 { font-size: 19px; margin: 3px 0 8px; line-height: 1.55; }
.list-card p { font-size: 14px; color: var(--muted); margin: 0 0 10px; }
.rank-panel { border-top: 3px solid var(--red); }
.rank-sub { font-size: 12px; color: var(--muted); margin: -10px 0 18px; }
.rank-row { display: flex; gap: 15px; border-bottom: 1px solid var(--line); padding: 16px 0; }
.rank-row:last-child { border-bottom: 0; }
.rank-no { flex: 0 0 34px; white-space: nowrap; font: italic 800 26px/1.3 Arial,sans-serif; color: #b4b6bd; }
.rank-row:nth-of-type(-n+3) .rank-no { color: var(--red); }
.rank-row h3 { font-size: 15px; line-height: 1.6; margin: 0 0 5px; }
.rank-row small { font-size: 12px; color: var(--muted); }
.spotlight { background: #222633; color: white; border-radius: 11px; padding: 28px; margin: 25px 0; }
.spotlight h2 { font-size: 25px; margin: 10px 0; }
.spotlight p { font-size: 14px; color: #d0d3dd; line-height: 1.9; }
.spotlight a { display: inline-block; color: white; font-size: 14px; border-bottom: 1px solid #969aa7; padding-bottom: 4px; }
.small-note { font-size: 14px; color: var(--muted); }
.wide-section { margin: 12px 0 37px; }
.wide-section .cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
.verify-home { padding: 26px; border: 1px solid #dce5e3; background: #f0f7f5; border-radius: 10px; margin: 36px 0; }
.verify-home .section-title h2 i { color: #328576; }
.verify-home .card { border-color: #e0e8e5; }
.about { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; border-top: 1px solid #dddfe5; padding: 34px 0; margin-top: 15px; }
.about h2 { margin: 8px 0; font-size: 26px; }
.about p { color: #666b75; font-size: 14px; margin: 0 0 12px; }
.subscribe { background: #202430; border-radius: 12px; margin: 12px auto 38px; padding: 30px 38px; display: grid; grid-template-columns: 82px minmax(0,1fr) auto; align-items: center; gap: 26px; color: white; }
.subscribe img { width: 82px; height: 82px; }
.subscribe h2 { font-size: 23px; margin: 0 0 7px; }
.subscribe p { font-size: 13px; color: #c4c7d0; margin: 0; }
.button { display: inline-block; background: var(--red); color: white; border: 0; border-radius: 6px; padding: 11px 24px; font-size: 14px; font-weight: 700; }
.button:hover { color: white; background: #d7152a; }
.subscribe small { display: block; text-align: center; color: #aeb2be; font-size: 12px; margin-top: 7px; }
footer { background: white; border-top: 1px solid var(--line); padding: 36px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 34px; }
.footer-brand { font-size: 24px; font-weight: 900; }
footer p { color: var(--muted); font-size: 13px; max-width: 330px; }
footer h3 { font-size: 14px; margin: 3px 0 12px; }
footer ul { padding: 0; list-style: none; margin: 0; font-size: 13px; color: #717580; }
footer li { margin: 6px 0; }
.copyright { border-top: 1px solid var(--line); margin-top: 26px; padding-top: 17px; display: flex; gap: 15px; justify-content: space-between; font-size: 12px; color: #868995; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 13px; padding: 24px 0; }
.category-hero { border-left: 4px solid var(--red); padding: 5px 0 5px 25px; margin: 6px 0 32px; }
.category-hero h1 { font-size: 38px; margin: 0 0 9px; }
.category-hero p { max-width: 820px; margin: 0; color: #777b85; }
.feature { display: grid; grid-template-columns: 1.1fr 1fr; background: white; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin-bottom: 34px; }
.feature img { width: 100%; height: 100%; aspect-ratio: 1.7; object-fit: cover; }
.feature .feature-body { padding: 35px; }
.feature h2 { font-size: 27px; line-height: 1.5; margin: 12px 0; }
.feature p { color: var(--muted); font-size: 15px; }
.category-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
.more-area { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 25px; background: white; border: 1px solid var(--line); border-radius: 10px; margin: 30px 0; }
.more-area p { margin: 0; font-size: 14px; color: var(--muted); }
.article-layout { display: grid; grid-template-columns: minmax(0,850px) minmax(250px,1fr); gap: 30px; align-items: start; }
.article { background: white; border: 1px solid var(--line); border-radius: 12px; padding: 40px; }
.article h1 { font-size: 34px; line-height: 1.5; margin: 14px 0 20px; }
.article .intro { font-size: 18px; color: #686d78; padding: 22px; background: #f6f7f9; border-left: 3px solid var(--red); margin: 24px 0; }
.reading-note { font-size: 13px; color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.article section { margin-top: 32px; }
.article section h2 { font-size: 23px; margin: 0 0 15px; }
.article section p { font-size: 17px; line-height: 2; margin: 14px 0 23px; }
.article figure { margin: 0; }
.article figure img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; background: #e8eaf0; border-radius: 7px; }
.article figcaption { color: var(--muted); font-size: 12px; text-align: center; margin-top: 8px; }
.end-note { text-align: center; color: #888d99; font-size: 13px; border-top: 1px solid var(--line); padding-top: 25px; margin-top: 35px; }
.article-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px; border-top: 1px solid var(--line); padding-top: 25px; }
.article-nav a { font-size: 14px; }
.article-nav span { display: block; color: var(--muted); font-size: 12px; margin-bottom: 6px; }
.mini { padding: 18px 0; border-bottom: 1px solid var(--line); }
.mini:last-child { border-bottom: 0; }
.mini img { height: auto; aspect-ratio: 1.9; width: 100%; object-fit: cover; border-radius: 6px; background: #e8eaf0; }
.mini h3 { font-size: 16px; line-height: 1.65; margin: 12px 0 6px; }
.toc { padding-left: 20px; font-size: 14px; color: #777b85; }
.toc li { padding: 6px 0; }
.info-page { max-width: 900px; padding: 40px; background: white; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 40px; }
.info-page h1 { font-size: 34px; }
.info-page h2 { margin-top: 30px; font-size: 23px; }
.info-page p { line-height: 2; color: #666b75; }
.image-failed { color: #6e727d; font-size: 14px; background: #e9ebf0; }
.skip { position: absolute; top: -100px; left: 20px; padding: 10px 20px; background: white; z-index: 10; }
.skip:focus { top: 10px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }

.sr-brand { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
