/** MUAADH PROGRESS — Phase 13 Wave 21 (2026-05-13). Single source. */


/* ============================================================================
 * APPENDED (Phase 13 Wave 21): rules pulled from muaadh-core.css
 * ============================================================================ */

.muaadh-progress-medium {
    height: 8px;
}

.muaadh-progress-thin {
    height: 5px;
}

.muaadh-progress {
    display: flex;
    height: 0.75rem;
    overflow: hidden;
    font-size: var(--text-xs);
    background-color: var(--surface-elevated);
    border-radius: var(--radius-full);
}

.muaadh-progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--text-inverse);
    text-align: center;
    white-space: nowrap;
    background-color: var(--action-primary);
    transition: width 0.6s ease;
}

