/* Namoro App - Estilos Personalizados */

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

.navbar-brand {
    font-weight: 700;
    font-size: 1.3rem;
}

.card {
    border: none;
    border-radius: 12px;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    border-radius: 12px 12px 0 0 !important;
    font-weight: 600;
}

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

.badge {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

.btn {
    border-radius: 8px;
}

.form-control, .form-select {
    border-radius: 8px;
}

.alert {
    border-radius: 10px;
}

.card.text-white h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

@media (max-width: 768px) {
    .card.text-white h3 {
        font-size: 1.4rem;
    }
}
