/* 阅读视图只管信息层级，沿用现有金色主题；完整正文由 details 保留。 */
.reader-view { min-width: 0; font-size: 15px; line-height: 1.8; overflow-wrap: anywhere; }
.reader-view .reader-lead { margin: 10px 0 14px; color: var(--text); }
.reader-point { padding: 14px 0; border-bottom: 1px solid var(--border); }
.reader-point:first-of-type { padding-top: 4px; }
.reader-view .reader-title { margin: 0 0 6px; font-size: 1.08em; color: var(--accent); line-height: 1.55; }
.reader-view .reader-summary { margin: 0 0 8px; color: var(--text); }
.reader-detail > summary, .reader-original > summary, .reader-more-sources > summary, .market-reading-basis > summary {
  cursor: pointer; color: var(--accent); min-height: 44px; padding: 9px 0; line-height: 1.6;
}
.reader-detail[open] { padding-bottom: 8px; }
.reader-detail-body { min-width: 0; overflow-wrap: anywhere; }
.reader-detail-body table { display: block; max-width: 100%; overflow-x: auto; }
.reader-detail-body p { margin: 10px 0; }
.reader-detail-body pre { white-space: pre-wrap; overflow-wrap: anywhere; }
.reader-original { margin-top: 12px; }
.reader-view .reader-major { color: var(--accent); font-size: .92em; margin: 8px 0; }
.reader-sources { margin-top: 12px; font-size: .88em; color: var(--dim); }
.reader-source-label { font-weight: 600; }
.reader-source-links { display: flex; flex-wrap: wrap; gap: 0 14px; }
.reader-source-links a { max-width: 100%; padding: 9px 0; min-height: 44px; text-decoration: underline; text-underline-offset: 3px; }
.reader-more-sources { width: 100%; }
.reader-view summary:focus-visible, .reader-source-links a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
#market-reading { font-size: 15px; line-height: 1.8; }
#market-reading .market-reading-title { font-size: 19px; color: var(--accent); margin: 12px 0; }
#market-reading p { margin: 12px 0; }
html.elder .reader-view, html.elder #market-reading { font-size: 18px; line-height: 1.9; }
html.elder .reader-sources { font-size: 16px; }
html.elder .reader-view summary, html.elder .reader-source-links a, html.elder .market-reading-basis > summary { min-height: 52px; padding: 12px 0; }
html.elder #market-reading .market-reading-title { font-size: 22px; }
@media (max-width: 400px) {
  .reader-point { padding: 12px 0; }
  .reader-source-links { gap: 0 10px; }
}
