@import"https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&family=Tajawal:wght@300;400;500;700&display=swap";:root{--primary: #0a8f6a;--primary-hover: #0d7a5f;--primary-light: #e6f4f0;--primary-lighter: #f0faf7;--secondary: #e6f4f0;--secondary-foreground: #0a8f6a;--accent: #0d7a5f;--background: #f5f8f7;--foreground: #0f2b26;--card: #ffffff;--card-foreground: #0f2b26;--muted: #eef4f2;--muted-foreground: #6b8f85;--border: rgba(10, 143, 106, .15);--border-solid: #d4e8e3;--input-bg: #f0f7f5;--destructive: #d93025;--warning: #f59e0b;--warning-light: #fef3c7;--success: #10b981;--success-light: #d1fae5;--info: #3b82f6;--info-light: #dbeafe;--radius: .75rem;--radius-sm: .5rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-2xl: 1.5rem;--shadow-sm: 0 1px 2px rgba(10, 143, 106, .06);--shadow: 0 2px 8px rgba(10, 143, 106, .1);--shadow-md: 0 4px 16px rgba(10, 143, 106, .12);--shadow-lg: 0 8px 32px rgba(10, 143, 106, .15)}html.dark{--background: #0f172a;--foreground: #f8fafc;--card: #1e293b;--card-foreground: #f8fafc;--muted: #334155;--muted-foreground: #94a3b8;--border: rgba(10, 143, 106, .3);--border-solid: #475569;--input-bg: #0f172a;--primary: #10b981;--primary-hover: #059669;--primary-light: rgba(16, 185, 129, .15);--primary-lighter: rgba(16, 185, 129, .05);--secondary: #1e293b;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 4px 6px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .5)}body.theme-ocean{--primary: #0369a1;--primary-hover: #0284c7;--primary-light: #e0f2fe;--secondary: #e0f2fe;--secondary-foreground: #0369a1;--accent: #0284c7;--background: #f0f9ff;--foreground: #0c4a6e;--card: #ffffff;--border: rgba(3, 105, 161, .15);--border-solid: #bae6fd}body.theme-nature{--primary: #4d7c0f;--primary-hover: #65a30d;--primary-light: #ecfccb;--secondary: #ecfccb;--secondary-foreground: #4d7c0f;--accent: #65a30d;--background: #f7fee7;--foreground: #3f6212;--card: #ffffff;--border: rgba(77, 124, 15, .15);--border-solid: #d9f99d}body.theme-sunset{--primary: #c2410c;--primary-hover: #ea580c;--primary-light: #ffedd5;--secondary: #ffedd5;--secondary-foreground: #c2410c;--accent: #ea580c;--background: #fff7ed;--foreground: #7c2d12;--card: #ffffff;--border: rgba(194, 65, 12, .15);--border-solid: #fed7aa}body.theme-dark{--background: #0f172a;--foreground: #f8fafc;--card: #1e293b;--card-foreground: #f8fafc;--muted: #334155;--muted-foreground: #94a3b8;--border: rgba(10, 143, 106, .3);--border-solid: #475569;--input-bg: #0f172a;--primary: #10b981;--primary-hover: #059669;--primary-light: rgba(16, 185, 129, .15);--primary-lighter: rgba(16, 185, 129, .05);--secondary: #1e293b;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 4px 6px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Cairo,Tajawal,-apple-system,sans-serif;background-color:var(--background);color:var(--foreground);direction:rtl;text-align:right;line-height:1.5;-webkit-font-smoothing:antialiased}h1{font-size:1.75rem;font-weight:700;line-height:1.3}h2{font-size:1.35rem;font-weight:700;line-height:1.35}h3{font-size:1.125rem;font-weight:600;line-height:1.4}h4{font-size:1rem;font-weight:600;line-height:1.45}a{color:inherit;text-decoration:none}button{font-family:Cairo,sans-serif;font-weight:600;cursor:pointer;border:none;background:none;line-height:1.5}input,textarea,select{font-family:Cairo,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0a8f6a4d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0a8f6a80}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.page-wrapper{min-height:100vh;background:var(--background)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:var(--radius-xl);font-size:.9rem;font-weight:600;font-family:Cairo,sans-serif;cursor:pointer;border:none;transition:all .2s ease;white-space:nowrap}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--primary);border:1.5px solid var(--primary)}.btn-outline:hover{background:var(--primary-light)}.btn-ghost{background:transparent;color:var(--foreground)}.btn-ghost:hover{background:var(--muted)}.btn-sm{padding:.4rem .875rem;font-size:.8rem}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700}.badge-available{background:var(--success-light);color:#065f46}.badge-unavailable{background:var(--warning-light);color:#92400e}.badge-shortage{background:#fee2e2;color:#991b1b}.input-field{width:100%;background:var(--input-bg);border:1.5px solid transparent;border-radius:var(--radius-xl);padding:.625rem 1rem;font-size:.9rem;color:var(--foreground);outline:none;transition:border-color .2s}.input-field:focus{border-color:var(--primary);background:var(--input-bg)}.input-field::placeholder{color:var(--muted-foreground)}.chip{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;font-size:.78rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.chip-default{background:var(--muted);color:var(--muted-foreground)}.chip-default:hover{background:var(--secondary);color:var(--primary)}.chip-active{background:var(--primary);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.product-grid{grid-template-columns:repeat(5,1fr)}}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;color:var(--foreground)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state-icon{width:5rem;height:5rem;background:var(--muted);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn .3s ease forwards}.spinner{width:2.5rem;height:2.5rem;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:var(--muted);background-image:linear-gradient(90deg,var(--muted) 0%,rgba(10,143,106,.05) 20%,var(--muted) 40%,var(--muted) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite linear;border-radius:var(--radius-sm)}.dark .skeleton{background-image:linear-gradient(90deg,var(--muted) 0%,rgba(255,255,255,.05) 20%,var(--muted) 40%,var(--muted) 100%)}.skeleton-text{height:1rem;width:100%;margin-bottom:.5rem}.skeleton-text-short{height:1rem;width:60%;margin-bottom:.5rem}.skeleton-title{height:1.5rem;width:80%;margin-bottom:1rem}.skeleton-img{height:12rem;width:100%;border-radius:var(--radius)}.skeleton-avatar{height:3rem;width:3rem;border-radius:50%}.glass{background:rgba(var(--card-rgb),.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.dark .glass{background:#1e293bb3;border:1px solid rgba(255,255,255,.05)}body.theme-purple{--primary: #6d28d9;--primary-light: #f3e8ff;--primary-lighter: #faf5ff;--primary-dark: #5b21b6}body.theme-rose{--primary: #e11d48;--primary-light: #ffe4e6;--primary-lighter: #fff1f2;--primary-dark: #be123c}body.theme-gold{--primary: #b45309;--primary-light: #fef3c7;--primary-lighter: #fffbeb;--primary-dark: #92400e}
