:root {
  --ink: #f8fbff;
  --muted: #b9c7e4;
  --line: rgba(255, 255, 255, 0.18);
  --surface: rgba(14, 29, 61, 0.94);
  --surface-strong: #10224a;
  --field: #081632;
  --wash: #07132c;
  --teal: #25d6bf;
  --teal-dark: #13a997;
  --coral: #ff5f69;
  --gold: #ffd75c;
  --violet: #a98dff;
  --paid: #103f3c;
  --unpaid: #172343;
  --ready: #483a12;
  --shadow: 0 22px 58px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #020a1f;
  scroll-padding-top: 86px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background: linear-gradient(145deg, #020a1f 0%, #061b46 36%, #0b3278 68%, #03112c 100%);
  background-attachment: fixed;
}

button,
input,
select,
textarea {
  font: inherit;
}

input,
select,
textarea {
  color-scheme: light;
  font-size: 16px;
}

button {
  cursor: pointer;
}

.app-hub-page {
  width: 100%;
  overflow-x: clip;
  color: #111827;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.22) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.2) 0 2px, transparent 3px),
    linear-gradient(145deg, #061b46 0%, #b91c1c 42%, #ffffff 56%, #1d4ed8 100%);
  background-attachment: fixed;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html:has(body.app-hub-page) {
  scrollbar-width: none;
}

html:has(body.app-hub-page)::-webkit-scrollbar,
.app-hub-page::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.app-hub-shell {
  display: grid;
  gap: 12px;
  width: min(640px, 100%);
  margin: 0 auto 32px;
  padding: 6px 10px 24px;
}

@supports (padding: max(0px)) {
  .app-hub-shell {
    padding-right: max(10px, env(safe-area-inset-right));
    padding-left: max(10px, env(safe-area-inset-left));
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }
}

.app-hub-hero {
  position: relative;
  overflow: visible;
  display: grid;
  gap: 10px;
  padding: 0 0 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.app-hub-hero::before,
.app-hub-hero::after {
  display: none;
}

.app-hub-hero::before {
  background:
    radial-gradient(circle at 16% 24%, #ffffff 0 2px, transparent 3px),
    radial-gradient(circle at 88% 34%, #ffffff 0 2px, transparent 3px),
    radial-gradient(circle at 28% 78%, rgba(255, 255, 255, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 76%, rgba(255, 255, 255, 0.8) 0 1px, transparent 2px);
  opacity: 0.7;
}

.app-hub-hero::after {
  background:
    linear-gradient(24deg, transparent 44%, rgba(255, 255, 255, 0.2) 45%, transparent 47%),
    linear-gradient(-24deg, transparent 48%, rgba(255, 255, 255, 0.14) 49%, transparent 51%);
  opacity: 0.42;
}

.app-hub-brand {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 8px;
}

.app-hub-brand img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: #ffffff;
  padding: 7px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.app-hub-brand p,
.app-hub-brand h1,
.app-hub-copy,
.app-hub-install-card h2,
.app-hub-install-card p {
  margin: 0;
}

.app-hub-brand p {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
}

.app-hub-brand h1 {
  color: #ffffff;
  font-size: clamp(3rem, 18vw, 5.8rem);
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow:
    0 3px 0 #b91c1c,
    0 6px 0 #07132c,
    0 12px 24px rgba(0, 0, 0, 0.38);
}

.app-bingo-balls {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: -3px;
}

.app-bingo-balls span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 3px solid #07132c;
  border-radius: 999px;
  color: #07132c;
  background: #ffffff;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.26);
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 0.95;
}

.app-hub-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-inline: auto;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.42;
  text-shadow: 0 2px 10px rgba(7, 19, 44, 0.42);
}

.app-hub-header-graphic {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 640px;
  max-height: 360px;
  margin-inline: auto;
  object-fit: contain;
  border-radius: 8px;
  background: transparent;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.24));
}

.app-install-button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  justify-self: stretch;
  min-height: 50px;
  padding: 0 18px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  color: #07132c;
  background: linear-gradient(135deg, #fff5d6, #ffffff);
  box-shadow: 0 10px 22px rgba(29, 78, 216, 0.16);
  font-weight: 950;
}

.app-subscribe-panel {
  display: grid;
}

.app-subscribe-button {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 2px;
  place-items: center;
  width: 100%;
  min-height: 72px;
  padding: 12px 18px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b5bd3, #003a9b 58%, #061b55);
  box-shadow: 0 14px 30px rgba(29, 78, 216, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  text-align: center;
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.app-subscribe-button strong {
  font-size: clamp(1.42rem, 7vw, 2.2rem);
  font-weight: 950;
  letter-spacing: 0;
}

.app-subscribe-button span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  font-weight: 900;
}

.app-subscribe-button:hover,
.app-subscribe-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.62);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.35), 0 18px 34px rgba(29, 78, 216, 0.48);
  transform: translateY(-2px);
}

.app-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.app-hub-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  justify-items: center;
  width: 100%;
  aspect-ratio: 1;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: #07132c;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.app-hub-card:hover,
.app-hub-card:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.62);
  outline-offset: 2px;
  transform: translateY(-2px);
}

.app-hub-card::after,
.app-install-button::after,
.app-subscribe-button::after {
  position: absolute;
  top: -60%;
  left: -70%;
  width: 55%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  content: "";
  opacity: 0;
  transform: rotate(24deg);
}

.app-hub-card:active,
.app-install-button:active,
.app-subscribe-button:active,
.app-hub-card.is-clicked,
.app-install-button.is-clicked,
.app-subscribe-button.is-clicked {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.72), 0 0 34px rgba(29, 78, 216, 0.52), 0 0 42px rgba(185, 28, 28, 0.48);
  transform: translateY(-1px) scale(0.99);
}

.app-hub-card:active::after,
.app-install-button:active::after,
.app-subscribe-button:active::after,
.app-hub-card.is-clicked::after,
.app-install-button.is-clicked::after,
.app-subscribe-button.is-clicked::after {
  animation: appHubShine 620ms ease;
  opacity: 1;
}

@keyframes appHubShine {
  from {
    left: -70%;
  }

  to {
    left: 125%;
  }
}

@keyframes fulfillmentOverdueFlash {
  0%,
  100% {
    border-color: #ef4444;
    background: #7f1d1d;
    box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.32), 0 18px 42px rgba(127, 29, 29, 0.42);
  }

  50% {
    border-color: #ffffff;
    background: #dc2626;
    box-shadow: 0 0 0 8px rgba(239, 68, 68, 0.52), 0 18px 46px rgba(239, 68, 68, 0.48);
  }
}

.app-hub-card > span:not(.app-card-icon) {
  display: none;
}

.app-hub-card strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.app-hub-card small {
  display: none;
}

.app-card-icon {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: transparent;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.2));
}

.app-card-icon svg {
  width: 62%;
  height: 62%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
}

.app-card-art {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.2));
}


.app-hub-grid .app-hub-card:nth-child(3n + 1) {
  border-color: rgba(185, 28, 28, 0.48);
}

.app-hub-grid .app-hub-card:nth-child(3n + 2) {
  border-color: rgba(29, 78, 216, 0.5);
}

.app-hub-grid .app-hub-card:nth-child(3n + 2) .app-card-icon,
.app-hub-grid .app-hub-card:nth-child(3n + 2) > span:not(.app-card-icon) {
  color: #1d4ed8;
}

.app-hub-grid .app-hub-card:nth-child(3n) {
  border-color: rgba(7, 19, 44, 0.3);
}

.app-hub-grid .app-hub-card:nth-child(3n) .app-card-icon,
.app-hub-grid .app-hub-card:nth-child(3n) > span:not(.app-card-icon) {
  color: #07132c;
}

.app-hub-grid .app-hub-card:last-child:nth-child(odd) {
  grid-column: auto;
}

.app-hub-install-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}

.app-promo-strip {
  position: sticky;
  bottom: 8px;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(185, 28, 28, 0.94), rgba(7, 19, 44, 0.94) 48%, rgba(29, 78, 216, 0.94)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 42%);
  box-shadow: 0 12px 28px rgba(7, 19, 44, 0.28);
  backdrop-filter: blur(12px);
}

.app-promo-strip::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent),
    radial-gradient(circle at 16% 38%, rgba(255, 255, 255, 0.26) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 52%, rgba(255, 255, 255, 0.22) 0 2px, transparent 3px);
  border-radius: inherit;
  content: "";
}

.app-promo-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  min-width: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.app-promo-strip.is-changing .app-promo-content {
  opacity: 0;
  transform: translateY(4px);
}

.app-promo-kicker {
  color: #fde68a;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.app-promo-content strong {
  overflow: hidden;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-promo-content span:last-child {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-promo-strip a {
  position: relative;
  z-index: 1;
  display: inline-grid;
  min-height: 36px;
  padding: 0 13px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: #07132c;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18);
  font-size: 0.78rem;
  font-weight: 950;
  text-decoration: none;
}

.app-hub-install-card h2 {
  font-size: 1.08rem;
}

.app-hub-install-card p {
  color: #4b5563;
  line-height: 1.35;
}

.app-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 18px;
  background: rgba(7, 19, 44, 0.76);
}

@supports (min-height: 100dvh) {
  .app-modal {
    min-height: 100dvh;
  }
}

.app-modal-card {
  display: grid;
  gap: 14px;
  width: min(430px, 100%);
  padding: 24px;
  border: 2px solid rgba(29, 78, 216, 0.22);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(7, 19, 44, 0.28);
  text-align: center;
}

.app-modal-card h2,
.app-modal-card p {
  margin: 0;
}

.app-modal-kicker {
  color: #b91c1c;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.app-install-steps {
  display: grid;
  gap: 10px;
  color: #374151;
  line-height: 1.4;
  text-align: left;
}

.app-welcome-card img {
  justify-self: center;
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.app-ios-install-card {
  text-align: left;
}

.app-ios-install-card img {
  justify-self: center;
  width: 82px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(7, 19, 44, 0.18));
}

.app-install-status-card img {
  justify-self: center;
  width: 86px;
  height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(7, 19, 44, 0.18));
}

.app-install-status-card h2 {
  font-size: clamp(1.45rem, 6vw, 2rem);
  line-height: 1.06;
}

.app-install-status-card p {
  color: #374151;
  font-size: 1rem;
  line-height: 1.38;
}

.app-install-spinner {
  justify-self: center;
  width: 42px;
  height: 42px;
  border: 5px solid rgba(29, 78, 216, 0.16);
  border-top-color: #b91c1c;
  border-radius: 999px;
  animation: appInstallSpin 850ms linear infinite;
}

.app-install-spinner.is-hidden,
.app-install-status-card .app-modal-button.is-hidden {
  display: none;
}

@keyframes appInstallSpin {
  to {
    transform: rotate(360deg);
  }
}

.app-ios-install-card h2,
.app-ios-install-card .app-modal-kicker,
.app-ios-install-status {
  text-align: center;
}

.app-ios-install-steps {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(29, 78, 216, 0.16);
  border-radius: 8px;
  background: #eff6ff;
  color: #111827;
}

.app-ios-install-steps p {
  margin: 0;
  line-height: 1.35;
}

.app-ios-install-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 10px;
}

.app-ios-install-status {
  min-height: 20px;
  color: #1d4ed8;
  font-weight: 900;
  line-height: 1.35;
}

.app-ios-install-status.is-error {
  color: #b91c1c;
}

.app-modal-button {
  display: grid;
  place-items: center;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #b91c1c, #1d4ed8);
  box-shadow: 0 12px 28px rgba(29, 78, 216, 0.18);
  font-weight: 950;
  text-decoration: none;
}

.app-modal-secondary {
  color: #111827;
  background: #ffffff;
  border: 2px solid rgba(29, 78, 216, 0.18);
  box-shadow: none;
}

.app-announcement-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 10px;
  margin-top: 16px;
}

.app-subscribe-card {
  border-color: rgba(29, 78, 216, 0.35);
  text-align: left;
}

.app-subscribe-card h2,
.app-subscribe-copy {
  text-align: center;
}

.app-subscribe-form {
  display: grid;
  gap: 12px;
}

.app-subscribe-form label {
  display: grid;
  gap: 6px;
  color: #111827;
  font-size: 0.86rem;
  font-weight: 950;
}

.app-subscribe-form input {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 2px solid rgba(29, 78, 216, 0.18);
  border-radius: 8px;
  color: #07132c;
  background: #eff6ff;
  font: inherit;
}

.app-subscribe-form input:focus {
  outline: 3px solid rgba(29, 78, 216, 0.2);
  border-color: #1d4ed8;
}

.app-subscribe-status {
  min-height: 20px;
  color: #0f766e;
  font-weight: 900;
  text-align: center;
}

.app-subscribe-status.is-error {
  color: #b91c1c;
}

.app-subscribe-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 10px;
}

.app-subscribe-submit {
  background: linear-gradient(135deg, #0b5bd3, #003a9b);
}

.app-subscribe-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.app-checkin-card {
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  text-align: left;
  overscroll-behavior: contain;
}

@supports (height: 100dvh) {
  .app-checkin-card {
    max-height: calc(100dvh - 36px);
  }
}

.app-checkin-card h2 {
  text-align: center;
}

.app-checkin-card h3 {
  margin: 0;
  color: #07132c;
  font-size: 1rem;
}

.app-checkin-facebook {
  display: grid;
  gap: 10px;
}

.app-points-checkin {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(29, 78, 216, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.92), rgba(255, 255, 255, 0.96));
}

.app-points-checkin p,
.app-checkin-facebook-title {
  margin: 0;
}

.app-points-checkin p {
  color: #374151;
  line-height: 1.35;
}

.app-points-form {
  display: grid;
  gap: 10px;
}

.app-points-form label {
  display: grid;
  gap: 6px;
  color: #111827;
  font-size: 0.94rem;
  font-weight: 950;
}

.app-points-form input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 2px solid rgba(29, 78, 216, 0.18);
  border-radius: 8px;
  color: #07132c;
  background: #ffffff !important;
  font: inherit;
  caret-color: #07132c;
  -webkit-text-fill-color: #07132c;
}

.app-points-form input:-webkit-autofill {
  border-color: rgba(29, 78, 216, 0.24);
  box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: #07132c;
}

.app-points-form input:focus {
  outline: 3px solid rgba(29, 78, 216, 0.2);
  border-color: #1d4ed8;
}

