.category-nav{border-bottom:1px solid #e8e8e8;background:#fff}.category-nav__inner{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;padding:10px 20px 14px;max-width:1200px;margin:0 auto;width:100%}.category-nav__link{padding:8px 16px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:500;color:#374151;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.category-nav__link:hover{background:#f3f4f6}.category-nav__link.active{background:#1e3a8a;color:#fff;border-color:#1e3a8a}.category-nav__loading{font-size:13px;color:#9ca3af}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:#fff;color:#111827}.app-header{border-bottom:1px solid #e8e8e8;background:#fff;position:sticky;top:0;z-index:20}.app-header__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px 0;max-width:1200px;margin:0 auto;width:100%}.brand{color:#111827;text-decoration:none;font-weight:700;font-size:15px;letter-spacing:.04em;display:inline-flex;align-items:center;gap:12px}.brand:hover{opacity:.85}.brand-logo{width:44px;height:44px;border-radius:4px;object-fit:cover;border:1px solid #e8e8e8}.brand-text{text-transform:uppercase;letter-spacing:.08em}.app-header__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.app-main{flex:1;padding:24px 20px 48px;max-width:1200px;width:100%;margin:0 auto}.app-main--admin{max-width:none;padding-left:20px;padding-right:20px}.product-card{background:#fff;border:1px solid #e8e8e8;border-radius:0;overflow:hidden;display:flex;flex-direction:column;height:100%}.product-card__media{aspect-ratio:3 / 4;background:#fafafa;overflow:hidden}.product-card__img{width:100%;height:100%;object-fit:cover;display:block}.product-card__body{padding:14px 12px 18px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card__title{margin:0;font-size:13px;font-weight:600;line-height:1.35;letter-spacing:.04em;text-transform:uppercase;color:#111827}.product-card__desc{margin:0;font-size:13px;line-height:1.5;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{margin:8px 0 0;font-size:15px;font-weight:600;color:#111827}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Noto Sans Arabic,Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fff;color:#111827}h1{margin:0;font-size:22px;font-weight:600;letter-spacing:-.02em}.btn{border-radius:0;padding:10px 18px;font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:#1e3a8a;color:#fff;border-color:#1e3a8a}.btn-primary:hover{background:#172554;border-color:#172554}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.card{border:1px solid #e5e7eb;background:#fff;border-radius:8px;padding:18px}.grid{display:grid;gap:16px}.grid.grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.subtitle{color:#6b7280;line-height:1.7}.form{margin-top:16px;display:grid;gap:12px}.field{display:grid;gap:6px}.field input,.field select,.field textarea{border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#111827;padding:10px 12px}.field textarea{resize:vertical;min-height:90px}.error{color:#b91c1c;font-size:14px;white-space:pre-wrap}.muted{color:#6b7280}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.page-products{display:flex;flex-direction:column;gap:20px}.page-products__heading{font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#111827}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px 16px}.pagination-controls{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;padding-top:8px}.btn-ghost{background:#fff;color:#374151;border-color:#e5e7eb}.btn-ghost:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.btn-ghost:disabled{opacity:.45;cursor:not-allowed}
