/* style.css - Customizações para modernizar visual com Bootstrap */
body, html {
    font-family: 'Segoe UI', Arial, sans-serif;
}
.card {
    border-radius: 16px !important;
}
.btn {
    border-radius: 8px;
}
.table th, .table td {
    vertical-align: middle !important;
}
input, select, textarea {
    border-radius: 8px !important;
}
.alert {
    border-radius: 8px;
}
@media (max-width: 768px) {
    .card {
        padding: 1rem !important;
    }
    .table th, .table td {
        font-size: 0.95rem;
    }
}