@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Tajawal:wght@400;500;700;800;900&display=swap";:root{--hue-primary:258;--hue-accent:158;--hue-secondary:215;--clr-primary:HSL(var(--hue-primary), 90%, 66%);--clr-primary-hover:HSL(var(--hue-primary), 90%, 60%);--clr-primary-glow:HSL(var(--hue-primary), 90%, 66%, .25);--clr-accent:HSL(var(--hue-accent), 84%, 48%);--clr-accent-glow:HSL(var(--hue-accent), 84%, 48%, .25);--clr-bg:#090a12;--clr-bg-surface:#0f111e;--clr-bg-card:#16192bbf;--glass-bg:#0f111ed9;--glass-bg-2:#ffffff0d;--glass-border:#ffffff1a;--glass-border-glow:#8b5cf666;--glass-blur:24px;--clr-text:#f8fafc;--clr-text-2:#cbd5e1;--clr-text-3:#94a3b8;--clr-text-muted:#64748b;--clr-success:#10b981;--clr-warning:#f59e0b;--clr-danger:#ef4444;--clr-info:#3b82f6;--clr-border:#ffffff14;--font-sans:"Tajawal", "Outfit", system-ui, -apple-system, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--sp-xs:.25rem;--sp-sm:.5rem;--sp-md:1rem;--sp-lg:1.5rem;--sp-xl:2rem;--sp-2xl:3rem;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 4px 12px #0003;--shadow-md:0 8px 24px #00000059;--shadow-lg:0 16px 48px #00000080;--shadow-glow:0 0 32px var(--clr-primary-glow);--tr-fast:.15s cubic-bezier(.4, 0, .2, 1);--tr-base:.25s cubic-bezier(.4, 0, .2, 1);--tr-smooth:.35s cubic-bezier(.16, 1, .3, 1);--sidebar-w:260px;--header-h:64px;--bottom-bar-h:68px}[data-theme=light]{--clr-bg:#f8fafc;--clr-bg-surface:#fff;--glass-bg:#ffffffe0;--glass-bg-2:#00000009;--glass-border:#00000014;--clr-text:#0f172a;--clr-text-2:#334155;--clr-text-3:#64748b;--clr-border:#00000014}*,:before,:after{box-sizing:border-box;touch-action:manipulation;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{font-family:var(--font-sans);scroll-behavior:smooth;background-color:var(--clr-bg);color:var(--clr-text);-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;direction:rtl}body{-webkit-user-select:none;user-select:none;min-height:100dvh;line-height:1.5;overflow-x:hidden}.ambient-glow{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.ambient-orb-1{background:radial-gradient(circle, var(--clr-primary-glow) 0%, transparent 70%);filter:blur(80px);border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;right:-80px}.ambient-orb-2{background:radial-gradient(circle, var(--clr-accent-glow) 0%, transparent 70%);filter:blur(90px);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-150px;left:-100px}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform var(--tr-smooth), box-shadow var(--tr-smooth)}.glass-2{background:var(--glass-bg-2);-webkit-backdrop-filter:blur(12px);border:1px solid var(--clr-border);border-radius:var(--radius-md)}.gradient-text{background:linear-gradient(135deg, var(--clr-primary) 0%, #c084fc 50%, var(--clr-accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-header{justify-content:space-between;align-items:center;gap:var(--sp-md);flex-wrap:wrap;display:flex}.page-title{font-size:var(--text-2xl);color:var(--clr-text);font-weight:900;line-height:1.2}.page-subtitle{font-size:var(--text-sm);color:var(--clr-text-3);margin-top:2px}.btn{justify-content:center;align-items:center;gap:var(--sp-sm);border-radius:var(--radius-md);min-height:44px;font-family:inherit;font-size:var(--text-sm);cursor:pointer;transition:transform var(--tr-fast), background var(--tr-fast), box-shadow var(--tr-fast);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;padding:12px 20px;font-weight:700;text-decoration:none;display:inline-flex}.btn:active{transform:scale(.96)}.btn-primary{background:linear-gradient(135deg, var(--clr-primary), var(--clr-accent));color:#fff;box-shadow:0 4px 18px var(--clr-primary-glow)}.btn-accent{background:linear-gradient(135deg, var(--clr-accent), #00000026);color:#fff;box-shadow:0 4px 18px var(--clr-accent-glow)}.btn-ghost{background:var(--glass-bg-2);color:var(--clr-text);border-color:var(--clr-border)}.btn-full{width:100%}.btn-sm{min-height:36px;font-size:var(--text-xs);border-radius:var(--radius-sm);padding:6px 14px}.btn-lg{min-height:52px;font-size:var(--text-base);border-radius:var(--radius-lg);padding:16px 28px}.input-group{flex-direction:column;gap:6px;display:flex}.input-label{font-size:var(--text-xs);color:var(--clr-text-2);font-weight:700}.input{background:var(--glass-bg-2);border:1px solid var(--clr-border);border-radius:var(--radius-md);width:100%;min-height:44px;color:var(--clr-text);font-family:inherit;font-size:var(--text-sm);outline:none;padding:10px 14px}.input:focus{border-color:var(--clr-primary);box-shadow:0 0 0 3px var(--clr-primary-glow)}.badge{border-radius:var(--radius-full);align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.badge-primary{background:var(--clr-primary-glow);color:var(--clr-primary);border:1px solid var(--clr-primary-glow)}.badge-accent{background:var(--clr-accent-glow);color:var(--clr-accent);border:1px solid var(--clr-accent-glow)}.badge-warning{color:var(--clr-warning);background:#f59e0b26;border:1px solid #f59e0b4d}.badge-danger{color:var(--clr-danger);background:#ef444426;border:1px solid #ef44444d}.badge-ghost{background:var(--glass-bg-2);color:var(--clr-text-2);border:1px solid var(--clr-border)}.live-switcher{background:var(--glass-bg-2);border:1px solid var(--clr-border);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(12px);align-items:center;gap:4px;padding:4px;display:inline-flex}.live-switcher-btn{border-radius:var(--radius-full);min-height:34px;color:var(--clr-text-2);font-family:inherit;font-size:var(--text-xs);cursor:pointer;transition:all var(--tr-fast);white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;padding:6px 14px;font-weight:700;display:inline-flex}.live-switcher-btn:hover{color:var(--clr-text);background:#ffffff14}.live-switcher-btn.active{background:linear-gradient(135deg, var(--clr-primary), var(--clr-accent));color:#fff;box-shadow:0 4px 14px var(--clr-primary-glow)}.products-grid{gap:var(--sp-md);grid-template-columns:repeat(auto-fill,minmax(180px,1fr));display:grid}@media (width<=480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.product-card{flex-direction:column;display:flex;position:relative;overflow:hidden}.product-card-img-wrapper{aspect-ratio:1;background:var(--glass-bg-2);width:100%;position:relative;overflow:hidden}.product-card-img{object-fit:cover;width:100%;height:100%}.product-card-body{flex-direction:column;flex:1;gap:4px;padding:10px;display:flex}.product-card-name{font-weight:700;font-size:var(--text-sm);color:var(--clr-text);line-height:1.3}.product-card-price{font-size:var(--text-base);color:var(--clr-accent);font-weight:900}.product-card-actions{padding:0 10px 10px}.category-chips{gap:var(--sp-sm);scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px;display:flex;overflow-x:auto}.category-chips::-webkit-scrollbar{display:none}.category-chip{border-radius:var(--radius-full);background:var(--glass-bg-2);border:1px solid var(--clr-border);min-height:38px;color:var(--clr-text-2);font-size:var(--text-xs);cursor:pointer;white-space:nowrap;padding:8px 16px;font-weight:700}.category-chip.active{background:linear-gradient(135deg, var(--clr-primary), var(--clr-accent));color:#fff;box-shadow:0 4px 14px var(--clr-primary-glow);border-color:#0000}.floating-cart{bottom:calc(16px + env(safe-area-inset-bottom));z-index:90;max-width:480px;position:fixed;left:50%;transform:translate(-50%)}.phone-mockup{width:310px;height:620px;box-shadow:0 25px 60px #000c, 0 0 35px var(--clr-primary-glow);background:#000;border:8px solid #1e2030;border-radius:44px;margin:0 auto;position:relative;overflow:hidden}.phone-screen{background:var(--clr-bg);width:100%;height:100%;overflow-y:auto}@keyframes slideUpSheet{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px var(--clr-primary-glow)}50%{box-shadow:0 0 32px var(--clr-primary-glow)}}.animate-glow{animation:3s ease-in-out infinite pulseGlow}.overlay{z-index:120;-webkit-backdrop-filter:blur(8px);padding:var(--sp-md);background:#000000a6;justify-content:center;align-items:center;animation:.2s forwards fadeInOverlay;display:flex;position:fixed;inset:0}.modal{width:100%;max-width:480px;max-height:90dvh;padding:var(--sp-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow-y:auto}.modal-header{margin-bottom:var(--sp-md);justify-content:space-between;align-items:center;display:flex}.modal-title{font-size:var(--text-lg);color:var(--clr-text);font-weight:800}.modal-close{background:var(--glass-bg-2);border:1px solid var(--clr-border);color:var(--clr-text-2);cursor:pointer;width:32px;height:32px;transition:all var(--tr-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.modal-close:hover{color:var(--clr-text);background:#ffffff26}.bottom-sheet-overlay{z-index:110;-webkit-backdrop-filter:blur(8px);background:#000000a6;animation:.2s forwards fadeInOverlay;position:fixed;inset:0}.bottom-sheet{z-index:120;max-height:85dvh;padding:var(--sp-md) var(--sp-lg) calc(var(--sp-xl) + env(safe-area-inset-bottom));border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl);animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUpSheet;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -10px 40px #0009}.dash-metrics-grid{gap:var(--sp-md);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=768px){.dash-metrics-grid{grid-template-columns:repeat(2,1fr);gap:8px}.desktop-store-pill,.desktop-switcher{display:none!important}.mobile-preview-btn{display:inline-flex!important}.dash-welcome-banner{gap:8px!important;padding:10px 12px!important}.dash-welcome-title{font-size:14px!important}.dash-welcome-subtitle,.dash-welcome-badge{display:none!important}.dash-welcome-actions{grid-template-columns:1fr 1fr!important;gap:6px!important;width:100%!important;display:grid!important}.metric-card-box{gap:2px!important;min-height:60px!important;padding:8px 10px!important}.metric-sparkline-svg{display:none!important}.metric-icon-box{border-radius:8px!important;width:28px!important;height:28px!important;font-size:.95rem!important}.metric-value-text{font-size:1.2rem!important}.dash-trial-banner{gap:8px!important;padding:8px 12px!important}.trial-subtitle{display:none!important}.trial-icon-box{border-radius:6px!important;width:28px!important;height:28px!important;font-size:14px!important}}.upload-area{border:2px dashed var(--clr-border);border-radius:var(--radius-lg);padding:var(--sp-lg);background:var(--glass-bg-2);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:140px;transition:border-color .2s,background .2s;display:flex}.upload-area:hover{border-color:var(--clr-primary);background:var(--clr-primary-glow)}.upload-area img{object-fit:contain;border-radius:var(--radius-md);width:100%;max-height:160px}
