.report-module-list {
    display: grid;
    gap: 42px;
    margin-top: 36px;
}

.page-content-block {
    min-width: 0;
}

.page-content-block > :first-child {
    margin-top: 0;
}

.page-content-block > :last-child {
    margin-bottom: 0;
}

.report-module-anchor {
    min-width: 0;
    scroll-margin-top: 112px;
}

.translation-fallback-notice {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 24px;
    padding: 12px 15px;
    border-left: 4px solid #2f7599;
    background: #eef6f8;
    color: #315867;
    font-size: 14px;
    line-height: 1.6;
}

.translation-fallback-notice .ti {
    flex: 0 0 auto;
    color: #17658b;
    font-size: 20px;
}

.report-module {
    --report-accent: #1782a6;
    --report-accent-strong: #15536b;
    --report-accent-soft: #edf8fa;
    --report-support: #5e8b45;
    --report-border: #cfe0e5;
    --report-heading: #223f4c;
    --report-text: #435963;
    --report-icon-size: 40px;
    --report-line-width: 2px;
    --report-radius: 6px;
    --report-module-gap: 22px;
    --report-shadow: 0 12px 28px rgba(26, 67, 82, .08);
    min-width: 0;
    padding-top: 24px;
    border-top: var(--report-line-width) solid var(--report-accent);
    color: var(--report-text);
}

.report-module header {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    width: auto;
    height: auto;
}

.report-chapter--about {
    --report-accent: #1687a6;
    --report-accent-strong: #14556a;
    --report-accent-soft: #edf8fa;
    --report-support: #609446;
    --report-border: #c9e0e5;
    --report-icon-size: 40px;
    --report-radius: 6px;
}

.report-chapter--management {
    --report-accent: #29759a;
    --report-accent-strong: #234d69;
    --report-accent-soft: #edf5f9;
    --report-support: #718f38;
    --report-border: #c9dce5;
    --report-icon-size: 38px;
    --report-radius: 4px;
}

.report-chapter--governance {
    --report-accent: #245f91;
    --report-accent-strong: #243f64;
    --report-accent-soft: #eef4f9;
    --report-support: #b0812c;
    --report-border: #cbd9e6;
    --report-icon-size: 38px;
    --report-radius: 4px;
}

.report-chapter--product {
    --report-accent: #b27a22;
    --report-accent-strong: #704f1f;
    --report-accent-soft: #fcf6e9;
    --report-support: #287e87;
    --report-border: #e5d7bc;
    --report-icon-size: 42px;
    --report-radius: 6px;
}

.report-chapter--environment {
    --report-accent: #4d873e;
    --report-accent-strong: #315e35;
    --report-accent-soft: #f0f7ee;
    --report-support: #23819b;
    --report-border: #cee0ca;
    --report-icon-size: 42px;
    --report-radius: 6px;
}

.report-chapter--social {
    --report-accent: #b45d68;
    --report-accent-strong: #72424c;
    --report-accent-soft: #fbf0f2;
    --report-support: #397e9e;
    --report-border: #e4cdd2;
    --report-icon-size: 40px;
    --report-radius: 6px;
}

.report-chapter--appendix {
    --report-accent: #2f5e88;
    --report-accent-strong: #203f61;
    --report-accent-soft: #eef3f7;
    --report-support: #628043;
    --report-border: #c6d3dd;
    --report-icon-size: 38px;
    --report-radius: 4px;
}

.report-module__header {
    display: grid;
    gap: 7px;
    margin-bottom: var(--report-module-gap);
}

.report-module__title {
    position: relative;
    margin: 0;
    padding-left: 18px;
    color: var(--report-heading);
    font-size: 25px;
    line-height: 1.45;
    letter-spacing: 0;
}

.report-module__title::before {
    content: "";
    position: absolute;
    top: .22em;
    bottom: .22em;
    left: 0;
    width: 5px;
    border-radius: 2px;
    background: var(--report-accent);
}

.report-module__subtitle {
    margin: 0;
    color: #687a82;
    font-size: 16px;
    line-height: 1.7;
}

.report-template--appendix-navigation .report-richtext {
    margin-top: 4px;
}

