:root {
  --black: #050505;
  --panel: #101010;
  --soft-panel: #161616;
  --yellow: #ffc400;
  --yellow-deep: #f2a900;
  --sky: #80ddff;
  --text: #ffffff;
  --muted: #c7c7c7;
  --line: rgba(128, 221, 255, 0.34);
  --danger: #ff684d;
  font-family: Tahoma, Arial, sans-serif;
}

.ono-body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: Tahoma, Arial, sans-serif;
}

.ono-page {
  width: min(852px, 100%);
  margin: 0 auto;
  background: #000;
  overflow: hidden;
}

.ono-hero {
  position: relative;
  min-height: 390px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.22)),
    url("/hero-match.jpg") center top / cover no-repeat;
}

.ono-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  direction: ltr;
  padding: 24px 26px 0 34px;
}

.ono-logo {
  width: 222px;
  height: auto;
  display: block;
}

.ono-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 52px;
  padding: 7px 10px 7px 12px;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 4px;
  direction: ltr;
}

.points {
  color: #fff;
  font: 700 14px/1 "Segoe UI", Arial, sans-serif;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}

.points-qr {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  object-fit: cover;
}

.line-icon,
.language-link {
  flex: 0 0 auto;
}

.line-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
}

.user-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  width: 12px;
  height: 12px;
  border: 2px solid #f1f1f1;
  border-radius: 50%;
}

.user-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 22px;
  height: 14px;
  border: 2px solid #f1f1f1;
  border-top: 0;
  border-radius: 0 0 16px 16px;
}

.cart-icon {
  border-bottom: 2px solid #f1f1f1;
  border-left: 2px solid #f1f1f1;
  transform: skewX(-10deg);
}

.cart-icon::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  width: 22px;
  height: 10px;
  border: 2px solid #f1f1f1;
  border-top: 0;
}

