/* Telescop Research · editorial release v7
   Scoped to the report: shared header, footer and methodology keep their styles. */
.research-report-page { background: #fff; }
.tr-report {
  --tr-ink: #172033;
  --tr-muted: #535f70;
  --tr-purple: #5941cc;
  --tr-purple-soft: #f5f3ff;
  --tr-rule: #dce1e8;
  --tr-paper: #f8f9fb;
  --tr-yellow: #f4d34d;
  color: var(--tr-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
.tr-report *, .tr-report *::before, .tr-report *::after { box-sizing: border-box; }
.tr-report [hidden] { display: none !important; }
.tr-report a { color: var(--tr-purple); text-decoration: underline; text-underline-offset: .2em; text-decoration-thickness: 1px; }
.tr-report a:hover { color: #372487; text-decoration-thickness: 2px; }
.tr-report :is(a, button, summary, [tabindex]):focus-visible { outline: 3px solid var(--tr-purple); outline-offset: 4px; border-radius: 2px; }
.tr-report h1, .tr-report h2, .tr-report h3, .tr-report h4 { color: var(--tr-ink); font-family: inherit; text-transform: none; }
.tr-report h1 { margin: 0 0 1.3rem; max-width: 850px; font-size: clamp(2.35rem, 4.2vw, 3.7rem); font-weight: 760; line-height: 1.08; letter-spacing: -.048em; }
.tr-report h2 { margin: 0 0 1.2rem; max-width: 32ch; font-size: clamp(1.6rem, 2.3vw, 2.15rem); font-weight: 720; line-height: 1.25; letter-spacing: -.032em; }
.tr-report h3 { margin: 1.9rem 0 .8rem; font-size: 1.25rem; line-height: 1.4; letter-spacing: -.018em; font-weight: 700; }
.tr-report h4 { margin: 0 0 .5rem; font-size: 1rem; line-height: 1.5; font-weight: 700; }
.tr-report p { margin: 0 0 1.1rem; }
.tr-report :is(ol, ul) { margin: 0; }
.tr-report strong { font-weight: 680; }
.tr-shell { width: min(1220px, calc(100% - 80px)); margin-inline: auto; }
.tr-report .tr-masthead { position: static; inset: auto; z-index: auto; width: 100%; height: auto; padding: 2.6rem 0 0; background: linear-gradient(125deg, #fff 60%, #fbfaf5); color: var(--tr-ink); box-shadow: none; backdrop-filter: none; border: 0; border-bottom: 1px solid var(--tr-rule); }
.tr-breadcrumb { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; margin-bottom: 1.8rem; color: var(--tr-muted); font-size: .875rem; }
.tr-breadcrumb a { text-decoration: none; font-weight: 650; }
.tr-title-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: center; gap: 2.5rem; }
.tr-title-grid > * { min-width: 0; }
.tr-title-grid--text { grid-template-columns: 1fr; }
.tr-report .tr-eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin: 0 0 1.25rem; font-size: .8125rem; font-weight: 750; color: var(--tr-purple); text-transform: uppercase; letter-spacing: .08em; }
.tr-eyebrow::before { content: ""; display: block; width: 26px; height: 4px; background: var(--tr-yellow); }
.tr-eyebrow span { color: var(--tr-muted); font-size: .75rem; font-weight: 500; text-transform: none; letter-spacing: 0; }
.tr-report .tr-deck { max-width: 48ch; font-size: 1.2rem; line-height: 1.55; color: var(--tr-ink); margin-bottom: .6rem; }
.tr-report .tr-intro { max-width: 68ch; font-size: 1rem; color: var(--tr-muted); line-height: 1.65; margin-bottom: 1rem; }
.tr-report .tr-byline { display: flex; flex-wrap: wrap; align-items: baseline; gap: .45rem; font-size: .875rem; color: var(--tr-muted); margin: 1.2rem 0 1.6rem; }
.tr-byline a { font-weight: 650; text-decoration: none; }
.tr-report .tr-author { display: flex; align-items: center; gap: .75rem; margin: 1.2rem 0 1.6rem; }
.tr-report .tr-author .tr-byline { margin: 0; min-width: 0; }
.tr-report .tr-author-photo { display: block; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; object-fit: cover; object-position: center; }
.tr-cover { align-self: start; margin-top: 1.1rem; overflow: hidden; border-radius: 8px; }
.tr-cover img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: 83% center; mix-blend-mode: multiply; }
.tr-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; padding: 1.3rem 0; margin: 0; border-top: 1px solid var(--tr-rule); }
.tr-meta div { min-width: 0; }
.tr-meta dt { color: var(--tr-muted); font-size: .75rem; line-height: 1.5; margin-bottom: .35rem; }
.tr-meta dd { margin: 0; font-size: .875rem; line-height: 1.5; font-weight: 560; }
.tr-tools { display: flex; flex-wrap: wrap; align-items: center; gap: .25rem 1.8rem; padding: .8rem 0; border-top: 1px solid var(--tr-rule); }
.tr-tools a, .tr-tools button { min-height: 44px; display: inline-flex; align-items: center; font-size: .875rem; font-weight: 650; }
.tr-report button { appearance: none; border: 0; background: transparent; padding: .65rem 0; min-height: 44px; color: var(--tr-purple); font: inherit; font-size: .875rem; font-weight: 600; cursor: pointer; text-align: left; text-decoration: underline; text-underline-offset: .2em; }
.tr-report button:hover { color: #372487; }
.tr-layout { display: grid; grid-template-columns: 190px minmax(0, 1fr); column-gap: 62px; align-items: start; }
.tr-content { min-width: 0; padding: 0; }
.tr-sidebar { position: sticky; top: 100px; padding: 2.8rem 0 2rem; min-width: 0; max-height: calc(100vh - 120px); overflow-y: auto; }
.tr-toc > p { font-size: .75rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; color: var(--tr-muted); margin-bottom: 1rem; }
.tr-toc ol { list-style: none; padding: 0; border-left: 1px solid var(--tr-rule); }
.tr-toc li { margin: 0; padding: 0; }
.tr-toc li a { display: block; padding: .7rem 0 .7rem 1rem; margin-left: -1px; border-left: 2px solid transparent; font-size: .875rem; line-height: 1.45; text-decoration: none; color: var(--tr-muted); }
.tr-toc li a:hover, .tr-toc li a[aria-current="location"] { color: var(--tr-purple); border-left-color: var(--tr-purple); background: linear-gradient(90deg, var(--tr-purple-soft), transparent); }
.tr-toc-doi { display: block; padding-top: 1.5rem; margin-top: 1.5rem; border-top: 1px solid var(--tr-rule); font-size: .8125rem; text-decoration: none !important; }
.tr-toc-doi span { display: inline-block; margin-top: .2rem; font-size: .75rem; overflow-wrap: anywhere; }
.tr-report .tr-section { padding: 3rem 0; margin: 0; border-bottom: 1px solid var(--tr-rule); background: transparent; }
.tr-report .tr-section-label { margin-bottom: .85rem; color: var(--tr-purple); text-transform: uppercase; letter-spacing: .075em; font-size: .75rem; font-weight: 750; line-height: 1.6; }
.tr-report :is(section[id], figure[id], h2[id], h3[id]) { scroll-margin-top: 105px; }
.tr-report .tr-key-findings { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 1.8rem 0 1.6rem; border-top: 2px solid var(--tr-ink); border-bottom: 1px solid var(--tr-rule); padding: 1.35rem 0; }
.tr-key-findings > div { padding: 0 1rem; border-right: 1px solid var(--tr-rule); min-width: 0; }
.tr-key-findings > div:first-child { padding-left: 0; }
.tr-key-findings > div:last-child { padding-right: 0; border-right: 0; }
.tr-stat { display: block; color: var(--tr-purple); font-size: clamp(1.6rem, 2.5vw, 2.35rem); line-height: 1.25; letter-spacing: -.045em; font-weight: 750; font-variant-numeric: tabular-nums; margin-bottom: .6rem; }
.tr-key-findings strong { display: block; font-size: .875rem; line-height: 1.5; margin-bottom: .4rem; }
.tr-key-findings > div > span:last-child { display: block; color: var(--tr-muted); font-size: .75rem; line-height: 1.6; }
.tr-report .tr-note { color: var(--tr-muted); font-size: .875rem; line-height: 1.7; }
.tr-report .tr-figure { margin: 1.8rem 0; padding: 1.6rem 1.7rem 1.1rem; border: 1px solid var(--tr-rule); border-top: 3px solid var(--tr-purple); border-radius: 0 0 4px 4px; background: #fff; box-shadow: none; break-inside: avoid; }
.tr-figure figcaption { margin-bottom: 1.65rem; padding: 0; text-align: left; }
.tr-figure-number { display: block; font-size: .75rem; color: var(--tr-purple); text-transform: uppercase; letter-spacing: .065em; font-weight: 750; margin-bottom: .4rem; }
.tr-report .tr-figure figcaption h3 { margin: 0 0 .35rem; font-size: 1.125rem; line-height: 1.45; letter-spacing: -.015em; }
.tr-report .tr-figure figcaption p { margin: 0; color: var(--tr-muted); font-size: .8125rem; line-height: 1.6; }
.tr-chart { --tr-label-width: 160px; --tr-value-width: 76px; margin: .5rem 0 1.5rem; }
.tr-chart--pairs { --tr-label-width: 235px; }
.tr-bar { display: grid; grid-template-columns: var(--tr-label-width) minmax(0, 1fr) var(--tr-value-width); align-items: center; gap: 14px; min-height: 46px; margin: .5rem 0; }
.tr-bar-label { font-size: .875rem; line-height: 1.45; }
.tr-bar-track { display: block; height: 14px; border-radius: 0 2px 2px 0; background: #f0f1f5; }
.tr-bar-track > span { display: block; height: 100%; border-radius: inherit; background: #7154d8; }
.tr-chart--amber .tr-bar-track > span { background: #e2bc32; border: 1px solid #957314; }
.tr-bar-value { text-align: right; font-size: .875rem; font-weight: 650; white-space: nowrap; font-variant-numeric: tabular-nums; }
.tr-axis { display: flex; justify-content: space-between; margin: .4rem calc(var(--tr-value-width) + 14px) 0 calc(var(--tr-label-width) + 14px); padding-top: .6rem; border-top: 1px solid var(--tr-rule); color: var(--tr-muted); font-size: .75rem; line-height: 1.3; }
.tr-report .tr-figure-note { margin: 1.15rem 0 .9rem; font-size: .8125rem; color: var(--tr-muted); line-height: 1.7; }
.tr-report .tr-source { margin: 1rem 0 0; padding-top: .9rem; border-top: 1px solid #e9ecf1; color: var(--tr-muted); font-size: .75rem; line-height: 1.65; }
.tr-data { border-top: 1px solid var(--tr-rule); margin-top: 1rem; }
.tr-report summary { cursor: pointer; padding: .8rem 0; font-size: .875rem; color: var(--tr-purple); font-weight: 600; min-height: 44px; }
.tr-report summary::marker { font-size: .8em; }
.tr-table-scroll { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tr-report table { width: 100%; border-collapse: collapse; border-spacing: 0; border: 0; margin: .4rem 0; font-size: .875rem; line-height: 1.5; font-variant-numeric: tabular-nums; background: #fff; }
.tr-report th, .tr-report td { padding: .75rem .65rem; border: 0; border-bottom: 1px solid #e7eaf0; vertical-align: top; text-align: right; }
.tr-report thead th { background: var(--tr-paper); color: var(--tr-muted); font-weight: 650; font-size: .8125rem; }
.tr-report th:first-child, .tr-report td:first-child { text-align: left; }
.tr-report th[scope="row"] { font-weight: 560; text-align: left; }
.tr-report tbody tr:last-child > * { border-bottom: 0; }
.tr-report caption { padding: .8rem 0; text-align: left; font-weight: 650; color: var(--tr-ink); }
.tr-report td:not(:first-child) { white-space: nowrap; }
.tr-report .tr-range { background: var(--tr-purple-soft); color: var(--tr-purple); font-weight: 700; }
.tr-dual-metric { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; margin: 1.25rem 0; }
.tr-dual-metric > div + div { border-left: 1px solid var(--tr-rule); padding-left: 2rem; }
.tr-dual-metric .tr-stat { font-size: 2.6rem; margin-bottom: .65rem; }
.tr-report .tr-dual-metric p { color: var(--tr-muted); font-size: .875rem; margin: 0; }
.tr-map-details { margin-top: 1.2rem; border-block: 1px solid var(--tr-rule); }
.tr-map-content { padding: 1rem 0; overflow-x: auto; }
.tr-honeycomb { display: block; width: min(100%, 720px); min-width: 600px; height: auto; margin: 0 auto 1rem; }
.tr-map-brand { font-family: inherit; font-size: 20px; font-weight: 700; fill: #172033; }
.tr-map-label { font-family: inherit; font-size: 15px; fill: #435069; }
.tr-rankings { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.8rem 2rem; }
.tr-ranking { min-width: 0; }
.tr-ranking h4 { padding-bottom: .65rem; border-bottom: 2px solid var(--tr-ink); }
.tr-ranking table { table-layout: auto; }
.tr-ranking th, .tr-ranking td { padding: .6rem .45rem; font-size: .875rem; }
.tr-ranking thead th { font-size: .75rem; }
.tr-ranking td:first-child { color: var(--tr-muted); width: 35px; }
.tr-ranking thead th:nth-child(2) { text-align: left; }
.tr-ranking tbody tr:first-child { background: #fffbea; }
.tr-ranking tbody tr:first-child th { font-weight: 750; }
.tr-ranking button { font-size: .8125rem; }
.tr-source-list { margin: 1rem 0; border-top: 1px solid var(--tr-rule); }
.tr-source-list > div { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid var(--tr-rule); }
.tr-source-list dt { font-weight: 650; font-size: .9375rem; }
.tr-source-list dd { margin: 0; font-size: .9375rem; color: var(--tr-muted); }
.tr-report .tr-protocol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; margin: 1.8rem 0; list-style: none; counter-reset: tr-steps; border-block: 1px solid var(--tr-rule); }
.tr-protocol li { counter-increment: tr-steps; padding: 1rem .9rem; border-right: 1px solid var(--tr-rule); margin: 0; }
.tr-protocol li:first-child { padding-left: 0; }
.tr-protocol li:last-child { border-right: 0; }
.tr-protocol li::before { content: "0" counter(tr-steps); display: block; font-size: .75rem; color: var(--tr-purple); font-weight: 750; margin-bottom: .35rem; }
.tr-protocol strong, .tr-protocol span { display: block; font-size: .875rem; line-height: 1.55; }
.tr-protocol span { margin-top: .25rem; color: var(--tr-muted); font-size: .8125rem; }
.tr-method-list { margin: 1rem 0 2rem; }
.tr-method-list > div { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid var(--tr-rule); }
.tr-method-list dt { font-size: .9375rem; font-weight: 650; }
.tr-method-list dd { margin: 0; color: var(--tr-muted); font-size: .9375rem; line-height: 1.7; }
.tr-report .tr-prose-list { padding-left: 1.3rem; margin-bottom: 1.5rem; }
.tr-prose-list li { padding-left: .15rem; margin-bottom: .75rem; }
.tr-report .tr-materials-section { border-bottom: 0; padding-bottom: 2rem; }
.tr-report .tr-downloads { list-style: none; padding: 0; margin: 1.6rem 0 2rem; border-top: 2px solid var(--tr-ink); }
.tr-downloads li { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.2rem 0; margin: 0; border-bottom: 1px solid var(--tr-rule); }
.tr-downloads li > div { min-width: 0; }
.tr-downloads strong, .tr-downloads span { display: block; }
.tr-downloads strong { font-size: .9375rem; }
.tr-downloads span { margin-top: .3rem; font-size: .875rem; line-height: 1.6; color: var(--tr-muted); }
.tr-downloads a { flex-shrink: 0; min-height: 44px; display: inline-flex; align-items: center; font-size: .875rem; font-weight: 650; }
.tr-citation { padding: 1.3rem 1.5rem; margin: 1rem 0; border-left: 3px solid var(--tr-purple); background: var(--tr-paper); }
.tr-citation h4 { font-size: .875rem; margin-bottom: .6rem; }
.tr-report .tr-citation p { margin: 0; font-size: .9375rem; line-height: 1.8; }
.tr-citation a { overflow-wrap: anywhere; }
.tr-citation button { margin-top: .5rem; }
.tr-related { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 1.2rem 0; margin-top: 2.2rem; border-top: 1px solid var(--tr-rule); }
.tr-related > div > span { font-size: .75rem; text-transform: uppercase; letter-spacing: .055em; color: var(--tr-muted); }
.tr-report .tr-related p { max-width: 58ch; margin: .3rem 0 0; color: var(--tr-muted); font-size: .875rem; line-height: 1.65; }
.tr-related > a { flex: 0 0 155px; font-size: .875rem; line-height: 1.6; }
.tr-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.tr-skip { position: fixed; top: -100px; left: 1rem; z-index: 99999; background: #fff; padding: .75rem 1rem; }
.tr-skip:focus { top: 1rem; }

@media (min-width: 1600px) {
  .tr-shell { width: min(1280px, calc(100% - 100px)); }
  .tr-layout { grid-template-columns: 210px minmax(0, 1fr); column-gap: 70px; }
}
@media (max-width: 1100px) {
  .tr-shell { width: calc(100% - 48px); }
  .tr-title-grid { grid-template-columns: minmax(0, 1fr) 230px; gap: 1.5rem; }
  .tr-title-grid--text { grid-template-columns: 1fr; }
  .tr-layout { grid-template-columns: 165px minmax(0, 1fr); column-gap: 32px; }
  .tr-key-findings { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; row-gap: 1.2rem; }
  .tr-key-findings > div:nth-child(2) { border-right: 0; }
  .tr-key-findings > div:nth-child(3) { padding-left: 0; }
  .tr-chart { --tr-label-width: 125px; --tr-value-width: 65px; }
  .tr-chart--pairs { --tr-label-width: 180px; }
  .tr-figure { padding-inline: 1.15rem !important; }
  .tr-rankings { column-gap: 1rem; }
  .tr-source-list > div, .tr-method-list > div { grid-template-columns: 145px minmax(0, 1fr); gap: 1rem; }
}
@media (max-width: 850px) {
  .tr-layout { display: block; }
  .tr-sidebar { position: static; top: auto; max-height: none; overflow: visible; padding: 1.4rem 0 0; }
  .tr-toc > p { margin-bottom: .6rem; }
  .tr-toc ol { display: flex; flex-wrap: wrap; gap: .15rem .8rem; border: 0; padding-bottom: .8rem; border-bottom: 1px solid var(--tr-rule); }
  .tr-toc li a { min-height: 44px; padding: .5rem .3rem; margin: 0; border-left: 0; border-bottom: 2px solid transparent; font-size: .875rem; }
  .tr-toc li a[aria-current="location"] { border-bottom-color: var(--tr-purple); background: none; }
  .tr-toc-doi { display: none; }
  .tr-title-grid { grid-template-columns: minmax(0, 1fr) 185px; }
  .tr-title-grid--text { grid-template-columns: 1fr; }
  .tr-cover { margin-top: 2.3rem; }
  .tr-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tr-report .tr-section { padding-block: 2.4rem; }
  .tr-report h2 { max-width: 36ch; }
}
@media (max-width: 600px) {
  .tr-shell { width: calc(100% - 36px); }
  .tr-report .tr-masthead { padding-top: 1.6rem; background: #fff; }
  .tr-breadcrumb { margin-bottom: 1.3rem; }
  .tr-title-grid { display: block; }
  .tr-cover { display: none; }
  .tr-report h1 { font-size: clamp(2.2rem, 9vw, 3rem); letter-spacing: -.04em; }
  .tr-report .tr-deck { font-size: 1.1rem; }
  .tr-report .tr-byline { display: block; line-height: 1.9; }
  .tr-byline span { padding-inline: .3rem; }
  .tr-meta { gap: 1rem; }
  .tr-tools { gap: .1rem 1.2rem; }
  .tr-tools a, .tr-tools button { font-size: .875rem; }
  .tr-report .tr-key-findings { padding-block: 1rem; }
  .tr-key-findings .tr-stat { font-size: 2rem; }
  .tr-key-findings > div { padding-inline: .8rem; }
  .tr-report .tr-figure { padding: 1.25rem 1rem 1rem; margin-inline: 0; }
  .tr-bar { grid-template-columns: minmax(0, 1fr) 76px; gap: .4rem 12px; margin-bottom: 1rem; }
  .tr-bar-label { grid-column: 1 / -1; }
  .tr-bar-track { height: 13px; }
  .tr-bar-value { font-size: .875rem; }
  .tr-axis { margin-left: 0; margin-right: 88px; }
  .tr-dual-metric { gap: 1rem; }
  .tr-dual-metric > div + div { padding-left: 1rem; }
  .tr-dual-metric .tr-stat { font-size: 2rem; }
  .tr-dual-metric h4 { font-size: .9375rem; }
  .tr-rankings { grid-template-columns: 1fr; }
  .tr-ranking th, .tr-ranking td { font-size: .9375rem; }
  #tabella-run { min-width: 525px; }
  .tr-source-list > div, .tr-method-list > div { grid-template-columns: 1fr; gap: .3rem; }
  .tr-report .tr-protocol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tr-protocol li:nth-child(2) { border-right: 0; }
  .tr-protocol li:nth-child(3) { padding-left: 0; border-top: 1px solid var(--tr-rule); }
  .tr-protocol li:nth-child(4) { border-top: 1px solid var(--tr-rule); }
  .tr-downloads li { display: block; padding-block: 1rem; }
  .tr-downloads li a { margin-top: .3rem; }
  .tr-citation { padding: 1rem; }
  .tr-related { display: block; margin-top: 1.6rem; }
  .tr-related > a { display: inline-flex; align-items: center; margin-top: .65rem; min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .tr-report *, .tr-report *::before, .tr-report *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  @page { size: A4; margin: 16mm; }
  .research-report-page { background: #fff !important; padding: 0 !important; }
  .research-report-page body { padding: 0 !important; }
  body.research-report-page > :not(main) { display: none !important; }
  .tr-report { font-size: 10pt; line-height: 1.55; }
  .tr-shell { width: 100%; max-width: none; }
  .tr-layout, .tr-title-grid { display: block; }
  .tr-sidebar, .tr-cover, .tr-tools, .tr-related, .tr-skip, .tr-breadcrumb, .tr-report button, .tr-map-details { display: none !important; }
  .tr-report .tr-masthead { padding: 0 0 1rem; background: #fff; }
  .tr-report h1 { font-size: 27pt; }
  .tr-report h2 { font-size: 19pt; break-after: avoid; }
  .tr-report h3, .tr-report h4, .tr-figure figcaption { break-after: avoid; }
  .tr-report .tr-section { padding-block: 1.3rem; }
  .tr-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tr-report .tr-key-findings { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .tr-key-findings .tr-stat { font-size: 21pt; }
  .tr-report .tr-figure { padding: 1rem; box-shadow: none; }
  .tr-figure--rankings { break-inside: auto !important; }
  .tr-rankings { display: block; }
  .tr-ranking { break-inside: avoid; margin-bottom: 1.2rem; }
  .tr-report a { color: #172033; }
  .tr-chart, .tr-stat, .tr-range, .tr-ranking tbody tr:first-child { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .tr-table-scroll { overflow: visible; }
  .tr-report table { width: 100%; font-size: 9pt; }
  #tabella-run { min-width: 0; }
  .tr-report thead { display: table-header-group; }
  .tr-report tr { break-inside: avoid; }
  .tr-report .tr-source { font-size: 8pt; }
  .tr-citation { break-inside: avoid; }
}
