/* style.css */
body {
    background-color: #f4f7f6;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.table thead th {
    background-color: #2c3e50;
    color: white;
    font-weight: 600;
    border: none;
}

.table tbody tr {
    vertical-align: middle;
}