

.theme-trends-main {
    --theme-trends-accent-primary: var(--theme-accent-primary-data);
    --theme-trends-accent-highlight: var(--theme-accent-highlight-data);
    --theme-trends-accent-secondary: var(--theme-accent-secondary-data);
    --theme-trends-accent-highlight-soft: var(--theme-accent-highlight-pale);
    --theme-trends-accent-secondary-soft: var(--theme-accent-secondary-pale);
    --theme-trends-muted: var(--theme-muted);
    --theme-trends-border: rgb(var(--theme-accent-highlight-data-rgb) / 0.22);
    min-height: 100vh;
    background:
        radial-gradient(
            circle at 10% 8%,
            rgb(var(--theme-accent-primary-data-rgb) / 0.08),
            transparent 30rem
        ),
        radial-gradient(
            circle at 88% 12%,
            rgb(var(--theme-accent-secondary-data-rgb) / 0.07),
            transparent 28rem
        ),
        var(--theme-section-2);
}

.theme-trends-main .theme-shell {
    padding-inline: 24px;
}

.theme-trends-hero {
    padding: 70px 0 58px;
    border-bottom: 1px solid rgb(var(--theme-accent-highlight-data-rgb) / 0.15);
    background:
        linear-gradient(
            90deg,
            rgb(var(--theme-section-2-rgb) / 0.97),
            rgb(var(--theme-background-soft-rgb) / 0.9),
            rgb(var(--theme-background-soft-rgb) / 0.62)
        );
}

.theme-trends-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 42px;
    align-items: center;
}

.theme-trends-eyebrow {
    margin: 0 0 10px;
    color: var(--theme-trends-accent-highlight);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.theme-trends-hero h1 {
    max-width: 850px;
    margin: 0;
    color: var(--theme-text-soft);
    font-family: var(--theme-serif);
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.02;
}

.theme-trends-lead {
    max-width: 740px;
    margin: 22px 0 0;
    color: var(--theme-text-dim);
    font-size: 15px;
    line-height: 1.85;
}

.theme-trends-hero-count {
    min-width: 220px;
    padding: 24px 28px;
    border: 1px solid rgb(var(--theme-accent-highlight-data-rgb) / 0.35);
    border-radius: 12px;
    background:
        linear-gradient(
            145deg,
            rgb(var(--theme-accent-primary-data-rgb) / 0.06),
            rgb(var(--theme-accent-secondary-data-rgb) / 0.04)
        ),
        rgb(var(--theme-section-3-rgb) / 0.8);
    text-align: center;
}

.theme-trends-hero-count span,
.theme-trends-hero-count small {
    display: block;
    color: var(--theme-trends-muted);
    font-size: 11px;
}

.theme-trends-hero-count strong {
    display: block;
    margin: 8px 0;
    color: var(--theme-text);
    font-family: var(--theme-serif);
    font-size: 58px;
    font-weight: 400;
    line-height: 1;
}

.theme-trends-pulse,
.theme-trends-now,
.theme-trends-concentration,
.theme-trends-distribution,
.theme-trends-broadcast,
.theme-trends-top-models {
    padding: 54px 0 0;
}

.theme-trends-top-models {
    padding-bottom: 82px;
}

.theme-trends-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 26px;
    align-items: flex-end;
    margin-bottom: 22px;
}

.theme-trends-section-heading h2,
.theme-trends-panel-heading h2,
.theme-trends-pulse-title h2 {
    margin: 0;
    color: var(--theme-text-soft);
    font-family: var(--theme-serif);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 400;
}

.theme-trends-section-copy {
    max-width: 700px;
    margin: 10px 0 0;
    color: var(--theme-trends-muted);
    font-size: 13px;
    line-height: 1.7;
}

.theme-trends-directory-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    padding: 0 15px;
    border: 1px solid rgb(var(--theme-accent-highlight-data-rgb) / 0.34);
    border-radius: 8px;
    color: var(--theme-accent-highlight-pale);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.theme-trends-directory-link span {
    color: var(--theme-trends-accent-primary);
    font-size: 19px;
}

