@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{background:#f8fafc;color:#020617;direction:rtl;font-family:Fira Code,Fira Sans,Vazirmatn,Segoe UI,sans-serif}}@layer components{.stat-card{@apply bg-white rounded-2xl border border-gray-200 shadow-sm transition-all duration-200 cursor-pointer;}.stat-card:hover{@apply shadow-lg transform -translate-y-1;}}
