@import "https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-primary:210 40% 98%;--bg-secondary:0 0% 100%;--bg-accent:210 40% 96%;--text-primary:222 47% 11%;--text-secondary:215 16% 47%;--text-muted:215 13% 65%;--primary:221 83% 53%;--primary-hover:221 83% 45%;--primary-glow:#3b82f61a;--accent:262 83% 58%;--accent-glow:#7c3aed1a;--border:214 32% 91%;--border-focus:221 83% 53%;--success:142 72% 29%;--warning:38 92% 50%;--danger:346 84% 50%;--radius-lg:12px;--radius-md:8px;--radius-sm:6px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000005;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-color:hsl(var(--bg-primary));color:hsl(var(--text-primary));-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;font-weight:400;line-height:1.5}[dir=rtl]{font-family:Cairo,sans-serif}*{box-sizing:border-box;margin:0;padding:0;transition:background-color .15s,border-color .15s,transform .1s}body{background:hsl(var(--bg-primary));min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:hsl(var(--bg-primary))}::-webkit-scrollbar-thumb{border-radius:var(--radius-sm);background:#cbd5e1}::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary))}h1,h2,h3,h4,h5,h6{letter-spacing:-.01em;color:hsl(var(--text-primary));font-weight:600}.app-container{min-height:100vh;display:flex}.app-sidebar{color:#f1f5f9;background:#1e293b;border-right:1px solid #334155;flex-direction:column;flex-shrink:0;width:260px;display:flex}[dir=rtl] .app-sidebar{border-left:1px solid #334155;border-right:none}.sidebar-logo{border-bottom:1px solid #334155;align-items:center;gap:10px;padding:24px;display:flex}.sidebar-menu{flex-direction:column;flex:1;gap:6px;padding:20px 12px;display:flex;overflow-y:auto}.menu-category{text-transform:uppercase;color:#64748b;letter-spacing:.05em;padding:10px 12px 4px;font-size:10px;font-weight:700}.menu-item{color:#94a3b8;border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:12px;padding:10px 14px;font-size:13.5px;font-weight:500;text-decoration:none;display:flex}.menu-item:hover{color:#f1f5f9;background:#ffffff0d}.menu-item.active{background:hsl(var(--primary));color:#fff;box-shadow:0 4px 12px #3b82f640}.sidebar-footer{background:#0f172a;border-top:1px solid #334155;padding:16px}.app-header{background:hsl(var(--bg-secondary));border-bottom:1px solid hsl(var(--border));z-index:10;justify-content:space-between;align-items:center;height:70px;padding:0 30px;display:flex;position:sticky;top:0}.header-search{background:#f1f5f9;border:1px solid #0000;border-radius:9999px;align-items:center;width:320px;padding:6px 16px;display:flex}.header-search:focus-within{border-color:hsl(var(--primary));box-shadow:0 0 0 3px var(--primary-glow);background:#fff}.header-search input{background:0 0;border:none;outline:none;width:100%;margin-left:8px;font-size:13px}.header-actions{align-items:center;gap:20px;display:flex}.dashboard-card{background:hsl(var(--bg-secondary));border:1px solid hsl(var(--border));border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:24px}.dashboard-card:hover{box-shadow:var(--shadow-md)}.wizard-steps{justify-content:space-between;margin-bottom:24px;display:flex;position:relative}.wizard-steps:before{content:"";z-index:1;background:#e2e8f0;height:2px;position:absolute;top:15px;left:5%;right:5%}.wizard-step-node{z-index:2;cursor:pointer;flex-direction:column;align-items:center;display:flex;position:relative}.wizard-step-icon{color:#64748b;background:#e2e8f0;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.wizard-step-node.active .wizard-step-icon{background:hsl(var(--primary));color:#fff}.wizard-step-node.completed .wizard-step-icon{background:hsl(var(--success));color:#fff}.wizard-step-label{color:#64748b;margin-top:6px;font-size:11px;font-weight:600}.wizard-step-node.active .wizard-step-label{color:hsl(var(--primary))}.table-container{background:hsl(var(--bg-secondary));border:1px solid hsl(var(--border));border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.table-custom{border-collapse:collapse;text-align:left;width:100%}[dir=rtl] .table-custom{text-align:right}.table-custom th{text-transform:uppercase;color:#475569;letter-spacing:.02em;border-bottom:1px solid hsl(var(--border));background:#f8fafc;padding:14px 20px;font-size:11.5px;font-weight:600}.table-custom td{border-bottom:1px solid hsl(var(--border));color:#334155;padding:14px 20px;font-size:13.5px}.table-custom tr:last-child td{border-bottom:none}.table-custom tr:hover{background:#f8fafc}.btn-primary{background:hsl(var(--primary));color:#fff;border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:500;display:inline-flex}.btn-primary:hover{background:hsl(var(--primary-hover))}.btn-secondary{color:#475569;border-radius:var(--radius-md);cursor:pointer;background:#fff;border:1px solid #cbd5e1;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:500;display:inline-flex}.btn-secondary:hover{background:#f8fafc}.form-input{border-radius:var(--radius-md);width:100%;color:hsl(var(--text-primary));background:#fff;border:1px solid #cbd5e1;outline:none;padding:10px 14px;font-size:13.5px}.form-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px var(--primary-glow)}.badge{border-radius:9999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge-success{color:#166534;background:#dcfce7}.badge-warning{color:#92400e;background:#fef3c7}.badge-danger{color:#9f1239;background:#ffe4e6}.badge-info{color:#0369a1;background:#e0f2fe}.badge-purple{color:#6b21a8;background:#f3e8ff}
