/* ════════════════════════════════════════════
   Bayt Al-Khair — Fresh Light Menu Design
   نظام التصميم الداكن | اكلاتي - بيروت لبنان
   ════════════════════════════════════════════ */

:root {
  /* ─── Light Warm Palette ─── */
  --bg:          #F7F4EF;
  --surface:     #FFFFFF;
  --surface2:    #F2EDE7;
  --surface3:    #EAE4DC;

  /* ─── Forest Green Primary ─── */
  --primary:        #2B7A4B;
  --primary-dark:   #1C5C37;
  --primary-mid:    #3A8F5C;
  --primary-lt:     rgba(43,122,75,0.09);
  --primary-glow:   rgba(43,122,75,0.18);

  /* ─── Warm Amber Accent ─── */
  --accent:      #D08030;
  --accent-lt:   rgba(208,128,48,0.10);
  --accent-dark: #A85E18;

  /* ─── Text ─── */
  --text:        #1C1A17;
  --text-sub:    #7A7469;
  --text-light:  #A8A29A;

  /* ─── Structure ─── */
  --divider:     #EAE5DE;
  --divider2:    #DDD7CF;
  --border:      #E2DDD6;

  /* ─── Functional ─── */
  --wa-green:    #25D366;
  --error:       #D32F2F;
  --success:     #2B7A4B;

  /* ─── Radius ─── */
  --radius-sm:   10px;
  --radius-md:   16px;
  --radius-lg:   20px;
  --radius-xl:   28px;

  /* ─── Shadows (soft for light theme) ─── */
  --shadow-xs:   0 1px 6px rgba(0,0,0,0.06);
  --shadow-sm:   0 2px 14px rgba(0,0,0,0.08);
  --shadow-md:   0 6px 24px rgba(0,0,0,0.11);
  --shadow-lg:   0 12px 40px rgba(0,0,0,0.14);
  --shadow-green:0 4px 20px rgba(43,122,75,0.22);
}

/* ════════════════════════════════════════════
   Reset & Base
   ════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Cairo', sans-serif;
  background: var(--bg);
  color: var(--text);
  direction: rtl;
  min-height: 100dvh;
  overflow-x: hidden;
}
button { cursor: pointer; border: none; outline: none; background: none; font-family: inherit; }
input, textarea { font-family: inherit; }
a { text-decoration: none; color: inherit; }
img { display: block; }
.hidden { display: none !important; }

/* ════════════════════════════════════════════
   Page Layout
   ════════════════════════════════════════════ */
.page {
  max-width: 520px;
  margin: 0 auto;
  min-height: 100dvh;
  background: var(--bg);
  position: relative;
}
.divider {
  height: 1px;
  background: var(--divider);
  margin: 0;
}

/* ════════════════════════════════════════════
   Hero Topbar Overlay
   ════════════════════════════════════════════ */
.hero-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  z-index: 10;
}
.hero-topbar-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background: rgba(0,0,0,0.15);
  border: none;
  cursor: pointer;
  transition: background .18s;
  flex-shrink: 0;
}
.hero-topbar-btn:hover { background: rgba(0,0,0,0.28); }

/* ════════════════════════════════════════════
   Hero Section
   ════════════════════════════════════════════ */
.hero-section {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: var(--primary-dark);
}
.hero-img-wrap {
  position: absolute;
  inset: 0;
}
.hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 8s ease;
}
.hero-gradient-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 40%, rgba(43,180,100,0.30) 0%, transparent 65%),
    radial-gradient(ellipse at 85% 80%, rgba(43,122,75,0.20) 0%, transparent 55%),
    linear-gradient(160deg, #1a4a2e 0%, #0e2e1c 50%, #1c4a30 100%);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.10) 0%,
    rgba(0,0,0,0.18) 45%,
    rgba(0,0,0,0.60) 100%
  );
}
.hero-content {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px 16px;
}
.hero-logo-circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: white;
  border: 3px solid rgba(255,255,255,0.95);
  box-shadow:
    0 0 0 4px rgba(43,122,75,0.25),
    0 8px 32px rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 4px;
}
.hero-logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.hero-logo-fallback {
  color: var(--primary);
  font-size: 36px;
}
.hero-restaurant-name {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.55);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2px;
}
.hero-address {
  color: rgba(255,255,255,0.88);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.hero-address i { font-size: 10px; opacity: 0.80; }
.hero-phone {
  color: rgba(255,255,255,0.92);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  direction: ltr;
}
.hero-phone i { font-size: 11px; opacity: 0.85; }

/* ════════════════════════════════════════════
   Info Bar
   ════════════════════════════════════════════ */
.info-bar {
  background: white;
  border-bottom: 1px solid var(--divider);
  padding: 10px 16px;
}
.info-bar-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.info-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--surface2);
  border: 1px solid var(--divider);
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  color: var(--text-sub);
  font-weight: 500;
}
.info-bar-item i {
  color: var(--primary);
  font-size: 12px;
}
.info-bar-sep {
  width: 1px;
  height: 16px;
  background: var(--divider2);
  flex-shrink: 0;
}

/* ════════════════════════════════════════════
   Category Strip
   ════════════════════════════════════════════ */
.cat-strip-section {
  background: white;
  border-bottom: 1px solid var(--divider);
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  padding-bottom: 4px;
  position: sticky;
  top: 0;
  z-index: 90;
}
.cat-strip-label {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 18px 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.cat-strip-label i { color: var(--primary); font-size: 11px; }
.cat-strip {
  display: flex;
  overflow-x: auto;
  padding: 8px 14px 16px;
  gap: 14px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.cat-strip::-webkit-scrollbar { display: none; }

/* ── Category Chip ── */
.cat-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  flex-shrink: 0;
  width: 72px;
  transition: transform .2s;
}
.cat-chip:hover { transform: translateY(-2px); }
.cat-chip:active { transform: scale(0.95); }

.cat-chip-circle {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  border: 2.5px solid var(--divider);
  transition: border-color .22s, box-shadow .22s, transform .22s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface2);
  flex-shrink: 0;
}
.cat-chip-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cat-chip-circle i {
  font-size: 20px;
  color: white;
}
.cat-chip-circle.all-circle {
  background: white;
  border-color: var(--divider2);
}
.cat-chip-circle.all-circle i {
  color: var(--primary);
}
.cat-chip-circle.no-img-circle {
  border-color: transparent;
}
.cat-chip-circle.no-img-circle i {
  font-size: 22px;
}
.cat-chip-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-sub);
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  transition: color .2s;
}
/* Active state */
.cat-chip.active .cat-chip-circle {
  border-color: var(--primary);
  box-shadow: 0 0 0 3.5px rgba(43,122,75,0.15);
  transform: scale(1.04);
}
.cat-chip.active .cat-chip-circle.all-circle {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(43,122,75,0.18);
}
.cat-chip.active .cat-chip-label {
  color: var(--primary);
  font-weight: 800;
}

