:root {
  color-scheme: light;
  --brand-blue: #0873df;
  --brand-blue-strong: #045ebd;
  --brand-blue-soft: #eaf4ff;
  --brand-blue-wash: #f7faff;
  --ink: #121820;
  --text: #3d4752;
  --muted: #66717c;
  --line: #e6ebf0;
  --surface: #ffffff;
  --soft: #f6f7f9;
  --up: #c83243;
  --down: #08795a;
  --shell: 1440px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--surface); color: var(--ink); }
body { margin: 0; min-width: 320px; background: var(--surface); color: var(--ink); line-height: 1.55; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand-blue-strong); }
img { display: block; max-width: 100%; height: auto; background: #e6edf4; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid rgb(8 115 223 / .35); outline-offset: 3px; }
.shell { width: min(calc(100% - 52px), var(--shell)); margin-inline: auto; }

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 9px 13px; border-radius: 6px; background: var(--surface); box-shadow: 0 8px 30px rgb(32 72 114 / .16); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 68px;
  border-bottom: 1px solid var(--line);
  background: rgb(255 255 255 / .94);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
}
.header-inner { display: grid; grid-template-columns: 240px minmax(0, 1fr) 240px; align-items: center; gap: 24px; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: fit-content; }
.brand-logo { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 6px; background: transparent; }
.brand-name { font-size: 24px; font-weight: 700; line-height: 1; letter-spacing: 0; }
.brand-name b, .site-footer b { color: var(--brand-blue); }
.brand-en { color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: 0; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 27px; min-width: 0; font-size: 13px; font-weight: 600; }
.site-nav a { position: relative; padding: 24px 0 23px; white-space: nowrap; }
.site-nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--brand-blue); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.language-link { color: var(--brand-blue); font-size: 13px; font-weight: 600; text-decoration: none; }
.language-suggestion { width: min(460px, calc(100vw - 32px)); border: 1px solid var(--line); border-radius: 8px; padding: 30px; color: var(--ink); background: #fff; box-shadow: 0 20px 70px rgb(13 51 92 / 20%); }
.language-suggestion::backdrop { background: rgb(13 51 92 / 22%); backdrop-filter: blur(3px); }
.language-suggestion h2 { margin: 0 42px 8px 0; font-size: 25px; }
.language-suggestion p { margin: 0 0 24px; color: var(--muted); }
.language-suggestion > div { display: flex; flex-wrap: wrap; gap: 10px; }
.language-suggestion a, .language-suggestion button { border: 1px solid var(--brand-blue); border-radius: 5px; padding: 9px 14px; font: inherit; cursor: pointer; }
.language-suggestion a { color: #fff; background: var(--brand-blue); text-decoration: none; }
.language-suggestion button { color: var(--brand-blue); background: #fff; }
.language-suggestion .language-suggestion-close { position: absolute; top: 13px; right: 13px; width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border-color: transparent; font-size: 24px; }
.search-trigger,
.brief-button,
.menu-trigger { display: grid; place-items: center; height: 36px; border-radius: 6px; transition: transform .16s ease, border-color .16s ease, background .16s ease; }
.search-trigger { width: 38px; border: 1px solid var(--line); background: var(--surface); font-size: 24px; line-height: 1; }
.brief-button { padding: 0 15px; border: 1px solid var(--brand-blue); background: var(--brand-blue); color: white; font-size: 12px; font-weight: 720; white-space: nowrap; }
.brief-button:hover { background: var(--brand-blue-strong); color: white; }
.menu-trigger { display: none; width: 40px; padding: 8px; border: 1px solid var(--line); background: white; cursor: pointer; }
.menu-trigger span { display: block; width: 18px; height: 1px; margin: 2px 0; background: var(--ink); }
.mobile-navigation { display: none; }
.search-trigger:active,
.brief-button:active { transform: translateY(1px); }

.price-pulse { border-bottom: 1px solid var(--line); background: var(--surface); }
.pulse-inner { display: grid; grid-template-columns: 150px repeat(auto-fit, minmax(150px, 1fr)); min-height: 58px; }
.pulse-title { display: flex; align-items: center; gap: 8px; padding-right: 14px; color: var(--brand-blue-strong); }
.pulse-title strong { font-size: 12px; font-weight: 600; letter-spacing: 0; }
.pulse-title small { color: var(--muted); font-size: 10px; font-weight: 600; }
.pulse-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "spec price" "spark channel"; align-content: center; gap: 2px 10px; padding: 8px 16px; border-left: 1px solid var(--line); }
.pulse-item > span:not(.pulse-spark) { grid-area: spec; color: var(--ink); font-size: 12px; font-weight: 600; }
.pulse-item strong { grid-area: price; font-size: 16px; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: 0; }
.pulse-spark { grid-area: spark; color: var(--brand-blue); }
.pulse-item b { grid-area: channel; color: var(--muted); font-size: 11px; font-weight: 500; font-variant-numeric: tabular-nums; }
.sparkline { display: block; color: var(--brand-blue); }
.trend-up { color: var(--up); }
.trend-down { color: var(--down); }

.home-intro { padding: 36px 0 28px; }
.home-intro > p:first-child { margin: 0 0 10px; color: var(--brand-blue); font-size: 11px; font-weight: 760; }
.home-intro h1 { max-width: 1000px; margin: 0; font-size: 68px; line-height: 1; font-weight: 760; }
.home-intro > p:last-child { max-width: 760px; margin: 14px 0 0; color: var(--text); font-size: 14px; line-height: 1.62; }

.editorial-section { padding-bottom: 36px; }
.focus-section { padding-top: 22px; }
.buying-band { padding-top: 28px; padding-bottom: 8px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding-bottom: 13px; border-bottom: 1px solid var(--ink); }
.section-heading h1,
.section-heading h2 { margin: 0; font-size: 24px; line-height: 1.15; letter-spacing: 0; }
.section-heading a { display: inline-flex; align-items: center; min-height: 32px; color: var(--text); font-size: 11px; }
.section-heading a::after { content: " →"; color: var(--brand-blue); }
.section-title { display: flex; align-items: baseline; gap: 14px; }
.section-title span { color: var(--muted); font-size: 10px; }
.section-tabs { display: flex; align-items: center; gap: 2px; min-height: 54px; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.section-tabs::-webkit-scrollbar { display: none; }
.section-tabs button { position: relative; min-width: 82px; min-height: 38px; padding: 0 16px; border: 0; border-radius: 6px; background: transparent; color: var(--text); font-size: 12px; font-weight: 680; white-space: nowrap; cursor: pointer; }
.section-tabs button:hover { color: var(--brand-blue-strong); background: var(--brand-blue-wash); }
.section-tabs button[aria-selected="true"] { color: var(--brand-blue-strong); background: var(--brand-blue-soft); }
.section-tabs button[aria-selected="true"]::after { content: ""; position: absolute; right: 14px; bottom: -8px; left: 14px; height: 2px; background: var(--brand-blue); }
[role="tabpanel"][hidden] { display: none; }

.news-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr) minmax(250px, .78fr); border-bottom: 1px solid var(--line); background: var(--surface); }
.news-grid.is-sparse { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.95fr); }
.news-grid.is-sparse .news-visual-list { grid-template-rows: auto; }
.news-grid.is-sparse .news-visual:only-child,
.news-grid.is-sparse .news-visual:nth-child(3):last-child { grid-column: 1 / -1; }
.news-lead { min-width: 0; border-right: 1px solid var(--line); }
.news-lead > a { display: flex; min-height: 100%; flex-direction: column; }
.news-lead-image { display: block; height: 240px; overflow: hidden; background: #e6edf4; }
.news-lead-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86); }
.news-lead-copy { display: flex; flex: 1; flex-direction: column; justify-content: center; padding: 17px 20px 20px; }
.news-lead-copy small,
.news-visual-copy small,
.news-headline small { display: block; color: var(--brand-blue-strong); font-size: 10px; font-weight: 700; }
.news-lead-copy h2 { display: -webkit-box; margin: 7px 0 0; overflow: hidden; font-size: 24px; font-weight: 650; line-height: 1.2; letter-spacing: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.news-visual-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); min-width: 0; border-right: 1px solid var(--line); }
.news-visual { display: flex; min-width: 0; flex-direction: column; border-bottom: 1px solid var(--line); }
.news-visual:nth-child(odd) { border-right: 1px solid var(--line); }
.news-visual:nth-last-child(-n+2) { border-bottom: 0; }
.news-visual.is-text-only { justify-content: center; }
.news-visual-image { display: block; height: 96px; overflow: hidden; background: #e6edf4; }
.news-visual-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84); }
.news-visual-copy { display: flex; flex: 1; flex-direction: column; justify-content: center; min-width: 0; padding: 10px 12px 12px; }
.news-visual-copy strong { display: -webkit-box; margin-top: 5px; overflow: hidden; font-size: 14px; line-height: 1.32; letter-spacing: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.news-headline-list { display: grid; grid-auto-rows: minmax(62px, 1fr); min-width: 0; }
.news-rail-title { display: flex; align-items: center; min-height: 38px; margin: 0; padding: 0 14px; background: var(--brand-blue); color: white; font-size: 11px; font-weight: 760; line-height: 1; }
.news-headline { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 9px 14px; border-bottom: 1px solid var(--line); }
.news-headline:last-child { border-bottom: 0; }
.news-headline strong { display: -webkit-box; margin-top: 4px; overflow: hidden; font-size: 13px; line-height: 1.32; letter-spacing: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.market-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.market-product-focus small { color: var(--brand-blue); font-size: 11px; font-weight: 750; }
.market-product-focus h3 { margin: 10px 0 12px; font-size: 32px; line-height: 1.12; }
.market-product-focus p { margin: 0 0 25px; color: var(--text); font-size: 13px; }
.market-product-focus a { width: fit-content; color: var(--brand-blue-strong); font-size: 12px; font-weight: 750; }
.market-product-focus a::after { content: " →"; }
.market-summary { border-color: #bdd6ef; background: var(--brand-blue-wash); }
.market-summary > div { min-height: 92px; padding: 17px 18px 16px 0; border-right: 1px solid var(--line); }
.market-summary > div + div { padding-left: 18px; }
.market-summary > div:last-child { border-right: 0; }
.market-summary span { color: var(--muted); font-size: 9px; }
.market-summary strong { display: block; margin-top: 13px; font-size: 21px; font-variant-numeric: tabular-nums; }
.market-summary b { margin-left: 7px; font-size: 10px; }
.market-sku-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); background: white; }
.market-sku-summary { display: grid; grid-template-columns: minmax(0, 1fr) 80px auto; align-items: center; gap: 12px; min-height: 70px; padding: 12px 16px; border-top: 1px solid var(--line); background: white; }
.market-sku-summary:nth-child(-n+2) { border-top: 0; }
.market-sku-summary:nth-child(odd) { border-right: 1px solid var(--line); }
.market-sku-summary small,
.market-current span { display: block; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.market-sku-spec strong,
.market-sku-summary strong { display: block; margin: 2px 0 0; font-size: 17px; line-height: 1.2; letter-spacing: 0; }
.market-sku-summary em { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; font-style: normal; }
.market-sku-price { color: var(--ink); font-size: 20px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.market-spark { color: var(--brand-blue); justify-self: end; }
.market-sku-summary code,
.market-product-focus code,
.market-product-header code { display: block; margin-top: 4px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.market-brand { display: block; margin-top: 4px; color: var(--text); font-size: 13px; }
.market-sku-summary > b { color: var(--brand-blue-strong); font-size: 11px; font-weight: 750; }
.market-empty { margin: 0; padding: 24px 22px; color: var(--muted); background: var(--brand-blue-wash); }
.market-product-focus { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(340px, .6fr); min-height: 535px; border-bottom: 1px solid var(--line); }
.market-product-focus > img { width: 100%; height: 535px; object-fit: cover; }
.market-product-focus > div { display: flex; flex-direction: column; justify-content: center; padding: 42px; border-left: 1px solid var(--line); background: white; }
.market-product-focus > div > strong { margin: 32px 0 6px; color: var(--brand-blue-strong); font-size: 30px; }

.editor-picks { padding: 38px 0 30px; }
.picks-board { display: grid; grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr); min-height: 268px; border-bottom: 1px solid var(--line); }
.picks-feature { min-width: 0; padding: 18px 28px 20px 0; border-right: 1px solid var(--line); }
.picks-feature-image { display: block; height: 168px; margin-bottom: 14px; overflow: hidden; background: #e3eaf1; }
.picks-feature-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84); }
.picks-feature h3 { margin: 0; font-size: 22px; line-height: 1.28; letter-spacing: 0; }
.picks-index { display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 0; list-style: none; }
.picks-index li { min-width: 0; }
.picks-index a { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 10px; align-items: start; min-height: 67px; padding: 13px 0 13px 24px; border-bottom: 1px solid var(--line); }
.picks-index li:last-child a { border-bottom: 0; }
.picks-num { color: var(--brand-blue); font-size: 12px; font-weight: 650; font-variant-numeric: tabular-nums; letter-spacing: 0; padding-top: 2px; }
.picks-copy { min-width: 0; }
.picks-copy small { display: block; color: var(--brand-blue-strong); font-size: 10px; font-weight: 700; }
.picks-copy strong { display: -webkit-box; margin-top: 4px; overflow: hidden; font-size: 15px; line-height: 1.32; letter-spacing: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.feed-mediums { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin-bottom: 8px; border-bottom: 1px solid var(--line); }
.feed-medium { min-width: 0; padding: 18px 0 20px; }
.feed-medium-image { display: block; height: 180px; margin-bottom: 12px; overflow: hidden; background: #e3eaf1; }
.feed-medium-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84); }
.feed-medium h3 { margin: 0; font-size: 20px; line-height: 1.28; letter-spacing: 0; }
.feed-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; }
.feed-row { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 14px; align-items: center; min-height: 76px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.feed-row.is-text-only { grid-template-columns: minmax(0, 1fr); }
.feed-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 4px; color: var(--muted); font-size: 11px; }
.feed-meta strong { color: var(--brand-blue-strong); font-weight: 650; }
.feed-row h3 { margin: 0; font-size: 16px; line-height: 1.32; letter-spacing: 0; }
.feed-row > div > p { margin: 7px 0 0; color: var(--text); font-family: "Songti SC", STSong, Georgia, serif; font-size: 12px; line-height: 1.55; }
.feed-image { display: block; height: 72px; overflow: hidden; background: #e3eaf1; }
.feed-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84); }
.daily-take { display: grid; grid-template-columns: 180px 1fr; gap: 30px; margin-top: 27px; padding: 27px 0; background: var(--brand-blue); color: white; box-shadow: 35vw 0 0 var(--brand-blue), -35vw 0 0 var(--brand-blue); }
.daily-take small { font-size: 10px; font-weight: 800; opacity: .75; }
.daily-take p { max-width: 1050px; margin: 0; font-size: 27px; font-weight: 650; line-height: 1.2; }

