:root {
  --purple: #c98a00;
  --purple-dark: #4a3300;
  --pink: #ffc400;
  --rose: #ffd44d;
  --orange: #e0a80a;
  --burnt-orange: #c98a00;
  --yellow: #ffc400;
  --yellow-soft: #ffe9a3;
  --teal: #c98a00;
  --cream: #fff0c8;
  --cream-light: #fff8df;
  --paper: rgba(255, 244, 214, .86);
  --ink: #1a1408;
  --muted: rgba(26,20,8, .68);
  --line: rgba(26,20,8, .34);
  --soft-line: rgba(26,20,8, .14);
  --shadow: rgba(26,20,8, .16);
  --danger: #1a1408;
  --success: #c98a00;
  --radius: 24px;
  /* Type roles mirror the flyer: the groovy display face is spent only on
     the marquee moments (the way "ATLANTA" gets it), everything else is
     the heavy grotesque used for the date bars and artist names. */
  --font-display: "Anton", Impact, "Haettenschweiler", sans-serif;
  --font-body: "Archivo", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 91% 2%, rgba(255,196,0, .72) 0 70px, rgba(224,168,10,.50) 71px 94px, transparent 96px),
    radial-gradient(circle at 9% 82%, rgba(255,196,0,.30), transparent 25%),
    radial-gradient(circle at 82% 82%, rgba(201,138,0,.24), transparent 30%),
    linear-gradient(180deg, #c98a00 0%, #e0a80a 34%, #ffc400 58%, #ffcc1f 78%, #ffd84d 100%);
  padding: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .10;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px),
    radial-gradient(circle, rgba(26,20,8,.20) 1px, transparent 1.2px);
  background-size: 48px 48px, 48px 48px, 7px 7px;
  mix-blend-mode: soft-light;
  z-index: 0;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,248,223,.05), transparent 36%, rgba(26,20,8,.04));
  z-index: 0;
}

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

.shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 42px;
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 4px 0 22px;
}

.tool-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}

.logo-badge {
  width: 52px;
  height: 30px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  display: grid;
  place-items: center;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: .03em;
  line-height: 1;
  padding-top: 1px;
  box-shadow: 2px 2px 0 rgba(26,20,8,.70);
  text-transform: uppercase;
}

.logo-text {
  font-size: 13px;
  letter-spacing: .12em;
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(255,248,223,.92);
  text-shadow: 1px 1px 0 rgba(26,20,8,.48);
}

.topbar-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--ink);
}

.topbar-links span {
  border: 1px solid rgba(26,20,8,.35);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255, 248, 223, .46);
  backdrop-filter: blur(8px);
}

.topbar-links span:last-child { background: rgba(255,196,0,.78); }

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: 24px;
  align-items: start;
}

.page-stack {
  display: grid;
  gap: 18px;
}

.hero-card,
.panel,
.checkout-panel {
  border: 1.5px solid rgba(26,20,8,.55);
  background: var(--paper);
  box-shadow: 0 22px 55px var(--shadow);
  backdrop-filter: blur(10px);
}

.hero-card {
  border-radius: 30px;
  padding: clamp(24px, 4vw, 42px);
  min-height: 620px;
  position: relative;
  overflow: hidden;
}

.hero-card.short { min-height: 420px; }

.hero-card::before {
  content: "";
  position: absolute;
  right: -70px;
  top: 42px;
  width: 158px;
  height: 158px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,196,0,.88) 0 42%, rgba(224,168,10,.46) 43% 64%, transparent 65%);
  opacity: .58;
}

.hero-card::after {
  content: "↘ ↘";
  position: absolute;
  left: 24px;
  bottom: 32px;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -.08em;
  color: rgba(255,196,0,.46);
  line-height: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  border: 1px solid rgba(26,20,8,.38);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 248, 223, .52);
  color: var(--ink);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

h1 {
  margin: 0;
  max-width: 650px;
  font-family: var(--font-display);
  font-size: clamp(36px, 5.2vw, 58px);
  line-height: 1.0;
  letter-spacing: .005em;
  text-transform: none;
  color: var(--ink);
  font-weight: 400;
  text-shadow: 2px 2px 0 rgba(26,20,8,.12);
}

