body { background: var(--paper); }
.report-topbar { padding: 20px 32px; border-bottom: 1px solid var(--line); background: #fff; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.report-topbar a { color: var(--ink); text-decoration: none; font-weight: 600; }
.report-topbar span { color: #61564d; font-size: 14px; }
.report-layout { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 224px minmax(0, 1fr); gap: 48px; padding: 36px 28px 72px; }
.report-nav { position: sticky; top: 24px; align-self: start; max-height: calc(100vh - 48px); overflow: auto; font-size: 14px; }
.report-back { display: inline-block; padding: 8px 0; margin-bottom: 20px; color: var(--red); text-decoration: none; }
.report-nav summary { cursor: pointer; font-weight: 600; padding: 12px 0; }
.report-nav nav { display: grid; gap: 2px; }
.report-nav nav a { display: block; padding: 10px 8px; text-decoration: none; color: #61564d; line-height: 1.6; border-radius: 5px; }
.report-nav nav a:hover { background: #f0e7dc; color: var(--ink); }
.report-nav .report-download { display: inline-block; margin-top: 20px; color: var(--red); padding: 10px 0; }
.report-article { min-width: 0; font-size: 17px; line-height: 1.95; overflow-wrap: anywhere; }
.report-article h1 { font-size: 32px; line-height: 1.4; margin: 0 0 20px; text-wrap: balance; letter-spacing: -.02em; }
.report-article h2 { font-size: 24px; line-height: 1.55; margin: 52px 0 20px; padding-top: 24px; border-top: 1px solid var(--line); scroll-margin-top: 24px; text-wrap: balance; }
.report-article h3 { font-size: 19px; line-height: 1.6; margin: 32px 0 14px; scroll-margin-top: 24px; }
.report-article p { margin: 0 0 22px; text-wrap: pretty; }
.report-article strong { font-weight: 650; }
.report-article a { color: #9f2118; text-underline-offset: 4px; }
.report-article a:hover { color: #721710; }
.report-article blockquote { margin: 28px 0; padding: 20px; background: #f4efea; border-radius: 8px; font-size: 14px; line-height: 1.85; }
.report-article blockquote p { margin: 0; }
.report-article figure { margin: 28px 0; }
.report-article figure a { display: block; }
.report-article img { display: block; width: 100%; height: auto; }
.report-article figcaption { margin-top: 8px; font-size: 13px; color: #61564d; line-height: 1.6; }
.report-table-wrap { overflow-x: auto; margin: 24px 0; border: 1px solid var(--line); border-radius: 6px; }
.report-article table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 14px; line-height: 1.75; text-align: left; }
.report-article th, .report-article td { padding: 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.report-article th { background: #f4efea; font-weight: 600; }
.report-article tr:last-child td { border-bottom: 0; }
.report-article em { font-style: normal; color: #61564d; font-size: 14px; }
.report-article li { margin-bottom: 12px; }
.report-article ol, .report-article ul { padding-left: 1.6em; }
.report-article hr { margin: 44px 0; border: 0; border-top: 1px solid var(--line); }
.report-footer { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; gap: 16px; flex-wrap: wrap; font-size: 14px; }
.skip-report { position: absolute; top: -100px; left: 20px; padding: 12px; background: #fff; color: var(--red); }
.skip-report:focus { top: 12px; }
@media (max-width: 900px) {
  .report-layout { grid-template-columns: 1fr; gap: 20px; max-width: 800px; padding: 20px 24px 48px; }
  .report-nav { position: static; max-height: none; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
  .report-back { margin-bottom: 0; }
  .report-nav nav { grid-template-columns: 1fr 1fr; }
  .report-nav .report-download { margin-top: 8px; }
}
@media (max-width: 580px) {
  .report-topbar { padding: 18px 20px; }
  .report-layout { padding: 16px 20px 48px; }
  .report-nav nav { grid-template-columns: 1fr; }
  .report-article { font-size: 16px; line-height: 1.9; }
  .report-article h1 { font-size: 26px; }
  .report-article h2 { font-size: 21px; margin-top: 36px; }
  .report-article blockquote { padding: 16px; }
}
@media print {
  .report-topbar, .report-nav, .skip-report, .report-footer { display: none; }
  .report-layout { display: block; max-width: none; padding: 0; }
  .report-article { font-size: 11pt; }
  .report-article h2, .report-article h3 { break-after: avoid; }
  .report-article figure, .report-article tr { break-inside: avoid; }
  .report-table-wrap { overflow: visible; }
  .report-article table { min-width: 0; }
}

.report-catalog { display: block; max-width: 1040px; margin: 0 auto; padding: 42px 28px 72px; }
.report-catalog > a { color: var(--red); text-underline-offset: 4px; font-size: 14px; }
.report-catalog h1 { max-width: 23em; font-size: 34px; line-height: 1.5; margin: 32px 0 20px; letter-spacing: -.02em; text-wrap: balance; }
.catalog-intro { color: #61564d; line-height: 1.9; margin: 0 0 24px; }
.catalog-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 32px; }
.catalog-actions a { color: var(--red); padding: 10px 0; text-underline-offset: 4px; }
.catalog-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.catalog-list li { border-bottom: 1px solid var(--line); }
.catalog-list a { display: grid; grid-template-columns: 140px minmax(0, 1fr) 24px; gap: 24px; padding: 24px 12px; text-decoration: none; color: var(--ink); }
.catalog-list a:hover { background: #f4efea; }
.catalog-kind { color: var(--red); font-size: 16px; line-height: 1.8; font-weight: 600; }
.catalog-kind small { display: block; color: #61564d; font-weight: 400; font-size: 13px; }
.catalog-copy strong { display: block; font-size: 18px; line-height: 1.65; }
.catalog-copy > span { display: block; margin-top: 8px; font-size: 14px; line-height: 1.8; color: #61564d; }
.catalog-arrow { align-self: center; color: var(--red); }
.report-catalog a:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
@media (max-width: 580px) {
  .report-catalog { padding: 24px 20px 48px; }
  .report-catalog h1 { font-size: 26px; }
  .catalog-list a { grid-template-columns: minmax(0, 1fr) 20px; gap: 10px; padding: 20px 4px; }
  .catalog-kind { grid-column: 1 / -1; }
  .catalog-kind small { display: inline; margin-left: 12px; }
  .catalog-copy strong { font-size: 17px; }
}
