body {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    background-color: #f5f6fa;
}
.card {
    border: none;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    border-radius: 12px;
}
.table td, .table th {
    vertical-align: middle;
}
.dept-indent {
    color: #888;
}
.stat-card {
    border-radius: 14px;
    padding: 1.25rem;
    color: #fff;
}
.badge-stage-30 { background:#0d6efd; }
.badge-stage-60 { background:#fd7e14; }
.badge-stage-90 { background:#198754; }