/* Chip Skeleton */
.cat-chip-skel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: 72px;
  flex-shrink: 0;
}
.cat-chip-skel::before {
  content: '';
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--surface2);
  animation: pulse 1.6s ease-in-out infinite;
  display: block;
}
.cat-chip-skel::after {
  content: '';
  width: 46px;
  height: 10px;
  border-radius: 5px;
  background: var(--surface2);
  animation: pulse 1.6s ease-in-out infinite;
  display: block;
}
.cats-empty {
  padding: 40px 20px;
  text-align: center;
}
.cats-empty i { font-size: 50px; color: var(--primary-lt); margin-bottom: 14px; display: block; color: rgba(43,122,75,0.25); }
.cats-empty-title { font-size: 16px; font-weight: 700; color: var(--text-sub); }
.cats-empty-sub { font-size: 13px; color: var(--text-light); margin-top: 6px; }

/* ════════════════════════════════════════════
   Menu Section Header
   ════════════════════════════════════════════ */
.menu-section-head {
  background: var(--bg);
  padding: 18px 16px 14px;
}
.menu-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.menu-title {
  font-size: 19px;
  font-weight: 800;
  color: var(--text);
  flex: 1;
}
.menu-count-badge {
  background: var(--primary-lt);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid rgba(43,122,75,0.16);
  flex-shrink: 0;
}

/* ════════════════════════════════════════════
   Search Bar
   ════════════════════════════════════════════ */
.search-bar-wrap {
  background: transparent;
}
.search-bar-inner {
  display: flex;
  align-items: center;
  background: white;
  border: 1.5px solid var(--border);
  border-radius: 24px;
  padding: 0 14px;
  height: 44px;
  gap: 8px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  transition: border-color .2s, box-shadow .2s;
}
.search-bar-inner:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(43,122,75,0.09);
}
.search-bar-icon {
  color: var(--text-light);
  font-size: 13px;
  flex-shrink: 0;
}
.search-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  color: var(--text);
  direction: rtl;
}
.search-input::placeholder { color: var(--text-light); }
.search-clear-btn {
  color: var(--text-light);
  font-size: 13px;
  padding: 4px;
  transition: color .15s;
  flex-shrink: 0;
}
.search-clear-btn:hover { color: var(--text); }

/* ════════════════════════════════════════════
   Products List & Cards
   ════════════════════════════════════════════ */
.products-list {
  padding: 10px 0 0;
}

/* Product Card */
.product-card {
  margin: 0 14px 10px;
  background: white;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  transition: transform .18s cubic-bezier(.4,0,.2,1), box-shadow .18s, border-color .2s;
  border: 1px solid var(--divider);
  position: relative;
}
.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary), var(--primary-mid));
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  opacity: 0;
  transition: opacity .22s;
}
.product-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(43,122,75,0.20);
}
.product-card:hover::before { opacity: 1; }
.product-card:active { transform: scale(0.99); }

.product-card-info {
  flex: 1;
  padding: 13px 13px 13px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.product-card-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card-desc {
  font-size: 12px;
  color: var(--text-sub);
  line-height: 1.55;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.product-price-tag {
  background: linear-gradient(135deg, rgba(43,122,75,0.10), rgba(43,122,75,0.05));
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(43,122,75,0.18);
}
.product-unavail-badge {
  background: rgba(211,47,47,0.08);
  border: 1px solid rgba(211,47,47,0.22);
  color: var(--error);
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 20px;
}
.btn-add-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 3px 12px rgba(43,122,75,0.30);
  transition: background .2s, transform .15s, box-shadow .2s;
  flex-shrink: 0;
  margin-right: auto;
}
.btn-add-circle:hover {
  background: linear-gradient(135deg, var(--primary-mid), var(--primary));
  box-shadow: 0 4px 18px rgba(43,122,75,0.45);
}
.btn-add-circle:active { transform: scale(0.90); }

/* "أضف للسلة" pill button — matches image design */
.btn-add-pill {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  border-radius: 22px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: auto;
  box-shadow: 0 3px 10px rgba(43,122,75,0.28);
  transition: opacity .2s, transform .15s, box-shadow .2s;
  flex-shrink: 0;
}
.btn-add-pill:hover {
  opacity: 0.92;
  box-shadow: 0 5px 16px rgba(43,122,75,0.40);
}
.btn-add-pill:active { transform: scale(0.94); }

.qty-control-inline {
  display: flex;
  align-items: center;
  background: var(--surface2);
  border-radius: 24px;
  overflow: hidden;
  margin-right: auto;
  border: 1px solid var(--divider);
}
.qty-control-inline .qc-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: background .15s;
}
.qty-control-inline .qc-btn.minus { color: var(--text-sub); }
.qty-control-inline .qc-btn.plus {
  background: var(--primary);
  color: white;
  border-radius: 50%;
}
.qty-control-inline .qc-val {
  width: 24px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.product-card-img-wrap {
  width: 114px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.product-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.product-card:hover .product-card-img-wrap img { transform: scale(1.06); }
.product-card-img-placeholder {
  width: 100%;
  height: 100%;
  background: var(--surface2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(43,122,75,0.20);
  font-size: 30px;
}
.product-unavail-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-unavail-overlay-text {
  writing-mode: vertical-rl;
  font-size: 11px;
  font-weight: 700;
  color: var(--error);
  letter-spacing: 0.5px;
  transform: rotate(180deg);
}

/* Product Skeletons */
.prod-skeleton {
  margin: 0 14px 10px;
  height: 114px;
  background: white;
  border-radius: var(--radius-md);
  display: flex;
  overflow: hidden;
  border: 1px solid var(--divider);
}
.prod-skel-info {
  flex: 1;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.skel-line {
  border-radius: 6px;
  background: var(--surface2);
  animation: pulse 1.6s ease-in-out infinite;
}
.prod-skel-img {
  width: 114px;
  background: var(--surface2);
  animation: pulse 1.6s ease-in-out infinite;
}

/* Empty / Error States */
.prods-empty {
  padding: 64px 0;
  text-align: center;
}
.prods-empty i {
  font-size: 56px;
  color: rgba(43,122,75,0.15);
  margin-bottom: 18px;
  display: block;
}
.prods-empty-title { font-size: 17px; font-weight: 700; color: var(--text-sub); }
.prods-empty-sub { font-size: 13px; color: var(--text-light); margin-top: 8px; }
.prods-error {
  padding: 60px 24px;
  text-align: center;
}
.prods-error-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--divider);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 30px;
  color: var(--primary);
}
.prods-error-title { font-size: 16px; font-weight: 700; color: var(--text); }
.prods-error-msg { font-size: 13px; color: var(--text-sub); margin-top: 6px; }
.btn-retry {
  margin-top: 18px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  border-radius: 28px;
  padding: 10px 28px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-green);
}

/* ════════════════════════════════════════════
   FABs
   ════════════════════════════════════════════ */
.fabs {
  position: fixed;
  bottom: 26px;
  left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  z-index: 200;
}
.fab-whatsapp {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--wa-green);
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(37,211,102,0.40);
  transition: transform .2s, box-shadow .2s;
}
.fab-whatsapp:hover { transform: scale(1.08); box-shadow: 0 8px 30px rgba(37,211,102,0.52); }
.fab-whatsapp.mini {
  width: 44px;
  height: 44px;
  font-size: 18px;
}
.fab-cart-wrap { order: -1; }
.fab-cart {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  border-radius: 30px;
  height: 50px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: var(--shadow-green);
  transition: transform .2s, box-shadow .2s;
  font-family: inherit;
}
.fab-cart:hover { transform: scale(1.04); box-shadow: 0 8px 32px rgba(43,122,75,0.40); }
.fab-cart-icon-wrap { position: relative; }
.fab-cart-icon-wrap i { font-size: 18px; }
.fab-cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: white;
  color: var(--primary);
  font-size: 9px;
  font-weight: 800;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--primary);
}

