/* ==========================================
   EQUIPOS
========================================== */

.reporte-container-custom {
    max-width: 900px;
    margin: 0 auto;
}

.card-equipo-moderna {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.1) !important;
}

.header-equipo-moderno {
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 12px;
    text-transform: uppercase;
    border: none;
}

.table-moderna {
    margin-bottom: 0;
}

.table-moderna thead th {
    background: #f8f9fc;
    border-bottom: 2px solid #e3e6f0;
    color: #4e73df;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px;
    border-top: none;
}

.table-moderna tbody td {
    padding: 10px 15px;
    vertical-align: middle;
    font-size: 0.9rem;
    color: #5a5c69;
    border-color: #f1f3f9;
}

.num-indicador {
    font-weight: 700;
    color: #b7b9cc;
    width: 40px;
}

.badge-nivel {
    background: #eaecf4;
    color: #4e73df;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 0.75rem;
}