/* 
   Estilos específicos para la gestión de aliados estratégicos
   Módulo: Administrador / Dashboard Aliados
*/

.admin-header {
    background: linear-gradient(135deg, #1a5276 0%, #2980b9 100%);
    border-radius: 20px;
    padding: 30px;
    color: white;
    box-shadow: 0 10px 30px rgba(26, 82, 118, 0.2);
    margin-bottom: 40px;
}

.table-container {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border: none;
}

.table thead th {
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    color: #1a5276;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    padding: 20px;
}

.table tbody td {
    padding: 20px;
    vertical-align: middle;
    border-top: 1px solid #f8f9fa;
    color: #444;
}

.btn-primary {
    background-color: #1a5276 !important;
    border-color: #1a5276 !important;
}

.btn-primary:hover {
    background-color: #14425e !important;
    border-color: #14425e !important;
}

.btn-info {
    background-color: #2980b9 !important;
    border-color: #2980b9 !important;
    color: white !important;
}

.btn-pill {
    border-radius: 50px;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-btn {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    backdrop-filter: blur(5px);
}

.filter-btn:hover, .filter-btn.active {
    background: white;
    color: #1a5276;
    transform: translateY(-2px);
}

.badge-status {
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.75rem;
}

/* Utilidades de Gestión de Aliados */
.admin-dashboard-title { font-size: 1.8rem; }
.col-id-admin { width: 80px; }
.msg-truncate-admin { max-width: 200px; }
.status-dot-xs { font-size: 0.5rem; }

/* Utilidades Finales - Fiscalización */
.admin-banner-premium {
    background: linear-gradient(135deg, #1a5276, #4682A9);
    box-shadow: 0 4px 15px rgba(70,130,169,0.35);
}

.admin-icon-circle {
    width: 54px;
    height: 54px;
    font-size: 1.7rem;
    flex-shrink: 0;
}

.admin-banner-title {
    font-size: 1.9rem;
    letter-spacing: -0.5px;
}

.admin-banner-lead {
    font-size: 0.93rem;
    opacity: 0.8;
}

.logo-thumb-sm {
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.logo-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Utilidades Finales - Buzón de Contacto */
.avatar-sender-sm {
    width: 40px;
    height: 40px;
}

.avatar-unread { background: #1a5276; }
.avatar-read { background: #95a5a6; }

.msg-body-truncate {
    max-width: 300px;
    white-space: normal;
}