/* ════════════════════════════════════════════
   Drawer
   ════════════════════════════════════════════ */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.drawer-overlay.open { opacity: 1; pointer-events: all; }
.drawer {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100dvh;
  background: white;
  z-index: 401;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: right .3s cubic-bezier(.4,0,.2,1);
  box-shadow: var(--shadow-lg);
  border-left: 1px solid var(--divider);
}
.drawer.open { right: 0; }
.drawer-header {
  padding: 52px 22px 26px;
  background: linear-gradient(160deg, var(--primary-dark) 0%, var(--primary) 100%);
  position: relative;
  overflow: hidden;
}
.drawer-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255,255,255,0.15);
}
.drawer-header::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
.drawer-logo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  border: 2px solid rgba(255,255,255,0.50);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 14px;
}
.drawer-logo img { width: 100%; height: 100%; object-fit: cover; }
.drawer-logo i { color: white; font-size: 30px; }
.drawer-name { color: white; font-size: 19px; font-weight: 700; letter-spacing: 0.3px; }
.drawer-green-line {
  width: 28px;
  height: 2px;
  background: rgba(255,255,255,0.45);
  border-radius: 1px;
  margin: 8px 0 0;
}
.drawer-address {
  font-size: 12px;
  color: rgba(255,255,255,0.72);
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.drawer-body { flex: 1; overflow-y: auto; padding-bottom: 24px; }
.drawer-body::-webkit-scrollbar { width: 0; }
.drawer-section-label {
  padding: 16px 20px 6px;
  font-size: 10px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.70;
}
.drawer-divider {
  height: 1px;
  background: var(--divider);
  margin: 6px 20px;
}
.drawer-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background .15s;
}
.drawer-item:hover { background: var(--surface2); }
.drawer-item-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.drawer-item span { font-size: 14px; font-weight: 500; color: var(--text); }
.drawer-item-sub {
  display: block;
  font-size: 11px;
  color: var(--text-sub);
  margin-top: 1px;
}
.drawer-social-row {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.social-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
  border: 1px solid transparent;
}
.social-btn:hover { transform: scale(1.12); }
.whatsapp-contact-badge {
  background: rgba(37,211,102,0.10);
  border: 1px solid rgba(37,211,102,0.28);
  color: var(--wa-green);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

/* ════════════════════════════════════════════
   Modals / Bottom Sheets — Base
   ════════════════════════════════════════════ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 300;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  animation: fadeIn .22s ease;
}
.modal-overlay.hidden { display: none; }
@keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } }

/* ─── Cart Sheet ─── */
.cart-sheet {
  width: 100%;
  max-width: 520px;
  max-height: 90dvh;
  background: white;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  display: flex;
  flex-direction: column;
  animation: slideUp .3s cubic-bezier(.4,0,.2,1);
  border-top: 3px solid var(--primary);
  box-shadow: 0 -8px 40px rgba(0,0,0,0.12);
}
@keyframes slideUp { from { transform: translateY(100%) } to { transform: translateY(0) } }
.cart-empty-sheet {
  padding-bottom: env(safe-area-inset-bottom, 0);
  align-items: center;
}
.cart-drag-handle {
  width: 36px;
  height: 3.5px;
  background: var(--divider2);
  border-radius: 2px;
  margin: 14px auto 4px;
  flex-shrink: 0;
}
.cart-header {
  padding: 0 20px 14px;
  border-bottom: 1px solid var(--divider);
  flex-shrink: 0;
}
.cart-header-row { display: flex; align-items: center; gap: 12px; }
.cart-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--primary-lt);
  border: 1px solid rgba(43,122,75,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 17px;
  flex-shrink: 0;
}
.cart-title { font-size: 18px; font-weight: 700; color: var(--text); }
.cart-subtitle { font-size: 12px; color: var(--text-sub); }
.cart-clear-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(211,47,47,0.07);
  border: 1px solid rgba(211,47,47,0.20);
  color: var(--error);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 24px;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  transition: background .15s;
}
.cart-clear-btn:hover { background: rgba(211,47,47,0.14); }
.cart-items { flex: 1; overflow-y: auto; padding: 12px 14px; }
.cart-items::-webkit-scrollbar { width: 0; }
.cart-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: var(--surface2);
  border-radius: var(--radius-md);
  border: 1px solid var(--divider);
  margin-bottom: 10px;
  transition: border-color .15s, box-shadow .15s;
}
.cart-item:hover {
  border-color: rgba(43,122,75,0.20);
  box-shadow: var(--shadow-xs);
}
.cart-item-img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--surface3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(43,122,75,0.25);
  font-size: 20px;
}
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-item-unit {
  font-size: 12px;
  color: var(--primary);
  font-weight: 600;
  margin-top: 3px;
}
.cart-item-total { font-size: 11px; color: var(--text-sub); margin-top: 2px; }
.cart-qty-ctrl {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 28px;
  flex-shrink: 0;
  border: 1px solid var(--divider);
}
.cqc-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: background .15s;
}
.cqc-btn.minus { color: var(--text-sub); }
.cqc-btn.plus { background: var(--primary); color: white; }
.cqc-val {
  width: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}
.cart-footer {
  padding: 14px 20px;
  border-top: 1px solid var(--divider);
  flex-shrink: 0;
  padding-bottom: max(14px, env(safe-area-inset-bottom, 14px));
}
.cart-total-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(43,122,75,0.06);
  border-radius: 14px;
  border: 1px solid rgba(43,122,75,0.12);
  padding: 12px 16px;
  margin-bottom: 12px;
}
.cart-total-row i { color: var(--primary); font-size: 16px; }
.cart-total-label { font-weight: 700; color: var(--text); font-size: 14px; }
.cart-total-price { font-size: 20px; font-weight: 700; color: var(--primary); }
.btn-send-order {
  width: 100%;
  height: 52px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 800;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: opacity .2s, transform .18s;
  border: none;
  box-shadow: var(--shadow-green);
  letter-spacing: 0.3px;
}
.btn-send-order:hover { opacity: 0.93; transform: translateY(-1px); }

