body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.h-screen{height:100vh}.h-16{height:4rem}.w-64{width:16rem}.bg-gray-800{background-color:#2d3748}.bg-gray-900{background-color:#1a202c}.bg-white{background-color:#fff}.text-white{color:#fff}.text-gray-900{color:#1a202c}.text-gray-600{color:#718096}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-bottom:1rem;padding-top:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.p-6{padding:1.5rem}.rounded-lg{border-radius:.5rem}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f}.border-b{border-bottom-width:1px}.border-gray-200{border-color:#e2e8f0}.overflow-hidden{overflow:hidden}.flex-1{flex:1 1}.space-y-1>*+*{margin-top:.25rem}.space-y-4>*+*{margin-top:1rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mr-3{margin-right:.75rem}.ml-5{margin-left:1.25rem}.text-center{text-align:center}.py-12{padding-bottom:3rem;padding-top:3rem}.min-h-screen{min-height:100vh}.max-w-md{max-width:28rem}.w-full{width:100%}.space-y-8>*+*{margin-top:2rem}.space-y-6>*+*{margin-top:1.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-gray-300{border-color:#d1d5db}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.text-sm{font-size:.875rem}.bg-indigo-600{background-color:#4f46e5}.hover\:bg-indigo-700:hover{background-color:#4338ca}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.disabled\:opacity-50:disabled{opacity:.5}.cursor-pointer{cursor:pointer}.block{display:block}.inline-flex{display:inline-flex}.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))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-5{gap:1.25rem}.gap-4{gap:1rem}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.bg-gray-100{background-color:#f7fafc}.bg-gray-50{background-color:#f9fafb}.animate-spin{animation:spin 1s linear infinite}.rounded-full{border-radius:9999px}.h-32{height:8rem}.w-32{width:8rem}.border-b-2{border-bottom-width:2px}.h-8{height:2rem}.w-8{width:2rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.text-left{text-align:left}.text-right{text-align:right}.whitespace-nowrap{white-space:nowrap}.divide-y>*+*{border-top-width:1px}.divide-gray-200>*+*{border-color:#e5e7eb}.bg-green-500{background-color:#10b981}.bg-purple-500{background-color:#8b5cf6}.bg-red-500{background-color:#ef4444}.bg-green-600{background-color:#059669}.bg-red-600{background-color:#dc2626}.bg-blue-600{background-color:#2563eb}.hover\:bg-green-700:hover{background-color:#047857}.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.text-indigo-600{color:#4f46e5}.hover\:text-indigo-900:hover{color:#312e81}.hover\:text-red-900:hover{color:#7f1d1d}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{bottom:0;left:0;right:0;top:0}.top-20{top:5rem}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.w-96{width:24rem}.bg-gray-600{background-color:#4b5563}.bg-opacity-50{--tw-bg-opacity:0.5}.space-x-3>*+*{margin-left:.75rem}.space-x-2>*+*{margin-left:.5rem}.justify-end{justify-content:flex-end}.pt-4{padding-top:1rem}.hover\:bg-gray-50:hover{background-color:#f9fafb}.border-transparent{border-color:#0000}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.min-w-full{min-width:100%}.table{display:table}.table-auto{table-layout:auto}.w-2{width:.5rem}.h-2{height:.5rem}.bg-green-400{background-color:#34d399}.bg-blue-400{background-color:#60a5fa}.bg-yellow-400{background-color:#fbbf24}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-700{color:#374151}.hover\:text-gray-500:hover{color:#6b7280}.hover\:text-gray-700:hover{color:#374151}.hover\:bg-gray-700:hover{background-color:#374151}.text-gray-300{color:#d1d5db}.hover\:text-white:hover{color:#fff}.group:hover .group-hover\:text-gray-300{color:#d1d5db}.flex-shrink-0{flex-shrink:0}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.sm\:flex{display:flex}.sm\:items-center{align-items:center}.sm\:flex-auto{flex:1 1 auto}.sm\:mt-0{margin-top:0}.sm\:ml-16{margin-left:4rem}.sm\:flex-none{flex:none}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:rounded-md{border-radius:.375rem}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-sm{font-size:.875rem}.appearance-none{-webkit-appearance:none;appearance:none}.rounded-none{border-radius:0}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.placeholder-gray-500::placeholder{color:#6b7280}.focus\:z-10:focus{z-index:10}.border-red-200{border-color:#fecaca}.bg-green-100{background-color:#dcfce7}.text-green-800{color:#166534}.bg-yellow-100{background-color:#fef3c7}.text-yellow-800{color:#92400e}.text-red-800{color:#991b1b}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.font-extrabold{font-weight:800}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.w-0{width:0}.ml-3{margin-left:.75rem}.mr-2{margin-right:.5rem}.p-3{padding:.75rem}.p-2{padding:.5rem}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.animate-fadeIn{animation:fadeIn .6s ease-out}.animate-slideInLeft{animation:slideInLeft .5s ease-out}.animate-slideInRight{animation:slideInRight .5s ease-out}.animate-pulse{animation:pulse 2s infinite}.animate-bounce{animation:bounce 1s}.hover-scale:hover{transform:scale(1.02);transition:transform .2s ease}.hover-shadow:hover{box-shadow:0 10px 25px #00000026;transition:box-shadow .3s ease}.hover-lift:hover{transform:translateY(-2px);transition:transform .2s ease}.bg-gradient-blue{background:linear-gradient(135deg,#667eea,#764ba2)}.bg-gradient-green{background:linear-gradient(135deg,#f093fb,#f5576c)}.bg-gradient-purple{background:linear-gradient(135deg,#4facfe,#00f2fe)}.bg-gradient-orange{background:linear-gradient(135deg,#43e97b,#38f9d7)}.loading-skeleton{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.status-active{background-color:#10b981}.status-inactive{background-color:#ef4444}.status-pending{background-color:#f59e0b}.status-warning{background-color:#f97316}.zone-receiving{background-color:#3b82f6}.zone-storage{background-color:#10b981}.zone-fast-moving{background-color:#f59e0b}.zone-packing{background-color:#8b5cf6}.zone-returns{background-color:#ef4444}.zone-hazardous{background-color:#dc2626}.card-hover{cursor:pointer;transition:all .3s ease}.card-hover:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-4px)}.btn-animate{overflow:hidden;position:relative;transition:all .2s ease}.btn-animate:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.btn-animate:active{transform:translateY(0)}.progress-bar{background-color:#e5e7eb;border-radius:4px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#3b82f6,#1d4ed8);height:100%;transition:width .3s ease}.notification{animation:slideInRight .3s ease;border-radius:8px;color:#fff;font-weight:500;padding:16px;position:fixed;right:20px;top:20px;z-index:1000}.notification.success{background-color:#10b981}.notification.error{background-color:#ef4444}.notification.warning{background-color:#f59e0b}.notification.info{background-color:#3b82f6}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#eff6ff00)}.to-blue-100{--tw-gradient-to:#dbeafe}.from-emerald-50{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#ecfdf500)}.to-emerald-100{--tw-gradient-to:#d1fae5}.from-amber-50{--tw-gradient-from:#fffbeb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#fffbeb00)}.to-amber-100{--tw-gradient-to:#fef3c7}.from-purple-50{--tw-gradient-from:#faf5ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#faf5ff00)}.to-purple-100{--tw-gradient-to:#f3e8ff}.from-indigo-50{--tw-gradient-from:#eef2ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#eef2ff00)}.to-purple-50{--tw-gradient-to:#faf5ff}.rounded-xl{border-radius:.75rem}.p-5{padding:1.25rem}.mb-1{margin-bottom:.25rem}.border-blue-200{border-color:#bfdbfe}.border-emerald-200{border-color:#a7f3d0}.border-amber-200{border-color:#fde68a}.border-purple-200{border-color:#e9d5ff}.text-blue-600{color:#2563eb}.text-blue-900{color:#1e3a8a}.text-emerald-600{color:#059669}.text-emerald-900{color:#064e3b}.text-emerald-700{color:#047857}.text-amber-600{color:#d97706}.text-amber-900{color:#78350f}.text-purple-600{color:#9333ea}.text-purple-900{color:#581c87}.text-indigo-800{color:#3730a3}.bg-blue-500{background-color:#3b82f6}.bg-emerald-500{background-color:#10b981}.bg-amber-500{background-color:#f59e0b}.bg-purple-500{background-color:#a855f7}.bg-emerald-100{background-color:#d1fae5}.bg-red-100{background-color:#fee2e2}.bg-amber-50{background-color:#fffbeb}.bg-red-50{background-color:#fef2f2}.w-12{width:3rem}.h-12{height:3rem}.w-4{width:1rem}.h-4{height:1rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.gap-2{gap:.5rem}.hover\:bg-amber-100:hover{background-color:#fef3c7}.hover\:bg-red-100:hover{background-color:#fee2e2}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-indigo-500:focus{--tw-ring-color:#6366f1}.focus\:border-indigo-500:focus{border-color:#6366f1}.py-3{padding-bottom:.75rem;padding-top:.75rem}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (min-width:768px){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}:root{--primary:linear-gradient(135deg,#667eea,#764ba2);--secondary:linear-gradient(135deg,#f093fb,#f5576c);--success:linear-gradient(135deg,#00d2ff,#3a7bd5);--danger:linear-gradient(135deg,#ff6a88,#ff4757);--warning:linear-gradient(135deg,#feca57,#ff9ff3);--info:linear-gradient(135deg,#4facfe,#00f2fe);--dark:linear-gradient(135deg,#30313f,#1a1b23);--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--shadow-2xl:0 25px 50px -12px #00000040;--shadow-inner:inset 0 2px 4px 0 #0000000d}body{background:#f8fafc;color:var(--gray-800);direction:rtl;min-height:100vh}.modern-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,inset 0 -1px 0 0 #ffffff1a;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.modern-card:hover{box-shadow:0 25px 30px -5px #00000026,0 15px 15px -5px #0000000f;transform:translateY(-4px)}.modern-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;overflow:hidden;padding:8px 16px;position:relative;transition:all .2s ease}.modern-btn:before{background:#fff3;content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .3s;width:100%}.modern-btn:hover:before{transform:translateX(0)}.modern-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary);box-shadow:0 4px 15px 0 #667eea66;color:#fff}.modern-btn-success{background:linear-gradient(135deg,#00d2ff,#3a7bd5);background:var(--success);box-shadow:0 4px 15px 0 #00d2ff66;color:#fff}.modern-btn-danger{background:linear-gradient(135deg,#ff6a88,#ff4757);background:var(--danger);box-shadow:0 4px 15px 0 #ff6a8866;color:#fff}.modern-btn:hover{box-shadow:0 7px 20px 0 #0003;transform:translateY(-2px)}.modern-input-group{margin-bottom:.875rem}.modern-input-label{color:#334155;color:var(--gray-700);display:block;font-size:13px;font-weight:500;margin-bottom:.375rem}.modern-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:8px 12px;transition:all .2s ease;width:100%}.modern-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a,0 2px 8px #00000014;outline:none}.modern-input[type=number]{-webkit-appearance:textfield;appearance:textfield;pointer-events:auto;user-select:text;-webkit-user-select:text}.modern-input[type=number]::-webkit-inner-spin-button,.modern-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:inner-spin-button;cursor:pointer;margin:0;opacity:1}.modern-select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:left 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:14px;padding:8px 12px 8px 32px;transition:all .2s ease;width:100%}.modern-modal-backdrop{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.modern-modal{animation:slideUp .2s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px -12px #0003;max-height:85vh;max-width:520px;overflow:hidden;pointer-events:auto;position:relative;width:90%;z-index:10000}.modern-modal-header{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:.875rem 1.25rem;position:relative}.modern-modal-title{font-size:1rem;font-weight:600;margin:0}.modern-modal-close{align-items:center;background:#fff3;border:none;border-radius:6px;cursor:pointer;display:flex;height:28px;justify-content:center;left:.75rem;position:absolute;top:.75rem;transition:all .2s;width:28px}.modern-modal-close:hover{background:#ffffff4d}.modern-modal-body{max-height:calc(85vh - 56px);overflow-y:auto;padding:1.25rem}.modern-modal-body,.modern-modal-body form,.modern-modal-body form *{pointer-events:auto}.modern-table-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;overflow:hidden}.modern-table{border-collapse:collapse;width:100%}.modern-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.modern-table th{font-size:12px;font-weight:600;letter-spacing:.5px;padding:1rem;text-align:right;text-transform:uppercase}.modern-table td{border-bottom:1px solid #0000000d;padding:1rem}.modern-table tbody tr{transition:all .2s}.modern-table tbody tr:hover{background:#667eea0d}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.form-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.75rem;padding:.875rem}.form-section-title{align-items:center;color:#334155;color:var(--gray-700);display:flex;font-size:.8125rem;font-weight:600;gap:.375rem;margin-bottom:.625rem}.form-section-title svg{flex-shrink:0;height:16px;width:16px}.status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.status-badge-success{background:linear-gradient(135deg,#00d2ff33,#3a7bd533);border:1px solid #00d2ff4d;color:#2563eb}.status-badge-danger{background:linear-gradient(135deg,#ff6a8833,#ff475733);border:1px solid #ff6a884d;color:#dc2626}.status-badge-warning{background:linear-gradient(135deg,#feca5733,#ff9ff333);border:1px solid #feca574d;color:#d97706}.page-container{margin:0 auto;max-width:1400px}.page-header{align-items:center;display:flex;justify-content:space-between}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem}.page-subtitle{color:#475569;color:var(--gray-600);margin-top:.5rem}.modern-grid{grid-gap:.875rem;display:grid;gap:.875rem}.modern-grid-cols-2{grid-template-columns:repeat(2,1fr)}.modern-grid-cols-3{grid-template-columns:repeat(3,1fr)}.modern-grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.modern-grid-cols-2,.modern-grid-cols-3,.modern-grid-cols-4{grid-template-columns:1fr}}.action-buttons{border-top:1px solid #0000001a;display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;position:relative;z-index:10}.action-buttons button{cursor:pointer!important;pointer-events:auto!important}.loading-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;width:20px}.modern-alert{align-items:center;animation:slideUp .3s ease-out;border-radius:12px;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem 1.5rem}.modern-alert-success{background:linear-gradient(135deg,#00d2ff1a,#3a7bd51a);border:1px solid #00d2ff4d;color:#0369a1}.modern-alert-error{background:linear-gradient(135deg,#ff6a881a,#ff47571a);border:1px solid #ff6a884d;color:#be123c}.privacy-container{background-color:#f9fafb;direction:ltr;min-height:100vh;padding:2rem 1rem;text-align:left}@media (min-width:640px){.privacy-container{padding:2rem 1.5rem}}@media (min-width:1024px){.privacy-container{padding:2rem}}.privacy-header{margin:0 auto 1.5rem;max-width:80rem}.privacy-header-card{background-color:#fff;border-bottom:4px solid #2563eb;border-radius:.5rem;box-shadow:0 1px 2px 0 #0000000d;padding:1.5rem}.privacy-header-title{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.privacy-header-title h1{color:#111827;font-size:1.875rem;font-weight:700;margin:0}.privacy-header-title svg{color:#2563eb;height:2rem;width:2rem}.privacy-updated{color:#6b7280;font-size:.875rem;margin-left:2.75rem}.privacy-content{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px 0 #0000000d;margin:0 auto;max-width:80rem;padding:2rem}@media (min-width:768px){.privacy-content{padding:3rem}}.privacy-section{margin-bottom:2rem}.privacy-section h2{color:#111827;font-size:1.5rem;gap:.5rem;margin-bottom:1rem}.privacy-section h2,.privacy-section-number{align-items:center;display:flex;font-weight:700}.privacy-section-number{background-color:#dbeafe;border-radius:9999px;color:#2563eb;font-size:.875rem;height:2rem;justify-content:center;width:2rem}.privacy-section h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.5rem;margin-top:1rem}.privacy-section p{color:#374151;line-height:1.625;margin-bottom:.75rem}.privacy-section ul{margin-bottom:1rem;margin-left:1.5rem}.privacy-section ul li{color:#374151;margin-bottom:.5rem}.privacy-list-icon{align-items:flex-start;display:flex;gap:.5rem}.privacy-list-icon svg{color:#2563eb;flex-shrink:0;height:1.25rem;margin-top:.125rem;width:1.25rem}.privacy-contact-box{background-color:#f9fafb;border-radius:.5rem;padding:1.5rem}.privacy-contact-item{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.privacy-contact-item:last-child{margin-bottom:0}.privacy-contact-label{color:#6b7280;font-weight:500;width:5rem}.privacy-contact-value{color:#111827}.privacy-footer-note{background-color:#dbeafe;border-left:4px solid #2563eb;border-radius:0 .5rem .5rem 0;margin-top:2rem;padding:1.5rem}.privacy-footer-note p{color:#374151;margin:0;text-align:center}.privacy-divider{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:2rem}.terms-container{background-color:#f9fafb;direction:ltr;min-height:100vh;padding:2rem 1rem;text-align:left}@media (min-width:640px){.terms-container{padding:2rem 1.5rem}}@media (min-width:1024px){.terms-container{padding:2rem}}.terms-header{margin:0 auto 1.5rem;max-width:80rem}.terms-header-card{background-color:#fff;border-bottom:4px solid #4f46e5;border-radius:.5rem;box-shadow:0 1px 2px 0 #0000000d;padding:1.5rem}.terms-header-title{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.terms-header-title h1{color:#111827;font-size:1.875rem;font-weight:700;margin:0}.terms-header-title svg{color:#4f46e5;height:2rem;width:2rem}.terms-updated{color:#6b7280;font-size:.875rem;margin-left:2.75rem}.terms-content{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px 0 #0000000d;margin:0 auto;max-width:80rem;padding:2rem}@media (min-width:768px){.terms-content{padding:3rem}}.terms-section{margin-bottom:2rem}.terms-section h2{color:#111827;font-size:1.5rem;gap:.5rem;margin-bottom:1rem}.terms-section h2,.terms-section-number{align-items:center;display:flex;font-weight:700}.terms-section-number{background-color:#e0e7ff;border-radius:9999px;color:#4f46e5;font-size:.875rem;height:2rem;justify-content:center;width:2rem}.terms-section h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.5rem;margin-top:1rem}.terms-section p{color:#374151;line-height:1.625;margin-bottom:.75rem}.terms-section ul{margin-bottom:1rem;margin-left:1.5rem}.terms-section ul li{color:#374151;margin-bottom:.5rem}.terms-list-icon{align-items:flex-start;display:flex;gap:.5rem}.terms-list-icon svg{color:#4f46e5;flex-shrink:0;height:1.25rem;margin-top:.125rem;width:1.25rem}.terms-contact-box{background-color:#f9fafb;border-radius:.5rem;padding:1.5rem}.terms-contact-item{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.terms-contact-item:last-child{margin-bottom:0}.terms-contact-label{color:#6b7280;font-weight:500;width:5rem}.terms-contact-value{color:#111827}.terms-footer-note{background-color:#eef2ff;border-left:4px solid #4f46e5;border-radius:0 .5rem .5rem 0;margin-top:2rem;padding:1.5rem}.terms-footer-note p{color:#374151;margin:0;text-align:center}.terms-divider{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:2rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8fafc;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app-container{display:flex;flex-direction:row-reverse;min-height:100vh;overflow-x:hidden;width:100%}.sidebar{background:linear-gradient(180deg,#1e293b,#334155);border-left:1px solid #e2e8f0;height:100vh;left:0;overflow-y:auto;position:fixed;transition:all .3s ease;width:280px;z-index:1000}.sidebar-header{border-bottom:1px solid #334155;padding:1.5rem}.sidebar-logo{font-size:1.25rem;font-weight:700;gap:.75rem;text-decoration:none}.sidebar-logo,.sidebar-logo-icon{align-items:center;color:#fff;display:flex}.sidebar-logo-icon{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:10px;height:40px;justify-content:center;width:40px}.sidebar-nav{padding:1rem 0}.nav-section{margin-bottom:2rem}.nav-section-title{color:#94a3b8;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;padding:0 1.5rem;text-transform:uppercase}.nav-item{margin:.25rem 0}.nav-link{align-items:center;color:#cbd5e1;display:flex;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;position:relative;text-decoration:none;transition:all .2s ease}.nav-link:hover{background-color:#3b82f61a;color:#3b82f6}.nav-link.active{background-color:#3b82f626;border-left:3px solid #3b82f6;color:#3b82f6}.nav-icon{flex-shrink:0;height:20px;width:20px}.header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px 0 #0000001a;height:70px;justify-content:space-between;padding:0 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:999}.header,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.mobile-menu-btn{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:none;padding:.5rem;transition:all .2s ease}.mobile-menu-btn:hover{background-color:#f1f5f9}.search-container{position:relative;width:400px}.search-input{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;direction:rtl;font-size:.875rem;padding:.75rem 2.5rem .75rem 1rem;text-align:right;transition:all .2s ease;width:100%}.search-input:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.search-icon{color:#94a3b8;height:18px;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:18px}.header-right{gap:1rem}.header-actions,.header-right{align-items:center;display:flex}.header-actions{gap:.5rem}.header-btn{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;padding:.5rem;position:relative;transition:all .2s ease}.header-btn:hover{background-color:#f1f5f9;color:#334155}.notification-badge{background-color:#ef4444;border:2px solid #fff;border-radius:50%;height:8px;left:.25rem;position:absolute;top:.25rem;width:8px}.user-menu{position:relative}.user-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;color:#fff;cursor:pointer;display:flex;font-weight:600;height:40px;justify-content:center;transition:all .2s ease;width:40px}.user-avatar:hover{transform:scale(1.05)}.main-content{background-color:#f8fafc;flex:1 1;margin-left:280px;margin-right:0;min-height:100vh}.page-container{padding:2rem}.page-header{margin-bottom:2rem}.page-title{color:#1e293b;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.page-subtitle{color:#64748b;font-size:1rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;transition:all .2s ease}.card:hover{box-shadow:0 4px 6px -1px #0000001a}.card-header{border-bottom:1px solid #e2e8f0;padding:1.5rem}.card-title{color:#1e293b;font-size:1.125rem;font-weight:600}.card-body{padding:1.5rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;padding:1.5rem;transition:all .2s ease}.stat-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.stat-header{justify-content:space-between;margin-bottom:1rem}.stat-header,.stat-icon{align-items:center;display:flex}.stat-icon{border-radius:10px;color:#fff;height:48px;justify-content:center;width:48px}.stat-icon.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-icon.success{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-icon.danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-value{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#64748b;font-size:.875rem;font-weight:500}.stat-trend{align-items:center;display:flex;font-size:.75rem;font-weight:600;gap:.25rem;margin-top:.5rem}.stat-trend.up{color:#10b981}.stat-trend.down{color:#ef4444}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-decoration:none;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.btn-secondary{background:#fff;border:1px solid #e2e8f0;color:#64748b}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-success:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b98166;transform:translateY(-1px)}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;font-size:.875rem;font-weight:500}.form-input{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;padding:.75rem;transition:all .2s ease;width:100%}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-select{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:.875rem;padding:.75rem;width:100%}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.table{border-collapse:collapse;width:100%}.table th{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;color:#374151;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.table td,.table th{padding:1rem;text-align:right}.table td{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:.875rem}.table tbody tr:hover{background-color:#f8fafc}.badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.badge-primary{background:#3b82f61a;color:#3b82f6}.badge-success{background:#10b9811a;color:#10b981}.badge-warning{background:#f59e0b1a;color:#f59e0b}.badge-danger{background:#ef44441a;color:#ef4444}.dropdown{display:inline-block;position:relative}.dropdown-menu{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;left:0;min-width:200px;opacity:0;position:absolute;top:100%;transform:translateY(-10px);transition:all .2s ease;visibility:hidden;z-index:1000}.dropdown-menu.show{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease}.dropdown-item:hover{background-color:#f8fafc;color:#1e293b}.dropdown-divider{background-color:#e2e8f0;height:1px;margin:.5rem 0}.inventory-shell{background:#eef2f7;padding:24px}.inventory-hero{align-items:flex-start;background:linear-gradient(135deg,#e0f2fe,#e0e7ff);border:1px solid #dbeafe;box-shadow:0 12px 30px -10px #3b82f659;display:flex;gap:16px;justify-content:space-between}.inventory-hero__text{color:#0f172a;flex:1 1}.inventory-hero__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.eyebrow{color:#0ea5e9;font-size:12px;font-weight:700;letter-spacing:.1em;margin-bottom:6px;text-transform:uppercase}.inventory-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.pill{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:600;padding:6px 12px}.pill-primary{background:#e0f2fe;color:#0369a1}.pill-soft{background:#eef2ff;color:#4338ca}.inventory-action-btn{box-shadow:0 12px 25px -12px #3b82f699}.inventory-stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:16px 0 8px}.inventory-stat{align-items:center;border:1px solid #e2e8f0;display:flex;gap:12px;padding:16px}.inventory-stat__icon{align-items:center;background:#eff6ff;border-radius:12px;color:#1d4ed8;display:inline-flex;height:40px;justify-content:center;width:40px}.inventory-stat__icon.warning{background:#fff7ed;color:#c2410c}.inventory-stat__icon.success{background:#ecfdf3;color:#15803d}.inventory-stat__icon.info{background:#eef2ff;color:#4338ca}.inventory-stat__label{color:#475569;font-size:12px;margin-bottom:4px}.inventory-stat__value{color:#0f172a;font-size:22px;font-weight:800}.inventory-panel{border:1px solid #e2e8f0;margin-top:12px}.inventory-panel__head{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;justify-content:space-between;padding-bottom:8px}.inventory-panel__title{color:#0f172a;font-size:18px;font-weight:700;margin:4px 0}.inventory-panel__subtitle{color:#475569;font-size:14px;margin:0}.inventory-panel__actions{display:flex;flex-wrap:wrap;gap:8px}.inventory-table{border:1px solid #e2e8f0;border-radius:12px;margin-top:12px;overflow:hidden}.inventory-table table{border-collapse:collapse;width:100%}.inventory-table td,.inventory-table th{padding:12px 14px;text-align:right}.inventory-table thead th{background:#f8fafc;color:#475569;font-size:12px;letter-spacing:.05em;text-transform:uppercase}.inventory-table tbody tr{background:#fff;transition:background .15s ease}.inventory-table tbody tr:nth-child(2n){background:#f8fafc}.inventory-table tbody tr:hover{background:#eef2ff}.text-strong{color:#111827;font-weight:700}.qty-pill{border-radius:10px;display:inline-flex;font-size:12px;font-weight:700;padding:6px 10px}.qty-pill--good{background:#ecfdf3;color:#15803d}.qty-pill--warn{background:#fffbeb;color:#b45309}.qty-pill--bad{background:#fef2f2;color:#b91c1c}.inventory-form{gap:16px}.form-slab,.inventory-form{display:flex;flex-direction:column}.form-slab{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;gap:12px;padding:16px}.form-slab__head{align-items:center;display:flex;gap:10px}.form-slab__title{color:#0f172a;font-size:15px;font-weight:700;margin:0}.form-slab__hint{color:#475569;font-size:12px;margin:2px 0 0}.form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.modal-actions{border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding-top:8px}@media (max-width:960px){.inventory-hero,.inventory-panel__head{flex-direction:column}.inventory-hero__actions{justify-content:flex-start}}.fade-in{animation:fadeIn .3s ease-out}.slide-up{animation:slideUp .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.sidebar-overlay.active{display:block}@media (max-width:1024px){.mobile-menu-btn{display:block}.sidebar{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.main-content{margin-left:0;margin-right:0;width:100%}.search-container{width:300px}}@media (max-width:768px){.header{padding:0 1rem}.search-container{display:none}.page-container{padding:1rem}.stats-grid{grid-template-columns:1fr}.page-title{font-size:1.5rem}.main-content{width:100%}}@media (max-width:640px){.header-actions{gap:.25rem}.user-avatar{height:36px;width:36px}.card-body,.card-header{padding:1rem}}@media (prefers-color-scheme:dark){body{background-color:#0f172a;color:#e2e8f0}.card,.form-input,.form-select,.header,.table-container{background-color:#1e293b;border-color:#334155}.form-input,.form-select{color:#e2e8f0}.table th{background-color:#334155}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.rtl{direction:rtl;text-align:right}.ltr{direction:ltr;text-align:left}body,html{margin:0;overflow-x:hidden;padding:0;width:100%}#root{min-height:100vh;width:100%}*{text-align:right}.table td:last-child,.table th:last-child{text-align:center}.form-label{display:block;margin-bottom:.5rem}.card-body,.card-header,.form-label{text-align:right}.stat-header{flex-direction:row-reverse}.loading{opacity:.6;pointer-events:none}.spinner{animation:spin 1s ease-in-out infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.8e1dd3c9.css.map*/