[
  {
    "id": "1",
    "key": "activeCases",
    "label": "القضايا النشطة",
    "value": 6,
    "unit": "قضية",
    "icon": "folder_open",
    "tone": "primary",
    "trend": "+2 هذا الشهر"
  },
  {
    "id": "2",
    "key": "criticalRisks",
    "label": "مخاطر حرجة",
    "value": 2,
    "unit": "خطر",
    "icon": "warning",
    "tone": "critical",
    "trend": "تحتاج مراجعة"
  },
  {
    "id": "3",
    "key": "monthlyHours",
    "label": "ساعات هذا الشهر",
    "value": 14.5,
    "unit": "ساعة",
    "icon": "schedule",
    "tone": "primary",
    "trend": "+18%"
  },
  {
    "id": "4",
    "key": "collectionRate",
    "label": "نسبة التحصيل",
    "value": 82,
    "unit": "٪",
    "icon": "payments",
    "tone": "success",
    "trend": "+6%"
  }
]