body {
    background-color: #f8f9fa;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.card {
    border-radius: 1rem;
}

.bg-primary {
    background-color: #0d47a1 !important; /* Azul financiero */
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.04)!important;
}

input:focus {
    border-color: #0d47a1 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 71, 161, 0.1) !important;
}

.badge {
    font-weight: 500;
    padding: 0.5em 1em;
}

h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}