h1::after {
  content: "";
  display: block;
  width: 116px;
  height: 6px;
  border-radius: 999px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--purple), var(--pink), var(--orange), var(--yellow));
}

.intro {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.68;
  font-weight: 600;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  max-width: 640px;
}

.pill {
  border: 1px solid rgba(26,20,8,.30);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255,248,223,.54);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pill:nth-child(2) { background: rgba(255,196,0,.50); }
.pill:nth-child(3) { background: rgba(201,138,0,.13); }
.pill:nth-child(4) { background: rgba(224,168,10,.18); }

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin: 28px 0 0;
  max-width: 680px;
}

.feature {
  min-height: 118px;
  border: 1px solid rgba(26,20,8,.20);
  border-radius: 20px;
  padding: 15px;
  background: rgba(255, 248, 223, .46);
}

.feature strong,
.steps li strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 850;
}

.feature span,
.steps li span {
  display: block;
  color: rgba(26,20,8,.66);
  line-height: 1.48;
  font-size: 12.5px;
  font-weight: 550;
}

.mini-poster {
  margin: 34px 0 0 auto;
  max-width: 440px;
  border: 1.5px solid rgba(26,20,8,.65);
  border-radius: 26px;
  padding: 18px;
  background:
    radial-gradient(circle at 86% 16%, rgba(255,196,0,.58), transparent 24%),
    linear-gradient(145deg, rgba(201,138,0,.86), rgba(255,212,77,.74) 48%, rgba(224,168,10,.64) 100%);
  color: var(--cream-light);
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(26,20,8,.16);
}

.mini-poster::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 54px;
  height: 34px;
  border: 1.5px solid rgba(26,20,8,.74);
  border-radius: 9px;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  opacity: .92;
  transform: rotate(-4deg);
}

.poster-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.poster-kicker {
  color: rgba(255,248,223,.94);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.poster-chip {
  width: 38px;
  height: 26px;
  border: 1.5px solid rgba(26,20,8,.70);
  border-radius: 9px;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
}

.poster-title {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: .012em;
  text-shadow: 2px 2px 0 rgba(26,20,8,.32);
  text-transform: uppercase;
  color: var(--cream-light);
}

.poster-sub {
  position: relative;
  z-index: 1;
  margin-top: 9px;
  color: rgba(255,248,223,.76);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.panel,
.checkout-panel {
  border-radius: 28px;
  padding: 20px;
  background: rgba(255, 244, 214, .88);
}

.checkout-panel { position: sticky; top: 20px; }

.panel::before,
.checkout-panel::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  border-radius: 999px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--purple), var(--pink), var(--orange), var(--yellow));
  opacity: .92;
}

.panel-title,
h2 {
  margin: 0 0 6px;
  font-family: var(--font-body);
  color: var(--ink);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.005em;
  line-height: 1.08;
}

.panel-subtitle,
p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.48;
  font-weight: 550;
}

label {
  display: block;
  font-size: 10px;
  color: var(--ink);
  margin: 14px 0 7px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .10em;
}

input {
  width: 100%;
  appearance: none;
  border: 1px solid rgba(26,20,8,.30);
  border-radius: 15px;
  background: rgba(255, 248, 223, .78);
  color: var(--ink);
  padding: 13px 13px;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

input::placeholder { color: rgba(26,20,8,.42); }
input:focus {
  background: var(--cream-light);
  border-color: rgba(26,20,8,.74);
  box-shadow: 0 0 0 4px rgba(255,196,0,.24);
}

.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.full { grid-column: 1 / -1; }

button,
.button {
  margin-top: 16px;
  width: 100%;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  padding: 14px 18px;
  background: var(--ink);
  color: var(--cream-light);
  box-shadow: 0 10px 22px rgba(26,20,8,.18);
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .09em;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

button:hover,
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(26,20,8,.22);
}

button:disabled { cursor: not-allowed; opacity: .62; transform: none; }
button.secondary,
.button.secondary {
  background: rgba(255,248,223,.64);
  color: var(--ink);
  border-color: rgba(26,20,8,.32);
}

.status {
  min-height: 22px;
  margin-top: 13px;
  color: rgba(26,20,8,.66);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  padding: 12px;
  border: 1px solid rgba(26,20,8,.18);
  border-radius: 17px;
  background: rgba(255, 248, 223, .50);
  white-space: pre-wrap;
}
.status.success { color: var(--success); background: rgba(201,138,0,.10); border-color: rgba(201,138,0,.24); }
.status.error { color: var(--danger); background: rgba(26,20,8,.10); border-color: rgba(26,20,8,.24); }

.hidden { display: none !important; }

.creds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0 8px;
}