.category-news { padding: 18px 0 42px; }
.category-tabs { min-height: 60px; gap: 0; border-bottom-color: #bfd9f2; background: var(--brand-blue-wash); }
.category-tabs button { flex: 0 0 auto; min-width: 190px; min-height: 60px; border-right: 1px solid #d8e8f7; border-radius: 0; padding-inline: 24px; text-align: left; }
.category-tabs button:hover { background: var(--brand-blue-soft); }
.category-tabs button[aria-selected="true"] { background: white; color: var(--brand-blue-strong); }
.category-tabs button[aria-selected="true"]::after { right: 0; bottom: 0; left: 0; height: 3px; }
.category-news .news-grid { border-right: 1px solid var(--line); border-left: 1px solid var(--line); }

.first-party-section { padding: 40px 0 48px; }
.first-party-feature { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); min-height: 330px; border-bottom: 1px solid #c5daf0; background: var(--brand-blue-wash); }
.first-party-image { min-width: 0; overflow: hidden; }
.first-party-image img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; filter: saturate(.88); }
.first-party-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px 38px; border-left: 1px solid #c5daf0; }
.first-party-copy > p:first-child { margin: 0 0 12px; color: var(--brand-blue-strong); font-size: 11px; font-weight: 720; }
.first-party-copy h3 { margin: 0; font-size: 31px; font-weight: 680; line-height: 1.16; }
.first-party-copy h3 + p { margin: 17px 0 0; color: var(--text); font-family: "Songti SC", STSong, Georgia, serif; font-size: 15px; line-height: 1.7; }
.first-party-link { width: fit-content; margin-top: 24px; color: var(--brand-blue-strong); font-size: 12px; font-weight: 760; }
.first-party-link::after { content: " →"; }

main > :not(.price-pulse):not(.buying-band):not(.home-intro):not(.editorial-section):not(.editor-picks):not(.category-news):not(.first-party-section) { width: min(calc(100% - 52px), 1180px); margin-inline: auto; }
.page-intro { max-width: 780px; padding: 67px 0 40px; }
.page-intro .eyebrow,
.story-meta { margin: 0 0 10px; color: var(--brand-blue); font-size: 11px; font-weight: 750; }
.page-intro h1,
.article > header h1 { margin: 0; font-size: 44px; line-height: 1.08; letter-spacing: 0; font-weight: 600; }
.page-intro > p:last-child { color: var(--text); }
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.filters a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 6px; font-size: 12px; }
.filters a[aria-current="page"] { border-color: var(--brand-blue); background: var(--brand-blue); color: white; }
.archive-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 54px; padding-bottom: 78px; }
.archive-list article { padding: 25px 0; border-top: 1px solid var(--line); }
.archive-list h2 { margin: 0; font-size: 24px; line-height: 1.27; }
.archive-list article > p:last-child { color: var(--text); }
.pager { display: flex; justify-content: space-between; padding: 0 0 70px; }
.pager a { color: var(--brand-blue-strong); font-weight: 700; }
.empty-state { max-width: 680px; margin-bottom: 80px; padding: 33px; border: 1px solid var(--line); background: var(--brand-blue-wash); }
.empty-state h2 { margin-top: 0; }
.error-page { min-height: 620px; padding-block: 110px 140px; }
.error-page .eyebrow { margin: 0 0 10px; color: var(--brand-blue-strong); font-size: 12px; font-weight: 800; }
.error-page h1 { margin: 0; font-size: 44px; line-height: 1.08; }
.error-page > p:not(.eyebrow) { max-width: 48ch; margin: 18px 0 0; color: var(--text); }
.error-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.error-actions a { display: inline-flex; align-items: center; min-height: 42px; padding: 0 15px; border: 1px solid var(--line); border-radius: 6px; font-size: 13px; font-weight: 700; }
.error-actions .error-primary { border-color: var(--brand-blue); background: var(--brand-blue); color: white; }
.error-actions a:hover { border-color: var(--brand-blue-strong); }
.search-form { display: grid; grid-template-columns: 1fr auto; max-width: 650px; margin-top: 25px; }
.search-form input { min-width: 0; padding: 12px 13px; border: 1px solid var(--line); border-right: 0; border-radius: 6px 0 0 6px; background: white; color: var(--ink); }
.search-form button { padding: 0 18px; border: 1px solid var(--brand-blue); border-radius: 0 6px 6px 0; background: var(--brand-blue); color: white; font-weight: 700; cursor: pointer; }