.theme-trends-pulse-panel {
    padding: 26px;
    border: 1px solid rgb(var(--theme-accent-highlight-data-rgb) / 0.3);
    border-radius: 13px;
    background:
        radial-gradient(
            circle at 92% 10%,
            rgb(var(--theme-accent-secondary-data-rgb) / 0.1),
            transparent 30rem
        ),
        linear-gradient(
            135deg,
            rgb(var(--theme-panel-alt-rgb) / 0.94),
            rgb(var(--theme-section-3-rgb) / 0.94)
        );
}

.theme-trends-pulse-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.theme-trends-pulse-grid > div {
    padding: 18px;
    border: 1px solid rgb(var(--theme-text-rgb) / 0.065);
    border-radius: 9px;
    background: rgb(var(--theme-section-2-rgb) / 0.58);
}

.theme-trends-pulse-grid strong {
    display: block;
    color: var(--theme-accent-highlight-soft);
    font-family: var(--theme-serif);
    font-size: 25px;
    font-weight: 500;
}

.theme-trends-pulse-grid p {
    margin: 9px 0 0;
    color: var(--theme-muted);
    font-size: 12px;
    line-height: 1.7;
}

.theme-trends-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.theme-trends-kpi {
    padding: 22px;
    border: 1px solid var(--theme-trends-border);
    border-radius: 11px;
    background:
        linear-gradient(
            155deg,
            rgb(var(--theme-accent-primary-data-rgb) / 0.035),
            rgb(var(--theme-accent-secondary-data-rgb) / 0.025)
        ),
        rgb(var(--theme-background-soft-rgb) / 0.85);
}

.theme-trends-kpi > span {
    color: var(--theme-muted);
    font-size: 11px;
    font-weight: 700;
}

.theme-trends-kpi strong {
    display: block;
    margin-top: 10px;
    color: var(--theme-text-soft);
    font-family: var(--theme-serif);
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
}

.theme-trends-concentration-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.theme-trends-concentration-card {
    padding: 20px;
    border: 1px solid var(--theme-trends-border);
    border-radius: 10px;
    background: rgb(var(--theme-background-soft-rgb) / 0.82);
}

.theme-trends-concentration-card > span {
    color: var(--theme-muted);
    font-size: 12px;
}

.theme-trends-concentration-card strong {
    display: block;
    margin: 8px 0 14px;
    color: var(--theme-accent-highlight-soft);
    font-family: var(--theme-serif);
    font-size: 32px;
    font-weight: 400;
}

.theme-trends-concentration-meter,
.theme-trends-meter,
.theme-trends-status-meter {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgb(var(--theme-text-rgb) / 0.05);
}

.theme-trends-concentration-meter span {
    display: block;
    height: 100%;
    min-width: 2px;
    border-radius: inherit;
    background:
        linear-gradient(
            90deg,
            rgb(var(--theme-accent-secondary-data-rgb) / 0.32),
            var(--theme-trends-accent-secondary)
        );
}

.theme-trends-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.theme-trends-panel {
    padding: 24px;
    border: 1px solid var(--theme-trends-border);
    border-radius: 12px;
    background: rgb(var(--theme-background-soft-rgb) / 0.82);
}

.theme-trends-panel-heading {
    margin-bottom: 24px;
}

.theme-trends-panel-heading h2 {
    font-size: 28px;
}

.theme-trends-meter-row + .theme-trends-meter-row,
.theme-trends-status-item + .theme-trends-status-item {
    margin-top: 18px;
}

.theme-trends-meter-label,
.theme-trends-status-copy {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 8px;
}

.theme-trends-meter-label span,
.theme-trends-status-copy > span {
    color: var(--theme-text-dim);
    font-size: 13px;
}

.theme-trends-meter-label strong,
.theme-trends-status-copy strong {
    color: var(--theme-accent-highlight-pale);
    font-family: var(--theme-serif);
    font-size: 17px;
    font-weight: 600;
}

.theme-trends-status-copy strong small {
    margin-left: 6px;
    color: var(--theme-muted-deep);
    font-family: var(--theme-sans);
    font-size: 10px;
    font-weight: 600;
}