.app-points-button {
  background: linear-gradient(135deg, #0f766e, #1d4ed8);
}

.app-points-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.app-points-status {
  min-height: 20px;
  color: #0f766e;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.app-points-status.is-error {
  color: #b91c1c;
}

.app-points-terms {
  font-size: 0.92rem;
  line-height: 1.4;
}

.app-points-terms summary {
  color: #1d4ed8;
  cursor: pointer;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.app-points-terms p {
  margin-top: 8px;
  color: #4b5563;
}

.app-checkin-facebook-title {
  text-align: center;
}

.app-checkin-steps {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(29, 78, 216, 0.16);
  border-radius: 8px;
  background: #eff6ff;
  color: #111827;
  line-height: 1.35;
}

.app-checkin-prize {
  padding: 12px;
  border-radius: 8px;
  color: #7f1d1d;
  background: #fee2e2;
  font-weight: 950;
  line-height: 1.35;
}

.app-checkin-note {
  color: #1f2937;
  font-weight: 800;
  line-height: 1.35;
}

.app-checkin-fineprint {
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.4;
}

.checkin-page {
  color: #111827;
}

.checkin-shell {
  display: grid;
  gap: 14px;
  width: min(720px, calc(100% - 18px));
  margin: 8px auto 36px;
  padding-top: max(0px, env(safe-area-inset-top));
  padding-bottom: max(24px, env(safe-area-inset-bottom));
}

.checkin-page-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(7, 19, 44, 0.78);
  box-shadow: 0 14px 34px rgba(2, 8, 23, 0.28);
}

.checkin-page-header p,
.checkin-page-header h1,
.checkin-intro p,
.checkin-page-card h2 {
  margin: 0;
}

.checkin-page-header p {
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.checkin-page-header h1 {
  font-size: clamp(1.7rem, 8vw, 3rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.checkin-back-button {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #b91c1c, #1d4ed8);
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(2, 8, 23, 0.26);
}

.checkin-intro {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(2, 8, 23, 0.18);
}

.checkin-intro img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.checkin-intro p {
  color: #1f2937;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
}

.checkin-flow {
  display: grid;
  gap: 48px;
}

.checkin-page-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 2px solid rgba(255, 255, 255, 0.54);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(2, 8, 23, 0.25);
}

.checkin-facebook-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(254, 226, 226, 0.96));
}

.checkin-points-card {
  position: relative;
  margin-top: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(219, 234, 254, 0.96));
}

.checkin-points-card::before {
  position: absolute;
  top: -38px;
  left: 12%;
  right: 12%;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b91c1c, #ffffff 48%, #1d4ed8);
  box-shadow: 0 8px 18px rgba(7, 19, 44, 0.24);
  content: "";
}

.checkin-step-number {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 5px solid #dc2626;
  border-radius: 8px;
  color: #07132c;
  background: #fde047;
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(220, 38, 38, 0.24);
}

.checkin-page-card h2 {
  color: #07132c;
  font-size: clamp(1.7rem, 8vw, 2.6rem);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.checkin-page-card .app-modal-button {
  min-height: 54px;
  font-size: 1.05rem;
}

.checkin-page-card .app-points-checkin {
  background: rgba(255, 255, 255, 0.78);
}

.checkin-page .app-modal-kicker {
  font-size: 0.86rem;
}

.checkin-page .app-checkin-steps,
.checkin-page .app-checkin-prize,
.checkin-page .app-checkin-note,
.checkin-page .app-points-checkin p,
.checkin-page .app-points-terms {
  font-size: 1rem;
}

@media (max-width: 420px) {
  .checkin-page-header {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .checkin-back-button {
    justify-self: start;
  }

  .checkin-intro {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .checkin-intro img {
    width: 86px;
    height: 86px;
  }

  .checkin-page-card {
    padding: 15px;
  }

  .checkin-step-number {
    width: 58px;
    height: 58px;
    font-size: 1.72rem;
  }

  .checkin-page-card h2 {
    font-size: clamp(1.5rem, 7.2vw, 2rem);
  }
}

.app-calendar-modal {
  padding: 10px;
}

.app-calendar-card {
  position: relative;
  display: grid;
  gap: 8px;
  width: min(760px, 100%);
  max-height: calc(100vh - 20px);
  padding: 12px;
  overflow: auto;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(7, 19, 44, 0.34);
  text-align: center;
}

.app-calendar-card h2 {
  margin: 0;
  padding: 0 44px;
  color: #111827;
  font-size: clamp(1.2rem, 5vw, 1.75rem);
}

.app-calendar-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.app-calendar-close {
  position: sticky;
  top: 0;
  justify-self: end;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: #b91c1c;
  box-shadow: 0 8px 18px rgba(185, 28, 28, 0.28);
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
}

.totals-dropdown {
  display: grid;
  gap: 12px;
}

.totals-dropdown summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font-weight: 950;
  list-style: none;
}

.totals-dropdown summary::-webkit-details-marker {
  display: none;
}

.totals-dropdown summary::after {
  content: "+";
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  color: #07132c;
  background: var(--gold);
}

.totals-dropdown[open] summary::after {
  content: "-";
}

.totals-dropdown summary small {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.totals-actions {
  justify-content: flex-end;
}

.app-hub-footer {
  display: flex;
  justify-content: flex-end;
  padding: 2px 4px 0;
}

.app-hub-footer a {
  color: rgba(17, 24, 39, 0.38);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.app-hub-footer a:focus-visible,
.app-hub-footer a:hover {
  color: #1d4ed8;
  outline: 2px solid rgba(29, 78, 216, 0.28);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .app-hub-shell {
    width: min(100%, 520px);
    margin-top: 0;
    padding-inline: 10px;
  }

  .app-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-hub-card {
    min-height: 0;
    padding: 0;
  }

  .app-card-icon {
    width: 100%;
  }

  .app-card-icon svg {
    width: 62%;
    height: 62%;
  }

  .app-card-art {
    width: 100%;
  }

  .app-hub-header-graphic {
    width: 100%;
    max-height: 285px;
    margin-inline: auto;
  }

}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(16px, 3vw, 34px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 15, 36, 0.94);
  backdrop-filter: blur(12px);
}

@supports (padding: max(0px)) {
  .topbar {
    padding-top: max(14px, env(safe-area-inset-top));
    padding-right: max(clamp(16px, 3vw, 34px), env(safe-area-inset-right));
    padding-left: max(clamp(16px, 3vw, 34px), env(safe-area-inset-left));
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.92);
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 3px solid var(--coral);
  border-radius: 50%;
  color: #081632;
  background:
    radial-gradient(circle at 30% 28%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, #fff8df, #ffd75c);
  font-weight: 800;
  box-shadow: 0 0 0 4px rgba(255, 215, 92, 0.18);
}

.brand p,
.brand h1,
.queue-header p,
.status-band p {
  margin: 0;
}

.brand p {
  color: var(--muted);
  font-size: 0.8rem;
}

.brand h1 {
  font-size: clamp(1.1rem, 3vw, 1.55rem);
  line-height: 1.15;
}

.staff-link,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  white-space: nowrap;
}

.danger-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 95, 105, 0.66);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 95, 105, 0.2);
  font-weight: 900;
  white-space: nowrap;
}

.danger-button:hover,
.danger-button:focus-visible {
  outline: 3px solid rgba(255, 95, 105, 0.22);
  outline-offset: 2px;
  background: rgba(255, 95, 105, 0.32);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fulfillment-page .topbar {
  align-items: start;
  flex-wrap: wrap;
}

.fulfillment-page .topbar .brand {
  align-items: start;
}

.fulfillment-page .topbar-actions {
  flex: 1 0 100%;
  justify-content: flex-start;
  padding-left: 70px;
}

.concessions-simple-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px clamp(12px, 3vw, 24px);
}

.concessions-simple-header h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.15rem, 5vw, 1.8rem);
  line-height: 1.05;
}

.concessions-simple-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.concessions-simple-brand .brand-logo {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
}

.go-back-button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 14px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  color: #ffffff;
  background: #b91c1c;
  box-shadow: 0 8px 20px rgba(185, 28, 28, 0.22);
  font-size: 0.92rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.go-back-button:hover,
.go-back-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}

.staff-hub-corner {
  min-height: 34px;
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 800;
  opacity: 0.84;
}

.staff-hub-corner:hover,
.staff-hub-corner:focus-visible {
  opacity: 1;
}

.order-choice-shell {
  display: grid;
  gap: 24px;
  width: min(980px, calc(100% - 28px));
  margin: clamp(28px, 8vh, 72px) auto 44px;
}

.order-choice-hero {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 5vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 215, 92, 0.18), transparent 38%),
    linear-gradient(315deg, rgba(37, 214, 191, 0.14), transparent 44%),
    var(--surface);
  box-shadow: var(--shadow);
  text-align: center;
}

.order-choice-hero h2 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 4.1rem);
  line-height: 1.02;
}

.order-choice-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.4;
}

.order-choice-hero .intro-kicker {
  justify-self: center;
  color: var(--gold);
}

.order-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.order-choice-card {
  display: grid;
  gap: 10px;
  min-height: 176px;
  padding: clamp(16px, 3vw, 22px);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: var(--shadow);
  text-decoration: none;
}

.order-choice-card.is-coffee {
  background:
    linear-gradient(135deg, rgba(255, 215, 92, 0.18), transparent 44%),
    rgba(255, 255, 255, 0.075);
}

.order-choice-card.is-food {
  background:
    linear-gradient(135deg, rgba(255, 95, 105, 0.22), transparent 44%),
    rgba(255, 255, 255, 0.075);
}

.order-choice-card:hover,
.order-choice-card:focus-visible {
  border-color: var(--gold);
  outline: 3px solid rgba(255, 215, 92, 0.24);
  outline-offset: 2px;
  transform: translateY(-2px);
}

.order-choice-card span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.order-choice-card strong {
  font-size: clamp(1.45rem, 4vw, 2.05rem);
  line-height: 1.05;
}

.order-choice-card small {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
}

.logout-form {
  margin: 0;
}

.logout-form .staff-link {
  min-height: 42px;
}

.customer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 22px;
  width: min(1180px, calc(100% - 28px));
  margin: 22px auto 40px;
  align-items: start;
}

.order-panel,
.receipt-panel,
.status-band,
.queue-header {
  min-width: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.receipt-panel {
  position: sticky;
  top: 88px;
  padding: 22px;
  min-height: 220px;
  overflow: hidden;
}

.receipt-panel::after {
  content: "BINGO";
  position: absolute;
  right: -14px;
  bottom: 14px;
  color: rgba(255, 215, 92, 0.12);
  font-size: 3.2rem;
  font-weight: 900;
  transform: rotate(-12deg);
}

.receipt-panel h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.receipt-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.order-form {
  display: grid;
  gap: 0;
  min-width: 0;
}

.form-intro {
  padding: 24px 22px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 95, 105, 0.14), transparent 42%),
    linear-gradient(315deg, rgba(255, 215, 92, 0.16), transparent 38%);
}

.intro-kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.form-intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 4vw, 2rem);
  line-height: 1.12;
}

.simple-order-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.simple-order-steps span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: #fff4ba;
  background: rgba(255, 215, 92, 0.1);
  font-size: 0.82rem;
  font-weight: 900;
}

.form-section {
  min-width: 0;
  padding: 22px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 90px;
}

.form-section:last-child {
  border-bottom: 0;
}

.form-section.compact {
  display: grid;
  gap: 8px;
}

.customer-details {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(112px, 0.45fr);
  gap: 12px;
}

.customer-details label {
  display: grid;
  gap: 8px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.section-title h2 {
  margin: 0;
  font-size: 1.08rem;
}

.section-help {
  margin: -4px 0 14px;
  color: var(--muted);
  line-height: 1.35;
}

label,
legend {
  color: var(--ink);
  font-weight: 700;
}

input[type="text"],
input[type="number"],
input:not([type]),
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--field);
}

input::placeholder,
textarea::placeholder {
  color: #8fa3cc;
}

textarea {
  resize: vertical;
}

.menu-options {
  display: grid;
  gap: 18px;
}

.menu-category h3 {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.drink-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  gap: 10px;
}

.drink-option {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

.drink-option input {
  position: absolute;
  opacity: 0;
}

.drink-option:has(input:checked) {
  border-color: var(--gold);
  background: rgba(255, 215, 92, 0.14);
  box-shadow: inset 0 0 0 2px rgba(255, 215, 92, 0.18);
}

.drink-option strong {
  line-height: 1.22;
}

.drink-option small {
  color: var(--muted);
  line-height: 1.28;
}

.drink-option span {
  color: var(--gold);
  font-weight: 800;
}

.segmented-options,
.addon-grid,
.pill-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.segmented-options label,
.addon-grid label,
.pill-checks label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  font-weight: 700;
}

.segmented-options label:has(input:checked),
.addon-grid label:has(input:checked),
.pill-checks label:has(input:checked) {
  border-color: var(--gold);
  background: rgba(255, 215, 92, 0.14);
}

.temperature-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.segmented-options .temperature-choice {
  position: relative;
  flex-direction: column;
  justify-content: center;
  min-height: 172px;
  padding: 14px;
  overflow: hidden;
}

.temperature-choice img {
  position: relative;
  z-index: 1;
  width: min(100%, 154px);
  height: 122px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
}

.temperature-choice input {
  position: absolute;
  opacity: 0;
}

.temperature-choice strong {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  letter-spacing: 0;
}

.temperature-choice::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px dashed rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.temperature-choice.is-iced {
  background: rgba(37, 214, 191, 0.12);
}

.temperature-choice.is-hot {
  background: rgba(255, 95, 105, 0.13);
}

.temperature-choice.is-frozen {
  background: rgba(169, 141, 255, 0.16);
}

.temperature-choice:has(input:checked)::before {
  border-color: rgba(255, 215, 92, 0.75);
}

.custom-flavor-wrap {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 215, 92, 0.36);
  border-radius: 8px;
  background: rgba(255, 215, 92, 0.1);
  scroll-margin-top: 92px;
}

.custom-flavor-wrap label {
  display: grid;
  gap: 8px;
}

.custom-flavor-wrap p {
  margin: 0;
  color: var(--muted);
  line-height: 1.35;
}

.flavor-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.flavor-dropdown {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  overflow: hidden;
}

.flavor-dropdown summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 14px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.flavor-dropdown summary::-webkit-details-marker {
  display: none;
}

.flavor-dropdown summary::after {
  content: "+";
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #07132c;
  background: var(--gold);
  font-size: 1.1rem;
  line-height: 1;
}

.flavor-dropdown[open] summary::after {
  content: "-";
}