.article { max-width: 760px; padding: 68px 0 96px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 12px; }
.article-summary { margin-top: 26px; color: var(--text); font-size: 20px; line-height: 1.6; }
.article-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 26px; }
.article-share { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 100px; min-height: 44px; padding: 0 15px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); color: var(--ink); font-size: 13px; font-weight: 700; cursor: pointer; }
.article-share:hover { border-color: var(--brand-blue); background: var(--brand-blue-soft); color: var(--brand-blue-strong); }
.article-share svg { width: 18px; height: 18px; stroke-width: 1.7; }
.share-feedback { min-height: 20px; color: var(--muted); font-size: 11px; line-height: 20px; }
.article figure { margin: 42px 0; }
.article figure img { display: block; width: 100%; height: auto; border-radius: 3px; }
.article-body { font-family: "Songti SC", STSong, Georgia, serif; font-size: 18px; line-height: 1.85; overflow-wrap: break-word; }
.article-body :is(p, ul, ol, blockquote) { margin: 1.4em 0; }
.article-body h2 { margin-top: 2.3em; }
.article-body :is(img, video, iframe, figure) { max-width: 100%; margin-inline: 0; }
.article-body img { height: auto; border-radius: 3px; }
.article-body figure { margin-block: 32px; }
.article-body figcaption { margin-top: 10px; color: var(--muted); font-family: system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif; font-size: 12px; line-height: 1.5; }
.article-body pre { max-width: 100%; overflow-x: auto; }
.article-body table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.article--micro { max-width: 720px; min-height: 620px; }
.article--micro > header h1 { max-width: 680px; font-size: 40px; line-height: 1.12; }
.micro-timeline { margin-top: 36px; }
.micro-timeline-node { position: relative; padding: 0 0 30px 28px; border-left: 2px solid var(--brand-blue); }
.micro-timeline-node::before { position: absolute; top: 3px; left: -6px; width: 10px; height: 10px; border-radius: 50%; background: var(--brand-blue); content: ""; }
.micro-timeline-node::after { position: absolute; bottom: 0; left: -5px; width: 8px; height: 2px; background: var(--brand-blue); content: ""; }
.micro-timeline-node time { color: var(--brand-blue-strong); font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; }
.micro-timeline-node p { max-width: 34ch; margin: 11px 0 0; font-family: "Songti SC", STSong, Georgia, serif; font-size: 21px; line-height: 1.75; }
.citations { margin-top: 58px; padding-top: 25px; border-top: 1px solid var(--line); }
.source-link { margin-top: 38px; font-weight: 700; }
.source-link a { color: var(--brand-blue-strong); }
.about-page { max-width: 820px; padding-bottom: 80px; }
.about-page section { max-width: 66ch; margin: 45px 0; }
.about-page section p { color: var(--text); }

