.reports-v2 {
    --v2-bg: var(--g3-bg);
    --v2-panel: var(--g3-panel);
    --v2-ink: var(--g3-ink);
    --v2-muted: var(--g3-muted);
    --v2-line: var(--g3-line);
    --v2-green: var(--g3-green);
    --v2-soft: var(--g3-soft);
}

.reports-hero {
    padding-bottom: 42px;
}

.reports-hero-grid {
    align-items: stretch;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .8fr);
}

.reports-hero-copy {
    align-content: center;
    background: var(--g3-night);
    border-radius: 10px;
    color: #fffaf0;
    display: grid;
    min-height: 430px;
    padding: 46px;
}

.reports-hero-copy .g3-kicker,
.reports-hero-copy h1 {
    color: #fffaf0;
}

.reports-hero-copy h1 {
    font-size: clamp(48px, 6vw, 86px);
    line-height: .98;
    margin: 0;
}

.reports-hero-copy p:not(.g3-kicker) {
    color: rgba(255, 250, 240, .78);
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.34;
    margin: 24px 0 0;
    max-width: 780px;
}

.reports-country-card {
    background: var(--g3-panel);
    border: 1px solid var(--g3-line);
    border-radius: 10px;
    box-shadow: var(--g3-shadow);
    padding: 34px;
}

.reports-country-card h2 {
    color: var(--g3-ink);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1;
    margin: 0;
}

.reports-country-card p {
    color: var(--g3-muted);
    font-size: 18px;
    margin: 16px 0 0;
}

.reports-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.reports-actions .v2-button {
    align-items: center;
    background: var(--g3-green);
    border: 1px solid var(--g3-green);
    border-radius: 8px;
    color: #fffaf0;
    display: inline-flex;
    font-weight: 1000;
    justify-content: center;
    min-height: 50px;
    padding: 12px 18px;
    text-decoration: none;
}

.reports-actions .v2-button.secondary {
    background: var(--g3-night);
    border-color: var(--g3-night);
}

.reports-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
    padding-bottom: 22px;
}

#share_visual,
#platform_list {
    background: var(--g3-panel);
    border: 1px solid var(--g3-line);
    border-radius: 10px;
    padding: 28px;
}

.reports-country-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.reports-country-tab {
    align-items: center;
    background: var(--v2-soft);
    border: 1px solid var(--v2-line);
    border-radius: 999px;
    color: var(--v2-ink);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    gap: 7px;
    padding: 9px 12px;
}

.reports-country-tab.active,
.reports-country-tab:hover {
    background: var(--v2-ink);
    border-color: var(--v2-ink);
    color: #fffaf0;
}

.reports-panel {
    background: var(--v2-panel);
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    padding: 18px;
}

.reports-grid {
    align-items: stretch;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.reports-share-panel {
    overflow: hidden;
}

.reports-share-visual {
    display: grid;
    gap: 18px;
}

.reports-country-stamp {
    align-items: center;
    background: var(--v2-ink);
    border-radius: 8px;
    color: #fffaf0;
    display: flex;
    justify-content: space-between;
    min-height: 132px;
    padding: 22px;
}

.reports-country-stamp strong {
    font-size: 68px;
    line-height: 1;
}

.reports-country-stamp span {
    font-size: 28px;
    font-weight: 1000;
    text-align: right;
}

.reports-pie-wrap {
    display: grid;
    place-items: center;
}

.reports-pie {
    aspect-ratio: 1;
    display: block;
    max-width: 330px;
    position: relative;
    width: min(100%, 330px);
}

.reports-pie-svg {
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(22, 35, 38, 0.12);
    display: block;
    height: 100%;
    width: 100%;
}

.reports-pie > div {
    align-items: center;
    background: #fffaf0;
    border: 1px solid var(--v2-line);
    border-radius: 999px;
    display: flex;
    flex-direction: column;
    height: 50%;
    justify-content: center;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.reports-pie strong {
    color: var(--v2-ink);
    font-size: 42px;
    line-height: 1;
}

.reports-pie span {
    color: var(--v2-muted);
    font-size: 14px;
    font-weight: 1000;
    margin-top: 8px;
}

.reports-platform-list {
    display: grid;
    gap: 10px;
}

.reports-platform-row {
    align-items: center;
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px;
}

.reports-platform-main {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.reports-legend-dot {
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(22, 35, 38, 0.05);
    flex: 0 0 auto;
    height: 18px;
    width: 18px;
}

.reports-logo {
    align-items: center;
    background: #fff;
    border: 2px solid var(--platform-color, var(--v2-green));
    border-radius: 8px;
    color: var(--platform-color, var(--v2-green));
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 1000;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.reports-logo img {
    display: block;
    max-height: 28px;
    max-width: 32px;
}

.reports-platform-main strong,
.reports-platform-main span {
    display: block;
}

.reports-platform-main strong {
    color: var(--v2-ink);
    font-size: 20px;
    line-height: 1.1;
}

.reports-platform-main span {
    color: var(--v2-muted);
    font-weight: 800;
    margin-top: 3px;
}

.reports-platform-value {
    text-align: right;
}

.reports-platform-value strong {
    color: var(--v2-ink);
    display: block;
    font-size: 24px;
}

.reports-table {
    display: grid;
    gap: 10px;
}

.reports-row {
    align-items: center;
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    padding: 12px;
}

.reports-row strong,
.reports-row span {
    display: block;
}

.reports-row span,
.reports-insights li {
    color: var(--v2-muted);
}

.reports-mini-link {
    background: var(--v2-ink);
    border-radius: 999px;
    color: #fffaf0;
    font-weight: 900;
    padding: 8px 11px;
    text-decoration: none;
}

.reports-insights {
    margin: 0;
    padding-left: 20px;
}

.reports-insights li {
    line-height: 1.5;
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    .reports-hero-grid,
    .reports-layout,
    .reports-grid {
        grid-template-columns: 1fr;
    }

    .reports-hero-copy {
        min-height: 0;
        padding: 30px;
    }

    .reports-platform-row {
        grid-template-columns: 1fr;
    }

    .reports-platform-value {
        text-align: left;
    }

    .reports-platform-value span {
        margin-left: 0;
    }
}
