body {
    background-color: #f5f7fb;
    font-family: "Inter", "Nunito", system-ui, -apple-system, sans-serif;
}

.navbar-brand {
    font-weight: 700;
    color: #0d6efd !important;
}

.sidebar {
    min-height: 100vh;
    border-right: 1px solid #e5e7eb;
    background: #fff;
}

.sidebar .list-group-item {
    border: none;
    border-radius: 0;
    padding: 12px 18px;
    color: #4b5563;
}

.sidebar .list-group-item.active {
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
}

.card {
    border-radius: 10px;
}

.table thead th {
    font-size: 13px;
    color: #6b7280;
    text-transform: none;
}

.badge-pill {
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
}

.progress {
    height: 10px;
    background-color: #e5e7eb;
}

.progress-bar {
    background: linear-gradient(90deg, #0d6efd, #2563eb);
}

.btn-icon {
    padding: 6px 10px;
}

.table-sm td, .table-sm th {
    padding: 10px;
}

.form-control, .form-select {
    border-radius: 8px;
}