.flavor-dropdown summary small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.flavor-dropdown .flavor-columns {
  padding: 0 14px 14px;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

legend {
  padding: 0 6px;
  color: var(--gold);
}

.seat-map-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

.simple-table-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.simple-table-picker label {
  display: grid;
  gap: 8px;
}

.seat-map-help {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.seat-picker-button {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 10px 14px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  color: #07132c;
  background: var(--gold);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.seat-picker-button:hover,
.seat-picker-button:focus-visible {
  outline: 3px solid rgba(255, 215, 92, 0.28);
  outline-offset: 2px;
  background: #ffe48b;
}

.seat-map-summary span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.seat-map-summary strong {
  display: block;
  margin-top: 3px;
  font-size: 1rem;
}

.seat-dropdowns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

.seat-dropdowns label {
  display: grid;
  gap: 8px;
}

.seat-map-shell {
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(37, 214, 191, 0.1), transparent 22%, transparent 78%, rgba(255, 215, 92, 0.12)),
    #081632;
}

.hall-map {
  display: grid;
  gap: 7px;
  width: 100%;
  min-width: 720px;
}

.seat-map-header {
  display: grid;
  grid-template-columns: 72px 54px repeat(8, minmax(58px, 1fr));
  gap: 5px;
  align-items: center;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 900;
}

.seat-map-header span:not(:first-child) {
  text-align: center;
}

.hall-row {
  display: grid;
  grid-template-columns: 72px 54px minmax(0, 1fr);
  gap: 5px;
  min-width: 0;
  align-items: center;
}

.row-tables {
  display: grid;
  grid-template-columns: repeat(8, minmax(58px, 1fr));
  gap: 5px;
}

.row-label {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  text-align: right;
}

.row-landmark {
  min-height: 34px;
}

.cash-cage,
.bingo-caller {
  display: grid;
  min-height: 34px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 6px;
  color: #07132c;
  background: #fff8df;
  font-size: 0.54rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 0 2px rgba(255, 215, 92, 0.14);
}

.bingo-caller {
  color: #07132c;
  background: #fff8df;
  border-color: var(--gold);
}

.table-spot {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.075);
}

.table-spot:hover,
.table-spot:focus-visible {
  border-color: var(--teal);
  outline: 3px solid rgba(20, 124, 114, 0.2);
  outline-offset: 1px;
}

.table-spot.has-selected-seat {
  border-color: rgba(255, 215, 92, 0.72);
  background: rgba(255, 215, 92, 0.16);
  box-shadow: inset 0 0 0 2px rgba(255, 215, 92, 0.18);
}

.table-body {
  display: grid;
  width: 72%;
  height: 52%;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  color: var(--ink);
  background: rgba(10, 26, 59, 0.92);
  font-size: 0.68rem;
  font-weight: 900;
}

.coffee-list {
  display: grid;
  gap: 10px;
}

.empty-coffee-list {
  margin: 0;
  padding: 16px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.coffee-list-item {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

.coffee-list-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.coffee-list-title strong {
  line-height: 1.24;
}

.coffee-list-title span {
  color: var(--gold);
  font-weight: 900;
}

.coffee-list-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.35;
}

.coffee-list-item button {
  justify-self: start;
}

.submit-bar {
  position: sticky;
  bottom: 0;
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 22px;
  background: rgba(5, 15, 36, 0.96);
  border-top: 1px solid var(--line);
}

.order-total {
  font-size: 1.45rem;
  font-weight: 900;
}

.submit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  color: #07132c;
  background: var(--gold);
  font-weight: 800;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: #ffe48b;
}

.confirmation {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(20, 124, 114, 0.28);
  border-radius: 8px;
  color: #07132c;
  background: #fff8df;
}

.confirmation > strong {
  display: block;
  margin-bottom: 6px;
}

.confirmation p {
  margin: 0;
  line-height: 1.35;
}

.confirmation-order-list {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}

.confirmation-order {
  display: grid;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(7, 19, 44, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.confirmation-order-title,
.confirmation-total {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.confirmation-order-title span,
.confirmation-total span {
  font-weight: 900;
}

.confirmation-order-title strong,
.confirmation-total strong {
  color: #07132c;
  white-space: nowrap;
}

.confirmation-order p {
  color: #25324f;
  font-size: 0.9rem;
}

.confirmation-total {
  margin: 12px 0;
  padding-top: 12px;
  border-top: 2px solid rgba(7, 19, 44, 0.16);
  font-size: 1.08rem;
}

.intro-active {
  overflow: hidden;
}

.intro-active .topbar,
.intro-active .customer-shell {
  visibility: hidden;
}

.order-intro {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 95, 105, 0.3), transparent 34%),
    linear-gradient(315deg, rgba(37, 214, 191, 0.24), transparent 42%),
    rgba(7, 19, 44, 0.92);
}

.order-intro-card {
  display: grid;
  gap: 18px;
  width: min(520px, 100%);
  padding: 26px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
  box-shadow: var(--shadow);
  text-align: center;
}

.order-intro-step {
  display: none;
}

.order-intro-step.is-active {
  display: grid;
  gap: 12px;
}

.order-intro-step h2 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(1.7rem, 8vw, 2.7rem);
  line-height: 1.05;
}

.order-intro-step p {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.35;
}

.order-intro-card .primary-button {
  width: 100%;
  min-height: 52px;
}

.payment-popup {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(7, 19, 44, 0.76);
}

.payment-popup-card {
  width: min(420px, 100%);
  padding: 24px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
  box-shadow: var(--shadow);
  text-align: center;
}

.payment-popup-card h2 {
  margin: 0;
  color: var(--gold);
  font-size: 1.45rem;
  line-height: 1.2;
}

.payment-popup-card p {
  margin: 12px 0 18px;
  font-size: 1.05rem;
  line-height: 1.4;
}

.payment-popup-card .primary-button {
  width: 100%;
}

.order-hours-card {
  display: grid;
  gap: 12px;
}

.order-hours-card h2,
.order-hours-card p {
  margin: 0;
}

.order-hours-countdown {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(7, 19, 44, 0.14);
  border-radius: 8px;
  background: #fff5d6;
}

.order-hours-countdown span {
  color: #5f6b7a;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.order-hours-countdown strong {
  color: #07132c;
  font-size: 2rem;
  line-height: 1;
}

.order-hours-back-button {
  display: grid;
  min-height: 50px;
  place-items: center;
  border: 2px solid rgba(29, 78, 216, 0.28);
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #b91c1c, #1d4ed8);
  box-shadow: 0 12px 22px rgba(7, 19, 44, 0.18);
  font-size: 1rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.order-hours-back-button:focus-visible,
.order-hours-back-button:hover {
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: 2px;
}

.order-hours-staff-status {
  min-height: 1.1em;
  color: #9fb0d6;
  font-size: 0.82rem;
  font-weight: 800;
}

.order-hours-staff-bypass {
  justify-self: end;
  width: auto;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.order-hours-staff-bypass:focus-visible,
.order-hours-staff-bypass:hover {
  color: #ffffff;
  background: rgba(37, 214, 191, 0.18);
}

.concession-form.is-order-locked {
  filter: grayscale(0.05);
}

.frozen-detail-card {
  display: grid;
  gap: 12px;
}

.frozen-detail-card img {
  width: min(100%, 280px);
  height: 210px;
  margin: 0 auto;
  object-fit: contain;
}

.frozen-detail-price {
  color: var(--gold);
  font-size: 1.8rem;
  line-height: 1;
}

.frozen-detail-actions {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10px;
}

.direct-sauce-card {
  display: grid;
  gap: 12px;
  text-align: left;
}

.direct-sauce-card h2,
.direct-sauce-card p,
.direct-sauce-card .intro-kicker {
  text-align: center;
}

.direct-sauce-card .single-field {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}

.direct-sauce-card select {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
}

.pretzel-popup-card {
  display: grid;
  gap: 12px;
  text-align: left;
}

.pretzel-popup-card h2,
.pretzel-popup-card p {
  text-align: center;
}

.pretzel-popup-card p {
  margin-bottom: 4px;
}

.pretzel-option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.08rem;
  font-weight: 900;
}

.pretzel-option input {
  width: 24px;
  height: 24px;
  accent-color: var(--gold);
}

.soup-option {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}

.soup-option input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--field);
}

.pretzel-popup-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.concession-item-options-line {
  margin-top: -4px;
  padding-left: 12px;
  color: var(--gold);
  font-weight: 900;
}

.hidden {
  display: none !important;
}

.staff-login-page {
  display: grid;
  place-items: center;
  padding: 20px;
}

.staff-login-shell {
  width: min(460px, 100%);
}

.staff-login-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.staff-login-brand {
  align-items: flex-start;
}

.staff-login-brand h1,
.staff-login-brand p,
.staff-login-help {
  margin: 0;
}

.staff-login-help {
  color: var(--muted);
  line-height: 1.45;
}

.staff-login-form {
  display: grid;
  gap: 14px;
}

.staff-login-form label {
  display: grid;
  gap: 8px;
}

.login-error {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 95, 105, 0.55);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 95, 105, 0.18);
  line-height: 1.35;
}

.staff-login-order-link {
  justify-self: start;
}

.staff-hub-shell {
  width: min(760px, 100%);
}

.staff-hub-card {
  gap: 20px;
}

.staff-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.staff-choice-card {
  display: grid;
  gap: 8px;
  min-height: 148px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 215, 92, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.075);
  text-decoration: none;
  box-shadow: var(--shadow);
}

.staff-choice-card.is-concessions {
  background:
    linear-gradient(135deg, rgba(255, 95, 105, 0.2), transparent 42%),
    rgba(255, 255, 255, 0.075);
}

.staff-choice-card:hover,
.staff-choice-card:focus-visible {
  border-color: var(--gold);
  outline: 3px solid rgba(255, 215, 92, 0.22);
  outline-offset: 2px;
  transform: translateY(-2px);
}

.staff-choice-card span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.staff-choice-card strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.staff-choice-card small {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
}

.app-watch-panel {
  overflow: hidden;
  border: 1px solid rgba(96, 165, 250, 0.24);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.34);
}

.points-watch-panel {
  border-color: rgba(34, 197, 94, 0.26);
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.1), transparent 42%),
    rgba(15, 23, 42, 0.34);
}

.app-watch-panel summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 14px 44px 14px 14px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.app-watch-panel summary::-webkit-details-marker {
  display: none;
}

.app-watch-panel summary span {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 950;
}

.app-watch-panel summary small {
  color: var(--muted);
  font-weight: 800;
}

.app-watch-panel summary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid var(--gold);
  transform: translateY(-40%);
  transition: transform 160ms ease;
  content: "";
}

.app-watch-panel[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.app-watch-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 0 14px 14px;
}

.app-watch-metrics div {
  display: grid;
  gap: 2px;
  padding: 10px;
  border: 1px solid rgba(96, 165, 250, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.app-watch-metrics strong {
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1;
}

.app-watch-metrics span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.app-watch-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 14px 14px;
}

.app-watch-lists section {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.app-watch-lists h2 {
  margin: 0;
  color: #ffffff;
  font-size: 0.92rem;
}

.app-watch-list {
  display: grid;
  gap: 7px;
  max-height: 270px;
  overflow: auto;
}

.app-watch-row {
  display: grid;
  gap: 2px;
  padding: 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.app-watch-row strong,
.app-watch-row span,
.app-watch-row small,
.app-watch-empty {
  min-width: 0;
  overflow-wrap: anywhere;
}

.app-watch-row strong {
  color: #ffffff;
}

.app-watch-row span {
  color: var(--ink);
  font-weight: 800;
}

.app-watch-row small,
.app-watch-empty {
  color: var(--muted);
  font-weight: 800;
}

.app-watch-empty {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 640px) {
  .app-watch-panel summary,
  .app-watch-lists {
    grid-template-columns: 1fr;
  }

  .app-watch-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.staff-hub-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.staff-shell {
  width: min(1320px, calc(100% - 28px));
  margin: 20px auto 44px;
}

.status-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.status-band div {
  padding: 18px;
  border-right: 1px solid var(--line);
}

.status-band div:last-child {
  border-right: 0;
}

.status-band span {
  display: block;
  font-size: clamp(1.8rem, 5vw, 2.7rem);
  font-weight: 900;
}

.status-band p {
  color: var(--muted);
  font-weight: 800;
}

.queue-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.queue-switch {
  display: inline-flex;
  flex: 1 1 240px;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.075);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.queue-switch:hover,
.queue-switch:focus-visible {
  border-color: var(--gold);
  outline: 3px solid rgba(255, 215, 92, 0.22);
  outline-offset: 2px;
}

.queue-switch.is-active {
  color: #07132c;
  background: var(--gold);
  border-color: var(--gold);
}

.queue-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 18px;
}

.queue-header h2 {
  margin: 0 0 4px;
}

.queue-header p {
  color: var(--muted);
}

.queue-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.order-queue {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.night-log {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.night-log-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.night-log-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.night-log-header h2,
.night-log-header p {
  margin: 0;
}

.night-log-header p {
  color: var(--muted);
}

.night-log-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.night-log-summary div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

.night-log-summary span,
.night-log-row p,
.night-log-empty {
  color: var(--muted);
}

.night-log-summary span {
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.night-log-summary strong {
  display: block;
  margin-top: 4px;
  color: var(--gold);
  font-size: 1.3rem;
}

.night-log-summary strong.is-locked {
  color: var(--muted);
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.night-log-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.night-log-row {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
}

.night-log-row:has(.night-log-thumb) {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.night-log-thumb {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.night-log-thumb img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.night-log-row-content {
  min-width: 0;
}

.night-log-row-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.night-log-row-title strong {
  line-height: 1.25;
}

.night-log-row-title span {
  color: var(--gold);
  font-weight: 900;
}

.night-log-row p,
.night-log-empty {
  margin: 5px 0 0;
  line-height: 1.35;
}

.quick-order-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(3, 9, 24, 0.78);
}

.quick-order-card {
  width: min(920px, 100%);
  max-height: min(92vh, 980px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.quick-order-top {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 34, 74, 0.98);
}

.quick-order-top p,
.quick-order-top h2,
.quick-field-group h3 {
  margin: 0;
}

.quick-order-top p {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-order-top h2 {
  margin-top: 4px;
}

.quick-order-form {
  display: grid;
  gap: 0;
}

.quick-order-note {
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 215, 92, 0.12);
  font-weight: 800;
  line-height: 1.35;
}

.quick-field-group {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.quick-field-group h3 {
  color: var(--gold);
  font-size: 0.95rem;
  text-transform: uppercase;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.customer-quick-grid,
.seat-quick-grid {
  grid-template-columns: 1fr 1fr minmax(112px, 0.45fr);
}

.seat-quick-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-grid label,
.quick-field-group > label {
  display: grid;
  gap: 8px;
}

.quick-label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 700;
}

.paid-now-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-self: start;
  gap: 8px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 215, 92, 0.14);
}

.quick-order-message {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #07132c;
  background: #fff8df;
}

.quick-order-message.is-error {
  color: #fff;
  border-color: rgba(255, 95, 105, 0.6);
  background: rgba(255, 95, 105, 0.18);
}

.quick-order-submit {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(16, 34, 74, 0.98);
}

.quick-order-total {
  margin-right: auto;
  color: var(--gold);
  font-size: 1.15rem;
  font-weight: 900;
}

#quick-order-open {
  min-height: 38px;
  padding: 0 12px;
  font-size: 0.92rem;
}

.concessions-intro {
  background:
    linear-gradient(135deg, rgba(255, 215, 92, 0.14), transparent 45%),
    linear-gradient(315deg, rgba(255, 95, 105, 0.16), transparent 45%),
    rgba(255, 255, 255, 0.075);
}

.concessions-intro p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
}

.concessions-intro .bingo-only-notice {
  display: inline-flex;
  width: fit-content;
  margin: 10px 0 0;
  padding: 9px 12px;
  border: 1px solid rgba(255, 215, 92, 0.42);
  border-radius: 8px;
  color: #fff7c2;
  background:
    linear-gradient(135deg, rgba(154, 24, 42, 0.42), rgba(255, 215, 92, 0.12)),
    rgba(4, 10, 22, 0.72);
  box-shadow: 0 10px 24px rgba(154, 24, 42, 0.18);
  font-weight: 950;
  line-height: 1.35;
}

.concessions-intro .menu-note {
  color: #ffe48b;
}

.concession-menu {
  display: grid;
  gap: 16px;
}

.concession-category {
  display: grid;
  gap: 10px;
}

.concession-dropdown {
  overflow: hidden;
}

.concession-category-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 215, 92, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
    rgba(6, 16, 34, 0.86);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 950;
  list-style: none;
}

.concession-category-summary::-webkit-details-marker {
  display: none;
}

.concession-category-summary::after {
  content: "+";
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  color: #091226;
  background: var(--gold);
  font-weight: 950;
  line-height: 1;
}

.concession-dropdown[open] .concession-category-summary::after {
  content: "-";
}

.concession-category-summary small {
  margin-left: auto;
  color: #c4d0e5;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.concession-dropdown .concession-item-grid {
  margin-top: 10px;
}

.concession-category h3 {
  margin: 0;
  color: var(--gold);
  font-size: 1rem;
  text-transform: uppercase;
}

.concession-item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 14px;
}

.concession-item-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 206px;
  padding: 8px 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.965);
  color: #07132c;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.16);
  overflow: hidden;
}

.concession-item-image {
  display: grid;
  place-items: center;
  min-height: 122px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
  overflow: hidden;
}

.concession-item-image img {
  display: block;
  width: min(100%, 128px);
  height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(2, 6, 23, 0.18));
}

.concession-item-title {
  display: grid;
  gap: 4px;
  padding: 9px 4px 0;
}

.concession-item-title strong {
  min-height: 40px;
  color: #07132c;
  font-size: 0.96rem;
  line-height: 1.18;
}

.concession-item-title span {
  color: #3c4658;
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.quantity-control {
  position: absolute;
  top: 105px;
  right: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  pointer-events: none;
}

.quantity-control button,
.quantity-control input {
  border: 0;
  font-weight: 900;
  text-align: center;
}

.quantity-value {
  display: none;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  color: #ffffff;
  background: #07132c;
  box-shadow: 0 8px 18px rgba(2, 6, 23, 0.18);
  font-weight: 950;
  line-height: 1;
}

.compact-name-section {
  padding-bottom: 14px;
}

.name-row {
  display: grid;
  grid-template-columns: minmax(130px, 220px) minmax(130px, 220px);
  gap: 10px;
  align-items: end;
  max-width: 460px;
}

.concession-details-section {
  display: grid;
  gap: 14px;
}

.concession-name-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
}

.concession-notes-field {
  grid-column: 1 / -1;
}

.concession-notes-field textarea {
  min-height: 72px;
  resize: vertical;
}

.name-row label {
  display: grid;
  gap: 6px;
  font-size: 0.84rem;
}

.name-row input,
.name-row textarea {
  min-height: 38px;
  padding: 8px 10px;
}
.quantity-control button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
  color: #07132c;
  background: var(--gold);
  font-size: 0.92rem;
  line-height: 1;
}