.theme-trends-meter > span,
.theme-trends-status-meter > span {
    display: block;
    height: 100%;
    min-width: 2px;
    border-radius: inherit;
    background:
        linear-gradient(
            90deg,
            rgb(var(--theme-accent-primary-data-rgb) / 0.34),
            var(--theme-trends-accent-primary)
        );
}

.theme-trends-broadcast-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.theme-trends-broadcast-card {
    padding: 17px 14px;
    border: 1px solid rgb(var(--theme-accent-highlight-data-rgb) / 0.18);
    border-radius: 9px;
    background: rgb(var(--theme-background-soft-rgb) / 0.8);
}

.theme-trends-broadcast-card > span {
    display: block;
    color: var(--theme-text-dim);
    font-size: 12px;
}

.theme-trends-broadcast-card strong {
    display: block;
    margin: 8px 0;
    color: var(--theme-accent-highlight-soft);
    font-family: var(--theme-serif);
    font-size: 25px;
    font-weight: 400;
}

.theme-trends-broadcast-card small {
    color: var(--theme-muted-deep);
    font-size: 9px;
    line-height: 1.5;
}

.theme-trends-model-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.theme-trends-model-card {
    overflow: hidden;
    border: 1px solid rgb(var(--theme-accent-highlight-data-rgb) / 0.2);
    border-radius: 10px;
    background: var(--theme-background-soft);
}

.theme-trends-model-card > a {
    display: block;
}

.theme-trends-model-media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--theme-section-1);
}

.theme-trends-model-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.theme-trends-model-card:hover img {
    transform: scale(1.025);
}

.theme-trends-live-badge,
.theme-trends-vr-badge {
    position: absolute;
    top: 10px;
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 800;
}

.theme-trends-live-badge {
    left: 10px;
    border: 1px solid rgb(var(--theme-accent-secondary-data-rgb) / 0.72);
    background: rgb(var(--theme-accent-secondary-deep-rgb) / 0.75);
    color: var(--theme-text);
}

.theme-trends-vr-badge {
    right: 10px;
    border: 1px solid rgb(var(--theme-accent-highlight-data-rgb) / 0.62);
    background: rgb(var(--theme-on-highlight-rgb) / 0.76);
    color: var(--theme-accent-highlight-soft);
}

.theme-trends-model-body {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 13px 14px;
}