.credBox {
  border: 1px solid rgba(26,20,8,.20);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 248, 223, .46);
}

.credBox span {
  display: block;
  color: rgba(26,20,8,.58);
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .10em;
}
.credBox strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.callout,
.small-note {
  margin-top: 15px;
  padding: 12px;
  border: 1px solid rgba(26,20,8,.20);
  border-radius: 17px;
  background: rgba(255,196,0, .22);
  color: rgba(26,20,8,.66);
  font-size: 12px;
  line-height: 1.46;
  font-weight: 550;
}
.callout strong,
.small-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .10em;
  font-weight: 850;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: grid;
  gap: 9px;
}
.steps li {
  border: 1px solid rgba(26,20,8,.20);
  border-radius: 18px;
  padding: 13px;
  background: rgba(255, 248, 223, .46);
}

.footer {
  margin-top: 30px;
  padding: 14px 0 0;
  color: rgba(26,20,8,.72);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .10em;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  text-shadow: 1px 1px 0 rgba(255,248,223,.45);
}

@media (max-width: 980px) {
  .shell { width: min(100% - 26px, 760px); padding-bottom: 34px; }
  .topbar { align-items: flex-start; flex-direction: column; }
  .topbar-links { justify-content: flex-start; }
  .layout { grid-template-columns: 1fr; gap: 22px; }
  .checkout-panel { position: static; }
  .hero-card { min-height: auto; }
  .feature-list { grid-template-columns: 1fr; }
  .feature { min-height: auto; }
  .mini-poster { margin-left: 0; }
}

@media (max-width: 700px) { .grid, .creds { grid-template-columns: 1fr; } .full { grid-column: auto; } }

@media (max-width: 540px) {
  .shell { width: min(100% - 20px, 760px); padding-top: 14px; }
  .logo-text { font-size: 11px; }
  .logo-badge { width: 48px; height: 29px; font-size: 14px; }
  .topbar-links span { font-size: 9.5px; padding: 7px 9px; }
  .hero-card, .panel, .checkout-panel { border-radius: 23px; }
  .hero-card { padding: 23px 18px; }
  h1 { font-size: clamp(32px, 10.8vw, 46px); letter-spacing: .005em; }
  .intro { font-size: 14px; line-height: 1.58; }
  .hero-card::before { width: 124px; height: 124px; right: -62px; top: 46px; }
  .hero-card::after { font-size: 32px; bottom: 30px; }
  .poster-title { font-size: 27px; margin-top: 58px; }
  .checkout-panel, .panel { padding: 17px; }
  .panel-title, h2 { font-size: 18px; }
}

/* Vendor intake additions */
select,
textarea {
  width: 100%;
  appearance: none;
  border: 1px solid rgba(26,20,8,.30);
  border-radius: 15px;
  background: rgba(255, 248, 223, .78);
  color: var(--ink);
  padding: 13px 13px;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, rgba(26,20,8,.72) 50%), linear-gradient(135deg, rgba(26,20,8,.72) 50%, transparent 50%);
  background-position: calc(100% - 19px) calc(50% - 3px), calc(100% - 13px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}

textarea {
  min-height: 110px;
  resize: vertical;
  line-height: 1.45;
}

select:focus,
textarea:focus {
  background-color: var(--cream-light);
  border-color: rgba(26,20,8,.74);
  box-shadow: 0 0 0 4px rgba(255,196,0,.24);
}

textarea::placeholder { color: rgba(26,20,8,.42); }

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0 4px;
}

.benefit {
  border: 1px solid rgba(26,20,8,.20);
  border-radius: 18px;
  padding: 13px;
  background: rgba(255, 248, 223, .46);
}