.cart-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: -8px;
  width: 25px;
  height: 6px;
  background:
    radial-gradient(circle at 3px 3px, #f1f1f1 0 3px, transparent 3.5px),
    radial-gradient(circle at 22px 3px, #f1f1f1 0 3px, transparent 3.5px);
}

.cart-icon span {
  position: absolute;
  top: -18px;
  right: -12px;
  z-index: 2;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #111;
  background: #ffc400;
  border-radius: 50%;
  font: 800 12px/1 Arial, sans-serif;
  transform: skewX(10deg);
}

.menu-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 24px;
  height: 20px;
  background:
    linear-gradient(#f1f1f1, #f1f1f1) 0 0 / 24px 3px no-repeat,
    linear-gradient(#f1f1f1, #f1f1f1) 0 8px / 24px 3px no-repeat,
    linear-gradient(#f1f1f1, #f1f1f1) 0 16px / 24px 3px no-repeat;
}

.language-link {
  color: #fff;
  text-decoration: none;
  font: 700 13px/1 "Segoe UI", Arial, sans-serif;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

.fulfillment {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 0 58px;
  margin-top: -2px;
}

.fulfillment-card {
  min-height: 118px;
  display: grid;
  grid-template-columns: 132px 1fr;
  grid-template-rows: auto auto auto;
  align-items: center;
  column-gap: 18px;
  padding: 18px 28px;
  color: #151515;
  text-decoration: none;
  background: linear-gradient(180deg, #ffd320 0%, #f5b400 100%);
  border: 2px solid #9bdff2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), 0 8px 18px rgba(0, 0, 0, 0.42);
}

.delivery-card {
  border-radius: 14px 5px 5px 14px;
}

.pickup-card {
  border-radius: 5px 14px 14px 5px;
}

.fulfillment-card strong {
  align-self: end;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
}

.fulfillment-card b {
  font: 900 13px/1.2 Arial, sans-serif;
}

.fulfillment-card small {
  align-self: start;
  font-size: 13px;
  font-weight: 800;
}

.delivery-symbol,
.store-symbol {
  grid-row: 1 / 4;
  justify-self: center;
  position: relative;
  width: 82px;
  height: 70px;
}

.delivery-symbol::before {
  content: "♨";
  position: absolute;
  inset: 0;
  color: #151515;
  font-size: 62px;
  line-height: 1;
  transform: rotate(-8deg);
}

.store-symbol::before {
  content: "▤";
  position: absolute;
  inset: 0;
  color: #151515;
  font-size: 70px;
  line-height: 1;
}

.checker {
  position: absolute;
  top: 14px;
  width: 36px;
  height: 92px;
  background:
    linear-gradient(45deg, #ffc400 25%, transparent 25% 75%, #ffc400 75%),
    linear-gradient(45deg, #ffc400 25%, transparent 25% 75%, #ffc400 75%);
  background-color: #050505;
  background-position: 0 0, 9px 9px;
  background-size: 18px 18px;
}

.checker-left {
  left: 0;
}

.checker-right {
  right: 0;
}

.popular-section {
  padding: 20px 38px 28px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

.section-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
}

.section-heading span,
.all-pizza-btn i {
  width: 25px;
  height: 18px;
  background:
    linear-gradient(45deg, #ffc400 25%, transparent 25% 75%, #ffc400 75%),
    linear-gradient(45deg, #ffc400 25%, transparent 25% 75%, #ffc400 75%);
  background-color: transparent;
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
}

.popular-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.pizza-card {
  min-width: 0;
  height: 182px;
  overflow: hidden;
  border: 1px solid #272727;
  border-radius: 6px;
  background: #050505;
}

.pizza-card img {
  display: block;
  width: 100%;
  height: 116px;
  object-fit: cover;
}

.pizza-copy {
  padding: 8px 10px 10px;
  border-top: 1px solid #111;
  text-align: center;
}

.pizza-copy h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
}

.pizza-copy p {
  margin: 0 auto;
  max-width: 150px;
  color: #d8d8d8;
  font-size: 11px;
  line-height: 1.35;
}

.all-pizza-btn {
  width: 238px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 18px auto 0;
  color: #eee;
  background: #030303;
  border: 2px solid #fff;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #2a2a2a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
}

.offers-section {
  padding: 4px 38px 26px;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
}

.offer-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 383 / 154;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 0 0 2px #000;
}

.ono-footer {
  padding: 6px 20px 28px;
  color: #a8a8a8;
  text-align: center;
  font: 400 15px/1.4 "Segoe UI", Arial, sans-serif;
}

@media (max-width: 760px) {
  .ono-hero {
    min-height: 45vw;
  }

  .ono-header {
    padding: 14px 14px 0;
  }

  .ono-logo {
    width: 28vw;
    min-width: 120px;
  }

  .ono-actions {
    gap: 8px;
    transform: scale(0.86);
    transform-origin: top right;
  }

  .fulfillment {
    padding: 0 12px;
  }

  .checker {
    display: none;
  }
}

@media (max-width: 620px) {
  .ono-actions {
    transform: scale(0.74);
  }

  .fulfillment,
  .popular-cards,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .fulfillment-card {
    border-radius: 12px;
  }

  .popular-section,
  .offers-section {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.match-body {
  background: #000;
  color: #fff;
}

.match-page {
  width: min(852px, 100%);
  margin: 0 auto;
  background: #000;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.82);
}

.match-body .match-page {
  min-height: auto;
}

.reference-stage {
  position: relative;
  width: 100%;
  line-height: 0;
  background: #000;
}

.reference-image {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
}

.development-watermark {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 170px;
  align-items: center;
  justify-items: center;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.42;
}

.development-watermark span {
  color: rgba(255, 255, 255, 0.34);
  font: 800 clamp(18px, 3.4vw, 34px) / 1 "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: rotate(-24deg);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}

.hotspot {
  position: absolute;
  display: block;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hot-cart {
  top: 2.2%;
  right: 5.8%;
  width: 6.5%;
  height: 5.2%;
}

.hot-cart b {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #111;
  background: #ffbe00;
  font-size: 11px;
  line-height: 1;
}

.match-body .hot-cart b {
  display: none;
}

.hot-delivery {
  top: 30.6%;
  left: 6.8%;
  width: 43%;
  height: 9.4%;
}

.hot-pickup {
  top: 30.6%;
  left: 50.3%;
  width: 43%;
  height: 9.4%;
}

.hot-all-pizza {
  top: 62%;
  left: 38%;
  width: 24%;
  height: 3%;
}

.hot-offers {
  top: 64.8%;
  left: 4.5%;
  width: 91%;
  height: 26.3%;
}

.live-panel {
  padding: 22px 38px;
  background: #000;
}

.compact-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 16px;
}

.compact-title span {
  width: 24px;
  height: 18px;
  background:
    linear-gradient(45deg, #ffc400 25%, transparent 25% 75%, #ffc400 75%),
    linear-gradient(45deg, #ffc400 25%, transparent 25% 75%, #ffc400 75%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
}

.compact-title h1,
.compact-title h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}

.offer-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.offer-strip img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.popular-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.popular-card {
  position: relative;
  min-height: 224px;
  padding: 10px 10px 44px;
  overflow: hidden;
  color: #fff;
  background: #070707;
  border: 1px solid #242424;
  border-radius: 6px;
}

.popular-card.best::before {
  content: "الأكثر طلباً";
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  color: #111;
  background: #ffc400;
  border-radius: 0 6px 0 6px;
  font-size: 12px;
  font-weight: 800;
}

.popular-card img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  margin: 0 0 8px;
}

.popular-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.25;
}

.popular-card p {
  margin: 0;
  color: #d2d2d2;
  font-size: 12px;
  line-height: 1.45;
}

.popular-card .price {
  position: absolute;
  bottom: 12px;
  right: 10px;
  margin: 0;
  color: #ffc400;
  font-size: 18px;
  font-weight: 900;
}

.popular-card .quick-add {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 5px;
  color: #111;
  background: #ffc400;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.match-page .order-layout {
  grid-template-columns: 1fr 1fr;
}

.match-page .order-form,
.match-page .checkout {
  border-color: #252525;
  background: #080808;
}

.match-page .primary-btn {
  background: #ffc400;
  box-shadow: none;
}

.match-footer {
  padding: 0 38px 34px;
  text-align: center;
}

.match-footer a {
  color: #ffc400;
  font-weight: 800;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px clamp(16px, 4vw, 54px);
  background: rgba(5, 5, 5, 0.9);
  border-bottom: 1px solid rgba(255, 196, 0, 0.18);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  margin-right: clamp(8px, 3vw, 44px);
}

.brand img {
  width: clamp(118px, 16vw, 178px);
  height: auto;
  border-radius: 4px;
}

.header-actions {
  display: flex;
  gap: 10px;
}

.icon-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--text);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  cursor: pointer;
}

.icon-btn:hover {
  border-color: var(--sky);
}

.cart-button b {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 6px;
  color: #111;
  background: var(--yellow);
  border-radius: 999px;
  font-size: 12px;
}

[data-icon]::before {
  display: block;
  font-size: 24px;
  line-height: 1;
}

[data-icon="user"]::before { content: "♡"; }
[data-icon="cart"]::before { content: "🛒"; }
[data-icon="store"]::before { content: "▣"; font-size: 36px; }
[data-icon="bike"]::before { content: "◴"; font-size: 36px; }

.hero {
  min-height: clamp(430px, 67vh, 710px);
  display: flex;
  align-items: center;
  padding: clamp(42px, 8vw, 94px) clamp(18px, 6vw, 72px);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.76) 44%, rgba(5, 5, 5, 0.2) 100%),
    url("/hero-pizza.jpg") center / cover no-repeat;
}

.hero-copy {
  max-width: 620px;
}

.hero-copy p {
  margin: 0 0 10px;
  color: var(--yellow);
  font-size: clamp(28px, 5vw, 58px);
  font-weight: 900;
}

.hero-copy h1 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(36px, 7vw, 86px);
  line-height: 1.05;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  font-weight: 800;
}

.primary-btn {
  color: #111;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-deep));
  box-shadow: 0 12px 30px rgba(255, 196, 0, 0.2);
}

.secondary-btn {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--line);
}

.full {
  width: 100%;
}

.order-switch {
  width: min(1060px, calc(100% - 28px));
  margin: -58px auto 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 2px solid var(--sky);
  border-radius: 14px;
  background: var(--yellow);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
}

.switch-option {
  min-height: 122px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-content: center;
  column-gap: 16px;
  padding: 20px clamp(14px, 4vw, 34px);
  text-align: right;
  color: #111;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.switch-option:first-child {
  border-left: 2px solid rgba(5, 5, 5, 0.62);
}

.switch-option.active {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
}

.switch-option [data-icon] {
  grid-row: span 2;
  align-self: center;
  color: #111;
}

.switch-option strong {
  font-size: clamp(18px, 2.2vw, 24px);
}

.switch-option small {
  margin-top: 5px;
  font-weight: 700;
}

.section {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 36px 0;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.section-title span {
  width: 10px;
  height: 32px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(128, 221, 255, 0.16);
}

.section-title h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
}

.offers-grid,
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.offer-card,
.menu-card,
.order-form,
.checkout,
.order-card,
.editor {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}

.offer-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 196, 0, 0.95), rgba(244, 86, 22, 0.92)),
    var(--yellow);
  color: #111;
}

