@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Tajawal:wght@400;500;700;800;900&display=swap";
:root{--background:#f8fafc;--foreground:#0f172a;--muted:#f1f5f9;--muted-foreground:#64748b;--card-bg:#fff;--card-border:#e2e8f0;--primary:#4f46e5;--primary-hover:#4338ca;--primary-foreground:#fff;--secondary:#e0e7ff;--secondary-hover:#c7d2fe;--secondary-foreground:#4f46e5;--accent:#8b5cf6;--font-ar:"Tajawal", sans-serif;--font-en:"Inter", sans-serif;--glow-color:#4f46e526}.dark{--background:#0f172a;--foreground:#f8fafc;--muted:#1e293b;--muted-foreground:#94a3b8;--card-bg:#1e293b;--card-border:#334155;--primary:#6366f1;--primary-hover:#818cf8;--primary-foreground:#fff;--secondary:#334155;--secondary-hover:#475569;--secondary-foreground:#f8fafc;--accent:#a78bfa;--glow-color:#6366f133}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);scroll-behavior:smooth;transition:background-color .4s,color .4s;overflow-x:hidden}html[dir=rtl] body{font-family:var(--font-ar)}html[dir=ltr] body{font-family:var(--font-en)}a{color:inherit;text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--card-border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
