/* ============================================================
   DASHBOARD
   ============================================================ */
.dashboard-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.dashboard-stat-label {
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 0.1rem;
}

.dashboard-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1;
}

.dashboard-stat-sub {
    font-size: 1rem;
    font-weight: 400;
    color: #94a3b8;
}

.dashboard-notif-scan {
    background: #fffbf5;
}

.dashboard-notif-scan:hover {
    background: #fff7ed;
}