.appendix-index {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.appendix-index__item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 15px 16px;
    border: 1px solid var(--report-border);
    border-left: 4px solid var(--report-accent);
    border-radius: 6px;
    background: #fff;
    color: var(--report-heading);
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.appendix-index__item:hover {
    border-color: var(--report-accent);
    box-shadow: 0 8px 20px rgba(32, 63, 97, .1);
    color: var(--report-accent-strong);
    transform: translateY(-2px);
}

.appendix-index__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--report-accent-soft);
    color: var(--report-accent);
    font-size: 20px;
}

.appendix-index__copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.appendix-index__copy strong {
    font-size: 16px;
    line-height: 1.45;
}

.appendix-index__copy small,
.appendix-index__page {
    color: #687983;
    font-size: 12px;
}

.appendix-index__page {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .appendix-index {
        grid-template-columns: 1fr;
    }

    .appendix-index__item {
        grid-template-columns: 36px minmax(0, 1fr) auto;
        padding: 13px 14px;
    }
}

/* Report profile, chapter navigation and original media */
.report-gallery {
    margin: 0;
}

.report-gallery__item {
    margin: 0;
    min-width: 0;
}

.report-gallery img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--report-border);
    box-shadow: var(--report-shadow);
}

.report-gallery--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.report-gallery--grid .report-gallery__item {
    overflow: hidden;
    border: 1px solid var(--report-border);
    background: #f5f8f9;
    aspect-ratio: 16 / 10;
}

.report-gallery--grid img {
    height: 100%;
    border: 0;
    box-shadow: none;
    object-fit: cover;
}

.report-gallery__caption {
    grid-column: 1 / -1;
    color: #66777e;
    font-size: 14px;
    line-height: 1.7;
}

.report-gallery--report-cover {
    display: grid;
    grid-template-columns: minmax(320px, 56%) minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    padding: 28px;
    background: linear-gradient(135deg, #f4faf6 0%, #eef7f9 52%, #f8fbf4 100%);
}

.report-gallery--report-cover img {
    height: auto;
    object-fit: contain;
}

.report-gallery--report-cover figcaption {
    color: var(--report-heading);
    font-size: 18px;
    line-height: 1.8;
}

.report-gallery--signature {
    max-width: 330px;
    margin-left: auto;
}

.report-gallery--signature img {
    border: 0;
    box-shadow: none;
}

.report-gallery--signature figcaption {
    margin-top: 8px;
    color: #5e7078;
    text-align: right;
}

.report-document {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid var(--report-border);
    border-left: 5px solid var(--report-accent);
    background: #fff;
    box-shadow: var(--report-shadow);
}

.report-document__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: #fff;
    background: var(--report-accent-strong);
    font-size: 28px;
}

.report-document__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.report-document__copy strong {
    overflow-wrap: anywhere;
    color: var(--report-heading);
    font-size: 18px;
}

.report-document__copy p {
    margin: 0;
}

.report-document__copy small {
    color: #74858c;
}

.report-document__button {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    color: #fff;
    background: var(--report-accent-strong);
    font-weight: 700;
    text-decoration: none;
}

.report-document__button:hover {
    color: #fff;
    background: var(--report-accent);
}

.report-chapter-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.report-chapter-nav__chapter {
    --chapter-nav-tone: #2587a3;
    min-width: 0;
    border: 1px solid #d7e3e7;
    border-top: 4px solid var(--chapter-nav-tone);
    background: #fff;
}

