@charset "UTF-8";
:root {
    --ink: #17232d;
    --muted: #657079;
    --paper: #f4f6f6;
    --line: #dce1e2;
    --lime: #d5ff3f;
    --dark: #121d28;
    --white: #fff;
}
* { 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; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 3px solid #138763; outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.4; }
p { margin-bottom: 1em; }
img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: cover; background: #dbe4e5; }
img.image-failed { color: #52666a; background: linear-gradient(125deg,#c4d0d3,#e0e6dc); font-size: 14px; }
.wrap { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.icon { width: 19px; height: 19px; flex: 0 0 19px; display: inline-block; vertical-align: middle; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.topbar { background: #0c151e; color: #a7b1ba; font-size: 12px; }
.topline { display: flex; justify-content: space-between; padding-block: 7px; letter-spacing: 1px; }
.site-header { background: var(--dark); color: white; }
.masthead { display: flex; align-items: center; min-height: 110px; gap: 32px; }
.brand { margin: 0; font-size: 31px; white-space: nowrap; letter-spacing: -1px; }
.brand a { display: flex; align-items: center; gap: 13px; }
.brand img { width: 51px; height: 51px; background: none; }
.brand-note { color: #aab6bd; font-size: 14px; margin: 5px 0 0; }
.header-link { margin-left: auto; font-size: 14px; border: 1px solid #4b555e; padding: 9px 16px; border-radius: 5px; white-space: nowrap; }
.header-link .icon { margin-left: 12px; }
.site-header nav { border-top: 1px solid #33404b; }
.nav-inner { display: flex; justify-content: space-between; gap: 3px; }
.nav-inner a { padding: 16px 12px; display: flex; align-items: center; gap: 8px; font-size: 14px; border-bottom: 3px solid transparent; color: #dbe0e3; white-space: nowrap; }
.nav-inner a.active, .nav-inner a:hover { border-color: var(--lime); color: var(--lime); }
.skip-link { position: absolute; top: -80px; left: 20px; padding: 12px; background: white; z-index: 30; }
.skip-link:focus { top: 10px; }
.ticker { min-height: 61px; display: flex; align-items: center; gap: 20px; font-size: 13px; }
.ticker-label { background: #e4eadc; border-radius: 4px; padding: 3px 10px; font-weight: 700; white-space: nowrap; }
.ticker p { margin: 0; color: #58656d; }
.ticker-end { margin-left: auto; color: #77828b; }
.hero-grid { display: grid; grid-template-columns: 1.8fr 1fr; gap: 24px; margin-top: 7px; }
.slider { position: relative; min-width: 0; background: #192d36; min-height: 464px; border-radius: 10px; overflow: hidden; color: white; }
.slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .45s; }
.slide.is-active { visibility: visible; opacity: 1; }
.slide > img { height: 100%; aspect-ratio: 16/10; background: #25434b; }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(6,17,28,.02),rgba(6,17,28,.48) 34%,rgba(6,17,28,.95)); pointer-events: none; }
.hero-content { position: absolute; z-index: 1; bottom: 70px; left: 34px; right: 34px; }
.hero-label { font-size: 12px; font-weight: 700; display: inline-block; color: var(--ink); background: var(--lime); padding: 4px 10px; margin-bottom: 14px; border-radius: 3px; }
.hero-content h2 { font-size: 31px; max-width: 630px; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero-content p { font-size: 14px; color: #e0e5e8; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 14px; }
.hero-link { font-size: 14px; font-weight: 700; display: flex; gap: 10px; align-items: center; }
.slider-controls { position: absolute; z-index: 3; bottom: 18px; left: 34px; right: 24px; display: flex; align-items: center; gap: 9px; }
.slide-counter { font-size: 12px; letter-spacing: 2px; margin-right: 12px; }
.slider-controls button { background: #ffffff14; border: 1px solid #ffffff40; border-radius: 50%; color: white; width: 32px; height: 32px; display: grid; place-items: center; padding: 0; }
.dots { display: flex; gap: 9px; margin-right: auto; }
.dots button { width: 7px; height: 7px; background: #ffffff70; border: 0; }
.dots button.active { background: var(--lime); width: 22px; border-radius: 5px; }
.editors { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 22px 26px; }
.section-kicker { color: #75838b; font-size: 11px; letter-spacing: 2px; font-weight: 700; display: block; margin-bottom: 7px; }
.editors-title h2 { font-size: 23px; margin-bottom: 3px; }
.editors-title .icon { color: #59852c; margin-right: 7px; }
.editors-title p { font-size: 13px; color: var(--muted); margin-bottom: 13px; }
.editors article { display: flex; gap: 15px; border-top: 1px solid var(--line); padding: 15px 0 10px; }
.editor-num { color: #9aa8af; font-family: Georgia,serif; font-style: italic; font-size: 27px; line-height: 1.2; flex: 0 0 31px; white-space: nowrap; }
.editors article h3 { font-size: 16px; margin: 4px 0; }
.editors article p { color: var(--muted); font-size: 12px; margin-bottom: 0; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.eyebrow { color: #487348; font-weight: 600; font-size: 12px; }
.section { margin-top: 46px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 21px; }
.section-head h2 { font-size: 25px; letter-spacing: -.5px; margin-bottom: 0; display: flex; align-items: center; gap: 10px; }
.section-head h2 .icon { color: #59703c; width: 22px; height: 22px; }
.more { display: flex; align-items: center; gap: 10px; font-size: 13px; white-space: nowrap; padding-bottom: 3px; color: #59676e; }
.grid { display: grid; gap: 23px; }
.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.card { min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: white; overflow: hidden; }
.card > a { display: flex; height: 100%; flex-direction: column; }
.card img { aspect-ratio: 16/9; }
.card-body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; }
.meta { display: flex; gap: 11px; align-items: center; flex-wrap: wrap; color: #819098; font-size: 11px; margin-bottom: 10px; }
.card .meta > span:last-child { display: none; }
.card h3 { font-size: 19px; margin-bottom: 11px; }
.card p { color: var(--muted); font-size: 14px; margin-bottom: 17px; }
.read-link { display: flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 700; margin-top: auto; }
.card:hover h3, .editors a:hover, .review-grid a:hover, .rank-list a:hover h3 { color: #567b14; }
.card:hover { border-color: #a0b574; }
.clues { padding: 27px 30px 31px; background: var(--dark); color: white; border-radius: 8px; }
.clues .section-kicker { color: #92a49f; }
.clues .section-head h2 .icon, .clues .read-link { color: var(--lime); }
.clues .more { color: #c1ccd1; }
.clue-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; }
.clue-grid article { position: relative; border-left: 1px solid #43515a; padding: 0 0 0 22px; display: flex; flex-direction: column; }
.clue-num { color: #8c9b9e; font: italic 25px Georgia,serif; margin-bottom: 12px; }
.clue-grid h3 { font-size: 18px; margin-bottom: 8px; }
.clue-grid p { font-size: 13px; color: #aebdc6; margin-bottom: 20px; }
.split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; }
.horizontal > a { display: grid; grid-template-columns: 39% 1fr; }
.horizontal img { height: 100%; min-height: 175px; }
.horizontal h3 { font-size: 17px; }
.horizontal p { font-size: 13px; }
.horizontal .card-body { padding: 17px 19px; }
.compact > .horizontal + .horizontal { margin-top: 18px; }
.ranking { background: #eaf0df; border-radius: 8px; padding: 23px; }
.ranking .section-head { margin-bottom: 8px; }
.ranking .section-head h2 { font-size: 22px; }
.ranking .section-kicker { color: #7a865f; }
.muted { color: var(--muted); font-size: 13px; }
.rank-list { list-style: none; margin: 0; padding: 0; }
.rank-list li { border-top: 1px solid #cfd8c1; }
.rank-list a { display: flex; gap: 14px; padding: 12px 0; }
.rank-num { font: italic 26px Georgia,serif; color: #608332; }
.rank-list h3 { font-size: 15px; margin-bottom: 4px; }
.rank-list p { font-size: 12px; color: #718065; margin: 0; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.fact-strip { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: center; border: 1px solid #c7d1cb; background: #e3ece8; padding: 32px; border-radius: 8px; }
.fact-strip h2 { font-size: 26px; margin-bottom: 10px; }
.fact-strip h2 .icon { margin-right: 10px; }
.fact-strip p { color: #63726e; font-size: 14px; }
.check-steps { display: grid; gap: 15px; }
.check-steps span { border-bottom: 1px solid #bdcbc3; padding-bottom: 12px; font-size: 16px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; padding: 11px 20px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 600; }
.button.dark { color: white; background: var(--dark); }
.button.lime { color: #15221d; background: var(--lime); }
.button.outline { color: white; background: transparent; border-color: #596970; }
.review-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 2px solid var(--ink); padding-top: 22px; gap: 24px; }
.review-grid h3 { font-size: 18px; }
.review-grid p { color: var(--muted); font-size: 13px; }
.about-panel { border-top: 1px solid var(--line); padding-top: 36px; display: grid; grid-template-columns: 1.6fr 1fr; gap: 60px; }
.about-panel h2 { font-size: 25px; }
.about-panel p { font-size: 14px; color: #607078; }
.about-statement { display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); padding-left: 55px; }
.about-statement strong { font-size: 38px; line-height: 1.6; white-space: pre-line; letter-spacing: 2px; }
.about-statement span { color: #7e898e; font-size: 12px; margin-top: 18px; }
.subscribe { margin-top: 50px; margin-bottom: 40px; padding: 34px 40px; display: flex; align-items: center; justify-content: space-between; gap: 50px; color: white; background: var(--dark); border-radius: 9px; }
.subscribe > div:first-child { max-width: 810px; }
.subscribe .section-kicker { color: #b1c389; }
.subscribe h2 { font-size: 29px; margin-bottom: 10px; }
.subscribe p { color: #bdc7ce; font-size: 14px; }
.subscribe-actions .button { margin-right: 8px; }
.subscribe .sub-note { font-size: 12px; margin: 12px 0 0; }
.copy-status { font-size: 13px; color: var(--lime); }
.mobile-brand { text-align: center; min-width: 158px; font-size: 12px; }
.mobile-brand img { width: 94px; height: 94px; margin: 0 auto 12px; border: 7px solid white; border-radius: 14px; background: white; }
.mobile-brand small { display: block; color: #a8b4bc; margin-top: 4px; }
.site-footer { border-top: 1px solid var(--line); padding-top: 35px; background: white; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 30px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; font-size: 21px; }
.footer-brand img { width: 39px; height: 39px; background: none; }
.footer-grid p { color: #7c898f; font-size: 13px; white-space: pre-line; }
.footer-grid h2 { font-size: 14px; margin-bottom: 12px; }
.footer-grid a { display: block; font-size: 13px; color: #6c7981; margin-bottom: 6px; }
.footer-grid a:hover { text-decoration: underline; }
.copyright { border-top: 1px solid var(--line); padding-block: 20px; display: flex; justify-content: space-between; gap: 18px; font-size: 12px; color: #819097; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0; font-size: 13px; color: #758188; }
.breadcrumbs a:hover { color: #47731e; }
.category-mast { border-bottom: 2px solid var(--ink); padding: 18px 0 30px; }
.category-mast h1 { font-size: 40px; margin-bottom: 12px; }
.category-mast h1 .icon { width: 30px; height: 30px; margin-right: 12px; }
.category-mast p { color: #5e6e77; margin-bottom: 12px; }
.category-feature > a { display: grid; grid-template-columns: 1.2fr 1fr; }
.category-feature img { height: 100%; max-height: 365px; }
.category-feature .card-body { padding: 35px; justify-content: center; }
.category-feature h3 { font-size: 28px; }
.category-feature .read-link { margin-top: 10px; }
.more-panel { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.more-panel p { color: var(--muted); font-size: 14px; margin: 0; }
.article-mast { max-width: 960px; margin: 38px 0 30px; }
.article-mast h1 { font-size: 40px; letter-spacing: -1px; margin-bottom: 18px; }
.article-deck { color: #62747c; font-size: 19px; }
.byline { color: #7d8b92; font-size: 13px; }
.article-layout { display: grid; grid-template-columns: minmax(0,830px) minmax(0,1fr); gap: 44px; align-items: start; }
.article-body { min-width: 0; font-size: 17px; line-height: 1.95; }
.reading-note { border-left: 3px solid #9ebd4c; background: #e9eee3; padding: 18px 22px; font-size: 13px; color: #60705e; margin-bottom: 28px; }
figure { margin: 0 0 27px; }
figure img { aspect-ratio: 16/9; border-radius: 6px; }
figcaption { font-size: 12px; color: #8a9499; text-align: center; margin-top: 9px; }
.article-section { margin-top: 38px; }
.article-section h2 { font-size: 27px; margin-bottom: 18px; }
.article-section p { margin-bottom: 22px; }
.section-end { background: #edf0ee; padding: 13px 20px; color: #6c7c72; font-size: 13px; }
.article-end { padding: 25px; background: #e5edda; border-radius: 6px; }
.article-end h2 { font-size: 22px; }
.article-end p:last-child { font-size: 13px; margin: 0; color: #637454; }
.article-end a { text-decoration: underline; }
.article-sidebar { position: sticky; top: 24px; border: 1px solid var(--line); background: white; border-radius: 6px; padding: 25px; font-size: 14px; }
.article-sidebar h2 { font-size: 19px; }
.article-sidebar p { color: #738188; margin-bottom: 22px; }
.article-sidebar > a { display: block; margin-bottom: 14px; font-weight: 600; }
hr { border: 0; border-top: 1px solid var(--line); margin: 25px 0; }
.prev-next { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px; border-block: 1px solid var(--line); margin: 30px 0; padding: 22px 0; font-size: 14px; }
.info-copy { max-width: 850px; }
.info-copy section { margin: 36px 0; }
.info-copy h2 { font-size: 25px; }
.info-copy p { line-height: 2; color: #5f7079; }
.info-main { padding-bottom: 10px; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .slide { transition: none; }
}
