:root {
  --sm-black: #080604;
  --sm-panel: rgba(24, 19, 14, 0.82);
  --sm-gold: #e7bd78;
  --sm-gold-2: #a87431;
  --sm-cream: #fff6e7;
  --sm-muted: rgba(255, 246, 231, 0.66);
}

html {
  background: #080604;
}

body {
  background:
    radial-gradient(circle at 18% 8%, rgba(231, 189, 120, 0.24), transparent 30rem),
    radial-gradient(circle at 82% 20%, rgba(111, 66, 28, 0.24), transparent 34rem),
    linear-gradient(135deg, #0b0705, #17100b 48%, #090604);
  color: var(--sm-cream);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 45;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(231, 189, 120, 0.045) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(231, 189, 120, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 50% 0%, rgba(255, 246, 231, 0.08), transparent 36rem);
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.luxury-header {
  top: 14px !important;
  border-color: rgba(231, 189, 120, 0.16) !important;
  background: rgba(12, 8, 5, 0.78) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.seatmap-command-bar {
  position: fixed;
  top: 50%;
  left: 12px;
  z-index: 115;
  color: var(--sm-cream);
  transform: translateY(-50%);
}

.seatmap-dock-toggle {
  display: flex;
  width: 58px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(231, 189, 120, 0.25);
  border-radius: 8px;
  color: var(--sm-cream);
  background:
    linear-gradient(135deg, rgba(255, 246, 231, 0.105), rgba(231, 189, 120, 0.045)),
    rgba(11, 8, 5, 0.86);
  cursor: pointer;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(22px);
}

.seatmap-dock-toggle div {
  display: none;
}

.seatmap-command-panel {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  width: min(250px, calc(100vw - 92px));
  padding: 10px;
  border: 1px solid rgba(231, 189, 120, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 246, 231, 0.105), rgba(231, 189, 120, 0.045)),
    rgba(11, 8, 5, 0.92);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.36);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-8px) scale(0.98);
  transition: opacity 0.18s ease, transform 0.18s ease;
  backdrop-filter: blur(22px);
}

.seatmap-command-bar.is-open .seatmap-command-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.seatmap-dock-toggle strong,
.seatmap-dock-toggle small {
  display: block;
}

.seatmap-dock-toggle strong {
  font-size: 0.9rem;
  line-height: 1;
}

.seatmap-dock-toggle small {
  margin-top: 4px;
  color: var(--sm-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seatmap-command-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #35e39f;
  box-shadow: 0 0 24px rgba(53, 227, 159, 0.84);
}

.seatmap-command-nav {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.seatmap-command-nav button,
.seatmap-language-select select {
  min-height: 42px;
  border: 1px solid rgba(255, 246, 231, 0.1);
  border-radius: 8px;
  color: var(--sm-cream);
  background: rgba(255, 246, 231, 0.055);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.seatmap-command-nav button {
  width: 100%;
  padding: 0 13px;
  cursor: pointer;
  text-align: left;
}

.seatmap-command-nav button:hover,
.seatmap-command-nav button.is-active {
  border-color: rgba(231, 189, 120, 0.62);
  color: #120d07;
  background: linear-gradient(135deg, #f4d9a7, #b9833d);
  transform: translateY(-1px);
}

.seatmap-language-select {
  display: grid;
  gap: 4px;
  margin-top: 10px;
}

.seatmap-language-select span {
  color: rgba(255, 246, 231, 0.46);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seatmap-language-select select {
  width: 100%;
  padding: 0 34px 0 12px;
  cursor: pointer;
  outline: none;
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--sm-gold) 50%) calc(100% - 17px) 18px / 6px 6px no-repeat,
    linear-gradient(135deg, rgba(255, 246, 231, 0.09), rgba(255, 246, 231, 0.04));
}

.seatmap-language-select select:focus {
  border-color: rgba(231, 189, 120, 0.72);
}

.seatmap-native-language-hidden {
  display: none !important;
}

.seatmap-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 50% 22%, rgba(231, 189, 120, 0.18), transparent 28rem),
    rgba(5, 3, 2, 0.72);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
  backdrop-filter: blur(18px);
}

.seatmap-guide-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.seatmap-guide-dialog {
  position: relative;
  width: min(620px, 100%);
  border: 1px solid rgba(231, 189, 120, 0.28);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 42px);
  color: var(--sm-cream);
  background:
    linear-gradient(135deg, rgba(255, 246, 231, 0.105), rgba(231, 189, 120, 0.05)),
    rgba(14, 10, 7, 0.96);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.5);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.24s ease;
}

