:root{--background:#ebe1d1;--foreground:#0d4715;--primary:#41644a;--primary-rgb:65,100,74;--primary-foreground:#ebe1d1;--secondary:#41644a1a;--secondary-foreground:#41644a;--accent:#e9762b;--accent-foreground:#fff;--muted:#41644a;--muted-foreground:#0d471599;--card:#ffffff80;--card-foreground:#0d4715;--border:#41644a33;--input:#41644a1a;--ring:#41644a;--radius:.75rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--font-main:"Vazirmatn","Inter",sans-serif}[data-theme=dark]{--background:#0f172a;--foreground:#f8fafc;--primary:#3b82f6;--primary-foreground:#fff;--secondary:#1e293b;--secondary-foreground:#f1f5f9;--accent:#fbbf24;--accent-foreground:#000;--muted:#94a3b8;--muted-foreground:#64748b;--card:#1e293b;--card-foreground:#f8fafc;--border:#334155;--input:#334155;--ring:#3b82f6}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-main);background:var(--background);color:var(--foreground);direction:rtl;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{direction:inherit;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a}[data-theme=dark] .glass{background:#0f172a80;border:1px solid #ffffff0d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s forwards fadeIn}
