.gauges-v5 {
    --gauges-cyan: #48c8f1;
    --gauges-mint: #39d8b6;
    width: min(100% - 3rem, 1180px);
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 4.5rem) 0 4rem;
    color: #f5f9fd;
}

.gauges-v5-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.gauges-v5-kicker {
    display: block;
    margin-bottom: .55rem;
    color: var(--gauges-mint);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .14em;
}

.gauges-v5-header h1 {
    margin: 0;
    font-size: clamp(2.35rem, 6vw, 4.8rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.gauges-v5-header p {
    max-width: 65ch;
    margin: 1rem 0 0;
    color: #9eb0c2;
    line-height: 1.65;
}

.gauges-v5-back {
    flex: 0 0 auto;
    padding: .7rem 1rem;
    border: 1px solid rgba(72, 200, 241, .22);
    border-radius: 999px;
    color: #cbe6f4;
    background: rgba(72, 200, 241, .06);
    font-size: .8rem;
    font-weight: 650;
    text-decoration: none;
}

.gauges-v5-privacy {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(57, 216, 182, .2);
    border-radius: 15px;
    background: rgba(57, 216, 182, .06);
}

.gauges-v5-privacy strong {
    color: #8de8d3;
    font-size: .78rem;
}

.gauges-v5-privacy span {
    color: #9eb0c2;
    font-size: .72rem;
}

.gauges-v5-shell {
    padding: 1rem;
    border: 1px solid rgba(116, 180, 221, .16);
    border-radius: 20px;
    background: rgba(7, 30, 50, .84);
}

.gauges-v5-frame {
    overflow: hidden;
    border-radius: 14px;
}

.gauges-v5-frame .cmx-frame {
    height: 900px;
    min-height: 0;
}

.gauges-v5 .graphs-v5-rotate-note {
    display: none;
}

@media (max-width: 1024px) {
    .gauges-v5 {
        padding-top: 5.5rem;
    }

    .gauges-v5 .graphs-v5-rotate-note {
        display: flex;
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .gauges-v5 {
        width: min(100% - 1.25rem, 1180px);
        padding-top: 3.75rem;
    }

    .gauges-v5-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .gauges-v5-privacy {
        align-items: flex-start;
        flex-direction: column;
        gap: .3rem;
    }

    .gauges-v5-shell {
        padding: .65rem;
    }

    .gauges-v5-frame .cmx-frame {
        height: 1280px;
        min-height: 0;
    }
}