.quantity-control input {
  width: 46px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(2, 6, 23, 0.32);
  font-size: 0.92rem;
}

.concession-item-placeholder {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  color: #07132c;
  background: linear-gradient(180deg, #ffe993 0%, #f7c945 100%);
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: 0 12px 24px rgba(2, 6, 23, 0.14);
}

.concession-item-card .quantity-control button {
  pointer-events: auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
  color: #07132c;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(2, 6, 23, 0.18);
  font-size: 1.12rem;
  line-height: 1;
}

.concession-item-card .quantity-control button:hover,
.concession-item-card .quantity-control button:focus-visible {
  background: #ffffff;
  outline: 2px solid rgba(247, 201, 69, 0.5);
  outline-offset: 2px;
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.24);
}

.concession-item-card .quantity-minus,
.concession-item-card .quantity-value {
  opacity: 0;
  transform: translateX(6px);
  pointer-events: none;
}

.concession-item-card.has-quantity .quantity-minus,
.concession-item-card.has-quantity .quantity-value {
  display: grid;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.concession-item-card.has-quantity .quantity-minus {
  color: #ffffff;
  background: #07132c;
  font-size: 1rem;
}

.concession-order-card .drink-line {
  color: var(--ink);
}

.empty-queue {
  grid-column: 1 / -1;
  padding: 34px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.order-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: var(--unpaid);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.order-card:hover,
.order-card:focus-visible {
  border-color: var(--gold);
  outline: 0;
  transform: translateY(-1px);
}

.order-card.is-paid,
.order-card.is-making {
  border-color: var(--teal);
  background:
    linear-gradient(135deg, rgba(37, 214, 191, 0.18), transparent 52%),
    var(--paid);
  box-shadow:
    0 0 0 2px rgba(37, 214, 191, 0.16),
    0 0 26px rgba(37, 214, 191, 0.28),
    var(--shadow);
}

.order-card.is-ready {
  border-color: #ffb347;
  background:
    linear-gradient(135deg, rgba(255, 179, 71, 0.25), transparent 52%),
    #53330b;
  box-shadow:
    0 0 0 2px rgba(255, 179, 71, 0.18),
    0 0 28px rgba(255, 179, 71, 0.34),
    var(--shadow);
}

.order-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.staff-order-title {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.staff-order-title:has(.staff-order-thumb.hidden) {
  grid-template-columns: minmax(0, 1fr);
}

.staff-order-thumb {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}

.staff-order-thumb img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.order-top h3,
.order-number {
  margin: 0;
}

.order-top h3 {
  font-size: 1.18rem;
  line-height: 1.15;
}

.order-number {
  color: var(--muted);
  font-weight: 800;
}

.status-pill {
  align-self: start;
  min-width: 82px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #fff;
  background: var(--muted);
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

.is-unpaid .status-pill {
  background: var(--coral);
}

.is-paid .status-pill,
.is-making .status-pill {
  background: var(--teal);
}

.is-ready .status-pill {
  color: #07132c;
  background: var(--gold);
}

.drink-line {
  font-size: 1.08rem;
  font-weight: 900;
}

.concession-staff-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 215, 92, 0.35);
  border-radius: 8px;
  background: rgba(255, 215, 92, 0.12);
}

.concession-staff-location .seat-line {
  color: #ffffff;
  font-size: 1.22rem;
  font-weight: 950;
  line-height: 1.1;
}

.timer-line {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 950;
  white-space: nowrap;
}

.order-age-timer {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 2px solid rgba(255, 215, 92, 0.48);
  border-radius: 8px;
  color: #07132c;
  background: linear-gradient(135deg, #fff8df, #ffd75c);
  box-shadow: 0 0 0 4px rgba(255, 215, 92, 0.14);
  font-size: clamp(1.35rem, 3.8vw, 2.1rem);
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.order-card.is-paid .order-age-timer,
.order-card.is-making .order-age-timer,
.fulfillment-card.is-paid .order-age-timer,
.fulfillment-card.is-making .order-age-timer,
.fulfillment-card.is-ready .order-age-timer {
  border-color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(135deg, #dcfce7, #86efac);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
}

.order-card.is-ready .order-age-timer {
  border-color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, #fff7ed, #fdba74);
  box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.2);
}

.concession-item-summary {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.96rem;
  line-height: 1.35;
}

.recipe-line {
  padding: 10px 12px;
  border: 1px solid rgba(255, 215, 92, 0.32);
  border-radius: 8px;
  color: #07132c;
  background: #fff8df;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.35;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.detail-grid div {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.detail-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.detail-grid strong {
  display: block;
  margin-top: 3px;
  overflow-wrap: anywhere;
}

.custom-line {
  display: grid;
  gap: 6px;
  min-height: 22px;
  color: var(--muted);
  line-height: 1.35;
}

.custom-line div {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.concession-staff-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 9px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.concession-staff-item-thumb {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.concession-staff-item-thumb img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.concession-staff-item-details {
  display: grid;
  gap: 2px;
}

.concession-staff-item-details strong {
  color: #ffffff;
  font-size: 0.96rem;
  line-height: 1.2;
}

.concession-staff-item-details span {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 950;
}

.concession-staff-item-details em {
  color: var(--muted);
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 800;
}

.compact-queue-header {
  justify-content: flex-end;
}

.inventory-panel {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(4, 10, 22, 0.66);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.inventory-dropdown summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
}

.inventory-dropdown summary::-webkit-details-marker {
  display: none;
}

.inventory-dropdown summary::after {
  content: "+";
  display: grid;
  width: 34px;
  height: 34px;
  min-width: 34px;
  place-items: center;
  border-radius: 999px;
  color: #07132c;
  background: #ffffff;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
}

.inventory-dropdown[open] summary::after {
  content: "-";
}

.inventory-dropdown summary span {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 950;
}

.inventory-dropdown summary small {
  color: var(--muted);
  font-weight: 850;
}

.inventory-dropdown[open] .inventory-panel-header {
  padding-top: 2px;
}

.inventory-panel-header h2,
.inventory-panel-header p {
  margin: 0;
}

.inventory-panel-header h2 {
  color: #ffffff;
}

.inventory-panel-header p {
  color: var(--muted);
  font-weight: 800;
}

.inventory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 10px;
}

.inventory-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 9px;
  align-items: center;
  min-height: 72px;
  padding: 8px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  text-align: left;
}

.inventory-item-image {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  color: #07132c;
  background: rgba(255, 255, 255, 0.94);
  font-weight: 950;
}

.inventory-item-image img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.inventory-item-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.inventory-item-text strong {
  overflow-wrap: anywhere;
  font-size: 0.86rem;
  line-height: 1.15;
}

.inventory-item-text small {
  color: #93f6bf;
  font-weight: 950;
  text-transform: uppercase;
}

.inventory-item.is-out-of-order {
  border-color: rgba(248, 113, 113, 0.95);
  background: rgba(185, 28, 28, 0.82);
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.18);
}

.inventory-item.is-out-of-order .inventory-item-text small {
  color: #ffffff;
}

.concession-item-card.is-out-of-order {
  border-color: rgba(185, 28, 28, 0.56);
  background: #fee2e2;
}

.concession-item-card.is-out-of-order .concession-item-image img {
  opacity: 0.56;
  filter: grayscale(0.35);
}

.concession-item-card.is-out-of-order .quantity-control button {
  opacity: 0.45;
  cursor: not-allowed;
}

.out-of-order-badge {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: #b91c1c;
  box-shadow: 0 8px 18px rgba(185, 28, 28, 0.28);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.fulfillment-shell {
  gap: 16px;
}

.fulfillment-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.fulfillment-card {
  display: grid;
  gap: 7px;
  padding: 9px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(4, 10, 22, 0.72);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.fulfillment-card.is-paid,
.fulfillment-card.is-making,
.fulfillment-card.is-ready {
  border-color: rgba(34, 197, 94, 0.8);
  background: rgba(20, 83, 45, 0.82);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.15), 0 16px 38px rgba(0, 0, 0, 0.24);
}

.fulfillment-card.is-overdue {
  animation: fulfillmentOverdueFlash 1s steps(2, end) infinite;
}

.fulfillment-card.is-overdue .order-age-timer {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.9);
  background: #dc2626;
  box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.35);
}

.fulfillment-card.is-past-order {
  color: #07132c;
  border-color: rgba(17, 24, 39, 0.08);
  background: #edf4ff;
  box-shadow: none;
  animation: none;
}

.fulfillment-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 6px;
}

.fulfillment-card-top p,
.fulfillment-card-top h3,
.past-orders-panel h2 {
  margin: 0;
}

.fulfillment-card-top p {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
}

.fulfillment-card-top h3 {
  font-size: 0.95rem;
  line-height: 1.12;
}

.fulfillment-location {
  padding: 6px 8px;
  border-radius: 8px;
  color: #07132c;
  background: var(--gold);
  font-size: 0.86rem;
  font-weight: 950;
}

.fulfillment-items {
  display: grid;
  gap: 5px;
}

.fulfillment-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 6px;
  align-items: center;
  padding: 5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.12;
}

.fulfillment-item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 7px;
  background: #ffffff;
}

.fulfillment-note {
  padding: 6px 8px;
  border-radius: 8px;
  color: #07132c;
  background: #fff8df;
  font-size: 0.74rem;
  font-weight: 950;
}

.fulfillment-timer {
  color: #07132c;
}

.fulfillment-card .order-age-timer {
  padding: 7px 8px;
  border-width: 1px;
  box-shadow: 0 0 0 2px rgba(255, 215, 92, 0.12);
  font-size: clamp(0.9rem, 2.2vw, 1.2rem);
}

.fulfillment-card .status-pill {
  padding: 5px 7px;
  font-size: 0.62rem;
  line-height: 1;
  white-space: nowrap;
}

.fulfillment-card .primary-button {
  min-height: 34px;
  padding: 7px 8px;
  font-size: 0.74rem;
}

.is-past-order .fulfillment-timer,
.is-past-order .fulfillment-card-top p {
  color: #4b5563;
}

.past-orders-panel {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(4, 10, 22, 0.56);
}

.past-orders-panel h2,
.past-orders-panel summary {
  color: #ffffff;
}

.fulfillment-past-dropdown summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  cursor: pointer;
  list-style: none;
}

.fulfillment-past-dropdown summary::-webkit-details-marker {
  display: none;
}

.fulfillment-past-dropdown summary::after {
  content: "+";
  display: grid;
  width: 34px;
  height: 34px;
  min-width: 34px;
  place-items: center;
  border-radius: 999px;
  color: #07132c;
  background: #ffffff;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
}

