:root {
  color-scheme: light;
  --canvas: #f1f3f5; --surface: #fff; --ink: #232a30; --muted: #58646e;
  --line: #dce1e6; --line-strong: #b5bfc8; --accent-ink: #fff;
  --success: #33734f; --warning: #8c6126; --error: #b33d4c; --info: #386786;
  --brand-soft: color-mix(in srgb, var(--site-accent) 7%, white);
  --display: "Avenir Next", "PingFang SC", system-ui, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  --mono: "SFMono-Regular", Menlo, Consolas, monospace;
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px;
  --space-6: 24px; --space-8: 32px; --space-12: 48px;
  --sidebar-width: 184px; --content-width: 1460px; --radius: 6px;
  font-family: var(--body); font-size: 14px; line-height: 1.65; letter-spacing: 0;
}
* { box-sizing: border-box; }
html { color: var(--ink); background: var(--canvas); }
body { margin: 0; min-width: 320px; overflow-x: hidden; }
a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
a:hover { color: var(--site-accent); }
button, input, select, textarea { font: inherit; }
button, a, input, summary { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .6; }
img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { letter-spacing: 0; overflow-wrap: anywhere; font-family: var(--display); }
:focus-visible { outline: 2px solid var(--site-accent); outline-offset: 4px; }
svg.lucide { width: 16px; height: 16px; flex: none; stroke-width: 1.75; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 16px; background: var(--surface); }
.app-sidebar { position: fixed; inset: 0 auto 0 0; width: var(--sidebar-width); padding: 28px 12px 20px; background: var(--surface); border-right: 1px solid var(--line); display: flex; flex-direction: column; z-index: 30; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; width: fit-content; padding: 0 8px; font: 750 20px/1.3 var(--display); }
.brand img { width: 28px; height: 28px; flex: none; }
.sidebar-brand-row { display: flex; align-items: center; justify-content: space-between; gap: 4px; }
.mobile-nav-close { display: none !important; }
.app-sidebar { overflow-y: auto; overscroll-behavior: contain; }
.sidebar-tagline { font-size: 11px; line-height: 1.75; color: var(--muted); margin: 8px 8px 28px; max-width: 138px; }
.site-nav { display: grid; gap: 4px; }
.site-nav a { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 10px 12px; font-size: 13px; color: var(--muted); border-radius: 5px; transition: color 160ms, background-color 160ms; }
.site-nav a[aria-current=page] { background: var(--brand-soft); color: var(--site-accent); font-weight: 650; }
.site-nav a:hover { background: var(--canvas); color: var(--ink); }
.sidebar-bottom { margin-top: auto; padding: 16px 8px 0; border-top: 1px solid var(--line); display: grid; font-size: 12px; color: var(--muted); }
.sidebar-bottom a { min-height: 44px; display: flex; align-items: center; }
.app-body { margin-left: var(--sidebar-width); min-width: 0; }
.site-header { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 28px; background: var(--surface); border-bottom: 1px solid var(--line); }
.header-title { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); }
.header-title .header-divider { color: var(--line-strong); }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; min-width: 0; }
.header-search { display: flex; height: 46px; width: 280px; background: var(--canvas); border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.header-search:focus-within { border-color: var(--site-accent); box-shadow: 0 0 0 2px var(--brand-soft); }
.header-search input { min-width: 0; flex: 1; padding: 8px 12px; background: transparent; color: var(--ink); border: 0; font-size: 12px; outline-offset: -3px; }
.header-search button { width: 44px; border: 0; background: transparent; color: var(--muted); display: grid; place-items: center; }
.header-search button:hover { background: var(--brand-soft); color: var(--site-accent); }
.icon-button, .toolbar-rss-btn, .language-switch { width: 44px; height: 44px; padding: 0; border: 0; border-radius: 5px; display: inline-grid; place-items: center; color: var(--muted); background: transparent; font-size: 12px; }
.icon-button:hover, .toolbar-rss-btn:hover, .language-switch:hover { background: var(--canvas); color: var(--ink); }
.mobile-menu-button, .mobile-brand { display: none; }
main { width: 100%; max-width: var(--content-width); min-width: 0; min-height: calc(100dvh - 133px); margin: 0 auto; padding: 28px 24px 48px; }
.page-intro { margin: 0 0 24px; }
.page-intro h1 { font-size: 24px; line-height: 1.4; font-weight: 750; }
.page-intro p { font-size: 13px; color: var(--muted); margin-top: 6px; }
.feed-status { min-height: 44px; padding: 16px 0 8px; color: var(--muted); font-size: 13px; }
.feed-sentinel { height: 1px; }
.eyebrow, .page-intro .eyebrow { font-family: var(--mono); font-size: 10px; font-weight: 500; color: var(--muted); margin: 0 0 8px; }
.home-intro { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.edition-mark { padding: 12px; border-left: 1px solid var(--line); }
.edition-mark img { width: 40px; height: 40px; }
.story-section { margin-bottom: 32px; scroll-margin-top: 20px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 8px; }
.section-heading h2 { font-size: 17px; line-height: 1.5; font-weight: 650; }
.section-link { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-size: 12px; color: var(--muted); }
.section-link svg { width: 14px; height: 14px; }
.collection-meta { display: flex; gap: 16px; flex-wrap: wrap; padding-bottom: 12px; color: var(--muted); font-size: 11px; }
.collection-meta > span { display: inline-flex; gap: 6px; align-items: center; }
.collection-meta svg { width: 13px; height: 13px; }
time, .event-report-count b { font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: .93em; font-weight: 400; }
.collection-notice { color: var(--warning); display: flex; align-items: center; gap: 8px; font-size: 12px; padding: 12px 0; }
.event-list { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); }
.event-item { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 12px; padding: 16px 0 12px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.event-index { font: 500 13px/26px var(--mono); color: var(--site-accent); }
.event-title { font-size: 17px; line-height: 1.6; font-weight: 650; }
.event-title a { display: inline-block; min-height: 44px; padding: 6px 0; }
.event-title a:hover { text-decoration: underline; }
.event-summary { font-size: 13px; color: var(--muted); line-height: 1.85; margin-top: 6px; max-width: 85ch; overflow-wrap: anywhere; }
.event-disclosure { margin-top: 4px; }
.event-disclosure > summary { display: flex; gap: 12px; align-items: center; width: fit-content; max-width: 100%; min-height: 44px; list-style: none; cursor: pointer; color: var(--muted); font-size: 11px; border-radius: 4px; }
.event-disclosure > summary::-webkit-details-marker { display: none; }
.event-disclosure > summary:hover { color: var(--ink); }
.event-disclosure[open] > summary { color: var(--site-accent); }
.event-report-count { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; color: var(--ink); }
.event-report-count svg { width: 13px; height: 13px; color: var(--muted); }
.event-report-count b { font-size: 12px; font-weight: 600; }
.event-outlets { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.disclosure-chevron { transition: transform 180ms ease-out; width: 14px !important; height: 14px !important; }
details[open] .disclosure-chevron { transform: rotate(180deg); }
.event-evidence { list-style: none; padding: 0 0 0 16px; margin: 4px 0 12px; border-left: 1px solid var(--line-strong); }
.event-evidence li { position: relative; display: grid; grid-template-columns: 108px minmax(0,1fr) auto; gap: 12px; align-items: baseline; min-height: 44px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.event-evidence li:last-child { border-bottom: 0; }
.event-evidence li::before { content: ""; position: absolute; width: 8px; height: 1px; top: 24px; left: -16px; background: var(--line-strong); }
.evidence-source, .event-evidence time { color: var(--muted); font-size: 11px; }
.event-evidence a { overflow-wrap: anywhere; display: flex; align-items: center; min-height: 44px; }
.event-evidence a:hover { text-decoration: underline; }
.home-layout { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 32px; align-items: start; }
.hot-dock { position: static; align-self: start; width: min(240px, calc(100vw - var(--sidebar-width) - 32px)); max-height: none; overflow: visible; background: color-mix(in srgb, var(--surface) 96%, var(--brand-soft)); border: 1px solid var(--line); border-radius: 8px; }
.hot-dock-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; padding: 15px 14px 13px; border-bottom: 2px solid color-mix(in srgb, var(--site-accent) 25%, var(--line)); }
.hot-dock-kicker { display: block; color: var(--site-accent); font: 600 9px/1.2 var(--mono); letter-spacing: .08em; }
.hot-dock h2 { margin-top: 5px; font-size: 17px; }
.hot-dock-body { min-width: 0; padding: 0 14px 14px; }
.hot-dock .collection-meta { display: block; padding: 12px 0 8px; font-size: 10px; }
.hot-dock .collection-meta > span { margin-bottom: 4px; }
.hot-dock .collection-notice { font-size: 10px; padding: 8px 0; }
.hot-dock .event-list { border-top: 1px solid var(--line-strong); }
.hot-dock .event-item { grid-template-columns: 22px minmax(0,1fr); gap: 8px; padding: 14px 0; }
.hot-dock .event-content { min-width: 0; }
.hot-dock .event-content { display: block; }
.hot-dock .event-title { grid-column: auto; }
.hot-dock .event-title { font-size: 13px; line-height: 1.5; }
.hot-dock .event-title, .hot-dock .event-title a { max-width: 100%; min-width: 0; overflow-wrap: anywhere; word-break: break-word; }
.hot-dock .event-title a { min-height: 36px; padding: 2px 0; }
.hot-dock .event-summary { font-size: 11px; line-height: 1.6; margin-top: 3px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.hot-dock .event-disclosure > summary { min-height: 34px; font-size: 10px; gap: 6px; }
.hot-dock .event-report-count, .hot-dock .event-outlets { min-width: 0; }
.hot-dock .event-outlets { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hot-dock .event-evidence { display: none; }
.hot-dock-link { display: flex; align-items: center; justify-content: space-between; min-height: 38px; border-top: 1px solid var(--line); color: var(--site-accent); font-size: 11px; }
.news-feed { display: grid; gap: 0; border-top: 1px solid var(--line); }
.feed-item { position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.feed-card { display: grid; grid-template-columns: 92px minmax(0,1fr); min-height: 96px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; transition: background-color 160ms; }
.feed-card:hover, .feed-card:focus-within { background: color-mix(in srgb, var(--brand-soft) 42%, transparent); }
.feed-card:focus-within { outline: 1px solid var(--site-accent); outline-offset: -1px; }
.feed-time { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 5px; padding: 15px 10px 12px 0; background: transparent; border-right: 0; font-family: var(--mono); color: var(--ink); }
.feed-time time { font-size: 18px; line-height: 1.2; font-weight: 650; letter-spacing: 0; white-space: nowrap; }
.feed-time time.feed-date-only { font-size: 13px; font-weight: 650; letter-spacing: 0; color: var(--ink); }
.feed-date { color: var(--muted); font-size: 10px; line-height: 1.4; white-space: nowrap; letter-spacing: .02em; }
.feed-time-unavailable { font: 400 11px/1.7 var(--body); color: var(--muted); }
.feed-content { display: flex; gap: 16px; align-items: center; min-width: 0; padding: 13px 0 13px 14px; }
.feed-copy { flex: 1; min-width: 0; }
.feed-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; font-size: 11px; color: var(--muted); margin-bottom: 6px; }
.feed-source { color: var(--site-accent); font-weight: 650; }
.feed-category { padding: 3px 7px; border-radius: 4px; background: var(--brand-soft); color: color-mix(in srgb, var(--site-accent) 78%, var(--ink)); font-size: 10px; overflow-wrap: anywhere; }
.feed-copy h3 { font-size: 16px; line-height: 1.5; font-weight: 700; }
.feed-copy h3 a { display: inline-block; min-height: 44px; padding: 6px 0; }
.feed-copy h3 a:hover { text-decoration: underline; }
.feed-copy p { font-size: 12px; line-height: 1.7; color: var(--muted); margin-top: 5px; max-width: 90ch; overflow-wrap: anywhere; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.feed-thumbnail { width: 104px; flex: none; }
.feed-thumbnail img { width: 104px; height: 72px; object-fit: cover; border-radius: 4px; }
.filters { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 24px; margin: 12px 0 20px; border-bottom: 1px solid var(--line); font-size: 12px; }
.filters a { display: inline-flex; align-items: center; min-height: 44px; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.filters a[aria-current=page] { color: var(--site-accent); font-weight: 650; border-color: var(--site-accent); }
.archive-gateway-form { display: flex; gap: 8px; max-width: 600px; margin: 16px 0; }
.archive-gateway-form input { min-width: 0; flex: 1; height: 44px; padding: 8px 12px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 4px; }
.archive-gateway-form button { min-width: 44px; height: 44px; padding: 0 16px; border: 0; background: var(--site-accent); color: white; border-radius: 4px; font-size: 13px; }
.archive-list { border-top: 1px solid var(--line); }
.archive-list article { padding: 20px 0; border-bottom: 1px solid var(--line); }
.archive-list h2 { font-size: 16px; line-height: 1.65; margin: 6px 0; }
.archive-list h2 a { display: inline-block; min-height: 44px; padding: 6px 0; }
.archive-list p { font-size: 13px; line-height: 1.8; color: var(--muted); }
.archive-list .story-meta { font-size: 11px; margin: 0; }
.pager { display: flex; justify-content: space-between; gap: 24px; margin-top: 24px; font-size: 13px; }
.pager a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; }
.empty-state { padding: 28px 0; color: var(--muted); font-size: 13px; }
.empty-state h2 { font-size: 17px; color: var(--ink); margin-bottom: 8px; }
.empty-state a { display: inline-flex; align-items: center; min-height: 44px; color: var(--site-accent); }
.event-empty { display: flex; gap: 16px; align-items: flex-start; border-top: 1px solid var(--line); }
.event-empty > svg { width: 24px; height: 24px; margin-top: 3px; }
.article { max-width: 744px; margin: 0 auto; }
.article > header h1 { font-size: 28px; line-height: 1.5; font-weight: 700; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 12px; color: var(--muted); font-size: 12px; }
.article-summary { font-size: 16px; line-height: 1.9; color: var(--muted); margin: 20px 0 0; }
.article-toolbar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; padding: 12px 0; margin: 16px 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-toolbar button, .article-toolbar a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 44px; height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); font-size: 12px; }
.article-toolbar .home-action { color: var(--ink); font-weight: 650; }
.article-toolbar .source-action { color: var(--site-accent); border-color: color-mix(in srgb,var(--site-accent) 25%,var(--line)); }
.article-continue { margin: 28px 0 8px; padding-top: 20px; border-top: 1px solid var(--line); }
.article-continue a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--site-accent); font-size: 14px; font-weight: 650; }
.tool-feedback { font-size: 12px; color: var(--muted); }
.article figure { margin: 24px 0; }
.article figure img { width: 100%; max-height: 440px; object-fit: contain; border-radius: 4px; }
.article-body { font-family: var(--body); font-size: 16px; line-height: 1.95; overflow-wrap: anywhere; }
.article-body :is(p,ul,ol,blockquote) { margin: 0 0 1.4em; }
.article-body :is(pre,table) { display: block; max-width: 100%; overflow: auto; }
.article-body pre { font-family: var(--mono); font-size: 13px; }
.article-body h2 { font-size: 20px; margin: 28px 0 16px; }
.latest-continue { margin: 4px 0 0; padding: 20px 0 8px; border-top: 1px solid var(--line); font-size: 14px; }
.latest-continue a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--site-accent); font-weight: 650; }
.article.reading-micro { max-width: 640px; }
.article.reading-micro > header h1 { font-size: 22px; line-height: 1.45; }
.article.reading-micro .article-toolbar { margin: 12px 0 16px; }
.article.reading-micro .source-action { background: var(--site-accent); color: var(--accent-ink); border-color: var(--site-accent); padding: 0 16px; font-weight: 650; }
.article.reading-micro .cover, .article.reading-micro figure.cover { display: none; }
.article.reading-micro .article-body { font-size: 15px; }
.article.reading-micro .flash-note { color: var(--muted); }
.takeaways, .article-faq, .citations, .related-panel { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); }
.takeaways h2, .article-faq h2, .citations h2, .related-panel h2 { font-size: 17px; margin-bottom: 16px; }
.article-faq summary { min-height: 44px; padding: 12px 0; cursor: pointer; font-weight: 600; }
.article-faq details { border-bottom: 1px solid var(--line); }
.article-faq p { padding-bottom: 16px; }
.citations li { margin-bottom: 12px; overflow-wrap: anywhere; }
.related-list { display: grid; }
.related-item { display: grid; gap: 6px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.related-item span { font-size: 11px; color: var(--muted); }
.about-page { max-width: 760px; }
.about-page section { margin: 24px 0; padding-top: 24px; border-top: 1px solid var(--line); }
.about-page h2 { font-size: 18px; margin-bottom: 12px; }
.about-page section p { max-width: 65ch; font-size: 14px; line-height: 1.9; color: var(--muted); }
.contact-line { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.contact-line a { min-height: 44px; display: inline-flex; align-items: center; overflow-wrap: anywhere; }
.not-found { max-width: 560px; padding: 64px 0; }
.not-found h1 { font-size: 28px; margin-bottom: 16px; }
.not-found p { color: var(--muted); }
.not-found-actions { display: flex; gap: 24px; margin-top: 16px; }
.not-found-actions a { min-height: 44px; display: inline-flex; align-items: center; color: var(--site-accent); }
.site-footer { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; min-height: 69px; padding: 12px 32px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.site-footer > span { margin-right: auto; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; }
.menu-backdrop { position: fixed; inset: 0; border: 0; background: #0005; z-index: 25; }
.language-suggestion { position: fixed; inset: auto 20px 20px auto; width: min(460px,calc(100% - 40px)); z-index: 60; border: 1px solid var(--line-strong); border-radius: 6px; background: var(--surface); padding: 20px; box-shadow: 0 8px 32px #18202b18; }
.language-suggestion-copy { padding-right: 28px; }
.language-suggestion p { font-size: 13px; color: var(--muted); margin-top: 8px; }
.language-suggestion-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.language-suggestion-actions :is(a,button) { min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); background: var(--canvas); border-radius: 4px; display: inline-flex; align-items: center; font-size: 12px; }
.language-suggestion-close { position: absolute; right: 8px; top: 8px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--muted); font-size: 22px; }
[data-edition=creative] .event-index { color: var(--site-accent); }
[data-edition=creative] .event-list { border-top-color: var(--site-accent); }
.sidebar-bottom .mobile-rss { display: none; }
@media(max-width:1024px) {
  :root { --sidebar-width: 172px; }
  main { padding: 24px; }
  .site-header { padding: 10px 20px; }
  .header-title .header-section, .header-title .header-divider { display: none; }
  .header-search { width: 236px; }
  .event-evidence li { grid-template-columns: 90px minmax(0,1fr); }
  .event-evidence time { grid-column: 2; }
  .home-layout { grid-template-columns: minmax(0, 1fr) 220px; gap: 20px; }
}
@media(min-width:1025px) {
  .event-content { display: grid; grid-template-columns: minmax(0,1fr) 230px; column-gap: 24px; }
  .event-title { grid-column: 1 / -1; }
  .event-summary { margin: 0; align-self: center; }
  .event-disclosure { grid-column: 2; justify-self: end; margin: 0; }
  .event-outlets { max-width: 128px; }
  .event-disclosure[open] { grid-column: 1 / -1; justify-self: stretch; }
}
@media(max-width:767px) {
  .app-sidebar { display: none; width: 232px; padding-top: 20px; box-shadow: 8px 0 32px #0001; }
  .app-sidebar.is-open { display: flex; }
  .mobile-nav-close { display: inline-grid !important; flex: none; }
  .sidebar-bottom .mobile-rss { display: flex; gap: 8px; }
  .app-body { margin-left: 0; }
  .mobile-menu-button { display: inline-grid; }
  .site-header { height: 64px; padding: 8px 12px; gap: 8px; }
  .header-title { display: none; }
  .header-actions { flex: 1; gap: 4px; }
  .header-search { width: auto; flex: 1; height: 46px; }
  .header-search input { font-size: 16px; padding: 8px; }
  .toolbar-rss-btn { display: none; }
  main { padding: 24px 20px 36px; }
  .page-intro h1 { font-size: 24px; }
  .page-intro p { font-size: 12px; }
  .home-intro { padding-bottom: 20px; margin-bottom: 16px; gap: 12px; }
  .edition-mark { padding: 8px; }
  .edition-mark img { width: 32px; height: 32px; }
  .section-heading h2 { font-size: 16px; }
  .section-link { font-size: 11px; }
  .collection-meta { gap: 4px 12px; font-size: 10px; }
  .event-item { grid-template-columns: 22px minmax(0,1fr); gap: 8px; padding: 16px 0 8px; }
  .event-title { font-size: 15px; line-height: 1.65; }
  .event-summary { font-size: 12px; line-height: 1.85; }
  .event-outlets { max-width: 138px; }
  .event-disclosure > summary { gap: 8px; }
  .event-evidence { margin-left: 0; padding-left: 12px; }
  .event-evidence li { grid-template-columns: 1fr; gap: 4px; padding: 12px 0; font-size: 12px; }
  .event-evidence li::before { left: -12px; width: 6px; top: 20px; }
  .event-evidence time { grid-column: 1; }
  .feed-card { grid-template-columns: minmax(0,1fr); min-height: 0; }
  .feed-time { flex-direction: row; align-items: center; gap: 12px; padding: 9px 0 7px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feed-time time { font-size: 16px; }
  .feed-date { font-size: 11px; }
  .feed-content { gap: 10px; padding: 10px 0 14px; align-items: flex-start; }
  .feed-copy h3 { font-size: 14px; }
  .feed-copy p { font-size: 13px; }
  .feed-meta { font-size: 11px; gap: 4px 10px; }
  .feed-thumbnail, .feed-thumbnail img { width: 80px; }
  .feed-thumbnail img { height: 60px; }
  .filters { gap: 4px 16px; }
  .article > header h1 { font-size: 23px; }
  .article-summary { font-size: 15px; }
  .article-body { font-size: 16px; }
  .article-toolbar { gap: 8px; }
  .site-footer { padding: 12px 20px; gap: 12px; }
  .home-layout { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .hot-dock { position: static; width: 100%; max-height: none; margin: 4px 0 24px; overflow: visible; border-radius: 8px; box-shadow: none; }
}
@media(max-width:359px) {
  main { padding-left: 16px; padding-right: 16px; }
  .site-header { padding-left: 8px; padding-right: 8px; gap: 4px; }
  .event-outlets { max-width: 104px; }
  .feed-thumbnail, .feed-thumbnail img { width: 64px; }
  .feed-thumbnail img { height: 48px; }
  .edition-mark { display: none; }
}
@media(prefers-reduced-motion:reduce) {
  *, *::before, *::after { transition-duration: 0s !important; animation: none !important; scroll-behavior: auto !important; }
}
@media(forced-colors:active) {
  :root { --ink: CanvasText; --muted: CanvasText; --line: GrayText; --surface: Canvas; --canvas: Canvas; }
  :focus-visible { outline-color: Highlight; }
  .site-nav a[aria-current=page] { outline: 1px solid Highlight; color: Highlight; }
  .event-list, .event-evidence { border-color: CanvasText; }
  .feed-time, .feed-category { background: Canvas; color: CanvasText; }
}

/* Approved 2026-09-14 briefing direction */
body[data-edition="business"] {
  --canvas: #edf1f2;
  --surface: #fbfcfc;
  --ink: #172226;
  --muted: #5f6d73;
  --line: #ced8da;
  --line-strong: #aab9bc;
}
body[data-edition="creative"] {
  --canvas: #f2f0f2;
  --surface: #fdfcfd;
  --ink: #2a2026;
  --muted: #70636c;
  --line: #d9cfd5;
  --line-strong: #bdaab5;
}
body[data-edition="creative"] .brand { letter-spacing: .04em; }
body[data-edition="creative"] .feed-thumbnail,
body[data-edition="creative"] .feed-thumbnail img { width: 120px; }
body[data-edition="creative"] .feed-thumbnail img { height: 78px; }

.home-mast {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-8);
  padding: 0 0 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.home-mast h1 { font-size: 25px; line-height: 1.35; font-weight: 760; text-wrap: balance; }
.home-mast p { margin-top: 5px; color: var(--muted); font-size: 13px; }
.home-mast-meta {
  max-width: 300px;
  color: var(--muted);
  font: 11px/1.55 var(--mono);
  text-align: right;
}
.home-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
  gap: 32px;
  align-items: start;
}
.home-layout > .hot-dock { grid-column: 2; grid-row: 1; }
.home-layout > .home-latest { grid-column: 1; grid-row: 1; min-width: 0; }
.home-latest { margin-bottom: 0; }
.hot-dock {
  position: static;
  width: 100%;
  max-height: none;
  overflow: visible;
  border: 1px solid var(--line);
  border-top: 4px solid var(--site-accent);
  border-radius: var(--radius);
  background: var(--surface);
}
.hot-dock-header { padding: 15px 14px 12px; border-bottom: 1px solid var(--line); }
.hot-dock-window { color: var(--muted); font: 9px/1.4 var(--mono); white-space: nowrap; }
.hot-dock .collection-meta { display: none; }
.hot-dock .event-list { border-top: 0; }
.hot-dock .event-item { grid-template-columns: 24px minmax(0,1fr); padding: 14px 0; }
.hot-dock .event-title { font-size: 14px; line-height: 1.55; }
.hot-dock .event-summary { -webkit-line-clamp: 3; font-size: 11px; }
.hot-dock .event-disclosure > summary { min-height: 40px; }
.hot-dock .event-evidence { display: block; padding-left: 10px; }
.hot-dock .event-evidence li { grid-template-columns: 1fr; gap: 3px; min-height: 0; padding: 9px 0; font-size: 11px; }
.hot-dock .event-evidence li::before { left: -10px; width: 5px; top: 17px; }
.hot-dock .event-evidence time { grid-column: 1; }
.hot-dock .event-outlets { display: none; }
.hot-dock-link { min-height: 44px; }
.home-support {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--line-strong);
}
.channel-tabs {
  display: flex;
  gap: 8px 22px;
  overflow-x: auto;
  margin: 0 0 10px;
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
}
.channel-tabs button {
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: transparent;
  color: var(--muted);
  white-space: nowrap;
}
.channel-tabs button[aria-selected="true"] { color: var(--site-accent); border-color: var(--site-accent); font-weight: 700; }
.channel-tabs button:hover { color: var(--ink); }
.channel-panel .news-feed,
#first-party .news-feed { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 0; column-gap: 28px; }
.channel-panel .feed-card,
#first-party .feed-card { grid-template-columns: 70px minmax(0,1fr); }
.channel-panel .feed-copy p,
#first-party .feed-copy p { display: none; }
.archive-gateway {
  display: grid;
  grid-template-columns: minmax(240px,.8fr) minmax(320px,1.2fr);
  gap: 32px;
  align-items: end;
  margin-top: 38px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--surface);
}
.archive-gateway-copy h2 { font-size: 18px; }
.archive-gateway-copy p { margin-top: 5px; color: var(--muted); font-size: 12px; }
.archive-gateway-copy span { display: block; margin-top: 12px; color: var(--muted); font: 11px var(--mono); }
.archive-gateway-copy b { color: var(--site-accent); font-size: 14px; }
.archive-gateway-form { display: grid; gap: 7px; max-width: none; margin: 0; }
.archive-gateway-form label { font-size: 11px; color: var(--muted); }
.archive-gateway-form > div { display: grid; grid-template-columns: minmax(0,1fr) auto; }
.archive-gateway-form input { border-radius: 4px 0 0 4px; }
.archive-gateway-form button { border-radius: 0 4px 4px 0; }

@media(max-width:1024px) {
  .home-layout { grid-template-columns: minmax(0,1fr) 250px; gap: 22px; }
  .channel-panel .news-feed, #first-party .news-feed { grid-template-columns: 1fr; }
  .archive-gateway { grid-template-columns: 1fr; gap: 18px; }
}
@media(min-width:768px) and (max-width:900px) {
  .app-sidebar { display: none; width: 248px; box-shadow: 8px 0 32px #0001; }
  .app-sidebar.is-open { display: flex; }
  .mobile-nav-close { display: inline-grid !important; }
  .sidebar-bottom .mobile-rss { display: flex; gap: 8px; }
  .app-body { margin-left: 0; }
  .mobile-menu-button { display: inline-grid; }
  .menu-backdrop:not([hidden]) { display: block; }
  main { padding-inline: 28px; }
}
@media(max-width:767px) {
  .home-mast { display: block; margin-bottom: 20px; }
  .home-mast-meta { display: block; margin-top: 9px; text-align: left; }
  .home-layout { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .home-layout > .hot-dock { grid-column: 1; grid-row: 1; order: initial; margin: 0; }
  .home-layout > .home-latest { grid-column: 1; grid-row: 2; order: initial; }
  .hot-dock { border-radius: var(--radius); }
  .hot-dock .event-title { font-size: 15px; }
  .hot-dock .event-evidence { display: block; }
  .home-support { margin-top: 32px; }
  .archive-gateway { grid-template-columns: 1fr; gap: 18px; padding: 18px; }
  .channel-panel .news-feed, #first-party .news-feed { grid-template-columns: 1fr; }
}
@media(max-width:359px) {
  .archive-gateway { padding: 15px; }
  .archive-gateway-form > div { grid-template-columns: 1fr; gap: 8px; }
  .archive-gateway-form input, .archive-gateway-form button { border-radius: 4px; width: 100%; }
}

/* Supporting metadata follows the primary reading content. */
.feed-meta {
  margin: 9px 0 0;
  color: color-mix(in srgb, var(--muted) 82%, var(--canvas));
  font-size: 10px;
}
.feed-source { color: inherit; font-weight: 560; }
.feed-category {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
}
.feed-category::before { content: "·"; margin-right: 8px; color: var(--line-strong); }
.collection-notice,
.hot-dock .collection-notice {
  margin: 8px 0 0;
  padding: 11px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}
.collection-notice svg { width: 13px; height: 13px; opacity: .72; }
