:root {
  color-scheme: light dark;
  --canvas: #f4f7f8;
  --surface: #ffffff;
  --surface-soft: #e7ecef;
  --ink: #151a1e;
  --muted: #56636a;
  --line: #c9d1d5;
  --mineral: #17272c;
  --mineral-soft: #21353c;
  --mineral-ink: #eef4f5;
  --accent-ink: #ffffff;
  --success: #23825b;
  --error: #ba3e46;
  --radius: 4px;
  font-family: "Avenir Next", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--canvas); color: var(--ink); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-underline-offset: 0.18em; }
a:hover { color: var(--site-accent); }
img { display: block; max-width: 100%; height: auto; background: var(--line); }
button, input { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: color-mix(in srgb, var(--site-accent) 18%, transparent); }
:focus-visible { outline: 3px solid var(--site-accent); outline-offset: 3px; }
h1, h2, h3 { letter-spacing: 0; text-wrap: balance; }
h1 a, h2 a, h3 a { text-decoration: none; }
[hidden] { display: none !important; }

.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: 60; padding: 8px 12px; background: var(--surface); }

.site-header {
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(300px, 1.25fr);
  align-items: center;
  gap: 22px;
  max-width: 1400px;
  margin: auto;
  padding: 10px 24px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: var(--site-accent); font-size: 20px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.brand img { width: 32px; height: 32px; background: transparent; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 20px; white-space: nowrap; }
.site-nav a { font-size: 13px; text-decoration: none; }
.site-nav a[aria-current="page"] { color: var(--site-accent); font-weight: 700; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; min-width: 0; }
.compact-action { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 9px; border: 1px solid var(--line); border-radius: var(--radius); font-size: 12px; text-decoration: none; white-space: nowrap; }
.compact-action:hover { border-color: var(--site-accent); }
.header-search { display: flex; width: min(100%, 250px); }
.header-search input { min-width: 0; flex: 1; padding: 8px 9px; border: 1px solid var(--line); border-right: 0; border-radius: var(--radius) 0 0 var(--radius); background: var(--surface); color: var(--ink); }
.header-search button { min-width: 54px; border: 1px solid var(--site-accent); border-radius: 0 var(--radius) var(--radius) 0; color: var(--accent-ink); background: var(--site-accent); cursor: pointer; }
.header-search button:hover { filter: brightness(.92); }
.header-search button:active, .save-button:active, .channel-tabs button:active { transform: translateY(1px); }

main { max-width: 1400px; margin: auto; padding: 0 24px 84px; }
.market-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); color: var(--mineral-ink); background: var(--mineral); font-variant-numeric: tabular-nums; }
.market-metric, .market-source, .market-unavailable { min-width: 0; padding: 10px 14px; border-right: 1px solid #3a5057; }
.market-metric strong, .market-metric span, .market-source strong, .market-source span, .market-unavailable strong, .market-unavailable span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.market-metric strong, .market-source strong, .market-unavailable strong { font-size: 12px; }
.market-metric span, .market-source span, .market-unavailable span { margin-top: 2px; color: #b8c6ca; font-size: 11px; }
.market-up { color: #7bd3a5 !important; }
.market-down { color: #ff9b9b !important; }
.market-unavailable { grid-column: 1 / -1; border: 0; }
.watchbar { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 48px; padding: 7px 14px; background: var(--surface-soft); border-bottom: 1px solid var(--line); }
.watchbar > strong, .watchbar > span { font-size: 11px; white-space: nowrap; }
.watchbar > span { color: var(--muted); }
.watch-topics { display: flex; align-items: center; gap: 5px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; }
.watch-topics button, .channel-tabs button { flex: 0 0 auto; min-height: 33px; padding: 5px 10px; color: var(--ink); background: transparent; border: 1px solid #aab5bb; border-radius: var(--radius); cursor: pointer; }
.watch-topics button:hover, .channel-tabs button:hover, .save-button:hover, .footer-contact:hover { color: var(--site-accent); background: color-mix(in srgb, var(--site-accent) 7%, var(--surface)); border-color: var(--site-accent); }
.watch-topics button[aria-pressed="true"], .channel-tabs button[aria-selected="true"] { color: var(--accent-ink); background: var(--site-accent); border-color: var(--site-accent); }

.home-section { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.top-section { margin-top: 0; padding-top: 20px; border-top: 0; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.section-heading h1, .section-heading h2 { margin: 0; font-size: 18px; line-height: 1.25; }
.section-heading > span, .section-heading > a, .section-heading label { color: var(--muted); font-size: 11px; }
.latest-heading { display: grid; grid-template-columns: 1fr auto auto; align-items: center; }
.followed-only { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.followed-only input { width: 16px; height: 16px; }

.top-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(220px, .62fr) minmax(250px, .72fr); gap: 16px; align-items: stretch; }
.top-layout-sparse .lead-carousel { grid-column: 1 / 3; }
.lead-carousel { position: relative; min-width: 0; min-height: 355px; overflow: hidden; color: var(--mineral-ink); background: var(--mineral); border-radius: var(--radius); touch-action: pan-y; }
.lead-carousel-viewport { position: relative; min-height: 355px; overflow: hidden; }
.lead-story-card { position: absolute; inset: 0; min-height: 355px; display: grid; overflow: hidden; color: var(--mineral-ink); background: var(--mineral); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 180ms ease; }
.lead-story-card.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; }
.lead-story-card > a, .lead-story-copy { grid-area: 1 / 1; }
.lead-story-card > a { min-height: 355px; }
.lead-story-card img { width: 100%; height: 100%; min-height: 355px; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.lead-story-copy { z-index: 1; align-self: end; padding: 96px 20px 20px; background: linear-gradient(180deg, transparent, rgba(8, 17, 21, .96)); }
.lead-story-copy p { max-width: 54ch; margin: 8px 0 0; color: #d5e0e3; font-size: 12px; }
.lead-story-copy h2 { display: -webkit-box; max-width: 24ch; overflow: hidden; margin: 7px 0 0; font-size: 29px; line-height: 1.14; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.lead-story-copy h2 a { color: inherit; text-decoration: none; }
.lead-carousel-controls { position: absolute; z-index: 3; top: 12px; right: 12px; display: flex; align-items: center; gap: 3px; padding: 3px; background: rgba(8, 17, 21, .84); border: 1px solid rgba(238, 244, 245, .28); border-radius: var(--radius); }
.lead-carousel-controls > button { width: 32px; height: 32px; padding: 0; color: #eef4f5; background: transparent; border: 0; border-radius: 2px; cursor: pointer; }
.lead-carousel-controls > button:hover { background: rgba(238, 244, 245, .14); }
.lead-carousel-controls > button:active { transform: translateY(1px); }
.lead-carousel-dots { display: flex; align-items: center; }
.lead-carousel-dots button { position: relative; width: 28px; height: 32px; padding: 0; background: transparent; border: 0; cursor: pointer; }
.lead-carousel-dots button::before { content: ""; position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border: 1px solid #cad6d9; border-radius: 50%; transform: translate(-50%, -50%); }
.lead-carousel-dots button:hover::before { background: rgba(238, 244, 245, .45); }
.lead-carousel-dots button[aria-current="true"]::before { background: #ffffff; border-color: #ffffff; }
.secondary-stories { display: grid; grid-auto-rows: minmax(0, 1fr); gap: 10px; }
.secondary-stories article { display: flex; flex-direction: column; justify-content: space-between; padding: 8px 0; }
.secondary-stories p, .secondary-stories span { margin: 0; color: var(--muted); font-size: 11px; }
.secondary-stories h2 { display: -webkit-box; overflow: hidden; overflow-wrap: anywhere; margin: 7px 0; font-size: 15px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.event-panel { min-width: 0; padding: 15px; color: var(--mineral-ink); background: var(--mineral-soft); border-radius: var(--radius); }
.event-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; padding-bottom: 2px; }
.event-heading h2 { margin: 0; font-size: 15px; }
.event-heading span, .event-count { color: #bdcbd0; font-size: 10px; }
.event-panel h3 { margin: 12px 0 3px; font-size: 14px; line-height: 1.4; }
.event-list { display: grid; margin-top: 10px; }
.event-list a { position: relative; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 8px; padding: 10px 0 10px 9px; border-left: 1px solid #60747a; color: inherit; font-size: 11px; line-height: 1.4; text-decoration: none; }
.event-list a::before { content: ""; position: absolute; left: -3px; top: 16px; width: 5px; height: 5px; border-radius: 50%; background: #87a2ff; }
.event-list time { color: #adbdc1; font-variant-numeric: tabular-nums; }
.event-list button { min-height: 34px; margin-top: 7px; color: inherit; background: transparent; border: 1px solid #60747a; border-radius: var(--radius); cursor: pointer; }
.event-list button:hover { background: rgba(238, 244, 245, .1); border-color: #a7bbc1; }
.top-empty { min-height: 355px; align-content: end; }

.latest-list { border-top: 2px solid var(--mineral); }
.latest-row { display: grid; grid-template-columns: 58px 82px minmax(0, 1fr) 110px 58px; align-items: center; gap: 10px; min-height: 55px; border-bottom: 1px solid var(--line); }
.latest-row time, .latest-row > span, .latest-row small { color: var(--muted); font-size: 11px; font-variant-numeric: tabular-nums; }
.latest-row h3 { min-width: 0; margin: 0; overflow: hidden; font-size: 14px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.latest-row h3 a { text-decoration: none; }
.save-button { min-height: 34px; padding: 5px 9px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; white-space: nowrap; }
.save-button[aria-pressed="true"] { color: var(--site-accent); border-color: var(--site-accent); background: color-mix(in srgb, var(--site-accent) 10%, transparent); }
.tool-feedback { min-height: 20px; margin: 8px 0 0; color: var(--site-accent); font-size: 12px; }
.followed-empty { margin-top: 12px; }

.channel-tabs { display: flex; gap: 6px; overflow-x: auto; margin-bottom: 15px; scrollbar-width: none; }
.channel-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 26px; }
.channel-panel article { min-width: 0; }
.channel-panel p { margin: 0; color: var(--muted); font-size: 11px; }
.channel-panel h3 { overflow-wrap: anywhere; margin: 6px 0 8px; line-height: 1.4; }
.channel-feature { padding: 17px 22px 17px 0; border-right: 1px solid var(--line); }
.channel-feature-text { display: grid; align-content: end; min-height: 330px; padding: 22px; color: var(--mineral-ink); background: var(--mineral-soft); border-right: 0; border-radius: var(--radius); }
.channel-feature-text > p, .channel-feature-text .channel-summary { color: #c1ced1; }
.channel-feature-text h3 { font-size: 27px; }
.channel-feature > p:first-child { display: flex; justify-content: space-between; gap: 12px; }
.channel-feature-media { display: block; overflow: hidden; aspect-ratio: 2 / 1; margin-top: 12px; background: var(--soft); border-radius: var(--radius); }
.channel-feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 180ms ease; }
.channel-feature-media:hover img { transform: scale(1.015); }
.channel-feature h3 { font-size: 23px; line-height: 1.3; }
.channel-summary { display: -webkit-box; overflow: hidden; font-size: 13px !important; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.channel-index { display: grid; border-top: 1px solid var(--line); }
.channel-index article { display: grid; grid-template-columns: minmax(0, 1fr); align-content: center; min-height: 58px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.channel-index article p { display: flex; justify-content: space-between; gap: 12px; }
.channel-index time { flex: 0 0 auto; font-variant-numeric: tabular-nums; }
.channel-index h3 { display: -webkit-box; overflow: hidden; margin: 2px 0 0; font-size: 14px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.original-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.original-feature { padding: 19px; color: var(--mineral-ink); background: var(--mineral-soft); border-radius: var(--radius); }
.original-feature > p { color: #c1ced1; }
.original-feature h3 { margin: 8px 0; font-size: 23px; line-height: 1.3; }
.original-feature .save-button { color: var(--mineral-ink); border-color: #60747a; }
.original-list { border-top: 1px solid var(--line); }
.original-list article { padding: 13px 0; border-bottom: 1px solid var(--line); }
.original-list p { margin: 0; color: var(--muted); font-size: 11px; }
.original-list h3 { margin: 5px 0 0; font-size: 15px; line-height: 1.4; }

.library-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.library-layout h3 { margin: 0 0 8px; font-size: 23px; line-height: 1.3; }
.library-layout p { color: var(--muted); }
.archive-gateway-form { display: flex; margin-top: 15px; }
.archive-gateway-form input { min-width: 0; flex: 1; padding: 10px 11px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-right: 0; border-radius: var(--radius) 0 0 var(--radius); }
.archive-gateway-form button { min-width: 75px; color: var(--accent-ink); background: var(--site-accent); border: 1px solid var(--site-accent); border-radius: 0 var(--radius) var(--radius) 0; cursor: pointer; }
.library-preview { display: grid; gap: 10px; }
.library-preview a { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 10px; font-size: 12px; text-decoration: none; }
.library-preview span { color: var(--muted); font-variant-numeric: tabular-nums; }

.page-intro { max-width: 780px; margin: 56px 0 40px; }
.compact-intro { margin-bottom: 28px; }
.page-intro > p { color: var(--muted); }
.page-intro h1 { max-width: 18ch; margin: 5px 0; font-size: 40px; line-height: 1.12; }
.eyebrow, .story-meta { color: var(--muted); font-size: 12px; font-weight: 700; }
.filters { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 22px 0; }
.filters a[aria-current="page"] { color: var(--site-accent); font-weight: 700; }
.archive-list, .story-grid, .story-rows { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 42px; }
.archive-list article, .story-card, .story-rows article { padding: 20px 0; border-top: 1px solid var(--line); }
.archive-list h2, .story-card h3, .story-rows h3 { margin: 0 0 8px; font-size: 21px; line-height: 1.35; }
.story-card img { width: 100%; aspect-ratio: 8 / 5; object-fit: cover; margin-bottom: 14px; }
.pager { display: flex; justify-content: space-between; margin-top: 32px; }
.empty-state { max-width: 680px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.empty-state h2 { margin-top: 0; }

.article { max-width: 820px; margin: 58px auto 0; }
.article > header h1 { margin: 0; font-size: 44px; line-height: 1.14; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); }
.article-summary { margin-top: 25px; color: var(--muted); font-size: 19px; }
.article-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 18px 0 8px; }
.article-toolbar button { min-height: 38px; padding: 6px 12px; }
.article figure { margin: 38px -70px; }
.article figure img { width: 100%; aspect-ratio: 8 / 5; object-fit: cover; }
.article-body { font-size: 18px; line-height: 1.8; }
.article-body :is(p, ul, ol, blockquote, h2, h3) { max-width: 68ch; margin-left: auto; margin-right: auto; }
.article-body p, .article-body ul, .article-body ol, .article-body blockquote { margin-top: 1.35em; margin-bottom: 1.35em; }
.article-body h2 {
  margin: 2.35em auto 0.7em;
  font-size: 1.28em;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.article-body h3 {
  margin: 1.8em auto 0.55em;
  font-size: 1.08em;
  font-weight: 700;
  line-height: 1.35;
}
.article-body h2:first-child,
.article-body h3:first-child { margin-top: 1.2em; }
.cite-ref {
  display: inline;
  margin-left: 0.08em;
  font-size: 0.68em;
  font-weight: 650;
  line-height: 1;
  vertical-align: super;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
}
.cite-ref:hover,
.cite-ref:focus-visible { color: var(--site-accent); }
.takeaways > h2,
.article-faq > h2,
.citations > h2,
.related-panel > h2 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.01em;
}
.takeaways, .article-faq, .citations, .related-panel { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); }
.takeaways ul { padding-left: 1.2em; }
.article-faq details { padding: 11px 0; border-bottom: 1px solid var(--line); }
.article-faq summary { cursor: pointer; font-weight: 700; }
.related-list { display: grid; gap: 8px; }
.related-item { display: grid; padding: 10px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.related-item span { color: var(--muted); font-size: 12px; }
.source-link { margin-top: 34px; font-weight: 700; }
.about-page { max-width: 820px; }
.about-page section { max-width: 68ch; margin: 42px 0; }
.source-group { margin: 34px 0; }
.section-rule { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-bottom: 10px; }
.section-rule h2 { margin: 0; font-size: 18px; }
.section-rule span { color: var(--muted); font-size: 12px; }
.source-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; }
.source-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.source-row h3 { margin: 0 0 6px; font-size: 16px; line-height: 1.35; }
.source-row p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.source-stat { min-width: 74px; text-align: right; font-variant-numeric: tabular-nums; }
.source-stat strong { color: var(--ink); font-size: 15px; }
.not-found { max-width: 640px; margin: 70px auto; }
.not-found-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.saved-reading { display: grid; border-top: 2px solid var(--mineral); }
.saved-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.saved-item p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.saved-item h2 { margin: 0; font-size: 17px; line-height: 1.4; }
.saved-item button { min-height: 36px; padding: 6px 10px; border: 1px solid var(--line); border-radius: var(--radius); background: transparent; color: var(--ink); cursor: pointer; }

.site-footer { max-width: 1400px; display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 24px; margin: auto; padding: 28px 24px 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.site-footer p { margin: 4px 0; }
.site-footer nav { display: flex; flex-direction: column; gap: 6px; }
.footer-contact-area { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.footer-contact { min-height: 38px; padding: 6px 11px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; }
.contact-popover { position: fixed; z-index: 40; min-width: 260px; padding: 14px 16px; color: #f5f7f7; background: #17272c; border: 1px solid #587078; border-radius: var(--radius); box-shadow: 0 12px 32px rgba(0, 0, 0, .28); }
.contact-popover-kicker, .contact-copy-status { display: block; color: #c7d2d5; font-size: 12px; }
.contact-email-row { display: flex; gap: 10px; align-items: center; }
.contact-email-row a { color: #ffffff; }
.contact-email-row button { padding: 6px 10px; color: #ffffff; background: #2d4148; border: 0; cursor: pointer; }
.language-suggestion { position: fixed; z-index: 50; right: 16px; bottom: 16px; width: min(420px, calc(100vw - 24px)); display: grid; gap: 12px; padding: 16px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.language-suggestion-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.language-suggestion-actions a, .language-suggestion-actions button { min-height: 38px; padding: 6px 11px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; text-decoration: none; }
.language-suggestion-close { position: absolute; top: 7px; right: 8px; border: 0; background: transparent; color: var(--ink); cursor: pointer; }

@media (prefers-color-scheme: dark) {
  :root { --canvas: #101416; --surface: #171d20; --surface-soft: #192226; --ink: #eef2f4; --muted: #b5c0c4; --line: #354148; --accent-ink: #ffffff; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; gap: 12px; padding: 10px 18px; }
  .site-nav { justify-content: flex-end; }
  .header-actions { grid-column: 1 / -1; justify-content: stretch; }
  .header-search { flex: 1; width: auto; }
  main { padding-inline: 18px; }
  .market-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .market-source { display: none; }
  .top-layout { grid-template-columns: minmax(0, 1fr) minmax(230px, .8fr); }
  .lead-carousel { grid-column: 1 / -1; }
  .original-feature h3 { font-size: 20px; }
  .article figure { margin-inline: 0; }
}

@media (max-width: 560px) {
  .site-header { grid-template-columns: 1fr auto; padding-inline: 14px; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; order: 3; padding-top: 8px; border-top: 1px solid var(--line); }
  .header-actions { grid-column: 1 / -1; flex-wrap: wrap; }
  .compact-action { min-height: 34px; }
  .header-search { flex-basis: 100%; }
  main { padding-inline: 14px; }
  .market-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .market-cap, .market-source { display: none; }
  .watchbar { grid-template-columns: 1fr; gap: 6px; }
  .watchbar > span { display: none; }
  .top-layout, .channel-panel, .original-layout, .library-layout, .archive-list, .story-grid, .story-rows, .source-list, .site-footer { grid-template-columns: 1fr; }
  .lead-carousel, .lead-carousel-viewport, .lead-story-card, .lead-story-card > a, .lead-story-card img { min-height: 300px; }
  .lead-story-copy h2 { font-size: 26px; }
  .lead-carousel-controls { top: 9px; right: 9px; }
  .event-panel { margin-top: 2px; }
  .latest-heading { grid-template-columns: 1fr auto; }
  .latest-heading > a { display: none; }
  .latest-row { grid-template-columns: 48px minmax(0, 1fr) 52px; gap: 8px; padding: 8px 0; }
  .latest-row > span, .latest-row > small { display: none; }
  .latest-row h3 { white-space: normal; }
  .channel-feature { padding: 14px 0 18px; border-right: 0; }
  .channel-feature-text { min-height: 250px; padding: 18px; }
  .channel-feature-text h3 { font-size: 23px; }
  .channel-feature-media { aspect-ratio: 16 / 9; }
  .channel-feature h3 { font-size: 20px; }
  .channel-index { border-top: 1px solid var(--line); }
  .original-feature { padding: 16px; }
  .page-intro h1, .article > header h1 { font-size: 34px; }
  .article { margin-top: 40px; }
  .article-body { font-size: 17px; }
  .saved-item { grid-template-columns: 1fr; }
  .site-footer { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lead-story-card, .channel-feature-media img { transition: none; }
}
