:root {
  --bg: #f2f2f7;
  --surface: #ffffff;
  --surface-2: #f2f2f7;
  --surface-soft: #e5e5ea;
  --surface-blue: #eaf2ff;
  --surface-pink: #f4f0ff;
  --text: #000000;
  --muted: #64748b;
  --line: #e5e5ea;
  --border: var(--line);
  --primary: #5b5cf0;
  --primary-dark: #4b4de0;
  --blue: #5b5cf0;
  --accent: #06b6d4;
  --accent-dark: #0891b2;
  --pink: #8b5cf6;
  --success: #08a171;
  --success-soft: #def7f0;
  --warning: #d97706;
  --warning-soft: #fff4e5;
  --danger: #dc2626;
  --danger-soft: #feecec;
  --info: #06b6d4;
  --info-soft: #e6f9fc;
  --shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  --s-8: 8px;
  --s-12: 12px;
  --s-16: 16px;
  --s-24: 24px;
  --s-32: 32px;
  --s-40: 40px;
  --s-48: 48px;
  --radius-8: 8px;
  --radius-10: 10px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --container: 1440px;
  --font-12: 12px;
  --font-13: 13px;
  --font-14: 14px;
  --font-15: 15px;
  --font-16: 16px;
  --font-18: 18px;
  --font-20: 20px;
  background: var(--bg);
  color: var(--text);
  font-family: 'Almarai', 'Inter', 'Segoe UI', Tahoma, sans-serif;
}

:root[data-theme="dark"], .dark, .dark:root, [data-theme="dark"] {
  --bg: #000000;
  --surface: #1c1c1e;
  --surface-2: #111112;
  --surface-soft: #2c2c2e;
  --surface-blue: #1c1c2e;
  --surface-pink: #2c1c2e;
  --text: #f8fafc;
  --muted: #94a3b8;
  --line: #38383a;
  --border: var(--line);
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
  --success-soft: rgba(22, 163, 74, 0.2);
  --warning-soft: rgba(217, 119, 6, 0.22);
  --danger-soft: rgba(220, 38, 38, 0.2);
  --info-soft: rgba(3, 105, 161, 0.22);
}
