/* MARKETPLACE GPS UNIDOS — Estilos */

body {
    background-color: #f5f6fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-brand {
    font-size: 1.1rem;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.card-header {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

/* Dashboard cards */
.card.bg-primary, .card.bg-success, .card.bg-info, .card.bg-warning {
    border-radius: 12px;
}

.card h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 8px 0;
}

/* Tables */
.table th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table td {
    vertical-align: middle;
}

/* Badges */
.badge-estado {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-aprobado { background-color: #27ae60; color: white; }
.badge-pendiente { background-color: #f39c12; color: white; }
.badge-rechazado { background-color: #e74c3c; color: white; }
.badge-suspendido { background-color: #95a5a6; color: white; }
.badge-en_revision { background-color: #3498db; color: white; }
.badge-activa { background-color: #27ae60; color: white; }
.badge-prueba_gratuita { background-color: #9b59b6; color: white; }

/* Login */
.card.shadow {
    border-radius: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .card h2 {
        font-size: 1.5rem;
    }
    .navbar-brand {
        font-size: 0.9rem;
    }
}