/* Empty cart */
.cart-empty-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: var(--surface2);
  border: 1px solid var(--divider);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: rgba(43,122,75,0.22);
  margin: 28px auto 18px;
}
.cart-empty-title { font-size: 20px; font-weight: 700; color: var(--text); text-align: center; }
.cart-empty-sub { font-size: 14px; color: var(--text-sub); text-align: center; margin-top: 8px; }
.btn-browse-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  border-radius: 28px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  margin: 20px auto 0;
  border: none;
  box-shadow: var(--shadow-green);
}

/* ════════════════════════════════════════════
   Product Details Sheet
   ════════════════════════════════════════════ */
.product-sheet {
  width: 100%;
  max-width: 520px;
  height: 93dvh;
  background: white;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  display: flex;
  flex-direction: column;
  animation: slideUp .3s cubic-bezier(.4,0,.2,1);
  border-top: 3px solid var(--primary);
  box-shadow: 0 -8px 40px rgba(0,0,0,0.12);
}
.product-sheet-handle-row {
  display: flex;
  align-items: center;
  padding: 14px 16px 0;
  flex-shrink: 0;
}
.product-close-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--surface2);
  border: 1px solid var(--divider);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-sub);
  font-size: 13px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .15s, color .15s;
}
.product-close-btn:hover { background: var(--surface3); color: var(--text); }
.product-sheet-handle {
  flex: 1;
  display: flex;
  justify-content: center;
}
.product-sheet-handle::after {
  content: '';
  width: 36px;
  height: 3.5px;
  background: var(--divider2);
  border-radius: 2px;
}
.product-images-section {
  position: relative;
  height: 290px;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--surface2);
  direction: ltr;
}
.product-images-carousel {
  display: flex;
  height: 100%;
  transition: transform .36s cubic-bezier(.4,0,.2,1);
}
.product-img-slide {
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-img-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(43,122,75,0.18);
  font-size: 54px;
}
.product-img-placeholder span { font-size: 13px; color: var(--text-sub); }
.product-image-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.img-dot {
  height: 6px;
  border-radius: 3px;
  background: rgba(255,255,255,0.65);
  box-shadow: 0 1px 4px rgba(0,0,0,0.20);
  transition: width .28s, background .28s;
  width: 6px;
  cursor: pointer;
}
.img-dot.active { width: 22px; background: var(--primary); }

.product-info-scroll { flex: 1; overflow-y: auto; padding: 20px 20px 0; }
.product-info-scroll::-webkit-scrollbar { width: 0; }
.product-detail-name {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.25;
}
.product-detail-row { display: flex; align-items: center; gap: 12px; margin: 12px 0 20px; }
.product-price-badge {
  background: linear-gradient(135deg, rgba(43,122,75,0.10), rgba(43,122,75,0.05));
  border: 1px solid rgba(43,122,75,0.22);
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 24px;
}
.product-avail-badge {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-avail-badge.available {
  background: rgba(43,122,75,0.08);
  color: var(--primary);
  border: 1px solid rgba(43,122,75,0.18);
}
.product-avail-badge.unavailable {
  background: rgba(211,47,47,0.07);
  color: var(--error);
  border: 1px solid rgba(211,47,47,0.18);
}
.avail-dot { width: 7px; height: 7px; border-radius: 50%; }
.avail-dot.green { background: var(--primary); }
.avail-dot.red { background: var(--error); }
.product-section-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.section-label-bar {
  width: 3px;
  height: 18px;
  border-radius: 2px;
}
.section-label-bar.accent { background: linear-gradient(to bottom, var(--accent), var(--accent-dark)); }
.section-label-bar.primary { background: linear-gradient(to bottom, var(--primary), var(--primary-dark)); }
.product-section-label span { font-size: 15px; font-weight: 700; color: var(--text); }
.product-detail-desc { font-size: 14px; color: var(--text-sub); line-height: 1.85; }
.product-qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.qty-selector {
  display: flex;
  align-items: center;
  background: var(--surface2);
  border-radius: 36px;
  border: 1px solid var(--divider);
}
.qty-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  transition: background .15s;
}
.qty-minus { color: var(--text-light); }
.qty-minus.active { background: var(--surface3); color: var(--text); }
.qty-plus { background: var(--primary); color: white; }
.qty-value {
  width: 42px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
}
.product-add-bar {
  padding: 14px 20px;
  border-top: 1px solid var(--divider);
  flex-shrink: 0;
  padding-bottom: max(14px, env(safe-area-inset-bottom, 14px));
}
.btn-add-to-cart {
  width: 100%;
  height: 52px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  transition: opacity .2s, transform .18s;
  border: none;
  box-shadow: var(--shadow-green);
  letter-spacing: 0.3px;
}
.btn-add-to-cart:disabled {
  background: var(--surface3);
  color: var(--text-sub);
  box-shadow: none;
  cursor: not-allowed;
}
.btn-add-to-cart:not(:disabled):hover { opacity: 0.92; transform: translateY(-1px); }

/* ════════════════════════════════════════════
   Dialogs
   ════════════════════════════════════════════ */
#customerOverlay,
#confirmOverlay { align-items: center; padding: 16px; }
.dialog-box {
  background: white;
  border-radius: 24px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  animation: scaleIn .24s cubic-bezier(.4,0,.2,1);
  border: 1px solid var(--divider);
  box-shadow: var(--shadow-lg);
}
@keyframes scaleIn { from { transform: scale(.94); opacity: 0 } to { transform: scale(1); opacity: 1 } }

.dialog-header-lux {
  padding: 22px 20px 16px;
  border-bottom: 1px solid var(--divider);
  text-align: center;
  background: linear-gradient(160deg, rgba(43,122,75,0.05) 0%, transparent 60%);
}
.dialog-header-orn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.dlg-orn-line {
  display: block;
  width: 30px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--primary));
  opacity: 0.40;
}
.dlg-orn-line-rev { background: linear-gradient(to left, transparent, var(--primary)); }
.dlg-orn-icon { color: var(--primary); font-size: 18px; opacity: 0.75; }
.dialog-title-lux {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.3px;
}
.dialog-subtitle-lux {
  font-size: 12px;
  color: var(--text-sub);
  margin-top: 4px;
}
.dialog-title { display: none !important; }
.dialog-title-bar { display: none; }

