body {
    background-color: #f8fafc;
}
.card {
    border-radius: 1.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
}
.table thead th {
    background: #f0f0f0;
    font-weight: bold;
}