.theme-trends-model-body strong {
    overflow: hidden;
    color: var(--theme-text-soft);
    font-family: var(--theme-serif);
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme-trends-model-body span {
    flex: 0 0 auto;
    color: var(--theme-muted);
    font-size: 11px;
}

@media (max-width: 1000px) {
    .theme-trends-pulse-grid {
        grid-template-columns: 1fr 1fr;
    }

    .theme-trends-kpi-grid {
        grid-template-columns: 1fr 1fr;
    }

    .theme-trends-split {
        grid-template-columns: 1fr;
    }

    .theme-trends-broadcast-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .theme-trends-model-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .theme-trends-main .theme-shell {
        padding-inline: 16px;
    }

    .theme-trends-hero {
        padding: 48px 0 44px;
    }

    .theme-trends-hero-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .theme-trends-hero h1 {
        font-size: 45px;
    }

    .theme-trends-lead {
        font-size: 15px;
    }

    .theme-trends-hero-count {
        width: 100%;
        min-width: 0;
        padding: 20px;
        text-align: left;
    }

    .theme-trends-hero-count strong {
        font-size: 50px;
    }

    .theme-trends-pulse,
    .theme-trends-now,
    .theme-trends-concentration,
    .theme-trends-distribution,
    .theme-trends-broadcast,
        .theme-trends-top-models {
        padding-top: 44px;
    }

    .theme-trends-top-models {
        padding-bottom: 66px;
    }

    .theme-trends-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .theme-trends-section-heading h2,
    .theme-trends-pulse-title h2 {
        font-size: 31px;
        line-height: 1.15;
    }

    .theme-trends-directory-link {
        width: 100%;
        min-height: 48px;
        justify-content: center;
        font-size: 13px;
    }

    .theme-trends-pulse-panel,
    .theme-trends-panel {
        padding: 20px;
    }

    .theme-trends-pulse-grid,
    .theme-trends-kpi-grid,
    .theme-trends-concentration-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .theme-trends-pulse-grid > div {
        padding: 17px;
    }

    .theme-trends-pulse-grid strong {
        font-size: 27px;
    }

    .theme-trends-pulse-grid p {
        font-size: 14px;
    }

    .theme-trends-kpi {
        padding: 20px;
    }

    .theme-trends-kpi > span {
        font-size: 13px;
    }

    .theme-trends-kpi strong {
        font-size: 40px;
    }

    .theme-trends-concentration-card > span {
        font-size: 14px;
    }

    .theme-trends-concentration-card strong {
        font-size: 34px;
    }

    .theme-trends-panel-heading h2 {
        font-size: 29px;
    }

    .theme-trends-meter-label span,
    .theme-trends-status-copy > span {
        font-size: 14px;
    }

    .theme-trends-meter-label strong,
    .theme-trends-status-copy strong {
        font-size: 18px;
    }

    .theme-trends-broadcast-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .theme-trends-broadcast-card > span {
        font-size: 13px;
    }

    .theme-trends-broadcast-card strong {
        font-size: 27px;
    }

    .theme-trends-broadcast-card small {
        font-size: 10px;
    }

    .theme-trends-model-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .theme-trends-model-body {
        padding: 15px 16px;
    }

    .theme-trends-model-body strong {
        font-size: 18px;
    }

    .theme-trends-model-body span {
        font-size: 12px;
    }
}




.theme-trends-main {
    --theme-trends-accent-primary: var(--theme-accent-primary-data);
    --theme-trends-accent-highlight: var(--theme-accent-highlight-data);
    --theme-trends-accent-secondary: var(--theme-accent-secondary-data-alt);
    --theme-trends-accent-highlight-soft: var(--theme-accent-highlight-pale);
    --theme-trends-accent-secondary-soft: var(--theme-accent-secondary-pale);
    --theme-trends-muted: var(--theme-muted);
    --theme-trends-border:
        rgb(var(--theme-accent-primary-data-rgb) / 0.16);

    background:
        radial-gradient(
            circle at 8% 5%,
            rgb(var(--theme-accent-primary-data-rgb) / 0.09),
            transparent 30rem
        ),
        radial-gradient(
            circle at 90% 8%,
            rgb(var(--theme-accent-secondary-data-alt-rgb) / 0.065),
            transparent 26rem
        ),
        var(--theme-background);
}

.theme-trends-hero {
    background:
        linear-gradient(
            90deg,
            rgb(var(--theme-section-2-rgb) / 0.98),
            rgb(var(--theme-section-4-rgb) / 0.92),
            rgb(var(--theme-section-3-rgb) / 0.72)
        );
}

.theme-trends-hero-count {
    border-color:
        rgb(var(--theme-accent-highlight-data-rgb) / 0.34);
    background:
        linear-gradient(
            145deg,
            rgb(var(--theme-accent-primary-data-rgb) / 0.06),
            rgb(var(--theme-accent-secondary-data-alt-rgb) / 0.035)
        ),
        rgb(var(--theme-section-3-rgb) / 0.84);
}

.theme-trends-hero-count strong {
    color: var(--theme-accent-highlight-soft);
}

.theme-trends-pulse-panel {
    border-color:
        rgb(var(--theme-accent-highlight-data-rgb) / 0.26);
    background:
        radial-gradient(
            circle at 100% 0,
            rgb(var(--theme-accent-secondary-data-alt-rgb) / 0.07),
            transparent 28rem
        ),
        radial-gradient(
            circle at 0 100%,
            rgb(var(--theme-accent-primary-data-rgb) / 0.065),
            transparent 25rem
        ),
        var(--theme-background-soft);
}

.theme-trends-pulse-grid > div,
.theme-trends-kpi,
.theme-trends-panel,
.theme-trends-broadcast-card,
.theme-trends-model-card {
    background: var(--theme-background-soft);
}

.theme-trends-pulse-grid > div {
    border-color:
        rgb(var(--theme-accent-primary-data-rgb) / 0.11);
}

.theme-trends-pulse-grid strong {
    color: var(--theme-accent-highlight-soft);
}

.theme-trends-kpi {
    border-color:
        rgb(var(--theme-accent-primary-data-rgb) / 0.16);
}

.theme-trends-kpi strong {
    color: var(--theme-accent-primary-data-soft);
}

.theme-trends-panel {
    border-color:
        rgb(var(--theme-accent-primary-data-rgb) / 0.15);
}

.theme-trends-meter > span,
.theme-trends-status-meter > span {
    background:
        linear-gradient(
            90deg,
            rgb(var(--theme-accent-primary-data-rgb) / 0.34),
            var(--theme-trends-accent-primary)
        );
}

.theme-trends-meter--secondary > span {
    background:
        linear-gradient(
            90deg,
            rgb(var(--theme-accent-secondary-data-alt-rgb) / 0.34),
            var(--theme-trends-accent-secondary)
        );
}

.theme-trends-broadcast-card {
    border-color:
        rgb(var(--theme-accent-highlight-data-rgb) / 0.16);
}

.theme-trends-broadcast-card strong {
    color: var(--theme-accent-highlight-soft);
}


.theme-trends-popularity {
    padding: 54px 0 0;
}

.theme-trends-popularity-grid {
    display: grid;
    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );
    gap: 14px;
}

