:root{--bg:#fff;--surface:#f8fafc;--surface-2:#f1f5f9;--surface-3:#e9eef4;--border:#e6ebf1;--border-strong:#d3dbe4;--ink:#0e1726;--ink-2:#334155;--muted:#64748b;--muted-2:#94a3b8;--primary:#059669;--primary-600:#059669;--primary-700:#047857;--primary-800:#065f46;--primary-100:#d1fae5;--primary-50:#ecfdf5;--amber:#d97706;--amber-50:#fffbeb;--rose:#e11d48;--rose-50:#fff1f3;--blue:#2563eb;--violet:#7c3aed;--card:#fff;--header-bg:#ffffffd9;--blue-50:#eff6ff;--violet-50:#f5f3ff;--thumb-grad:linear-gradient(160deg, #fbfdff 0%, #f1f5f9 60%, #e8eef5 100%);--grid-line:#eef2f7;--font-display:"IBM Plex Sans Arabic", system-ui, sans-serif;--font-sans:"IBM Plex Sans Arabic", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--r-sm:8px;--r-md:12px;--r-lg:16px;--r-xl:22px;--r-2xl:28px;--sh-xs:0 1px 2px #0f172a0d;--sh-sm:0 1px 3px #0f172a0f, 0 1px 2px #0f172a0a;--sh-md:0 6px 16px -4px #0f172a1a, 0 2px 6px -2px #0f172a0f;--sh-lg:0 18px 40px -12px #0f172a2e, 0 6px 14px -8px #0f172a1a;--sh-xl:0 30px 60px -18px #0f172a47}html[data-theme=dark]{--bg:#0d1117;--surface:#0d1117;--surface-2:#19202c;--surface-3:#232c3a;--border:#232b38;--border-strong:#323d4e;--ink:#e9eef5;--ink-2:#b3c0d0;--muted:#8593a4;--muted-2:#5d6979;--primary:#10b981;--primary-600:#10b981;--primary-700:#34d399;--primary-800:#6ee7b7;--primary-100:#10b98142;--primary-50:#10b98121;--amber-50:#d9770629;--rose-50:#e11d4829;--blue-50:#2563eb2e;--violet-50:#7c3aed2e;--card:#161c26;--header-bg:#12171fd1;--thumb-grad:linear-gradient(160deg, #fbfdff 0%, #eef2f7 60%, #e4eaf1 100%);--grid-line:#222a37;--sh-xs:0 1px 2px #0000004d;--sh-sm:0 1px 3px #0006, 0 1px 2px #0000004d;--sh-md:0 6px 16px -4px #00000080, 0 2px 6px -2px #0006;--sh-lg:0 18px 40px -12px #0009, 0 6px 14px -8px #00000073;--sh-xl:0 30px 60px -18px #000000b3;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh;font-family:var(--font-sans);background:var(--surface);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;direction:rtl;transition:background-color .3s,color .3s}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:normal;margin:0;font-weight:700}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}::selection{background:var(--primary-100)}.latin{font-feature-settings:normal;direction:ltr;unicode-bidi:isolate}.mono{font-family:var(--font-mono);font-feature-settings:"tnum";direction:ltr;unicode-bidi:isolate}.tnum{font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{background:#cbd5e1 padding-box content-box;border:3px solid #0000;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#94a3b8 padding-box content-box}html[data-theme=dark] ::-webkit-scrollbar-thumb{background-color:#394354}html.theme-switching,html.theme-switching *{transition:none!important}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{transform:translateY(7px)}to{transform:none}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)translateY(6px)}to{opacity:1;transform:none}}@keyframes dash{to{stroke-dashoffset:0}}@keyframes toastIn{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:none}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.fade-up{animation:.5s cubic-bezier(.16,1,.3,1) both fadeUp}.fade-in{animation:.4s both fadeIn}.scale-in{animation:.32s cubic-bezier(.16,1,.3,1) both scaleIn}.product-card{transition:box-shadow .18s,transform .18s,border-color .18s}.product-card:hover{box-shadow:var(--sh-md);border-color:var(--border-strong);transform:translateY(-3px)}
