*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary-navy: #001539;--primary-purple: #7C3AED;--purple-light: #8B5CF6;--purple-lighter: #A78BFA;--purple-bg: #F3E8FF;--background: #F5F5F7;--white: #FFFFFF;--text-primary: #1F2937;--text-secondary: #6B7280;--text-muted: #9CA3AF;--border: #E5E7EB;--success: #10B981;--warning: #F59E0B;--danger: #EF4444;--info: #3B82F6;--background-color: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 262 83% 58%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--input: 214.3 31.8% 91.4%;--ring: 262 83% 58%;--radius: .5rem;font-family:Noto Sans Arabic,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background-color:var(--background);color:var(--text-primary)}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}p{color:var(--text-secondary)}a{color:var(--primary-purple);text-decoration:none;transition:color .2s}a:hover{color:var(--purple-light)}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0}input,select,textarea{font-family:inherit;font-size:1rem}.ltr-nums{direction:ltr;display:inline-block}.font-rubik{font-family:Rubik,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.card{background:var(--white);border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d;border:1px solid var(--border)}.badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1e40af}.badge-purple{background:var(--purple-bg);color:var(--primary-purple)}.progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.progress-fill{height:100%;border-radius:4px;transition:width .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.slide-in{animation:slideIn .3s ease-out}.transition-all{transition:all .2s ease}:focus-visible{outline:2px solid var(--primary-purple);outline-offset:2px}.bg-background{background-color:var(--background)}.bg-card{background-color:var(--white)}.bg-primary{background-color:var(--primary-purple)}.bg-secondary{background-color:#f3f4f6}.bg-destructive{background-color:var(--danger)}.bg-accent{background-color:#f3f4f6}.text-foreground{color:var(--text-primary)}.text-primary{color:var(--primary-purple)}.text-primary-foreground{color:#fff}.text-secondary-foreground{color:var(--text-primary)}.text-muted-foreground{color:var(--text-secondary)}.text-destructive{color:var(--danger)}.text-destructive-foreground{color:#fff}.text-card-foreground{color:var(--text-primary)}.text-success{color:var(--success)}.border-input{border-color:var(--border)}.ring-ring{--tw-ring-color: var(--primary-purple)}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-1\.5>*+*{margin-top:.375rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:text-4xl{font-size:2.25rem}.md\:text-5xl{font-size:3rem}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:640px){.sm\:flex-row{flex-direction:row}}.p-6{padding:1.5rem}.p-12{padding:3rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.px-12{padding-left:3rem;padding-right:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.pt-0{padding-top:0}.pt-20{padding-top:5rem}.pb-16{padding-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-12{margin-top:3rem}.mx-auto{margin-left:auto;margin-right:auto}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.leading-tight{line-height:1.25}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px;border-style:solid;border-color:var(--border)}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg,.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.min-h-screen{min-height:100vh}.h-full{height:100%}.cursor-pointer{cursor:pointer}.transition-colors{transition:color .15s,background-color .15s,border-color .15s}.transition-shadow{transition:box-shadow .15s}.flex-shrink-0{flex-shrink:0}.rotate-180{transform:rotate(180deg)}.pointer-events-none{pointer-events:none}.opacity-50{opacity:.5}.focus-visible\:outline-none:focus-visible{outline:none}.focus-visible\:ring-2:focus-visible{box-shadow:0 0 0 2px var(--primary-purple)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: var(--primary-purple)}.focus-visible\:ring-offset-2:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--primary-purple)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-background{--tw-gradient-from: var(--background);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)}.via-background{--tw-gradient-stops: var(--tw-gradient-from), var(--background), var(--tw-gradient-to, transparent)}.from-primary\/10{--tw-gradient-from: rgba(124, 58, 237, .1);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)}.to-primary\/5{--tw-gradient-to: rgba(124, 58, 237, .05)}.border-primary\/20{border-color:#7c3aed33}.hover\:bg-primary\/90:hover{background-color:#7c3aede6}.hover\:bg-secondary\/80:hover{background-color:#f3f4f6cc}.hover\:bg-destructive\/90:hover{background-color:#ef4444e6}.hover\:bg-accent:hover{background-color:#f3f4f6}.hover\:text-accent-foreground:hover{color:var(--text-primary)}.hover\:underline:hover{text-decoration:underline}.ring-offset-background{--tw-ring-offset-color: var(--background)}.text-xs{font-size:.75rem;line-height:1rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