.benefit strong {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: var(--ink);
}

.single-focus {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
}

.hero-card::after {
  content: "";
}

@media (max-width: 700px) {
  .benefit-grid { grid-template-columns: 1fr; }
}

/* Booth map selector */
.booth-selector {
  margin-top: 8px;
  border: 1px solid rgba(26,20,8,.20);
  border-radius: 22px;
  background: rgba(255, 248, 223, .45);
  padding: 14px;
}

.booth-selector-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

.booth-selector h3 {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.mini-label {
  display: block;
  color: rgba(26,20,8,.58);
  font-size: 9.5px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.booth-helper,
.empty-booth-note {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(26,20,8,.64);
  font-weight: 600;
}

.mini-refresh,
.small-clear {
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 9.5px;
  background: rgba(255,248,223,.72);
  color: var(--ink);
  border-color: rgba(26,20,8,.26);
  box-shadow: none;
}

.booth-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 10px 0 12px;
  color: rgba(26,20,8,.68);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.booth-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(26,20,8,.40);
}
.legend-dot.available { background: rgba(255,248,223,.95); }
.legend-dot.selected { background: var(--yellow); }
.legend-dot.unavailable { background: rgba(26,20,8,.22); }

.booth-map-shell {
  position: relative;
  height: 460px;
  border: 1.5px solid rgba(26,20,8,.44);
  border-radius: 24px;
  background:
    linear-gradient(90deg, transparent 0 27%, rgba(255,248,223,.34) 27% 48%, transparent 48% 52%, rgba(255,248,223,.34) 52% 73%, transparent 73% 100%),
    linear-gradient(180deg, rgba(255,248,223,.64), rgba(255,240,200,.34));
  overflow: hidden;
  margin-top: 10px;
}

.booth-map-shell::before,
.booth-map-shell::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  height: 7%;
  border-radius: 999px;
  background: rgba(201,138,0,.10);
  border: 1px dashed rgba(26,20,8,.18);
  z-index: 1;
}

.booth-map-shell::before { top: 42%; }
.booth-map-shell::after { top: 64%; }

