.incentivi-crud-container {
    min-height: 100vh;
    position: relative;
    z-index: 1;
}
.table-hover tbody tr:hover {
    background-color: rgba(13, 110, 253, 0.05) !important;
    transition: all 0.2s ease;
}
.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.modal-backdrop {
    z-index: 100000 !important; 
    opacity: 0.5 !important;
}
.modal {
    z-index: 100001 !important;
}
.form-control:focus, .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}
.btn { border-radius: 6px; }