:root {
  --report-text: var(--jl-color-text);
  --report-rail: 252px;
}

body {
  color: var(--ink);
}

.report-hero {
  overflow: clip;
  position: relative;
  isolation: isolate;
  padding: clamp(64px, 7vw, 108px) 0 78px;
}

.report-hero::before {
  width: min(68vw, 920px);
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  top: -48%;
  right: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--clay-soft) 32%, transparent),
    color-mix(in srgb, var(--clay) 9%, transparent) 40%,
    transparent 70%
  );
  content: "";
  pointer-events: none;
}

.report-breadcrumb {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: var(--jl-type-metadata-size);
}

.report-breadcrumb span {
  color: var(--clay);
}

.report-kicker {
  margin: 42px 0 0;
  color: var(--clay);
  font-size: var(--jl-type-eyebrow-size);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.report-hero-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
  margin-top: 34px;
}

.report-hero h1 {
  grid-column: 1 / span 8;
  max-width: 980px;
  margin: 0;
  font-size: clamp(4rem, 7.3vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.067em;
  line-height: 0.91;
}

.report-hero h1 em {
  color: var(--clay-text);
  font-family: var(--jl-font-editorial);
  font-weight: 400;
}

.report-summary {
  min-width: 0;
  grid-column: 9 / -1;
  padding-bottom: 8px;
}

.report-summary > p {
  margin: 0;
  color: var(--report-text);
  font-size: 1.12rem;
  line-height: 1.55;
}

.report-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 74px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  text-align: center;
}

.report-meta div {
  min-width: 0;
}

.report-meta dt {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.report-meta dd {
  margin: 9px 0 0;
  overflow-wrap: anywhere;
  font-size: 0.88rem;
  line-height: 1.4;
}

.report-baseline {
  border-bottom: 1px solid var(--jl-color-accent-decorative);
  color: var(--ink);
}

.report-baseline code {
  font: 0.82rem var(--jl-font-mono);
}

.report-print-provenance {
  display: none;
}

.report-layout {
  display: grid;
  grid-template-columns: var(--report-rail) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
  padding: 70px 0 130px;
  border-top: 1px solid var(--rule);
}

.report-toc {
  position: sticky;
  top: 116px;
  scroll-margin-top: 110px;
}

.report-toc p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.report-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}

.report-toc li {
  position: relative;
  counter-increment: toc;
  border-top: 1px solid var(--rule);
}

.report-toc li:last-child {
  border-bottom: 1px solid var(--rule);
}

.report-toc a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 12px 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.4;
  transition: color 160ms ease, transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.report-toc a::before {
  color: var(--clay);
  content: counter(toc, decimal-leading-zero);
  font-family: var(--jl-font-mono);
  font-size: 0.68rem;
}

.report-article {
  min-width: 0;
}

.report-intro {
  padding-bottom: 44px;
}

.report-intro + .report-section {
  padding-top: 62px;
}

.report-intro h2,
.report-section h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.7vw, 4.7rem);
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.report-abstract-lede {
  max-width: 820px;
  margin: 36px 0 0;
  color: var(--report-text);
  font-family: var(--jl-font-editorial);
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  letter-spacing: -0.035em;
  line-height: 1.22;
}

.report-principle {
  margin-top: 46px;
  padding: 30px 0;
  border-top: 2px solid var(--jl-color-accent);
}

.report-principle strong {
  display: block;
  max-width: 760px;
  font-size: clamp(1.5rem, 2.6vw, 2.45rem);
  font-weight: 480;
  letter-spacing: -0.04em;
  line-height: 1.16;
}

.report-principle span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.55;
}

.report-section {
  scroll-margin-top: 110px;
  padding: 86px 0 96px;
  border-top: 1px solid var(--rule);
}