.report-chapter-nav__chapter--management { --chapter-nav-tone: #388f83; }
.report-chapter-nav__chapter--governance { --chapter-nav-tone: #386d9c; }
.report-chapter-nav__chapter--product { --chapter-nav-tone: #b4893b; }
.report-chapter-nav__chapter--environment { --chapter-nav-tone: #6d9846; }
.report-chapter-nav__chapter--social { --chapter-nav-tone: #bd6873; }
.report-chapter-nav__chapter--appendix { --chapter-nav-tone: #626b79; }

.report-chapter-nav__heading {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 16px 18px;
    color: var(--report-heading);
    background: #f7fafb;
    text-decoration: none;
}

.report-chapter-nav__heading > span {
    color: var(--chapter-nav-tone);
    font-size: 22px;
    font-weight: 800;
}

.report-chapter-nav__heading > small {
    white-space: nowrap;
    color: #75858c;
}

.report-chapter-nav__chapter ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0 18px 12px;
    list-style: none;
}

.report-chapter-nav__chapter li + li {
    border-top: 1px solid #edf1f3;
}

.report-chapter-nav__chapter li a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 10px 0;
    color: #4e626c;
    text-decoration: none;
}

.report-chapter-nav__chapter li a:hover span {
    color: var(--chapter-nav-tone);
}

.report-chapter-nav__chapter li small {
    white-space: nowrap;
    color: #8a979d;
}

.report-editorial-lead {
    margin-bottom: 28px;
    padding: 22px 26px;
    border-left: 5px solid #6d9846;
    background: #f2f8f0;
    color: #36515a;
    font-size: 18px;
    line-height: 1.85;
}

.report-editorial-lead p:last-child,
.report-letter p:last-child {
    margin-bottom: 0;
}

.report-letter {
    color: #445960;
    font-size: 16px;
    line-height: 1.95;
}

.report-letter h3 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
    color: #234f66;
    font-size: 21px;
}

.report-letter h3::before {
    content: "";
    width: 24px;
    height: 3px;
    background: #6f9844;
}

.report-profile-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
    margin-top: 22px;
    padding: 22px 24px;
    border: 1px solid #cbdde1;
    background: #f6fafb;
}

.report-profile-contact strong,
.report-profile-contact span {
    display: block;
}

.report-profile-contact strong {
    margin-bottom: 3px;
    color: #245b70;
}

.report-home-overview {
    padding: 72px 0;
    background: #f4f8f8;
}

.report-home-overview .report-module-list {
    margin-top: 0;
}

.report-profile-link {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 24px;
    gap: 16px;
    align-items: center;
    margin: 0 0 32px;
    padding: 20px 24px;
    border: 1px solid #c9dde6;
    border-left: 4px solid #167aa6;
    border-radius: 6px;
    color: #284651;
    background: #f4fafc;
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease;
}

.report-profile-link:hover {
    border-color: #7fb7ca;
    color: #174f68;
    background: #eef8fb;
}

.report-profile-link__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    background: #167aa6;
    font-size: 26px;
}

.report-profile-link strong,
.report-profile-link small {
    display: block;
}

.report-profile-link strong {
    margin-bottom: 4px;
    font-size: 18px;
}

.report-profile-link small {
    color: #647a83;
    font-size: 14px;
    line-height: 1.65;
}

.report-icon {
    display: block;
    width: var(--report-icon-size);
    height: var(--report-icon-size);
    object-fit: contain;
}

.report-tone--e,
.report-tone--environment {
    --tone: #4e8a43;
    --tone-strong: #315f37;
    --tone-soft: #eef7ed;
    --tone-border: #c9dec5;
}

.report-tone--s,
.report-tone--social {
    --tone: #bf6672;
    --tone-strong: #7f4550;
    --tone-soft: #fbf0f2;
    --tone-border: #e6ccd1;
}

.report-tone--g,
.report-tone--governance {
    --tone: #2b6f99;
    --tone-strong: #224e6e;
    --tone-soft: #edf5f9;
    --tone-border: #c8dce7;
}

.report-tone--economy,
.report-tone--product {
    --tone: #b88734;
    --tone-strong: #77591f;
    --tone-soft: #fbf6eb;
    --tone-border: #e7d9b9;
}

.report-tone--neutral,
.report-tone--about {
    --tone: var(--report-accent);
    --tone-strong: var(--report-accent-strong);
    --tone-soft: var(--report-accent-soft);
    --tone-border: var(--report-border);
}

.report-tone--teal {
    --tone: #258b86;
    --tone-strong: #216762;
    --tone-soft: #edf8f7;
    --tone-border: #c7e3e0;
}

.report-tone--blue {
    --tone: #27749c;
    --tone-strong: #215476;
    --tone-soft: #edf5fa;
    --tone-border: #c8dce7;
}

.report-tone--green {
    --tone: #6b953c;
    --tone-strong: #4b6d2c;
    --tone-soft: #f1f7e9;
    --tone-border: #d5e2c0;
}

.report-tone--cyan {
    --tone: #2d8fa4;
    --tone-strong: #256678;
    --tone-soft: #edf8fa;
    --tone-border: #c8e2e7;
}

/* KPI highlights */
.report-module--home {
    margin-top: 58px;
    padding-top: 30px;
}

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

.report-kpi__pillar {
    min-width: 0;
    color: #344b56;
}

.report-kpi__pillar-header {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
    min-height: 76px;
    padding: 13px 16px;
    border-top: 4px solid var(--tone);
    border-bottom: 1px solid var(--tone-border);
    background: var(--tone-soft);
}

.report-kpi__pillar-icon {
    grid-row: 1 / 3;
    width: 42px;
    height: 42px;
    color: var(--tone-strong);
    object-fit: contain;
}

.report-kpi__pillar-letter {
    grid-row: 1 / 3;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--tone);
    border-radius: 50%;
    color: var(--tone-strong);
    background: #fff;
    font-size: 22px;
    font-weight: 800;
}