.dialog-body { padding: 16px 20px; }
.form-group { margin-bottom: 12px; }
.form-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-sub);
  margin-bottom: 6px;
}
.form-label i { color: var(--primary); font-size: 12px; }
.form-input {
  width: 100%;
  background: var(--surface2);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  color: var(--text);
  direction: rtl;
  font-family: inherit;
  transition: border .2s, box-shadow .2s;
}
.form-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(43,122,75,0.09);
  background: white;
}
.form-input::placeholder { color: var(--text-light); }
.form-input.error { border-color: rgba(211,47,47,0.50); }
.form-textarea { min-height: 72px; resize: vertical; }
.form-error { font-size: 11px; color: var(--error); margin-top: 4px; min-height: 14px; }
.dialog-actions {
  padding: 12px 20px 22px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.btn-cancel {
  background: none;
  color: var(--text-sub);
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 8px;
  transition: color .15s, background .15s;
}
.btn-cancel:hover { color: var(--text); background: var(--surface2); }
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 3px 14px rgba(43,122,75,0.22);
  transition: opacity .2s, transform .15s;
}
.btn-primary:hover { opacity: 0.92; transform: translateY(-1px); }

/* Confirm info rows */
.confirm-info-row {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: var(--text-sub);
  font-size: 13px;
  margin-bottom: 6px;
}
.confirm-info-row i { color: var(--primary); font-size: 13px; margin-top: 2px; flex-shrink: 0; }
.confirm-total-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(43,122,75,0.07);
  border: 1px solid rgba(43,122,75,0.14);
  border-radius: 12px;
  padding: 12px 14px;
  margin-top: 12px;
}
.confirm-total-box i { color: var(--primary); font-size: 16px; }
.confirm-total-label { font-weight: 700; color: var(--text); }
.confirm-total-val { font-size: 16px; font-weight: 700; color: var(--primary); margin-right: auto; }

/* ════════════════════════════════════════════
   Toast
   ════════════════════════════════════════════ */
.toast {
  position: fixed;
  bottom: 92px;
  left: 50%;
  transform: translateX(-50%) translateY(22px);
  background: var(--text);
  color: white;
  padding: 11px 20px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s, transform .28s;
  white-space: nowrap;
  max-width: 90vw;
  text-align: center;
  z-index: 600;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ════════════════════════════════════════════
   Animations
   ════════════════════════════════════════════ */
@keyframes pulse {
  0%, 100% { opacity: 1 }
  50% { opacity: .38 }
}
@keyframes spin {
  from { transform: rotate(0deg) }
  to { transform: rotate(360deg) }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px) }
  to { opacity: 1; transform: translateY(0) }
}

/* ════════════════════════════════════════════
   Responsive
   ════════════════════════════════════════════ */
@media (max-width: 380px) {
  .hero-section { height: 290px; }
  .hero-restaurant-name { font-size: 24px; }
  .hero-logo-circle { width: 82px; height: 82px; }
  .cat-chip { width: 64px; }
  .cat-chip-circle { width: 56px; height: 56px; }
}
@media (min-width: 521px) {
  .page, .cart-sheet, .product-sheet {
    border-left: 1px solid var(--divider);
    border-right: 1px solid var(--divider);
  }
  .fabs { max-width: 520px; margin: 0 auto; right: auto; }
}

/* ════════════════════════════════════════════
   ADMIN SHARED STYLES
   — Restores light palette for admin pages —
   ════════════════════════════════════════════ */
.admin-body {
  /* Override dark vars back to light for admin */
  --bg:         #F4F6FA;
  --surface:    #FFFFFF;
  --surface2:   #F0EDE6;
  --surface3:   #EDE8DF;
  --primary:    #1B5E3A;
  --primary-lt: rgba(27,94,58,0.10);
  --accent:     #C8963C;
  --accent-lt:  rgba(200,150,60,0.10);
  --text:       #1C1C1C;
  --text-sub:   #8A8278;
  --divider:    #E5DED4;
  --divider2:   #DDD8D0;
  --error:      #D32F2F;
  --shadow-sm:  0 2px 8px rgba(0,0,0,0.06);
  --shadow-md:  0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg:  0 8px 32px rgba(0,0,0,0.16);
  background: #F4F6FA;
  min-height: 100dvh;
  font-family: 'Cairo', sans-serif;
  direction: rtl;
  color: #1C1C1C;
  background-image: none;
}
.admin-topbar {
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  gap: 14px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.admin-topbar-title { flex: 1; font-size: 18px; font-weight: 700; }
.admin-back-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
.admin-topbar-btn {
  height: 36px;
  background: rgba(255,255,255,0.15);
  color: #fff;
  border-radius: 8px;
  padding: 0 14px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.admin-content { max-width: 720px; margin: 0 auto; padding: 20px 16px 60px; }

/* Admin Cards */
.admin-card {
  background: var(--surface);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  padding: 20px;
  margin-bottom: 16px;
}
.admin-card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin-card-title i { color: var(--accent); }

/* Dashboard Grid */
.dash-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.dash-card {
  background: var(--surface);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
  border: 1px solid transparent;
}
.dash-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.dash-card:active { transform: scale(0.98); }
.dash-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.dash-card-title { font-size: 15px; font-weight: 700; color: var(--text); text-align: center; }

/* List Items */
.admin-list { }
.admin-list-item {
  background: var(--surface);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  overflow: hidden;
}
.admin-item-img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(200,150,60,0.4);
  font-size: 22px;
  flex-shrink: 0;
}
.admin-item-img img { width: 100%; height: 100%; object-fit: cover; }
.admin-item-info { flex: 1; min-width: 0; }
.admin-item-name { font-size: 14px; font-weight: 700; color: var(--text); }
.admin-item-sub { font-size: 12px; color: var(--text-sub); margin-top: 3px; }
.admin-item-price { font-size: 13px; color: var(--primary); font-weight: 600; margin-top: 3px; }
.admin-item-actions { display: flex; gap: 8px; flex-shrink: 0; }
.btn-edit {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(27,94,58,0.10);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: background .15s;
}
.btn-edit:hover { background: rgba(27,94,58,0.20); }
.btn-delete {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(211,47,47,0.10);
  color: #D32F2F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: background .15s;
}
.btn-delete:hover { background: rgba(211,47,47,0.20); }
.badge-active {
  background: #E8F5EE;
  color: var(--primary);
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 4px;
}
.badge-inactive {
  background: #F5E8E8;
  color: #AA5555;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 4px;
}
.badge-available { background: #E8F5EE; color: var(--primary); font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 10px; display: inline-block; margin-top: 4px; }
.badge-unavailable { background: #F5E8E8; color: #AA5555; font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 10px; display: inline-block; margin-top: 4px; }

/* Admin FAB */
.admin-fab {
  position: fixed;
  bottom: 24px;
  left: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  border: none;
  z-index: 200;
  transition: transform .2s;
}
.admin-fab:hover { transform: scale(1.08); }

/* Form Modal */
.form-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  animation: fadeIn .2s ease;
}
.form-modal-overlay.hidden { display: none; }
.form-modal {
  background: var(--surface);
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  max-height: 90dvh;
  overflow-y: auto;
  animation: scaleIn .2s ease;
}
.form-modal-header {
  padding: 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-modal-title { font-size: 18px; font-weight: 700; color: var(--text); }
.form-modal-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--surface2);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-sub);
  font-size: 14px;
  cursor: pointer;
}
.form-modal-body { padding: 16px 20px; }
.form-modal-footer {
  padding: 12px 20px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid var(--divider);
}
.form-row { margin-bottom: 14px; }
.form-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-sub);
  margin-bottom: 6px;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  background: var(--surface2);
  border: 1px solid var(--divider);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  color: var(--text);
  direction: rtl;
  font-family: inherit;
  transition: border .2s;
}
.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus { outline: none; border-color: var(--primary); }
.form-row textarea { min-height: 80px; resize: vertical; }
.form-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--divider);
}
.form-toggle-label { font-size: 14px; color: var(--text); font-weight: 500; }
.toggle-switch {
  position: relative;
  width: 48px;
  height: 26px;
}
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-slider {
  position: absolute;
  inset: 0;
  background: #ccc;
  border-radius: 26px;
  cursor: pointer;
  transition: background .2s;
}
.toggle-slider::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform .2s;
}
.toggle-switch input:checked + .toggle-slider { background: var(--primary); }
.toggle-switch input:checked + .toggle-slider::before { transform: translateX(-22px); }
.img-upload-area {
  border: 2px dashed var(--divider2);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: border .2s;
  position: relative;
}
.img-upload-area:hover { border-color: var(--primary); }
.img-upload-area input { display: none; }
.img-upload-preview {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  display: none;
  margin-bottom: 8px;
}
.img-upload-hint { color: var(--text-sub); font-size: 13px; }
.img-upload-hint i { font-size: 28px; color: var(--accent); display: block; margin-bottom: 8px; }
.btn-upload-loading { display: flex; align-items: center; justify-content: center; gap: 8px; }
.spinner-inline {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  animation: spin .8s linear infinite;
}