.market-hero { display: grid; grid-template-columns: minmax(0, 1fr) 520px; align-items: end; gap: 70px; padding: 52px 0 32px; border-bottom: 1px solid var(--line); }
.market-hero > div > p { margin: 0 0 8px; color: var(--brand-blue); font-size: 11px; font-weight: 600; letter-spacing: 0; text-transform: uppercase; }
.market-hero h1 { margin: 0; font-size: 44px; line-height: 1.05; font-weight: 600; letter-spacing: 0; }
.market-hero > p { max-width: 56ch; margin: 0; color: var(--text); font-size: 13px; }
.market-toolbar { position: sticky; top: 68px; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); background: rgb(255 255 255 / .96); }
.market-switches { display: flex; align-items: center; gap: 4px; }
.market-switches a { min-height: 34px; padding: 8px 12px; border-radius: 6px; color: var(--text); font-size: 11px; font-weight: 700; white-space: nowrap; }
.market-switches a:hover { background: var(--brand-blue-soft); }
.market-switches a[aria-current="page"] { background: var(--brand-blue); color: white; }
.market-jump { display: flex; gap: 4px; padding-block: 10px; overflow-x: auto; }
.market-jump a { min-width: 86px; padding: 8px 15px; border-radius: 6px; color: var(--text); font-size: 12px; text-align: center; }
.market-jump a:hover { background: var(--brand-blue-soft); }
.market-products { padding-bottom: 80px; }
.market-product { scroll-margin-top: 130px; padding: 48px 0 20px; border-bottom: 1px solid var(--line); }
.market-product-header { display: grid; grid-template-columns: minmax(0, 1fr) 250px; align-items: end; gap: 30px; padding-bottom: 20px; }
.market-product-header small { color: var(--brand-blue); font-size: 10px; font-weight: 800; }
.market-product-header h2 { margin: 7px 0 3px; font-size: 30px; line-height: 1.15; }
.market-current { text-align: right; }
.market-current strong { display: block; color: var(--ink); font-size: 32px; font-variant-numeric: tabular-nums; letter-spacing: 0; }
.market-current .market-spark { display: inline-block; margin: 8px 0 4px; color: var(--brand-blue); }
.market-confidence { display: flex; flex-wrap: wrap; gap: 24px; padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.channel-table { border-top: 1px solid var(--line); }
.channel-row { display: grid; grid-template-columns: minmax(170px, 1fr) 160px 160px 90px; align-items: center; min-height: 58px; padding: 0 12px; border-bottom: 1px solid var(--line); font-size: 12px; }
.channel-head { min-height: 42px; color: var(--muted); font-size: 9px; }
.channel-row > a { color: var(--brand-blue-strong); font-weight: 700; }
.channel-status { width: fit-content; padding: 4px 7px; border-radius: 4px; background: var(--soft); color: var(--text); font-size: 10px; }
.channel-status-valid { background: #e9f8f2; color: #08795a; }
.channel-status-failed { background: #fff0f2; color: #a92f42; }
.channel-status-restricted,
.channel-status-out_of_stock { background: #fff8e6; color: #7a5b00; }
.market-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; }

.archive-gateway { background: #0b3f86; color: #f4f8ff; }
.archive-gateway-inner { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.archive-gateway-tool,
.archive-gateway-preview { padding: 36px 0; }
.archive-gateway-tool { padding-right: 36px; border-right: 1px solid rgb(255 255 255 / .16); }
.archive-gateway-preview { padding-left: 36px; }
.archive-gateway .eyebrow { margin: 0; color: #9cc9ff; font-size: 11px; font-weight: 750; letter-spacing: 0; }
.archive-gateway h2 { margin: 8px 0 10px; font-size: 28px; line-height: 1.15; }
.archive-gateway-tool > p:not(.eyebrow):not(.archive-gateway-count) { max-width: 460px; margin: 0; color: #c5dbf7; font-size: 13px; line-height: 1.6; }
.archive-gateway-form { margin-top: 18px; }
.archive-gateway-form label { height: 48px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: stretch; background: white; color: var(--ink); border-radius: 6px; overflow: hidden; }
.archive-gateway-form input { min-width: 0; padding: 0 14px; border: 0; outline: 0; background: transparent; font-size: 14px; }
.archive-gateway-form button { min-width: 88px; border: 0; background: var(--brand-blue); color: white; font-weight: 750; cursor: pointer; }
.archive-gateway-form button:hover { background: var(--brand-blue-strong); }
.archive-gateway-topics { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.archive-gateway-topics a { min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border: 1px solid rgb(255 255 255 / .28); border-radius: 6px; color: #e7f1ff; font-size: 12px; }
.archive-gateway-topics a:hover { border-color: white; color: white; }
.archive-gateway-count { margin: 18px 0 0; padding-top: 12px; border-top: 1px solid rgb(255 255 255 / .16); color: #9cc9ff; font-size: 12px; }
.archive-gateway-count strong { color: white; font-size: 22px; font-weight: 750; }
.archive-gateway-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-bottom: 12px; border-bottom: 1px solid rgb(255 255 255 / .2); }
.archive-gateway-head h3 { margin: 5px 0 0; font-size: 18px; }
.archive-gateway-head a { color: #d7ecff; font-size: 12px; font-weight: 750; white-space: nowrap; }
.archive-gateway-head a:hover { color: white; }
.archive-gateway-item { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 14px; align-items: start; padding: 12px 0; border-bottom: 1px solid rgb(255 255 255 / .12); color: white; }
.archive-gateway-item time { color: #9cc9ff; font-size: 11px; }
.archive-gateway-item h4 { margin: 0; font-size: 14px; line-height: 1.35; }
.archive-gateway-item p { margin: 4px 0 0; color: #c5dbf7; font-size: 12px; }
.archive-gateway-item:hover h4 { color: #d7ecff; }

.site-footer { border-top: 1px solid var(--line); background: #fbfcfd; }
.footer-rights { margin-top: 0; padding: 0 0 22px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.footer-rights a { color: var(--ink); font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }
.footer-inner { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 30px; min-height: 140px; color: var(--muted); font-size: 10px; }
.footer-inner > div { display: flex; flex-direction: column; gap: 5px; }
.footer-inner strong { color: var(--ink); font-size: 24px; }
.footer-inner p { max-width: 690px; margin: 0; }
.footer-inner > nav { display: flex; gap: 16px; }
.footer-inner > nav a { color: var(--brand-blue-strong); font-weight: 700; white-space: nowrap; }
.footer-inner > nav { align-items: center; }
.footer-contact { position: relative; width: 32px; height: 32px; display: grid; flex: 0 0 32px; place-items: center; padding: 0; border: 1px solid #34383d; border-radius: 4px; background: #20252a; color: #dce9f8 !important; transition: border-color .15s ease, background-color .15s ease, color .15s ease; }
.footer-contact:hover, .footer-contact[aria-expanded="true"] { border-color: var(--brand-blue); background: #15191d; color: white !important; }
.footer-contact:focus-visible { border-color: var(--brand-blue); outline: 3px solid rgb(8 115 223 / .35); outline-offset: 3px; }
.footer-contact:active { transform: translateY(1px); }
.footer-contact svg { width: 16px; height: 16px; stroke-width: 1.8; }
.footer-contact::after { content: attr(data-contact-label); position: absolute; left: 50%; bottom: calc(100% + 9px); z-index: 5; width: max-content; padding: 6px 8px; border: 1px solid #3d4650; border-radius: 4px; background: #20252a; color: #edf5ff; font-size: 10px; font-weight: 700; line-height: 1; opacity: 0; pointer-events: none; transform: translate(-50%, 4px); transition: opacity .15s ease, transform .15s ease; }
.footer-contact:hover::after, .footer-contact:focus-visible::after { opacity: 1; transform: translate(-50%, 0); }
.footer-contact[aria-expanded="true"]::after { opacity: 0; }
.contact-popover { position: fixed; z-index: 70; width: min(310px, calc(100vw - 24px)); padding: 14px; border: 1px solid #3d4650; border-top: 3px solid var(--brand-blue); border-radius: 6px; background: #20252a; color: #f7fbff; box-shadow: 0 14px 36px rgb(0 0 0 / .32); }
.contact-popover[hidden] { display: none; }
.contact-popover-kicker { display: block; margin-bottom: 9px; color: #9eabb8; font-size: 10px; font-weight: 750; line-height: 1; }
.contact-email-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; }
.contact-email-row a { overflow-wrap: anywhere; color: #f7fbff; font-size: 13px; font-weight: 700; line-height: 1.4; }
.contact-email-row a:hover { color: #8ec5ff; }
.contact-email-row button { min-width: 58px; min-height: 36px; padding: 0 10px; border: 1px solid #52606d; border-radius: 4px; background: transparent; color: #dce9f8; font-size: 11px; font-weight: 700; cursor: pointer; }
.contact-email-row button:hover, .contact-email-row button:focus-visible { border-color: var(--brand-blue); color: white; outline: 0; }
.contact-email-row button:active { transform: translateY(1px); }
.contact-copy-status { min-height: 15px; display: block; margin-top: 6px; color: #9eabb8; font-size: 10px; line-height: 1.4; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 205px minmax(0, 1fr) auto; }
  .site-nav { gap: 17px; }
  .brief-button { display: none; }
  .pulse-inner { grid-template-columns: 140px repeat(auto-fit, minmax(130px, 1fr)); }
  .pulse-item { padding: 8px 12px; }
  .home-intro h1 { font-size: 58px; }
  .news-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(235px, .8fr); }
  .news-lead-image { height: 220px; }
  .market-hero { grid-template-columns: minmax(0, 1fr) 420px; gap: 42px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .header-inner { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .brief-button { display: none; }
  .menu-trigger { display: grid; }
  .mobile-navigation:not([hidden]) { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding-block: 11px 15px; border-top: 1px solid var(--line); }
  .mobile-navigation a { min-height: 42px; padding: 11px 8px; border-radius: 6px; color: var(--text); font-size: 12px; text-align: center; }
  .mobile-navigation a:hover { background: var(--brand-blue-soft); }
  .pulse-inner { grid-template-columns: repeat(2, 1fr); }
  .pulse-title { display: none; }
  .pulse-item { min-height: 58px; border-bottom: 1px solid var(--line); }
  .pulse-item span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-lead { border-right: 1px solid var(--line); }
  .news-lead-image { height: 210px; }
  .news-visual-list { border-right: 0; }
  .news-headline-list { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
  .news-headline:nth-child(odd) { border-right: 1px solid var(--line); }
  .market-summary { grid-template-columns: repeat(2, 1fr); }
  .market-summary > div:nth-child(2) { border-right: 0; }
  .feed-grid { grid-template-columns: 1fr; }
  .feed-mediums { grid-template-columns: 1fr; }
  .picks-board { grid-template-columns: 1fr; min-height: 0; }
  .picks-feature { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .picks-index a { padding-left: 0; }
  .feed-medium-image { height: 160px; }
  .feed-row { grid-template-columns: 96px minmax(0, 1fr); }
  .feed-image { display: block; height: 68px; }
  .daily-take { grid-template-columns: 115px 1fr; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner p { grid-column: 1 / -1; }
  .market-product-focus { grid-template-columns: 1fr; }
  .market-sku-list { grid-template-columns: 1fr; }
  .market-sku-summary { grid-template-columns: minmax(0, 1fr) 72px auto; }
  .market-sku-summary:nth-child(-n+2) { border-top: 1px solid #d4e5f6; }
  .market-sku-summary:first-child { border-top: 0; }
  .market-sku-summary:nth-child(odd) { border-right: 0; }
  .archive-gateway-inner { grid-template-columns: 1fr; }
  .archive-gateway-tool { padding-right: 0; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / .16); }
  .archive-gateway-preview { padding-left: 0; }
  .first-party-feature { grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); }
  .first-party-copy { padding: 28px; }
  .market-hero { grid-template-columns: 1fr; gap: 16px; }
  .market-hero h1 { font-size: 54px; }
  .market-toolbar { top: 60px; align-items: stretch; flex-direction: column; gap: 0; padding-top: 8px; }
  .market-switches { width: 100%; }
  .market-switches a { flex: 1; text-align: center; }
  .market-jump { width: 100%; }
  .channel-row { grid-template-columns: minmax(150px, 1fr) 130px 145px 80px; }
}

@media (max-width: 560px) {
  .site-header, .header-inner { min-height: 60px; }
  .brand-name { font-size: 22px; }
  .brand-logo { width: 30px; height: 30px; flex-basis: 30px; }
  .brand-en { display: none; }
  .search-trigger,
  .menu-trigger { width: 44px; height: 44px; }
  .home-intro { padding-top: 28px; }
  .home-intro h1 { font-size: 42px; }
  .section-heading h1,
  .section-heading h2 { font-size: 22px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-grid.is-sparse { grid-template-columns: 1fr; }
  .news-lead { border-right: 0; border-bottom: 1px solid var(--line); }
  .news-lead-image { height: auto; aspect-ratio: 16 / 9; }
  .news-lead-copy { padding: 15px 0 18px; }
  .news-lead-copy h2 { font-size: 21px; }
  .picks-feature-image { height: auto; aspect-ratio: 16 / 9; }
  .picks-feature h3 { font-size: 20px; }
  .news-visual-list { grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
  .news-visual-image { height: 84px; }
  .news-visual-copy { padding: 9px 10px 11px; }
  .news-headline-list { grid-column: auto; grid-template-columns: 1fr; border-top: 0; }
  .news-headline:nth-child(odd) { border-right: 0; }
  .news-headline { padding-inline: 0; }
  .news-rail-title { margin-inline: -1px; padding-inline: 1px; background: transparent; color: var(--brand-blue-strong); border-bottom: 2px solid var(--brand-blue); }
  .category-tabs button { min-width: 155px; min-height: 54px; padding-inline: 16px; }
  .first-party-feature { grid-template-columns: 1fr; min-height: 0; }
  .first-party-image img { min-height: 0; aspect-ratio: 16 / 9; }
  .first-party-copy { padding: 24px 0 28px; border-left: 0; background: white; }
  .first-party-copy h3 { font-size: 25px; }
  .market-summary > div,
  .market-summary > div + div { min-height: 108px; padding: 16px 13px; }
  .feed-row { grid-template-columns: 1fr; gap: 6px; min-height: 0; padding: 14px 0; }
  .feed-image { height: 120px; }
  .daily-take { grid-template-columns: 1fr; }
  .daily-take p { font-size: 23px; }
  .archive-list { grid-template-columns: 1fr; }
  .page-intro h1,
  .article > header h1 { font-size: 31px; line-height: 1.16; }
  .article { padding: 38px 0 72px; }
  .article figure { margin-block: 28px; }
  .article-body { font-size: 17px; line-height: 1.9; }
  .article-body :is(p, ul, ol, blockquote) { margin-block: 1.25em; }
  .article-tools { margin-top: 22px; }
  .article-share { min-width: 96px; min-height: 44px; }
  .share-feedback { flex: 1 1 140px; }
  .article--micro { min-height: 520px; }
  .micro-timeline { margin-top: 30px; }
  .micro-timeline-node { padding-left: 24px; }
  .micro-timeline-node p { max-width: none; font-size: 19px; line-height: 1.75; }
  .search-form { grid-template-columns: 1fr; gap: 8px; }
  .search-form input,
  .search-form button { min-height: 44px; border: 1px solid var(--line); border-radius: 6px; }
  .search-form button { border-color: var(--brand-blue); }
  .footer-inner { grid-template-columns: 1fr; align-content: center; min-height: 180px; }
  .section-heading-tabs { align-items: flex-end; }
  .section-title { display: block; }
  .section-title span { display: block; margin-top: 4px; }
  .section-tabs button { flex: 1 1 0; min-width: 0; padding-inline: 5px; font-size: 11px; }
  .market-product-focus > img { height: 330px; }
  .market-product-focus > div { padding: 28px 20px; }
  .market-product-focus h3 { font-size: 26px; }
  .market-sku-summary { grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: 12px 14px; }
  .market-spark { display: none; }
  .market-hero { padding-top: 42px; }
  .market-hero h1 { font-size: 44px; }
  .market-jump { padding-inline: 0; }
  .market-jump a { min-width: 76px; }
  .market-product { padding-top: 38px; }
  .market-product-header { grid-template-columns: 1fr; }
  .market-current { text-align: left; }
  .channel-table { border-top: 0; }
  .channel-head { display: none; }
  .channel-row { grid-template-columns: minmax(0, 1fr) auto; gap: 5px 12px; padding: 14px 10px; }
  .channel-row > :nth-child(3) { grid-column: 1; }
  .channel-row > :nth-child(4) { grid-row: 1; grid-column: 2; }
  .footer-inner > nav { flex-wrap: wrap; }
  .contact-email-row button { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header { background: white; backdrop-filter: none; -webkit-backdrop-filter: none; }
}
