@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap";
:root{--background:#f8fafc;--foreground:#0f172a;--card:#fff;--card-foreground:#0f172a;--primary:#6366f1;--primary-foreground:#fff;--secondary:#f1f5f9;--secondary-foreground:#1e293b;--muted:#64748b;--muted-foreground:#94a3b8;--accent:#eff6ff;--accent-foreground:#1d4ed8;--border:#e2e8f0;--input:#e2e8f0;--ring:#6366f1;--radius:12px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-heading:"Outfit", sans-serif;--font-arabic:"IBM Plex Sans Arabic", sans-serif}.dark{--background:#0f172a;--foreground:#f8fafc;--card:#1e293b;--card-foreground:#f8fafc;--primary:#818cf8;--primary-foreground:#fff;--secondary:#334155;--secondary-foreground:#f1f5f9;--muted:#94a3b8;--muted-foreground:#64748b;--accent:#1e293b;--accent-foreground:#818cf8;--border:#334155;--input:#334155;--ring:#818cf8}[lang=ar] body{font-family:var(--font-arabic)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:600}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg, var(--secondary) 0%, #ffffff8c 20%, var(--secondary) 40%, var(--secondary) 100%);background-repeat:no-repeat;background-size:200% 100%;border-radius:10px;animation:1.2s ease-in-out infinite shimmer;display:block}.dark .skeleton{background:linear-gradient(90deg,#1f2937 0%,#334155 20%,#1f2937 40% 100%) 0 0/200% 100% no-repeat}.fade-in{animation:.3s ease-out forwards fadeIn}.slide-up{animation:.4s cubic-bezier(.16,1,.3,1) forwards slideUp}.animate-in{opacity:0;animation:.4s ease-out forwards fadeIn}.leads-grid{grid-template-columns:1fr;gap:24px;margin-bottom:60px;display:grid}@media (min-width:640px){.leads-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.leads-grid{grid-template-columns:repeat(3,1fr)}}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.search-section{text-align:center;max-width:800px;margin-bottom:60px;margin-left:auto;margin-right:auto;padding:60px 0}@media (max-width:640px){.search-section{padding:30px 0}.search-section form{gap:12px;flex-direction:column!important;padding:16px!important}.search-section .divider{display:none}.search-section button{width:100%;margin-inline-start:0!important}}[dir=rtl] .leads-grid{direction:rtl}button{cursor:pointer;transition:all .2s}button:active{transform:scale(.98)}
