body {
    font-size: 0.9rem;
    background-color: #f8f9fa;
}

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

.card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: none;
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.table th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table td {
    vertical-align: middle;
}

.badge {
    font-weight: 500;
}

.text-danger { color: #dc3545 !important; }
.text-success { color: #198754 !important; }

.pagination .page-link {
    font-size: 0.85rem;
}

.form-control-sm, .form-select-sm {
    font-size: 0.85rem;
}
