:root {
  color-scheme: light;
  --news-paper: #f7f7f2;
  --news-card: #fff;
  --news-ink: #242a27;
  --news-ink-2: #5c655f;
  --news-ink-3: #707870;
  --news-accent: #b84724;
  --news-tint: #fdf0e9;
  --news-line: #e1e4dc;
  --news-soft: #eef0e9;
  --news-green: #37734d;
  --news-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body.newsroom-theme { margin: 0; min-height: 100vh; background: var(--news-paper); color: var(--news-ink); font-family: var(--news-body); -webkit-font-smoothing: antialiased; }
body[data-news-theme="dark"] { color-scheme: dark; --news-paper: #171c19; --news-card: #202722; --news-ink: #eff1e9; --news-ink-2: #b6beb5; --news-ink-3: #9ca89e; --news-accent: #f59a70; --news-tint: #33291f; --news-line: #374039; --news-soft: #2b332c; --news-green: #96c69e; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .55; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
::selection { background: #f3c3a7; color: #242a27; }
:focus-visible { outline: 2px solid var(--news-accent); outline-offset: 4px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: absolute; left: 20px; top: -100px; z-index: 5; padding: 12px; background: var(--news-card); }
.skip-link:focus { top: 12px; }
.newsroom-masthead, .newsroom-page, .newsroom-footer { width: min(960px, calc(100% - 64px)); margin-inline: auto; }
.newsroom-masthead { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 100px; border-bottom: 1px solid var(--news-line); }
.newsroom-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 18px; font-weight: 750; letter-spacing: .03em; }
.newsroom-brand-mark { width: 40px; height: 40px; flex-shrink: 0; color: var(--news-accent); }
.newsroom-brand small { display: block; margin-top: 6px; font-size: 9px; font-weight: 600; letter-spacing: .18em; color: var(--news-ink-3); }
.newsroom-masthead-actions { display: flex; align-items: center; gap: 22px; }
.newsroom-window { font-size: 12px; color: var(--news-ink-2); }
.icon-button { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; border: 1px solid var(--news-line); border-radius: 50%; background: var(--news-card); color: var(--news-ink); font-size: 23px; }
.icon-button:hover { border-color: var(--news-accent); color: var(--news-accent); }
.newsroom-page { padding: 38px 0 64px; }
.newsroom-hero { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 28px; }
.newsroom-eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; font-size: 10px; font-weight: 700; letter-spacing: .16em; color: var(--news-accent); }
.newsroom-eyebrow > span { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
h1 { margin: 0; font-size: clamp(26px, 4vw, 38px); font-weight: 750; letter-spacing: -.045em; line-height: 1.4; }
h1 > span { color: var(--news-accent); }
.newsroom-intro { margin: 12px 0 0; color: var(--news-ink-2); font-size: 13px; line-height: 1.7; }
.newsroom-edition { padding: 0 8px 0 28px; border-left: 1px solid var(--news-line); }
.newsroom-edition > span { font-size: 9px; letter-spacing: .2em; color: var(--news-ink-3); }
.newsroom-edition strong { display: block; font-size: 72px; font-weight: 850; letter-spacing: -.07em; line-height: 1.05; }
.newsroom-edition strong span { color: var(--news-accent); }
.newsroom-overview { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 24px; background: var(--news-soft); border-radius: 12px; }
.newsroom-statline { display: flex; margin: 0; gap: 32px; }
.newsroom-statline > div { display: flex; flex-direction: column; gap: 6px; }
.newsroom-statline dt { color: var(--news-ink-2); font-size: 11px; }
.newsroom-statline dd { margin: 0; font-size: 24px; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; }
.newsroom-statline > div:nth-child(2) dd { color: var(--news-accent); }
.newsroom-freshness { padding-left: 20px; border-left: 1px solid var(--news-line); font-size: 11px; color: var(--news-ink-2); line-height: 1.6; }
.newsroom-freshness p { margin: 3px 0; }
.newsroom-freshness p + p { padding-left: 12px; color: var(--news-ink-3); }
.newsroom-sync-dot { display: inline-block; width: 5px; height: 5px; margin: 0 5px 2px 0; border-radius: 50%; background: var(--news-ink-3); }
.newsroom-sync-dot[data-status="ok"] { background: var(--news-green); }
.newsroom-sync-dot[data-status="warning"] { background: var(--news-accent); }
.newsroom-update-status { margin: 16px 0 0; border-left: 2px solid var(--news-accent); padding: 10px 14px; background: var(--news-tint); color: var(--news-accent); font-size: 12px; line-height: 1.7; }
.newsroom-update-status:empty { display: none; }
.newsroom-section { padding-top: 34px; }
.newsroom-section-head, .newsroom-section-title { display: flex; align-items: center; gap: 10px; }
.newsroom-section-head { justify-content: space-between; margin-bottom: 18px; }
.newsroom-section-head h2 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.newsroom-result-count { border-radius: 5px; padding: 4px 7px; background: var(--news-soft); color: var(--news-ink-2); font-size: 11px; }
.newsroom-refresh { display: inline-flex; align-items: center; gap: 5px; min-height: 40px; border: 0; background: transparent; color: var(--news-ink-2); font-size: 12px; }
.newsroom-refresh > span { font-size: 19px; }
.newsroom-refresh:hover { color: var(--news-accent); }
.newsroom-controls { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.newsroom-filters { display: inline-flex; flex-shrink: 0; gap: 4px; padding: 4px; border: 1px solid var(--news-line); border-radius: 9px; }
.newsroom-filter { min-height: 36px; padding: 6px 16px; border: 0; border-radius: 5px; background: transparent; color: var(--news-ink-2); font-size: 12px; font-weight: 600; }
.newsroom-filter.is-active { background: var(--news-ink); color: var(--news-paper); }
.newsroom-filter:not(.is-active):hover { background: var(--news-soft); }
.newsroom-search { display: flex; align-items: center; gap: 10px; width: 310px; min-width: 0; min-height: 46px; padding: 0 13px; background: var(--news-card); border: 1px solid var(--news-line); border-radius: 9px; color: var(--news-ink-3); }
.newsroom-search:focus-within { border-color: var(--news-accent); outline: 2px solid var(--news-accent); outline-offset: 2px; }
.newsroom-search svg { width: 18px; height: 18px; flex-shrink: 0; }
.newsroom-search input { width: 100%; min-width: 0; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--news-ink); font-size: 12px; outline: none; }
.newsroom-search input::placeholder { color: var(--news-ink-3); }
.newsroom-feed-caption { display: flex; justify-content: space-between; gap: 12px; margin: 18px 0 12px; font-size: 10px; color: var(--news-ink-3); }
.newsroom-feed-list { display: flex; flex-direction: column; gap: 12px; list-style: none; margin: 0; padding: 0; }
.newsroom-feed-item { min-width: 0; }
.newsroom-bubble { padding: 24px 26px 19px; border: 1px solid var(--news-line); border-radius: 12px; background: var(--news-card); transition: border-color 160ms, box-shadow 160ms; }
.newsroom-bubble:hover { border-color: var(--news-ink-3); box-shadow: 0 4px 18px #00000005; }
.newsroom-feed-item:first-child .newsroom-bubble { border-top: 3px solid var(--news-accent); padding-top: 22px; }
.newsroom-item-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-bottom: 12px; color: var(--news-ink-3); font-size: 11px; line-height: 1.5; }
.newsroom-item-time { font-weight: 600; color: var(--news-ink-2); }
.newsroom-latest { display: inline-flex; align-items: center; gap: 5px; color: var(--news-accent); font-size: 10px; font-weight: 700; }
.newsroom-latest::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.newsroom-status { margin-left: auto; font-size: 10px; padding: 3px 7px; border-radius: 4px; background: var(--news-soft); color: var(--news-ink-2); }
.newsroom-bubble h3 { margin: 0; overflow-wrap: anywhere; font-size: 20px; font-weight: 700; line-height: 1.6; letter-spacing: -.025em; }
.newsroom-title-link { text-decoration: none; }
.newsroom-title-link:hover { color: var(--news-accent); }
.newsroom-original-title { margin: 8px 0 0; color: var(--news-ink-3); font-size: 12px; line-height: 1.7; overflow-wrap: anywhere; }
.newsroom-summary { margin: 12px 0 0; color: var(--news-ink-2); font-size: 13px; line-height: 1.8; overflow-wrap: anywhere; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.newsroom-item-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--news-line); color: var(--news-ink-3); font-size: 11px; line-height: 1.5; }
.newsroom-publisher { display: inline-flex; align-items: center; gap: 7px; min-width: 0; overflow-wrap: anywhere; }
.newsroom-avatar { display: inline-grid; place-items: center; flex-shrink: 0; width: 23px; height: 23px; border: 1px solid var(--news-line); border-radius: 6px; background: var(--news-soft); color: var(--news-ink-2); font-size: 8px; font-weight: 800; }
.newsroom-source-link { display: inline-flex; align-items: center; min-height: 32px; flex-shrink: 0; color: var(--news-accent); font-weight: 600; text-decoration: none; }
.newsroom-source-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.newsroom-more, .newsroom-reset { display: flex; justify-content: center; align-items: center; gap: 12px; margin: 22px auto 0; min-height: 44px; padding: 10px 22px; border: 1px solid var(--news-line); border-radius: 8px; background: var(--news-card); color: var(--news-ink); font-size: 12px; }
.newsroom-more:hover, .newsroom-reset:hover { border-color: var(--news-accent); color: var(--news-accent); }
.newsroom-empty, .newsroom-no-results { padding: 38px 20px; border: 1px dashed var(--news-line); border-radius: 12px; text-align: center; color: var(--news-ink-2); font-size: 13px; line-height: 1.8; }
.newsroom-empty-mark { display: block; font-size: 32px; color: var(--news-accent); }
.newsroom-no-results h3 { margin: 10px 0 6px; color: var(--news-ink); font-size: 16px; }
.newsroom-no-results p { margin: 0; }
.newsroom-empty--error { background: var(--news-tint); }
.newsroom-loading { padding: 26px; border: 1px solid var(--news-line); background: var(--news-card); border-radius: 12px; }
.skeleton { height: 12px; margin-bottom: 14px; background: var(--news-soft); border-radius: 4px; animation: breathe 1.6s ease-in-out infinite alternate; }
.skeleton-meta { width: 25%; }
.skeleton-title { width: 85%; height: 24px; margin-top: 24px; }
.skeleton-copy { width: 95%; }
.skeleton-copy.short { width: 65%; margin-bottom: 0; }
@keyframes breathe { to { opacity: .4; } }
.newsroom-footer { padding: 24px 0 32px; border-top: 1px solid var(--news-line); color: var(--news-ink-3); font-size: 10px; line-height: 1.9; }
.newsroom-footer > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.newsroom-footer a { color: var(--news-ink); font-weight: 750; font-size: 11px; letter-spacing: .07em; text-decoration: none; }
.newsroom-footer a span { color: var(--news-accent); }
.newsroom-footer p { margin: 10px 0 0; }
.noscript { margin: 20px auto; padding: 20px; max-width: 960px; color: var(--news-accent); }
@media (max-width: 650px) {
  .newsroom-masthead, .newsroom-page, .newsroom-footer { width: calc(100% - 36px); }
  .newsroom-masthead { min-height: 82px; }
  .newsroom-brand { font-size: 16px; gap: 10px; }
  .newsroom-brand small { font-size: 8px; }
  .newsroom-window { display: none; }
  .newsroom-page { padding-top: 28px; padding-bottom: 40px; }
  .newsroom-hero { padding-bottom: 24px; gap: 10px; }
  .newsroom-edition { padding: 0 0 0 12px; }
  .newsroom-edition > span { font-size: 7px; letter-spacing: .1em; }
  .newsroom-edition strong { font-size: 54px; }
  .newsroom-intro { max-width: 235px; font-size: 12px; }
  .newsroom-eyebrow { font-size: 9px; }
  .newsroom-overview { flex-direction: column; align-items: stretch; gap: 16px; padding: 18px; }
  .newsroom-statline { justify-content: space-between; gap: 12px; }
  .newsroom-statline > div { flex: 1; }
  .newsroom-freshness { display: flex; flex-wrap: wrap; gap: 3px 12px; border-left: 0; border-top: 1px solid var(--news-line); padding: 10px 0 0; font-size: 10px; }
  .newsroom-freshness p { margin: 0; }
  .newsroom-freshness p + p { padding: 0; }
  .newsroom-section { padding-top: 24px; }
  .newsroom-controls { align-items: stretch; flex-direction: column; gap: 12px; }
  .newsroom-filters { align-self: flex-start; }
  .newsroom-search { width: 100%; }
  .newsroom-bubble { padding: 19px 18px 13px; }
  .newsroom-feed-item:first-child .newsroom-bubble { padding-top: 17px; }
  .newsroom-bubble h3 { font-size: 18px; }
  .newsroom-item-meta { gap: 6px 8px; font-size: 10px; }
  .newsroom-status { font-size: 9px; }
  .newsroom-item-footer { gap: 10px; font-size: 10px; }
  .newsroom-footer > div { flex-wrap: wrap; gap: 6px; }
}
@media (max-width: 360px) {
  .newsroom-edition { display: none; }
  .newsroom-item-meta { gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
