:root {
	--z-bg: #020504;
	--z-bg-2: #04100b;
	--z-bg-3: #082015;
	--z-surface: #07170f;
	--z-surface-2: #0a2016;
	--z-surface-soft: rgba(8, 26, 18, 0.74);
	--z-surface-glass: rgba(8, 26, 18, 0.62);
	--z-surface-glass-strong: rgba(3, 7, 5, 0.88);
	--z-surface-lifted: rgba(13, 42, 28, 0.74);
	--z-border: rgba(99, 221, 159, 0.11);
	--z-border-strong: rgba(99, 221, 159, 0.24);
	--z-border-soft: rgba(235, 247, 240, 0.065);
	--z-border-gold: rgba(210, 178, 105, 0.18);
	--z-green: #43dfa2;
	--z-green-2: #19b979;
	--z-green-3: #b7f5da;
	--z-green-soft: rgba(67, 223, 162, 0.1);
	--z-gold: #d2b269;
	--z-gold-soft: rgba(210, 178, 105, 0.11);
	--z-text: #edf7f1;
	--z-text-soft: #cfe2d7;
	--z-muted: #91a59a;
	--z-muted-2: #64766c;
	--z-danger: #ff5c7a;
	--z-warning: #ffd166;
	--z-container: 1200px;
	--z-container-narrow: 760px;
	--z-container-wide: 1400px;
	--z-section-y: clamp(80px, 8vw, 128px);
	--z-section-y-sm: clamp(64px, 7vw, 96px);
	--z-page-x: clamp(16px, 4vw, 48px);
	--z-space-unit: 8px;
	--z-space-1: 8px;
	--z-space-2: 16px;
	--z-space-3: 24px;
	--z-space-4: 32px;
	--z-space-5: 40px;
	--z-space-6: 48px;
	--z-space-7: 64px;
	--z-space-8: 96px;
	--z-gap-sm: 16px;
	--z-gap-md: 24px;
	--z-gap-lg: 40px;
	--z-gap-xl: 64px;
	--z-radius-xs: 8px;
	--z-radius-sm: 8px;
	--z-radius-md: 12px;
	--z-radius-lg: 16px;
	--z-radius-xl: 24px;
	--z-shadow-glow: 0 0 32px rgba(67, 223, 162, 0.12);
	--z-shadow-glow-strong: 0 0 64px rgba(67, 223, 162, 0.18);
	--z-shadow-card: 0 24px 64px rgba(0, 0, 0, 0.34);
	--z-shadow-soft: 0 14px 40px rgba(0, 0, 0, 0.26);
	--z-shadow-edge: inset 0 1px 0 rgba(235, 247, 240, 0.055);
	--z-focus-ring: 0 0 0 4px rgba(67, 223, 162, 0.14);
	--z-gradient-emerald: linear-gradient(135deg, var(--z-green), var(--z-green-2));
	--z-gradient-glass: linear-gradient(180deg, rgba(14, 43, 29, 0.82), rgba(4, 12, 8, 0.86));
	--z-gradient-border: linear-gradient(135deg, rgba(0, 255, 156, 0.56), rgba(198, 161, 91, 0.22), rgba(242, 255, 248, 0.08));
	--z-duration-fast: 160ms;
	--z-duration-base: 260ms;
	--z-duration-slow: 700ms;
	--z-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
	--z-font-fa-heading: "Zorvan Kalameh", "Zorvan IRANYekan", Vazirmatn, system-ui, sans-serif;
	--z-font-fa-body: "Zorvan IRANYekan", Vazirmatn, system-ui, sans-serif;
	--z-font-ui: "Zorvan IRANYekan", Vazirmatn, system-ui, sans-serif;
	--z-font-en: Inter, "Space Grotesk", system-ui, sans-serif;
	--z-line-height-body: 1.86;
	--z-line-height-heading: 1.18;
	--z-type-xs: clamp(0.78rem, 0.72rem + 0.2vw, 0.9rem);
	--z-type-sm: clamp(0.9rem, 0.86rem + 0.18vw, 1rem);
	--z-type-base: clamp(1rem, 0.96rem + 0.2vw, 1.08rem);
	--z-type-md: clamp(1.08rem, 1rem + 0.38vw, 1.28rem);
	--z-type-lg: clamp(1.35rem, 1.14rem + 0.95vw, 1.9rem);
	--z-type-xl: clamp(2rem, 1.48rem + 2.2vw, 3.5rem);
	--z-type-hero: clamp(2.7rem, 5.5vw, 4.75rem);
	--z-pointer-x: 50%;
	--z-pointer-y: 20%;
	--z-drift-x: 0px;
	--z-drift-y: 0px;
	--z-tilt-x: 0deg;
	--z-tilt-y: 0deg;
}