.theme-trends-popularity-card {
    padding: 22px;
    border: 1px solid;
    border-radius: 11px;
    background: var(--theme-background-soft);
}

.theme-trends-popularity-card.is-established {
    border-color:
        rgb(var(--theme-accent-highlight-data-rgb) / 0.32);
}

.theme-trends-popularity-card.is-growing {
    border-color:
        rgb(var(--theme-accent-primary-data-rgb) / 0.28);
}

.theme-trends-popularity-card.is-emerging {
    border-color:
        rgb(var(--theme-accent-secondary-data-alt-rgb) / 0.30);
}

.theme-trends-popularity-range {
    color: var(--theme-muted-deep);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.theme-trends-popularity-card h3 {
    margin: 8px 0 0;
    color: var(--theme-text-soft);
    font-family: var(--theme-serif);
    font-size: 22px;
    font-weight: 500;
}

.theme-trends-popularity-card > strong {
    display: block;
    margin-top: 13px;
    font-family: var(--theme-serif);
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
}

.theme-trends-popularity-card.is-established
> strong {
    color: var(--theme-accent-highlight-soft);
}

.theme-trends-popularity-card.is-growing
> strong {
    color: var(--theme-accent-primary-data-soft);
}

.theme-trends-popularity-card.is-emerging
> strong {
    color: var(--theme-accent-secondary-pale);
}

.theme-trends-popularity-meter {
    height: 9px;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 999px;
    background:
        rgb(var(--theme-text-rgb) / 0.05);
}

.theme-trends-popularity-meter span {
    display: block;
    height: 100%;
    min-width: 2px;
    border-radius: inherit;
}

.is-established
.theme-trends-popularity-meter span {
    background:
        linear-gradient(
            90deg,
            rgb(var(--theme-accent-highlight-data-rgb) / 0.3),
            var(--theme-accent-highlight-data)
        );
}

.is-growing
.theme-trends-popularity-meter span {
    background:
        linear-gradient(
            90deg,
            rgb(var(--theme-accent-primary-data-rgb) / 0.3),
            var(--theme-accent-primary-data)
        );
}

.is-emerging
.theme-trends-popularity-meter span {
    background:
        linear-gradient(
            90deg,
            rgb(var(--theme-accent-secondary-data-alt-rgb) / 0.3),
            var(--theme-accent-secondary-data-alt)
        );
}

.theme-trends-popularity-card dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 18px 0 0;
}

.theme-trends-popularity-card dl div {
    padding-top: 10px;
    border-top:
        1px solid
        rgb(var(--theme-text-rgb) / 0.055);
}

.theme-trends-popularity-card dt {
    color: var(--theme-muted-deep);
    font-size: 9px;
}

