@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500 700;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 800;
}

:root {
  --ink: #070a10;
  --ink-2: #0b1321;
  --panel: #101a29;
  --panel-2: #152234;
  --gold: #d8b66a;
  --gold-light: #f2d99d;
  --teal: #25c3b0;
  --ivory: #f1e9d7;
  --muted: #93a0b3;
  --line: rgba(216, 182, 106, 0.32);
  --coral: #d77a74;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

button,
input,
select {
  font: inherit;
}

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

[hidden] {
  display: none !important;
}

body.modal-open {
  overflow: hidden;
}

.setup-banner,
.page-flash {
  background: #12241f;
  border-bottom: 1px solid rgba(37, 195, 176, 0.45);
  color: #dffcf4;
  font-size: 11px;
  padding: 10px 20px;
  text-align: center;
}

.setup-banner {
  background: #2b2110;
  border-color: rgba(216, 182, 106, 0.45);
  color: var(--gold-light);
}

.setup-banner a,
.page-flash a {
  text-decoration: underline;
}

.page-flash.error {
  background: #311918;
  border-color: rgba(215, 122, 116, 0.6);
  color: #ffd4d0;
}

.link-button,
.icon-button {
  background: transparent;
  border: 0;
  color: #8c98a8;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.link-button {
  font-size: 10px;
}

.icon-button {
  font-size: 14px;
}

.toast.toast-error {
  background: #351917;
  border-color: rgba(215, 122, 116, 0.72);
  color: #ffd8d4;
}

/* PHP account and installation screens */
.auth-page {
  align-items: center;
  background:
    radial-gradient(circle at 15% 18%, rgba(64, 103, 148, 0.22), transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(216, 182, 106, 0.08), transparent 30%),
    #070a10;
  display: flex;
  justify-content: center;
  min-height: 100svh;
  padding: 28px 18px;
}

.auth-card {
  background: linear-gradient(145deg, rgba(16, 26, 41, 0.98), rgba(8, 14, 23, 0.98));
  border: 1px solid rgba(216, 182, 106, 0.52);
  border-radius: 22px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.55);
  max-width: 590px;
  padding: 38px;
  width: 100%;
}

.auth-card .brand {
  margin-bottom: 48px;
}

.auth-card h1 {
  font-family: var(--serif);
  font-size: clamp(41px, 7vw, 57px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0 0 13px;
}

.auth-intro {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
  margin: 0 0 24px;
}

.auth-form {
  display: grid;
  gap: 15px;
}

.auth-form label {
  color: #aeb8c5;
  display: grid;
  font-size: 10px;
  gap: 7px;
}

.auth-form input:not([type="checkbox"]) {
  background: #09111c;
  border: 1px solid rgba(147, 160, 179, 0.24);
  border-radius: 8px;
  color: var(--ivory);
  min-height: 46px;
  outline: 0;
  padding: 0 13px;
}

.auth-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(216, 182, 106, 0.1);
}

.auth-switch {
  color: #69778b;
  font-size: 10px;
  margin: 20px 0 0;
  text-align: center;
}

.auth-switch a {
  color: var(--gold);
}

.form-alert {
  background: rgba(215, 122, 116, 0.1);
  border: 1px solid rgba(215, 122, 116, 0.35);
  border-radius: 7px;
  color: #efaaa3;
  font-size: 10px;
  margin-bottom: 9px;
  padding: 10px 12px;
}

.form-alert.warning {
  background: rgba(216, 182, 106, 0.08);
  border-color: rgba(216, 182, 106, 0.36);
  color: var(--gold-light);
}

.form-alert a {
  text-decoration: underline;
}

a {
  color: inherit;
  text-decoration: none;
}

.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(7, 10, 16, 0.92);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  height: 78px;
  left: 0;
  padding: 0 30px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 60;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 600;
  gap: 13px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  border: 1px solid var(--gold);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  position: relative;
  transform: rotate(30deg);
  width: 40px;
}

.brand-mark::before,
.brand-mark::after {
  border: 1px solid rgba(216, 182, 106, 0.72);
  content: "";
  height: 34px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 34px;
}

.brand-mark::before {
  transform: rotate(60deg);
}

.brand-mark::after {
  transform: rotate(120deg);
}

.brand-mark span {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 19px;
  transform: rotate(-30deg);
}

.main-nav,
.header-actions {
  align-items: center;
  display: flex;
}

.main-nav {
  gap: clamp(25px, 3vw, 52px);
}

.main-nav a,
.login-link {
  align-items: center;
  color: #ded7ca;
  display: inline-flex;
  font-size: 14px;
  gap: 9px;
  transition: color 160ms ease;
}

.main-nav a:hover,
.login-link:hover {
  color: var(--gold-light);
}

.header-actions {
  gap: 24px;
  justify-content: flex-end;
}