.fulfillment-past-dropdown[open] summary::after {
  content: "-";
}

.fulfillment-past-dropdown summary span {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 950;
}

.fulfillment-past-dropdown summary small {
  color: var(--muted);
  font-weight: 850;
}

.fulfillment-footer {
  justify-content: center;
  margin-top: 10px;
}

.fulfillment-footer a {
  color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 520px) {
  .fulfillment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .fulfillment-list {
    grid-template-columns: 1fr;
  }
}

.custom-line.is-empty {
  display: block;
  padding: 0;
}

.tap-action {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 10px 12px;
  border: 1px dashed rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  color: #07132c;
  background: var(--gold);
  text-align: center;
  font-weight: 900;
}

.order-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}

.order-actions .danger-button {
  min-height: 46px;
}

@media (max-width: 850px) {
  html {
    scroll-padding-top: 74px;
  }

  .customer-shell {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 18px));
    margin-top: 12px;
  }

  .receipt-panel {
    position: static;
    order: -1;
    padding: 16px;
  }

  .customer-details {
    grid-template-columns: 1fr;
  }

  .seat-dropdowns {
    grid-template-columns: 1fr;
  }

  .queue-header {
    align-items: stretch;
    flex-direction: column;
  }

  .queue-actions {
    justify-content: stretch;
  }

  .order-actions {
    grid-template-columns: 1fr;
  }

  .queue-actions > * {
    flex: 1 1 160px;
  }

  .staff-choice-grid {
    grid-template-columns: 1fr;
  }

  .order-choice-grid {
    grid-template-columns: 1fr;
  }

  .quick-grid,
  .customer-quick-grid,
  .seat-quick-grid {
    grid-template-columns: 1fr;
  }

  .flavor-columns {
    grid-template-columns: 1fr;
  }

  .status-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .night-log-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .status-band div:nth-child(2) {
    border-right: 0;
  }

  .status-band div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  html {
    scroll-padding-top: 58px;
  }

  .topbar {
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
  }

  .brand {
    min-width: 0;
    gap: 7px;
  }

  .brand h1 {
    font-size: 0.88rem;
    line-height: 1.1;
  }

  .brand p {
    font-size: 0.66rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-logo {
    width: 35px;
    height: 35px;
    padding: 3px;
  }

  .staff-link,
  .secondary-button {
    min-height: 34px;
    padding: 0 8px;
    font-size: 0.82rem;
  }

  .customer-shell {
    width: calc(100% - 8px);
    margin: 5px auto 18px;
    gap: 7px;
  }

  .order-panel,
  .receipt-panel {
    border-radius: 8px;
  }

  .receipt-panel {
    padding: 9px 10px;
    min-height: 0;
  }

  .receipt-panel::after {
    display: none;
  }

  .receipt-panel h2 {
    margin-bottom: 3px;
    font-size: 0.9rem;
  }

  .receipt-panel p {
    font-size: 0.78rem;
    line-height: 1.3;
  }

  .form-intro {
    padding: 11px 12px;
  }

  .intro-kicker {
    margin-bottom: 5px;
    font-size: 0.68rem;
  }

  .form-intro h2 {
    margin-bottom: 8px;
    font-size: 1.08rem;
  }

  .form-intro ol {
    gap: 4px;
    padding-left: 16px;
    font-size: 0.78rem;
    line-height: 1.28;
  }

  .form-section,
  .submit-bar {
    padding-left: 9px;
    padding-right: 9px;
  }

  .form-section {
    padding-top: 11px;
    padding-bottom: 11px;
    scroll-margin-top: 62px;
  }

  .section-title {
    gap: 7px;
    margin-bottom: 7px;
  }

  .section-title span {
    width: 24px;
    height: 24px;
    border-width: 2px;
    font-size: 0.68rem;
    box-shadow: 0 0 0 3px rgba(255, 215, 92, 0.1);
  }

  .section-title h2 {
    font-size: 0.94rem;
  }

  .section-help {
    margin: -2px 0 8px;
    font-size: 0.78rem;
    line-height: 1.28;
  }

  input[type="text"],
  input[type="number"],
  input:not([type]),
  select,
  textarea {
    min-height: 38px;
    padding: 8px 9px;
    font-size: 0.88rem;
  }

  label,
  legend {
    font-size: 0.86rem;
  }

  .customer-details {
    gap: 8px;
  }

  .menu-options {
    gap: 11px;
  }

  .menu-category h3 {
    margin-bottom: 6px;
    font-size: 0.75rem;
  }

  .drink-grid {
    gap: 6px;
  }

  .drink-option {
    min-height: 58px;
    gap: 4px;
    padding: 8px 9px;
  }

  .drink-option strong {
    font-size: 0.9rem;
  }

  .drink-option small {
    font-size: 0.74rem;
    line-height: 1.18;
  }

  .drink-option span {
    font-size: 0.9rem;
  }

  .segmented-options label,
  .addon-grid label,
  .pill-checks label {
    width: 100%;
    min-height: 36px;
    justify-content: flex-start;
    padding: 7px 8px;
    font-size: 0.86rem;
  }

  .segmented-options .temperature-choice {
    justify-content: center;
    min-height: 160px;
    padding: 8px;
  }

  .temperature-choice img {
    height: 96px;
  }

  .temperature-choice strong {
    font-size: 1rem;
  }

  .temperature-choice::before {
    inset: 6px;
  }

  .flavor-columns fieldset {
    padding: 8px;
  }

  .flavor-dropdown summary {
    min-height: 48px;
    padding: 10px;
  }

  .flavor-dropdown .flavor-columns {
    padding: 0 8px 8px;
  }

  .custom-flavor-wrap {
    gap: 6px;
    margin-top: 9px;
    padding: 9px;
  }

  .custom-flavor-wrap p {
    font-size: 0.78rem;
  }

  .seat-map-summary {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 9px;
    padding: 8px;
  }

  .seat-map-summary span {
    font-size: 0.7rem;
  }

  .seat-map-summary strong {
    font-size: 0.85rem;
  }

  .seat-dropdowns {
    gap: 8px;
    margin-bottom: 9px;
  }

  .seat-map-summary .secondary-button {
    width: 100%;
  }

  .seat-map-shell {
    margin-inline: -4px;
    padding: 8px 6px;
  }

  .hall-map {
    gap: 5px;
    min-width: 700px;
  }

  .seat-map-header {
    grid-template-columns: 62px 44px repeat(8, minmax(48px, 1fr));
    gap: 4px;
    font-size: 0.58rem;
  }

  .hall-row {
    grid-template-columns: 62px 44px minmax(0, 1fr);
    gap: 4px;
  }

  .row-tables {
    grid-template-columns: repeat(8, minmax(48px, 1fr));
    gap: 4px;
  }

  .row-label {
    font-size: 0.58rem;
  }

  .row-landmark,
  .cash-cage,
  .bingo-caller {
    min-height: 28px;
  }

  .cash-cage,
  .bingo-caller {
    font-size: 0.44rem;
  }

  .table-spot {
    height: 30px;
  }

  .table-body {
    width: 70%;
    height: 50%;
    font-size: 0.56rem;
  }

  .coffee-list-title {
    flex-direction: column;
    gap: 4px;
  }

  .empty-coffee-list,
  .coffee-list-item {
    padding: 9px;
    font-size: 0.84rem;
  }

  .confirmation {
    margin-top: 10px;
    padding: 10px;
  }

  .confirmation-order {
    padding: 8px;
  }

  .confirmation-order p {
    font-size: 0.78rem;
  }

  .drink-grid,
  .order-queue {
    grid-template-columns: 1fr;
  }

  .night-log-summary {
    grid-template-columns: 1fr;
  }

  .temperature-options {
    grid-template-columns: 1fr;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .submit-bar {
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .order-total {
    font-size: 1.05rem;
    text-align: center;
  }

  .submit-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: 0;
    gap: 6px;
  }

  .submit-actions .secondary-button,
  .submit-actions .primary-button {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 0 8px;
    font-size: 0.9rem;
  }

  .quick-order-modal {
    padding: 8px;
  }

  .quick-order-top,
  .quick-order-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .quick-order-total {
    margin-right: 0;
  }
}

@media (max-width: 380px) {
  .brand h1 {
    font-size: 0.8rem;
  }

  .staff-link,
  .secondary-button {
    font-size: 0.78rem;
  }

  .form-intro ol {
    font-size: 0.74rem;
  }

  .drink-option strong,
  .drink-option span {
    font-size: 0.84rem;
  }

  .drink-option small,
  .section-help,
  .custom-flavor-wrap p {
    font-size: 0.7rem;
  }
}

/* Professional polish */
body {
  color: #f7fbff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(145deg, #05070d 0%, #08172e 35%, #102f65 72%, #070b14 100%);
  background-size: 34px 34px, 34px 34px, auto;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(4, 10, 22, 0.92);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.brand-logo,
.brand-mark {
  flex: 0 0 auto;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}

.brand p,
.intro-kicker,
.section-title h2,
.queue-header p,
.status-band p,
.night-log-summary span {
  letter-spacing: 0;
}

.brand p {
  color: #d4def2;
  font-weight: 700;
}

.brand h1 {
  font-size: 1.28rem;
  font-weight: 900;
}

.staff-link,
.secondary-button,
.primary-button,
.danger-button,
.queue-switch,
.seat-picker-button {
  border-radius: 6px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.staff-link,
.secondary-button {
  min-height: 38px;
  padding: 0 13px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 800;
}

.staff-link:hover,
.staff-link:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible {
  border-color: rgba(255, 215, 92, 0.62);
  background: rgba(255, 215, 92, 0.12);
  outline: 2px solid rgba(255, 215, 92, 0.22);
  outline-offset: 2px;
}

.primary-button,
.seat-picker-button,
.quantity-control button,
.queue-switch.is-active {
  color: #091226;
  background: linear-gradient(180deg, #ffe993 0%, #f7c945 100%);
  box-shadow: 0 10px 22px rgba(255, 215, 92, 0.16);
}

.primary-button:hover,
.primary-button:focus-visible,
.seat-picker-button:hover,
.seat-picker-button:focus-visible,
.quantity-control button:hover,
.quantity-control button:focus-visible {
  background: linear-gradient(180deg, #fff0ad 0%, #ffd657 100%);
  box-shadow: 0 12px 26px rgba(255, 215, 92, 0.22);
}

.concession-item-card .quantity-control button,
.concession-item-card .quantity-control button:hover,
.concession-item-card .quantity-control button:focus-visible {
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(2, 6, 23, 0.18);
}

.concession-item-card.has-quantity .quantity-minus,
.concession-item-card.has-quantity .quantity-minus:hover,
.concession-item-card.has-quantity .quantity-minus:focus-visible {
  color: #ffffff;
  background: #07132c;
}

.order-choice-shell {
  width: min(920px, calc(100% - 32px));
  margin-top: 44px;
}

.order-choice-hero,
.order-panel,
.receipt-panel,
.status-band,
.queue-header,
.night-log,
.staff-login-card {
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(8, 18, 38, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.order-choice-hero {
  padding: 34px;
  text-align: left;
}

.order-choice-hero h2 {
  max-width: 760px;
  color: #ffffff;
  font-size: 3.05rem;
  font-weight: 900;
  line-height: 1.03;
}

.order-choice-hero p {
  max-width: 680px;
  color: #cad5e8;
  font-size: 1rem;
}

.order-choice-hero .intro-kicker {
  justify-self: start;
}

.order-choice-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.order-choice-steps span,
.order-choice-note {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #eef5ff;
  font-size: 0.9rem;
  font-weight: 800;
}

.order-choice-steps span {
  padding: 8px 12px;
}

.order-choice-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #cbd7ec;
}

.order-choice-note strong {
  color: #ffd75c;
}

.order-choice-card,
.staff-choice-card {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.order-choice-card::after,
.staff-choice-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 14px 16px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 92, 0.78), transparent);
}

.order-choice-card:hover,
.order-choice-card:focus-visible,
.staff-choice-card:hover,
.staff-choice-card:focus-visible,
.drink-option:hover,
.drink-option:focus-within,
.concession-item-card:hover {
  transform: translateY(-2px);
}

.order-choice-card strong {
  max-width: 360px;
  font-size: 1.85rem;
}

.order-choice-card small,
.staff-choice-card small {
  color: #c7d3e8;
}

.staff-choice-card.is-tshirts {
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.075);
}

.staff-choice-card.is-craft-show {
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.22), transparent 42%),
    rgba(255, 255, 255, 0.075);
}

.craft-show-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(20, 184, 166, 0.16), transparent 32%),
    linear-gradient(180deg, #111827 0%, #0f172a 100%);
  color: #ffffff;
}

.craft-show-shell {
  width: min(1240px, calc(100% - 28px));
  margin: 0 auto;
  padding: 18px 0 40px;
}

.craft-show-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.craft-show-brand {
  justify-content: center;
  text-align: left;
}

.craft-show-brand p,
.craft-show-brand h1 {
  margin: 0;
}

.craft-show-brand p {
  color: #cbd5e1;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.craft-show-brand h1 {
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.05;
}

.craft-show-back,
.craft-show-refresh,
.craft-primary-link,
.craft-secondary-button,
.craft-secondary-link,
.craft-danger-button,
.craft-show-action {
  min-height: 44px;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
}

.craft-show-back,
.craft-secondary-link {
  display: inline-grid;
  place-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.07);
}

