:root{--bg: #f5f1e8;--surface: #ffffff;--surface-soft: #fcfaf6;--border: #ddd2c2;--border-strong: #cfc3b0;--text: #173b74;--text-dark: #1f2937;--text-muted: #6b7280;--text-soft: #8a8175;--primary: #173b74;--primary-2: #1e5fa8;--accent: #0f8b84;--accent-2: #1ec7b5;--success: #166534;--warning-bg: #fff7ed;--warning-border: #fed7aa;--warning-text: #9a4f18;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 22px;--radius-xl: 28px;--radius-pill: 999px;--shadow-sm: 0 6px 16px rgba(23, 59, 116, .05);--shadow-md: 0 12px 30px rgba(23, 59, 116, .08);--shadow-lg: 0 18px 42px rgba(23, 59, 116, .12);--container: 780px;--page-gap: 16px;--section-gap: 20px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f7f3eb,#f2eee5);color:var(--text-dark);font-family:Inter,Noto Sans Arabic,Segoe UI,sans-serif;line-height:1.6}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}#root{min-height:100vh}.container{width:min(100%,var(--container));margin-inline:auto;padding-inline:16px}.section-space{padding-top:18px;padding-bottom:18px}.page-stack{display:grid;gap:var(--section-gap)}.page-title{margin:0;color:var(--text);font-size:clamp(28px,5vw,36px);line-height:1.2;font-weight:900}.section-title{margin:0;color:var(--text);font-size:clamp(22px,4vw,30px);line-height:1.25;font-weight:900}.section-subtitle,.page-subtitle{margin:0;color:var(--text-soft);font-size:15px;line-height:1.85}.ui-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.ui-card-soft{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-lg)}.ui-chip{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:var(--radius-pill);background:#eef6ff;color:var(--text);font-size:13px;font-weight:800}.ui-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:var(--radius-pill);background:#173b74f2;color:#fff;font-size:12px;font-weight:900}.ui-input,.ui-select,.ui-textarea{width:100%;min-height:50px;border:1px solid var(--border);border-radius:16px;background:#fffdfa;padding:12px 14px;outline:none;color:var(--text-dark);transition:border-color .18s ease,box-shadow .18s ease}.ui-textarea{min-height:110px;resize:vertical;padding-top:14px}.ui-input:focus,.ui-select:focus,.ui-textarea:focus{border-color:#8fb1d7;box-shadow:0 0 0 4px #1e5fa81a}.ui-label{display:grid;gap:8px;color:#2f261f;font-size:14px;font-weight:800}.btn{min-height:48px;border:none;border-radius:16px;padding:0 16px;font-weight:900;font-size:15px;cursor:pointer;transition:transform .12s ease,opacity .16s ease,box-shadow .16s ease}.btn:active{transform:scale(.985)}.btn:disabled{opacity:.56;cursor:not-allowed}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-2) 56%,var(--accent) 100%);box-shadow:var(--shadow-md)}.btn-secondary{color:var(--text);background:#f8fbff;border:1px solid #d7e2ef}.btn-outline{color:var(--text-dark);background:#fff;border:1px solid #d2d6dc}.btn-soft{color:var(--text-dark);background:#f7f4ee;border:1px solid var(--border)}.full-width{width:100%}.message-box{padding:13px 14px;border-radius:14px;background:var(--warning-bg);border:1px solid var(--warning-border);color:var(--warning-text);font-size:14px;font-weight:800}.empty-state,.loading-state{padding:28px 18px;text-align:center;color:var(--text-soft);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.hero-surface{background:linear-gradient(135deg,#1c57a7,#1aa5d8 55%,#22c5a5);color:#fff;border-radius:30px;padding:28px 22px;box-shadow:var(--shadow-lg)}.hero-title{margin:0;font-size:clamp(34px,8vw,56px);line-height:1.14;font-weight:900}.hero-text{margin:14px 0 0;color:#ffffffeb;font-size:15px;line-height:1.9}.card-grid,.product-list{display:grid;gap:14px}.product-card{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow-sm)}.product-card__image{width:100%;height:220px;object-fit:cover;background:#eef2f7}.product-card__body{padding:16px;display:grid;gap:10px}.product-card__title{margin:0;color:var(--text-dark);font-size:18px;line-height:1.5;font-weight:900}.product-card__meta{display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap;color:var(--text-soft);font-size:13px;font-weight:700}.product-card__price{color:var(--text);font-size:22px;font-weight:900}.product-card__desc{margin:0;color:var(--text-muted);font-size:14px;line-height:1.8}.product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sticky-top-mobile{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-card{background:var(--surface);border:1px solid var(--border);border-radius:28px;padding:22px 18px;box-shadow:var(--shadow-sm)}.footer-title{margin:0;color:var(--text);font-size:20px;font-weight:900}.footer-text{margin:10px 0 0;color:var(--text-soft);line-height:1.9}@media(min-width:700px){.container{padding-inline:20px}.card-grid,.product-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:980px){.container{width:min(100%,1160px)}.product-list{grid-template-columns:repeat(3,minmax(0,1fr))}}