.seatmap-guide-modal.is-open .seatmap-guide-dialog {
  transform: translateY(0) scale(1);
}

.seatmap-guide-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 246, 231, 0.12);
  border-radius: 8px;
  color: var(--sm-cream);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.seatmap-guide-kicker {
  margin: 0 0 12px;
  color: var(--sm-gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.seatmap-guide-dialog h2 {
  margin: 0;
  color: var(--sm-cream);
  font-size: clamp(2rem, 6vw, 4.1rem);
  line-height: 0.92;
}

.seatmap-guide-dialog p {
  margin: 20px 0 0;
  color: var(--sm-muted);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.7;
}

.seatmap-guide-steps {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.seatmap-guide-steps span {
  border: 1px solid rgba(231, 189, 120, 0.16);
  border-radius: 8px;
  padding: 11px 13px;
  color: rgba(255, 246, 231, 0.82);
  background: rgba(255, 246, 231, 0.045);
  font-size: 0.9rem;
  font-weight: 800;
}

.seatmap-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.seatmap-guide-primary,
.seatmap-guide-secondary {
  min-height: 46px;
  border-radius: 8px;
  padding: 0 18px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.seatmap-guide-primary {
  border: 1px solid rgba(231, 189, 120, 0.7);
  color: #120d07;
  background: linear-gradient(135deg, #ffe7b4, #c9954d 58%, #8e5d25);
}

.seatmap-guide-secondary {
  border: 1px solid rgba(255, 246, 231, 0.14);
  color: var(--sm-cream);
  background: rgba(255, 246, 231, 0.055);
}

.seatmap-credentials-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  margin-top: 18px;
  border: 1px solid rgba(231, 189, 120, 0.18);
  border-radius: 8px;
  padding: 14px;
  background:
    radial-gradient(circle at top right, rgba(231, 189, 120, 0.16), transparent 16rem),
    rgba(255, 246, 231, 0.045);
}

.seatmap-credentials-kicker {
  margin: 0 0 6px;
  color: var(--sm-gold);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seatmap-credentials-card h2 {
  margin: 0;
  color: var(--sm-cream);
  font-size: 1rem;
  font-weight: 900;
}

.seatmap-credentials-card dl {
  display: grid;
  grid-column: 1 / -1;
  gap: 8px;
  margin: 0;
}

.seatmap-credentials-card dl div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255, 246, 231, 0.08);
  border-radius: 8px;
  padding: 9px 10px;
  background: rgba(0, 0, 0, 0.18);
}

.seatmap-credentials-card dt {
  color: rgba(255, 246, 231, 0.5);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seatmap-credentials-card dd {
  margin: 0;
  color: var(--sm-cream);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.seatmap-credentials-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--sm-muted);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.45;
}

.seatmap-credentials-fill,
.seatmap-password-eye {
  border: 1px solid rgba(231, 189, 120, 0.34);
  border-radius: 8px;
  color: #120d07;
  background: linear-gradient(135deg, #ffe7b4, #c9954d 58%, #8e5d25);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.seatmap-credentials-fill {
  min-height: 36px;
  padding: 0 12px;
  font-size: 0.78rem;
}

.seatmap-password-row {
  position: relative;
}

.seatmap-password-row input {
  padding-right: 54px !important;
}

.seatmap-password-eye {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  color: var(--sm-cream);
  background: rgba(255, 246, 231, 0.065);
}

.seatmap-password-eye.is-active {
  color: #120d07;
  background: linear-gradient(135deg, #ffe7b4, #c9954d 58%, #8e5d25);
}

.seatmap-frame-blocker {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 22px;
  color: var(--sm-cream);
  background:
    radial-gradient(circle at 50% 24%, rgba(231, 189, 120, 0.24), transparent 26rem),
    rgba(6, 4, 3, 0.9);
  backdrop-filter: blur(22px);
}

.seatmap-frame-blocker div {
  width: min(560px, 100%);
  border: 1px solid rgba(231, 189, 120, 0.26);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 246, 231, 0.11), rgba(231, 189, 120, 0.05)),
    rgba(15, 10, 7, 0.96);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.52);
}

.seatmap-frame-blocker p,
.seatmap-tutorial-kicker {
  margin: 0 0 10px;
  color: var(--sm-gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.seatmap-frame-blocker h1 {
  margin: 0;
  color: var(--sm-cream);
  font-size: clamp(2rem, 7vw, 4rem);
  line-height: 0.95;
}

.seatmap-frame-blocker span {
  display: block;
  margin-top: 18px;
  color: var(--sm-muted);
  font-weight: 700;
  line-height: 1.6;
}

.seatmap-frame-blocker a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border: 1px solid rgba(231, 189, 120, 0.72);
  border-radius: 8px;
  padding: 0 20px;
  color: #120d07;
  background: linear-gradient(135deg, #ffe7b4, #c9954d 58%, #8e5d25);
  font-weight: 900;
}

.seatmap-tutorial {
  position: fixed;
  inset: 0;
  z-index: 220;
  pointer-events: none;
}

.seatmap-tutorial-scrim,
.seatmap-tutorial-spotlight,
.seatmap-tutorial-pointer,
.seatmap-tutorial-card {
  position: fixed;
  opacity: 0;
  transition: opacity 0.22s ease, transform 0.22s ease, inset 0.22s ease, width 0.22s ease, height 0.22s ease, left 0.22s ease, top 0.22s ease;
}

.seatmap-tutorial-scrim {
  inset: 0;
  background: transparent;
  backdrop-filter: none;
  pointer-events: none;
}

.seatmap-tutorial-spotlight {
  z-index: 222;
  border: 2px solid rgba(255, 231, 180, 0.92);
  border-radius: 10px;
  box-shadow:
    0 0 0 9999px rgba(3, 2, 1, 0.62),
    0 0 34px rgba(231, 189, 120, 0.42),
    inset 0 0 0 1px rgba(255, 246, 231, 0.12);
  animation: tutorialPulse 1.7s ease-in-out infinite;
  pointer-events: none;
}

.seatmap-tutorial-spotlight::after {
  position: absolute;
  right: -18px;
  top: 50%;
  width: 42px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 231, 180, 0.92), transparent);
  transform: translateY(-50%);
}

.seatmap-tutorial-pointer {
  z-index: 224;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 231, 180, 0.7);
  border-radius: 999px;
  padding: 0 12px;
  color: #120d07;
  background: linear-gradient(135deg, #ffe7b4, #c9954d 58%, #8e5d25);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  font-size: 0.72rem;
  font-weight: 950;
  pointer-events: none;
  transform: translateY(-4px);
}

.seatmap-tutorial-pointer::after {
  width: 0;
  height: 0;
  border-top: 8px solid #c9954d;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.seatmap-tutorial-card {
  z-index: 223;
  border: 1px solid rgba(231, 189, 120, 0.3);
  border-radius: 8px;
  padding: 18px;
  color: var(--sm-cream);
  background:
    radial-gradient(circle at top right, rgba(231, 189, 120, 0.2), transparent 12rem),
    linear-gradient(135deg, rgba(255, 246, 231, 0.12), rgba(231, 189, 120, 0.05)),
    rgba(13, 8, 5, 0.98);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.56);
  transform: translateY(10px) scale(0.98);
  pointer-events: auto;
  max-height: min(560px, calc(100vh - 28px));
  overflow: auto;
}

.seatmap-tutorial-card::before {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: translateY(-50%);
}

.seatmap-tutorial-card[data-side="right"]::before {
  left: -10px;
  border-right: 10px solid rgba(231, 189, 120, 0.3);
}

.seatmap-tutorial-card[data-side="left"]::before {
  right: -10px;
  border-left: 10px solid rgba(231, 189, 120, 0.3);
}

.seatmap-tutorial-card h2 {
  margin: 0;
  color: var(--sm-cream);
  font-size: clamp(1.35rem, 4vw, 2rem);
  line-height: 1;
}

.seatmap-tutorial-copy {
  margin: 12px 0 0;
  color: var(--sm-muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.55;
}

.seatmap-tutorial-wait {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  border: 1px solid rgba(231, 189, 120, 0.2);
  border-radius: 8px;
  padding: 9px 10px;
  color: rgba(255, 246, 231, 0.84);
  background: rgba(255, 246, 231, 0.055);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.25;
}

.seatmap-tutorial-wait::before {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  content: "";
  background: var(--sm-gold);
  box-shadow: 0 0 18px rgba(231, 189, 120, 0.78);
}

.seatmap-tutorial.is-action-done .seatmap-tutorial-wait {
  border-color: rgba(53, 227, 159, 0.34);
  color: #baffdf;
  background: rgba(53, 227, 159, 0.08);
}

.seatmap-tutorial.is-action-done .seatmap-tutorial-wait::before {
  background: #35e39f;
  box-shadow: 0 0 18px rgba(53, 227, 159, 0.78);
}

.seatmap-tutorial-progress {
  margin-top: 14px;
  color: rgba(255, 231, 180, 0.78);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.seatmap-tutorial-actions {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  margin-top: 16px;
}

.seatmap-tutorial-actions button,
.seatmap-tutorial-launch {
  min-height: 40px;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
}

.seatmap-tutorial-ghost,
.seatmap-tutorial-skip {
  border: 1px solid rgba(255, 246, 231, 0.12);
  color: var(--sm-cream);
  background: rgba(255, 246, 231, 0.06);
}

.seatmap-tutorial-ghost:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.seatmap-tutorial-next,
.seatmap-tutorial-launch {
  border: 1px solid rgba(231, 189, 120, 0.66);
  color: #120d07;
  background: linear-gradient(135deg, #ffe7b4, #c9954d 58%, #8e5d25);
}

.seatmap-tutorial-launch {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 118;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  color: #120d07;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  pointer-events: auto;
}

.seatmap-tutorial.is-open .seatmap-tutorial-scrim,
.seatmap-tutorial.is-open .seatmap-tutorial-spotlight,
.seatmap-tutorial.is-open .seatmap-tutorial-pointer,
.seatmap-tutorial.is-open .seatmap-tutorial-card {
  opacity: 1;
}

.seatmap-tutorial:not(.is-map-step) .seatmap-tutorial-pointer {
  opacity: 0;
}

.seatmap-tutorial.is-open .seatmap-tutorial-card {
  transform: translateY(0) scale(1);
}

@keyframes tutorialPulse {
  50% {
    box-shadow:
      0 0 0 9999px rgba(3, 2, 1, 0.5),
      0 0 46px rgba(231, 189, 120, 0.66),
      inset 0 0 0 1px rgba(255, 246, 231, 0.18);
  }
}

.luxury-panel,
.menu-spark,
.rounded-\[32px\],
.rounded-\[28px\],
.rounded-\[26px\] {
  border-color: rgba(231, 189, 120, 0.18) !important;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.32) !important;
}

.luxury-button {
  background: linear-gradient(135deg, #ffe7b4, #c9954d 58%, #8e5d25) !important;
  color: #120d07 !important;
  box-shadow: 0 18px 44px rgba(201, 149, 77, 0.22) !important;
}

@media (max-width: 900px) {
  .luxury-header {
    top: 12px !important;
  }
}

@media (max-width: 560px) {
  .luxury-header {
    top: 12px !important;
  }

  .seatmap-command-bar {
    top: auto;
    bottom: 12px;
    left: 12px;
    transform: none;
  }

  .seatmap-command-panel {
    top: auto;
    bottom: calc(100% + 10px);
    left: 0;
    width: min(260px, calc(100vw - 24px));
  }

  .seatmap-dock-toggle {
    width: 52px;
    min-height: 52px;
  }

  .seatmap-command-nav button,
  .seatmap-language-select select {
    min-height: 38px;
    font-size: 0.7rem;
  }

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

  .seatmap-credentials-fill {
    width: 100%;
  }

  .seatmap-guide-actions {
    display: grid;
  }

  .seatmap-guide-primary,
  .seatmap-guide-secondary {
    width: 100%;
  }

  .seatmap-tutorial-card {
    max-height: min(34vh, 260px);
    width: auto !important;
    padding: 10px;
    border-radius: 8px;
  }

  .seatmap-tutorial-card::before,
  .seatmap-tutorial-spotlight::after {
    display: none;
  }

  .seatmap-tutorial-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-top: 9px;
  }

  .seatmap-tutorial-card h2 {
    font-size: clamp(1rem, 5.5vw, 1.38rem);
  }

  .seatmap-tutorial-copy {
    margin-top: 7px;
    font-size: 0.74rem;
    line-height: 1.32;
  }

  .seatmap-tutorial-wait {
    margin-top: 8px;
    padding: 7px 8px;
    font-size: 0.66rem;
  }

  .seatmap-tutorial-progress {
    margin-top: 8px;
    font-size: 0.62rem;
  }

  .seatmap-tutorial-kicker {
    margin-bottom: 6px;
    font-size: 0.58rem;
  }

  .seatmap-tutorial-actions button {
    min-height: 34px;
    padding: 0 6px;
    font-size: 0.64rem;
  }

  .seatmap-tutorial-pointer {
    min-height: 28px;
    padding: 0 9px;
    font-size: 0.62rem;
  }
}