.craft-show-refresh,
.craft-secondary-button {
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.craft-show-refresh:disabled {
  opacity: 0.56;
}

.craft-show-status {
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 8px;
  color: #dbeafe;
  background: rgba(15, 23, 42, 0.78);
  font-weight: 800;
}

.craft-show-status[data-tone="ok"] {
  border-color: rgba(34, 197, 94, 0.42);
  color: #bbf7d0;
  background: rgba(22, 101, 52, 0.2);
}

.craft-show-status[data-tone="warn"] {
  border-color: rgba(251, 191, 36, 0.5);
  color: #fef3c7;
  background: rgba(146, 64, 14, 0.22);
}

.craft-show-status[data-tone="error"],
.craft-send-status[data-tone="error"] {
  border-color: rgba(248, 113, 113, 0.52);
  color: #fecaca;
  background: rgba(127, 29, 29, 0.26);
}

.craft-show-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.craft-show-metrics div,
.craft-email-bucket,
.craft-layout-card,
.craft-message-tool,
.craft-table-toolbar,
.craft-table-wrap {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.76);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.craft-show-metrics div {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 14px;
}

.craft-show-metrics span,
.craft-layout-card span,
.craft-vendor-table small {
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.craft-show-metrics strong {
  color: #ffffff;
  font-size: clamp(1.55rem, 4vw, 2.2rem);
  line-height: 1;
}

.craft-show-actions {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.craft-show-action {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.08);
}

.craft-show-action.is-active,
.craft-show-action:focus-visible,
.craft-show-action:hover {
  color: #062320;
  border-color: rgba(94, 234, 212, 0.72);
  outline: 3px solid rgba(20, 184, 166, 0.22);
  background: linear-gradient(135deg, #5eead4, #fde68a);
}

.craft-show-panel {
  display: none;
}

.craft-show-panel.is-active {
  display: block;
}

.craft-email-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.craft-email-bucket {
  min-height: 320px;
  padding: 14px;
}

.craft-email-bucket h2,
.craft-table-toolbar h2,
.craft-message-sidebar h2,
.craft-layout-card h2 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.15;
}

.craft-email-list {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.craft-email-item,
.craft-empty {
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.craft-email-item.is-confirmed {
  border-color: rgba(74, 222, 128, 0.42);
  background: rgba(22, 163, 74, 0.18);
}

.craft-email-item strong,
.craft-email-item span,
.craft-email-item small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.craft-email-item span {
  color: #e2e8f0;
  font-size: 0.9rem;
  font-weight: 800;
}

.craft-email-item small,
.craft-empty {
  color: #b6c5d9;
  font-weight: 800;
}

.craft-layout-card {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 16px;
  margin-bottom: 12px;
}

.craft-layout-card p {
  margin: 6px 0 0;
  color: #cbd5e1;
  font-weight: 800;
}

.craft-primary-link,
.craft-danger-button {
  display: inline-grid;
  place-items: center;
  padding: 0 18px;
  border: 0;
  color: #111827;
  background: linear-gradient(135deg, #fbbf24, #5eead4);
}

.craft-danger-button {
  color: #ffffff;
  background: linear-gradient(135deg, #dc2626, #be123c);
}

.craft-layout-frame {
  display: block;
  width: 100%;
  min-height: 68vh;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 8px;
  background: #ffffff;
}

.craft-table-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px;
  margin-bottom: 12px;
}

.craft-table-toolbar p,
.craft-message-sidebar p {
  margin: 6px 0 0;
  color: #cbd5e1;
  font-weight: 800;
}

.craft-table-toolbar input,
.craft-message-form input[type="text"],
.craft-message-form textarea,
.craft-notes-cell textarea {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(2, 6, 23, 0.58);
  font: inherit;
}

.craft-table-toolbar input {
  max-width: 360px;
  min-height: 44px;
  padding: 0 12px;
}

.craft-table-wrap {
  overflow-x: auto;
}

.craft-vendor-table {
  width: 100%;
  min-width: 1160px;
  border-collapse: collapse;
}

.craft-vendor-table th,
.craft-vendor-table td {
  padding: 11px 10px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  text-align: left;
  vertical-align: top;
}

.craft-vendor-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #e0f2fe;
  background: #0f172a;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.craft-vendor-table td {
  color: #e2e8f0;
  font-weight: 750;
}

.craft-vendor-table tfoot td {
  color: #ffffff;
  background: rgba(20, 184, 166, 0.18);
  font-weight: 950;
}

.craft-vendor-table strong,
.craft-vendor-table small {
  display: block;
  overflow-wrap: anywhere;
}

.craft-donation-cell {
  text-align: center;
}

.craft-donation-cell input {
  width: 24px;
  height: 24px;
  accent-color: #22c55e;
}

.craft-notes-cell {
  min-width: 220px;
}

.craft-notes-cell textarea {
  min-height: 56px;
  padding: 8px;
  resize: vertical;
}

.craft-notes-cell small {
  display: block;
  min-height: 16px;
  margin-top: 4px;
  color: #93c5fd;
  text-transform: none;
}

.craft-message-tool {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
}

.craft-message-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.craft-message-form {
  display: grid;
  gap: 10px;
}

.craft-message-form label {
  color: #e2e8f0;
  font-weight: 900;
}

.craft-message-form input[type="text"] {
  min-height: 46px;
  padding: 0 12px;
}

.craft-message-form textarea {
  min-height: 180px;
  padding: 12px;
  resize: vertical;
}

.craft-approval-row,
.craft-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.craft-approval-row label {
  display: flex;
  gap: 8px;
  align-items: center;
}

.craft-approval-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #22c55e;
}

.craft-approval-row input[type="text"] {
  max-width: 180px;
}

.craft-send-status {
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 8px;
  color: #cbd5e1;
  background: rgba(2, 6, 23, 0.38);
  font-weight: 850;
}

.craft-send-status[data-tone="ok"] {
  border-color: rgba(34, 197, 94, 0.42);
  color: #bbf7d0;
  background: rgba(22, 101, 52, 0.2);
}

.craft-send-status[data-tone="warn"] {
  border-color: rgba(251, 191, 36, 0.5);
  color: #fef3c7;
  background: rgba(146, 64, 14, 0.22);
}

@media (max-width: 940px) {
  .craft-show-header,
  .craft-show-metrics,
  .craft-show-actions,
  .craft-email-grid,
  .craft-message-tool {
    grid-template-columns: 1fr;
  }

  .craft-show-brand {
    justify-content: start;
  }

  .craft-table-toolbar,
  .craft-layout-card {
    align-items: stretch;
    flex-direction: column;
  }

  .craft-table-toolbar input {
    max-width: none;
  }
}

.tshirt-orders-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255, 215, 92, 0.16), transparent 34%),
    linear-gradient(180deg, #111827 0%, #0f172a 100%);
  color: #ffffff;
}

.tshirt-orders-header {
  align-items: center;
  gap: 16px;
}

.tshirt-orders-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 40px;
}

.tshirt-orders-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.tshirt-orders-summary div,
.tshirt-orders-status,
.tshirt-order-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.74);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.tshirt-orders-summary div {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 16px;
}

.tshirt-orders-summary span,
.tshirt-order-title span,
.tshirt-order-details dt,
.tshirt-line-item span {
  color: #c7d3e8;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tshirt-orders-summary strong {
  color: #ffffff;
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.05;
}

.tshirt-orders-status {
  margin-bottom: 14px;
  padding: 12px 14px;
}

.tshirt-orders-status p {
  margin: 0;
  color: #e5edf8;
  font-weight: 800;
  line-height: 1.4;
}

.tshirt-orders-list {
  display: grid;
  gap: 14px;
}

.tshirt-order-card {
  display: grid;
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
}

.tshirt-order-card.is-new {
  border-color: rgba(255, 215, 92, 0.68);
}

.tshirt-design-image {
  display: grid;
  place-items: center;
  min-height: 170px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.tshirt-design-image img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: contain;
  padding: 8px;
}

.tshirt-design-placeholder {
  padding: 18px;
  color: #334155;
  font-weight: 900;
  text-align: center;
}

