@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Cairo,sans-serif}html,body,#root{height:100%;direction:rtl}body{background:#f1f5f9;color:#1e293b}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;border:none;transition:all .2s}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#fff;border:1px solid #e2e8f0;color:#334155}.btn-secondary:hover{background:#f8fafc}.btn-icon{padding:.4rem;border-radius:.375rem}.btn-danger{background:#ef4444;color:#fff}.card{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;padding:1.25rem}.input{width:100%;padding:.625rem .75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;outline:none}.input:focus{border-color:#2563eb}.badge{display:inline-block;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-blue{background:#dbeafe;color:#1e40af}.badge-green{background:#dcfce7;color:#166534}.badge-yellow{background:#fef9c3;color:#854d0e}.badge-red{background:#fee2e2;color:#991b1b}.badge-gray{background:#f1f5f9;color:#475569}table{width:100%;border-collapse:collapse}th{text-align:right;padding:.75rem;font-size:.75rem;color:#64748b;border-bottom:2px solid #f1f5f9}td{padding:.75rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;vertical-align:middle}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.p-4{padding:1rem}.w-full{width:100%}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted{color:#64748b}.font-bold{font-weight:700}.app-layout{display:flex;min-height:100vh}.sidebar{width:240px;background:#fff;border-left:1px solid #e2e8f0;position:fixed;right:0;top:0;bottom:0;display:flex;flex-direction:column;z-index:50}.sidebar-logo{height:64px;display:flex;align-items:center;padding:0 1.25rem;gap:.5rem;font-weight:800;font-size:1.25rem;color:#2563eb;border-bottom:1px solid #f1f5f9}.sidebar-nav{flex:1;padding:1rem .75rem;overflow-y:auto}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#64748b;border-radius:.5rem;margin-bottom:.25rem;font-weight:500;transition:.15s}.nav-link:hover{background:#f8fafc;color:#1e293b}.nav-link.active{background:#2563eb1a;color:#2563eb}.sidebar-footer{padding:1rem;border-top:1px solid #f1f5f9}.main-area{flex:1;margin-right:240px}.topbar{height:64px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:40}.content{padding:1.5rem;max-width:1400px}.page-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.page-subtitle{color:#64748b;font-size:.875rem;margin-bottom:1.5rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.modal-content{background:#fff;border-radius:.75rem;width:500px;max-width:95%;max-height:90vh;overflow:hidden}.modal-header{padding:1.25rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.modal-body{padding:1.25rem;overflow-y:auto}.modal-footer{padding:1rem 1.25rem;background:#f8fafc;display:flex;justify-content:flex-end;gap:.75rem}.toast-container{position:fixed;bottom:1.5rem;left:1.5rem;z-index:200;display:flex;flex-direction:column;gap:.5rem}.toast{background:#fff;padding:.75rem 1rem;border-radius:.5rem;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;animation:slideIn .3s ease}.toast-success{border-right:4px solid #22c55e;color:#166534}.toast-error{border-right:4px solid #ef4444;color:#991b1b}.toast-info{border-right:4px solid #2563eb;color:#1e40af}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{display:flex;align-items:center;gap:1rem}.stat-icon{width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;background:#2563eb1a;color:#2563eb}.stat-value{font-size:1.5rem;font-weight:800}.stat-label{font-size:.875rem;color:#64748b}.table-select{padding:.35rem .5rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.75rem;background:#f8fafc;min-width:100px}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.login-card{width:380px;padding:2rem;text-align:center}.login-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:800;font-size:1.5rem;color:#2563eb;margin-bottom:2rem}.login-logo span{background:#2563eb;color:#fff;padding:.25rem .5rem;border-radius:.5rem;font-size:1rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.375rem;font-size:.875rem;font-weight:500}.form-group.full{grid-column:1 / -1}.shipping-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.toggle{width:44px;height:24px;background:#cbd5e1;border-radius:12px;position:relative;cursor:pointer;transition:.3s}.toggle.active{background:#2563eb}.toggle:before{content:"";position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:3px;right:3px;transition:.3s}.toggle.active:before{transform:translate(-20px)}
