:root{--st-primary: #FF6A00;--st-primary-deep: #CC5500;--st-primary-soft: #FF8A33;--st-primary-tint: #FFF1E8;--st-deal-red: #E62E04;--st-gold: #FFC107;--st-verified: #00B578;--st-verified-blue: #1677FF;--st-bg: #FFFFFF;--st-surface: #FFFFFF;--st-surface-muted: #F5F5F5;--st-surface-wash: #F2F3F5;--st-dark-bg: #1A1A1A;--st-dark-bg-center: #2C2C2C;--st-ink: #222222;--st-ink-muted: #666666;--st-ink-subtle: #999999;--st-cream: #FAFAFA;--st-border: #E5E5E5;--st-border-soft: #F0F0F0;--st-success: #00B578;--st-warning: #F59E0B;--st-danger: #C53030;--st-info: #2563EB;--st-space-xs: 4px;--st-space-sm: 8px;--st-space-md: 16px;--st-space-lg: 24px;--st-space-xl: 32px;--st-space-xxl: 48px;--st-radius-sm: 8px;--st-radius-md: 12px;--st-radius-card: 16px;--st-radius-pill: 999px;--st-shadow-card: 0 2px 12px rgba(0,0,0,.05);--st-shadow-raised: 0 8px 24px rgba(0,0,0,.1);--st-font: "IBM Plex Sans Arabic", "Noto Sans Arabic", system-ui, -apple-system, "Segoe UI", sans-serif;--st-font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--st-ease: cubic-bezier(.33, 1, .68, 1)}*,*:before,*:after{box-sizing:border-box}html{font-size:15px;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--st-font);color:var(--st-ink);background:var(--st-surface-wash);line-height:1.55}a{color:var(--st-primary-deep);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4{margin:0 0 var(--st-space-sm);line-height:1.3;font-weight:700}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.1rem}p{margin:0 0 var(--st-space-sm)}:focus-visible{outline:3px solid rgba(255,106,0,.35);outline-offset:2px}.st-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:var(--st-radius-md);border:1px solid transparent;font-weight:600;cursor:pointer;transition:background .12s var(--st-ease),transform .12s var(--st-ease),box-shadow .12s;white-space:nowrap}.st-btn:disabled{opacity:.55;cursor:not-allowed}.st-btn--primary{background:var(--st-primary);color:#fff}.st-btn--primary:hover:not(:disabled){background:var(--st-primary-deep)}.st-btn--secondary{background:var(--st-surface);color:var(--st-ink);border-color:var(--st-border)}.st-btn--secondary:hover:not(:disabled){background:var(--st-surface-muted)}.st-btn--danger{background:var(--st-danger);color:#fff}.st-btn--danger:hover:not(:disabled){background:#9f2626}.st-btn--ghost{background:transparent;color:var(--st-primary-deep)}.st-btn--ghost:hover:not(:disabled){background:var(--st-primary-tint)}.st-btn--sm{min-height:36px;padding:0 12px;font-size:.9rem}.st-btn--block{width:100%}.st-field{display:flex;flex-direction:column;gap:6px;margin-bottom:var(--st-space-md)}.st-field__label{font-weight:600;font-size:.92rem}.st-field__hint{color:var(--st-ink-muted);font-size:.82rem}.st-field__error{color:var(--st-danger);font-size:.82rem}.st-input,.st-select,.st-textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--st-border);border-radius:var(--st-radius-md);background:var(--st-surface);transition:border-color .12s,box-shadow .12s}.st-textarea{min-height:110px;resize:vertical}.st-input:focus,.st-select:focus,.st-textarea:focus{border-color:var(--st-primary);box-shadow:0 0 0 3px #ff6a0024;outline:none}.st-input[aria-invalid=true],.st-select[aria-invalid=true],.st-textarea[aria-invalid=true]{border-color:var(--st-danger)}.st-card{background:var(--st-surface);border:1px solid var(--st-border-soft);border-radius:var(--st-radius-card);box-shadow:var(--st-shadow-card);padding:var(--st-space-md)}.st-card--interactive{cursor:pointer;transition:transform .16s var(--st-ease),box-shadow .16s}.st-card--interactive:hover{transform:translateY(-2px);box-shadow:var(--st-shadow-raised)}.st-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:var(--st-radius-pill);font-size:.78rem;font-weight:600;background:var(--st-surface-muted);color:var(--st-ink-muted);white-space:nowrap}.st-badge--success{background:#e6f7f0;color:#067a50}.st-badge--warning{background:#fff4de;color:#9a5b00}.st-badge--danger{background:#fde8e8;color:#9f2626}.st-badge--info{background:#e8f0fe;color:#1e4fb8}.st-badge--primary{background:var(--st-primary-tint);color:var(--st-primary-deep)}.st-table-wrap{overflow-x:auto;border:1px solid var(--st-border-soft);border-radius:var(--st-radius-card);background:var(--st-surface)}.st-table{width:100%;border-collapse:collapse;min-width:640px}.st-table th,.st-table td{padding:12px 14px;text-align:start;border-bottom:1px solid var(--st-border-soft);vertical-align:middle}.st-table th{background:var(--st-surface-muted);font-size:.85rem;color:var(--st-ink-muted);font-weight:600}.st-table tbody tr:hover{background:var(--st-cream)}.st-table tbody tr:last-child td{border-bottom:0}.st-toolbar{display:flex;flex-wrap:wrap;gap:var(--st-space-sm);align-items:center;margin-bottom:var(--st-space-md)}.st-toolbar .st-input,.st-toolbar .st-select{width:auto;min-width:160px}.st-page-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--st-space-sm);margin-bottom:var(--st-space-lg)}.st-page-header h1{margin:0}.st-muted{color:var(--st-ink-muted)}.st-subtle{color:var(--st-ink-subtle);font-size:.85rem}.st-price{font-variant-numeric:tabular-nums;font-weight:700;color:var(--st-primary-deep)}.st-grid{display:grid;gap:var(--st-space-md)}.st-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.st-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.st-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.st-grid--auto{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}@media (max-width: 900px){.st-grid--4,.st-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.st-grid--4,.st-grid--3,.st-grid--2{grid-template-columns:1fr}}.st-stack{display:flex;flex-direction:column;gap:var(--st-space-sm)}.st-row{display:flex;flex-wrap:wrap;gap:var(--st-space-sm);align-items:center}.st-spacer{flex:1}.st-empty{text-align:center;padding:var(--st-space-xxl) var(--st-space-md);color:var(--st-ink-muted)}.st-empty__icon{font-size:2.4rem;margin-bottom:var(--st-space-sm)}.st-alert{padding:12px 14px;border-radius:var(--st-radius-md);border:1px solid;margin-bottom:var(--st-space-md)}.st-alert--error{background:#fde8e8;border-color:#f5b5b5;color:#7f1d1d}.st-alert--success{background:#e6f7f0;border-color:#a7e3cb;color:#065f46}.st-alert--info{background:#e8f0fe;border-color:#b7cdf7;color:#1e3a8a}.st-spinner{width:28px;height:28px;border:3px solid var(--st-border);border-top-color:var(--st-primary);border-radius:50%;animation:st-spin .8s linear infinite;margin:var(--st-space-lg) auto}@keyframes st-spin{to{transform:rotate(360deg)}}.st-skeleton{background:linear-gradient(90deg,#eee 25%,#f7f7f7,#eee 75%);background-size:200% 100%;animation:st-shimmer 1.2s infinite;border-radius:var(--st-radius-sm);min-height:16px}@keyframes st-shimmer{to{background-position:-200% 0}}.st-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14141473;display:flex;align-items:center;justify-content:center;padding:var(--st-space-md);z-index:100}.st-modal{background:var(--st-surface);border-radius:var(--st-radius-card);width:min(560px,100%);max-height:90vh;overflow:auto;padding:var(--st-space-lg);box-shadow:var(--st-shadow-raised)}.st-modal__actions{display:flex;justify-content:flex-end;gap:var(--st-space-sm);margin-top:var(--st-space-lg)}.st-toasts{position:fixed;bottom:16px;inset-inline-start:16px;display:flex;flex-direction:column;gap:8px;z-index:200;max-width:min(360px,calc(100% - 32px));pointer-events:none}.st-toast{pointer-events:none;padding:12px 14px;border-radius:var(--st-radius-md);color:#fff;box-shadow:var(--st-shadow-raised);animation:st-enter .22s var(--st-ease)}.st-toast--success{background:var(--st-success)}.st-toast--error{background:var(--st-danger)}.st-toast--info{background:var(--st-info)}@keyframes st-enter{0%{opacity:0;transform:translateY(8px)}}.st-tabs{display:flex;gap:4px;border-bottom:1px solid var(--st-border);margin-bottom:var(--st-space-md);overflow-x:auto}.st-tab{padding:10px 14px;border:0;background:none;cursor:pointer;color:var(--st-ink-muted);font-weight:600;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap}.st-tab[aria-selected=true]{color:var(--st-primary-deep);border-bottom-color:var(--st-primary)}.st-pagination{display:flex;align-items:center;justify-content:space-between;gap:var(--st-space-sm);padding:var(--st-space-sm) 0;flex-wrap:wrap}.st-dl{display:grid;grid-template-columns:max-content 1fr;gap:6px 16px;margin:0}.st-dl dt{color:var(--st-ink-muted);font-size:.9rem}.st-dl dd{margin:0}.st-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.w-header{background:var(--st-surface);border-bottom:1px solid var(--st-border);position:sticky;top:0;z-index:50}.w-header__inner{max-width:1200px;margin:0 auto;padding:10px var(--st-space-md);display:flex;align-items:center;gap:var(--st-space-md)}.w-brand{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--st-ink);white-space:nowrap}.w-brand:hover{text-decoration:none}.w-search{flex:1;display:flex;gap:6px}.w-search .st-input{min-height:40px}.w-nav{display:flex;gap:4px;align-items:center}.w-nav a{padding:8px 10px;border-radius:var(--st-radius-md);color:var(--st-ink);white-space:nowrap}.w-nav a:hover{background:var(--st-surface-muted);text-decoration:none}.w-nav a.active{color:var(--st-primary-deep);font-weight:600}.w-badge-count{background:var(--st-primary);color:#fff;border-radius:999px;font-size:.7rem;padding:0 6px;margin-inline-start:4px}.w-main{max-width:1200px;margin:0 auto;padding:var(--st-space-lg) var(--st-space-md) var(--st-space-xxl)}.w-footer{background:var(--st-dark-bg);color:var(--st-cream);padding:var(--st-space-xl) var(--st-space-md);margin-top:var(--st-space-xxl)}.w-footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:var(--st-space-lg);justify-content:space-between;align-items:center}.w-footer a{color:var(--st-cream)}.w-hero{background:linear-gradient(135deg,var(--st-dark-bg) 0%,#7A3300 60%,var(--st-primary) 100%);color:var(--st-cream);border-radius:var(--st-radius-card);padding:var(--st-space-xl);display:grid;grid-template-columns:1fr auto;gap:var(--st-space-lg);align-items:center;margin-bottom:var(--st-space-lg)}.w-hero h1{font-size:2rem;margin-bottom:8px}.w-hero p{color:#fafafad9;font-size:1.05rem;max-width:560px}.w-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--st-space-md);margin-bottom:var(--st-space-lg)}.w-trust>div{background:var(--st-surface);border:1px solid var(--st-border-soft);border-radius:var(--st-radius-card);padding:var(--st-space-md);display:flex;gap:12px;align-items:center}.w-trust strong{display:block}.w-cats{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;margin-bottom:var(--st-space-lg)}.w-chip{flex:0 0 auto;padding:8px 14px;border-radius:999px;border:1px solid var(--st-border);background:var(--st-surface);color:var(--st-ink);white-space:nowrap}.w-chip:hover{text-decoration:none;border-color:var(--st-primary);color:var(--st-primary-deep)}.w-chip.active{background:var(--st-primary);color:#fff;border-color:var(--st-primary)}.w-card{display:flex;flex-direction:column;background:var(--st-surface);border:1px solid var(--st-border-soft);border-radius:var(--st-radius-card);overflow:hidden;color:inherit;transition:transform .16s var(--st-ease),box-shadow .16s}.w-card:hover{text-decoration:none;transform:translateY(-2px);box-shadow:var(--st-shadow-raised)}.w-card__img{aspect-ratio:4 / 3;background:var(--st-surface-muted);object-fit:cover;width:100%;display:grid;place-items:center;color:var(--st-ink-subtle);font-size:2rem}.w-card__body{padding:12px;display:flex;flex-direction:column;gap:4px}.w-card__title{font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.w-section{margin-bottom:var(--st-space-xl)}.w-section__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--st-space-md)}.w-gallery{display:grid;grid-template-columns:1fr;gap:8px}.w-gallery__main{aspect-ratio:4 / 3;object-fit:cover;width:100%;border-radius:var(--st-radius-card);background:var(--st-surface-muted)}.w-gallery__thumbs{display:flex;gap:6px;overflow-x:auto}.w-gallery__thumbs img{width:72px;height:72px;object-fit:cover;border-radius:var(--st-radius-sm);border:2px solid transparent;cursor:pointer}.w-gallery__thumbs img.active{border-color:var(--st-primary)}.w-detail{display:grid;grid-template-columns:3fr 2fr;gap:var(--st-space-lg)}.w-sticky{position:sticky;top:76px}.w-qty{display:inline-flex;align-items:center;border:1px solid var(--st-border);border-radius:var(--st-radius-md);overflow:hidden}.w-qty button{width:40px;height:40px;border:0;background:var(--st-surface-muted);cursor:pointer;font-size:1.1rem}.w-qty span{min-width:44px;text-align:center;font-variant-numeric:tabular-nums}.w-cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--st-border-soft)}.w-cart-line img,.w-cart-line .w-card__img{width:72px;height:72px;aspect-ratio:auto;border-radius:var(--st-radius-sm);font-size:1.4rem}.w-steps{display:flex;gap:6px;margin-bottom:var(--st-space-lg)}.w-steps span{flex:1;height:6px;border-radius:3px;background:var(--st-border)}.w-steps span.done{background:var(--st-primary)}.w-timeline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.w-timeline li{display:flex;gap:12px;align-items:flex-start}.w-timeline__dot{width:12px;height:12px;border-radius:50%;background:var(--st-primary);margin-top:6px;flex:0 0 auto}.w-chat{display:flex;flex-direction:column;gap:8px;max-height:60vh;overflow-y:auto;padding:8px 0}.w-msg{max-width:75%;padding:10px 12px;border-radius:14px;background:var(--st-surface-muted)}.w-msg--mine{align-self:flex-start;background:var(--st-primary-tint)}.w-msg--theirs{align-self:flex-end}.w-msg time{display:block;font-size:.7rem;color:var(--st-ink-subtle);margin-top:4px}.w-upload{border:2px dashed var(--st-border);border-radius:var(--st-radius-card);padding:var(--st-space-md);text-align:center;color:var(--st-ink-muted);cursor:pointer}.w-upload input{display:none}.w-thumbs{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.w-thumbs div{position:relative}.w-thumbs img{width:88px;height:88px;object-fit:cover;border-radius:var(--st-radius-sm)}.w-thumbs button{position:absolute;top:-6px;inset-inline-end:-6px;width:24px;height:24px;border-radius:50%;border:0;background:var(--st-danger);color:#fff;cursor:pointer}.w-account{display:grid;grid-template-columns:220px 1fr;gap:var(--st-space-lg)}.w-account__nav{display:flex;flex-direction:column;gap:2px}.w-account__nav a{padding:10px 12px;border-radius:var(--st-radius-md);color:var(--st-ink)}.w-account__nav a.active{background:var(--st-primary-tint);color:var(--st-primary-deep);font-weight:600}.w-bottom-nav{display:none}@media (max-width: 900px){.w-header__inner{flex-wrap:wrap}.w-search{order:3;width:100%}.w-nav{display:none}.w-hero,.w-trust,.w-detail,.w-account{grid-template-columns:1fr}.w-account__nav{flex-direction:row;overflow-x:auto}.w-main{padding-bottom:80px}.w-bottom-nav{display:flex;position:fixed;bottom:0;inset-inline:0;background:var(--st-surface);border-top:1px solid var(--st-border);z-index:50}.w-bottom-nav a{flex:1;text-align:center;padding:8px 4px;font-size:.75rem;color:var(--st-ink-muted);display:flex;flex-direction:column;gap:2px;min-height:56px;justify-content:center}.w-bottom-nav a.active{color:var(--st-primary-deep)}.w-bottom-nav a:hover{text-decoration:none}}.w-chat-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.w-chat-row__body{min-width:0}.w-chat-row__preview{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60vw}.w-chat-row__meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.w-chat{display:flex;flex-direction:column;gap:12px}.w-chat__thread{display:flex;flex-direction:column;gap:8px;max-height:60vh;overflow-y:auto;padding:12px;background:var(--st-surface-muted);border:1px solid var(--st-border-soft);border-radius:var(--st-radius-md)}.w-chat__composer{display:flex;gap:8px;align-items:center}.w-chat__composer .st-input{flex:1}.w-bubble{align-self:flex-start;max-width:min(80%,560px);background:var(--st-surface);color:var(--st-ink);border:1px solid var(--st-border-soft);border-radius:var(--st-radius-md);padding:8px 12px}.w-bubble--mine{align-self:flex-end;background:var(--st-primary);color:#fff;border-color:transparent}.w-bubble__body{white-space:pre-wrap;word-break:break-word}.w-bubble__image{display:block;max-width:100%;border-radius:var(--st-radius-sm);margin-top:6px}.w-bubble__meta{font-size:.75rem;opacity:.7;margin-top:4px}.st-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 560px){.st-grid-2{grid-template-columns:1fr}}.w-avatar-placeholder{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;font-size:1.8rem;background:var(--st-surface-muted);border:1px solid var(--st-border-soft)}