.theme-trends-popularity-card dd {
    margin: 4px 0 0;
    color: var(--theme-text-dim);
    font-size: 13px;
}


.theme-trends-momentum {
    padding: 54px 0 0;
}

.theme-trends-momentum-list {
    overflow: hidden;
    border:
        1px solid
        rgb(var(--theme-accent-secondary-data-alt-rgb) / 0.23);
    border-radius: 11px;
    background: var(--theme-background-soft);
}

.theme-trends-momentum-row {
    display: grid;
    grid-template-columns:
        34px
        minmax(0, 1fr)
        auto
        76px;
    gap: 14px;
    align-items: center;
    min-height: 58px;
    padding: 10px 17px;
    border-bottom:
        1px solid
        rgb(var(--theme-text-rgb) / 0.05);
    transition:
        background 160ms ease;
}

.theme-trends-momentum-row:last-child {
    border-bottom: 0;
}

.theme-trends-momentum-row:hover {
    background:
        rgb(var(--theme-accent-secondary-data-alt-rgb) / 0.035);
}

.theme-trends-momentum-rank {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border:
        1px solid
        rgb(var(--theme-accent-highlight-data-rgb) / 0.33);
    border-radius: 50%;
    color: var(--theme-accent-highlight-data);
    font-family: var(--theme-serif);
    font-size: 12px;
}

.theme-trends-momentum-row > strong {
    overflow: hidden;
    color: var(--theme-text-soft);
    font-family: var(--theme-serif);
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme-trends-momentum-viewers {
    color: var(--theme-muted);
    font-size: 11px;
}

.theme-trends-momentum-score {
    color: var(--theme-accent-secondary-pale);
    font-family: var(--theme-serif);
    font-size: 19px;
    font-weight: 600;
    text-align: right;
}

.theme-trends-live-badge {
    border-color:
        rgb(var(--theme-accent-secondary-data-alt-rgb) / 0.72);
    background:
        rgb(var(--theme-accent-secondary-deep-rgb) / 0.8);
}

@media (max-width: 900px) {
    .theme-trends-popularity-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .theme-trends-popularity,
    .theme-trends-momentum {
        padding-top: 44px;
    }

    .theme-trends-popularity-card {
        padding: 20px;
    }

    .theme-trends-popularity-card h3 {
        font-size: 24px;
    }

    .theme-trends-popularity-card > strong {
        font-size: 40px;
    }

    .theme-trends-momentum-row {
        grid-template-columns:
            32px
            minmax(0, 1fr)
            auto;
        gap: 10px;
        min-height: 64px;
        padding: 11px 13px;
    }

    .theme-trends-momentum-row > strong {
        font-size: 16px;
    }

    .theme-trends-momentum-viewers {
        grid-column: 2;
        grid-row: 2;
        font-size: 11px;
    }

    .theme-trends-momentum-score {
        grid-column: 3;
        grid-row:
            1 / span 2;
        font-size: 20px;
    }
}




.theme-trends-section-meta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 12px 0 0;
    color: var(--theme-muted-deep);
    font-size: 11px;
}

.theme-trends-section-meta > span {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    padding: 2px 7px;
    border:
        1px solid
        rgb(var(--theme-accent-highlight-data-rgb) / 0.34);
    border-radius: 5px;
    color: var(--theme-trends-accent-highlight-soft);
    background:
        rgb(var(--theme-accent-highlight-data-rgb) / 0.04);
    font-size: 9px;
    font-weight: 800;
}

.theme-trends-momentum-head,
.theme-trends-momentum-row {
    grid-template-columns:
        34px
        minmax(0, 1fr)
        minmax(92px, auto)
        minmax(92px, auto)
        76px;
}

