.article-wrap { width: min(100% - 48px, 820px); margin-inline: auto; padding-block: 46px 88px; }
.article-header { padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.article-header .breadcrumbs { margin-bottom: 32px; flex-wrap: wrap; font-size: 14px; }
.article-header .breadcrumbs > span { min-width: 0; overflow-wrap: anywhere; }
.article-header h1 { max-width: none; font-size: 48px; line-height: 1.12; font-weight: 700; overflow-wrap: break-word; }
.article-byline { margin-top: 24px; color: var(--yellow); font-size: 16px; }
.article-body { font-size: 18px; line-height: 1.85; overflow-wrap: break-word; }
.article-body > p { margin-block: 24px; }
.article-body > p:first-child { margin-top: 0; }
.article-body h2 { margin-block: 56px 24px; font-size: 32px; line-height: 1.25; }
.article-body h3 { margin-block: 40px 20px; font: 700 25px/1.3 var(--display); }
.article-body a { color: var(--yellow); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.article-body a:hover { text-decoration-thickness: 2px; }
.article-body blockquote { margin: 32px 0; padding: 4px 0 4px 24px; border-left: 3px solid var(--yellow); color: var(--white); }
.article-body ul, .article-body ol { padding-left: 28px; margin-block: 24px; }
.article-body li { padding-left: 5px; margin-block: 14px; }
.article-body li::marker { color: var(--yellow); }
.article-body img { display: block; width: min(100%, 640px); height: auto; margin: 32px auto; background: #fff; border: 1px solid var(--line); }
.article-body .article-image-link { display: block; position: relative; width: min(100%, 640px); margin: 32px auto; cursor: zoom-in; }
.article-image-link img { width: 100%; margin: 0; }
.article-image-expand { display: grid; place-items: center; width: 38px; height: 38px; margin: 8px 0 0 auto; border-radius: 4px; color: var(--ink); background: var(--yellow); }
.article-image-expand svg { width: 20px; height: 20px; }
.article-image-link:hover .article-image-expand { background: #ffec80; }
.article-lightbox-open { overflow: hidden; }
.article-lightbox { width: calc(100% - 32px); height: calc(100dvh - 32px); max-width: 1400px; max-height: 1100px; padding: 0; border: 1px solid var(--line); border-radius: 4px; color: var(--white); background: var(--ink); overflow: hidden; }
.article-lightbox::backdrop { background: #000d; }
.lightbox-shell { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; height: 100%; }
.lightbox-toolbar { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-bottom: 1px solid var(--line); }
.lightbox-count { margin-right: auto; padding-inline: 8px; color: var(--muted); font-size: 14px; font-variant-numeric: tabular-nums; }
.lightbox-control { display: grid; place-items: center; flex: 0 0 auto; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 4px; color: var(--white); background: var(--surface); cursor: pointer; }
.lightbox-control:hover, .lightbox-control[aria-pressed="true"] { border-color: var(--yellow); color: var(--yellow); }
.lightbox-control:focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }
.lightbox-stage { display: flex; justify-content: center; align-items: center; min-height: 0; min-width: 0; padding: 16px; overflow: auto; overscroll-behavior: contain; }
.lightbox-image { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; flex-shrink: 0; }
.lightbox-image[hidden] { display: none; }
.article-lightbox[data-zoomed="true"] .lightbox-stage { display: block; }
.article-lightbox[data-zoomed="true"] .lightbox-image { max-width: none; max-height: none; margin: 0 auto; }
.lightbox-zoom .zoom-out-icon, .lightbox-zoom[aria-pressed="true"] .zoom-in-icon { display: none; }
.lightbox-zoom[aria-pressed="true"] .zoom-out-icon { display: block; }
.lightbox-footer { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 16px; align-items: center; padding: 12px 16px; border-top: 1px solid var(--line); }
.lightbox-caption { max-height: 96px; overflow-y: auto; margin: 0; text-align: center; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.lightbox-error { max-width: 360px; padding: 24px; text-align: center; }
.article-table { max-width: 100%; overflow-x: auto; margin-block: 32px; border-block: 1px solid var(--line); }
.article-table:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.article-table table { width: 100%; min-width: 740px; border-collapse: collapse; font-size: 14px; line-height: 1.6; }
.article-table th, .article-table td { padding: 16px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-table th { background: var(--surface); font-weight: 700; color: var(--yellow); }
.article-table td:first-child { min-width: 180px; }
.article-table tr:last-child td { border-bottom: 0; }
.rank-chart { margin: 40px 0; padding-block: 28px; border-block: 1px solid var(--line); font-size: 14px; line-height: 1.5; }
.rank-chart figcaption { font: 700 24px/1.3 var(--display); }
.chart-legend { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-block: 18px 24px; }
.chart-legend > span { display: inline-flex; align-items: center; gap: 8px; }
.chart-key { display: inline-block; width: 16px; height: 12px; }
.chart-june { background: #a9a9a4; }
.chart-september { background: var(--yellow); }
.chart-axis { display: flex; justify-content: space-between; margin-left: 244px; margin-right: 48px; color: var(--muted); font-variant-numeric: tabular-nums; }
.chart-row { display: grid; grid-template-columns: 224px minmax(0, 1fr); gap: 20px; align-items: center; padding-block: 14px; }
.chart-row > p { overflow-wrap: break-word; }
.chart-pair { border-left: 1px solid #777; margin-right: 48px; background: linear-gradient(90deg, transparent 49.8%, var(--line) 50%, transparent 50.2%); }
.chart-bar { position: relative; height: 22px; margin-block: 6px; }
.chart-fill { display: block; height: 100%; }
.chart-value { position: absolute; left: calc(100% + 10px); top: 0; min-width: 38px; color: var(--white); font-variant-numeric: tabular-nums; }
.gbp-guide { border-bottom: 1px solid var(--line); padding-bottom: 28px; }
.gbp-guide h2 { font-size: 30px; line-height: 1.3; margin-bottom: 20px; }
.gbp-guide h2 a:hover { color: var(--yellow); }
.gbp-guide p { margin-block: 18px; }
.gbp-guide .quiet-link { color: var(--yellow); }
@media (max-width: 600px) {
  .article-lightbox { width: calc(100% - 16px); height: calc(100dvh - 16px); max-height: none; }
  .lightbox-toolbar { padding: 8px; }
  .lightbox-stage { padding: 8px; }
  .lightbox-footer { gap: 8px; padding: 10px 8px; }
  .article-wrap { width: calc(100% - 40px); padding-block: 28px 56px; }
  .article-header h1 { font-size: 32px; line-height: 1.18; }
  .article-header .breadcrumbs { margin-bottom: 24px; }
  .article-body { font-size: 17px; line-height: 1.8; }
  .article-body h2 { font-size: 26px; margin-top: 40px; }
  .article-body h3 { font-size: 23px; }
  .article-body blockquote { padding-left: 18px; }
  .chart-axis { margin-left: 0; }
  .chart-row { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .chart-row > p { font-weight: 700; }
  .gbp-guide h2 { font-size: 25px; }
}
