body {
    background-color: #f5f7fa;
}

.navbar-brand {
    font-size: 1.4rem;
}

.card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
}

.table th {
    white-space: nowrap;
    font-size: 0.85rem;
}

.table td {
    font-size: 0.88rem;
}

.nav-tabs .nav-link {
    font-weight: 500;
}

.nav-tabs .badge {
    font-size: 0.7rem;
}
