
body {
    background-color: #f7f9fc;
}
.navbar-brand {
    font-weight: 600;
}
.card {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.table-responsive {
    max-height: 70vh;
}