.offer-card h3,
.menu-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.offer-card p,
.menu-card p {
  margin: 0;
  line-height: 1.65;
}

.price {
  margin-top: 16px;
  color: inherit;
  font-size: 28px;
  font-weight: 900;
}

.price small {
  font-size: 14px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.tab {
  min-height: 42px;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--text);
  background: var(--soft-panel);
  cursor: pointer;
}

.tab.active {
  color: #111;
  background: var(--yellow);
  border-color: var(--yellow);
  font-weight: 800;
}

.menu-card {
  min-height: 188px;
  padding: 18px;
  display: flex;
  flex-direction: column;
}

.menu-card p {
  color: var(--muted);
}

.menu-card .price {
  margin-top: auto;
  color: var(--yellow);
}

.order-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.order-form,
.checkout {
  padding: 20px;
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-weight: 700;
}

select,
input,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--text);
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  outline: none;
}

textarea {
  resize: vertical;
}

select:focus,
input:focus,
textarea:focus {
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(128, 221, 255, 0.14);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 12px;
}

fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

legend {
  padding: 0 8px;
  color: var(--yellow);
  font-weight: 900;
}

fieldset label,
.fulfillment-inline label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

input[type="checkbox"],
input[type="radio"] {
  width: 18px;
  min-height: 18px;
  accent-color: var(--yellow);
}