.avatar {
  align-items: center;
  background: rgba(37, 195, 176, 0.14);
  border: 1px solid rgba(37, 195, 176, 0.45);
  border-radius: 50%;
  color: var(--teal);
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.gold-button {
  align-items: center;
  background: linear-gradient(135deg, #e3c476, #bd8d39);
  border: 1px solid #f3d99b;
  border-radius: 11px;
  box-shadow: 0 8px 30px rgba(216, 182, 106, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  color: #17120a;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.gold-button:hover {
  box-shadow: 0 10px 34px rgba(216, 182, 106, 0.28);
  filter: brightness(1.07);
  transform: translateY(-2px);
}

.gold-button:active {
  transform: translateY(0) scale(0.985);
}

.gold-button.compact {
  min-height: 43px;
}

.gold-button.wide {
  width: 100%;
}

.menu-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  display: none;
  padding: 8px;
}

.menu-toggle span {
  background: var(--gold-light);
  display: block;
  height: 1px;
  margin: 5px 0;
  width: 24px;
}

.hero {
  background:
    radial-gradient(circle at 7% 21%, rgba(64, 103, 148, 0.2), transparent 27%),
    linear-gradient(120deg, #09111d 0%, #070a10 52%, #0b1321 100%);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(330px, 0.68fr) minmax(630px, 1.32fr);
  min-height: calc(100svh - 78px);
  overflow: hidden;
  padding: 40px clamp(28px, 3vw, 52px) 54px;
  position: relative;
}

.hero::after {
  background: linear-gradient(120deg, transparent, rgba(216, 182, 106, 0.06), transparent);
  content: "";
  height: 1px;
  left: 3%;
  position: absolute;
  right: 3%;
  top: 22px;
}

.hero-glow {
  background: linear-gradient(110deg, rgba(133, 164, 194, 0.15), transparent 55%);
  clip-path: polygon(0 0, 38% 0, 100% 100%, 0 82%);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 48%;
}

.hero-copy {
  align-self: center;
  max-width: 520px;
  padding: 10px 0 18px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  color: var(--gold);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.17em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.eyebrow span {
  background: var(--gold);
  display: inline-block;
  height: 1px;
  width: 28px;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(48px, 4.35vw, 72px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.93;
  margin: 0;
}

.hero h1 em,
.section-heading h2 em {
  color: var(--gold);
  font-style: normal;
}

.hero-description {
  border-left: 1px solid var(--gold);
  color: #b7bfca;
  font-size: 15px;
  line-height: 1.75;
  margin: 30px 0;
  max-width: 440px;
  padding-left: 19px;
}

.exhibition-card {
  align-items: center;
  background: linear-gradient(135deg, rgba(16, 26, 41, 0.92), rgba(9, 17, 29, 0.78));
  border: 1px solid rgba(216, 182, 106, 0.62);
  border-radius: 19px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 18px;
  grid-template-columns: 68px 1fr auto;
  padding: 20px;
}

.exhibition-icon {
  align-items: center;
  border: 1px solid rgba(216, 182, 106, 0.6);
  border-radius: 12px;
  color: var(--gold);
  display: flex;
  font-family: var(--serif);
  font-size: 34px;
  height: 68px;
  justify-content: center;
}

.card-kicker {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.exhibition-card h2 {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 12px;
}

.exhibition-card ul {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.exhibition-card li {
  align-items: center;
  color: #abb4c2;
  display: flex;
  font-size: 12px;
  gap: 8px;
}

.exhibition-card li .icon {
  height: 15px;
  width: 15px;
}

.exhibition-card li.availability {
  color: var(--teal);
}

.round-link {
  align-items: center;
  border: 1px solid rgba(216, 182, 106, 0.46);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  height: 38px;
  justify-content: center;
  transition: background 160ms ease, color 160ms ease;
  width: 38px;
}

.round-link:hover {
  background: var(--gold);
  color: var(--ink);
}

.trust-row {
  display: flex;
  gap: 28px;
  margin-top: 22px;
}

.trust-row span {
  color: #68778a;
  display: flex;
  flex-direction: column;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trust-row strong {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.plan-shell {
  align-self: center;
  background: linear-gradient(145deg, rgba(15, 25, 40, 0.95), rgba(7, 13, 22, 0.98));
  border: 1px solid rgba(216, 182, 106, 0.55);
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.plan-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 11px 16px;
}

.legend,
.plan-actions {
  align-items: center;
  display: flex;
}

.legend {
  color: #c6cbd1;
  font-size: 10px;
  gap: 22px;
}

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

.legend-dot {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.legend-dot.available {
  background: rgba(37, 195, 176, 0.45);
  color: var(--teal);
}

.legend-dot.selected {
  background: var(--gold);
  box-shadow: 0 0 10px rgba(216, 182, 106, 0.65);
  color: var(--gold-light);
}

.legend-dot.booked {
  background: rgba(215, 122, 116, 0.7);
  color: var(--coral);
}

.plan-actions {
  gap: 5px;
}

.plan-actions button,
.plan-actions select {
  background: #101a29;
  border: 1px solid rgba(216, 182, 106, 0.22);
  color: #d4d8de;
}

.plan-actions button {
  border-radius: 7px;
  cursor: pointer;
  font-size: 18px;
  height: 30px;
  width: 30px;
}

.plan-actions select {
  border-radius: 7px;
  font-size: 10px;
  height: 30px;
  margin-right: 4px;
  padding: 0 9px;
}

.plan-viewport {
  background: #080d15;
  border-bottom: 1px solid rgba(216, 182, 106, 0.2);
  border-top: 1px solid rgba(216, 182, 106, 0.2);
  height: clamp(480px, 59vh, 620px);
  overflow: auto;
  padding: 12px;
}

.floor-plan {
  background:
    radial-gradient(circle at 50% 45%, rgba(28, 58, 76, 0.16), transparent 50%),
    #0a111c;
  border: 1px solid rgba(178, 190, 201, 0.36);
  height: 100%;
  min-height: 470px;
  min-width: 760px;
  position: relative;
  transform-origin: center center;
  transition: transform 180ms ease;
}

.plan-grid {
  background-image:
    linear-gradient(rgba(147, 160, 179, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 160, 179, 0.075) 1px, transparent 1px);
  background-size: 18px 18px;
  inset: 0;
  position: absolute;
}

.plan-zone {
  align-items: center;
  border: 1px solid rgba(178, 190, 201, 0.35);
  display: flex;
  justify-content: center;
  position: absolute;
}

.plan-zone span {
  background: rgba(7, 10, 16, 0.86);
  border: 1px solid rgba(37, 195, 176, 0.45);
  border-radius: 5px;
  color: #d8e6e6;
  font-size: 9px;
  padding: 3px 6px;
  text-align: center;
}

.zone-food {
  background: linear-gradient(145deg, rgba(25, 83, 83, 0.55), rgba(21, 43, 53, 0.68));
}

.zone-stage {
  background: linear-gradient(145deg, rgba(61, 104, 122, 0.52), rgba(19, 39, 52, 0.78));
  border-color: rgba(216, 182, 106, 0.36);
}

.zone-stage span {
  border-color: rgba(216, 182, 106, 0.56);
  color: var(--gold-light);
}

.zone-road {
  background: #1a212b;
  border-left: 0;
  border-right: 0;
}

.zone-road::after {
  border-top: 1px dashed rgba(230, 230, 225, 0.36);
  content: "";
  left: 4%;
  position: absolute;
  right: 4%;
  top: 50%;
}

.zone-road span {
  border: 0;
  color: #d7d9d7;
  font-size: 12px;
  position: relative;
  z-index: 1;
}

.zone-registration {
  background: linear-gradient(145deg, rgba(25, 83, 83, 0.48), rgba(20, 42, 53, 0.68));
}

.zone-medical {
  background: rgba(116, 48, 45, 0.58);
  border-color: rgba(215, 122, 116, 0.72);
}

.zone-entry,
.zone-exit {
  border: 0;
}

.zone-entry span,
.zone-exit span {
  background: rgba(15, 53, 51, 0.94);
  color: #d6fff6;
}

.stall {
  align-items: center;
  background: rgba(19, 75, 72, 0.56);
  border: 1px solid rgba(37, 195, 176, 0.72);
  border-radius: 2px;
  color: #e2f7f2;
  cursor: pointer;
  display: flex;
  font-size: 8px;
  justify-content: center;
  min-height: 20px;
  padding: 0;
  position: absolute;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  z-index: 3;
}

.stall:hover:not(:disabled) {
  background: rgba(37, 195, 176, 0.34);
  border-color: #7ee7da;
  box-shadow: 0 0 13px rgba(37, 195, 176, 0.24);
  transform: translateY(-2px);
  z-index: 7;
}

.stall:focus-visible {
  outline: 2px solid white;
  outline-offset: 2px;
}

.stall:disabled,
.stall-booked {
  background: rgba(112, 54, 53, 0.58);
  border-color: rgba(215, 122, 116, 0.64);
  color: #f2d0cc;
  cursor: not-allowed;
}

.stall.is-selected {
  background: linear-gradient(135deg, rgba(216, 182, 106, 0.94), rgba(142, 99, 34, 0.94));
  border-color: #ffdda0;
  box-shadow: 0 0 18px rgba(216, 182, 106, 0.72);
  color: #171009;
  transform: scale(1.045);
  z-index: 6;
}

.stall-tooltip {
  background: #0d1725;
  border: 1px solid rgba(216, 182, 106, 0.5);
  border-radius: 7px;
  bottom: calc(100% + 8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  color: #cbd1da;
  display: none;
  font-size: 9px;
  left: 50%;
  min-width: 120px;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
}

.stall-tooltip::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(216, 182, 106, 0.5);
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}

.stall-tooltip b {
  color: var(--gold-light);
  display: block;
  margin-top: 4px;
}

.stall:hover .stall-tooltip {
  display: block;
}

.selection-bar {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr 1fr auto;
  min-height: 72px;
  padding: 10px 16px;
}

.selection-bar > span {
  display: flex;
  flex-direction: column;
}

.selection-bar small {
  color: #718094;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.selection-bar strong {
  color: #dce1e8;
  font-size: 11px;
  font-weight: 600;
}

.selection-number {
  align-items: center;
  background: rgba(216, 182, 106, 0.15);
  border: 1px solid rgba(216, 182, 106, 0.66);
  border-radius: 8px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 21px;
  height: 44px;
  justify-content: center;
  width: 52px;
}

.selection-bar .gold-button {
  min-height: 42px;
}

.feature-section,
.process-section {
  padding: 110px clamp(28px, 7vw, 110px);
}

.public-exhibitions {
  background: linear-gradient(180deg, #080c13, #0c131e);
  border-bottom: 1px solid rgba(216, 182, 106, 0.12);
  border-top: 1px solid rgba(216, 182, 106, 0.12);
  padding: 90px clamp(24px, 6vw, 96px);
}

.public-exhibitions .section-heading {
  align-items: end;
  display: grid;
  gap: 18px 50px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 42px;
}

.public-exhibitions .section-heading .eyebrow {
  grid-column: 1 / -1;
}

.public-exhibitions .section-heading h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 500;
  line-height: 0.95;
  margin: 0;
}

.public-exhibitions .section-heading h2 em {
  color: var(--gold-light);
  font-weight: 400;
}

.public-exhibitions .section-heading > p:last-child {
  color: #7d899a;
  line-height: 1.8;
  margin: 0;
  max-width: 520px;
}

.public-exhibition-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-exhibition-card {
  background: linear-gradient(145deg, rgba(17, 28, 43, 0.94), rgba(8, 14, 23, 0.98));
  border: 1px solid rgba(147, 160, 179, 0.16);
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 25px;
}

.public-exhibition-card.selected {
  border-color: rgba(216, 182, 106, 0.62);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24), inset 0 0 35px rgba(216, 182, 106, 0.04);
}

.public-exhibition-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.public-exhibition-top span {
  color: var(--teal);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.public-exhibition-card.selected .public-exhibition-top span {
  color: var(--gold);
}

.public-exhibition-top small,
.public-exhibition-card > p {
  color: #6d798b;
  font-size: 9px;
}

.public-exhibition-card h3 {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 600;
  line-height: 1.05;
  margin: 28px 0 10px;
}

.public-exhibition-card > p {
  align-items: center;
  display: flex;
  gap: 7px;
  margin: 0;
}

.public-exhibition-card > p .icon {
  color: var(--gold);
  height: 13px;
  width: 13px;
}

.public-exhibition-stats {
  border-bottom: 1px solid rgba(147, 160, 179, 0.12);
  border-top: 1px solid rgba(147, 160, 179, 0.12);
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  margin: auto 0 18px;
  padding: 16px 0;
}

.public-exhibition-stats span {
  color: #6d798b;
  display: grid;
  font-size: 8px;
  gap: 3px;
}

.public-exhibition-stats strong {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 24px;
}

.public-exhibition-card > a {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 42px;
  text-decoration: none;
}

.public-exhibition-card > a .icon {
  height: 14px;
  margin-left: 8px;
  width: 14px;
}

.public-exhibition-empty {
  border: 1px dashed rgba(147, 160, 179, 0.22);
  border-radius: 13px;
  color: #6d798b;
  grid-column: 1 / -1;
  padding: 45px;
  text-align: center;
}

.public-exhibition-empty span {
  color: var(--gold);
  font-size: 32px;
}

.public-exhibition-empty h3 {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 28px;
  margin: 10px 0 5px;
}

.feature-section {
  background:
    linear-gradient(rgba(216, 182, 106, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 182, 106, 0.05) 1px, transparent 1px),
    #090e16;
  background-size: 44px 44px;
}

.section-heading {
  margin: 0 auto 56px;
  max-width: 780px;
  text-align: center;
}

.section-heading .eyebrow {
  justify-content: center;
}

.section-heading h2,
.process-section h2 {
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 0;
}

.feature-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1240px;
}

.feature-grid article {
  background: linear-gradient(145deg, rgba(16, 26, 41, 0.9), rgba(8, 14, 23, 0.88));
  border: 1px solid rgba(216, 182, 106, 0.25);
  border-radius: 16px;
  min-height: 230px;
  padding: 29px;
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease;
}

.feature-grid article:hover {
  border-color: rgba(216, 182, 106, 0.68);
  transform: translateY(-5px);
}

.feature-grid article > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 17px;
}

.feature-grid h3 {
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 600;
  margin: 54px 0 12px;
}

.feature-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.process-section {
  align-items: start;
  background: linear-gradient(125deg, #0d1725, #070a10);
  display: grid;
  gap: 90px;
  grid-template-columns: 0.8fr 1.2fr;
}

.process-section ol {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-section li {
  align-items: center;
  border-bottom: 1px solid rgba(216, 182, 106, 0.2);
  display: grid;
  gap: 24px;
  grid-template-columns: 50px 1fr;
  min-height: 86px;
}

.process-section li b {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 20px;
}

.process-section li span {
  color: var(--muted);
  font-size: 12px;
}

.process-section li strong {
  color: var(--ivory);
  display: block;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
}

footer {
  align-items: center;
  background: #05070b;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  padding: 40px clamp(28px, 7vw, 110px);
}

footer .brand {
  font-size: 24px;
}

footer .brand-mark {
  height: 34px;
  width: 34px;
}

footer .brand-mark::before,
footer .brand-mark::after {
  height: 28px;
  width: 28px;
}

footer p,
footer > span {
  color: #627084;
  font-size: 11px;
  margin: 0;
  text-align: right;
}

footer nav {
  display: flex;
  gap: 25px;
}

footer nav a {
  color: #8d98a8;
  font-size: 11px;
}

.modal-backdrop {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(2, 5, 9, 0.74);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 100;
}

.booking-modal {
  background: linear-gradient(145deg, #111c2b, #090f19);
  border: 1px solid rgba(216, 182, 106, 0.55);
  border-radius: 20px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.6);
  max-height: calc(100svh - 36px);
  max-width: 600px;
  overflow-y: auto;
  padding: 32px;
  position: relative;
  width: 100%;
}

.modal-close {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #c5ccd5;
  cursor: pointer;
  font-size: 22px;
  height: 34px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
}

.booking-modal h2 {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 22px;
}

.booking-summary {
  background: rgba(216, 182, 106, 0.07);
  border: 1px solid rgba(216, 182, 106, 0.18);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 24px;
  padding: 14px;
}

.booking-summary span {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}

.booking-summary span + span {
  border-left: 1px solid rgba(216, 182, 106, 0.18);
}

.booking-summary small {
  color: #758297;
  font-size: 9px;
  text-transform: uppercase;
}

.booking-summary strong {
  color: var(--gold-light);
  font-size: 13px;
}

.booking-modal form {
  display: grid;
  gap: 16px;
}

.booking-modal label {
  color: #aeb8c5;
  display: grid;
  font-size: 11px;
  gap: 7px;
}

.booking-modal label > span {
  color: #617086;
}

.booking-modal input:not([type="checkbox"]) {
  background: #09111c;
  border: 1px solid rgba(147, 160, 179, 0.24);
  border-radius: 8px;
  color: var(--ivory);
  min-height: 45px;
  outline: 0;
  padding: 0 13px;
}

.booking-modal input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(216, 182, 106, 0.1);
}

.form-row {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.check-label {
  align-items: center;
  display: flex !important;
  grid-template-columns: auto 1fr;
}

.check-label input {
  accent-color: var(--gold);
}

.secure-note {
  color: #657287;
  font-size: 10px;
  margin: 14px 0 0;
  text-align: center;
}

.toast {
  background: #12241f;
  border: 1px solid rgba(37, 195, 176, 0.65);
  border-radius: 9px;
  bottom: 22px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  color: #dffcf4;
  font-size: 12px;
  left: 50%;
  max-width: calc(100vw - 30px);
  padding: 13px 18px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 110;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
    padding-top: 36px;
  }

  .hero h1 {
    max-width: 760px;
  }

  .plan-viewport {
    height: 640px;
  }

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

@media (max-width: 760px) {
  .site-header {
    gap: 12px;
    grid-template-columns: 1fr auto auto;
    height: 68px;
    padding: 0 16px;
  }

  .brand {
    font-size: 21px;
    gap: 9px;
  }

  .brand-mark {
    height: 31px;
    width: 31px;
  }

  .brand-mark::before,
  .brand-mark::after {
    height: 25px;
    width: 25px;
  }

  .brand-mark span {
    font-size: 15px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    align-items: stretch;
    background: rgba(7, 10, 16, 0.98);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 12px 16px 18px;
    position: absolute;
    right: 0;
    top: 68px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    border-bottom: 1px solid rgba(216, 182, 106, 0.12);
    min-height: 48px;
  }

  .header-actions {
    gap: 8px;
  }

  .login-link > span:not(.avatar),
  .login-link > .icon,
  .header-actions .gold-button .icon {
    display: none;
  }

  .header-actions .gold-button {
    min-height: 38px;
    padding: 0 12px;
  }

  .hero {
    gap: 24px;
    min-height: auto;
    padding: 30px 14px 34px;
  }

  .hero h1 {
    font-size: clamp(43px, 13.5vw, 62px);
  }

  .hero-description {
    font-size: 13px;
    margin: 24px 0;
  }

  .exhibition-card {
    gap: 11px;
    grid-template-columns: 54px 1fr;
    padding: 14px;
  }

  .exhibition-icon {
    height: 54px;
  }

  .exhibition-card h2 {
    font-size: 21px;
  }

  .round-link {
    display: none;
  }

  .trust-row {
    gap: 18px;
    justify-content: space-between;
  }

  .plan-shell {
    border-radius: 15px;
  }

  .plan-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .legend {
    gap: 12px;
  }

  .plan-actions {
    width: 100%;
  }

  .plan-actions select {
    flex: 1;
  }

  .plan-viewport {
    height: 510px;
    padding: 8px;
  }

  .floor-plan {
    min-height: 470px;
    min-width: 720px;
    transform-origin: left top;
  }

  .selection-bar {
    gap: 10px;
    grid-template-columns: auto 1fr;
    padding: 12px;
  }

  .selection-bar > span:nth-of-type(3) {
    display: none;
  }

  .selection-bar .gold-button {
    grid-column: 1 / -1;
  }

  .feature-section,
  .process-section,
  .public-exhibitions {
    padding: 74px 18px;
  }

  .public-exhibitions .section-heading,
  .public-exhibition-grid {
    grid-template-columns: 1fr;
  }

  .public-exhibitions .section-heading {
    align-items: start;
    gap: 18px;
  }

  .public-exhibitions .section-heading h2 {
    font-size: 42px;
  }

  .feature-grid,
  .process-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    text-align: left;
  }

  .section-heading .eyebrow {
    justify-content: flex-start;
  }

  .section-heading h2,
  .process-section h2 {
    font-size: 42px;
  }

  .feature-grid article {
    min-height: 210px;
  }

  .process-section {
    gap: 45px;
  }

  footer {
    grid-template-columns: 1fr;
  }

  footer p,
  footer > span {
    text-align: left;
  }

  footer nav {
    flex-wrap: wrap;
  }

  .booking-modal {
    padding: 27px 18px;
  }

  .booking-summary,
  .form-row {
    grid-template-columns: 1fr;
  }

  .booking-summary {
    gap: 8px;
  }

  .booking-summary span {
    padding: 3px 0;
  }

  .booking-summary span + span {
    border-left: 0;
  }
}

/* Authenticated exhibitor workspace */
.dashboard-page,
.admin-page {
  background: #080d15;
  min-height: 100svh;
}

.dashboard-header {
  align-items: center;
  background: rgba(7, 10, 16, 0.96);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 76px;
  padding: 0 clamp(24px, 5vw, 78px);
}

.dashboard-header .brand {
  font-size: 25px;
}

.dashboard-header .brand-mark {
  height: 34px;
  width: 34px;
}

.dashboard-header .brand-mark::before,
.dashboard-header .brand-mark::after {
  height: 28px;
  width: 28px;
}

.dashboard-header nav {
  display: flex;
  gap: 32px;
}

.dashboard-header nav a {
  color: #7f8b9b;
  font-size: 12px;
  padding: 29px 0;
  position: relative;
}

.dashboard-header nav a.active {
  color: var(--gold-light);
}

.dashboard-header nav a.active::after {
  background: var(--gold);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.account-menu {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.account-menu div {
  display: flex;
  flex-direction: column;
}

.account-menu strong {
  font-size: 11px;
}

.account-menu small {
  color: #647186;
  font-size: 8px;
}

.account-menu > a {
  border-left: 1px solid rgba(216, 182, 106, 0.18);
  color: #8c98a8;
  font-size: 10px;
  margin-left: 9px;
  padding-left: 18px;
}

.dashboard-content {
  margin: 0 auto;
  max-width: 1240px;
  padding: 68px 28px 100px;
}

.dashboard-title {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}

.dashboard-title h1 {
  font-family: var(--serif);
  font-size: 51px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 10px;
}

.dashboard-title > div > p:last-child {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.metric-strip,
.admin-metrics {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.metric-strip {
  background: rgba(216, 182, 106, 0.16);
  border: 1px solid rgba(216, 182, 106, 0.16);
  border-radius: 14px;
  margin-bottom: 54px;
  overflow: hidden;
}

.metric-strip article {
  background: linear-gradient(145deg, #101a29, #0a111c);
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 120px;
  padding: 25px;
}

.metric-strip small,
.admin-metrics small {
  color: #6e7c90;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.metric-strip strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 600;
  grid-column: 2;
  grid-row: 1 / 3;
}

.metric-strip span {
  align-self: end;
  color: #7f8b9b;
  font-size: 10px;
}

.dashboard-section-title {
  align-items: center;
  border-bottom: 1px solid rgba(216, 182, 106, 0.18);
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.dashboard-section-title h2 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.dashboard-section-title span {
  color: #647186;
  font-size: 10px;
}

.booking-list {
  display: grid;
  gap: 18px;
}

.booking-card {
  background: linear-gradient(140deg, rgba(16, 26, 41, 0.96), rgba(8, 14, 23, 0.96));
  border: 1px solid rgba(216, 182, 106, 0.24);
  border-radius: 15px;
  display: grid;
  grid-template-columns: 125px 1fr;
  overflow: hidden;
}

.booking-number {
  align-items: center;
  background:
    linear-gradient(rgba(216, 182, 106, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 182, 106, 0.07) 1px, transparent 1px),
    #0c1522;
  background-size: 18px 18px;
  border-right: 1px solid rgba(216, 182, 106, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 285px;
}

.booking-number small {
  color: var(--teal);
  font-size: 8px;
  letter-spacing: 0.17em;
}

.booking-number strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.booking-number span {
  color: #5e6c80;
  font-size: 8px;
  margin-top: 10px;
}

.booking-main {
  padding: 24px 28px 18px;
}

.booking-card-head {
  align-items: start;
  display: flex;
  justify-content: space-between;
}

.booking-card-head p {
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.booking-card-head h2 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

.booking-card-head > div > span {
  color: #758297;
  font-size: 10px;
}

.status-pill {
  background: rgba(216, 182, 106, 0.12);
  border: 1px solid rgba(216, 182, 106, 0.36);
  border-radius: 20px;
  color: var(--gold-light);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 6px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-approved,
.status-confirmed {
  background: rgba(37, 195, 176, 0.1);
  border-color: rgba(37, 195, 176, 0.4);
  color: #62decf;
}

.status-rejected,
.status-cancelled {
  background: rgba(215, 122, 116, 0.1);
  border-color: rgba(215, 122, 116, 0.4);
  color: #efaaa3;
}

.booking-meta {
  border-bottom: 1px solid rgba(216, 182, 106, 0.12);
  border-top: 1px solid rgba(216, 182, 106, 0.12);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 17px 0;
  padding: 12px 0;
}

.booking-meta span {
  display: flex;
  flex-direction: column;
}

.booking-meta small {
  color: #5f6d81;
  font-size: 8px;
  text-transform: uppercase;
}

.booking-meta strong {
  color: #cbd2dc;
  font-size: 11px;
}

.progress-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 17px 0 12px;
}

.progress-track span {
  align-items: center;
  color: #59667a;
  display: flex;
  font-size: 8px;
  gap: 7px;
  position: relative;
}

.progress-track span:not(:last-child)::after {
  background: #283445;
  content: "";
  height: 1px;
  left: 27px;
  position: absolute;
  right: 5px;
  top: 9px;
}

.progress-track span.done:not(:last-child)::after {
  background: rgba(37, 195, 176, 0.65);
}

.progress-track i {
  align-items: center;
  border: 1px solid #3b485b;
  border-radius: 50%;
  display: flex;
  font-size: 7px;
  font-style: normal;
  height: 19px;
  justify-content: center;
  position: relative;
  width: 19px;
  z-index: 1;
}

.progress-track span.done {
  color: #a6cfc9;
}

.progress-track span.done i {
  background: rgba(37, 195, 176, 0.18);
  border-color: var(--teal);
  color: var(--teal);
}

.booking-actions {
  align-items: center;
  display: flex;
  gap: 16px;
}

.booking-actions a,
.booking-actions button {
  background: none;
  border: 0;
  color: var(--gold);
  cursor: pointer;
  font-size: 9px;
  padding: 0;
}

.booking-actions button {
  color: #c5817b;
}

.booking-actions > span {
  color: #566377;
  font-size: 8px;
  margin-left: auto;
}

.empty-state,
.mini-empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.empty-state {
  background: linear-gradient(145deg, #101a29, #090f18);
  border: 1px dashed rgba(216, 182, 106, 0.3);
  border-radius: 15px;
  min-height: 360px;
  padding: 40px;
}

.empty-state > span {
  color: var(--gold);
  font-size: 42px;
}

.empty-state h2 {
  font-family: var(--serif);
  font-size: 34px;
  margin: 14px 0 6px;
}

.empty-state p {
  color: var(--muted);
  font-size: 12px;
  margin: 0 0 24px;
}

/* Administration */
.access-page {
  align-items: center;
  background: radial-gradient(circle at center, #14233a, #070a10 65%);
  display: flex;
  justify-content: center;
  min-height: 100svh;
  padding: 24px;
}

.access-card {
  background: rgba(12, 20, 32, 0.94);
  border: 1px solid rgba(216, 182, 106, 0.45);
  border-radius: 20px;
  max-width: 620px;
  padding: 42px;
}

.access-card .brand {
  margin-bottom: 50px;
}

.access-card h1 {
  font-family: var(--serif);
  font-size: 48px;
  line-height: 1;
  margin: 0 0 18px;
}

.access-card > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.access-card > div {
  display: flex;
  gap: 15px;
  margin-top: 28px;
}

.text-button,
.outline-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(216, 182, 106, 0.3);
  border-radius: 9px;
  color: #b6bfcc;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
}

.admin-page {
  display: grid;
  grid-template-columns: 230px 1fr;
}

.admin-sidebar {
  background: #090f18;
  border-right: 1px solid rgba(216, 182, 106, 0.17);
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: 24px 17px 18px;
  position: sticky;
  top: 0;
}

.admin-sidebar .brand {
  font-size: 24px;
  margin: 0 9px;
}

.admin-sidebar .brand-mark {
  height: 34px;
  width: 34px;
}

.admin-sidebar .brand-mark::before,
.admin-sidebar .brand-mark::after {
  height: 28px;
  width: 28px;
}

.admin-badge {
  color: #655b46;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 8px 0 42px 57px;
}

.admin-sidebar nav {
  display: grid;
  gap: 5px;
}

.admin-sidebar nav [data-admin-tab] {
  align-items: center;
  background: none;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #728095;
  cursor: pointer;
  display: grid;
  font-size: 10px;
  gap: 10px;
  grid-template-columns: 20px 1fr auto;
  min-height: 42px;
  padding: 0 11px;
  text-align: left;
}

.admin-sidebar nav [data-admin-tab] i {
  color: #8f9bac;
  font-size: 15px;
  font-style: normal;
  text-align: center;
}

.admin-sidebar nav [data-admin-tab] > span {
  align-items: center;
  background: rgba(216, 182, 106, 0.17);
  border-radius: 10px;
  color: var(--gold-light);
  display: flex;
  font-size: 8px;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.admin-sidebar nav [data-admin-tab].active {
  background: linear-gradient(90deg, rgba(216, 182, 106, 0.14), rgba(216, 182, 106, 0.02));
  border-color: rgba(216, 182, 106, 0.16);
  color: var(--gold-light);
}

.admin-sidebar nav [data-admin-tab].active i {
  color: var(--gold);
}

.sidebar-event {
  background: rgba(216, 182, 106, 0.05);
  border: 1px solid rgba(216, 182, 106, 0.12);
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  margin: auto 0 18px;
  padding: 13px;
}

.sidebar-event small {
  color: #5a6678;
  font-size: 7px;
  letter-spacing: 0.11em;
}

.sidebar-event strong {
  font-family: var(--serif);
  font-size: 15px;
  margin: 7px 0 2px;
}

.sidebar-event span {
  color: #6f7b8e;
  font-size: 8px;
}

.sidebar-event i {
  color: var(--teal);
  font-size: 7px;
  font-style: normal;
  margin-top: 9px;
}

.sidebar-account {
  align-items: center;
  border-top: 1px solid rgba(216, 182, 106, 0.12);
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr auto;
  padding: 17px 3px 0;
}

.sidebar-account div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.sidebar-account strong {
  font-size: 9px;
}

.sidebar-account small {
  color: #536074;
  font-size: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-account > a {
  color: #617086;
  font-size: 11px;
}

.admin-workspace {
  min-width: 0;
}

.admin-topbar {
  align-items: center;
  background: rgba(11, 18, 29, 0.94);
  border-bottom: 1px solid rgba(216, 182, 106, 0.15);
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 25px;
}

.admin-topbar small {
  color: #586579;
  font-size: 7px;
  letter-spacing: 0.09em;
}

.admin-topbar h1 {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin: 3px 0 0;
}

.admin-topbar > div:last-child {
  display: flex;
  gap: 9px;
}

.admin-topbar .gold-button {
  min-height: 40px;
}

.admin-content {
  min-height: calc(100svh - 72px);
}

.designer {
  display: grid;
  grid-template-columns: 188px minmax(620px, 1fr) 205px;
  min-height: calc(100svh - 72px);
}

.component-palette,
.properties-panel {
  background: #0d1521;
  padding: 21px 14px;
}

.component-palette {
  border-right: 1px solid rgba(216, 182, 106, 0.13);
}

.component-palette small,
.properties-panel small {
  color: #646f80;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.component-palette h2,
.properties-panel h2 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  margin: 3px 0 5px;
}

.component-palette p,
.properties-panel p {
  color: #657286;
  font-size: 8px;
  line-height: 1.6;
  margin: 0;
}

.zone-buttons {
  display: grid;
  gap: 6px;
  margin-top: 18px;
}

.zone-buttons button {
  align-items: center;
  background: #111d2c;
  border: 1px solid rgba(147, 160, 179, 0.13);
  border-radius: 7px;
  color: #aab4c1;
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-columns: 25px 1fr auto;
  min-height: 38px;
  padding: 0 8px;
  text-align: left;
  transition: border-color 150ms ease, transform 150ms ease;
}

.zone-buttons button:hover {
  border-color: rgba(216, 182, 106, 0.52);
  transform: translateX(2px);
}

.zone-buttons i {
  align-items: center;
  background: rgba(37, 195, 176, 0.1);
  border-radius: 5px;
  color: var(--teal);
  display: flex;
  font-size: 13px;
  font-style: normal;
  height: 25px;
  justify-content: center;
}

.zone-buttons span {
  font-size: 9px;
}

.zone-buttons b {
  color: #697589;
  font-size: 15px;
  font-weight: 400;
}

.canvas-tips {
  border-top: 1px solid rgba(216, 182, 106, 0.12);
  margin-top: 24px;
  padding-top: 16px;
}

.canvas-tips p {
  margin-top: 8px;
}

.canvas-tips b {
  color: #9ea9b8;
}

.designer-stage {
  background: #070b12;
  display: grid;
  grid-template-rows: 44px 1fr 36px;
  min-width: 0;
}

.designer-toolbar,
.designer-status {
  align-items: center;
  background: #0b121d;
  display: flex;
  justify-content: space-between;
  padding: 0 14px;
}

.designer-toolbar {
  border-bottom: 1px solid rgba(216, 182, 106, 0.12);
}

.designer-toolbar > span {
  color: #bfc6cf;
  font-family: var(--serif);
  font-size: 14px;
}

.designer-toolbar > span small {
  color: #5e6a7d;
  font-family: var(--sans);
  font-size: 7px;
}

.designer-toolbar > div {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 4px;
}

.designer-toolbar button,
.designer-toolbar > div > span {
  align-items: center;
  background: #111b29;
  border: 1px solid rgba(147, 160, 179, 0.14);
  border-radius: 5px;
  color: #8793a4;
  cursor: pointer;
  display: flex;
  font-size: 9px;
  height: 25px;
  justify-content: center;
  min-width: 28px;
  padding: 0 7px;
}

.designer-toolbar button.active {
  border-color: rgba(216, 182, 106, 0.5);
  color: var(--gold);
}

.designer-toolbar button:disabled {
  opacity: 0.35;
}

.designer-scroll {
  align-items: center;
  display: flex;
  overflow: auto;
  padding: 22px;
}

.layout-canvas {
  background: #0c1420;
  border: 1px solid rgba(216, 182, 106, 0.32);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  height: min(620px, calc(100svh - 160px));
  margin: auto;
  min-height: 500px;
  min-width: 800px;
  overflow: hidden;
  position: relative;
  touch-action: none;
  width: min(1060px, 100%);
}

.layout-canvas.show-grid {
  background-color: #0c1420;
  background-image:
    linear-gradient(rgba(147, 160, 179, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 160, 179, 0.055) 1px, transparent 1px);
  background-size: 16px 16px;
}

.canvas-label {
  display: flex;
  flex-direction: column;
  left: 12px;
  position: absolute;
  top: 9px;
}

.canvas-label span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 14px;
}

.canvas-label small {
  color: #536075;
  font-size: 6px;
}

[data-zone-layer],
.stall-editor-layer {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

[data-zone-layer] {
  z-index: 3;
}

.stall-editor-layer {
  z-index: 5;
}

.mini-stall {
  align-items: center;
  background: rgba(21, 74, 70, 0.62);
  border: 1px solid rgba(37, 195, 176, 0.42);
  color: #a8d9d2;
  display: flex;
  font-size: 6px;
  justify-content: center;
  min-height: 13px;
  position: absolute;
}

.mini-stall.booked {
  background: rgba(105, 52, 49, 0.55);
  border-color: rgba(215, 122, 116, 0.48);
  color: #d7a4a0;
}

.editor-mini-stall {
  cursor: grab;
  pointer-events: auto;
  touch-action: none;
  user-select: none;
  z-index: 1;
}

.editor-mini-stall:active {
  cursor: grabbing;
}

.editor-mini-stall.selected {
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 2px rgba(216, 182, 106, 0.14), 0 0 20px rgba(216, 182, 106, 0.24);
  color: var(--gold-light);
  z-index: 8;
}

.editor-mini-stall > span {
  max-width: 100%;
  overflow: hidden;
  padding: 1px;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.editor-zone {
  align-items: center;
  background: rgba(48, 78, 102, 0.58);
  border: 1px solid rgba(125, 160, 182, 0.62);
  cursor: grab;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  min-height: 20px;
  position: absolute;
  pointer-events: auto;
  touch-action: none;
  user-select: none;
  z-index: 4;
}

.editor-zone:active {
  cursor: grabbing;
}

.editor-zone i {
  color: #8ac7cf;
  font-size: 13px;
  font-style: normal;
}

.editor-zone span {
  background: rgba(7, 13, 21, 0.78);
  border-radius: 3px;
  color: #cfdae3;
  font-size: 7px;
  max-width: 90%;
  overflow: hidden;
  padding: 2px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.editor-zone.selected {
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 2px rgba(216, 182, 106, 0.12), 0 0 24px rgba(216, 182, 106, 0.2);
  z-index: 8;
}

.editor-food {
  background: rgba(26, 96, 83, 0.55);
}

.editor-stage {
  background: rgba(81, 74, 119, 0.58);
}

.editor-medical {
  background: rgba(125, 55, 51, 0.64);
}

.editor-registration {
  background: rgba(43, 86, 110, 0.65);
}

.editor-road {
  background: rgba(55, 62, 73, 0.75);
}

.editor-entry,
.editor-exit {
  background: rgba(24, 83, 65, 0.75);
}

.editor-stall {
  background: rgba(130, 103, 49, 0.52);
}

.handle {
  background: var(--gold-light);
  border: 1px solid #5c431c;
  height: 6px;
  position: absolute;
  width: 6px;
  z-index: 12;
}

.handle-nw { cursor: nwse-resize; left: -4px; top: -4px; }
.handle-ne { cursor: nesw-resize; right: -4px; top: -4px; }
.handle-sw { bottom: -4px; cursor: nesw-resize; left: -4px; }
.handle-se { bottom: -4px; cursor: nwse-resize; right: -4px; }

.property-actions-single {
  grid-template-columns: 1fr;
}

.designer-status {
  border-top: 1px solid rgba(216, 182, 106, 0.12);
  color: #677489;
  font-size: 7px;
  justify-content: flex-start;
  gap: 15px;
}

.designer-status span,
.report-chart li {
  align-items: center;
  display: flex;
  gap: 5px;
}

.designer-status i,
.report-chart li i {
  background: var(--teal);
  border-radius: 2px;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.designer-status i.booked,
.report-chart li i.booked {
  background: var(--coral);
}

.designer-status i.selected,
.report-chart li i.selected {
  background: var(--gold);
}

.designer-status b {
  color: #4f5b6e;
  font-weight: 500;
  margin-left: auto;
}

.properties-panel {
  border-left: 1px solid rgba(216, 182, 106, 0.13);
}

.properties-panel > div:first-child {
  border-bottom: 1px solid rgba(216, 182, 106, 0.12);
  margin-bottom: 17px;
  padding-bottom: 15px;
}

.properties-panel label {
  color: #778499;
  display: grid;
  font-size: 8px;
  gap: 6px;
  margin-bottom: 13px;
  position: relative;
}

.properties-panel label > span {
  color: var(--gold);
  position: absolute;
  right: 0;
}

.properties-panel input[type="text"],
.properties-panel input[type="number"],
.properties-panel label > input:not([type="range"]) {
  background: #09111b;
  border: 1px solid rgba(147, 160, 179, 0.18);
  border-radius: 6px;
  color: #cbd2dc;
  font-size: 9px;
  height: 34px;
  outline: none;
  padding: 0 8px;
  width: 100%;
}

.properties-panel input:focus {
  border-color: rgba(216, 182, 106, 0.58);
}

.properties-panel input[type="range"] {
  accent-color: var(--gold);
  width: 100%;
}

.property-grid {
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr 1fr;
}

.property-actions {
  border-top: 1px solid rgba(216, 182, 106, 0.12);
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr 1fr;
  margin-top: 18px;
  padding-top: 15px;
}

.property-actions button {
  background: #111b29;
  border: 1px solid rgba(147, 160, 179, 0.18);
  border-radius: 6px;
  color: #9ba6b6;
  cursor: pointer;
  font-size: 8px;
  height: 32px;
}

.property-actions button.danger {
  border-color: rgba(215, 122, 116, 0.3);
  color: #d89089;
}

.property-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.multi-selection-summary {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
  margin: 15px 0 12px;
}

.multi-selection-summary span {
  align-items: center;
  background: #09111b;
  border: 1px solid rgba(147, 160, 179, 0.14);
  border-radius: 7px;
  color: #778499;
  display: flex;
  flex-direction: column;
  font-size: 7px;
  gap: 2px;
  padding: 9px 3px;
}

.multi-selection-summary strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
}

.properties-panel .property-help {
  background: rgba(216, 182, 106, 0.06);
  border: 1px solid rgba(216, 182, 106, 0.13);
  border-radius: 7px;
  color: #8a94a4;
  padding: 9px;
}

.bulk-stall-actions {
  border-top: 1px solid rgba(216, 182, 106, 0.12);
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
  padding-top: 15px;
}

.bulk-stall-actions button {
  background: #111b29;
  border: 1px solid rgba(147, 160, 179, 0.18);
  border-radius: 6px;
  color: #9ba6b6;
  cursor: pointer;
  font-size: 8px;
  min-height: 34px;
  padding: 5px;
}

.bulk-stall-actions button.danger {
  border-color: rgba(215, 122, 116, 0.3);
  color: #d89089;
}

.bulk-stall-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.property-empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  text-align: center;
}

.property-empty span {
  color: var(--gold);
  font-size: 28px;
}

.property-empty p {
  max-width: 150px;
}

.overview-panel,
.admin-bookings,
.reports-panel {
  padding: 27px;
}

.admin-metrics {
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 22px;
}

.admin-metrics article {
  background: linear-gradient(145deg, #101a29, #0a111c);
  border: 1px solid rgba(216, 182, 106, 0.16);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  min-height: 128px;
  padding: 17px;
}

.admin-metrics strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  margin: 13px 0 2px;
}

.admin-metrics span {
  color: #637085;
  font-size: 8px;
}

.overview-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.2fr 0.8fr;
}

.overview-card,
.report-chart {
  background: linear-gradient(145deg, #101a29, #0a111c);
  border: 1px solid rgba(216, 182, 106, 0.16);
  border-radius: 11px;
  padding: 20px;
}

.overview-card > div:first-child,
.report-chart > div:first-child {
  border-bottom: 1px solid rgba(216, 182, 106, 0.12);
  padding-bottom: 14px;
}

.overview-card small,
.report-chart small {
  color: #5e6b7e;
  font-size: 7px;
  letter-spacing: 0.1em;
}

.overview-card h2,
.report-chart h2 {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
  margin: 2px 0 0;
}

.overview-card p {
  align-items: center;
  border-bottom: 1px solid rgba(216, 182, 106, 0.08);
  display: grid;
  gap: 11px;
  grid-template-columns: auto 1fr auto;
  min-height: 53px;
  margin: 0;
}

.overview-card p > span {
  color: var(--gold);
  font-size: 8px;
}

.overview-card p > strong {
  color: #abb5c2;
  font-size: 9px;
  font-weight: 500;
}

.overview-card p > b {
  align-items: center;
  border: 1px solid #485467;
  border-radius: 50%;
  color: #7f8a9b;
  display: flex;
  font-size: 7px;
  height: 19px;
  justify-content: center;
  width: 19px;
}

.overview-card p > b.check-done {
  border-color: var(--teal);
  color: var(--teal);
}

.mini-empty {
  color: #607086;
  font-size: 9px;
  min-height: 170px;
}

.table-tools {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.table-tools > div {
  display: flex;
  gap: 8px;
}

.table-tools input,
.table-tools select {
  background: #0e1724;
  border: 1px solid rgba(147, 160, 179, 0.16);
  border-radius: 7px;
  color: #929eae;
  font-size: 8px;
  height: 35px;
  padding: 0 10px;
}

.table-tools input {
  min-width: 260px;
}

.table-tools > span {
  color: #657287;
  font-size: 8px;
}

.booking-table {
  background: #0d1521;
  border: 1px solid rgba(216, 182, 106, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.table-row {
  align-items: center;
  border-bottom: 1px solid rgba(216, 182, 106, 0.09);
  display: grid;
  gap: 12px;
  grid-template-columns: 0.9fr 1.6fr 0.45fr 0.75fr 0.65fr 0.8fr;
  min-height: 63px;
  padding: 0 15px;
}

.table-row > span {
  display: flex;
  flex-direction: column;
}

.table-row strong {
  color: #b7c0cc;
  font-size: 9px;
  font-weight: 600;
}

.table-row small {
  color: #5d697b;
  font-size: 7px;
  margin-top: 3px;
}

.table-head {
  background: rgba(216, 182, 106, 0.04);
  color: #5f6b7e;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-height: 38px;
  text-transform: uppercase;
}

.table-stall {
  align-items: center;
  border: 1px solid rgba(37, 195, 176, 0.42);
  border-radius: 5px;
  color: var(--teal);
  display: flex;
  font-family: var(--serif);
  font-size: 15px;
  height: 30px;
  justify-content: center;
  width: 40px;
}

.row-actions {
  flex-direction: row !important;
  gap: 5px;
}

.row-actions button {
  background: rgba(37, 195, 176, 0.1);
  border: 1px solid rgba(37, 195, 176, 0.3);
  border-radius: 5px;
  color: #70d8cb;
  cursor: pointer;
  font-size: 7px;
  height: 27px;
  padding: 0 8px;
}

.row-actions button.reject {
  background: rgba(215, 122, 116, 0.08);
  border-color: rgba(215, 122, 116, 0.28);
  color: #d9938d;
}

.reports-panel .admin-metrics {
  grid-template-columns: repeat(3, 1fr);
}

.report-chart {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 0.8fr;
}

.report-chart > div:first-child {
  border: 0;
}

.donut {
  align-items: center;
  background: conic-gradient(var(--gold) var(--fill), #202b3a 0);
  border-radius: 50%;
  display: flex;
  height: 180px;
  justify-content: center;
  margin: 25px 70px;
  position: relative;
  width: 180px;
}

.donut::after {
  background: #0d1622;
  border-radius: 50%;
  content: "";
  inset: 18px;
  position: absolute;
}

.donut span {
  color: #6f7c8f;
  display: flex;
  flex-direction: column;
  font-size: 8px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.donut strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 32px;
}

.report-chart ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.report-chart li {
  border-bottom: 1px solid rgba(216, 182, 106, 0.09);
  color: #7a8799;
  font-size: 9px;
  padding-bottom: 10px;
}

.report-chart li b {
  color: #bcc4ce;
  margin-left: auto;
}

@media (max-width: 1080px) {
  .admin-page {
    grid-template-columns: 76px 1fr;
  }

  .admin-sidebar {
    padding: 24px 9px 18px;
  }

  .admin-sidebar .brand > span:last-child,
  .admin-badge,
  .admin-sidebar nav [data-admin-tab]:not(.active) > span,
  .admin-sidebar nav [data-admin-tab] {
    font-size: 0;
  }

  .admin-sidebar .brand {
    justify-content: center;
    margin: 0;
  }

  .admin-sidebar nav [data-admin-tab] {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .admin-sidebar nav [data-admin-tab] i {
    font-size: 17px;
  }

  .sidebar-event {
    display: none;
  }

  .sidebar-account {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: auto;
  }

  .sidebar-account div,
  .sidebar-account > a {
    display: none;
  }

  .designer {
    grid-template-columns: 160px minmax(620px, 1fr);
  }

  .properties-panel {
    border-left: 0;
    border-top: 1px solid rgba(216, 182, 106, 0.13);
    display: block;
    grid-column: 1 / -1;
  }

  .admin-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .dashboard-header {
    grid-template-columns: 1fr auto;
    padding: 0 15px;
  }

  .dashboard-header nav {
    display: none;
  }

  .account-menu div,
  .account-menu > a {
    display: none;
  }

  .dashboard-content {
    padding: 45px 15px 75px;
  }

  .dashboard-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }

  .dashboard-title h1 {
    font-size: 42px;
  }

  .metric-strip {
    grid-template-columns: 1fr;
  }

  .metric-strip article {
    min-height: 90px;
  }

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

  .booking-number {
    align-items: baseline;
    border-bottom: 1px solid rgba(216, 182, 106, 0.2);
    border-right: 0;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    min-height: 70px;
    padding: 0 20px;
  }

  .booking-number strong {
    font-size: 35px;
  }

  .booking-number span {
    margin-left: auto;
  }

  .booking-main {
    padding: 20px 15px;
  }

  .booking-card-head h2 {
    font-size: 23px;
  }

  .booking-meta {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .progress-track {
    gap: 9px;
    grid-template-columns: 1fr;
  }

  .progress-track span:not(:last-child)::after {
    bottom: -10px;
    height: 10px;
    left: 9px;
    right: auto;
    top: 19px;
    width: 1px;
  }

  .admin-page {
    display: block;
  }

  .admin-sidebar {
    bottom: 0;
    flex-direction: row;
    left: 0;
    min-height: 58px;
    padding: 7px;
    position: fixed;
    right: 0;
    top: auto;
    z-index: 50;
  }

  .admin-sidebar > .brand,
  .admin-badge,
  .sidebar-account {
    display: none;
  }

  .admin-sidebar nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }

  .admin-sidebar nav [data-admin-tab] {
    min-height: 43px;
  }

  .admin-topbar {
    height: auto;
    min-height: 72px;
    padding: 12px;
  }

  .admin-topbar .text-button {
    display: none;
  }

  .admin-content {
    min-height: calc(100svh - 130px);
    padding-bottom: 58px;
  }

  .designer {
    display: block;
    min-height: 0;
  }

  .component-palette {
    border-bottom: 1px solid rgba(216, 182, 106, 0.13);
    border-right: 0;
    padding: 12px;
  }

  .component-palette > div:first-child,
  .canvas-tips {
    display: none;
  }

  .zone-buttons {
    display: flex;
    margin: 0;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .zone-buttons button {
    flex: 0 0 108px;
  }

  .designer-stage {
    grid-template-rows: 44px 560px 36px;
  }

  .designer-toolbar > span {
    display: none;
  }

  .designer-toolbar {
    justify-content: flex-end;
  }

  .designer-toolbar > div {
    max-width: 100%;
    overflow-x: auto;
  }

  .designer-scroll {
    align-items: flex-start;
    padding: 10px;
  }

  .layout-canvas {
    height: 520px;
    min-height: 520px;
    min-width: 780px;
  }

  .overview-panel,
  .admin-bookings,
  .reports-panel {
    padding: 14px;
  }

  .admin-metrics,
  .reports-panel .admin-metrics,
  .overview-grid,
  .report-chart {
    grid-template-columns: 1fr;
  }

  .table-tools {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .table-tools > div {
    width: 100%;
  }

  .table-tools input {
    min-width: 0;
    width: 100%;
  }

  .booking-table {
    overflow-x: auto;
  }

  .table-row {
    min-width: 820px;
  }

  .donut {
    margin: 35px auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Exhibition, stall and structured-data management */
button:disabled,
.gold-button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.65);
  opacity: 0.48;
  transform: none;
}

.status-inactive {
  background: rgba(117, 130, 151, 0.1);
  border-color: rgba(117, 130, 151, 0.34);
  color: #8e9aad;
}

.sidebar-event i.draft {
  color: #d9938d;
}

.admin-top-actions {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.event-switcher select {
  background: #0b1420;
  border: 1px solid rgba(216, 182, 106, 0.22);
  border-radius: 7px;
  color: #aeb8c5;
  font-size: 8px;
  height: 38px;
  max-width: 230px;
  outline: 0;
  padding: 0 28px 0 10px;
}

.management-panel {
  padding: 27px;
}

.management-head {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.management-head small,
.data-storage-card small {
  color: #637085;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.management-head h2,
.data-storage-card h2 {
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 600;
  margin: 3px 0 4px;
}

.management-head p,
.data-storage-card p {
  color: #6f7c8f;
  font-size: 9px;
  line-height: 1.7;
  margin: 0;
}

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

.exhibition-manage-card {
  background: linear-gradient(145deg, #101a29, #0a111c);
  border: 1px solid rgba(216, 182, 106, 0.15);
  border-radius: 12px;
  min-height: 235px;
  padding: 18px;
  position: relative;
}

.exhibition-manage-card.selected {
  border-color: rgba(216, 182, 106, 0.62);
  box-shadow: inset 0 0 0 1px rgba(216, 182, 106, 0.08);
}

.exhibition-manage-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.exhibition-manage-top > span:last-child {
  color: #637085;
  font-size: 7px;
}

.event-state {
  border: 1px solid;
  border-radius: 14px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 5px 8px;
}

.event-state.published {
  background: rgba(37, 195, 176, 0.1);
  border-color: rgba(37, 195, 176, 0.36);
  color: var(--teal);
}

.event-state.draft {
  background: rgba(215, 122, 116, 0.08);
  border-color: rgba(215, 122, 116, 0.3);
  color: #e69c95;
}

.exhibition-manage-card h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
  margin: 24px 0 7px;
}

.exhibition-manage-card > p {
  color: #6a778a;
  font-size: 8px;
  margin: 0;
}

.event-stats {
  border-bottom: 1px solid rgba(216, 182, 106, 0.1);
  border-top: 1px solid rgba(216, 182, 106, 0.1);
  display: flex;
  gap: 25px;
  margin: 17px 0 13px;
  padding: 10px 0;
}

.event-stats span {
  color: #637085;
  display: flex;
  flex-direction: column;
  font-size: 7px;
}

.event-stats strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 18px;
}

.manage-actions,
.data-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.manage-actions a,
.manage-actions button,
.data-downloads a {
  background: rgba(216, 182, 106, 0.06);
  border: 1px solid rgba(216, 182, 106, 0.22);
  border-radius: 5px;
  color: #c8b98f;
  cursor: pointer;
  font-size: 7px;
  min-height: 28px;
  padding: 7px 9px;
}

.manage-actions .danger {
  border-color: rgba(215, 122, 116, 0.26);
  color: #d9938d;
}

.inventory-summary {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 13px;
}

.inventory-summary span {
  background: #0d1521;
  border: 1px solid rgba(216, 182, 106, 0.12);
  border-radius: 8px;
  color: #657287;
  display: flex;
  flex-direction: column;
  font-size: 7px;
  padding: 10px 13px;
}

.inventory-summary b {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 21px;
}

.stall-management-table {
  background: #0d1521;
  border: 1px solid rgba(216, 182, 106, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.stall-manage-row {
  align-items: center;
  border-bottom: 1px solid rgba(216, 182, 106, 0.08);
  display: grid;
  gap: 12px;
  grid-template-columns: 0.5fr 1.2fr 0.7fr 0.9fr 0.65fr 1.5fr;
  min-height: 64px;
  padding: 0 15px;
}

.stall-manage-row > span {
  display: flex;
  flex-direction: column;
}

.stall-manage-row strong {
  color: #b7c0cc;
  font-size: 9px;
}

.stall-manage-row small {
  color: #667388;
  font-size: 7px;
  line-height: 1.6;
}

.stall-manage-head {
  background: rgba(216, 182, 106, 0.04);
  color: #5f6b7e;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-height: 38px;
  text-transform: uppercase;
}

.mini-stall.inactive {
  border-style: dashed;
  color: #596579;
  opacity: 0.45;
}

.management-modal {
  align-items: center;
  background: rgba(2, 5, 9, 0.84);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow-y: auto;
  padding: 22px;
  position: fixed;
  z-index: 120;
}

.management-dialog {
  background: linear-gradient(145deg, #111c2b, #090f18);
  border: 1px solid rgba(216, 182, 106, 0.48);
  border-radius: 15px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
  max-width: 690px;
  padding: 30px;
  position: relative;
  width: 100%;
}

.management-dialog h2 {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 600;
  margin: 5px 0 22px;
}

.management-dialog form {
  display: grid;
  gap: 13px;
}

.management-dialog label {
  color: #aeb8c5;
  display: grid;
  font-size: 9px;
  gap: 7px;
}

.management-dialog input:not([type="checkbox"]),
.management-dialog select {
  background: #08111b;
  border: 1px solid rgba(147, 160, 179, 0.24);
  border-radius: 7px;
  color: var(--ivory);
  min-height: 43px;
  outline: 0;
  padding: 0 11px;
}

.management-dialog input:focus,
.management-dialog select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(216, 182, 106, 0.08);
}

[data-copy-stalls] {
  display: grid;
  gap: 11px;
}

[data-stall-count-field] small {
  color: #667388;
  font-size: 7px;
}

[data-stall-count-field] input:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.position-fields {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, 1fr);
}

.report-data-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.45fr 0.55fr;
}

.report-data-grid .report-chart {
  grid-template-columns: 0.8fr auto 0.8fr;
}

.report-data-grid .donut {
  height: 145px;
  margin: 20px 35px;
  width: 145px;
}

.data-storage-card {
  background: linear-gradient(145deg, #101a29, #0a111c);
  border: 1px solid rgba(216, 182, 106, 0.16);
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.data-storage-card h2 {
  font-size: 26px;
}

.sync-state {
  align-items: center;
  border-bottom: 1px solid rgba(216, 182, 106, 0.1);
  border-top: 1px solid rgba(216, 182, 106, 0.1);
  color: #718095;
  display: flex;
  font-size: 7px;
  gap: 7px;
  margin: 20px 0 13px;
  padding: 12px 0;
}

.sync-state i {
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(37, 195, 176, 0.7);
  height: 7px;
  width: 7px;
}

.data-downloads a {
  flex: 1 1 105px;
  text-align: center;
}

.no-active-plan {
  align-items: center;
  color: #6d798b;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  position: absolute;
  text-align: center;
}

.no-active-plan span {
  color: var(--gold);
  font-size: 38px;
}

.no-active-plan strong {
  color: #c9c0b2;
  font-family: var(--serif);
  font-size: 24px;
  margin: 8px 0;
}

.no-active-plan small {
  font-size: 9px;
}

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

  .report-data-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
  }

  .admin-top-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .event-switcher {
    flex: 1;
  }

  .event-switcher select {
    max-width: none;
    width: 100%;
  }

  .admin-sidebar {
    overflow-x: auto;
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(6, minmax(58px, 1fr));
    min-width: 390px;
  }

  .management-panel {
    padding: 15px;
  }

  .management-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .exhibition-grid,
  .inventory-summary {
    grid-template-columns: 1fr 1fr;
  }

  .stall-management-table {
    overflow-x: auto;
  }

  .stall-manage-row {
    min-width: 830px;
  }

  .management-dialog {
    padding: 25px 17px;
  }

  .management-dialog .form-row,
  .position-fields {
    grid-template-columns: 1fr 1fr;
  }

  .report-data-grid .report-chart {
    grid-template-columns: 1fr;
  }
}
