/* PM PERF: externalized Today post-JS/state CSS 2026-09-08 */
    .tm-page.tm-page-loading {
        opacity: 0.62;
        pointer-events: none;
        transition: opacity 0.15s ease;
    }

    /* PM ADD: 76-90 tab hit-rate badge */
    .tm-tab-rollover-76-90 .tm-rollover-hit-rate {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 22px;
        padding: 0 7px;
        border-radius: 999px;
        background: #ecfdf5;
        color: #166534;
        border: 1px solid rgba(22, 101, 52, 0.16);
        font-size: 11px;
        font-weight: 900;
        line-height: 1;
        white-space: nowrap;
    }

    .tm-tab-rollover-76-90.active .tm-rollover-hit-rate {
        background: rgba(255, 255, 255, 0.20);
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.28);
    }

    @media (max-width: 700px) {
        .tm-tab-rollover-76-90 .tm-rollover-hit-rate {
            min-height: 18px;
            padding: 0 5px;
            font-size: 9.5px;
        }
    }
    /* END PM ADD: 76-90 tab hit-rate badge */

