:root {
    --bg: #061a2d;
    --bg-deep: #03111e;
    --surface: #0a2942;
    --surface-soft: rgba(9, 39, 64, .74);
    --line: rgba(172, 220, 247, .18);
    --line-strong: rgba(172, 220, 247, .34);
    --text: #f5fbff;
    --muted: #9fbed1;
    --green: #20d96b;
    --green-bright: #18f49a;
    --blue: #397df7;
    --cyan: #27d8ff;
    --violet: #a55cff;
    --orange: #ff9e4a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }

@font-face {
    font-family: "ALS_Sirius";
    src: url("/assets/fonts/ALS_Sirius_Regular_0.95.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "ALS_Sirius";
    src: url("/assets/fonts/ALS_Sirius_Bold_0.95.otf") format("opentype");
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--text);
    font-family: "ALS_Sirius", Arial, sans-serif;
    line-height: 1.42;
    background:
        radial-gradient(circle at 82% 5%, rgba(24, 244, 154, .11), transparent 30%),
        radial-gradient(circle at 10% 25%, rgba(57, 125, 247, .14), transparent 32%),
        linear-gradient(145deg, #071f35 0%, #061a2d 48%, #03111e 100%);
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

button { font: inherit; }
._overflow { overflow: hidden; }
._overflow .pageWrapper { opacity: 0; }

#particles-js {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle, rgba(34,81,122,1) 0%, rgba(13,37,58,1) 52%);
}
#particles-js canvas { width: 100% !important; height: 100% !important; }
.preloader {
    position: fixed;
    z-index: 100;
    inset: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: #0d253a;
}
.preloader .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    padding: 24px;
}
.logos { display: flex; justify-content: center; }
.logos img { width: min(320px, 70vw); height: auto; }
.preloader h3 { font-size: clamp(18px, 1.6vw, 28px); font-weight: 400; }
.title { font-size: clamp(30px, 4vw, 58px); line-height: 1.15; text-transform: uppercase; font-weight: 900; }
.loading { width: min(480px, 82vw); }
.loadingWrapper { height: 36px; border: 2px solid #fff; overflow: hidden; }
.loadingLine { width: 0; height: 100%; background: #28be46; }

.pageWrapper {
    width: min(1540px, 100%);
    margin: 0 auto;
    padding: 28px clamp(18px, 3.5vw, 56px) 70px;
    transition: opacity .5s ease;
}
.header {
    min-height: 66px;
    display: flex;
    align-items: center;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}
.headerLogo { width: auto; max-width: min(310px, 66vw); max-height: 56px; }
main { display: flex; flex-direction: column; gap: clamp(72px, 8vw, 118px); }

.gradientText,
.gradientNumber {
    display: inline-block;
    max-width: 100%;
    padding: .03em .08em .07em .02em;
    color: transparent;
    overflow: visible;
    background: linear-gradient(105deg, #18f49a 0%, #8effce 20%, #21d4fd 45%, #9a62ff 67%, #18f49a 100%);
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: gradientShimmer 5.2s linear infinite;
}

.heroSection {
    position: relative;
    isolation: isolate;
    min-height: 590px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr);
    gap: clamp(34px, 5vw, 76px);
    align-items: center;
    padding: clamp(54px, 7vw, 110px) 0 clamp(46px, 6vw, 88px);
    border-bottom: 1px solid var(--line-strong);
}
.heroSection::before {
    content: "";
    position: absolute;
    inset: 8% 0 6% 46%;
    z-index: -2;
    background:
        linear-gradient(120deg, rgba(57, 125, 247, .18), transparent 44%),
        radial-gradient(circle at 60% 38%, rgba(24,244,154,.18), transparent 40%);
    clip-path: polygon(10% 0, 100% 0, 100% 86%, 74% 100%, 0 74%);
}
.heroSection::after {
    content: "2026";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -3;
    color: rgba(255,255,255,.032);
    font-size: clamp(170px, 23vw, 360px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -.08em;
}
.heroCopy h1 {
    max-width: 720px;
    font-size: clamp(40px, 5vw, 78px);
    line-height: .98;
    letter-spacing: -.048em;
    text-wrap: balance;
}

.kcpVisual {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}
.checkMetric {
    position: relative;
    min-width: 0;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkSvg {
    width: min(100%, 460px);
    height: auto;
    overflow: visible;
    filter: drop-shadow(0 18px 40px rgba(24,244,154,.13));
}
.checkGhost,
.checkPath {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 36;
}
.checkGhost { stroke: rgba(255,255,255,.08); }
.checkPath {
    stroke: url(#checkGradient);
    stroke-dasharray: 430;
    stroke-dashoffset: 430;
    filter: url(#checkGlow);
    transition: stroke-dashoffset 1.65s cubic-bezier(.18,.85,.18,1);
}
.checkMetric.is-visible .checkPath { stroke-dashoffset: 0; }

.heroMetricCards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--line);
}
.heroMetricCard {
    min-width: 0;
    padding: clamp(22px, 2.5vw, 30px);
    background: linear-gradient(145deg, rgba(11, 46, 73, .82), rgba(5, 24, 41, .8));
}
.heroMetricCard span {
    display: block;
    color: #d5e5ef;
    font-size: clamp(17px, 1.4vw, 23px);
    line-height: 1.15;
}
.heroMetricCard strong {
    display: block;
    margin-top: 14px;
    font-size: clamp(60px, 6vw, 108px);
    font-weight: 900;
    line-height: .82;
    letter-spacing: -.075em;
    white-space: nowrap;
}
.heroMetricCardAccent strong { font-size: clamp(72px, 7vw, 124px); }

.reportSection { min-width: 0; }
.sectionTitle {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: clamp(28px, 3vw, 44px);
    padding: 0 16px 18px 0;
    font-size: clamp(29px, 3vw, 48px);
    line-height: 1.04;
    letter-spacing: -.035em;
}
.sectionTitle::before {
    content: attr(data-year);
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    color: rgba(255,255,255,.055);
    font-size: clamp(72px, 7.5vw, 120px);
    font-weight: 900;
    line-height: .85;
    letter-spacing: -.08em;
    transform: translateY(18%);
}
.sectionTitle::after {
    content: "";
    position: absolute;
    left: 0;
    right: -16px;
    bottom: 0;
    height: 2px;
    background: rgba(255,255,255,.22);
}

.qualityGrid {
    display: grid;
    grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
    gap: 1px;
    background: var(--line);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.competitionPanel,
.chartPanel,
.metricPanel,
.mapPanel,
.listPanel,
.localStat,
.resultPanel {
    min-width: 0;
    background: linear-gradient(145deg, rgba(11, 46, 73, .82), rgba(5, 24, 41, .8));
}
.competitionPanel,
.chartPanel { padding: clamp(24px, 3vw, 42px); }
.competitionValue {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 44px;
}
.competitionValue strong {
    font-size: clamp(66px, 6vw, 104px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -.07em;
}
.competitionValue span {
    max-width: 155px;
    padding-bottom: 7px;
    color: #c2d7e5;
    font-size: 17px;
}
.competitionBars { display: flex; flex-direction: column; gap: 18px; }
.competitionRow {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 54px;
    gap: 13px;
    align-items: center;
    color: var(--muted);
    font-size: 14px;
}
.competitionRow.current { color: #fff; font-weight: 800; }
.competitionTrack { height: 8px; overflow: hidden; background: rgba(255,255,255,.08); }
.competitionFill {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #397df7, #21d4fd);
    transition: width 1.35s cubic-bezier(.18,.85,.18,1);
}
.competitionRow.current .competitionTrack { height: 13px; }
.competitionRow.current .competitionFill { background: linear-gradient(90deg, var(--green), #a4ff6c); }

.panelHeader {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 12px;
}
.panelHeader h3 {
    min-width: 0;
    max-width: 820px;
    font-size: clamp(20px, 1.7vw, 28px);
    line-height: 1.12;
}
.panelHeader strong {
    flex: 0 0 auto;
    font-size: clamp(40px, 3.6vw, 62px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.055em;
}
.chartLegend {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    margin-bottom: 10px;
}
.chartLegendItem {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e4eef5;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}
.chartLegendSwatch {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}
.chartStage {
    position: relative;
    min-width: 0;
    width: 100%;
    height: 250px;
    overflow: visible;
}
.chartStageLarge { height: 392px; }
.chartStageWide { height: 360px; }
.chartStage canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
}

.metricGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--line);
}
.metricGrid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.metricPanel {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    padding: clamp(22px, 2.3vw, 34px);
}
.metricPanel h3 {
    min-height: 56px;
    font-size: clamp(18px, 1.4vw, 24px);
    line-height: 1.16;
}
.metricCurrent {
    margin: 20px 0 10px;
    font-size: clamp(48px, 4.4vw, 72px);
    font-weight: 900;
    line-height: .85;
    letter-spacing: -.06em;
}
.metricPanel .chartStage { height: 235px; margin-top: auto; }

.geographyGrid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(290px, .65fr);
    gap: 28px;
}
.mapPanel { padding: clamp(20px, 2.5vw, 36px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mapTopline { display: flex; align-items: flex-end; gap: 16px; margin-bottom: 12px; }
.mapTopline strong {
    font-size: clamp(54px, 5vw, 82px);
    font-weight: 900;
    line-height: .82;
    letter-spacing: -.06em;
}
.mapTopline span { max-width: 130px; padding-bottom: 5px; color: #c1d5e3; font-size: 16px; }
.interactiveMap {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        radial-gradient(circle at 52% 46%, rgba(57,125,247,.15), transparent 60%);
    background-size: 46px 46px, 46px 46px, auto;
    border: 1px solid rgba(255,255,255,.1);
    cursor: grab;
    touch-action: none;
}
.interactiveMap.is-dragging { cursor: grabbing; }
#regionsMapSvg { display: block; width: 100%; height: 560px; overflow: hidden; }
.regionShape {
    vector-effect: non-scaling-stroke;
    fill: rgba(57, 125, 247, .34);
    stroke: rgba(195, 228, 247, .5);
    stroke-width: 1;
    outline: none;
    transition: fill .18s ease, stroke .18s ease, opacity .18s ease, filter .18s ease;
}
.regionShape.is-key { fill: rgba(24, 244, 154, calc(.32 + var(--region-strength, .2))); stroke: rgba(169,255,211,.8); }
.regionShape.is-new { fill: rgba(165, 92, 255, .46); stroke: rgba(224,199,255,.72); }
.regionShape:hover,
.regionShape:focus-visible,
.regionShape.is-active {
    fill: #21d4fd;
    stroke: #fff;
    stroke-width: 2;
    filter: drop-shadow(0 0 9px rgba(33,212,253,.55));
}
.tpuMapMarker {
    pointer-events: none;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,.45));
}
.tpuMapMarkerHalo {
    fill: rgba(255,255,255,.96);
    stroke: var(--green-bright);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}
.tpuMapMarkerIcon { image-rendering: auto; }
.mapTooltip {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    min-width: 180px;
    max-width: min(280px, calc(100% - 30px));
    padding: 11px 13px;
    pointer-events: none;
    opacity: 0;
    transform: translate(12px, 12px);
    color: #fff;
    background: rgba(3,17,30,.96);
    border-left: 3px solid var(--green-bright);
    box-shadow: 0 12px 30px rgba(0,0,0,.28);
    transition: opacity .15s ease;
}
.mapTooltip.is-visible { opacity: 1; }
.mapTooltip strong { display: block; font-size: 14px; line-height: 1.25; }
.mapTooltip span { display: block; margin-top: 4px; color: #a8ffd0; font-size: 13px; }

.geographyLists { display: grid; gap: 28px; align-content: start; }
.listPanel { padding: 26px 0 0; border-top: 1px solid var(--line-strong); background: transparent; }
.listPanel h3 { margin-bottom: 18px; font-size: clamp(21px, 2vw, 30px); line-height: 1.14; }
.rankList,
.newRegionsList,
.programList,
.conclusionList { list-style: none; }
.rankList { counter-reset: rank; }
.rankList li {
    counter-increment: rank;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 61px;
    border-bottom: 1px solid var(--line);
}
.rankList li::before {
    content: counter(rank, decimal-leading-zero);
    color: var(--green-bright);
    font-weight: 900;
}
.rankList strong { font-size: 14px; line-height: 1.2; }
.rankList span { padding-right: 4px; color: #d9e8f2; font-size: 13px; white-space: nowrap; }
.newRegionsList li {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    color: #d8e7f1;
    font-size: 14px;
}
.newRegionsList li::before { content: "—"; margin-right: 10px; color: var(--violet); }

.localStats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-bottom: 28px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--line);
}
.localStat { min-height: 205px; padding: 27px; }
.localStat span { display: block; min-height: 52px; color: #c8dbe8; font-size: 15px; line-height: 1.25; }
.localStat strong {
    display: block;
    margin-top: 22px;
    font-size: clamp(46px, 4vw, 68px);
    font-weight: 900;
    line-height: .86;
    letter-spacing: -.055em;
}
.localCharts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.resultsGrid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 76px); }
.resultPanel { background: transparent; }
.programList,
.conclusionList { counter-reset: result; }
.programList li,
.conclusionList li {
    counter-increment: result;
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    min-height: 84px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    transition: padding-left .2s ease, border-color .2s ease;
}
.programList li::before,
.conclusionList li::before {
    content: counter(result, decimal-leading-zero);
    color: var(--green-bright);
    font-size: 18px;
    font-weight: 900;
}
.programList li:hover,
.conclusionList li:hover { padding-left: 10px; border-color: rgba(24,244,154,.45); }
.programList strong { display: block; font-size: 17px; line-height: 1.2; }
.programList span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; }
.conclusionList li { align-items: start; }
.conclusionList p { padding-top: 2px; color: #d9e7f0; font-size: 16px; line-height: 1.4; }

.finalSlogan {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 0;
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
    text-align: center;
}
.finalSlogan p { font-size: clamp(28px, 3.5vw, 56px); font-weight: 800; }
.finalSlogan strong {
    margin-top: 9px;
    font-size: clamp(46px, 6vw, 96px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.055em;
}

@keyframes gradientShimmer {
    0% { background-position: 0 50%; }
    100% { background-position: 250% 50%; }
}

@media (max-width: 1340px) {
    .heroSection { grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr); }
    .metricGrid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1240px) {
    .metricGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .geographyGrid { grid-template-columns: 1fr; }
    .geographyLists { grid-template-columns: 1fr 1fr; }
    .localStats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1080px) {
    .pageWrapper { padding-inline: 20px; }
    main { gap: 76px; }
    .heroSection {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 52px;
    }
    .heroSection::before { inset: 36% 0 3% 12%; }
    .heroCopy h1 { max-width: 850px; }
    .checkMetric { min-height: 245px; }
    .checkSvg { width: min(100%, 410px); }
    .qualityGrid,
    .localCharts,
    .resultsGrid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .pageWrapper { padding: 16px 12px 42px; }
    .header { min-height: 54px; padding-bottom: 16px; }
    .headerLogo { max-width: 74vw; max-height: 42px; }
    main { gap: 56px; }

    .heroSection {
        gap: 14px;
        padding: 34px 0 46px;
    }
    .heroSection::before { inset: 30% -10% 2% 5%; }
    .heroSection::after { font-size: 45vw; bottom: 2%; }
    .heroCopy h1 {
        font-size: clamp(31px, 9.2vw, 42px);
        line-height: 1.02;
        letter-spacing: -.04em;
    }
    .checkMetric { min-height: 190px; }
    .checkSvg { width: min(100%, 310px); }
    .checkGhost,
    .checkPath { stroke-width: 30; }
    .heroMetricCards { grid-template-columns: 1fr; }
    .heroMetricCard { padding: 18px 18px 20px; }
    .heroMetricCard span { font-size: 16px; }
    .heroMetricCard strong {
        margin-top: 10px;
        font-size: clamp(58px, 18vw, 82px);
        letter-spacing: -.055em;
    }
    .heroMetricCardAccent strong { font-size: clamp(68px, 22vw, 94px); }

    .sectionTitle {
        margin-bottom: 24px;
        padding-bottom: 14px;
        font-size: clamp(28px, 8.2vw, 36px);
        line-height: 1.07;
    }
    .sectionTitle::before {
        bottom: 4px;
        font-size: clamp(58px, 18vw, 82px);
        transform: translateY(16%);
    }

    .competitionPanel,
    .chartPanel,
    .metricPanel,
    .mapPanel,
    .localStat { padding: 18px; }
    .competitionValue {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
    }
    .competitionValue strong { font-size: clamp(58px, 18vw, 78px); }
    .competitionValue span { max-width: none; padding-bottom: 0; font-size: 15px; }
    .competitionRow { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 9px; }

    .panelHeader { flex-direction: column; gap: 8px; margin-bottom: 8px; }
    .panelHeader h3 { font-size: clamp(20px, 6vw, 25px); }
    .panelHeader strong { font-size: clamp(40px, 13vw, 56px); }
    .chartLegend { gap: 10px 16px; margin: 8px 0 12px; }
    .chartLegendItem { font-size: 13px; }
    .chartLegendSwatch { width: 14px; height: 14px; }

    .chartStageLarge,
    .chartStageWide { height: 315px; }
    .metricGrid,
    .metricGrid--four,
    .geographyLists,
    .localStats { grid-template-columns: 1fr; }
    .metricPanel {
        min-height: 390px;
        padding: 18px;
    }
    .metricPanel h3 {
        min-height: 0;
        font-size: clamp(20px, 5.8vw, 24px);
    }
    .metricCurrent {
        margin: 15px 0 8px;
        font-size: clamp(48px, 15vw, 66px);
    }
    .metricPanel .chartStage { height: 255px; }

    .mapTopline { gap: 12px; }
    .mapTopline strong { font-size: 58px; }
    .mapTopline span { font-size: 14px; }
    .interactiveMap,
    #regionsMapSvg {
        min-height: 360px;
        height: 360px;
    }
    .mapTooltip { min-width: 150px; max-width: calc(100% - 20px); }

    .rankList li {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 10px;
        padding: 9px 0;
    }
    .rankList span {
        grid-column: 2;
        padding: 0 0 8px;
        white-space: normal;
    }
    .listPanel h3 { font-size: 22px; }

    .localStat { min-height: 150px; }
    .localStat span { min-height: 0; font-size: 14px; }
    .localStat strong { margin-top: 16px; font-size: 52px; }

    .programList li,
    .conclusionList li {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
        min-height: 72px;
    }
    .finalSlogan { min-height: 290px; padding: 42px 0; }
    .finalSlogan p { font-size: 27px; }
    .finalSlogan strong { font-size: clamp(42px, 12vw, 62px); }
}

@media (max-width: 430px) {
    .pageWrapper { padding-inline: 10px; }
    .chartStageLarge,
    .chartStageWide { height: 285px; }
    .metricPanel { min-height: 365px; }
    .metricPanel .chartStage { height: 235px; }
    .interactiveMap,
    #regionsMapSvg {
        min-height: 315px;
        height: 315px;
    }
    .chartLegend { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