.report-number {
  margin: 0 0 24px;
  color: var(--clay);
  font-family: var(--jl-font-mono);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.report-lede {
  max-width: 820px;
  margin: 34px 0 0;
  font-family: var(--jl-font-editorial);
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.report-lede em {
  color: var(--clay-text);
}

.report-prose {
  max-width: 820px;
  margin-top: 38px;
}

.report-prose p {
  margin: 0;
  color: var(--report-text);
  font-size: var(--jl-type-body-size);
  line-height: 1.72;
}

.report-prose p + p {
  margin-top: 23px;
}

.report-prose strong {
  color: var(--ink);
}

.report-citation {
  margin-left: 0.18em;
  color: var(--jl-color-accent);
  font-family: var(--jl-font-mono);
  font-size: 0.72em;
  font-weight: 700;
  text-decoration: none;
  vertical-align: super;
}

.report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
}

.report-grid-item {
  min-width: 0;
  padding: 26px 28px 30px;
}

.report-grid-item:nth-child(odd) {
  border-right: 1px solid var(--rule);
}

.report-grid-item:nth-child(n + 3) {
  border-top: 1px solid var(--rule);
}

.report-grid .label {
  margin: 0;
  color: var(--clay);
  font-family: var(--jl-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.report-grid h3 {
  margin: 30px 0 0;
  font-size: 1.25rem;
  font-weight: 560;
  letter-spacing: -0.035em;
}

.report-grid-item > p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.report-table-wrap {
  --jl-table-region-border-width: 0;
  --jl-table-region-radius: 0;
  --jl-table-region-background: transparent;
  margin-top: 46px;
}

.report-table-caption {
  padding: 0 0 14px;
  color: var(--muted);
  font-family: var(--jl-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.report-table {
  width: 100%;
  min-width: 670px;
  border-collapse: collapse;
  font-size: 0.84rem;
  line-height: 1.5;
}

.report-table th,
.report-table td {
  padding: 15px 17px;
  border-top: 1px solid var(--rule);
  vertical-align: top;
  text-align: left;
}

.report-table thead th {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.report-table tbody th {
  width: 22%;
  font-weight: 700;
}

.report-note,
.report-evidence-note {
  margin: 34px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--jl-color-accent-decorative);
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.report-evidence-note strong {
  color: var(--ink);
}

.report-bars {
  margin: 46px 0 0;
  padding: 24px 0 28px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.report-bars figcaption {
  margin-bottom: 24px;
  color: var(--muted);
  font-family: var(--jl-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bar-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 1.4fr);
  gap: 24px;
  align-items: center;
}

.bar-row + .bar-row {
  margin-top: 25px;
}

.bar-row strong {
  display: block;
  font-size: 0.98rem;
}

.bar-row small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}

.bar-track {
  height: 18px;
  background: color-mix(in srgb, var(--jl-color-ink) 8%, transparent);
}

.bar-track span {
  display: block;
  height: 100%;
  background: var(--jl-color-accent);
}

.bar-fill-direct {
  width: 100%;
}

.bar-fill-worker {
  width: 58.3%;
}

.bar-row:last-child .bar-track span {
  background: var(--jl-color-accent-decorative);
}

.report-timeline {
  margin-top: 48px;
  border-top: 1px solid var(--rule);
}

.report-timeline article {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  padding: 22px 0 24px;
  border-bottom: 1px solid var(--rule);
}

.report-commit {
  align-self: start;
  color: var(--clay);
  font-family: var(--jl-font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}

.report-commit code {
  font: inherit;
}

.report-commit:hover,
.report-commit:focus-visible {
  color: var(--jl-color-accent-hover);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.report-timeline h3 {
  margin: -3px 0 0;
  font-size: 1.08rem;
}

.report-timeline p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.report-code {
  overflow-x: auto;
  margin: 48px 0 0;
  padding: 28px;
  background-color: var(--jl-color-surface-inverse);
  background-image: linear-gradient(
    120deg,
    color-mix(in srgb, var(--jl-color-accent-decorative) 24%, transparent),
    transparent 42%
  );
  color: var(--jl-color-text-inverse);
  box-shadow: inset 5px 0 0 var(--jl-color-accent);
  font: 0.8rem/1.65 var(--jl-font-mono);
}

.report-quote {
  margin: 52px 0 0;
  padding: 32px 0 0;
  border-top: 2px solid var(--jl-color-accent);
  font-family: var(--jl-font-editorial);
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  letter-spacing: -0.04em;
  line-height: 1.16;
}

.references {
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: refs;
}

.references li {
  counter-increment: refs;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid var(--rule);
  color: var(--report-text);
  font-size: 0.86rem;
  line-height: 1.55;
  scroll-margin-top: 110px;
}

.references li::before {
  color: var(--clay);
  content: counter(refs, decimal-leading-zero);
  font-family: var(--jl-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
}

.references li:last-child {
  border-bottom: 1px solid var(--rule);
}

.references a {
  border-bottom: 1px solid var(--jl-color-accent-decorative);
}

.report-ending {
  --_jl-focus-gap-color: var(--jl-color-focus-gap-dark);
  padding: 88px 0 38px;
  background: var(--jl-color-surface-inverse);
  color: var(--jl-color-text-inverse);
}

.report-ending p {
  margin: 0;
  color: var(--jl-color-accent-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.report-ending h2 {
  max-width: 1000px;
  margin: 45px 0 65px;
  color: var(--jl-color-text-inverse);
  font-size: clamp(3.3rem, 6.4vw, 6.2rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.report-ending h2 em {
  color: var(--jl-color-accent);
  font-family: var(--jl-font-editorial);
  font-weight: 400;
}

.report-ending a {
  display: inline-flex;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--jl-color-accent-soft);
  color: var(--jl-color-text-inverse);
}

.report-ending a span {
  color: var(--jl-color-accent-soft);
}

.report-toc-list {
  position: relative;
}

.report-toc-indicator {
  --report-toc-indicator-y: 0px;
  --report-toc-indicator-height: 0px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -14px;
  width: 2px;
  height: var(--report-toc-indicator-height);
  background: var(--jl-color-accent);
  opacity: 0;
  transform: translateY(var(--report-toc-indicator-y));
  transition:
    transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1),
    height 180ms ease,
    opacity 120ms ease;
  pointer-events: none;
}

.report-toc-indicator.is-visible {
  opacity: 1;
}

.report-toc li.is-active a {
  color: var(--ink);
  transform: translateX(5px);
}

.report-toc li.is-active a::before {
  color: var(--jl-color-accent);
}

.report-toc li.is-complete a::before {
  color: var(--jl-color-accent-decorative);
}

.report-progress {
  display: none;
}

.report-progress[hidden],
.report-progress-menu[hidden] {
  display: none;
}

@media (hover: hover) {
  .report-toc a:hover {
    color: var(--ink);
    transform: translateX(3px);
  }
}

@media (max-width: 1050px) {
  :root {
    --report-rail: 210px;
  }

  .report-hero-grid {
    display: block;
  }

  .report-summary {
    max-width: 600px;
    margin: 48px 0 0 auto;
  }
}

@media (max-width: 900px) {
  .report-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }
}

@media (max-width: 820px) {
  .report-layout {
    display: block;
  }

  .report-toc {
    position: static;
    margin-bottom: 70px;
  }

  .report-toc ol {
    columns: 2;
    column-gap: 28px;
  }

  .report-toc li {
    break-inside: avoid;
  }
}

@media (max-width: 820px) {
  .report-toc {
    margin-bottom: 28px;
  }

  .report-toc-indicator {
    display: none;
  }

  .report-progress {
    position: sticky;
    z-index: 18;
    top: 83px;
    display: block;
    margin-bottom: 52px;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    background: var(--jl-color-canvas);
  }

  .report-progress-controls {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    min-height: 68px;
    align-items: stretch;
  }

  .report-progress-direction {
    display: grid;
    place-items: center;
    color: var(--ink);
    font-size: 1rem;
  }

  .report-progress-direction:first-child {
    border-right: 1px solid var(--rule);
  }

  .report-progress-direction:last-child {
    border-left: 1px solid var(--rule);
  }

  .report-progress-direction.is-disabled {
    color: var(--muted);
    opacity: 0.35;
    pointer-events: none;
  }

  .report-progress-current {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 11px 16px;
    border: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
  }

  .report-progress-counter {
    color: var(--jl-color-accent);
    font: 700 0.67rem/1 var(--jl-font-mono);
    letter-spacing: 0.06em;
  }

  .report-progress-title {
    overflow: hidden;
    font-size: 0.88rem;
    font-weight: 650;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .report-progress-chevron {
    color: var(--jl-color-accent-decorative);
    transition: transform 180ms ease;
  }

  .report-progress.is-menu-open .report-progress-chevron {
    transform: rotate(180deg);
  }

  .report-progress-track {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: color-mix(in srgb, var(--jl-color-ink) 10%, transparent);
  }

  .report-progress-track > span {
    --report-progress: 0%;
    display: block;
    width: var(--report-progress);
    height: 100%;
    background: var(--jl-color-accent);
    transition: width 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .report-progress-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: min(60vh, 520px);
    overflow-y: auto;
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    border-left: 1px solid var(--rule);
    background: var(--jl-color-canvas);
    box-shadow: 0 18px 28px color-mix(in srgb, var(--jl-color-ink) 12%, transparent);
  }

  .report-progress-list {
    margin: 0;
    padding: 8px 18px 16px;
    list-style: none;
    counter-reset: progress-list;
  }

  .report-progress-list li {
    counter-increment: progress-list;
    border-top: 1px solid var(--rule);
  }

  .report-progress-list li:last-child {
    border-bottom: 1px solid var(--rule);
  }

  .report-progress-list a {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .report-progress-list a::before {
    color: var(--jl-color-accent-decorative);
    content: counter(progress-list, decimal-leading-zero);
    font-family: var(--jl-font-mono);
    font-size: 0.68rem;
  }

  .report-progress-list a[aria-current="location"] {
    color: var(--ink);
  }

  .report-progress-list a[aria-current="location"]::before {
    color: var(--jl-color-accent);
  }

  .report-section,
  .references li {
    scroll-margin-top: 170px;
  }
}

@media (max-width: 760px) {
  .report-table-wrap {
    overflow: visible;
  }

  .report-table {
    display: block;
    min-width: 0;
  }

  .report-table thead {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .report-table tbody,
  .report-table tr,
  .report-table th,
  .report-table td {
    display: block;
    width: auto;
  }

  .report-table tbody tr {
    padding: 20px 0;
    border-top: 1px solid var(--rule);
  }

  .report-table tbody tr:last-child {
    border-bottom: 1px solid var(--rule);
  }

  .report-table th,
  .report-table td {
    padding: 0;
    border: 0;
  }

  .report-table tbody th {
    width: auto;
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .report-table tbody td {
    display: grid;
    grid-template-columns: minmax(112px, 0.45fr) minmax(0, 1fr);
    gap: 16px;
    padding: 7px 0;
  }

  .report-table tbody td::before {
    color: var(--clay);
    content: attr(data-label);
    font-family: var(--jl-font-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.45;
    text-transform: uppercase;
  }
}

@media (max-width: 600px) {
  .report-progress {
    top: 69px;
  }

  .report-progress-current {
    gap: 9px;
    padding-inline: 12px;
  }

  .report-progress-title {
    font-size: 0.82rem;
  }

  .report-hero {
    padding-top: 50px;
  }

  .report-hero h1 {
    font-size: clamp(3.05rem, 14vw, 4.7rem);
  }

  .report-summary {
    margin-top: 38px;
  }

  .report-meta {
    gap: 26px 18px;
  }

  .report-toc ol {
    columns: 1;
  }

  .report-intro h2,
  .report-section h2 {
    font-size: clamp(2.25rem, 11.5vw, 3.25rem);
  }

  .report-intro {
    padding-bottom: 36px;
  }

  .report-intro + .report-section {
    padding-top: 54px;
  }

  .report-section {
    padding: 72px 0 80px;
  }

  .report-grid {
    display: block;
  }

  .report-grid-item {
    padding: 25px 0 28px;
    border-top: 0;
  }

  .report-grid-item:nth-child(odd) {
    border-right: 0;
  }

  .report-grid-item:nth-child(n + 3) {
    border-top: 0;
  }

  .report-grid-item:nth-child(n + 2) {
    border-top: 1px solid var(--rule);
  }

  .bar-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .report-code {
    overflow-x: visible;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 420px) {
  .report-timeline article {
    display: block;
  }

  .report-timeline h3 {
    margin-top: 12px;
  }

  .report-table tbody td {
    grid-template-columns: minmax(98px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
  }
}

@supports not (overflow: clip) {
  .report-hero {
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .report-toc-indicator,
  .report-toc a,
  .report-progress-chevron,
  .report-progress-track > span {
    transition-duration: 0s;
  }
}

@media (forced-colors: active) {
  .report-toc-indicator,
  .report-progress-track > span {
    background: CanvasText;
  }

  .report-bars,
  .report-code,
  .report-principle,
  .report-note,
  .report-evidence-note {
    border-color: CanvasText;
  }

  .bar-track,
  .bar-track span {
    background: CanvasText;
  }
}

@media print {
  @page {
    size: Letter;
    margin: 0.65in 0.7in 0.72in;
  }

  body {
    overflow: visible;
    background: var(--jl-color-surface);
    font-family: Arial, Helvetica, sans-serif;
    print-color-adjust: exact;
  }

  .jl-global-header,
  .report-breadcrumb,
  .report-actions,
  .report-toc,
  .report-progress,
  .report-ending,
  script {
    display: none !important;
  }

  .shell,
  .report-layout {
    width: auto;
    max-width: none;
    margin: 0;
  }

  .report-hero {
    overflow: visible;
    padding: 0 0 0.3in;
    border-bottom: 1px solid var(--rule);
  }

  .report-hero::before {
    display: none;
  }

  .report-kicker {
    margin-top: 0;
  }

  .report-hero-grid {
    display: block;
    margin-top: 0.25in;
  }

  .report-hero h1 {
    max-width: 7.2in;
    font-size: 36pt;
    line-height: 0.96;
  }

  .report-summary {
    max-width: 6.5in;
    margin: 0.24in 0 0;
    padding: 0;
  }

  .report-summary > p {
    font-size: 10.5pt;
    line-height: 1.45;
  }

  .report-meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 0.3in;
    padding-top: 0.16in;
  }

  .report-meta dt {
    font-size: 6.5pt;
  }

  .report-meta dd {
    font-size: 8.1pt;
  }

  .report-print-provenance {
    display: block;
    margin: 0.18in 0 0;
    color: var(--muted);
    font: 6.8pt/1.4 var(--jl-font-mono);
  }

  .report-layout {
    display: block;
    padding: 0;
    border-top: 0;
  }

  .report-intro {
    padding: 0.4in 0 0.36in;
  }

  .report-intro + .report-section,
  .report-section {
    padding: 0.34in 0 0.4in;
    break-before: auto;
  }

  .report-heading-group {
    break-after: avoid-page;
    break-inside: avoid-page;
  }

  .report-number {
    margin-bottom: 0.13in;
    font-size: 7pt;
    break-after: avoid-page;
  }

  .report-intro h2,
  .report-section h2 {
    font-size: 23pt;
    line-height: 1;
    break-after: avoid-page;
  }

  .report-abstract-lede,
  .report-lede {
    margin-top: 0.22in;
    font-size: 14pt;
    break-after: avoid-page;
  }

  .report-prose {
    max-width: none;
    margin-top: 0.22in;
  }

  .report-prose p {
    font-size: 9.2pt;
    line-height: 1.55;
    orphans: 3;
    widows: 3;
  }

  .report-heading-group + .report-prose,
  .report-prose p:first-child {
    break-before: avoid-page;
  }

  .report-prose p + p {
    margin-top: 0.13in;
  }

  .report-principle,
  .report-bars,
  .report-code,
  .report-quote {
    break-inside: avoid-page;
  }

  .report-principle {
    margin-top: 0.24in;
    padding: 0.16in 0;
  }

  .report-principle strong {
    font-size: 14.5pt;
  }

  .report-principle span,
  .report-note,
  .report-evidence-note {
    font-size: 8pt;
  }

  .report-grid {
    margin-top: 0.24in;
  }

  .report-grid-item {
    padding: 0.13in;
  }

  .report-grid h3 {
    margin-top: 0.14in;
    font-size: 9pt;
  }

  .report-grid-item > p:last-child {
    font-size: 7.3pt;
  }

  .report-table-caption {
    font-size: 6.5pt;
  }

  .report-table {
    display: table;
    min-width: 0;
    font-size: 7.1pt;
  }

  .report-table thead {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    clip-path: none;
    white-space: normal;
  }

  .report-table tbody {
    display: table-row-group;
  }

  .report-table tr {
    display: table-row;
    padding: 0;
    border: 0;
  }

  .report-table th,
  .report-table td {
    display: table-cell;
    width: auto;
    padding: 0.08in 0.09in;
    border-top: 1px solid var(--rule);
  }

  .report-table tbody th {
    width: 22%;
    margin: 0;
    font-size: inherit;
  }

  .report-table tbody td::before {
    content: none;
  }

  .report-bars {
    margin-top: 0.24in;
    padding: 0.13in 0 0.15in;
  }

  .report-bars figcaption {
    margin-bottom: 0.12in;
    font-size: 6.5pt;
  }

  .bar-row strong {
    font-size: 8pt;
  }

  .bar-row small {
    font-size: 6.7pt;
  }

  .report-timeline {
    margin-top: 0.24in;
  }

  .report-timeline article {
    padding: 0.11in 0;
  }

  .report-timeline h3 {
    font-size: 9pt;
  }

  .report-timeline p {
    font-size: 7pt;
  }

  .report-code {
    margin-top: 0.24in;
    padding: 0.16in;
    font-size: 7pt;
  }

  .report-quote {
    font-size: 15pt;
  }

  .references li {
    font-size: 7.4pt;
    orphans: 2;
    widows: 2;
  }

  .references a[href^="http"]::after {
    content: " <" attr(href) ">";
    font-family: var(--jl-font-mono);
    font-size: 0.82em;
    overflow-wrap: anywhere;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  h2,
  h3,
  tr,
  .report-timeline article {
    break-inside: avoid-page;
  }
}