.theme-trends-momentum-head {
    display: grid;
    gap: 14px;
    align-items: center;
    padding: 11px 17px;
    border-bottom:
        1px solid
        rgb(var(--theme-accent-highlight-data-rgb) / 0.14);
    color: var(--theme-muted-deep);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.theme-trends-momentum-head > span:nth-child(n + 3) {
    text-align: right;
}

.theme-trends-momentum-viewers,
.theme-trends-momentum-expected {
    color: var(--theme-muted);
    font-size: 12px;
    text-align: right;
}

.theme-trends-momentum-expected {
    color: var(--theme-muted-deep);
}

.theme-trends-momentum-score {
    color: var(--theme-trends-accent-secondary-soft);
}

@media (max-width: 680px) {
    .theme-trends-momentum-head {
        display: none;
    }

    .theme-trends-momentum-row {
        grid-template-columns:
            32px
            minmax(0, 1fr)
            auto;
        grid-template-rows:
            auto
            auto;
        gap:
            5px
            10px;
        min-height: 72px;
        padding: 12px 13px;
    }

    .theme-trends-momentum-rank {
        grid-column: 1;
        grid-row:
            1 / span 2;
        align-self: center;
    }

    .theme-trends-momentum-row > strong {
        grid-column: 2;
        grid-row: 1;
    }

    .theme-trends-momentum-viewers {
        grid-column: 2;
        grid-row: 2;
        text-align: left;
    }

    .theme-trends-momentum-viewers::before {
        content: "Current ";
        color: var(--theme-muted-deep);
        font-size: 9px;
    }

    .theme-trends-momentum-expected {
        grid-column: 3;
        grid-row: 2;
        font-size: 10px;
    }

    .theme-trends-momentum-expected::before {
        content: "Expected ";
        color: var(--theme-muted-deep);
        font-size: 9px;
    }

    .theme-trends-momentum-score {
        grid-column: 3;
        grid-row: 1;
        font-size: 21px;
        text-align: right;
    }
}

.theme-trends-directory-link .theme-icon { width: 14px; height: 14px; }

.theme-trends-dominant-gender .theme-icon { width: 24px; height: 24px; vertical-align: -0.15em; }
.theme-trends-broadcast-gender .theme-icon { width: 22px; height: 22px; vertical-align: 0; }


.theme-trends-hero h1 { font-size: clamp(40px, 4.8vw, 60px); line-height: 1.18; }
.theme-trends-hero-count strong { font-size: clamp(42px, 4vw, 52px); }
.theme-trends-section-heading h2,
.theme-trends-panel-heading h2,
.theme-trends-pulse-title h2 { font-size: clamp(24px, 2.6vw, 34px); line-height: 1.3; }
.theme-trends-status-copy strong small,
.theme-trends-broadcast-card small,
.theme-trends-live-badge,
.theme-trends-vr-badge,
.theme-trends-popularity-range,
.theme-trends-popularity-card dt,
.theme-trends-section-meta > span,
.theme-trends-momentum-head,
.theme-trends-momentum-viewers::before,
.theme-trends-momentum-expected,
.theme-trends-momentum-expected::before { font-size: 11px; }
@media (max-width: 680px) {
    .theme-trends-hero h1 { font-size: clamp(34px, 10vw, 42px); }
    .theme-trends-hero-count strong { font-size: 42px; }
    .theme-trends-section-heading h2,
    .theme-trends-panel-heading h2,
    .theme-trends-pulse-title h2 { font-size: 24px; }
    .theme-trends-kpi strong,
    .theme-trends-popularity-card > strong { font-size: 34px; }
}

@media (min-width: 961px) {
    .theme-trends-hero h1 { font-size: clamp(42px, 4.8vw, 62px); }
    .theme-trends-hero-count strong { font-size: clamp(44px, 4vw, 54px); }
    .theme-trends-section-heading h2,
    .theme-trends-panel-heading h2,
    .theme-trends-pulse-title h2 { font-size: clamp(26px, 2.6vw, 36px); }
    .theme-trends-status-copy strong small,
    .theme-trends-broadcast-card small,
    .theme-trends-live-badge,
    .theme-trends-vr-badge,
    .theme-trends-popularity-range,
    .theme-trends-popularity-card dt,
    .theme-trends-section-meta > span,
    .theme-trends-momentum-head,
    .theme-trends-momentum-viewers::before,
    .theme-trends-momentum-expected,
    .theme-trends-momentum-expected::before { font-size: 12px; }
}