.tshirt-order-main {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.tshirt-order-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.tshirt-order-title h2 {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.tshirt-new-badge {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #ffd75c;
  color: #111827;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tshirt-order-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.tshirt-order-details div {
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.tshirt-order-details dt {
  margin-bottom: 5px;
}

.tshirt-order-details dd {
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.tshirt-line-items {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tshirt-line-item {
  display: grid;
  grid-template-columns: 32px minmax(150px, 1.8fr) repeat(4, minmax(84px, 1fr));
  gap: 8px;
  align-items: stretch;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.tshirt-line-item > div:not(.tshirt-line-number) {
  display: grid;
  align-content: start;
  gap: 4px;
  min-width: 0;
}

.tshirt-line-number {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #ffd75c;
  color: #111827;
  font-weight: 950;
}

.tshirt-line-item strong {
  color: #ffffff;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.tshirt-color-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.tshirt-color-swatch {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.5);
}

.tshirt-order-notes,
.tshirt-order-summary,
.tshirt-empty-state {
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #e5edf8;
  font-weight: 800;
  line-height: 1.4;
}

.tshirt-order-summary {
  white-space: pre-wrap;
  font-family: inherit;
}

@media (max-width: 820px) {
  .tshirt-orders-summary,
  .tshirt-order-details {
    grid-template-columns: 1fr;
  }

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

  .tshirt-line-item {
    grid-template-columns: 28px minmax(0, 1fr) minmax(0, 1fr);
  }

  .tshirt-design-image,
  .tshirt-design-image img {
    min-height: 210px;
  }
}

@media (max-width: 520px) {
  .tshirt-line-item {
    grid-template-columns: 28px minmax(0, 1fr);
  }
}

.staff-choice-card.is-directory-updates {
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.075);
}

.directory-updates-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(20, 184, 166, 0.16), transparent 34%),
    linear-gradient(180deg, #111827 0%, #0f172a 100%);
  color: #ffffff;
}

.directory-updates-header {
  align-items: center;
  gap: 16px;
}

.directory-updates-shell {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 40px;
}

.directory-updates-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.directory-updates-summary div,
.directory-updates-status,
.directory-update-card,
.directory-scan-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.74);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.directory-updates-summary div {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 16px;
}

.directory-updates-summary span,
.directory-update-title span,
.directory-scan-title span,
.directory-update-details dt,
.directory-scan-details dt {
  color: #c7d3e8;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.directory-updates-summary strong {
  color: #ffffff;
  font-size: clamp(1.08rem, 2.5vw, 1.7rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.directory-updates-status {
  margin-bottom: 14px;
  padding: 12px 14px;
}

.directory-updates-status p {
  margin: 0;
  color: #e5edf8;
  font-weight: 800;
  line-height: 1.4;
}

.directory-updates-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
  gap: 16px;
  align-items: start;
}

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

.directory-section-heading p,
.directory-section-heading span {
  margin: 0;
  font-weight: 950;
}

.directory-section-heading p {
  color: #ffffff;
  font-size: 1.1rem;
}

.directory-section-heading span {
  color: #c7d3e8;
  font-size: 0.85rem;
}

.directory-updates-list,
.directory-scans-list {
  display: grid;
  gap: 14px;
}

.directory-update-card,
.directory-scan-card {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.directory-update-card.is-new,
.directory-scan-card.is-new {
  border-color: rgba(255, 215, 92, 0.68);
}

.directory-update-title,
.directory-scan-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.directory-update-title h2,
.directory-scan-title h2 {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: clamp(1.05rem, 2.4vw, 1.42rem);
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.directory-new-badge,
.directory-scan-title strong {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #ffd75c;
  color: #111827;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.directory-scan-title strong {
  background: #99f6e4;
}

.directory-update-details,
.directory-scan-details {
  display: grid;
  gap: 10px;
  margin: 0;
}

.directory-update-details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.directory-scan-details {
  grid-template-columns: 1fr;
}

.directory-update-details div,
.directory-scan-details div,
.directory-request-block,
.directory-empty-state {
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.directory-update-details dt,
.directory-scan-details dt {
  margin-bottom: 5px;
}

.directory-update-details dd,
.directory-scan-details dd {
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.directory-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.directory-request-block h3 {
  margin: 0 0 6px;
  color: #99f6e4;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.directory-request-block p,
.directory-empty-state {
  margin: 0;
  color: #e5edf8;
  font-weight: 800;
  line-height: 1.4;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .directory-updates-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .directory-updates-grid,
  .directory-update-details,
  .directory-request-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .directory-updates-summary {
    grid-template-columns: 1fr;
  }
}

.customer-shell {
  grid-template-columns: minmax(0, 1fr) minmax(286px, 340px);
  gap: 18px;
}

.form-intro {
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 215, 92, 0.12), transparent 45%),
    rgba(255, 255, 255, 0.045);
}

.form-intro h2 {
  font-size: 2rem;
  line-height: 1.06;
}

.form-intro-copy,
.concessions-intro p {
  max-width: 720px;
  color: #cbd7ec;
  font-weight: 800;
  line-height: 1.4;
}

.intro-kicker,
.quick-order-top p,
.quick-field-group h3,
.concession-category h3 {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  color: #ffe58b;
  background: rgba(255, 215, 92, 0.1);
  font-size: 0.76rem;
  font-weight: 900;
}

.form-section {
  padding: 18px;
}

.section-title h2,
.queue-header h2,
.night-log-header h2 {
  color: #ffffff;
  font-size: 1.24rem;
  line-height: 1.15;
}

input,
select,
textarea {
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(255, 215, 92, 0.8);
  outline: 3px solid rgba(255, 215, 92, 0.18);
}

.drink-option,
.concession-item-card,
.coffee-list-item,
.night-log-row,
.confirmation-order {
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.045)),
    rgba(6, 16, 34, 0.76);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.drink-option {
  min-height: 88px;
  padding: 14px;
}

.drink-option strong,
.concession-item-title strong {
  color: #ffffff;
}

.drink-option small,
.concession-item-title span,
.coffee-list-item p,
.night-log-row p {
  color: #c4d0e5;
}

.concession-item-card {
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.965);
  color: #07132c;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.16);
}

.concession-item-title strong {
  color: #07132c;
}

.concession-item-title span {
  color: #3c4658;
}

.segmented-options label,
.addon-grid label,
.pill-checks label {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.075);
  font-weight: 800;
}

.segmented-options label:has(input:checked),
.addon-grid label:has(input:checked),
.pill-checks label:has(input:checked) {
  color: #091226;
  background: #ffd75c;
  border-color: #ffd75c;
}

.seat-map-shell {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    #071222;
}

.submit-bar {
  border-top-color: rgba(255, 255, 255, 0.13);
  background: rgba(4, 10, 22, 0.96);
}

.order-total {
  color: #ffd75c;
  font-size: 1.35rem;
}

.receipt-panel {
  top: 94px;
}

.receipt-panel h2 {
  margin-bottom: 8px;
}

.status-band {
  background:
    linear-gradient(90deg, rgba(255, 215, 92, 0.1), transparent 36%, rgba(37, 214, 191, 0.08)),
    rgba(8, 18, 38, 0.94);
}

.status-band span {
  color: #ffffff;
  font-size: 2.2rem;
}

.queue-switcher {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(4, 10, 22, 0.68);
}

.order-card {
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.status-pill {
  border-radius: 999px;
}

.night-log-summary div,
.detail-grid div {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
}

.quantity-control button,
.quantity-control input {
  border-radius: 999px;
}

.quantity-control input {
  font-size: 0.92rem;
}

.concessions-page {
  --ink: #111827;
  --muted: #5f6b7a;
  --line: rgba(17, 24, 39, 0.12);
  --surface: #ffffff;
  --field: #ffffff;
  --wash: #ffffff;
  color: #111827;
  background: #ffffff;
}

.concessions-page .topbar {
  border-bottom: 1px solid #eceff3;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.concessions-page .brand p {
  color: #6b7280;
}

.concessions-page .brand h1 {
  color: #111827;
}

.concessions-page .staff-link,
.concessions-page .secondary-button {
  border-color: #e5e7eb;
  color: #111827;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.concessions-page .customer-shell {
  grid-template-columns: minmax(0, 1fr);
  width: min(1120px, calc(100% - 28px));
  margin-top: 16px;
  gap: 0;
}

.concessions-page .order-panel {
  border: 0;
  background: #ffffff;
  box-shadow: none;
}

.concessions-page .receipt-panel {
  display: none;
}

.concessions-page .form-intro,
.concessions-page .concessions-intro {
  padding: 18px 0 20px;
  border-bottom: 1px solid #edf0f5;
  background: #ffffff;
}

.concessions-page .intro-kicker {
  color: #b45309;
}

.concessions-page .form-intro h2,
.concessions-page .section-heading h2 {
  color: #111827;
}

.concessions-page .form-intro p,
.concessions-page .section-help {
  color: #5f6b7a;
}

.concessions-page .concessions-intro .bingo-only-notice {
  color: #8a4b00;
  border-color: #ffe3a3;
  background: #fff8e7;
  box-shadow: none;
}

.concessions-page .form-section {
  padding: 22px 0;
  border-bottom: 1px solid #edf0f5;
}

.concessions-page label,
.concessions-page legend {
  color: #111827;
}

.concessions-page input[type="text"],
.concessions-page input[type="number"],
.concessions-page input:not([type]),
.concessions-page select,
.concessions-page textarea {
  border-color: #d8dde6;
  color: #111827;
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.04);
}

.concessions-page input::placeholder,
.concessions-page textarea::placeholder {
  color: #9aa3af;
}

.concessions-page .simple-table-picker {
  max-width: 520px;
}

.concessions-page .seat-picker-button {
  color: #111827;
  background: #facc15;
  box-shadow: 0 10px 22px rgba(250, 204, 21, 0.22);
}

.concessions-page .seat-map-summary {
  border-color: #e5e7eb;
  background: #f9fafb;
}

.concessions-page .seat-map-summary span {
  color: #6b7280;
}

.concessions-page .seat-map-shell {
  border-color: #e5e7eb;
  background: #f8fafc;
}

.concessions-page .seat-map-header,
.concessions-page .row-label {
  color: #6b7280;
}

.concessions-page .table-spot {
  border-color: #d8dde6;
  color: #111827;
  background: #ffffff;
}

.concessions-page .table-body {
  color: #111827;
  border-color: #d1d5db;
  background: #f3f4f6;
}

.concessions-page .table-spot.has-selected-seat {
  border-color: #facc15;
  background: #fff8cf;
}

.concessions-page .bingo-caller {
  color: #111827;
  background: #fff8df;
}

.concessions-page .concession-category-summary {
  min-height: 54px;
  padding: 12px 0;
  border: 1px solid #edf0f5;
  border-radius: 8px;
  color: #111827;
  background: #ffffff;
  box-shadow: none;
  font-size: 1.12rem;
}

.concessions-page .concession-dropdown[data-category-id="drinks"] .concession-category-summary {
  background: linear-gradient(135deg, #fee2e2, #ffffff 70%);
  border-color: rgba(185, 28, 28, 0.24);
}

.concessions-page .concession-dropdown[data-category-id="food"] .concession-category-summary {
  background: linear-gradient(135deg, #dbeafe, #ffffff 70%);
  border-color: rgba(29, 78, 216, 0.24);
}

.concessions-page .concession-dropdown[data-category-id="candy"] .concession-category-summary {
  background: linear-gradient(135deg, #dcfce7, #ffffff 70%);
  border-color: rgba(22, 163, 74, 0.24);
}

.concessions-page .concession-dropdown[data-category-id="small-snacks"] .concession-category-summary {
  background: linear-gradient(135deg, #f3e8ff, #ffffff 70%);
  border-color: rgba(126, 34, 206, 0.24);
}

.concessions-page .concession-dropdown[data-category-id="add-ons"] .concession-category-summary {
  background: linear-gradient(135deg, #ffedd5, #ffffff 70%);
  border-color: rgba(234, 88, 12, 0.24);
}

.concessions-page .concession-category-summary small {
  color: #6b7280;
}

.concessions-page .concession-category-summary::after {
  color: #111827;
  background: #f3f4f6;
}

.concessions-page .concession-dropdown .concession-item-grid {
  margin-top: 18px;
}

.concessions-page .concession-item-grid {
  grid-template-columns: repeat(auto-fill, minmax(278px, 1fr));
  gap: 28px 18px;
}

.concessions-page .concession-item-card {
  min-height: 246px;
  padding: 0;
  border: 1px solid #edf0f5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}

.concessions-page .concession-item-card:hover {
  transform: translateY(-1px);
}

.concessions-page .concession-item-image {
  min-height: 246px;
  border-radius: 8px;
  background: #ffffff;
}

.concessions-page .concession-item-image img {
  width: min(100%, 260px);
  height: 198px;
  object-fit: contain;
  transform: scale(1.16);
}

.concessions-page .concession-item-title {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: 1;
  gap: 5px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.12);
  backdrop-filter: blur(10px);
}

.concessions-page .concession-item-title-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
}

.concessions-page .concession-item-title strong {
  min-height: 0;
  color: #111827;
  font-size: 1.08rem;
  line-height: 1.12;
}

.concessions-page .concession-item-title p {
  display: -webkit-box;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: #4b5563;
  font-size: 0.86rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.concessions-page .concession-item-title span {
  color: #374151;
  font-size: 1rem;
  font-weight: 950;
}

.concessions-page .quantity-control {
  top: 112px;
  right: 10px;
}

.concessions-page .concession-item-card .quantity-control button,
.concessions-page .concession-item-card .quantity-control button:hover,
.concessions-page .concession-item-card .quantity-control button:focus-visible {
  width: 36px;
  height: 36px;
  color: #111827;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.18);
}

.concessions-page .concession-item-card.has-quantity .quantity-minus,
.concessions-page .concession-item-card.has-quantity .quantity-minus:hover,
.concessions-page .concession-item-card.has-quantity .quantity-minus:focus-visible {
  color: #ffffff;
  background: #111827;
}

.concessions-page .quantity-value {
  color: #ffffff;
  background: #111827;
}

.concessions-page .concession-item-placeholder {
  width: 86px;
  height: 86px;
  color: #111827;
  background: #facc15;
}

.concessions-page .submit-bar {
  right: 0;
  left: 0;
  padding: 12px max(16px, calc((100vw - 1120px) / 2)) calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -12px 28px rgba(17, 24, 39, 0.08);
}

.concessions-page .order-total {
  color: #111827;
}

.concessions-page .primary-button {
  color: #111827;
  background: #facc15;
  box-shadow: 0 10px 22px rgba(250, 204, 21, 0.22);
}

.coffee-page {
  --ink: #111827;
  --muted: #5f6b7a;
  --line: rgba(17, 24, 39, 0.12);
  --surface: #ffffff;
  --field: #ffffff;
  --wash: #ffffff;
  color: #111827;
  background: #ffffff;
}

.coffee-page .topbar {
  border-bottom: 1px solid #eceff3;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.coffee-simple-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px clamp(12px, 3vw, 24px);
}

.coffee-simple-brand {
  min-width: 0;
}

.coffee-simple-brand .brand-logo {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
}

.coffee-page .brand p {
  color: #6b7280;
}

.coffee-page .brand h1 {
  color: #111827;
}

.coffee-topbar-actions {
  display: flex;
  grid-template-columns: none;
  gap: 8px;
}

.coffee-page .staff-link,
.coffee-page .secondary-button {
  border-color: #e5e7eb;
  color: #111827;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.coffee-page .customer-shell {
  width: min(1120px, calc(100% - 28px));
  margin-top: 16px;
}

.coffee-page .order-panel,
.coffee-page .receipt-panel {
  border-color: #edf0f5;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.07);
}

.coffee-page .receipt-panel {
  border-color: rgba(185, 28, 28, 0.18);
  background:
    linear-gradient(135deg, rgba(254, 226, 226, 0.9), rgba(255, 241, 242, 0.74)),
    #fff1f2;
  box-shadow: 0 12px 30px rgba(185, 28, 28, 0.08);
}

.coffee-page .form-intro {
  border-bottom: 1px solid #edf0f5;
  background:
    linear-gradient(135deg, rgba(185, 28, 28, 0.08), transparent 44%),
    linear-gradient(315deg, rgba(37, 99, 235, 0.08), transparent 40%),
    #ffffff;
}

.coffee-page .intro-kicker {
  color: #b91c1c;
}

.coffee-page .form-intro h2,
.coffee-page .section-title h2,
.coffee-page .receipt-panel h2 {
  color: #111827;
}

.coffee-page .form-intro-copy,
.coffee-page .receipt-panel p,
.coffee-page .seat-map-help,
.coffee-page .custom-flavor-wrap p,
.coffee-page .drink-option small {
  color: #5f6b7a;
}

.coffee-page .simple-order-steps span {
  border-color: rgba(37, 99, 235, 0.18);
  color: #1e3a8a;
  background: rgba(37, 99, 235, 0.08);
}

.coffee-page .form-section {
  border-bottom-color: #edf0f5;
}

.coffee-page .customer-details {
  margin: 18px 18px 0;
  padding: 16px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(219, 234, 254, 0.88), rgba(239, 246, 255, 0.68)),
    #eff6ff;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.08);
}

.coffee-page label,
.coffee-page legend {
  color: #111827;
}

.coffee-page input,
.coffee-page select,
.coffee-page textarea {
  border-color: #d7dce5;
  color: #111827;
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.04);
}

.coffee-page input::placeholder,
.coffee-page textarea::placeholder {
  color: #9aa4b2;
}

.coffee-page .menu-category h3 {
  margin: 0 0 12px;
  color: #b91c1c;
  letter-spacing: 0;
}

.coffee-page .coffee-simple-category {
  padding: 14px;
  border: 1px solid #edf0f5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.coffee-page .coffee-simple-category .drink-grid {
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  gap: 10px;
}

.coffee-page .coffee-simple-category .drink-option {
  min-height: 92px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.74);
}

.coffee-page .coffee-category-iced-hot #temperature-section {
  margin-top: 14px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(202, 138, 4, 0.18);
  border-bottom: 0;
}

.coffee-page .coffee-category-iced-hot #temperature-section .section-title {
  display: none;
}

.coffee-page .coffee-category-iced-hot .temperature-options label {
  flex: 1 1 140px;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-height: 178px;
  font-size: 1.15rem;
  font-weight: 950;
  border-radius: 999px;
  gap: 4px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.coffee-page .coffee-category-iced-hot .temperature-choice::before {
  inset: 6px;
  border-radius: 999px;
}

.coffee-page .coffee-category-iced-hot .temperature-choice img {
  width: min(82%, 156px);
  height: 116px;
}

.coffee-page .coffee-category-iced-hot .temperature-choice strong {
  margin-top: -2px;
}

.coffee-page .temperature-preview {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(100%, 260px);
  margin: 14px auto 0;
  padding: 12px;
  border: 1px solid rgba(202, 138, 4, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}

.coffee-page .temperature-preview.hidden {
  display: none;
}

.coffee-page .temperature-preview img {
  width: min(100%, 210px);
  height: 170px;
  object-fit: contain;
}

.coffee-page .temperature-preview strong {
  color: #111827;
  font-size: 1rem;
  font-weight: 950;
}

.coffee-page .coffee-category-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 34px;
  align-items: center;
  min-height: 54px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0f5;
  color: #111827;
  background: #ffffff;
  font-size: 1.12rem;
  font-weight: 950;
  cursor: pointer;
  list-style: none;
}

.coffee-page .coffee-category-summary::-webkit-details-marker {
  display: none;
}

.coffee-page .coffee-category-summary small {
  color: #6b7280;
  font-size: 0.76rem;
  font-weight: 850;
}

.coffee-page .coffee-category-summary::after {
  content: "+";
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  color: #111827;
  background: #f3f4f6;
  font-size: 1.35rem;
  line-height: 1;
}

.coffee-page .coffee-dropdown[open] .coffee-category-summary::after {
  content: "-";
}

.coffee-page .coffee-dropdown {
  padding: 12px;
  border: 1px solid #edf0f5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.coffee-page .coffee-category-straight {
  border-color: rgba(22, 163, 74, 0.18);
  background: linear-gradient(135deg, rgba(220, 252, 231, 0.92), rgba(240, 253, 244, 0.72));
}

.coffee-page .coffee-category-iced-hot {
  border-color: rgba(202, 138, 4, 0.22);
  background: linear-gradient(135deg, rgba(254, 249, 195, 0.95), rgba(255, 251, 235, 0.78));
}

.coffee-page .coffee-category-frozen {
  border-color: rgba(20, 184, 166, 0.24);
  background: linear-gradient(135deg, rgba(204, 251, 241, 0.95), rgba(236, 254, 255, 0.76));
}

.coffee-page .coffee-category-treats {
  border-color: rgba(147, 51, 234, 0.2);
  background: linear-gradient(135deg, rgba(243, 232, 255, 0.95), rgba(250, 245, 255, 0.78));
}

.coffee-page .coffee-category-hot-chocolate {
  border-color: rgba(180, 83, 9, 0.2);
  background: linear-gradient(135deg, rgba(254, 243, 199, 0.9), rgba(255, 247, 237, 0.76));
}

.coffee-page .coffee-category-root-beer-float {
  border-color: rgba(120, 53, 15, 0.2);
  background: linear-gradient(135deg, rgba(254, 226, 226, 0.78), rgba(255, 247, 237, 0.76));
}

.coffee-page .coffee-dropdown .coffee-category-summary {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom-color: rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.coffee-page .coffee-dropdown .coffee-item-grid {
  margin-top: 18px;
}

.coffee-page .drink-grid {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 12px;
}

.coffee-page .drink-option {
  overflow: hidden;
  min-height: 104px;
  border-color: #e5e7eb;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96)),
    #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.07);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.coffee-page .drink-option::after,
.coffee-page .segmented-options label::after,
.coffee-page .addon-grid label::after,
.coffee-page .pill-checks label::after {
  content: "";
  position: absolute;
  inset: -40% auto auto -55%;
  width: 52%;
  height: 180%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  transform: rotate(18deg) translateX(-140%);
  transition: transform 420ms ease;
  pointer-events: none;
}

.coffee-page .drink-option:hover,
.coffee-page .drink-option:focus-within {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.38);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.14);
}

.coffee-page .drink-option:active {
  transform: translateY(0) scale(0.99);
}

.coffee-page .drink-option:has(input:checked) {
  border-color: #facc15;
  background:
    linear-gradient(135deg, rgba(250, 204, 21, 0.18), rgba(37, 99, 235, 0.08)),
    #ffffff;
  box-shadow:
    0 0 0 3px rgba(250, 204, 21, 0.26),
    0 14px 34px rgba(37, 99, 235, 0.18);
}

.coffee-page .coffee-simple-image {
  width: 100%;
  height: 118px;
  margin: -4px 0 2px;
  object-fit: contain;
  border-radius: 8px;
  background: #ffffff;
}

.coffee-page .coffee-item-grid {
  grid-template-columns: repeat(auto-fill, minmax(278px, 1fr));
  gap: 28px 18px;
}

.coffee-page .coffee-item-card {
  min-height: 246px;
  padding: 0;
  border-color: #edf0f5;
  background: #ffffff;
}

.coffee-page .coffee-item-image {
  display: grid;
  min-height: 246px;
  place-items: center;
  border-radius: 8px;
  color: inherit;
  background: #ffffff;
}

.coffee-page .coffee-item-image img {
  width: min(100%, 260px);
  height: 198px;
  object-fit: contain;
  transform: scale(1.16);
}

.coffee-page .coffee-item-placeholder {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border-radius: 999px;
  color: #111827;
  background: #facc15;
  font-size: 1.25rem;
  font-weight: 950;
}

.coffee-page .coffee-item-title {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: 1;
  display: grid;
  gap: 5px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  color: #111827;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.12);
  backdrop-filter: blur(10px);
}

.coffee-page .coffee-item-title-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
  color: #111827;
}

.coffee-page .coffee-item-title strong {
  color: #111827;
  font-size: 1.08rem;
  line-height: 1.12;
}

.coffee-page .coffee-item-title small {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #4b5563;
  font-size: 0.86rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.coffee-page .coffee-item-title .coffee-item-price {
  color: #374151;
  font-size: 1rem;
  font-weight: 950;
}

.coffee-page .coffee-add-mark {
  position: absolute;
  top: 112px;
  right: 10px;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  color: #111827;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.18);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.coffee-page .coffee-direct-item {
  padding-right: 58px;
}

.coffee-page .drink-option .coffee-direct-add {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  color: #111827;
  background: #facc15;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.18);
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
}

.coffee-page .coffee-item-card:has(input:checked) .coffee-add-mark {
  color: #ffffff;
  background: #111827;
}

.coffee-page .drink-option:has(input:checked)::after,
.coffee-page .segmented-options label:has(input:checked)::after,
.coffee-page .addon-grid label:has(input:checked)::after,
.coffee-page .pill-checks label:has(input:checked)::after {
  transform: rotate(18deg) translateX(370%);
}

.coffee-page .drink-option > strong {
  color: #111827;
  font-size: 1.02rem;
}

.coffee-page .drink-option > span {
  color: #b91c1c;
  font-size: 1.05rem;
  font-weight: 950;
}

.coffee-page .segmented-options label,
.coffee-page .addon-grid label,
.coffee-page .pill-checks label {
  position: relative;
  overflow: hidden;
  border-color: #e5e7eb;
  color: #111827;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.coffee-page .segmented-options label:hover,
.coffee-page .addon-grid label:hover,
.coffee-page .pill-checks label:hover,
.coffee-page .segmented-options label:focus-within,
.coffee-page .addon-grid label:focus-within,
.coffee-page .pill-checks label:focus-within {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.34);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.12);
}

.coffee-page .segmented-options label:has(input:checked),
.coffee-page .addon-grid label:has(input:checked),
.coffee-page .pill-checks label:has(input:checked) {
  border-color: #facc15;
  color: #111827;
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.2), rgba(37, 99, 235, 0.08));
  box-shadow:
    0 0 0 2px rgba(250, 204, 21, 0.24),
    0 10px 24px rgba(37, 99, 235, 0.12);
}

.coffee-page .flavor-dropdown {
  border-color: #edf0f5;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
}

.coffee-page .flavor-dropdown summary {
  color: #111827;
}

.coffee-page .flavor-dropdown summary small {
  color: #b91c1c;
}

.coffee-page .simple-table-picker {
  display: none;
}

.coffee-page .seat-picker-button {
  border-color: rgba(37, 99, 235, 0.2);
  color: #1e3a8a;
  background: rgba(37, 99, 235, 0.08);
}

.coffee-page .seat-picker-button:focus-visible,
.coffee-page .seat-picker-button:hover {
  outline: 3px solid rgba(37, 99, 235, 0.16);
  outline-offset: 2px;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.12);
}

.coffee-page .seat-map-summary {
  border-color: #e5e7eb;
  background: #f9fafb;
}

.coffee-page .seat-map-summary span {
  color: #6b7280;
}

.coffee-page .seat-map-shell {
  border-color: #e5e7eb;
  background: #f8fafc;
}

.coffee-page .seat-map-header,
.coffee-page .row-label {
  color: #6b7280;
}

.coffee-page .table-spot {
  border-color: #d8dde6;
  color: #111827;
  background: #ffffff;
}

.coffee-page .table-body {
  color: #111827;
  border-color: #d1d5db;
  background: #f3f4f6;
}

.coffee-page .table-spot.has-selected-seat {
  border-color: #facc15;
  background: #fff8cf;
}

.coffee-page .cash-cage,
.coffee-page .bingo-caller {
  color: #111827;
  background: #fff8df;
  border-color: #facc15;
}

.coffee-page .submit-bar {
  border-top: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -12px 28px rgba(17, 24, 39, 0.08);
}

.coffee-page .order-total {
  color: #111827;
}

.coffee-page .primary-button {
  color: #111827;
  background: #facc15;
  box-shadow: 0 10px 22px rgba(250, 204, 21, 0.22);
}

.coffee-page .primary-button:active,
.coffee-page .secondary-button:active,
.coffee-page .go-back-button:active {
  transform: scale(0.98);
  box-shadow:
    0 0 0 4px rgba(250, 204, 21, 0.24),
    0 12px 28px rgba(37, 99, 235, 0.18);
}

@media (max-width: 760px) {
  .topbar {
    align-items: center;
    padding: 10px 12px;
  }

  .topbar-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .fulfillment-page .topbar-actions {
    display: flex;
    grid-template-columns: none;
    flex: 1 0 100%;
    padding-left: 54px;
  }

  .topbar-actions .staff-link {
    width: 100%;
  }

  .order-choice-shell,
  .customer-shell,
  .staff-shell {
    width: min(100% - 20px, 640px);
  }

  .customer-page .topbar {
    position: static;
  }

  .customer-page .brand {
    width: 100%;
    justify-content: flex-start;
  }

  .customer-page .brand-logo {
    width: 46px;
    height: 46px;
  }

  .customer-page .brand h1 {
    font-size: 1.08rem;
  }

  .customer-page .brand p {
    font-size: 0.72rem;
  }

  .customer-shell {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 10px auto 22px;
  }

  .order-panel,
  .receipt-panel {
    border-radius: 8px;
  }

  .receipt-panel {
    position: static;
    min-height: auto;
    padding: 14px;
  }

  .receipt-panel h2 {
    font-size: 1rem;
  }

  .receipt-panel p {
    font-size: 0.9rem;
  }

  .order-choice-hero {
    padding: 22px;
  }

  .order-choice-hero h2 {
    font-size: 2.05rem;
  }

  .order-choice-card {
    min-height: 132px;
  }

  .order-choice-card strong {
    font-size: 1.5rem;
  }

  .form-intro h2 {
    font-size: 1.55rem;
  }

  .form-intro {
    padding: 16px;
  }

  .form-section {
    padding: 14px;
    scroll-margin-top: 16px;
  }

  .customer-details {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .drink-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .drink-option {
    min-height: 70px;
    padding: 12px;
  }

  .drink-option strong {
    font-size: 0.98rem;
  }

  .drink-option small {
    font-size: 0.86rem;
  }

  .temperature-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .segmented-options .temperature-choice {
    min-height: 164px;
  }

  .addon-grid,
  .pill-checks {
    gap: 8px;
  }

  .addon-grid label,
  .pill-checks label {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .flavor-columns {
    grid-template-columns: 1fr;
  }

  .seat-picker-button {
    min-height: 52px;
    font-size: 0.98rem;
  }

  .hall-map {
    min-width: 620px;
  }

  .submit-bar {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  }

  .submit-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .submit-actions .secondary-button,
  .submit-actions .primary-button {
    min-height: 44px;
    padding: 0 10px;
  }

  .order-total {
    font-size: 1.15rem;
  }

  .concession-item-image {
    min-height: 112px;
  }

  .concession-item-image img {
    width: min(100%, 116px);
    height: 108px;
  }

  .receipt-panel {
    top: auto;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .brand h1 {
    font-size: 1.05rem;
  }

  .brand p {
    font-size: 0.78rem;
  }

  .topbar-actions {
    grid-template-columns: 1fr;
  }

  .fulfillment-page .topbar-actions {
    display: flex;
    grid-template-columns: none;
    padding-left: 0;
  }

  .simple-table-picker {
    grid-template-columns: 1fr;
  }

  .simple-order-steps span {
    flex: 1 1 auto;
    text-align: center;
  }

  .order-choice-steps span {
    width: 100%;
    text-align: center;
  }

  .order-choice-hero h2 {
    font-size: 1.72rem;
  }

  .order-choice-card {
    padding: 16px;
  }
}

@media (max-width: 520px) {
  .concession-menu {
    gap: 10px;
  }

  .concession-category-summary {
    min-height: 50px;
    padding: 11px 12px;
    font-size: 0.92rem;
  }

  .concession-category-summary::after {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    font-size: 0.92rem;
  }

  .concession-category-summary small {
    font-size: 0.78rem;
  }

  .name-row {
    grid-template-columns: 1fr 1fr;
    max-width: none;
    gap: 8px;
  }

  .concession-name-row {
    grid-template-columns: 1fr;
  }

  .name-row label {
    font-size: 0.9rem;
  }

  .name-row input {
    min-height: 42px;
    padding: 9px 10px;
    font-size: 16px;
  }

  .name-row textarea {
    min-height: 66px;
    padding: 9px 10px;
    font-size: 16px;
  }

  .quantity-control {
    top: 104px;
    right: 9px;
    gap: 4px;
  }

  .quantity-control button,
  .quantity-value {
    min-height: 30px;
    height: 30px;
    font-size: 0.85rem;
  }

  .quantity-control button {
    width: 30px;
  }

  .quantity-value {
    min-width: 30px;
  }
}

@media (max-width: 760px) {
  .concessions-page .topbar {
    position: sticky;
    top: 0;
  }

  .coffee-page .topbar {
    position: sticky;
    top: 0;
  }

  .coffee-page .coffee-simple-header {
    align-items: center;
  }

  .coffee-page .coffee-simple-brand {
    width: auto;
  }

  .coffee-page .coffee-topbar-actions {
    display: flex;
    grid-template-columns: none;
    flex: 0 0 auto;
  }

  .coffee-page .staff-hub-corner {
    min-height: 38px;
    padding: 0 9px;
    font-size: 0.72rem;
  }

  .coffee-page .go-back-button {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.78rem;
  }

  .coffee-page .customer-shell {
    width: min(100% - 24px, 640px);
    margin-top: 10px;
  }

  .coffee-page .form-intro,
  .coffee-page .form-section {
    padding-right: 12px;
    padding-left: 12px;
  }

  .coffee-page .drink-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .coffee-page .drink-option {
    min-height: 116px;
    padding: 12px;
  }

  .coffee-page .coffee-item-card {
    min-height: 198px;
    padding: 0;
  }

  .coffee-page .coffee-item-image {
    min-height: 198px;
  }

  .coffee-page .coffee-item-image img {
    width: min(100%, 172px);
    height: 150px;
    transform: scale(1.22);
  }

  .coffee-page .coffee-add-mark {
    top: 82px;
    right: 8px;
  }

  .coffee-page .drink-option strong {
    font-size: 1rem;
  }

  .concessions-page .customer-shell {
    width: min(100% - 24px, 640px);
    margin-top: 10px;
  }

  .concessions-page .form-intro,
  .concessions-page .form-section {
    padding-right: 0;
    padding-left: 0;
  }

  .concessions-page .concession-item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .concessions-page .concession-item-card {
    min-height: 198px;
  }

  .concessions-page .concession-item-image {
    min-height: 198px;
  }

  .concessions-page .concession-item-image img {
    width: min(100%, 172px);
    height: 150px;
    transform: scale(1.22);
  }

  .concessions-page .quantity-control {
    top: 82px;
    right: 8px;
  }

  .concessions-page .submit-bar {
    grid-template-columns: 86px 1fr;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 520px) {
  .coffee-page .coffee-simple-header {
    gap: 8px;
  }

  .coffee-page .brand-logo {
    width: 42px;
    height: 42px;
  }

  .coffee-page .brand h1 {
    font-size: 1.04rem;
  }

  .coffee-page .brand p {
    font-size: 0.78rem;
  }

  .coffee-page .staff-hub-corner {
    max-width: 68px;
    min-height: 38px;
    padding: 0 8px;
    font-size: 0.74rem;
  }

  .coffee-page .go-back-button {
    min-height: 38px;
    padding: 8px 9px;
    font-size: 0.78rem;
  }

  .concessions-page .topbar-actions {
    grid-template-columns: 1fr 1fr;
  }

  .concessions-page .concession-category-summary {
    padding: 12px 0;
    font-size: 1rem;
  }

  .concessions-page .concession-dropdown .concession-item-grid {
    margin-top: 12px;
  }

  .concessions-page .concession-item-title {
    right: 5px;
    bottom: 5px;
    left: 5px;
    gap: 2px;
    padding: 7px 8px;
  }

  .concessions-page .concession-item-title strong {
    font-size: 1.06rem;
    line-height: 1.08;
  }

  .concessions-page .concession-item-title p {
    min-height: 0;
    font-size: 0.88rem;
    line-height: 1.22;
    -webkit-line-clamp: 1;
  }

  .concessions-page .concession-item-title span {
    margin-top: 0;
    font-size: 1.02rem;
  }

  .concessions-page .concession-item-card .quantity-control button,
  .concessions-page .concession-item-card .quantity-control button:hover,
  .concessions-page .concession-item-card .quantity-control button:focus-visible {
    width: 34px;
    height: 34px;
  }
}

.concessions-page .concession-item-card.is-out-of-order {
  border-color: rgba(185, 28, 28, 0.7);
  background: #fee2e2;
}

.concessions-page .concession-item-card.is-out-of-order .concession-item-title {
  background: rgba(254, 226, 226, 0.92);
}

.concessions-page .concession-item-card.is-out-of-order .concession-item-title strong,
.concessions-page .concession-item-card.is-out-of-order .concession-item-title span {
  color: #7f1d1d;
}



