body {
    background: #f5f7fb;
    font-family: "Cairo", "Noto Naskh Arabic", sans-serif;
}

.stat-card {
    border: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.stat-title {
    color: #5d6472;
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #0d6efd;
}

.thumb {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}
