body {
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: 600;
}

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

.table {
    background: #fff;
    border-radius: 10px;
}

.badge {
    font-size: 0.8rem;
    padding: 0.35em 0.65em;
}

.btn-sm {
    font-size: 0.8rem;
}
