:root {
    --ink: #151922;
    --muted: #707782;
    --orange: #ec541c;
    --paper: #f4f5f7;
    --line: #e4e6ea;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-size: 16px; line-height: 1.7; overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); }
button, input { font: inherit; }
button, .button { cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 3px solid #f69c44; outline-offset: 4px; }
button { border: 0; }
img { max-width: 100%; display: block; object-fit: cover; background: #252e3b; color: #d7dfe9; font-size: 12px; }
.wrap { max-width: 1240px; width: calc(100% - 64px); margin: auto; }
.topline { background: #10141c; color: #b4bbc5; font-size: 12px; }
.topline .wrap { display: flex; justify-content: space-between; padding: 8px 0; gap: 16px; }
.topline strong { color: #ff8f57; font-weight: 500; }
.masthead { background: #fff; }
.brandrow { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 51px; height: 51px; background: transparent; }
.brand h1, .brand .brandname { font-size: 25px; letter-spacing: -1px; line-height: 1.25; margin: 0; font-weight: 900; }
.brand p { margin: 6px 0 0; color: var(--muted); font-size: 12px; letter-spacing: 2px; }
.headernote { font-size: 13px; color: var(--muted); text-align: right; }
.headernote strong { display: block; color: var(--ink); font-size: 16px; }
.navshell { border-top: 1px solid #eff0f2; border-bottom: 1px solid var(--line); }
.nav { display: grid; grid-template-columns: repeat(9, 1fr); }
.nav a { padding: 16px 5px; text-align: center; font-size: 14px; font-weight: 700; border-bottom: 3px solid transparent; }
.nav a.active { color: var(--orange); border-bottom-color: var(--orange); background: #fff8f3; }
.ico { color: var(--orange); display: inline-block; margin-right: 7px; }
main { padding: 28px 0 0; }
.briefbar { background: #fff; border: 1px solid var(--line); display: flex; gap: 18px; align-items: center; padding: 12px 20px; margin-bottom: 24px; font-size: 14px; }
.briefbar strong { flex-shrink: 0; color: var(--orange); }
.briefbar a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.briefbar small { margin-left: auto; color: var(--muted); white-space: nowrap; }
.leadgrid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: stretch; }
.hero { position: relative; background: #151c29; aspect-ratio: 16 / 9.5; overflow: hidden; border-radius: 5px; }
.slide { position: absolute; inset: 0; }
.slide[hidden] { display: none; }
.slide > img { width: 100%; height: 100%; opacity: .82; }
.slide:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(10,14,23,.04) 15%,rgba(10,14,23,.95) 100%); pointer-events: none; }
.hero-copy { position: absolute; bottom: 55px; left: 32px; right: 32px; z-index: 1; color: white; }
.tag { color: var(--orange); background: #fff1e9; border-radius: 3px; display: inline-block; padding: 3px 9px; font-size: 12px; font-weight: 700; }
.hero .tag { background: var(--orange); color: white; }
.hero h2 { font-size: clamp(23px, 2.25vw, 32px); line-height: 1.5; margin: 13px 0 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero p { color: #d4d7df; font-size: 14px; margin: 0 0 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.hero-copy > a { font-size: 14px; color: white; border-bottom: 1px solid #ffffff80; padding-bottom: 3px; }
.slider-controls { position: absolute; bottom: 15px; right: 22px; left: 32px; z-index: 2; display: flex; align-items: center; gap: 8px; }
.slider-controls button { background: #ffffff22; color: white; width: 32px; height: 32px; border-radius: 3px; }
.slider-controls .dot { width: 7px; height: 7px; padding: 0; border-radius: 20px; background: #ffffff66; }
.slider-controls .dot[aria-pressed="true"] { background: #ff713d; width: 25px; }
.slider-controls .spacer { flex: 1; }
.slider-controls .pause { width: 56px; font-size: 12px; }
.editorbox { background: white; border: 1px solid var(--line); padding: 22px; border-radius: 5px; display: flex; flex-direction: column; }
.eyebrow { font-size: 12px; letter-spacing: 2px; color: var(--orange); font-weight: 800; }
.editorbox h2 { font-size: 23px; margin: 4px 0 12px; }
.pick { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--line); flex: 1; align-content: center; }
.pick:last-child { border: none; }
.pick > span { color: var(--orange); font-size: 22px; font-weight: 800; font-style: italic; white-space: nowrap; }
.pick h3 { margin: 0 0 6px; font-size: 15px; line-height: 1.6; }
.meta { color: var(--muted); font-size: 12px; }
.section { margin: 34px 0; }
.sectionhead { display: flex; gap: 20px; justify-content: space-between; align-items: center; margin-bottom: 17px; }
.sectionhead h2 { font-size: 23px; margin: 0; letter-spacing: -.6px; }
.sectionhead p { font-size: 13px; margin: 2px 0 0; color: var(--muted); }
.sectionhead > a { font-size: 13px; color: var(--muted); flex-shrink: 0; }
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 9px 26px #111b2b0c; }
.card > a { display: block; overflow: hidden; }
.card img { aspect-ratio: 16 / 10; width: 100%; height: auto; transition: transform .3s; }
.card:hover img { transform: scale(1.035); }
.cardbody { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.card h3 { font-size: 17px; line-height: 1.6; margin: 9px 0; }
.card p { font-size: 14px; color: var(--muted); margin: 0 0 16px; }
.card .meta { margin-top: auto; padding-top: 12px; border-top: 1px solid #f0f1f3; }
.magazine { padding: 27px; background: #141c29; color: white; border-radius: 5px; }
.magazine .sectionhead p, .magazine .sectionhead > a { color: #a9b4c4; }
.magazine .card { border-color: #333c49; background: #1d2838; }
.magazine .card p, .magazine .meta { color: #aeb8c8; }
.magazine .card .meta { border-color: #364153; }
.magazine .grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.duo .section { min-width: 0; margin-top: 0; }
.listcards { display: grid; gap: 14px; }
.compact { flex-direction: row; }
.compact > a { flex: 0 0 150px; }
.compact img { height: 100%; aspect-ratio: 1.2; }
.compact h3 { margin: 5px 0 8px; font-size: 16px; }
.compact .cardbody { padding: 14px; }
.compact p { display: none; }
.compact .meta { border: 0; padding-top: 0; }
.checksection { background: #fff; padding: 26px; border: 1px solid var(--line); border-top: 3px solid #1e8875; }
.checksection .grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.checksection .card { border: 0; border-radius: 0; }
.checksection .card > a { display: none; }
.checksection .cardbody { padding: 0 20px 0 0; }
.checksection .tag { color: #187b68; background: #eaf6f2; }
.aboutstrip { display: grid; grid-template-columns: 280px 1fr; gap: 48px; padding: 32px 0; border-top: 1px solid var(--line); }
.aboutstrip h2 { font-size: 23px; margin: 7px 0; }
.aboutstrip p { margin: 0 0 12px; color: #59616e; font-size: 14px; line-height: 1.9; }
.aboutstrip a { font-size: 14px; color: var(--orange); }
.subscription { margin-top: 28px; background: #ffede1; border-top: 1px solid #f5d8c4; }
.subscription .wrap { display: flex; align-items: center; padding: 30px 0; gap: 24px; }
.subscription img { width: 72px; height: 72px; background: none; }
.subscription h2 { margin: 0 0 5px; font-size: 22px; }
.subscription p { margin: 0; font-size: 14px; color: #7a5d4a; }
.subscription small { display: block; color: #7a5d4a; margin-top: 5px; font-size: 12px; }
.button { display: inline-block; background: var(--orange); color: #fff; border: 1px solid var(--orange); padding: 11px 22px; border-radius: 4px; font-size: 14px; font-weight: 700; text-align: center; }
.button:hover { background: #c73d0b; color: white; }
.subscription .button { margin-left: auto; flex-shrink: 0; }
footer { background: #111722; color: #a8b0be; padding: 38px 0 20px; }
.footergrid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.footerbrand { color: white; font-size: 21px; font-weight: 800; }
footer p { max-width: 470px; font-size: 13px; }
footer h3 { color: white; font-size: 14px; margin: 0 0 13px; }
.footerlinks { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; font-size: 13px; }
.copyright { margin-top: 30px; padding-top: 20px; border-top: 1px solid #2b313c; display: flex; justify-content: space-between; gap: 15px; font-size: 12px; }
.breadcrumb { font-size: 13px; color: var(--muted); margin: 0 0 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.pageintro { padding: 32px; background: #fff; border-left: 4px solid var(--orange); margin-bottom: 30px; }
.pageintro h1 { font-size: 34px; margin: 4px 0 10px; }
.pageintro p { max-width: 800px; color: #657080; margin: 0; }
.categoryfeature { display: grid; grid-template-columns: 1.2fr 1fr; background: #172130; color: white; border-radius: 5px; overflow: hidden; }
.categoryfeature img { width: 100%; height: 100%; aspect-ratio: 16/9; }
.categoryfeature > div { padding: 28px; align-self: center; }
.categoryfeature h2 { font-size: 25px; line-height: 1.6; margin: 12px 0; }
.categoryfeature p { color: #c1c9d4; font-size: 15px; }
.morebox { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px; border: 1px solid var(--line); background: white; margin: 30px 0; font-size: 14px; }
.morebox span { color: var(--muted); }
.readinggrid { display: grid; grid-template-columns: minmax(0, 850px) minmax(0, 1fr); gap: 30px; }
.article { background: white; padding: 40px; border: 1px solid var(--line); min-width: 0; }
.article h1 { font-size: 32px; line-height: 1.55; margin: 16px 0; }
.article .dek { font-size: 18px; color: #6a7382; border-left: 3px solid var(--orange); padding-left: 18px; margin-top: 26px; }
.readnote { background: #f5f7f9; padding: 14px; font-size: 12px; color: #707782; margin: 24px 0; }
.article h2 { font-size: 22px; margin: 32px 0 15px; }
.article p { line-height: 2; margin: 16px 0; }
.article figure { margin: 24px 0; }
.article figure img { width: 100%; height: auto; aspect-ratio: 16/9; }
figcaption { font-size: 12px; color: var(--muted); margin-top: 8px; }
.articleaside { align-self: start; }
.articleaside .card { margin-bottom: 20px; }
.articleaside h2 { font-size: 20px; }
.endnote { color: #888f9a; font-size: 13px; text-align: center; margin: 30px 0; }
.prevnext { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 26px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.prevnext a, .prevnext span { font-size: 14px; }
.prevnext small { display: block; color: var(--muted); margin-bottom: 8px; }
.prose { max-width: 900px; margin: 0 auto 40px; background: white; border: 1px solid var(--line); padding: 40px; }
.prose h1 { font-size: 32px; }
.prose h2 { font-size: 22px; margin-top: 32px; }
.prose p { line-height: 2; }
.feedaddress { display: block; padding: 15px; background: #f2f4f7; overflow-wrap: anywhere; }
.status { font-size: 14px; min-height: 24px; color: #266f59; }
.skip { position: absolute; top: -100px; left: 20px; padding: 10px; z-index: 100; background: white; }
.skip:focus { top: 5px; }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