.report-kpi__pillar-header h3 {
    grid-column: 2;
    margin: 0;
    color: var(--tone-strong);
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0;
}

.report-kpi__list {
    display: grid;
    gap: 0;
}

.report-kpi__item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    min-height: 142px;
    padding: 20px 12px 18px 8px;
    border-bottom: 1px solid var(--tone-border);
    background: #fff;
}

.report-kpi__icon-wrap {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    color: var(--tone-strong);
    background: var(--tone-soft);
}

.report-kpi__icon {
    width: 30px;
    height: 30px;
    color: currentColor;
    object-fit: contain;
}

.report-kpi__content,
.report-kpi__metric {
    min-width: 0;
}

.report-kpi__content h4 {
    margin: 0 0 8px;
    color: #334b56;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
}

.report-kpi__values {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 16px;
    align-items: flex-end;
}

.report-kpi__metric {
    display: grid;
    gap: 2px;
}

.report-kpi__metric-label {
    color: #708088;
    font-size: 12px;
    line-height: 1.35;
}

.report-kpi__value {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 100%;
    align-items: baseline;
    color: var(--tone-strong);
    white-space: normal;
}

.report-kpi__value strong {
    min-width: 0;
    max-width: 100%;
    font-size: 27px;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
    letter-spacing: 0;
    overflow-wrap: break-word;
}