/* Admin Login */
.login-page {
  min-height: 100dvh;
  background: linear-gradient(135deg, #1B5E3A, #2D7A55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.login-card {
  background: var(--surface);
  border-radius: 24px;
  padding: 32px 24px;
  width: 100%;
  max-width: 400px;
  box-shadow: var(--shadow-lg);
}
.login-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--primary-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 34px;
  color: var(--primary);
}
.login-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.login-sub {
  text-align: center;
  font-size: 13px;
  color: var(--text-sub);
  margin-bottom: 28px;
}
.login-error {
  background: #FEE8E8;
  border-radius: 10px;
  padding: 10px 14px;
  color: var(--error);
  font-size: 13px;
  margin-bottom: 16px;
  display: none;
}
.btn-login {
  width: 100%;
  height: 50px;
  background: var(--primary);
  color: #fff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  border: none;
  margin-top: 6px;
  transition: background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-login:hover { background: #226845; }
.btn-login:disabled { background: #999; cursor: not-allowed; }

/* Confirm Delete Dialog */
.confirm-dialog-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.confirm-dialog-overlay.hidden { display: none; }

/* Product images gallery */
.product-images-gallery {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.gallery-img-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.gallery-img-delete {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(211,47,47,0.85);
  color: #fff;
  border: none;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Empty admin state */
.admin-empty {
  padding: 48px 0;
  text-align: center;
  color: var(--text-sub);
}
.admin-empty i { font-size: 52px; color: rgba(200,150,60,0.35); margin-bottom: 14px; display: block; }

/* Loading spinner */
.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}
.loading-spinner::after {
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid var(--divider);
  border-top-color: var(--primary);
  animation: spin .8s linear infinite;
}

/* Notification snackbar */
.snackbar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  background: var(--primary);
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  z-index: 700;
  white-space: nowrap;
  max-width: 90vw;
}
.snackbar.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.snackbar.error { background: var(--error); }

/* Password change page */
.change-pw-card {
  background: var(--surface);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  padding: 24px 20px;
}

/* Admin responsive */
@media (max-width: 380px) {
  .dash-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 521px) {
  .admin-content { border-left: none; border-right: none; }
}

/* ════════════════════════════════════════════
   ╔══════════════════════════════════════════╗
   ║   MENU PAGE — DARK ORANGE THEME          ║
   ║   اكلاتي - بيروت لبنان | الوضع الداكن    ║
   ╚══════════════════════════════════════════╝
   Scoped to body.menu-page so admin stays light.
   ════════════════════════════════════════════ */

body.menu-page {
  /* ── Dark Palette ── */
  --bg:          #0B0B0D;
  --surface:     #16161A;
  --surface2:    #1E1E22;
  --surface3:    #26262B;

  /* ── Orange Primary ── */
  --primary:        #FF8C42;
  --primary-dark:   #D86A1F;
  --primary-mid:    #FFA15A;
  --primary-lt:     rgba(255,140,66,0.14);
  --primary-glow:   rgba(255,140,66,0.30);

  /* ── Deeper Orange Accent ── */
  --accent:      #FF6F1A;
  --accent-lt:   rgba(255,111,26,0.14);
  --accent-dark: #C24E08;

  /* ── Text (white scale) ── */
  --text:        #FFFFFF;
  --text-sub:    #BDB6AE;
  --text-light:  #807A72;

  /* ── Structure ── */
  --divider:     #2A2A30;
  --divider2:    #34343B;
  --border:      #36363D;

  /* ── Shadows (more dramatic on dark) ── */
  --shadow-xs:   0 1px 6px rgba(0,0,0,0.50);
  --shadow-sm:   0 2px 14px rgba(0,0,0,0.55);
  --shadow-md:   0 6px 24px rgba(0,0,0,0.60);
  --shadow-lg:   0 12px 40px rgba(0,0,0,0.70);
  --shadow-green:0 4px 20px rgba(255,140,66,0.35);

  background: var(--bg);
  color: var(--text);
}

/* ── Page wrapper ── */
body.menu-page .page { background: var(--bg); }

/* ── Hero Section ── */
body.menu-page .hero-section { background: #08080A; }
body.menu-page .hero-gradient-bg {
  background:
    radial-gradient(ellipse at 25% 40%, rgba(255,140,66,0.34) 0%, transparent 60%),
    radial-gradient(ellipse at 85% 80%, rgba(255,111,26,0.22) 0%, transparent 55%),
    linear-gradient(160deg, #1A0F08 0%, #0A0604 50%, #1A0F08 100%);
}
body.menu-page .hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.22) 0%,
    rgba(0,0,0,0.40) 45%,
    rgba(0,0,0,0.82) 100%
  );
}
body.menu-page .hero-logo-circle {
  background: #FFFFFF;
  border: 3px solid rgba(255,140,66,0.55);
  box-shadow:
    0 0 0 4px rgba(255,140,66,0.28),
    0 8px 32px rgba(0,0,0,0.65);
}
body.menu-page .hero-logo-fallback { color: var(--primary); }

/* ── Sticky Category Strip ── */
body.menu-page .cat-strip-section {
  background: #111114;
  border-bottom: 1px solid #2A2A30;
  box-shadow: 0 4px 14px rgba(0,0,0,0.55);
}
body.menu-page .cat-chip-circle {
  background: #1E1E22;
  border: 2.5px solid #2D2D34;
}
body.menu-page .cat-chip-circle.all-circle {
  background: #1E1E22;
  border-color: #34343B;
}
body.menu-page .cat-chip-circle.all-circle i { color: var(--primary); }
body.menu-page .cat-chip-label { color: #BDB6AE; }
body.menu-page .cat-chip.active .cat-chip-circle {
  border-color: var(--primary);
  box-shadow: 0 0 0 3.5px rgba(255,140,66,0.22);
}
body.menu-page .cat-chip.active .cat-chip-circle.all-circle {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255,140,66,0.25);
}
body.menu-page .cat-chip.active .cat-chip-label { color: var(--primary); }
body.menu-page .cat-chip-skel::before,
body.menu-page .cat-chip-skel::after { background: #1E1E22; }

/* ── Info bar ── */
body.menu-page .info-bar {
  background: #16161A;
  border-bottom: 1px solid #2A2A30;
}
body.menu-page .info-bar-item {
  background: #1E1E22;
  border: 1px solid #2D2D34;
  color: var(--text-sub);
}
body.menu-page .info-bar-item i { color: var(--primary); }

/* ── Menu section head / Search ── */
body.menu-page .menu-section-head { background: var(--bg); }
body.menu-page .menu-title { color: #FFFFFF; }
body.menu-page .menu-count-badge {
  background: rgba(255,140,66,0.14);
  color: var(--primary);
  border: 1px solid rgba(255,140,66,0.30);
}
body.menu-page .search-bar-inner {
  background: #1A1A1F;
  border: 1.5px solid #2D2D34;
  box-shadow: 0 1px 8px rgba(0,0,0,0.45);
}
body.menu-page .search-bar-inner:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255,140,66,0.20);
}
body.menu-page .search-bar-icon { color: var(--text-light); }
body.menu-page .search-input { color: #FFFFFF; }
body.menu-page .search-input::placeholder { color: #6E6862; }

/* ── Product Cards ── */
body.menu-page .product-card {
  background: #17171B;
  border: 1px solid #26262B;
  box-shadow: 0 1px 6px rgba(0,0,0,0.40);
}
body.menu-page .product-card::before {
  background: linear-gradient(to bottom, var(--primary), var(--accent));
}
body.menu-page .product-card:hover {
  background: #1B1B1F;
  border-color: rgba(255,140,66,0.36);
  box-shadow: 0 6px 24px rgba(255,140,66,0.18);
}
body.menu-page .product-card-name { color: #FFFFFF; }
body.menu-page .product-card-desc { color: #A8A29A; }
body.menu-page .product-price-tag {
  background: linear-gradient(135deg, rgba(255,140,66,0.18), rgba(255,140,66,0.10));
  color: var(--primary);
  border: 1px solid rgba(255,140,66,0.32);
}
body.menu-page .btn-add-circle {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  box-shadow: 0 3px 14px rgba(255,140,66,0.45);
}
body.menu-page .btn-add-circle:hover {
  background: linear-gradient(135deg, var(--primary-mid), var(--primary));
  box-shadow: 0 4px 22px rgba(255,140,66,0.65);
}
body.menu-page .btn-add-pill {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 3px 12px rgba(255,140,66,0.40);
}
body.menu-page .qty-control-inline {
  background: #1E1E22;
  border: 1px solid #2D2D34;
}
body.menu-page .qty-control-inline .qc-btn.minus { color: #BDB6AE; }
body.menu-page .qty-control-inline .qc-val { color: #FFFFFF; }
body.menu-page .product-card-img-placeholder {
  background: #1E1E22;
  color: rgba(255,140,66,0.30);
}
body.menu-page .product-unavail-overlay {
  background: rgba(0,0,0,0.65);
}

/* ── Product Skeletons ── */
body.menu-page .prod-skeleton {
  background: #17171B;
  border: 1px solid #26262B;
}
body.menu-page .skel-line,
body.menu-page .prod-skel-img { background: #26262B; }

/* ── Empty / Error ── */
body.menu-page .prods-empty i { color: rgba(255,140,66,0.25); }
body.menu-page .prods-empty-title { color: #BDB6AE; }
body.menu-page .prods-empty-sub { color: #807A72; }
body.menu-page .prods-error-icon {
  background: #17171B;
  border: 1px solid #26262B;
  color: var(--primary);
}
body.menu-page .prods-error-title { color: #FFFFFF; }
body.menu-page .prods-error-msg { color: #BDB6AE; }
body.menu-page .cats-empty i { color: rgba(255,140,66,0.30); }
body.menu-page .cats-empty-title { color: #BDB6AE; }
body.menu-page .cats-empty-sub { color: #807A72; }

/* ── FABs ── */
body.menu-page .fab-cart-badge {
  background: #0B0B0D;
  color: var(--primary);
  border: 1.5px solid var(--primary);
}

/* ── Drawer ── */
body.menu-page .drawer {
  background: #14141A;
  border-left: 1px solid #2A2A30;
  box-shadow: -8px 0 40px rgba(0,0,0,0.70);
}
body.menu-page .drawer-header {
  background: linear-gradient(160deg, #1A0F08 0%, var(--primary-dark) 100%);
}
body.menu-page .drawer-logo {
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.45);
}
body.menu-page .drawer-divider { background: #2A2A30; }
body.menu-page .drawer-section-label { color: var(--primary); }
body.menu-page .drawer-item:hover { background: #1E1E22; }
body.menu-page .drawer-item span { color: #FFFFFF; }
body.menu-page .drawer-item-sub { color: #A8A29A; }

/* ── Modals / Bottom Sheets ── */
body.menu-page .modal-overlay {
  background: rgba(0,0,0,0.65);
}
body.menu-page .cart-sheet {
  background: #14141A;
  border-top: 3px solid var(--primary);
  box-shadow: 0 -8px 40px rgba(0,0,0,0.70);
}
body.menu-page .cart-drag-handle { background: #34343B; }
body.menu-page .cart-header { border-bottom: 1px solid #2A2A30; }
body.menu-page .cart-icon-wrap {
  background: rgba(255,140,66,0.14);
  border: 1px solid rgba(255,140,66,0.32);
  color: var(--primary);
}
body.menu-page .cart-title { color: #FFFFFF; }
body.menu-page .cart-subtitle { color: #BDB6AE; }
body.menu-page .cart-clear-btn {
  background: rgba(211,47,47,0.16);
  border: 1px solid rgba(211,47,47,0.36);
  color: #FF6B6B;
}
body.menu-page .cart-clear-btn:hover { background: rgba(211,47,47,0.28); }
body.menu-page .cart-item {
  background: #1A1A1F;
  border: 1px solid #2A2A30;
}
body.menu-page .cart-item:hover {
  border-color: rgba(255,140,66,0.36);
  box-shadow: 0 1px 8px rgba(255,140,66,0.20);
}
body.menu-page .cart-item-img {
  background: #26262B;
  color: rgba(255,140,66,0.35);
}
body.menu-page .cart-item-name { color: #FFFFFF; }
body.menu-page .cart-item-unit { color: var(--primary); }
body.menu-page .cart-item-total { color: #A8A29A; }
body.menu-page .cart-qty-ctrl {
  background: #0F0F12;
  border: 1px solid #2D2D34;
}
body.menu-page .cqc-btn.minus { color: #BDB6AE; }
body.menu-page .cqc-val { color: #FFFFFF; }
body.menu-page .cart-footer { border-top: 1px solid #2A2A30; }
body.menu-page .cart-total-row {
  background: rgba(255,140,66,0.12);
  border: 1px solid rgba(255,140,66,0.28);
}
body.menu-page .cart-total-row i { color: var(--primary); }
body.menu-page .cart-total-label { color: #FFFFFF; }
body.menu-page .cart-total-price { color: var(--primary); }
body.menu-page .btn-send-order {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 4px 20px rgba(255,140,66,0.45);
}

/* ── Empty cart ── */
body.menu-page .cart-empty-icon {
  background: #1E1E22;
  border: 1px solid #2A2A30;
  color: rgba(255,140,66,0.30);
}
body.menu-page .cart-empty-title { color: #FFFFFF; }
body.menu-page .cart-empty-sub { color: #A8A29A; }
body.menu-page .btn-browse-menu {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 4px 20px rgba(255,140,66,0.45);
}

/* ── Product Details Sheet ── */
body.menu-page .product-sheet {
  background: #14141A;
  border-top: 3px solid var(--primary);
  box-shadow: 0 -8px 40px rgba(0,0,0,0.70);
}
body.menu-page .product-close-btn {
  background: #1E1E22;
  border: 1px solid #2D2D34;
  color: #BDB6AE;
}
body.menu-page .product-close-btn:hover {
  background: #26262B;
  color: #FFFFFF;
}
body.menu-page .product-sheet-handle::after { background: #34343B; }
body.menu-page .product-images-section { background: #1A1A1F; }
body.menu-page .product-img-placeholder {
  color: rgba(255,140,66,0.30);
}
body.menu-page .product-img-placeholder span { color: #A8A29A; }
body.menu-page .img-dot { background: rgba(255,255,255,0.40); }
body.menu-page .img-dot.active { background: var(--primary); }
body.menu-page .product-detail-name { color: #FFFFFF; }
body.menu-page .product-price-badge {
  background: linear-gradient(135deg, rgba(255,140,66,0.18), rgba(255,140,66,0.10));
  border: 1px solid rgba(255,140,66,0.36);
  color: var(--primary);
}
body.menu-page .product-avail-badge.available {
  background: rgba(255,140,66,0.14);
  color: var(--primary);
  border: 1px solid rgba(255,140,66,0.32);
}
body.menu-page .product-avail-badge.unavailable {
  background: rgba(211,47,47,0.14);
  color: #FF7B7B;
  border: 1px solid rgba(211,47,47,0.32);
}
body.menu-page .avail-dot.green { background: var(--primary); }
body.menu-page .section-label-bar.accent {
  background: linear-gradient(to bottom, var(--accent), var(--accent-dark));
}
body.menu-page .section-label-bar.primary {
  background: linear-gradient(to bottom, var(--primary), var(--primary-dark));
}
body.menu-page .product-section-label span { color: #FFFFFF; }
body.menu-page .product-detail-desc { color: #BDB6AE; }
body.menu-page .qty-selector {
  background: #1E1E22;
  border: 1px solid #2D2D34;
}
body.menu-page .qty-minus { color: #807A72; }
body.menu-page .qty-minus.active { background: #26262B; color: #FFFFFF; }
body.menu-page .qty-value { color: #FFFFFF; }
body.menu-page .product-add-bar { border-top: 1px solid #2A2A30; }
body.menu-page .btn-add-to-cart {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 4px 20px rgba(255,140,66,0.45);
}
body.menu-page .btn-add-to-cart:disabled {
  background: #26262B;
  color: #807A72;
  box-shadow: none;
}

/* ── Dialogs (Customer Info / Confirm) ── */
body.menu-page .dialog-box {
  background: #14141A;
  border: 1px solid #2A2A30;
  box-shadow: 0 16px 50px rgba(0,0,0,0.75);
}
body.menu-page .dialog-header-lux {
  border-bottom: 1px solid #2A2A30;
  background: linear-gradient(160deg, rgba(255,140,66,0.10) 0%, transparent 60%);
}
body.menu-page .dlg-orn-line {
  background: linear-gradient(to right, transparent, var(--primary));
}
body.menu-page .dlg-orn-line-rev {
  background: linear-gradient(to left, transparent, var(--primary));
}
body.menu-page .dlg-orn-icon { color: var(--primary); }
body.menu-page .dialog-title-lux { color: #FFFFFF; }
body.menu-page .dialog-subtitle-lux { color: #BDB6AE; }
body.menu-page .form-label { color: #BDB6AE; }
body.menu-page .form-label i { color: var(--primary); }
body.menu-page .form-input {
  background: #1A1A1F;
  border: 1.5px solid #2D2D34;
  color: #FFFFFF;
}
body.menu-page .form-input:focus {
  background: #1E1E22;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255,140,66,0.20);
}
body.menu-page .form-input::placeholder { color: #6E6862; }
body.menu-page .btn-cancel { color: #BDB6AE; }
body.menu-page .btn-cancel:hover { color: #FFFFFF; background: #1E1E22; }
body.menu-page .btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 3px 14px rgba(255,140,66,0.35);
}
body.menu-page .confirm-info-row { color: #BDB6AE; }
body.menu-page .confirm-info-row i { color: var(--primary); }
body.menu-page .confirm-total-box {
  background: rgba(255,140,66,0.12);
  border: 1px solid rgba(255,140,66,0.28);
}
body.menu-page .confirm-total-box i { color: var(--primary); }
body.menu-page .confirm-total-label { color: #FFFFFF; }
body.menu-page .confirm-total-val { color: var(--primary); }
body.menu-page .divider { background: #2A2A30; }

/* ── Toast ── */
body.menu-page .toast {
  background: #1E1E22;
  color: #FFFFFF;
  border: 1px solid rgba(255,140,66,0.36);
  box-shadow: 0 8px 30px rgba(0,0,0,0.60);
}

/* ── Responsive borders on wide screens ── */
@media (min-width: 521px) {
  body.menu-page .page,
  body.menu-page .cart-sheet,
  body.menu-page .product-sheet {
    border-left: 1px solid #2A2A30;
    border-right: 1px solid #2A2A30;
  }
}