.checkout-head,
.cart-row,
.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.checkout-head h3 {
  margin: 0;
  font-size: 24px;
}

.checkout-head strong {
  color: var(--yellow);
  font-size: 24px;
}

.cart-list {
  display: grid;
  gap: 8px;
  min-height: 70px;
  margin: 16px 0;
}

.cart-row {
  padding: 10px;
  border-radius: 8px;
  background: #0a0a0a;
}

.cart-row button {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--danger);
  background: transparent;
  cursor: pointer;
}

.fulfillment-inline {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.form-note {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--sky);
  font-weight: 700;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, calc(100% - 28px));
  margin: 36px auto 0;
  padding: 24px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted);
}

.footer img {
  width: 116px;
}

.footer a {
  color: var(--yellow);
}

.admin-body {
  min-height: 100vh;
  background: #070707;
}

.admin-header {
  position: static;
}

.admin-title {
  display: grid;
  gap: 2px;
  text-align: left;
}

.admin-title span,
.admin-toolbar p,
.editor p {
  color: var(--muted);
}

.admin-main {
  width: min(1240px, calc(100% - 28px));
  margin: 0 auto;
  padding: 28px 0 60px;
}

.admin-toolbar {
  margin-bottom: 18px;
}

.admin-toolbar h1 {
  margin: 0 0 6px;
  font-size: clamp(28px, 4vw, 46px);
}

.admin-toolbar p {
  margin: 0;
}

.orders-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.order-card {
  padding: 16px;
  border-top: 5px solid var(--yellow);
}

.order-card h3 {
  margin: 0 0 10px;
  color: var(--yellow);
}

.order-card dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 10px;
  margin: 0;
}

.order-card dt {
  color: var(--muted);
}

.order-card dd {
  margin: 0;
}

.order-card ul {
  margin: 12px 0;
  padding: 0 18px 0 0;
  line-height: 1.65;
}

.status-select {
  margin-top: 10px;
}

.editor {
  margin-top: 26px;
  padding: 18px;
}

.editor textarea {
  min-height: 360px;
  direction: ltr;
  text-align: left;
  font-family: Consolas, monospace;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .offers-grid,
  .menu-grid,
  .orders-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .live-panel {
    padding: 18px 14px;
  }

  .offer-strip,
  .popular-grid,
  .match-page .order-layout {
    grid-template-columns: 1fr;
  }

  .compact-title h1,
  .compact-title h2 {
    font-size: 24px;
  }

  .site-header {
    padding: 10px 14px;
  }

  .brand {
    margin-right: 0;
  }

  .hero {
    min-height: 480px;
    align-items: flex-end;
    background:
      linear-gradient(0deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.58) 58%, rgba(5, 5, 5, 0.18) 100%),
      url("/hero-pizza.jpg") center / cover no-repeat;
  }

  .order-switch,
  .offers-grid,
  .menu-grid,
  .orders-board {
    grid-template-columns: 1fr;
  }

  .order-switch {
    margin-top: -38px;
  }

  .switch-option:first-child {
    border-left: 0;
    border-bottom: 2px solid rgba(5, 5, 5, 0.62);
  }

  .field-row,
  fieldset {
    grid-template-columns: 1fr;
  }

  .footer,
  .admin-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