.map-label {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(26,20,8,.22);
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(255,248,223,.72);
  color: rgba(26,20,8,.70);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.map-label.top { top: 5px; left: 50%; transform: translateX(-50%); }
.map-label.center { top: 43%; left: 50%; transform: translateX(-50%); }
.map-label.center.lower { top: 65%; }

.booth-map {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.booth-slot {
  position: absolute;
  margin: 0;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(26,20,8,.45);
  border-radius: 8px;
  background: rgba(255,248,223,.96);
  color: var(--ink);
  box-shadow: 1px 1px 0 rgba(26,20,8,.22);
  font-size: clamp(7px, 1.45vw, 10px);
  font-weight: 900;
  letter-spacing: -.02em;
  text-transform: uppercase;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.booth-slot:hover:not(:disabled) {
  transform: scale(1.06);
  box-shadow: 2px 2px 0 rgba(26,20,8,.32);
}

.booth-slot.unavailable,
.booth-slot.blocked,
.booth-slot.inactive {
  background: rgba(26,20,8,.16);
  color: rgba(26,20,8,.45);
  cursor: not-allowed;
  border-color: rgba(26,20,8,.18);
  box-shadow: none;
}

.booth-slot.selected,
.booth-slot.pair-selected {
  background: var(--yellow);
  border-color: var(--ink);
  color: var(--ink);
  box-shadow: 2px 2px 0 rgba(26,20,8,.50);
}

.pair-picker {
  margin-top: 14px;
}

.pair-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.pair-option {
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(255,248,223,.78);
  color: var(--ink);
  border-color: rgba(26,20,8,.28);
  box-shadow: none;
  font-size: 10px;
}

.pair-option.selected {
  background: var(--yellow);
  border-color: var(--ink);
  box-shadow: 2px 2px 0 rgba(26,20,8,.40);
}

.selected-booth-card {
  margin-top: 14px;
  border: 1px solid rgba(26,20,8,.22);
  border-radius: 18px;
  padding: 13px;
  background: rgba(255,196,0,.25);
}
.selected-booth-card span {
  display: block;
  color: rgba(26,20,8,.58);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .10em;
}
.selected-booth-card strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
}

@media (max-width: 540px) {
  .booth-selector { padding: 12px; border-radius: 19px; }
  .booth-selector-head { flex-direction: column; }
  .mini-refresh { align-self: flex-start; }
  .booth-map-shell { height: 410px; border-radius: 18px; }
  .booth-slot { border-radius: 6px; }
  .map-label { font-size: 8px; padding: 4px 6px; }
}

/* Cleaner booth map — map-first selector, no long option list */
.booth-selector.clean-map,
.booth-selector {
  background: rgba(255, 248, 223, .58);
  border-color: rgba(26,20,8,.16);
  padding: 16px;
}

.booth-helper {
  max-width: 760px;
  margin-bottom: 10px;
}

.booth-legend {
  margin: 8px 0 10px;
  gap: 7px;
}

.booth-legend span {
  background: rgba(255,248,223,.58);
  border: 1px solid rgba(26,20,8,.12);
  border-radius: 999px;
  padding: 6px 8px;
  letter-spacing: .06em;
}

.booth-map-shell {
  height: 420px;
  border: 1px solid rgba(26,20,8,.22);
  border-radius: 22px;
  background:
    linear-gradient(90deg, transparent 0 28%, rgba(255,248,223,.22) 28% 47%, transparent 47% 53%, rgba(255,248,223,.22) 53% 72%, transparent 72% 100%),
    linear-gradient(180deg, rgba(255,248,223,.76), rgba(255,238,200,.44));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28);
}

.booth-map-shell::before,
.booth-map-shell::after {
  left: 15%;
  right: 15%;
  height: 6%;
  background: rgba(201,138,0,.07);
  border-color: rgba(26,20,8,.12);
}

.map-label {
  border-color: rgba(26,20,8,.13);
  background: rgba(255,248,223,.82);
  color: rgba(26,20,8,.58);
  box-shadow: none;
}

.booth-slot {
  border: 1px solid rgba(26,20,8,.28);
  background: rgba(255,252,236,.92);
  box-shadow: none;
  color: rgba(26,20,8,.82);
  transition: transform .15s ease, background .15s ease, border-color .15s ease, opacity .15s ease;
}

.booth-slot:hover:not(:disabled),
.booth-slot:focus-visible:not(:disabled) {
  transform: scale(1.08);
  border-color: var(--ink);
  background: rgba(255,248,223,1);
  box-shadow: 0 0 0 3px rgba(255,196,0,.18);
}

.booth-slot.unavailable,
.booth-slot.blocked,
.booth-slot.inactive {
  background: rgba(26,20,8,.09);
  color: rgba(26,20,8,.32);
  border-color: rgba(26,20,8,.10);
  opacity: .72;
}

.booth-slot.pair-available {
  background: rgba(255,252,236,.96);
  border-color: rgba(26,20,8,.30);
}

.booth-slot.pair-hover {
  background: rgba(255,196,0,.38);
  border-color: rgba(26,20,8,.50);
}

.booth-slot.selected,
.booth-slot.pair-selected {
  background: var(--yellow);
  border-color: var(--ink);
  color: var(--ink);
  box-shadow: 0 0 0 3px rgba(255,196,0,.22);
  opacity: 1;
}

.map-note {
  margin-top: 12px;
  border: 1px solid rgba(26,20,8,.14);
  border-radius: 16px;
  padding: 11px 12px;
  background: rgba(255,248,223,.64);
  color: rgba(26,20,8,.66);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.selected-booth-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  background: rgba(255,196,0,.20);
  border-color: rgba(26,20,8,.16);
  padding: 12px 13px;
}

.selected-booth-card span,
.selected-booth-card strong {
  grid-column: 1;
}

.selected-booth-card .small-clear {
  grid-column: 2;
  grid-row: 1 / span 2;
}

@media (max-width: 540px) {
  .booth-map-shell { height: 390px; }
  .booth-legend span { padding: 5px 7px; }
  .selected-booth-card { grid-template-columns: 1fr; }
  .selected-booth-card .small-clear { grid-column: 1; grid-row: auto; justify-self: start; }
}