.report-kpi__value span {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.report-kpi__value--composite {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.report-kpi__value--composite strong {
    white-space: nowrap;
}

.report-kpi__value--composite small {
    display: block;
    max-width: 100%;
    color: #61747d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.report-kpi__content p {
    margin: 8px 0 0;
    color: #61747d;
    font-size: 13px;
    line-height: 1.55;
}

.report-kpi__content time {
    display: block;
    margin-top: 7px;
    color: #89959b;
    font-size: 12px;
    white-space: nowrap;
}

.report-kpi--home-rotator .report-kpi__pillar[data-kpi-rotator-pillar] {
    border-bottom: 1px solid var(--tone-border);
    outline: 0;
}

.report-kpi--home-rotator .report-kpi__pillar[data-kpi-rotator-pillar]:focus-visible {
    outline: 2px solid var(--tone);
    outline-offset: 4px;
}

.report-kpi__rotator-status {
    display: none;
    min-height: 36px;
    padding: 8px 12px 9px 70px;
    align-items: center;
    justify-content: space-between;
    color: #77878e;
    background: #fff;
}

.report-kpi__rotator-dots {
    display: flex;
    gap: 6px;
    align-items: center;
}

.report-kpi__rotator-dot {
    display: block;
    width: 16px;
    height: 2px;
    background: var(--tone-border);
    transition: width 260ms ease, background-color 260ms ease;
}

.report-kpi__rotator-dot.is-active {
    width: 28px;
    background: var(--tone);
}

.report-kpi__rotator-count {
    display: inline-flex;
    gap: 4px;
    align-items: baseline;
    font-size: 11px;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.report-kpi__pillar.is-kpi-rotator-ready .report-kpi__list {
    position: relative;
    min-height: var(--kpi-rotator-height, 158px);
    overflow: hidden;
    isolation: isolate;
}

.report-kpi__pillar.is-kpi-rotator-ready .report-kpi__item {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 560ms cubic-bezier(.22, .68, .2, 1), opacity 420ms ease;
    will-change: transform, opacity;
}

.report-kpi__pillar.is-kpi-rotator-ready .report-kpi__item.is-active {
    z-index: 2;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.report-kpi__pillar.is-kpi-rotator-ready .report-kpi__item.is-leaving-up {
    z-index: 1;
    visibility: visible;
    opacity: 0;
    transform: translateY(-100%);
}

.report-kpi__pillar.is-kpi-rotator-ready .report-kpi__rotator-status {
    display: flex;
}

.report-kpi--single {
    grid-template-columns: minmax(0, 1fr);
}

.report-kpi--single .report-kpi__list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.report-kpi--single .report-kpi__item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    min-height: 154px;
    padding: 19px 14px;
    border-right: 1px solid var(--tone-border);
}

.report-kpi--single .report-kpi__icon-wrap {
    width: 42px;
    height: 42px;
}

.report-kpi--single .report-kpi__icon {
    width: 27px;
    height: 27px;
}

.report-kpi--single .report-kpi__content h4 {
    font-size: 14px;
}

.report-kpi--single .report-kpi__item:last-child {
    border-right: 0;
}

/* History timeline */
.report-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding-top: 18px;
}

.report-timeline--columns-1 {
    grid-template-columns: minmax(0, 1fr);
}

.report-timeline--columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-timeline--columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.report-timeline::before {
    content: "";
    position: absolute;
    top: 47px;
    right: 10%;
    left: 10%;
    height: 2px;
    background: #b9d6df;
}

.report-timeline__era {
    position: relative;
    min-width: 0;
    padding: 0 14px;
}

.report-timeline__era-header {
    display: grid;
    min-height: 144px;
    justify-items: center;
    align-content: start;
    text-align: center;
}

.report-timeline__marker {
    position: relative;
    z-index: 1;
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border: 2px solid var(--tone);
    border-radius: 50%;
    color: var(--tone-strong);
    background: #fff;
    box-shadow: 0 5px 16px rgba(30, 73, 89, .1);
}

.report-timeline__icon {
    width: 34px;
    height: 34px;
}

.report-timeline__era-header time {
    margin-top: 11px;
    color: var(--tone-strong);
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.report-timeline__era-header h4 {
    margin: 3px 0 0;
    color: #314b57;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
}

.report-timeline__events {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 16px 0 0;
    border-top: 3px solid var(--tone);
    list-style: none;
}

.report-timeline__events li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
}

.report-timeline__events li > div:only-child {
    grid-column: 1 / -1;
}

.report-timeline__events time {
    color: var(--tone-strong);
    font-size: 13px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.report-timeline__events strong {
    display: block;
    color: #3d535d;
    font-size: 13px;
    line-height: 1.5;
}

.report-timeline__events p {
    margin: 3px 0 0;
    color: #708087;
    font-size: 12px;
    line-height: 1.5;
}

.report-timeline__highlights {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 22px;
    margin-top: 34px;
    padding: 24px;
    border-top: 1px solid var(--report-border);
    border-bottom: 1px solid var(--report-border);
    background: var(--report-accent-soft);
}

.report-timeline__highlights > header span {
    display: block;
    color: var(--report-accent);
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.report-timeline__highlights > header h4 {
    margin: 8px 0 0;
    color: var(--report-accent-strong);
    font-size: 17px;
}

.report-timeline__highlights > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.report-timeline__highlights article {
    min-width: 0;
    padding-left: 14px;
    border-left: 2px solid var(--report-support);
}

.report-timeline__highlight-icon {
    width: 30px;
    height: 30px;
    color: var(--report-accent-strong);
}

.report-timeline__highlights h5 {
    margin: 8px 0 0;
    color: #344c57;
    font-size: 15px;
    letter-spacing: 0;
}

.report-timeline__highlights p {
    margin: 5px 0 0;
    color: #687a82;
    font-size: 13px;
    line-height: 1.55;
}

/* Material topic icon grid */
.report-icon-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.report-icon-grid--count-1 {
    grid-template-columns: minmax(0, 1fr);
}

.report-icon-grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-icon-grid--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.report-icon-grid__group {
    min-width: 0;
}

.report-icon-grid__group > header {
    display: flex;
    min-height: 62px;
    gap: 9px;
    align-items: center;
    padding: 12px 13px;
    border-top: 4px solid var(--tone);
    border-bottom: 1px solid var(--tone-border);
    color: var(--tone-strong);
    background: var(--tone-soft);
}

.report-icon-grid__group > header h4 {
    min-width: 0;
    margin: 0;
    font-size: 17px;
    letter-spacing: 0;
}

.report-icon-grid__group > header span {
    margin-left: auto;
    color: var(--tone);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.report-icon-grid__group-icon {
    width: 30px;
    height: 30px;
}

.report-icon-grid__group--sdg > header {
    min-height: 76px;
}

.report-icon-grid__group--sdg .report-icon-grid__group-icon {
    width: 46px;
    height: 46px;
}

.report-icon-grid__group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.report-icon-grid__group li {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    gap: 9px;
    align-items: center;
    min-height: 66px;
    padding: 10px 8px 10px 4px;
    border-bottom: 1px solid var(--tone-border);
    background: #fff;
}

.report-icon-grid__group li.is-featured {
    background: color-mix(in srgb, var(--tone-soft) 62%, #fff);
}

.report-icon-grid__icon-wrap {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: var(--tone-strong);
    background: var(--tone-soft);
}

.report-icon-grid__icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.report-icon-grid__group li.is-sdg {
    grid-template-columns: 58px minmax(0, 1fr) 18px;
    min-height: 82px;
}

.report-icon-grid__group li.is-sdg .report-icon-grid__icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: transparent;
}

.report-icon-grid__group li.is-sdg .report-icon-grid__icon {
    width: 52px;
    height: 52px;
}

.report-icon-grid__text {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.report-icon-grid__text strong {
    color: #3c515b;
    font-size: 14px;
    line-height: 1.4;
}

.report-icon-grid__text small {
    color: #76868d;
    font-size: 11px;
    line-height: 1.4;
}

.report-icon-grid__material {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    color: var(--tone);
}

.report-icon-grid__material-icon {
    width: 16px;
    height: 16px;
}

.report-icon-grid__attribution {
    margin: 16px 0 0;
    color: #75858c;
    font-size: 12px;
    line-height: 1.6;
}

.report-richtext {
    font-size: 17px;
    line-height: 1.9;
}

.report-richtext > :first-child {
    margin-top: 0;
}

.report-richtext > :last-child {
    margin-bottom: 0;
}

.report-richtext .report-lead {
    margin-bottom: 22px;
    padding: 20px 22px;
    border-left: 4px solid var(--report-support);
    background: var(--report-accent-soft);
    color: var(--report-accent-strong);
    font-size: 18px;
}

.report-richtext .report-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.report-richtext .report-points li {
    min-width: 0;
    padding: 16px 18px;
    border: 1px solid var(--report-border);
    border-radius: var(--report-radius);
    background: #fff;
    overflow-wrap: anywhere;
}

.report-visualization {
    min-height: 220px;
    border: 1px solid var(--report-border);
    border-radius: var(--report-radius);
    background: #fff;
    box-shadow: var(--report-shadow);
}

.report-visualization__content {
    min-height: inherit;
    padding: 24px;
}

.report-visualization__empty,
.report-module__empty {
    display: grid;
    min-height: 220px;
    place-items: center;
    padding: 28px;
    color: #718089;
    text-align: center;
}

.report-visualization__empty span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 18px;
    border: 1px dashed var(--report-accent);
    border-radius: var(--report-radius);
    color: var(--report-accent-strong);
    background: var(--report-accent-soft);
}

.report-table-wrap {
    width: 100%;
    border: 1px solid var(--report-border);
    border-radius: var(--report-radius);
    overflow-x: auto;
    background: #fff;
    box-shadow: var(--report-shadow);
}

.report-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    color: #3c4f58;
    font-size: 15px;
}

.report-table th,
.report-table td {
    padding: 13px 15px;
    border-right: 1px solid var(--report-border);
    border-bottom: 1px solid var(--report-border);
    vertical-align: top;
}

.report-table th:last-child,
.report-table td:last-child {
    border-right: 0;
}

.report-table tbody tr:last-child td {
    border-bottom: 0;
}

.report-table th {
    color: #fff;
    background: var(--report-accent-strong);
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.report-table tbody tr:nth-child(even) {
    background: var(--report-accent-soft);
}

.report-table td:nth-child(n + 3) {
    white-space: nowrap;
}

.report-table__note {
    margin: 10px 0 0;
    color: #6f7d84;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .report-module-list {
        gap: 34px;
        margin-top: 30px;
    }

    .report-richtext .report-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .report-kpi {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .report-kpi--single {
        grid-template-columns: minmax(0, 1fr);
    }

    .report-kpi--single .report-kpi__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .report-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 0;
    }

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

    .report-icon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .report-chapter-nav {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .report-module-list {
        gap: 30px;
        margin-top: 26px;
    }

    .report-module {
        --report-module-gap: 17px;
        padding-top: 19px;
    }

    .report-gallery--grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .report-module__title {
        font-size: 21px;
        line-height: 1.45;
    }

    .report-module__subtitle,
    .report-richtext {
        font-size: 15px;
    }

    .report-richtext .report-lead {
        padding: 16px 18px;
        font-size: 16px;
    }

    .report-richtext .report-points {
        grid-template-columns: 1fr;
    }

    .report-module--home {
        margin-top: 38px;
        padding-top: 22px;
    }

    .report-kpi,
    .report-icon-grid {
        grid-template-columns: 1fr;
    }

    .report-kpi--single .report-kpi__list {
        grid-template-columns: 1fr;
    }

    .report-kpi--single .report-kpi__item {
        border-right: 0;
    }

    .report-kpi__item {
        min-height: 0;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .report-kpi__value strong {
        font-size: 25px;
    }

    .report-timeline {
        display: block;
        padding: 0 0 0 20px;
        border-left: 2px solid #c6dce3;
    }

    .report-timeline__era {
        padding: 0 0 28px 24px;
    }

    .report-timeline__era:last-child {
        padding-bottom: 0;
    }

    .report-timeline__era-header {
        position: relative;
        display: block;
        min-height: 0;
        text-align: left;
    }

    .report-timeline__marker {
        position: absolute;
        top: 0;
        left: -47px;
        width: 44px;
        height: 44px;
    }

    .report-timeline__icon {
        width: 25px;
        height: 25px;
    }

    .report-timeline__era-header time {
        display: block;
        margin: 0;
    }

    .report-timeline__era-header h4 {
        margin-top: 4px;
    }

    .report-timeline__events {
        margin-top: 12px;
        padding-top: 12px;
    }

    .report-timeline__events li {
        grid-template-columns: minmax(0, 1fr);
        gap: 2px;
    }

    .report-timeline__highlights {
        grid-template-columns: 1fr;
        padding: 19px;
    }

    .report-timeline__highlights > div {
        grid-template-columns: 1fr;
    }

    .report-icon-grid__group li {
        min-height: 60px;
    }

    .report-gallery--report-cover {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .report-gallery--report-cover img {
        width: min(100%, 280px);
        margin: 0 auto;
    }

    .report-document {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 18px;
    }

    .report-document__icon {
        width: 46px;
        height: 46px;
        font-size: 24px;
    }

    .report-document__button {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .report-profile-contact {
        grid-template-columns: 1fr;
    }

    .report-chapter-nav__heading {
        grid-template-columns: 38px minmax(0, 1fr) auto;
        padding: 14px;
    }

    .report-profile-link {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 17px;
    }

    .report-profile-link__icon {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }

    .report-profile-link > .ti-arrow-right {
        display: none;
    }

    .report-visualization,
    .report-visualization__empty,
    .report-module__empty {
        min-height: 180px;
    }

    .report-table-wrap--stack .report-table,
    .report-table-wrap--stack .report-table tbody,
    .report-table-wrap--stack .report-table tr,
    .report-table-wrap--stack .report-table td {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .report-table-wrap--stack .report-table thead {
        display: none;
    }

    .report-table-wrap--stack .report-table tr {
        padding: 12px 15px;
        border-bottom: 1px solid var(--report-border);
    }

    .report-table-wrap--stack .report-table td {
        display: grid;
        grid-template-columns: minmax(95px, 38%) 1fr;
        gap: 12px;
        padding: 8px 0;
        border: 0;
        white-space: normal;
    }

    .report-table-wrap--stack .report-table td::before {
        content: attr(data-label);
        color: var(--report-accent-strong);
        font-weight: 700;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-kpi-counter] {
        transition: none;
    }

    .report-kpi__rotator-dot {
        transition: none;
    }
}
