/* ============================================================
   MANOVA — نظام تصميم المتجر
   مينيمال تحريري: أبيض/أسود، مساحات واسعة، خطوط hairline،
   الذهبي لمسة صغيرة فقط. بدون زخارف ولا ظلال ثقيلة.
   ============================================================ */
:root {
  --bg: #ffffff;
  --bg-soft: #f5f4f1;
  --ink: #141311;
  --ink-2: #4f4d48;
  --muted: #8b887f;
  --line: #e7e5df;
  --line-dark: #d5d2ca;
  --gold: #E9B32C;
  --gold-text: #8f6a06;
  --sale: #b42318;
  --good: #1a7f37;
  --font: 'Tajawal', 'Segoe UI', Tahoma, system-ui, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.75;
  font-size: 15.5px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; background: none; border: none; color: inherit; }
input, select, textarea { font-family: inherit; font-size: .95rem; color: var(--ink); }
::selection { background: var(--ink); color: #fff; }

.container { width: min(1280px, 100% - 40px); margin-inline: auto; }
@media (max-width: 640px) { .container { width: calc(100% - 32px); } }

/* ============ الشريط العلوي والهيدر ============ */
.announce {
  background: var(--ink); color: #d8d5cd;
  text-align: center; font-size: .74rem; font-weight: 500;
  letter-spacing: .08em; padding: 9px 16px;
}
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.96); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-row { display: flex; align-items: center; height: 66px; gap: 34px; }
.brand-name {
  font-weight: 800; font-size: 1.28rem; letter-spacing: .34em;
  color: var(--ink); line-height: 1; padding-inline-start: .1em;
}
.brand-name i { font-style: normal; color: var(--gold); }
.brand-sub { display: block; font-size: .5rem; letter-spacing: .42em; color: var(--muted); font-weight: 500; margin-top: 3px; }
.main-nav { display: flex; gap: 26px; }
.main-nav a {
  font-size: .88rem; font-weight: 500; color: var(--ink-2);
  padding: 4px 0; position: relative; transition: color .2s;
}
.main-nav a::after {
  content: ''; position: absolute; bottom: -2px; inset-inline-start: 0;
  width: 0; height: 1.5px; background: var(--ink); transition: width .25s var(--ease);
}
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 6px; margin-inline-start: auto; }
.hicon {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; color: var(--ink); transition: opacity .2s;
}
.hicon:hover { opacity: .6; }
.hicon svg { width: 21px; height: 21px; }
.cart-count {
  position: absolute; top: 4px; inset-inline-start: 2px;
  background: var(--ink); color: #fff; font-size: .62rem; font-weight: 700;
  min-width: 16px; height: 16px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center; padding: 0 4px;
}
.burger { display: none; }
@media (max-width: 920px) {
  .header-row { height: 58px; gap: 16px; }
  .burger { display: inline-flex; }
  .main-nav {
    display: none; position: absolute; top: 100%; inset-inline: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; gap: 0; padding: 8px 0;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 24px; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .main-nav a:last-child { border-bottom: none; }
  .main-nav a::after { display: none; }
  .brand-name { font-size: 1.05rem; }
}

/* ============ الأزرار ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 36px; font-size: .85rem; font-weight: 700; letter-spacing: .05em;
  border: 1px solid transparent; transition: all .25s var(--ease); line-height: 1.4;
}
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #35332e; }
.btn-light { background: #fff; color: var(--ink); border-color: var(--ink); }
.btn-light:hover { background: var(--ink); color: #fff; }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: var(--gold); border-color: var(--gold); }
.btn-line { background: transparent; color: var(--ink); border-color: var(--line-dark); }
.btn-line:hover { border-color: var(--ink); }
.btn-block { width: 100%; }
.btn:disabled { opacity: .4; cursor: not-allowed; }
.btn-sm { padding: 9px 20px; font-size: .78rem; }
.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .85rem; font-weight: 700; color: var(--ink);
  border-bottom: 1px solid var(--ink); padding-bottom: 3px; transition: opacity .2s;
}
.link-arrow:hover { opacity: .55; }

/* ============ الهيرو ============ */
.hero { position: relative; height: min(86vh, 700px); min-height: 480px; overflow: hidden; background: var(--ink); }
.hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(12deg, rgba(10,9,8,.72) 8%, rgba(10,9,8,.28) 46%, rgba(10,9,8,.05) 75%);
}
.hero-content {
  position: absolute; inset-inline: 0; bottom: 0; z-index: 2;
  padding-bottom: 64px;
}
.hero-kicker {
  color: var(--gold); font-size: .78rem; font-weight: 700;
  letter-spacing: .38em; margin-bottom: 14px;
  text-shadow: 0 1px 14px rgba(0,0,0,.55);
}
.hero h1 {
  color: #fff; font-size: clamp(2rem, 4.6vw, 3.4rem); font-weight: 800;
  line-height: 1.3; max-width: 17ch; margin-bottom: 12px;
  text-shadow: 0 2px 28px rgba(0,0,0,.4);
}
.hero p {
  color: rgba(255,255,255,.85); font-size: 1.02rem; max-width: 46ch;
  margin-bottom: 30px; font-weight: 400;
  text-shadow: 0 1px 16px rgba(0,0,0,.45);
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 640px) {
  .hero { height: 74vh; }
  .hero-content { padding-bottom: 44px; }
}

