:root {
  /* الوضع الأساسي = دارك مود */
  --bg-body: #020617;
  --bg-nav: #020617;
  --bg-card: #0f172a;
  --bg-wav: #041847;
  --text-main: #e5e7eb;
  --text-muted: #9ca3af;
  --accent: #a60b0b;
  --accent-dark: #5a0303;
  --border-color: #1f2937;
  --shadow-color: rgba(0, 0, 0, 0.45);
  --hero-bg: #020617;   
  --stats-bg: #020617;
}

/* وضع فاتح (استثناء) */
.light-mode {
  --bg-body: #f9fafb;
  --bg-nav: #ffffff;
  --bg-card: #ffffff;
  --text-main: #0f172a;
  --text-muted: #6b7280;
  --accent: #a60b0b;
  --accent-dark: #5a0303;
  --border-color: #e5e7eb;
  --shadow-color: rgba(15, 23, 42, 0.08);
  --hero-bg: #f9fafb;  
  --stats-bg: #f1f5f9;
  --stats-was : #e5e7eb;
}
