/* دلیچه — Design Tokens */
:root {
  /* رنگ تم — #b1d7b4 */
  --brand-bright: #b1d7b4;
  --brand-light: #e8f2ea;
  --brand-glass: rgba(177, 215, 180, 0.22);
  --brand-bright-rgb: 177, 215, 180;
  /* دکمه‌ها و اکشن — مکمل تیره‌تر (نه #b1d7b4) */
  --brand: #81B061;
  --brand-hover: #719552;
  --brand-rgb: 129, 176, 97;
  --accent-warm: #f5a623;
  --text: #1a1f1c;
  --text-muted: #5c6560;
  --text-light: #8a9490;
  --bg: #ffffff;
  --bg-alt: #f4f9f5;
  --bg-hero: #eef5ef;
  --border: #dce8de;
  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-full: 999px;
  --shadow-sm: 0 1px 3px rgba(26, 31, 28, 0.04);
  --shadow: 0 8px 30px rgba(26, 31, 28, 0.06);
  --shadow-lg: 0 20px 50px rgba(26, 31, 28, 0.1);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --font-body: Vazirmatn, Tahoma, sans-serif;
  --font-display: IRANSans, Vazirmatn, Tahoma, sans-serif;
  --font-en: system-ui, -apple-system, "Segoe UI", sans-serif;
  --header-h: 72px;
  --bottom-nav-h: 64px;
  --mini-cart-h: 56px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  /* لایه‌ها — اعلان‌ها همیشه بالاترین */
  --z-header: 200;
  --z-cart: 350;
  --z-search: 500;
  --z-auth-modal: 9700;
  --z-charity-overlay: 1300;
  --z-support: 9500;
  --z-toast: 10200;
}
