body {
                width: 100%;
                max-width: none;
                padding: 0;
            }

            p,
            li,
            td,
            th,
            dd {
                font-size: 14px;
                line-height: 1.5;
            }

            img,
            svg {
                max-width: 100%;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

            figure {
                margin: 0 0 24px;
            }

            figcaption {
                font-size: 12px;
                text-align: center;
                padding-top: 6px;
            }

            table {
                width: 100%;
                border-collapse: collapse;
                margin: 0 0 10px;
            }

            th,
            td {
                padding: 8px 6px;
                border-bottom: 1px solid #d2d2d2;
                text-align: left;
                vertical-align: top;
            }

            code {
                font-family: "Courier New", Courier, monospace;
                font-size: 13px;
            }

            .index {
                position: fixed;
                width: 250px;
                max-width: 250px;
                top: 90px;
                left: 50%;
                margin-left: -640px;
                max-height: calc(100vh - 110px);
                overflow-y: auto;
                padding-right: 12px;
            }

            .index nav {
                padding: 0;
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index > .app-index__brand {
                display: block;
                width: 100%;
                margin: 0 -0.65rem 0.9rem;
                padding: 0.3rem 0.65rem;
                border-bottom: 0;
                background: var(--ink) !important;
                color: var(--page-bg-soft) !important;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: clamp(1.9rem, 2.8vw, 2.6rem);
                font-weight: 500;
                letter-spacing: -0.04em;
                line-height: 0.98;
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index > .app-index__brand:hover,
            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index > .app-index__brand:focus-visible {
                background: var(--sidebar-surface) !important;
                color: var(--ink) !important;
                border-bottom-color: transparent !important;
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc {
                gap: 0.65rem;
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group {
                border: 0;
                border-radius: 0;
                background: transparent;
                overflow: visible;
                box-shadow: none;
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group__summary {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 12px;
                width: 100%;
                margin: 0 -0.65rem;
                padding: 0.45rem 0.65rem;
                cursor: pointer;
                list-style: none;
                color: var(--sidebar-muted);
                font-size: 15px;
                font-weight: 400;
                line-height: 1.35;
                border-radius: 0;
                transition:
                    color 180ms ease,
                    background-color 180ms ease;
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group__summary::-webkit-details-marker {
                display: none;
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group__summary::after {
                content: "+";
                flex: 0 0 auto;
                font-size: 1rem;
                line-height: 1;
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group[open] .toc-group__summary::after {
                content: "-";
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group__summary:hover {
                background: var(--ink);
                color: var(--page-bg-soft);
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group__summary:focus-visible {
                outline: none;
                background: var(--ink);
                color: var(--page-bg-soft);
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group[open] .toc-group__summary {
                border-bottom: 0;
                color: var(--sidebar-text);
                font-weight: 700;
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group[open] .toc-group__summary:hover,
            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group[open] .toc-group__summary:focus-visible {
                color: var(--page-bg-soft);
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group__links {
                display: grid;
                gap: 0.18rem;
                padding: 0.28rem 0 0.65rem;
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group__links a {
                width: 100%;
                margin: 0 -0.65rem;
                padding: 0.42rem 0.65rem;
                border-radius: 0;
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group__links .toc-link--section {
                color: var(--sidebar-muted);
                font-size: 0.78rem;
                font-weight: 400;
            }

            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group__links .toc-link--section:hover,
            body.app-body--report.app-body--report-indexed[data-app-theme="minimal"] .app-page-shell > .index #sidebar-toc .toc-group__links .toc-link--section:focus-visible {
                background: var(--ink);
                color: var(--page-bg-soft);
            }

            .index a {
                display: block;
                font-size: 15px;
            }

            .index a:hover {
                color: white;
                background-color: black;
            }

            .toc-link--subsection {
                padding-left: 0.65rem !important;
                font-size: 13px !important;
            }

            .main-text {
                align-content: center;
                margin: auto;
                width: 680px;
            }

            .main-text a {
                display: inline;
                font-size: inherit;
            }

            .report-title {
                margin-bottom: 28px;
            }

            .report-title h1 {
                margin-bottom: 10px;
            }

            .byline {
                margin: 0;
                font-size: 16px;
            }

            .byline--date {
                font-size: 14px;
            }

            .abstract-box {
                padding: 0;
                margin-bottom: 24px;
            }

            .report-note {
                border: 1px solid #111111;
                padding: 14px 16px;
                font-size: 13px;
                margin-bottom: 24px;
            }

            .center-table {
                margin: 0 auto 28px;
                max-width: 90%;
            }

            .figure-grid {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 12px;
                align-items: start;
            }

            .subfigure {
                margin-bottom: 0;
            }

            .chart-wrap {
                border: 1px solid #d2d2d2;
                padding: 10px;
                background: rgba(255, 255, 255, 0.96);
                transition:
                    border-color 180ms ease,
                    background-color 180ms ease,
                    box-shadow 180ms ease;
            }

            .main-text figure > img,
            .main-text .chart-wrap > svg,
            .figure-lightbox__media {
                transition:
                    background-color 180ms ease,
                    border-color 180ms ease,
                    box-shadow 180ms ease,
                    color 180ms ease,
                    fill 180ms ease,
                    stroke 180ms ease;
            }

            .main-text figure > img,
            .main-text .chart-wrap > svg {
                cursor: zoom-in;
            }

            .main-text figure > img[src$=".png"],
            img.figure-lightbox__media[src$=".png"] {
                padding: 12px;
                border: 1px solid rgba(17, 17, 17, 0.12);
                background: rgba(255, 255, 255, 0.98);
                box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
            }

            .main-text figure > img:focus,
            .main-text .chart-wrap > svg:focus {
                outline: 2px solid var(--ink);
                outline-offset: 4px;
            }

            .chart-svg {
                color: #111111;
            }

            .chart-svg text {
                fill: currentColor;
            }

            .chart-svg .chart-axis {
                stroke: #111111;
            }

            .chart-svg .chart-grid {
                stroke: #d0d0d0;
            }

            .chart-svg .chart-series-primary {
                fill: #111111;
                stroke: #111111;
            }

            .chart-svg .chart-series-secondary {
                fill: #666666;
                stroke: #666666;
            }

            .chart-svg .chart-series-accent {
                fill: #b03030;
                stroke: #b03030;
            }

            .chart-svg polyline.chart-series-primary,
            .chart-svg polyline.chart-series-secondary,
            .chart-svg polyline.chart-series-accent {
                fill: none !important;
                stroke-linejoin: round;
                stroke-linecap: round;
            }

            .eqn {
                margin: 18px 0;
            }

            .report-table figcaption {
                padding-top: 10px;
            }

            .footnotes,
            .references {
                padding-left: 20px;
            }

            .footnote-ref,
            .footnote-ref a {
                display: inline;
                font-size: inherit;
            }

            body.figure-lightbox-open {
                overflow: hidden;
            }

            .figure-lightbox[hidden] {
                display: none;
            }

            .figure-lightbox {
                position: fixed;
                inset: 0;
                z-index: 9999;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 24px;
                background: rgba(17, 17, 17, 0.42);
            }

            .figure-lightbox__dialog {
                position: relative;
                display: grid;
                justify-items: center;
                gap: 10px;
                max-width: calc(100vw - 48px);
                max-height: calc(100vh - 48px);
            }

            .figure-lightbox__content {
                display: flex;
                align-items: center;
                justify-content: center;
                min-width: 0;
                min-height: 0;
            }

            .figure-lightbox__media {
                display: block;
                width: auto;
                height: auto;
                max-width: none;
                max-height: none;
                margin: 0;
                cursor: default;
                background: transparent;
                box-shadow: none;
            }

            svg.figure-lightbox__media.chart-svg {
                padding: 10px;
                border: 1px solid #d2d2d2;
                background: rgba(255, 255, 255, 0.96);
                box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
            }

            .figure-lightbox__caption {
                max-width: min(50vw, 560px);
                margin: 0;
                text-align: center;
                color: #f2f2f0;
                font-size: 13px;
                line-height: 1.45;
            }

            @media (max-width: 1260px) {
                .index {
                    position: static;
                    margin: 0 auto 24px;
                    left: auto;
                    max-height: none;
                    width: 680px;
                    max-width: 680px;
                    overflow: visible;
                    padding-right: 0;
                }

                .main-text {
                    width: 680px;
                }
            }

            @media (max-width: 760px) {
                .index,
                .main-text {
                    width: min(92vw, 680px);
                }

                .figure-grid {
                    grid-template-columns: 1fr;
                }
            }