/* ============ الأقسام ============ */
.section { padding: 78px 0; }
.section.tight { padding: 44px 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 38px; }
.sec-head .overline {
  font-size: .72rem; font-weight: 700; letter-spacing: .3em;
  color: var(--gold-text); margin-bottom: 8px;
}
.sec-head h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 800; line-height: 1.3; }

/* ============ شبكة المنتجات ============ */
.products-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 42px 20px;
}
@media (max-width: 640px) { .products-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 12px; } }
.p-card { display: block; }
.p-media {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--bg-soft);
}
.p-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), opacity .3s; }
.p-card:hover .p-media img { transform: scale(1.045); }
.p-badge {
  position: absolute; top: 0; inset-inline-start: 0; z-index: 2;
  font-size: .68rem; font-weight: 700; letter-spacing: .06em;
  padding: 6px 14px; background: var(--ink); color: #fff;
}
.p-badge.out { background: #fff; color: var(--ink); border: 1px solid var(--line-dark); }
.p-info { padding-top: 14px; }
.p-cat { font-size: .7rem; font-weight: 500; letter-spacing: .18em; color: var(--muted); margin-bottom: 4px; }
.p-name { font-size: .95rem; font-weight: 500; color: var(--ink); line-height: 1.5; margin-bottom: 6px; }
.p-price-row { display: flex; align-items: baseline; gap: 10px; }
.p-price { font-size: .95rem; font-weight: 700; }
.p-price.sale { color: var(--sale); }
.p-old { font-size: .82rem; color: var(--muted); text-decoration: line-through; font-weight: 400; }

/* ============ كروت الأقسام ============ */
.cat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 720px) { .cat-grid { grid-template-columns: 1fr; } }
.cat-tile { position: relative; aspect-ratio: 16 / 11; overflow: hidden; background: var(--ink); }
.cat-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); opacity: .92; }
.cat-tile:hover img { transform: scale(1.05); }
.cat-tile::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,9,8,.68), rgba(10,9,8,.06) 55%);
}
.cat-tile > div { position: absolute; bottom: 0; inset-inline: 0; padding: 28px 30px; z-index: 2; }
.cat-tile h3 { color: #fff; font-size: 1.45rem; font-weight: 800; margin-bottom: 4px; }
.cat-tile p { color: rgba(255,255,255,.75); font-size: .85rem; margin-bottom: 12px; }
.cat-tile .tile-link {
  color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .04em;
  border-bottom: 1px solid var(--gold); padding-bottom: 3px;
}

/* ============ شريط المزايا ============ */
.features {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.feature {
  padding: 34px 22px; text-align: center;
  border-inline-start: 1px solid var(--line);
}
.feature:first-child { border-inline-start: none; }
.feature svg { width: 26px; height: 26px; margin: 0 auto 12px; stroke: var(--ink); }
.feature h4 { font-size: .9rem; font-weight: 700; margin-bottom: 3px; }
.feature p { font-size: .78rem; color: var(--muted); line-height: 1.7; }
@media (max-width: 860px) {
  .features { grid-template-columns: 1fr 1fr; }
  .feature { border-top: 1px solid var(--line); }
  .feature:nth-child(-n+2) { border-top: none; }
  .feature:nth-child(odd) { border-inline-start: none; }
}

/* ============ البانر التحريري ============ */
.editorial { display: grid; grid-template-columns: 1.1fr 1fr; min-height: 460px; }
.editorial .ed-img { overflow: hidden; }
.editorial .ed-img img { width: 100%; height: 100%; object-fit: cover; }
.editorial .ed-body {
  background: var(--ink); color: #fff; display: flex; flex-direction: column;
  justify-content: center; padding: clamp(34px, 6vw, 84px);
}
.ed-body .overline { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .34em; margin-bottom: 16px; }
.ed-body h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; line-height: 1.35; margin-bottom: 14px; }
.ed-body p { color: #b5b2a9; font-size: .95rem; max-width: 44ch; margin-bottom: 30px; }
@media (max-width: 820px) {
  .editorial { grid-template-columns: 1fr; }
  .editorial .ed-img { aspect-ratio: 16/10; }
}

/* ============ الفوتر ============ */
.site-footer { background: #121110; color: #a5a29a; margin-top: 90px; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px;
  padding: 64px 0 46px;
}
.footer-brand .brand-name { color: #fff; }
.footer-brand p { font-size: .84rem; margin-top: 16px; max-width: 32ch; line-height: 1.9; }
.site-footer h5 {
  color: #fff; font-size: .74rem; font-weight: 700; letter-spacing: .26em;
  margin-bottom: 18px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: .86rem; }
.footer-links a { transition: color .2s; }
.footer-links a:hover { color: var(--gold); }
.footer-contact { list-style: none; display: flex; flex-direction: column; gap: 12px; font-size: .86rem; }
.social-row { display: flex; gap: 18px; margin-top: 20px; }
.social-row a { font-size: .78rem; font-weight: 700; letter-spacing: .1em; border-bottom: 1px solid #3c3a35; padding-bottom: 2px; transition: .2s; }
.social-row a:hover { color: #fff; border-color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0;
  display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap;
  font-size: .74rem; color: #6d6a63; letter-spacing: .04em;
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }

/* ============ رأس الصفحات الداخلية ============ */
.page-head { padding: 44px 0 10px; }
.crumbs { color: var(--muted); font-size: .78rem; font-weight: 500; margin-bottom: 10px; letter-spacing: .02em; }
.crumbs a:hover { color: var(--ink); }
.page-head h1 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; }

/* ============ صفحة المتجر ============ */
.filters-row {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 22px 0 34px;
}
.pills { display: flex; gap: 0; border: 1px solid var(--line-dark); }
.pill {
  padding: 9px 22px; font-weight: 500; font-size: .84rem; color: var(--ink-2);
  border-inline-start: 1px solid var(--line-dark); transition: .2s;
}
.pill:first-child { border-inline-start: none; }
.pill:hover { color: var(--ink); }
.pill.active { background: var(--ink); color: #fff; }
.filters-row .grow { flex: 1; }
.search-box input {
  border: none; border-bottom: 1px solid var(--line-dark); padding: 9px 4px; width: 210px;
  background: transparent; outline: none; transition: border .2s; font-size: .9rem;
}
.search-box input:focus { border-color: var(--ink); }
.search-box input::placeholder { color: var(--muted); }
.filters-row select {
  border: none; border-bottom: 1px solid var(--line-dark); padding: 9px 4px;
  background: transparent; font-weight: 500; outline: none; font-size: .87rem; cursor: pointer;
}

/* ============ صفحة المنتج ============ */
.product-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; padding: 30px 0 60px; }
@media (max-width: 860px) { .product-layout { grid-template-columns: 1fr; gap: 30px; } }
.gallery-main { aspect-ratio: 4 / 5; overflow: hidden; background: var(--bg-soft); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 10px; }
.gallery-thumbs button { width: 72px; height: 88px; overflow: hidden; background: var(--bg-soft); padding: 0; border: 1px solid transparent; opacity: .7; }
.gallery-thumbs button.active { border-color: var(--ink); opacity: 1; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.pd-info { padding-top: 8px; }
.pd-cat { font-size: .72rem; font-weight: 700; letter-spacing: .26em; color: var(--gold-text); margin-bottom: 10px; }
.pd-title { font-size: clamp(1.4rem, 2.4vw, 1.85rem); font-weight: 800; line-height: 1.4; margin-bottom: 14px; }
.pd-price-row { display: flex; align-items: baseline; gap: 14px; margin-bottom: 22px; }
.pd-price { font-size: 1.3rem; font-weight: 700; }
.pd-price.sale { color: var(--sale); }
.pd-old { color: var(--muted); text-decoration: line-through; font-size: .95rem; }
.pd-save { font-size: .72rem; font-weight: 700; color: var(--sale); border: 1px solid currentColor; padding: 3px 10px; }
.pd-desc { color: var(--ink-2); font-size: .93rem; margin-bottom: 30px; max-width: 52ch; }
.opt-group { margin-bottom: 24px; }
.opt-group > label {
  display: flex; justify-content: space-between; font-weight: 700; font-size: .8rem;
  letter-spacing: .04em; margin-bottom: 10px;
}
.opt-group > label .muted-note { color: var(--muted); font-weight: 400; }
.opt-row { display: flex; gap: 8px; flex-wrap: wrap; }
.opt {
  min-width: 48px; height: 44px; padding: 0 16px; border: 1px solid var(--line-dark);
  font-weight: 500; font-size: .88rem; transition: .15s; display: inline-flex; align-items: center; justify-content: center;
}
.opt:hover { border-color: var(--ink); }
.opt.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.qty-row { display: flex; align-items: center; gap: 16px; margin: 28px 0 14px; }
.qty-ctrl { display: flex; align-items: center; border: 1px solid var(--line-dark); }
.qty-ctrl button { width: 44px; height: 46px; font-size: 1.1rem; transition: .15s; }
.qty-ctrl button:hover { background: var(--bg-soft); }
.qty-ctrl input { width: 48px; border: none; text-align: center; font-weight: 700; font-size: .95rem; outline: none; background: transparent; }
.stock-note { font-size: .78rem; font-weight: 700; letter-spacing: .02em; }
.stock-note.ok { color: var(--good); }
.stock-note.low { color: var(--sale); }
.pd-trust { display: flex; flex-direction: column; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.pd-trust > div {
  display: flex; align-items: center; gap: 12px; padding: 13px 2px;
  border-bottom: 1px solid var(--line); font-size: .84rem; color: var(--ink-2); font-weight: 500;
}
.pd-trust svg { width: 19px; height: 19px; stroke: var(--ink); flex-shrink: 0; }

/* ============ السلة والدفع ============ */
.cart-layout { display: grid; grid-template-columns: 1.65fr 1fr; gap: 50px; align-items: start; padding: 26px 0 70px; }
@media (max-width: 860px) { .cart-layout { grid-template-columns: 1fr; gap: 30px; } }
.cart-items { border-top: 1px solid var(--line); }
.cart-item {
  display: grid; grid-template-columns: 96px 1fr auto; gap: 20px; align-items: center;
  padding: 20px 0; border-bottom: 1px solid var(--line);
}
.cart-item img { width: 96px; height: 116px; object-fit: cover; background: var(--bg-soft); }
.ci-name { font-weight: 500; font-size: .95rem; }
.ci-meta { color: var(--muted); font-size: .78rem; margin-top: 2px; }
.ci-price { font-weight: 700; font-size: .9rem; margin-top: 8px; }
.ci-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.ci-remove { font-size: .75rem; font-weight: 500; color: var(--muted); border-bottom: 1px solid currentColor; padding-bottom: 1px; transition: color .2s; }
.ci-remove:hover { color: var(--sale); }
.summary-card { background: var(--bg-soft); padding: 30px 28px; position: sticky; top: 92px; }
.summary-card h3 { font-weight: 800; margin-bottom: 18px; font-size: 1rem; letter-spacing: .02em; }
.sum-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: .9rem; color: var(--ink-2); }
.sum-row b { color: var(--ink); font-weight: 700; }
.sum-row.total {
  border-top: 1px solid var(--line-dark); margin-top: 14px; padding-top: 16px;
  font-weight: 700; color: var(--ink); font-size: 1.05rem;
}
.free-ship-note {
  border: 1px dashed var(--line-dark); color: var(--gold-text);
  padding: 10px 14px; font-size: .78rem; font-weight: 500; margin: 14px 0; background: #fff;
}

/* ============ النماذج ============ */
.form-card { border: 1px solid var(--line); padding: 30px 28px; background: #fff; }
.form-card h3 {
  font-weight: 800; margin-bottom: 22px; font-size: .95rem; letter-spacing: .04em;
  display: flex; align-items: center; gap: 12px;
}
.form-card h3 .step-n {
  width: 26px; height: 26px; background: var(--ink); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: .8rem;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-weight: 700; font-size: .78rem; letter-spacing: .03em; margin-bottom: 7px; }
.field label .req { color: var(--sale); }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid var(--line-dark); padding: 12px 14px;
  background: #fff; outline: none; transition: border .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); }
.field textarea { resize: vertical; min-height: 84px; }
.field .hint { color: var(--muted); font-size: .72rem; margin-top: 5px; }
.pay-opt {
  display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--line-dark);
  padding: 16px 18px; cursor: pointer; transition: .2s; background: #fff;
}
.pay-opt:hover { border-color: var(--ink); }
.pay-opt.active { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.pay-opt input { margin-top: 6px; accent-color: var(--ink); }
.pay-opt b { display: block; font-size: .9rem; }
.pay-opt small { color: var(--muted); font-size: .78rem; line-height: 1.7; display: block; margin-top: 2px; }
.form-error {
  background: #fdf1f0; color: var(--sale); border: 1px solid #efcac6;
  padding: 12px 16px; font-weight: 500; font-size: .85rem; margin-bottom: 16px; display: none;
}
.form-error.show { display: block; }

/* ============ صفحات النجاح والتتبع ============ */
.center-page { max-width: 620px; margin: 0 auto; padding: 60px 0 80px; text-align: center; }
.big-check {
  width: 74px; height: 74px; margin: 0 auto 26px; border: 1px solid var(--ink);
  border-radius: 999px; display: flex; align-items: center; justify-content: center;
}
.big-check svg { width: 30px; height: 30px; stroke: var(--ink); }
.center-page h1 { font-size: 1.6rem; font-weight: 800; margin-bottom: 10px; }
.center-page .muted { color: var(--muted); font-size: .92rem; }
.order-code-box {
  background: var(--ink); color: #fff; font-weight: 700; font-size: 1.3rem;
  padding: 18px; letter-spacing: .22em; margin: 28px 0 10px;
}
.order-code-box small { display: block; font-size: .68rem; color: #9b978e; letter-spacing: .14em; margin-bottom: 4px; font-weight: 500; }
.timeline { text-align: start; margin: 30px 0 6px; }
.tl-step { display: flex; gap: 18px; position: relative; padding-bottom: 30px; }
.tl-step::before {
  content: ''; position: absolute; inset-inline-start: 11px; top: 26px; bottom: 2px;
  width: 1px; background: var(--line-dark);
}
.tl-step:last-child { padding-bottom: 4px; }
.tl-step:last-child::before { display: none; }
.tl-dot {
  width: 23px; height: 23px; border-radius: 999px; background: #fff;
  border: 1px solid var(--line-dark); flex-shrink: 0; z-index: 1;
  display: flex; align-items: center; justify-content: center;
}
.tl-dot svg { width: 11px; height: 11px; stroke: #fff; display: none; }
.tl-step.done .tl-dot { background: var(--ink); border-color: var(--ink); }
.tl-step.done .tl-dot svg { display: block; }
.tl-step.done.cancel .tl-dot { background: var(--sale); border-color: var(--sale); }
.tl-body { margin-top: -2px; }
.tl-body b { display: block; font-size: .92rem; font-weight: 700; }
.tl-body span { color: var(--muted); font-size: .78rem; }

/* ============ حالات فارغة / Toast / عناصر عامة ============ */
.empty-state { text-align: center; padding: 80px 20px; }
.empty-state h3 { font-weight: 800; font-size: 1.15rem; margin-bottom: 8px; }
.empty-state p { color: var(--muted); font-size: .9rem; margin-bottom: 24px; }
.toast-wrap { position: fixed; bottom: 26px; inset-inline-start: 26px; z-index: 200; display: flex; flex-direction: column; gap: 10px; }
.toast {
  background: var(--ink); color: #fff; padding: 14px 22px;
  font-weight: 500; font-size: .86rem; letter-spacing: .02em;
  animation: toastIn .3s var(--ease); max-width: 320px;
}
.toast.error { background: var(--sale); }
@keyframes toastIn { from { opacity: 0; transform: translateY(10px); } }

.wa-float {
  position: fixed; bottom: 26px; inset-inline-end: 26px; z-index: 100;
  width: 50px; height: 50px; border-radius: 999px; background: var(--ink); color: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: .25s var(--ease); border: 1px solid rgba(255,255,255,.15);
}
.wa-float svg { width: 22px; height: 22px; fill: #fff; }
.wa-float:hover { background: #1faa53; }

.skeleton { background: linear-gradient(90deg, #efede8 25%, #f7f5f1 50%, #efede8 75%); background-size: 200% 100%; animation: sk 1.3s infinite; }
@keyframes sk { to { background-position: -200% 0; } }
