@charset "UTF-8";

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

.reports-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;
}

.reports-v5-guide {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid rgba(116, 180, 221, .16);
    border-radius: 18px;
    background: rgba(7, 30, 50, .75);
}

.reports-v5-guide article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .2rem .8rem;
    padding: 1rem 1.1rem;
    border-right: 1px solid rgba(116, 180, 221, .13);
}

.reports-v5-guide article:last-child {
    border-right: 0;
}

.reports-v5-guide span {
    grid-row: 1 / 3;
    color: var(--reports-cyan);
    font-size: .67rem;
    font-weight: 800;
}

.reports-v5-guide strong {
    font-size: .8rem;
}

.reports-v5-guide small {
    color: #8fa3b6;
    font-size: .68rem;
    line-height: 1.45;
}

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

.reports-v5-copy {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: .25rem .2rem 1rem;
}

.reports-v5-copy span {
    color: var(--reports-mint);
    font-size: .68rem;
    font-weight: 750;
    letter-spacing: .12em;
}

.reports-v5-copy h2 {
    margin: .25rem 0 0;
    font-size: 1.4rem;
}

.reports-v5-copy a {
    color: var(--reports-cyan);
    font-size: .76rem;
    font-weight: 700;
    text-decoration: none;
}

.reports-v5-frame {
    min-height: 0;
    overflow: hidden;
    border-radius: 14px;
}

.reports-v5-frame .cmx-frame {
    height: 1200px;
    min-height: 0;
}

.reports-v5-footnote {
    margin: .9rem .15rem 0;
    color: #8499ad;
    font-size: .68rem;
    line-height: 1.55;
}

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

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

    .reports-v5-guide {
        grid-template-columns: 1fr;
    }

    .reports-v5-guide article {
        border-right: 0;
        border-bottom: 1px solid rgba(116, 180, 221, .13);
    }

    .reports-v5-guide article:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 699px),
       (orientation: landscape) and (max-height: 500px) and (hover: none) and (pointer: coarse) {
    .reports-v5 {
        margin: 0;
        padding-bottom: 1rem;
    }

    .reports-v5-guide,
    .reports-v5-copy,
    .reports-v5-footnote {
        display: none;
    }

    .reports-v5-shell {
        padding: 0;
        border: 0;
        background: transparent;
    }

    .reports-v5-frame.cmx-frame-card {
        min-height: 0;
        margin: 0;
        padding: 0;
        border: 0 !important;
        background: transparent !important;
    }

    .reports-v5-frame .cmx-frame {
        height: 520px;
        min-height: 0;
        border-radius: 13px;
        overflow: hidden;
    }
}

@media print {
    .reports-v5-header,
    .reports-v5-guide,
    .reports-v5-copy,
    .reports-v5-footnote {
        display: none !important;
    }

    .reports-v5,
    .reports-v5-shell {
        width: 100% !important;
        padding: 0 !important;
        border: 0 !important;
        background: #fff !important;
    }
}
