:root {
  color-scheme: dark;
  font-family:
    Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-synthesis: none;
  --bg: #080909;
  --bg-soft: #0d0e0e;
  --panel: #131312;
  --panel-2: #191917;
  --panel-3: #22211e;
  --line: #302e29;
  --line-soft: #24221e;
  --text: #f5f1e9;
  --muted: #aaa49a;
  --muted-2: #777269;
  --purple: #ef682b;
  --purple-dark: #9e3e17;
  --purple-soft: #ffd0a4;
  --cyan: #c98261;
  --green: #d09573;
  --amber: #efb95b;
  --red: #f36e82;
  --blue: #70a8f5;
  --club-orange: #b84632;
  --club-paper: #e7e0d5;
  --club-ink: #0a0b0b;
  --club-display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --radius: 16px;
  --radius-small: 10px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.modal-brand-wordmark {
  display: block;
  width: 78px;
  height: 22px;
  margin: 0 0 4px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: screen;
  filter: brightness(1.05) contrast(1.08);
}

/* v75 · reservas de mesa y sorteo semanal como producto cerrado */
.member-table-draw {
  display: grid;
  gap: 22px;
}

.member-table-draw > header {
  padding: clamp(20px, 4vw, 38px);
  border: 1px solid rgba(213, 178, 111, .32);
  background:
    linear-gradient(115deg, rgba(5, 8, 6, .82), rgba(5, 8, 6, .2)),
    radial-gradient(circle at 86% 20%, rgba(196, 146, 72, .22), transparent 34%),
    #090b09;
}

.member-table-draw > header > span,
.club-draw-command span,
.table-booking-result > span {
  color: #d6b16b;
  font: 700 10px/1.2 Montserrat, sans-serif;
  letter-spacing: .16em;
}

.member-table-draw h3,
.table-booking-result h3 {
  margin: 10px 0;
  color: #f4efe5;
  font: 500 clamp(30px, 5vw, 58px)/.98 Montserrat, sans-serif;
  letter-spacing: -.045em;
}

.member-table-draw header p,
.table-booking-result p {
  max-width: 700px;
  color: rgba(244, 239, 229, .68);
  line-height: 1.65;
}

.draw-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: rgba(213, 178, 111, .2);
}

.draw-timeline li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  min-height: 120px;
  padding: 20px;
  background: #0b0d0b;
}

.draw-timeline b { color: #d6b16b; font: 500 24px/1 Montserrat, sans-serif; }
.draw-timeline div { display: grid; align-content: start; gap: 7px; }
.draw-timeline strong { color: #f4efe5; font: 650 14px/1.2 Montserrat, sans-serif; }
.draw-timeline span { color: rgba(244, 239, 229, .56); font-size: 12px; line-height: 1.5; }
.draw-audit { border-top: 1px solid rgba(213, 178, 111, .2); padding-top: 14px; color: rgba(244, 239, 229, .58); }
.draw-audit summary { cursor: pointer; color: #d6b16b; font: 650 11px Montserrat, sans-serif; text-transform: uppercase; letter-spacing: .08em; }

.table-booking-result { display: grid; gap: 14px; }
.table-booking-result dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 8px 0; border: 1px solid rgba(213, 178, 111, .24); }
.table-booking-result dl div { display: grid; gap: 6px; padding: 17px; border-right: 1px solid rgba(213, 178, 111, .18); }
.table-booking-result dl div:last-child { border: 0; }
.table-booking-result dt { color: rgba(244, 239, 229, .48); font: 650 9px Montserrat, sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.table-booking-result dd { margin: 0; color: #f4efe5; font: 650 16px Montserrat, sans-serif; }
.table-booking-result.is-confirmed { border-left: 3px solid #91aa79; padding-left: 20px; }
.table-booking-result.is-cancelled { border-left: 3px solid #8f3f38; padding-left: 20px; }

.member-table-bookings { display: grid; gap: 1px; margin-top: 12px; background: rgba(213, 178, 111, .16); }
.member-table-bookings article { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; background: rgba(8, 10, 8, .96); }
.member-table-bookings article.is-prize { border-left: 3px solid #d6b16b; background: linear-gradient(90deg, rgba(199, 150, 78, .13), rgba(8, 10, 8, .96) 42%); }
.member-table-bookings article > div { display: grid; gap: 4px; }
.member-table-bookings small { color: #d6b16b; font: 700 9px Montserrat, sans-serif; letter-spacing: .13em; }
.member-table-bookings strong { color: #f4efe5; font: 650 17px Montserrat, sans-serif; }
.member-table-bookings span { color: rgba(244, 239, 229, .54); font-size: 11px; }

.club-draw-command { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 16px 0; padding: 18px 20px; border: 1px solid rgba(213, 178, 111, .28); background: linear-gradient(110deg, rgba(201, 151, 77, .12), rgba(5, 7, 6, .8)); }
.club-draw-command > div { display: grid; gap: 5px; }
.club-draw-command strong { color: #f4efe5; font: 650 17px Montserrat, sans-serif; }
.club-draw-command small { color: rgba(244, 239, 229, .55); }
.club-draw-command > b { color: rgba(214, 177, 107, .6); font: 500 12px/1 monospace; letter-spacing: .08em; }

.club-booking-staff-card div em { color: #d6b16b; font: 700 9px Montserrat, sans-serif; letter-spacing: .08em; font-style: normal; }
.club-staff-operation-grid article.club-booking-staff-card { grid-template-columns: 62px minmax(0, 1fr) auto auto; }
.club-booking-staff-card.is-prize { box-shadow: inset 3px 0 #d6b16b; }
.club-booking-staff-card.is-unpaid { box-shadow: inset 3px 0 #8f3f38; }

@media (max-width: 700px) {
  .draw-timeline { grid-template-columns: 1fr; }
  .draw-timeline li { min-height: 0; }
  .table-booking-result dl { grid-template-columns: 1fr; }
  .table-booking-result dl div { border-right: 0; border-bottom: 1px solid rgba(213, 178, 111, .18); }
  .member-table-bookings article { align-items: flex-start; flex-direction: column; }
  .club-draw-command { align-items: flex-start; flex-direction: column; }
  .club-staff-operation-grid article.club-booking-staff-card { grid-template-columns: 54px minmax(0, 1fr); }
  .club-booking-staff-card > button,
  .club-booking-staff-card > select { grid-column: 2; width: 100%; }
}

.club-staff-operation-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.club-staff-operation-grid>div>strong{display:block;margin-bottom:12px;font-size:12px;letter-spacing:.14em;text-transform:uppercase}.club-staff-operation-grid article{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-top:1px solid var(--line)}.club-staff-operation-grid article>span{font-size:10px;font-weight:800;color:var(--accent)}.club-staff-operation-grid article b,.club-staff-operation-grid article small{display:block}.club-staff-operation-grid article small{opacity:.65;margin-top:3px}.club-staff-operation-grid article em{font-size:10px;font-style:normal;text-transform:uppercase}.club-staff-operation-grid p{opacity:.6}@media(max-width:760px){.club-staff-operation-grid{grid-template-columns:1fr}}
.club-table-prices{display:flex;align-items:end;gap:12px;margin:0 0 24px;padding:14px;border:1px solid var(--line)}.club-table-prices label{display:grid;grid-template-columns:1fr auto;gap:6px;align-items:center;font-size:11px}.club-table-prices label input{grid-row:2;width:120px}.club-table-prices label::after{grid-row:2;content:""}@media(max-width:760px){.club-table-prices{align-items:stretch;flex-direction:column}.club-table-prices label input{width:100%}}
.under21-identity-check{display:grid;grid-template-columns:150px 1fr auto;gap:18px;align-items:center;padding:18px;margin:16px 0;border:1px solid #d6ba7e;background:rgba(214,186,126,.08)}.under21-identity-check>span{font-size:10px;font-weight:900;letter-spacing:.15em;color:#d6ba7e}.under21-identity-check strong{display:block;font-size:24px;letter-spacing:.08em}.under21-identity-check small{display:block;margin-top:4px;color:var(--muted)}.under21-identity-check>b{padding:8px 10px;border:1px solid currentColor;color:#d6ba7e}@media(max-width:760px){.under21-identity-check{grid-template-columns:1fr auto}.under21-identity-check>span{grid-column:1/-1}}

/* Product galleries · catalogue + two shooting views */
.shop-card-media,
.shop-product-gallery {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #090a08;
}

.shop-card-media > button {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #111;
}

.shop-card-media > button::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .06);
  box-shadow: inset 0 -90px 90px rgba(0, 0, 0, .18);
  content: "";
  pointer-events: none;
}

.shop-card-media img {
  object-position: center 24%;
}

.shop-card-media img[hidden],
.shop-product-gallery img[hidden] {
  display: none !important;
}

.shop-gallery-controls {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 7px;
  left: 12px;
  bottom: 12px;
  padding: 5px;
  border: 1px solid rgba(218, 191, 132, .32);
  background: rgba(4, 5, 4, .82);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
  backdrop-filter: blur(12px);
}

.shop-gallery-controls button {
  display: grid;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #f1e9dc;
  background: rgba(255, 255, 255, .06);
  place-items: center;
}

.shop-gallery-controls button:hover {
  color: #090a08;
  background: var(--club-gold, #c59a57);
}

.shop-gallery-controls span {
  min-width: 42px;
  color: rgba(241, 233, 220, .62);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
}

.shop-gallery-controls b {
  color: #f1e9dc;
}

.shop-product-gallery figure {
  height: 100%;
}

.shop-product-gallery .shop-gallery-controls {
  left: 18px;
  bottom: 18px;
}

@media (max-width: 700px) {
  .shop-gallery-controls {
    left: 10px;
    bottom: 10px;
  }

  .shop-gallery-controls button {
    width: 38px;
    height: 38px;
  }

  .shop-product-gallery .shop-gallery-controls {
    left: 12px;
    bottom: 12px;
  }
}

/* v74 · plano real de mesas compartido por cliente y equipo */
.club-table-booking-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.club-table-picker-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
  align-items: end;
  gap: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(213, 178, 111, .26);
  background:
    linear-gradient(115deg, rgba(190, 140, 70, .15), transparent 42%),
    rgba(6, 8, 6, .88);
}

.club-table-picker-intro > div { display: grid; gap: 7px; }
.club-table-picker-intro span {
  color: #d6b16b;
  font: 700 9px/1.2 Montserrat, sans-serif;
  letter-spacing: .16em;
}
.club-table-picker-intro strong {
  color: #f4efe5;
  font: 550 clamp(24px, 3vw, 40px)/1 Montserrat, sans-serif;
  letter-spacing: -.04em;
}
.club-table-picker-intro p {
  margin: 0;
  color: rgba(244, 239, 229, .62);
  font-size: 12px;
  line-height: 1.65;
}

.club-table-map-shell {
  position: relative;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(205, 169, 101, .35);
  background: linear-gradient(145deg, rgba(26, 27, 20, .98), rgba(5, 6, 5, .98));
  box-shadow: inset 0 0 45px rgba(0, 0, 0, .7), 0 18px 55px rgba(0, 0, 0, .28);
  overflow: hidden;
}

.club-table-map-shell::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 10px;
  border: 1px solid rgba(231, 196, 127, .08);
  box-shadow: inset 0 0 70px rgba(0, 0, 0, .72);
  pointer-events: none;
}

.club-table-map {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  min-height: 260px;
  border: 1px solid rgba(230, 198, 133, .14);
  background: #080a08;
  cursor: default;
  touch-action: none;
}

.club-table-map:focus-visible {
  outline: 2px solid #d4ac65;
  outline-offset: 3px;
}

.club-table-map-legend,
.table-layout-editor-status {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 11px 4px 2px;
  color: rgba(244, 239, 229, .65);
  font: 600 10px/1.2 Montserrat, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.club-table-map-legend span { display: inline-flex; align-items: center; gap: 7px; }
.club-table-map-legend i { width: 9px; height: 9px; border: 1px solid #d8bd84; border-radius: 50%; }
.club-table-map-legend i.draw { border-color: #efc66f; background: #7b5b25; box-shadow: 0 0 10px rgba(239, 198, 111, .45); }
.club-table-map-legend i.premium { border-radius: 0; transform: rotate(45deg); background: rgba(192, 147, 72, .55); }
.club-table-map-legend i.reserved { border-color: #9b4c45; background: #572625; }

.club-table-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.club-table-option {
  appearance: none;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 11px;
  min-width: 0;
  min-height: 92px;
  padding: 14px 14px 13px;
  border: 1px solid rgba(213, 178, 111, .2);
  border-radius: 0;
  color: #f4efe5;
  text-align: left;
  background: linear-gradient(145deg, rgba(17, 20, 16, .98), rgba(6, 8, 6, .98));
  box-shadow: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.club-table-option::before,
.club-table-option::after { content: none !important; }
.club-table-option:not(:disabled) { cursor: pointer; }
.club-table-option:not(:disabled):hover {
  transform: translateY(-2px);
  border-color: rgba(225, 187, 113, .58);
  background: linear-gradient(145deg, rgba(32, 30, 20, .98), rgba(8, 10, 8, .98));
}
.club-table-option > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  align-self: start;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(222, 188, 121, .54);
  border-radius: 50%;
  color: #ddb976;
  font: 750 9px/1 Montserrat, sans-serif;
  letter-spacing: .04em;
}
.club-table-option > strong {
  align-self: end;
  overflow: hidden;
  color: #f4efe5;
  font: 650 13px/1.1 Montserrat, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.club-table-option > small {
  overflow: hidden;
  color: rgba(244, 239, 229, .48);
  font: 500 9px/1.25 Montserrat, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.club-table-option > em {
  grid-column: 1 / -1;
  margin-top: 7px;
  padding-top: 8px;
  border-top: 1px solid rgba(213, 178, 111, .13);
  color: #d9bd84;
  font: 700 9px/1 Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.club-table-option.is-premium {
  border-color: rgba(213, 173, 98, .42);
  background:
    radial-gradient(circle at 20% 20%, rgba(218, 174, 91, .15), transparent 42%),
    linear-gradient(145deg, rgba(31, 27, 15, .98), rgba(8, 9, 7, .98));
}
.club-table-option.is-premium > span { box-shadow: 0 0 0 4px rgba(208, 163, 80, .08); }
.club-table-option.is-draw-table {
  border-color: rgba(239, 198, 111, .62);
  background:
    radial-gradient(circle at 16% 18%, rgba(239, 198, 111, .18), transparent 38%),
    linear-gradient(145deg, rgba(48, 38, 19, .98), rgba(8, 9, 7, .98));
}
.club-table-option.is-draw-table > span { border-color: #efc66f; box-shadow: 0 0 0 4px rgba(239, 198, 111, .09); }
.club-table-option.is-draw-table > em { color: #efc66f; }
.club-table-option.is-selected {
  border-color: #e0b76d;
  background: linear-gradient(145deg, rgba(121, 88, 40, .95), rgba(33, 27, 15, .98));
  box-shadow: 0 12px 32px rgba(0, 0, 0, .32), inset 3px 0 #e4bd75;
  transform: translateY(-2px);
}
.club-table-option.is-selected > span {
  border-color: #f7dfac;
  color: #14140f;
  background: #e0b76d;
}
.club-table-option:disabled {
  opacity: .47;
  color: rgba(244, 239, 229, .54);
  filter: saturate(.5);
}
.club-table-option.is-reserved > em { color: #bd736b; }

.club-table-selection {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 16px;
  padding: 17px 18px;
  border-left: 3px solid #c69551;
  background: rgba(197, 149, 81, .09);
}

.club-table-selection span,
.club-table-selection small {
  color: rgba(244, 239, 229, .58);
  font: 600 10px/1.4 Montserrat, sans-serif;
  letter-spacing: .08em;
}

.club-table-selection strong { color: #f4efe5; font: 600 18px/1.2 Montserrat, sans-serif; }
.club-table-selection small { grid-row: 1 / span 2; grid-column: 2; align-self: center; max-width: 330px; text-align: right; }

.table-layout-editor { display: grid; gap: 16px; }
.club-table-map-shell.is-editor { border-color: rgba(221, 182, 108, .62); }
.club-table-map-shell.is-editor .club-table-map { cursor: grab; }
.club-table-map-shell.is-editor .club-table-map:active { cursor: grabbing; }
.table-layout-editor-status { justify-content: space-between; }
.table-layout-editor-status span { color: #e1bd78; }
.table-layout-editor-status small { color: rgba(244, 239, 229, .48); text-transform: none; letter-spacing: 0; }
.table-layout-actions { display: flex; justify-content: flex-end; gap: 10px; }
.table-layout-actions button { min-width: 180px; }
.club-table-prices #edit-table-layout { min-height: 42px; }

@media (max-width: 700px) {
  .modal-backdrop {
    height: 100dvh;
    max-height: 100dvh;
  }
  .modal,
  .modal.medium,
  .modal.large {
    box-sizing: border-box;
    height: 100%;
    max-height: 100%;
  }
  .club-table-booking-form { grid-template-columns: 1fr; }
  .club-table-picker-intro { grid-template-columns: 1fr; gap: 12px; padding: 18px; }
  .club-table-map-shell { margin-inline: -8px; padding: 6px; }
  .club-table-map { min-height: 210px; }
  .club-table-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .club-table-option { min-height: 88px; padding: 12px; }
  .club-table-option > strong { font-size: 12px; }
  .club-table-selection { grid-template-columns: 1fr; }
  .club-table-selection small { grid-row: auto; grid-column: auto; text-align: left; }
  .table-layout-actions { display: grid; grid-template-columns: 1fr; }
  .table-layout-actions button { width: 100%; min-width: 0; }
}

/* La experiencia móvil funciona como una PWA: se permite desplazar, no ampliar. */
@media (pointer: coarse) {
  html,
  body {
    touch-action: pan-x pan-y;
  }

  input,
  select,
  textarea {
    font-size: 16px;
  }
}

/* Puerta: lector QR dedicado para el rol de acceso */
.door-only-shell {
  min-height: 100svh;
  background:
    radial-gradient(circle at 82% 34%, rgba(239, 104, 43, .11), transparent 24%),
    linear-gradient(145deg, #090a0a, #040505 68%);
  color: #f4eee7;
}

.view.door-only-view {
  width: 100%;
  max-width: none;
  min-height: 100svh;
  margin: 0;
  padding: 0 !important;
}

.door-reader {
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto 1fr auto;
  padding: max(18px, env(safe-area-inset-top)) max(22px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left));
}

.door-reader-head {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(230px, 340px) auto auto auto;
  gap: 16px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.door-reader-brand,
.door-reader-brand > span,
.door-reader-status {
  display: flex;
  align-items: center;
}

.door-reader-brand {
  gap: 12px;
}

.door-reader-brand > span {
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
}

.door-reader-brand small,
.door-reader-venue > span,
.door-reader-copy > span,
.door-reader-foot,
.door-reader-privacy {
  color: rgba(244, 238, 231, .48);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.door-reader-brand strong {
  font-family: var(--club-display);
  font-size: 20px;
  letter-spacing: -.02em;
}

.door-reader-symbol {
  width: 42px;
  height: 42px;
}

.door-reader-venue {
  display: grid;
  gap: 7px;
}

.door-reader-venue select {
  min-height: 44px;
  border-color: rgba(255, 255, 255, .16);
  border-radius: 0;
  background: #0c0d0d;
  color: #f4eee7;
  font-weight: 800;
}

.door-reader-venue > strong {
  display: flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  padding: 0 14px;
  background: #0c0d0d;
  color: #f4eee7;
  font-size: 13px;
  font-weight: 850;
}

.team-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.door-reader-status {
  gap: 13px;
}

.door-reader-status .door-network {
  white-space: nowrap;
}

.door-reader-status time {
  min-width: 78px;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .06em;
}

.door-reader-icon {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, .68);
  font-size: 19px;
  place-items: center;
}

.door-reader-icon:hover {
  border-color: var(--club-orange);
  color: var(--club-orange);
}

.door-reader-stage {
  display: grid;
  width: min(1420px, 100%);
  grid-template-columns: minmax(300px, .75fr) minmax(480px, 1.25fr);
  gap: clamp(44px, 8vw, 140px);
  align-items: center;
  justify-self: center;
  padding: clamp(20px, 3vh, 48px) 0;
}

.door-reader-copy h1 {
  margin: 22px 0 28px;
  font-family: var(--club-display);
  font-size: clamp(68px, 7.6vw, 124px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .78;
  text-transform: uppercase;
}

.door-reader-copy p {
  max-width: 440px;
  margin: 0;
  color: rgba(244, 238, 231, .58);
  font-size: 14px;
  line-height: 1.75;
}

.door-reader-camera {
  width: min(680px, 100%, calc((100svh - 280px) * 4 / 3));
  justify-self: end;
}

.door-reader-camera .camera-box {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
    #080909;
  background-size: 32px 32px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .42);
}

.door-reader-camera .camera-box::after {
  position: absolute;
  z-index: 3;
  right: 12%;
  left: 12%;
  top: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--club-orange), transparent);
  box-shadow: 0 0 22px rgba(239, 104, 43, .8);
  content: "";
  opacity: 0;
}

.door-reader-camera .camera-box.camera-active::after {
  animation: door-qr-sweep 2.2s ease-in-out infinite;
}

@keyframes door-qr-sweep {
  0% { top: 18%; opacity: 0; }
  12%, 88% { opacity: 1; }
  100% { top: 82%; opacity: 0; }
}

.door-reader-camera .scan-frame {
  inset: 18%;
}

.door-reader-camera .scan-frame span {
  width: 52px;
  height: 52px;
  border-color: var(--club-orange);
}

.door-reader-camera .camera-placeholder i {
  color: var(--club-orange);
}

.door-reader-camera .camera-placeholder small {
  color: var(--club-orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
}

.door-reader-camera .camera-placeholder strong {
  margin-top: 12px;
  font-family: var(--club-display);
  font-size: 25px;
  text-transform: uppercase;
}

.door-reader-start {
  display: grid;
  width: 100%;
  min-height: 66px;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  margin-top: 12px;
  border: 1px solid var(--club-orange);
  border-radius: 0;
  padding: 0 21px;
  background: var(--club-orange);
  color: #090909;
  text-align: left;
}

.door-reader-start > span {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, .25);
  place-items: center;
}

.door-reader-start svg {
  width: 17px;
}

.door-reader-start strong {
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.door-reader-start b {
  font-size: 20px;
}

.door-reader-start.active b {
  color: #07512f;
  font-size: 10px;
}

.door-reader-privacy {
  margin: 12px 0 0;
  letter-spacing: .08em;
  text-align: center;
  text-transform: none;
}

.door-reader-foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.door-reader-foot > span {
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(244, 238, 231, .72);
}

.door-reader-foot i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(97, 217, 149, .65);
}

.door-only-shell .door-flash {
  z-index: 10000;
}

.door-only-shell .door-flash::after {
  position: absolute;
  width: min(62vw, 720px);
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: .13;
  transform: scale(.72);
}

.door-only-shell .door-flash.visible::after {
  animation: door-result-wave 1.2s ease-out both;
}

.door-only-shell .door-flash.visible > span {
  animation: door-result-mark 520ms cubic-bezier(.2, .8, .2, 1) both;
}

.door-only-shell .door-flash > strong,
.door-only-shell .door-flash > small,
.door-only-shell .door-flash > span {
  z-index: 1;
}

.door-only-shell .door-flash > strong {
  max-width: 92vw;
  font-family: var(--club-display);
  line-height: .88;
  text-align: center;
}

.door-only-shell .door-flash > small {
  max-width: 88vw;
  text-align: center;
}

@keyframes door-result-wave {
  from { opacity: .36; transform: scale(.52); }
  to { opacity: 0; transform: scale(1.18); }
}

@keyframes door-result-mark {
  from { opacity: 0; transform: scale(.58) rotate(-8deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

@media (max-width: 960px) {
  .door-reader-head {
    grid-template-columns: minmax(190px, 1fr) minmax(200px, 280px) auto auto;
  }

  .door-reader-status time {
    display: none;
  }

  .door-reader-stage {
    grid-template-columns: minmax(220px, .62fr) minmax(420px, 1.38fr);
    gap: 34px;
  }

  .door-reader-copy h1 {
    font-size: clamp(56px, 8vw, 82px);
  }
}

@media (max-width: 720px) {
  .door-reader {
    padding: max(14px, env(safe-area-inset-top)) 12px max(14px, env(safe-area-inset-bottom));
  }

  .door-reader-head {
    grid-template-columns: 1fr auto auto;
    gap: 9px;
    padding-bottom: 13px;
  }

  .door-reader-brand small,
  .door-reader-status,
  .door-reader-icon#door-fullscreen {
    display: none;
  }

  .door-reader-brand strong {
    font-size: 17px;
  }

  .door-reader-symbol {
    width: 34px;
    height: 34px;
  }

  .door-reader-venue {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .door-reader-icon#door-logout {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: end;
  }

  .door-reader-stage {
    display: block;
    padding: 24px 0 20px;
  }

  .door-reader-copy {
    margin-bottom: 21px;
  }

  .door-reader-copy h1 {
    margin: 12px 0 0;
    font-size: clamp(48px, 15.8vw, 68px);
    line-height: .79;
  }

  .door-reader-copy p {
    display: none;
  }

  .door-reader-camera .camera-box {
    aspect-ratio: 1 / .88;
  }

  .door-reader-camera .scan-frame {
    inset: 16%;
  }

  .door-reader-start {
    min-height: 59px;
  }

  .door-reader-foot {
    justify-content: center;
  }

  .door-reader-foot > small {
    display: none;
  }

  .door-only-shell .door-flash::before {
    border-width: 8px;
  }

  .door-only-shell .door-flash > span {
    width: 106px;
    height: 106px;
    font-size: 58px;
  }

  .door-only-shell .door-flash > strong {
    margin-top: 22px;
    font-size: clamp(42px, 14vw, 62px);
  }

  .door-only-shell .door-flash > small {
    padding: 0 22px;
    font-size: 14px;
  }
}

/* Member commerce lives in its own app destination, never inside table service. */
.member-shop-page.club-shop-v19 {
  min-height: calc(100svh - 120px);
  padding: clamp(44px, 5vw, 78px);
  border: 1px solid rgba(255, 255, 255, .1);
  background: #080909;
  color: #eee9e1;
}

.member-shop-page .club-shop-head h2,
.member-shop-page .club-shop-card-copy h3,
.member-shop-page .club-shop-card-copy > strong {
  color: #eee9e1;
}

.member-shop-page .club-shop-head h2 {
  font-size: clamp(62px, 7.2vw, 112px);
}

.member-shop-page .club-shop-intro > button {
  border-color: var(--club-orange);
  background: var(--club-orange);
  color: #090909;
}

.member-shop-page .club-shop-card-copy > p,
.member-shop-page .club-shop-intro p {
  color: rgba(238, 233, 225, .7);
}

.member-shop-page .club-shop-variants span,
.member-shop-page .club-shop-add {
  color: #eee9e1;
}

.member-shop-empty {
  display: grid;
  min-height: 360px;
  align-content: center;
  justify-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  text-align: center;
}

.member-shop-empty > span {
  display: grid;
  width: 62px;
  height: 62px;
  border: 1px solid var(--club-orange);
  color: var(--club-orange);
  place-items: center;
}

.member-shop-empty svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.member-shop-empty h3,
.member-shop-empty p {
  margin: 0;
}

.member-shop-empty h3 {
  font-family: var(--club-display);
  font-size: 36px;
  text-transform: uppercase;
}

.member-shop-empty p {
  color: rgba(238, 233, 225, .58);
}

.member-shop-orders {
  margin-top: clamp(70px, 8vw, 120px);
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, .24);
}

.member-shop-orders-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.member-shop-orders-head span,
.member-shop-orders-head > small {
  color: var(--club-orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
}

.member-shop-orders-head h2 {
  margin: 8px 0 0;
  font-family: var(--club-display);
  font-size: clamp(32px, 4vw, 54px);
  text-transform: uppercase;
}

.member-shop-order-list {
  display: grid;
}

.member-shop-order-list > button {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  padding: 16px 0;
  background: transparent;
  color: #eee9e1;
  text-align: left;
}

.member-shop-order-list > button:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.member-shop-order-image {
  display: grid;
  overflow: hidden;
  width: 68px;
  height: 68px;
  background: #111;
  color: var(--club-orange);
  place-items: center;
}

.member-shop-order-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-shop-order-image svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.member-shop-order-list > button > span:nth-child(2) {
  display: grid;
  gap: 5px;
}

.member-shop-order-list small {
  color: rgba(238, 233, 225, .5);
  font-size: 8px;
  letter-spacing: .08em;
}

.member-shop-order-list em {
  font-style: normal;
}

@media (max-width: 760px) {
  .member-shop-page.club-shop-v19 {
    margin: -16px -14px 0;
    padding: 54px 18px 115px;
    border-right: 0;
    border-left: 0;
  }

  .member-shop-page .club-shop-head {
    gap: 28px;
  }

  .member-shop-page .club-shop-head h2 {
    font-size: clamp(58px, 21vw, 82px);
  }

  .member-shop-order-list > button {
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .member-shop-order-image {
    width: 54px;
    height: 54px;
  }

  .member-shop-order-list > button > b {
    align-self: start;
  }

  .member-shop-order-list > button > em {
    grid-column: 2 / -1;
    justify-self: start;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
}

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

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

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

a {
  color: inherit;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: #0d0d10;
  color: var(--text);
  padding: 12px 13px;
  outline: none;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(239, 104, 43, 0.14);
}

input:disabled {
  color: var(--muted);
  background: #141419;
}

textarea {
  resize: vertical;
}

label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #c7c2ca;
  font-size: 13px;
  font-weight: 600;
}

label small,
.form-stack small,
.form-grid small {
  color: var(--muted-2);
  font-size: 11px;
  line-height: 1.45;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
}

legend {
  padding: 0 6px;
  color: var(--muted);
  font-size: 12px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
strong,
b {
  letter-spacing: -0.02em;
}

.boot,
.fatal {
  min-height: 100vh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  text-align: center;
}

.boot p,
.fatal p {
  color: var(--muted);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(239, 104, 43, 0.8);
  background:
    linear-gradient(145deg, rgba(239, 104, 43, 0.25), transparent 54%),
    #111210;
  clip-path: polygon(18% 0, 82% 0, 100% 22%, 86% 86%, 50% 100%, 14% 86%, 0 22%);
  color: #fff8ec;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  filter: drop-shadow(0 0 12px rgba(239, 104, 43, 0.16));
}

.brand-mark i {
  position: absolute;
  right: 4px;
  top: 3px;
  color: var(--cyan);
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.brand-name {
  color: white;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.brand-name b {
  color: var(--purple);
  font-weight: 900;
}

.eyebrow {
  display: inline-block;
  color: #e5a36e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.primary,
.secondary,
.ghost,
.small-button,
.danger-button,
.text-button,
.icon-button {
  border: 0;
  color: var(--text);
  transition:
    transform 120ms ease,
    background 120ms ease,
    border-color 120ms ease;
}

.primary:active,
.secondary:active,
.ghost:active,
.small-button:active,
.danger-button:active {
  transform: translateY(1px);
}

.primary {
  border-radius: var(--radius-small);
  background: var(--purple);
  padding: 12px 17px;
  color: #fff;
  font-weight: 750;
}

.primary:hover {
  background: #bb59e7;
}

.secondary {
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: var(--panel-2);
  padding: 11px 16px;
  font-weight: 650;
}

.secondary:hover {
  border-color: #4c4853;
  background: var(--panel-3);
}

.ghost {
  border: 1px solid #464149;
  border-radius: 999px;
  background: transparent;
  padding: 9px 17px;
}

.small-button {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #212027;
  padding: 8px 10px;
  color: #eeeaf0;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.small-button:hover {
  border-color: #56515d;
}

.danger-button {
  border: 1px solid rgba(243, 110, 130, 0.35);
  border-radius: var(--radius-small);
  background: rgba(243, 110, 130, 0.11);
  padding: 11px 15px;
  color: #ff9aaa;
  font-weight: 700;
}

.text-button {
  background: none;
  padding: 6px 0;
  color: var(--purple-soft);
  font-weight: 650;
}

.icon-button {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font-size: 18px;
}

.icon-button:hover {
  background: var(--panel-3);
  color: white;
}

.wide {
  width: 100%;
  text-align: center;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.form-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.form-grid .full,
.full {
  grid-column: 1 / -1;
}

.compact-grid {
  gap: 11px;
}

.check {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-weight: 450;
  line-height: 1.45;
}

.check input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 1px;
  accent-color: var(--purple);
}

.check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.setup-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
  align-items: stretch;
}

.setup-intro {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding: 8vw;
  background:
    linear-gradient(120deg, rgba(77, 24, 98, 0.23), transparent 48%),
    #0a090c;
}

.setup-intro .brand {
  position: absolute;
  top: 42px;
}

.setup-intro h1 {
  max-width: 750px;
  margin: 13px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 400;
  line-height: 0.98;
}

.setup-intro > p {
  max-width: 630px;
  color: #aaa4af;
  font-size: 18px;
  line-height: 1.7;
}

.setup-points {
  display: grid;
  max-width: 700px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 50px;
}

.setup-points span {
  padding-top: 14px;
  border-top: 1px solid #38323d;
  color: #c7c1cc;
  font-size: 13px;
  line-height: 1.5;
}

.setup-points i {
  display: block;
  margin-bottom: 12px;
  color: #b663d9;
  font-size: 11px;
  font-style: normal;
}

.auth-card {
  align-self: center;
  width: min(480px, calc(100% - 64px));
  margin: 32px auto;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.auth-card h2 {
  margin: 8px 0;
  font-size: 30px;
}

.auth-card > p {
  margin-bottom: 28px;
  color: var(--muted);
  line-height: 1.55;
}

.public-page {
  min-height: 100vh;
  background: #09090b;
}

.public-header {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(5vw, 28px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(7, 8, 8, 0.84);
  backdrop-filter: blur(22px) saturate(1.15);
}

.public-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.public-actions a {
  color: #bcb7c1;
  font-size: 13px;
  text-decoration: none;
}

.public-actions a:hover {
  color: var(--text);
}

.header-login {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  padding: 11px 16px;
  color: var(--text);
  font-size: 12px;
}

.header-login span {
  color: var(--purple-soft);
}

.public-hero {
  --pointer-x: 0;
  --pointer-y: 0;
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 760px;
  grid-template-columns: 1fr 0.86fr;
  align-items: center;
  gap: 6vw;
  padding: 84px max(7vw, 32px) 96px;
  background:
    linear-gradient(90deg, rgba(5, 6, 6, 0.98) 0%, rgba(5, 6, 6, 0.88) 35%, rgba(5, 6, 6, 0.26) 72%, rgba(5, 6, 6, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 6, 6, 0.02) 58%, #080909 100%),
    url("/tulumbra-night-v2.webp") center center / cover no-repeat;
}

.public-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(112deg, transparent 44%, rgba(53,216,230,.09) 51%, transparent 58%),
    radial-gradient(circle at 76% 44%, rgba(53,216,230,.12), transparent 23%);
  content: "";
  opacity: .8;
  pointer-events: none;
  animation: club-light-sweep 8s ease-in-out infinite alternate;
}

.public-hero::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  content: "";
  mix-blend-mode: soft-light;
  opacity: .11;
  pointer-events: none;
}

@keyframes club-light-sweep {
  from { transform: translate3d(-2%, -1%, 0) scale(1.02); opacity: .45; }
  to { transform: translate3d(3%, 1%, 0) scale(1.08); opacity: .9; }
}

.hero-copy {
  position: relative;
  z-index: 1;
  transform: translate3d(var(--copy-x, 0), var(--copy-y, 0), 0);
  transition: transform 400ms ease-out;
}

.public-hero h1 {
  max-width: 760px;
  margin: 16px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 7.2vw, 112px);
  font-weight: 400;
  line-height: 0.9;
}

.public-hero p {
  max-width: 620px;
  color: #b6b0ba;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}

.hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e6e0d8;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.hero-secondary span {
  color: var(--purple-soft);
}

.public-pass,
.digital-pass {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 25px;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 3px
    ),
    linear-gradient(
      116deg,
      #575b60 0%,
      #292c30 16%,
      #101214 42%,
      #404449 63%,
      #17191c 82%,
      #666a6e 100%
    );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.44) inset,
    0 -1px 0 rgba(0, 0, 0, 0.65) inset,
    0 0 0 1px rgba(0, 0, 0, 0.55),
    0 42px 90px rgba(0, 0, 0, 0.62),
    0 12px 28px rgba(0, 0, 0, 0.5);
}

.public-pass {
  aspect-ratio: 1.586;
  padding: 34px 36px;
  transform: perspective(1100px) rotateY(-3deg) rotateZ(1.2deg) translateY(-4px);
  transform-origin: center;
}

.public-pass::before,
.digital-pass::before {
  position: absolute;
  z-index: 0;
  inset: -75% -35%;
  background: linear-gradient(
    104deg,
    transparent 38%,
    rgba(255, 255, 255, 0.015) 43%,
    rgba(255, 255, 255, 0.22) 49%,
    rgba(175, 224, 237, 0.055) 53%,
    transparent 60%
  );
  content: "";
  transform: rotate(-5deg);
  pointer-events: none;
}

.public-pass::after,
.digital-pass::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(109, 226, 240, 0.08), transparent 24%),
    radial-gradient(circle at 9% 92%, rgba(255, 126, 91, 0.055), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.025));
  content: "";
  pointer-events: none;
}

.public-pass > :not(.pass-frame),
.digital-pass > :not(.pass-frame) {
  position: relative;
  z-index: 2;
}

.pass-frame {
  position: absolute;
  z-index: 1;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 21px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.24) inset,
    0 0 34px rgba(0, 0, 0, 0.13) inset;
  pointer-events: none;
}

.pass-frame::before,
.pass-frame::after {
  position: absolute;
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, #69e9f1, #9c91ff 48%, #ff916d);
  content: "";
  opacity: 0.75;
}

.pass-frame::before {
  left: 28px;
  top: -1px;
}

.pass-frame::after {
  right: 28px;
  bottom: -1px;
}

.pass-top,
.pass-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #dfe1e3;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.metal-monogram {
  display: inline-flex;
  align-items: flex-start;
  color: #f5f6f7;
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -0.08em;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

.metal-monogram span,
.metal-wordmark span {
  background: linear-gradient(110deg, #79eff4 0%, #a99cf8 48%, #ff9a74 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Editorial product narrative — one continuous night, not a card grid */
.system-story.system-editorial {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  column-gap: clamp(70px, 9vw, 150px);
  padding: 128px max(7vw, 32px) 92px;
  background:
    linear-gradient(90deg, rgba(228, 119, 63, .035), transparent 38%),
    #080909;
}

.system-story.system-editorial::before {
  left: 42%;
  background: linear-gradient(transparent, rgba(228, 119, 63, .18), rgba(255, 255, 255, .05), transparent);
}

.system-editorial .system-story-intro {
  position: sticky;
  top: 112px;
  z-index: 1;
  display: flex;
  max-width: 520px;
  flex-direction: column;
  align-self: start;
  align-items: flex-start;
  gap: 0;
  margin: 0;
}

.system-editorial .system-story-intro .eyebrow {
  grid-column: auto;
  margin: 0 0 25px;
}

.system-editorial .system-story-intro h2 {
  margin: 0;
  font-size: clamp(58px, 6.5vw, 102px);
  line-height: .88;
}

.system-editorial .system-story-intro p {
  max-width: 440px;
  margin: 32px 0 0;
  font-size: 13px;
}

.system-signature {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 48px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.system-signature > span {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(228, 119, 63, .7);
  place-items: center;
  color: #f0d7c4;
  font-family: Georgia, serif;
  font-size: 17px;
  transform: rotate(45deg);
}

.system-signature > span b {
  font-weight: 400;
  transform: rotate(-45deg);
}

.system-signature > div {
  display: grid;
  gap: 4px;
}

.system-signature strong {
  font-size: 10px;
  letter-spacing: .15em;
}

.system-signature small {
  color: #716b64;
  font-size: 7px;
  letter-spacing: .17em;
}

.system-run {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.system-run article {
  position: relative;
  display: grid;
  grid-template-columns: 72px 92px minmax(0, 1fr);
  min-height: 154px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .105);
  transition: padding 420ms var(--ease-luxury), background 320ms ease;
}

.system-run article::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e4773f);
  content: "";
  transition: width 550ms var(--ease-luxury);
}

.system-run article:hover {
  padding-left: 12px;
  background: linear-gradient(90deg, rgba(228, 119, 63, .045), transparent 72%);
}

.system-run article:hover::after {
  width: 58%;
}

.system-run article > span {
  color: rgba(255, 255, 255, .2);
  font-family: Georgia, serif;
  font-size: 28px;
}

.system-run article > small {
  color: #a7674b;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .2em;
}

.system-run article > div {
  display: grid;
  gap: 10px;
  padding: 28px 0;
}

.system-run strong {
  font-family: Georgia, serif;
  font-size: clamp(26px, 2.6vw, 39px);
  font-weight: 400;
  letter-spacing: -.035em;
}

.system-run p {
  max-width: 510px;
  margin: 0;
  color: #7d7871;
  font-size: 10px;
  line-height: 1.65;
}

.system-proofline {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(9, auto);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 78px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  color: #d4cec6;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .17em;
}

.system-proofline i {
  color: #9c5c42;
  font-style: normal;
}

.public-plan li i,
.plan-status,
.public-plan.featured .plan-status {
  color: #bd7959;
}

/* Direction dashboard — ledger rhythm instead of generic metric cards */
.metric-grid {
  gap: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  background: #0a0b0b;
}

.metric-card,
.metric-card.accent-2,
.metric-card.accent-3 {
  min-height: 132px;
  padding: 21px 23px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  border-radius: 0;
  background: transparent;
}

.metric-card:nth-child(3n) {
  border-right: 0;
}

.metric-card:nth-child(n + 4) {
  border-bottom: 0;
}

.metric-card::after {
  display: none;
}

.metric-card > span {
  color: #8e8881;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.metric-card > strong {
  margin: 18px 0 8px;
  font-family: Georgia, serif;
  font-weight: 400;
}

.economic-grid > .panel,
.event-performance-panel {
  border-radius: 2px;
  background: #0a0b0b;
}

/* Transparent commercial model — editable, conservative and clearly labelled */
.commercial-model {
  position: relative;
  margin: 18px 0;
  border: 1px solid rgba(228, 119, 63, .28);
  background: #090909;
  box-shadow: 0 36px 100px rgba(0, 0, 0, .28);
  overflow: hidden;
}

.commercial-model::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #e4773f, rgba(228, 119, 63, .08) 48%, #4abfc8);
  content: "";
}

.commercial-model-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 40px;
  align-items: end;
  padding: 32px 34px 30px;
}

.commercial-model-head h2 {
  margin: 8px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: -.045em;
}

.commercial-model-head p {
  margin: 0;
  color: #89837c;
  font-size: 11px;
  line-height: 1.65;
}

.commercial-model-head p strong {
  color: #d5cec6;
}

.commercial-model-stage {
  display: grid;
  grid-template-columns: 275px minmax(0, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .085);
  border-bottom: 1px solid rgba(255, 255, 255, .085);
}

.model-control {
  padding: 31px 28px;
  border-right: 1px solid rgba(255, 255, 255, .09);
  background:
    linear-gradient(145deg, rgba(228, 119, 63, .14), transparent 72%),
    #0d0c0b;
}

.model-control label,
.model-control > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.model-control label span {
  color: #a09a93;
  font-size: 10px;
  font-weight: 750;
}

.model-control label strong {
  color: #f0dfd1;
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}

.model-control input[type="range"] {
  width: 100%;
  margin: 23px 0 14px;
  accent-color: #e4773f;
  cursor: ew-resize;
}

.model-control > div {
  color: #716b65;
  font-size: 8px;
}

.model-control > div small {
  color: #a7674b;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .13em;
}

.model-equation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, .85fr) 28px minmax(0, 1fr);
  align-items: stretch;
}

.model-equation article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 27px 22px;
}

.model-equation article + b,
.model-equation > b {
  display: grid;
  place-items: center;
  color: #5f5a55;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.model-equation small {
  color: #8f8982;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .12em;
}

.model-equation strong {
  margin: 11px 0 7px;
  font-family: Georgia, serif;
  font-size: clamp(29px, 3.1vw, 46px);
  font-weight: 400;
  letter-spacing: -.045em;
  white-space: nowrap;
}

.model-equation span {
  color: #716c66;
  font-size: 8px;
}

.model-equation .platform-share {
  border-left: 1px solid rgba(255, 255, 255, .06);
  border-right: 1px solid rgba(255, 255, 255, .06);
}

.model-equation .venue-share {
  background: linear-gradient(145deg, rgba(228, 119, 63, .105), transparent 75%);
}

.model-equation .venue-share strong {
  color: #eccab1;
}

.commercial-terms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.commercial-terms > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px 28px;
  border-right: 1px solid rgba(255, 255, 255, .075);
}

.commercial-terms > div:last-child {
  border-right: 0;
}

.commercial-terms strong {
  color: #e5d1c0;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  white-space: nowrap;
}

.commercial-terms span {
  color: #7d7771;
  font-size: 9px;
  line-height: 1.45;
}

.commercial-model > footer {
  padding: 12px 28px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  color: #5f5b57;
  font-size: 8px;
  letter-spacing: .03em;
}

@media (max-width: 1050px) {
  .system-story.system-editorial {
    grid-template-columns: 1fr;
    gap: 66px;
  }

  .system-editorial .system-story-intro {
    position: relative;
    top: auto;
    max-width: 780px;
  }

  .system-editorial .system-story-intro h2 {
    max-width: 760px;
  }

  .system-story.system-editorial::before {
    left: 50%;
  }

  .commercial-model-stage {
    grid-template-columns: 235px minmax(0, 1fr);
  }

  .model-equation strong {
    font-size: clamp(24px, 3.2vw, 37px);
  }
}

@media (max-width: 780px) {
  .system-story.system-editorial {
    gap: 48px;
    padding: 92px 20px 70px;
  }

  .system-editorial .system-story-intro h2 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .system-editorial .system-story-intro p {
    margin-top: 24px;
  }

  .system-signature {
    margin-top: 34px;
  }

  .system-run article {
    grid-template-columns: 46px 74px minmax(0, 1fr);
    min-height: 142px;
  }

  .system-run article:hover {
    padding-left: 0;
  }

  .system-run article > span {
    font-size: 21px;
  }

  .system-run article > div {
    padding: 23px 0;
  }

  .system-run strong {
    font-size: 25px;
  }

  .system-run p {
    font-size: 9px;
  }

  .system-proofline {
    grid-template-columns: repeat(9, max-content);
    justify-content: start;
    margin-top: 50px;
    padding-right: 18px;
    padding-left: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .commercial-model-head {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 22px 25px;
  }

  .commercial-model-stage {
    grid-template-columns: 1fr;
  }

  .model-control {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .model-equation {
    grid-template-columns: 1fr;
  }

  .model-equation > b {
    display: none;
  }

  .model-equation article {
    min-height: 112px;
    padding: 24px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }

  .model-equation .platform-share {
    border-right: 0;
    border-left: 0;
  }

  .commercial-terms {
    grid-template-columns: 1fr;
  }

  .commercial-terms > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }

  .commercial-terms > div:last-child {
    border-bottom: 0;
  }

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

  .metric-card,
  .metric-card:nth-child(3n),
  .metric-card:nth-child(n + 4) {
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .metric-card:nth-child(2n) {
    border-right: 0;
  }

  .metric-card:nth-child(n + 5) {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .system-run article {
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    padding: 20px 0;
  }

  .system-run article > small {
    grid-column: 2;
    margin: 2px 0 8px;
  }

  .system-run article > div {
    grid-column: 2;
    padding: 0 0 8px;
  }

  .system-run article > span {
    grid-row: 1 / 3;
  }

  .metric-card {
    min-height: 120px;
    padding: 18px 16px;
  }

  .metric-card > strong {
    font-size: 27px;
  }
}

.metal-monogram.compact {
  font-size: 21px;
}

.metal-edition {
  color: rgba(239, 241, 242, 0.72);
  font-size: 8px;
  letter-spacing: 0.24em;
}

.pass-center {
  display: grid;
  height: calc(100% - 46px);
  place-items: center;
  align-content: center;
}

.pass-center small {
  margin: 9px 0 0;
  padding: 0;
  border: 0;
  color: rgba(235, 237, 238, 0.61);
  font-size: 8px;
  letter-spacing: 0.3em;
}

.pass-center strong {
  color: #f5f6f7;
}

.metal-card-center {
  justify-items: start;
}

.pass-center .metal-wordmark {
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 540;
  letter-spacing: 0.075em;
  line-height: 1;
  text-shadow:
    0 1px 1px rgba(0, 0, 0, 0.82),
    0 -1px 0 rgba(255, 255, 255, 0.11);
}

.pass-bottom {
  color: rgba(237, 239, 240, 0.68);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.22em;
}

.venues-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.venue-sign {
  min-height: 270px;
  padding: 50px max(7vw, 32px);
}

.venue-sign + .venue-sign {
  border-left: 1px solid var(--line);
}

.venue-sign > span {
  color: var(--muted-2);
  font-size: 11px;
}

.venue-sign h2 {
  margin: 33px 0 10px;
  font-family: Georgia, serif;
  font-size: clamp(46px, 6vw, 80px);
  font-weight: 400;
  letter-spacing: 0.12em;
}

.venue-sign p {
  color: var(--muted);
}

.tulum-sign {
  background:
    linear-gradient(110deg, rgba(53, 216, 230, 0.09), transparent 60%),
    linear-gradient(20deg, rgba(239, 104, 43, 0.08), transparent 55%);
}

.epoca-sign {
  background: linear-gradient(110deg, rgba(200, 184, 159, 0.12), transparent 64%);
}

.plans-section,
.events-section {
  padding: 110px max(7vw, 32px);
}

.events-section {
  padding-bottom: 30px;
}

.section-title {
  max-width: 680px;
  margin-bottom: 45px;
}

.section-title h2 {
  margin: 10px 0;
  font-family: Georgia, serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
}

.section-title p {
  color: var(--muted);
  line-height: 1.7;
}

.public-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1060px;
}

.public-plan {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.public-plan h3 {
  margin: 14px 0 8px;
  font-size: 28px;
}

.public-plan p {
  min-height: 50px;
  color: var(--muted);
  line-height: 1.55;
}

.plan-status {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.public-plan > strong {
  display: block;
  margin: 22px 0;
  font-size: 36px;
}

.public-plan > strong small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.public-plan ul,
.benefit-list {
  flex: 1;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.public-plan li {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
}

.public-plan li i {
  color: var(--green);
  font-style: normal;
}

.public-plan li span,
.public-plan li small {
  display: block;
}

.public-plan li small {
  margin-top: 3px;
  color: var(--muted-2);
}

.empty-public,
.empty-state {
  padding: 45px;
  border: 1px dashed #39363e;
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
}

.empty-public strong,
.empty-state strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
}

.public-events {
  border-top: 1px solid var(--line);
}

.public-event {
  display: grid;
  grid-template-columns: 105px 1fr 200px;
  align-items: center;
  gap: 30px;
  min-height: 190px;
  padding: 30px 28px;
  border-bottom: 1px solid var(--line);
}

.event-date {
  display: grid;
  width: 78px;
  height: 84px;
  place-items: center;
  align-content: center;
  border: 1px solid #413b45;
  border-radius: 12px;
}

.event-date strong {
  font-family: Georgia, serif;
  font-size: 33px;
  font-weight: 400;
}

.event-date span {
  color: var(--purple-soft);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.event-date.compact {
  width: 62px;
  height: 66px;
}

.event-date.compact strong {
  font-size: 26px;
}

.event-info h3 {
  margin: 7px 0;
  font-size: 25px;
}

.event-info p {
  margin-bottom: 0;
  color: var(--muted);
}

.event-sale {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}

.event-sale small {
  color: var(--muted);
}

.event-sale > strong {
  font-size: 24px;
}

.public-footer {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 45px max(7vw, 32px);
  border-top: 1px solid var(--line);
}

.public-footer p {
  flex: 1;
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.ticket-event-summary {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.ticket-event-summary div strong,
.ticket-event-summary div small {
  display: block;
}

.ticket-event-summary div small {
  margin-top: 5px;
  color: var(--muted);
}

.ticket-type-selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ticket-type-selector > label {
  display: grid;
  grid-template-columns: 1fr auto 72px;
  align-items: center;
  gap: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #111114;
}

.ticket-type-selector strong,
.ticket-type-selector small {
  display: block;
}

.ticket-type-selector small {
  margin-top: 4px;
}

.invoice-details {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.invoice-details summary {
  cursor: pointer;
  color: #c7c2ca;
  font-size: 13px;
  font-weight: 650;
}

.invoice-details .form-grid {
  margin-top: 15px;
}

.order-confirmation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px 0 28px;
  text-align: center;
}

.order-confirmation .result-icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin-bottom: 5px;
  border-radius: 50%;
  background: rgba(97, 217, 149, 0.12);
  color: var(--green);
  font-size: 34px;
}

.order-confirmation h3 {
  margin: 4px 0;
  font-size: 24px;
}

.order-confirmation p {
  color: var(--muted);
}

.order-confirmation > strong {
  font-size: 25px;
}

.ticket-wallet {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.ticket-wallet article {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: #131316;
}

.ticket-wallet article > div {
  padding: 8px;
}

.ticket-wallet article span,
.ticket-wallet article strong {
  display: block;
}

.ticket-wallet article img {
  display: block;
  width: 100%;
}

.app-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 255px minmax(0, 1fr);
}

.sidebar-scrim,
.mobile-bottom-nav {
  display: none;
}

.sidebar {
  position: fixed;
  z-index: 10;
  inset: 0 auto 0 0;
  display: flex;
  width: 255px;
  flex-direction: column;
  border-right: 1px solid var(--line);
  background: #0c0c0f;
}

.sidebar-brand {
  padding: 24px 22px;
  border-bottom: 1px solid var(--line-soft);
}

.group-label {
  display: flex;
  flex-direction: column;
  padding: 20px 22px 12px;
}

.group-label small {
  margin-bottom: 6px;
  color: var(--muted-2);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.group-label strong {
  font-size: 14px;
}

.group-label span {
  margin-top: 3px;
  color: var(--muted-2);
  font-size: 11px;
}

.group-label span i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(97, 217, 149, 0.7);
}

.side-nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
  overflow-y: auto;
  padding: 10px 11px 20px;
}

.side-nav button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 10px 11px;
  color: #97939d;
  font-size: 13px;
  text-align: left;
}

.side-nav button i {
  display: grid;
  width: 21px;
  place-items: center;
  color: #77727e;
  font-size: 16px;
  font-style: normal;
}

.side-nav button i svg,
.mobile-bottom-nav i svg,
.member-quick-actions i svg,
.public-mobile-dock i svg,
.showcase-features i svg,
.ticket-highlight-icon svg,
.expand-pass-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.side-nav button b {
  margin-left: auto;
  color: transparent;
  font-size: 17px;
  font-weight: 400;
}

.side-nav button:hover {
  background: #151519;
  color: #ded9e1;
}

.side-nav button.active {
  background: linear-gradient(90deg, rgba(239, 104, 43, 0.14), rgba(53, 216, 230, 0.025));
  color: #f4eee8;
}

.side-nav button.active i {
  color: #ff8a56;
}

.side-nav button.active b {
  color: #8f8880;
}

.sidebar-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-top: 1px solid var(--line);
}

.sidebar-user > div {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.sidebar-user strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-user small {
  color: var(--muted-2);
  font-size: 9px;
}

.avatar {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #67307d;
  border-radius: 50%;
  background: #25112e;
  color: #e1b5f0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.avatar.large {
  width: 46px;
  height: 46px;
  font-size: 16px;
}

.app-main {
  grid-column: 2;
  min-width: 0;
}

.mobile-header {
  display: none;
}

.view {
  width: min(1520px, 100%);
  margin: 0 auto;
  padding: 40px 4vw 80px;
}

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

.page-head h1 {
  margin: 7px 0;
  font-size: clamp(31px, 3.5vw, 45px);
  font-weight: 720;
}

.page-head p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.panel-title,
.builder-head,
.section-inline-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.panel-title {
  margin-bottom: 18px;
}

.panel-title h2,
.builder-head h3,
.section-inline-title h2 {
  margin: 4px 0 0;
}

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

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 17px;
}

.metric-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}

.metric-card::after {
  position: absolute;
  width: 70px;
  height: 3px;
  content: "";
  right: 18px;
  top: 18px;
  background: var(--purple);
}

.metric-card.accent-2::after {
  background: var(--green);
}

.metric-card.accent-3::after {
  background: var(--amber);
}

.metric-card > span {
  color: var(--muted);
  font-size: 12px;
}

.metric-card > strong {
  margin: 20px 0 8px;
  font-size: clamp(29px, 3vw, 40px);
}

.metric-card > small {
  margin-top: auto;
  color: var(--muted-2);
}

.dashboard-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.venue-performance {
  display: flex;
  flex-direction: column;
}

.venue-performance article {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 0;
  border-top: 1px solid var(--line-soft);
}

.venue-index {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid #493550;
  border-radius: 10px;
  color: #d795ee;
  font-family: Georgia, serif;
  font-size: 19px;
}

.venue-performance article > div:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.venue-performance span,
.venue-performance small {
  color: var(--muted);
  font-size: 12px;
}

.venue-number {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.venue-number strong {
  font-size: 21px;
}

.activity-list {
  display: flex;
  flex-direction: column;
}

.activity-list article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 61px;
  border-top: 1px solid var(--line-soft);
}

.activity-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 4px rgba(239, 104, 43, 0.12);
}

.activity-list article > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.activity-list strong {
  font-size: 13px;
}

.activity-list small {
  color: var(--muted);
  font-size: 11px;
}

.activity-entity {
  color: var(--muted-2);
  font-size: 10px;
  text-transform: uppercase;
}

.onboarding-panel {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 40px;
  margin-top: 17px;
  padding: 28px;
  border: 1px solid #44304d;
  border-radius: var(--radius);
  background: #161119;
}

.onboarding-panel h2 {
  margin-top: 7px;
}

.onboarding-panel ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.onboarding-panel li {
  display: flex;
  gap: 12px;
}

.onboarding-panel li > span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #5c3d68;
  border-radius: 50%;
  color: #d992ef;
  font-size: 11px;
}

.onboarding-panel li div {
  display: flex;
  flex-direction: column;
}

.onboarding-panel small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.45;
}

.table-panel {
  padding: 0;
  overflow: hidden;
}

.table-panel > .panel-title {
  padding: 22px 22px 0;
}

.table-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
}

.table-tools > span {
  color: var(--muted);
  font-size: 12px;
}

.search {
  position: relative;
  width: min(420px, 100%);
}

.search span {
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 8px;
  color: var(--muted);
  font-size: 20px;
}

.search input {
  padding-left: 37px;
}

.data-table {
  width: 100%;
}

.table-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.72fr 0.8fr 0.65fr;
  align-items: center;
  gap: 15px;
  min-height: 72px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line-soft);
}

.table-row:last-child {
  border-bottom: 0;
}

.table-row > div {
  min-width: 0;
}

.table-row strong,
.table-row small,
.table-row span {
  display: block;
}

.table-row strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
}

.table-row small {
  overflow: hidden;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  text-overflow: ellipsis;
}

.table-head-row {
  min-height: 44px;
  background: #101013;
  color: var(--muted-2);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.person-cell {
  display: flex;
  align-items: center;
  gap: 11px;
}

.person-cell > div {
  min-width: 0;
}

.row-actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

.status-badge {
  display: inline-flex !important;
  width: max-content;
  align-items: center;
  border-radius: 999px;
  background: rgba(159, 155, 166, 0.13);
  padding: 5px 8px;
  color: #beb9c3;
  font-size: 9px !important;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.status-badge.active,
.status-badge.paid,
.status-badge.published,
.status-badge.ready {
  background: rgba(97, 217, 149, 0.12);
  color: var(--green);
}

.status-badge.pending,
.status-badge.accepted,
.status-badge.preparing,
.status-badge.draft {
  background: rgba(239, 185, 91, 0.12);
  color: var(--amber);
}

.status-badge.cancelled,
.status-badge.disabled,
.status-badge.blocked,
.status-badge.refunded,
.status-badge.expired {
  background: rgba(243, 110, 130, 0.12);
  color: var(--red);
}

.status-badge.archived,
.status-badge.finished,
.status-badge.closed {
  background: rgba(159, 155, 166, 0.1);
  color: var(--muted);
}

.table-empty {
  margin: 22px;
}

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

.plan-card {
  display: flex;
  min-height: 440px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

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

.plan-card h2 {
  margin: 23px 0 8px;
  font-size: 26px;
}

.plan-card > p {
  min-height: 44px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.plan-price {
  margin: 13px 0 4px;
  font-size: 31px;
}

.plan-price small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.tax-note {
  color: var(--muted-2);
  font-size: 10px;
}

.plan-venues {
  display: flex;
  gap: 6px;
  margin: 14px 0;
}

.plan-venues span {
  border: 1px solid #3e3942;
  border-radius: 999px;
  padding: 4px 7px;
  color: #bbb5bf;
  font-size: 9px;
}

.benefit-list {
  margin-top: 8px;
}

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid var(--line-soft);
}

.benefit-list li i {
  color: var(--green);
  font-style: normal;
}

.benefit-list li div {
  display: flex;
  flex-direction: column;
}

.benefit-list li strong {
  font-size: 12px;
}

.benefit-list li small {
  margin-top: 2px;
  color: var(--muted-2);
  font-size: 10px;
}

.full-panel {
  grid-column: 1 / -1;
}

.selection-summary,
.member-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #101013;
}

.selection-summary {
  justify-content: space-between;
}

.selection-summary strong {
  font-size: 22px;
}

.member-summary > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}

.member-summary small {
  color: var(--muted);
}

.information-box,
.legal-note {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 14px;
  border: 1px solid #3d3441;
  border-radius: 10px;
  background: #17131a;
}

.information-box strong,
.legal-note strong {
  font-size: 12px;
}

.information-box span,
.legal-note p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.danger-info {
  border-color: rgba(243, 110, 130, 0.3);
  background: rgba(243, 110, 130, 0.07);
}

.benefit-builder {
  margin-top: 5px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.benefit-editor {
  margin-top: 14px;
  padding: 15px;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: #101013;
}

.benefit-editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.benefit-editor-head strong {
  font-size: 12px;
}

.venue-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.venue-form {
  position: relative;
  overflow: hidden;
}

.venue-form::before {
  position: absolute;
  width: 160px;
  height: 3px;
  content: "";
  left: 0;
  top: 0;
  background: #50845e;
}

.venue-theme-2::before {
  background: #a44c9c;
}

.venue-form-title {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
}

.venue-form-title > .status-badge {
  margin-left: auto;
}

.venue-form-title h2 {
  margin: 3px 0 0;
}

.venue-monogram {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #435348;
  border-radius: 11px;
  font-family: Georgia, serif;
  font-size: 20px;
}

.venue-form > button {
  margin-top: 18px;
}

.product-admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-admin-card {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--panel);
}

.product-admin-card.unavailable {
  opacity: 0.58;
}

.product-icon {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid #4b3654;
  border-radius: 11px;
  color: #d47bf4;
  font-size: 20px;
}

.product-details {
  min-width: 0;
}

.product-details h3 {
  margin: 5px 0;
  font-size: 16px;
}

.product-details p {
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 3px;
}

.product-price strong {
  font-size: 18px;
}

.product-price small {
  color: var(--muted);
  font-size: 9px;
}

.product-admin-card > button {
  grid-column: 3;
}

.operative-layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(0, 1.18fr);
  gap: 16px;
}

.scanner-panel > label {
  margin-bottom: 14px;
}

.secure-label {
  border: 1px solid #35493c;
  border-radius: 999px;
  padding: 5px 8px;
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
}

.camera-box {
  position: relative;
  overflow: hidden;
  display: grid;
  aspect-ratio: 1.35;
  place-items: center;
  border: 1px dashed #504655;
  border-radius: 13px;
  background: #09090b;
}

.camera-box video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #050606;
  object-fit: cover;
  opacity: 0;
  visibility: visible;
  transform: translateZ(0);
  transition: opacity 180ms ease;
}

.camera-box.camera-active video {
  opacity: 1;
}

.camera-box.camera-active .camera-placeholder {
  display: none;
}

.camera-placeholder {
  position: relative;
  z-index: 1;
  max-width: 260px;
  color: var(--muted);
  text-align: center;
}

.camera-placeholder i {
  display: block;
  margin-bottom: 10px;
  color: #c267e6;
  font-size: 62px;
  font-style: normal;
}

.camera-placeholder strong {
  display: block;
  color: white;
}

.camera-placeholder p {
  margin: 7px 0 0;
  font-size: 11px;
  line-height: 1.5;
}

.scan-frame {
  position: absolute;
  z-index: 2;
  inset: 17%;
  pointer-events: none;
}

.scan-frame span {
  position: absolute;
  width: 35px;
  height: 35px;
  border-color: #dc86f8;
}

.scan-frame span:nth-child(1) {
  left: 0;
  top: 0;
  border-left: 2px solid;
  border-top: 2px solid;
}

.scan-frame span:nth-child(2) {
  right: 0;
  top: 0;
  border-right: 2px solid;
  border-top: 2px solid;
}

.scan-frame span:nth-child(3) {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.scan-frame span:nth-child(4) {
  right: 0;
  bottom: 0;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.scanner-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 12px;
}

.nfc-terminal {
  position: relative;
  display: grid;
  min-height: 360px;
  overflow: hidden;
  place-items: center;
  align-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 40%, rgba(194,103,230,.16), transparent 34%),
    linear-gradient(150deg, #151217, #08090a 68%);
  text-align: center;
  transition: border-color 260ms ease, background 350ms ease, box-shadow 350ms ease;
}

.nfc-terminal::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 35%, rgba(255,255,255,.06) 48%, transparent 61%);
  content: "";
  transform: translateX(-100%);
}

.nfc-terminal.listening::before {
  animation: nfc-terminal-sweep 2.4s ease-in-out infinite;
}

@keyframes nfc-terminal-sweep {
  60%, 100% { transform: translateX(100%); }
}

.nfc-terminal.authorized {
  border-color: rgba(97,217,149,.7);
  background: radial-gradient(circle at 50% 40%, rgba(97,217,149,.24), transparent 38%), linear-gradient(145deg, #0c1a13, #070a08 70%);
  box-shadow: 0 0 60px rgba(97,217,149,.13), inset 0 0 70px rgba(97,217,149,.06);
}

.nfc-terminal.denied {
  border-color: rgba(243,110,130,.72);
  background: radial-gradient(circle at 50% 40%, rgba(243,110,130,.22), transparent 38%), linear-gradient(145deg, #1b0d11, #0a0708 70%);
}

.nfc-terminal-brand {
  z-index: 1;
  justify-self: start;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.nfc-terminal-brand b {
  color: var(--purple-soft);
}

.nfc-orbit {
  position: relative;
  z-index: 1;
  display: grid;
  width: 126px;
  height: 126px;
  place-items: center;
}

.nfc-orbit > i {
  position: absolute;
  border: 1px solid rgba(220,134,248,.3);
  border-radius: 50%;
  animation: nfc-orbit-pulse 2.2s ease-out infinite;
}

.nfc-orbit > i:nth-child(1) { inset: 38px; }
.nfc-orbit > i:nth-child(2) { inset: 21px; animation-delay: .35s; }
.nfc-orbit > i:nth-child(3) { inset: 3px; animation-delay: .7s; }

.nfc-orbit > span {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(7,8,9,.75);
  color: #e8b9f7;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
}

.nfc-orbit > span b {
  position: absolute;
  top: 14px;
  left: 17px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.08em;
}

.nfc-orbit > span em {
  position: absolute;
  top: 10px;
  right: 11px;
  color: #ef682b;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.authorized .nfc-orbit > i { border-color: rgba(97,217,149,.42); }
.authorized .nfc-orbit > span { color: var(--green); }
.denied .nfc-orbit > i { border-color: rgba(243,110,130,.42); }
.denied .nfc-orbit > span { color: var(--red); }

@keyframes nfc-orbit-pulse {
  from { opacity: .2; transform: scale(.72); }
  55% { opacity: 1; }
  to { opacity: 0; transform: scale(1.12); }
}

.nfc-terminal-copy {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.nfc-terminal-copy small {
  color: #c783e0;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .17em;
}

.authorized .nfc-terminal-copy small { color: var(--green); }
.denied .nfc-terminal-copy small { color: var(--red); }

.nfc-terminal-copy strong {
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
}

.nfc-terminal-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.nfc-start-button {
  z-index: 1;
  width: 100%;
  border: 1px solid rgba(220,134,248,.3);
  border-radius: 11px;
  background: rgba(220,134,248,.08);
  padding: 12px;
  color: #e7caef;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.member-lookup {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}

.member-lookup > span {
  color: var(--muted);
  font-size: 10px;
}

.member-lookup > div {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.access-result {
  min-height: 560px;
}

.result-empty {
  display: grid;
  height: 100%;
  min-height: 400px;
  place-items: center;
  align-content: center;
  color: var(--muted);
  text-align: center;
}

.result-empty i {
  color: #544f58;
  font-size: 74px;
  font-style: normal;
}

.result-empty strong {
  margin-top: 15px;
  color: #d0cad3;
}

.result-empty p {
  font-size: 12px;
}

.access-result.allowed {
  border-color: rgba(97, 217, 149, 0.4);
}

.access-result.denied {
  border-color: rgba(243, 110, 130, 0.4);
}

.access-status {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}

.access-status .result-icon {
  display: grid;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(97, 217, 149, 0.12);
  color: var(--green);
  font-size: 33px;
}

.denied .access-status .result-icon {
  background: rgba(243, 110, 130, 0.11);
  color: var(--red);
}

.access-status h2 {
  margin: 3px 0;
  font-size: 25px;
}

.access-status p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.access-member {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #101013;
}

.access-member > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}

.access-member small,
.access-member > span:last-child {
  color: var(--muted);
  font-size: 10px;
}

.available-benefits {
  margin-top: 22px;
}

.available-benefits article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
}

.available-benefits article > div:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.available-benefits small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.benefit-type {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #4b3455;
  border-radius: 10px;
  color: #cf77ed;
  font-size: 18px;
}

.muted {
  color: var(--muted);
  font-size: 12px;
}

.orders-section,
.ticketing-section {
  margin-top: 28px;
}

.section-inline-title {
  margin-bottom: 14px;
}

.section-inline-title > span {
  color: var(--muted);
  font-size: 11px;
}

.compact-order-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.order-card {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
}

.order-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--purple-soft);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.order-meta small {
  color: var(--muted-2);
}

.order-card h3 {
  margin: 13px 0 9px;
  font-size: 16px;
}

.order-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-card li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
  color: var(--muted);
  font-size: 11px;
}

.order-note {
  margin: 10px 0;
  padding: 8px;
  border-radius: 6px;
  background: #222027;
  color: var(--muted);
  font-size: 10px;
}

.order-total {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.order-status {
  margin-top: 10px;
  padding: 8px;
  font-size: 11px;
}

.order-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  gap: 11px;
  overflow-x: auto;
}

.order-board.history {
  grid-template-columns: repeat(6, minmax(220px, 1fr));
}

.order-column {
  min-width: 0;
}

.order-column-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  padding: 0 3px;
}

.order-column-head strong {
  font-size: 12px;
}

.order-column-head span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--panel-3);
  color: var(--muted);
  font-size: 9px;
}

.order-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.column-empty {
  padding: 30px 15px;
  border: 1px dashed var(--line);
  border-radius: 11px;
  color: var(--muted-2);
  font-size: 11px;
  text-align: center;
}

.ticketing-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 26px;
}

.ticketing-metrics article {
  display: flex;
  min-height: 110px;
  flex-direction: column;
  justify-content: space-between;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
}

.ticketing-metrics span {
  color: var(--muted);
  font-size: 11px;
}

.ticketing-metrics strong {
  font-size: 27px;
}

.admin-events {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 28px;
}

.admin-event-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--panel);
}

.admin-event-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.admin-event-main h3 {
  margin: 5px 0;
  font-size: 18px;
}

.admin-event-main p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 11px;
}

.ticket-type-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.ticket-type-stats div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: #101013;
}

.ticket-type-stats span,
.ticket-type-stats small {
  color: var(--muted);
  font-size: 9px;
}

.ticket-type-stats strong {
  font-size: 16px;
}

.admin-event-card > select {
  grid-column: 1 / -1;
  padding: 8px;
  font-size: 11px;
}

.ticket-orders-table .table-row {
  grid-template-columns: 1.15fr 1.2fr 0.5fr 0.65fr 0.65fr 0.8fr;
}

.invoices-table .table-row {
  grid-template-columns: 0.85fr 0.8fr 0.85fr 0.65fr 0.65fr 0.72fr 0.65fr;
}

.invoice-metrics .small-metric {
  max-width: 170px;
  color: var(--amber);
  font-size: 15px;
  line-height: 1.25;
}

.compliance-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid rgba(239, 185, 91, 0.3);
  border-radius: 12px;
  background: rgba(239, 185, 91, 0.06);
}

.compliance-note strong {
  font-size: 13px;
}

.compliance-note p {
  max-width: 950px;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.compliance-note > span {
  border: 1px solid rgba(239, 185, 91, 0.35);
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--amber);
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.team-table .table-row {
  grid-template-columns: 1.3fr 0.9fr 0.8fr 0.65fr 0.6fr;
}

.settings-form {
  max-width: 850px;
}

.account-grid {
  align-items: start;
}

.full-span {
  grid-column: 1 / -1;
}

.membership-settings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.membership-settings h2 {
  margin: 6px 0;
}

.membership-settings p {
  margin: 0;
  color: var(--muted);
}

.member-documents {
  display: flex;
  flex-direction: column;
}

.member-documents article {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
}

.member-documents article > div {
  display: flex;
  flex-direction: column;
}

.member-documents small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.member-page {
  max-width: 1280px;
  margin: auto;
}

.member-welcome {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 27px;
}

.member-welcome h1 {
  margin: 7px 0;
  font-family: Georgia, serif;
  font-size: clamp(40px, 5vw, 63px);
  font-weight: 400;
}

.member-welcome p {
  max-width: 680px;
  color: var(--muted);
}

.member-main-grid {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  gap: 24px;
}

.digital-pass {
  min-height: 450px;
  padding: 30px;
}

.digital-pass.inactive {
  filter: grayscale(0.7);
  opacity: 0.75;
}

.digital-pass-body {
  display: grid;
  min-height: 345px;
  grid-template-columns: 1fr 190px;
  align-items: center;
  gap: 30px;
}

.digital-pass-body h2 {
  margin: 8px 0;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 34px;
  font-weight: 540;
  letter-spacing: -0.04em;
}

.digital-pass-body p {
  color: rgba(236, 238, 239, 0.66);
}

.digital-pass-body > div:first-child > strong {
  display: inline-block;
  margin-top: 25px;
  color: #dfe2e4;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.qr-live {
  position: relative;
  z-index: 1;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.94);
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.32),
    0 15px 32px rgba(0, 0, 0, 0.35);
}

.qr-live img {
  display: block;
  width: 100%;
}

.qr-loading,
.qr-locked {
  color: #333;
  font-size: 11px;
  text-align: center;
}

.qr-locked {
  font-size: 50px;
}

.member-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0 12px;
}

.member-section-title h2 {
  margin: 4px 0 0;
  font-size: 22px;
}

.member-section-title > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--panel-3);
  color: var(--muted);
  font-size: 11px;
}

.member-benefits {
  display: flex;
  flex-direction: column;
}

.member-benefits > article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid var(--line-soft);
}

.member-benefits > article > div:nth-child(2) {
  min-width: 0;
  flex: 1;
}

.member-benefits p {
  margin: 4px 0;
  color: var(--muted);
  font-size: 11px;
}

.member-benefits small {
  color: var(--muted-2);
  font-size: 10px;
}

.benefit-value {
  color: var(--purple-soft);
  font-weight: 750;
}

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

.member-venues article {
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.member-venues article > span {
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.member-venues h3 {
  margin: 40px 0 8px;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.member-venues p,
.member-venues small {
  color: #aaa4ae;
  font-size: 11px;
}

.tulum-card {
  background: linear-gradient(150deg, rgba(40, 93, 52, 0.28), transparent 65%);
}

.epoca-card {
  background: linear-gradient(150deg, rgba(111, 42, 112, 0.27), transparent 65%);
}

.member-orders-panel,
.member-order-history {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.member-orders-panel .member-section-title,
.member-order-history .member-section-title {
  margin-top: 0;
}

.member-products {
  margin: 13px 0;
}

.member-products article {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
}

.member-products article > div:first-child {
  display: flex;
  flex-direction: column;
}

.member-products article > div:first-child > span {
  color: var(--purple-soft);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.member-products article small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.product-order {
  display: flex;
  align-items: center;
  gap: 9px;
}

.product-order input {
  width: 58px;
  padding: 8px;
}

.member-orders-panel > label {
  margin: 12px 0;
}

.member-order-history > article {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line-soft);
}

.member-order-history > article > div {
  display: flex;
  flex-direction: column;
}

.member-order-history small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  overflow-y: auto;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.modal {
  width: min(520px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border: 1px solid #343039;
  border-radius: 18px;
  background: #121215;
  box-shadow: var(--shadow);
}

.modal.medium {
  width: min(650px, 100%);
}

.modal.large {
  width: min(900px, 100%);
}

.modal-head {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(18, 18, 21, 0.94);
  backdrop-filter: blur(12px);
}

.modal-head h2 {
  margin: 4px 0 0;
  font-size: 22px;
}

.modal-body {
  padding: 22px;
}

#toast-root {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 20px;
  display: flex;
  width: min(380px, calc(100vw - 40px));
  flex-direction: column;
  gap: 8px;
}

.toast {
  padding: 13px 15px;
  border: 1px solid rgba(97, 217, 149, 0.4);
  border-radius: 10px;
  background: #142019;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  color: #b9f1cf;
  font-size: 12px;
}

.toast.error {
  border-color: rgba(243, 110, 130, 0.42);
  background: #241318;
  color: #ffc1ca;
}

/* Modales móviles: un único scroll interno y documento inmóvil detrás. */
html.modal-open,
body.modal-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

body.modal-open {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
}

.modal-backdrop {
  box-sizing: border-box;
  overflow: hidden;
  overscroll-behavior: none;
}

.modal,
.modal.medium,
.modal.large {
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
}

.modal-head {
  position: relative;
  top: auto;
  flex: 0 0 auto;
}

.modal-head .close-modal {
  z-index: 3;
  flex: 0 0 auto;
}

.modal-body {
  min-height: 0;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 700px) {
  .modal-backdrop {
    align-items: stretch;
    padding-top: max(8px, var(--pwa-safe-top));
    padding-right: max(0px, var(--pwa-safe-right));
    padding-bottom: max(0px, var(--pwa-safe-bottom));
    padding-left: max(0px, var(--pwa-safe-left));
  }

  .modal,
  .modal.medium,
  .modal.large {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 16px 16px 0 0;
  }

  .modal-head {
    min-height: 68px;
    padding: 14px max(18px, var(--pwa-safe-right)) 14px max(18px, var(--pwa-safe-left));
  }

  .modal-head .close-modal {
    width: 42px;
    height: 42px;
    color: #f4efe5;
  }

  .modal-body {
    padding-right: max(18px, var(--pwa-safe-right));
    padding-bottom: max(24px, var(--pwa-safe-bottom));
    padding-left: max(18px, var(--pwa-safe-left));
  }
}

.loading {
  display: grid;
  min-height: 60vh;
  place-items: center;
  align-content: center;
  color: var(--muted);
}

.loading span {
  width: 28px;
  height: 28px;
  border: 2px solid #37323b;
  border-top-color: var(--purple);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.loading p {
  margin-top: 12px;
  font-size: 12px;
}

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

.error-state {
  margin: 80px auto;
  max-width: 500px;
  padding: 35px;
  border: 1px solid rgba(243, 110, 130, 0.35);
  border-radius: var(--radius);
  background: rgba(243, 110, 130, 0.06);
  text-align: center;
}

.error-state p {
  color: var(--muted);
}

/* Premium public experience */
.hero-kicker,
.hero-proof,
.product-status,
.plan-card-top,
.venue-sign > div,
.showcase-note,
.member-live-status,
.expanded-pass-status {
  display: flex;
  align-items: center;
}

.hero-kicker {
  gap: 9px;
  color: #d9aa8d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.hero-kicker i,
.product-status i,
.member-live-status i,
.expanded-pass-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(97, 217, 149, 0.7);
}

.hero-proof {
  gap: 0;
  margin-top: 42px;
}

.hero-proof > span {
  display: flex;
  min-width: 112px;
  flex-direction: column;
  gap: 3px;
  padding-right: 25px;
}

.hero-proof > span + span {
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-proof strong {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.hero-proof small {
  color: #858077;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-product {
  position: relative;
  width: min(580px, 100%);
  justify-self: end;
  transform: translate3d(var(--product-x, 0), var(--product-y, 0), 0);
  transition: transform 450ms ease-out;
}

.hero-product-label {
  display: block;
  margin: 0 0 15px 20px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.product-status {
  position: absolute;
  right: -14px;
  bottom: -27px;
  gap: 8px;
  min-width: 174px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(12, 14, 14, 0.88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(15px);
}

.product-status span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 750;
}

.product-status small {
  margin-left: auto;
  color: var(--muted-2);
  font-size: 8px;
}

.experience-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0b0c0c;
}

.experience-rail article {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-height: 142px;
  padding: 36px max(3vw, 24px);
}

.experience-rail article + article {
  border-left: 1px solid var(--line);
}

.experience-rail article > span {
  color: var(--purple-soft);
  font-family: Georgia, serif;
  font-size: 20px;
}

.experience-rail article div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.experience-rail strong {
  font-size: 14px;
}

.experience-rail small {
  max-width: 290px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.section-title-row {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.section-title-row > p {
  max-width: 430px;
  margin: 0 0 8px;
}

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

.public-event {
  position: relative;
  overflow: hidden;
  grid-template-columns: 82px 1fr;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background:
    linear-gradient(125deg, rgba(53, 216, 230, 0.07), transparent 48%),
    #111212;
}

.public-event::after {
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(53, 216, 230, 0.055);
  content: "";
  filter: blur(2px);
}

.public-event.event-theme-2 {
  background:
    linear-gradient(125deg, rgba(239, 104, 43, 0.085), transparent 50%),
    #121110;
}

.public-event.event-theme-3 {
  grid-column: 1 / -1;
  min-height: 290px;
  grid-template-columns: 92px minmax(0, 1fr) minmax(220px, .42fr);
  align-items: end;
  margin-top: -8px;
  background:
    linear-gradient(90deg, rgba(9,8,8,.96), rgba(9,8,8,.62) 53%, rgba(9,8,8,.22)),
    radial-gradient(circle at 80% 20%, rgba(255,174,87,.3), transparent 32%),
    linear-gradient(120deg, rgba(239,104,43,.16), transparent 60%), #18110d;
}

.public-event.event-theme-3::after {
  right: 9%;
  bottom: -150px;
  width: 420px;
  height: 420px;
  background: rgba(255,177,90,.08);
  filter: blur(20px);
}

.public-event.event-theme-3 .event-sale {
  grid-column: 3;
  align-self: stretch;
  align-content: end;
  padding-top: 0;
  padding-left: 30px;
  border-top: 0;
  border-left: 1px solid var(--line-soft);
}

.public-event.event-theme-3 .event-info h3 {
  color: #ffe0bf;
}

.public-event.event-theme-2::after {
  background: rgba(239, 104, 43, 0.06);
}

.public-event .event-date,
.public-event .event-info,
.public-event .event-sale {
  position: relative;
  z-index: 1;
}

.event-qr-note {
  display: block;
  margin-top: 15px;
  color: #7e7971;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-event .event-sale {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}

.public-event .event-sale small {
  align-self: start;
}

.public-event .event-sale > strong {
  grid-column: 1;
}

.public-event .event-sale > button {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.venues-section {
  padding-top: 80px;
}

.venues-section > .section-title {
  padding: 0 max(7vw, 32px);
}

.venues-section .venues-strip {
  border-bottom: 0;
}

.venues-section .venue-sign {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 42px;
  padding-bottom: 42px;
}

.venue-sign > div {
  justify-content: space-between;
}

.venue-sign > div small {
  color: var(--muted-2);
  font-size: 9px;
  letter-spacing: 0.13em;
}

.venue-sign b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #a8a199;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.venue-sign b i {
  color: var(--purple-soft);
  font-size: 17px;
  font-style: normal;
}

.plan-card-top {
  justify-content: space-between;
}

.plan-index {
  color: #625d56;
  font-family: Georgia, serif;
  font-size: 18px;
}

.public-plan.featured {
  border-color: rgba(239, 104, 43, 0.45);
  background:
    radial-gradient(circle at 90% 10%, rgba(239, 104, 43, 0.11), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.02), transparent 50%),
    var(--panel);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.24);
}

.public-plan .plan-copy {
  min-height: 128px;
}

.public-plan.featured .plan-status {
  color: var(--purple-soft);
}

.public-showcase {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  align-items: center;
  gap: 8vw;
  overflow: hidden;
  padding: 110px max(9vw, 36px);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 75% 47%, rgba(53, 216, 230, 0.09), transparent 22%),
    radial-gradient(circle at 72% 58%, rgba(239, 104, 43, 0.08), transparent 35%),
    #0a0b0b;
}

.showcase-copy h2 {
  margin: 15px 0 22px;
  font-family: Georgia, serif;
  font-size: clamp(52px, 6.5vw, 88px);
  font-weight: 400;
  line-height: 0.96;
}

.showcase-copy > p {
  max-width: 540px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.showcase-features {
  max-width: 560px;
  margin-top: 38px;
}

.showcase-features article {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 0;
  border-top: 1px solid var(--line-soft);
}

.showcase-features i {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--purple-soft);
}

.showcase-features article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.showcase-features small {
  color: var(--muted);
  font-size: 11px;
}

.phone-stage {
  position: relative;
  display: grid;
  min-height: 540px;
  place-items: center;
}

.phone-stage::before {
  position: absolute;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.012), 0 0 0 140px rgba(255, 255, 255, 0.008);
  content: "";
}

.phone-shell {
  position: relative;
  z-index: 1;
  width: 280px;
  min-height: 560px;
  overflow: hidden;
  border: 7px solid #303336;
  border-radius: 42px;
  background: #080909;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.22);
  transform: rotate(3deg);
}

.phone-top {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--line-soft);
}

.phone-top > span {
  width: 48px;
  height: 15px;
  border-radius: 999px;
  background: #020202;
}

.phone-top small {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.phone-top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.phone-screen {
  padding: 31px 18px;
}

.phone-screen h3 {
  margin: 8px 0 24px;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}

.mini-pass {
  position: relative;
  display: flex;
  aspect-ratio: 1 / 1.25;
  overflow: hidden;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0, rgba(255,255,255,.018) 1px, transparent 1px, transparent 3px), linear-gradient(130deg,#555b5f,#111315 42%,#3d4144 68%,#17191b);
  box-shadow: 0 22px 45px rgba(0,0,0,.45);
}

.mini-pass > span {
  font-size: 17px;
  font-weight: 750;
}

.mini-pass > span span,
.mini-pass > strong span {
  color: var(--purple-soft);
}

.mini-pass > small {
  position: absolute;
  top: 23px;
  right: 20px;
  font-size: 6px;
  letter-spacing: .18em;
}

.mini-pass > strong {
  margin: auto 0 8px;
  font-size: 22px;
  letter-spacing: .06em;
}

.mini-pass > i {
  color: #c7c9ca;
  font-size: 7px;
  font-style: normal;
  letter-spacing: .18em;
}

.mini-pass > b {
  position: absolute;
  right: 19px;
  bottom: 18px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 30px;
}

.phone-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 12px;
}

.phone-actions span {
  display: flex;
  min-height: 63px;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  border: 1px solid var(--line-soft);
  border-radius: 11px;
  color: var(--muted-2);
  font-size: 7px;
  text-transform: uppercase;
}

.phone-actions b {
  margin-bottom: 4px;
  color: var(--text);
  font-size: 15px;
}

.phone-home {
  width: 75px;
  height: 4px;
  margin: 1px auto 12px;
  border-radius: 999px;
  background: #7d7d7d;
}

.showcase-note {
  position: absolute;
  z-index: 2;
  gap: 9px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 11px;
  background: rgba(13,14,14,.86);
  box-shadow: 0 18px 40px rgba(0,0,0,.42);
  backdrop-filter: blur(14px);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.showcase-note i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.note-one {
  top: 110px;
  right: 5%;
}

.note-two {
  bottom: 105px;
  left: 3%;
}

.final-cta {
  padding: 120px max(7vw, 32px);
  border-top: 1px solid var(--line);
  background: radial-gradient(circle at 50% 120%, rgba(239,104,43,.13), transparent 38%), #090909;
  text-align: center;
}

.final-cta h2 {
  margin: 15px 0 12px;
  font-family: Georgia, serif;
  font-size: clamp(52px, 7vw, 95px);
  font-weight: 400;
  line-height: 1;
}

.final-cta p {
  margin-bottom: 30px;
  color: var(--muted);
}

.final-cta > div {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.public-footer {
  justify-content: space-between;
  padding-top: 55px;
  padding-bottom: 55px;
}

.public-footer > div:first-child p {
  margin-top: 12px;
  text-align: left;
}

.public-footer > small {
  color: var(--muted-2);
  font-size: 10px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.footer-links a {
  color: var(--muted);
  font-size: 11px;
  text-decoration: none;
}

.public-mobile-dock {
  display: none;
}

/* Premium member experience */
.member-live-status {
  gap: 8px;
  border: 1px solid rgba(97,217,149,.25);
  border-radius: 999px;
  background: rgba(97,217,149,.07);
  padding: 9px 12px;
  color: #83e7aa;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.member-live-status.pending,
.member-live-status.past_due {
  border-color: rgba(239,185,91,.28);
  background: rgba(239,185,91,.07);
  color: var(--amber);
}

.member-quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: -5px 0 24px;
}

.member-quick-actions button {
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255,255,255,.025), transparent), var(--panel);
  padding: 14px;
  color: var(--text);
  text-align: left;
}

.member-quick-actions button > i {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(239,104,43,.2);
  border-radius: 11px;
  background: rgba(239,104,43,.07);
  color: #ef8d64;
}

.member-quick-actions button > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.member-quick-actions strong {
  font-size: 12px;
}

.member-quick-actions small {
  color: var(--muted-2);
  font-size: 9px;
}

.member-ticket-highlight {
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid rgba(53,216,230,.18);
  border-radius: 15px;
  background: linear-gradient(115deg, rgba(53,216,230,.07), transparent 45%), var(--panel);
}

.member-ticket-highlight > div h2 {
  margin: 5px 0 16px;
  font-size: 18px;
}

.member-ticket-highlight article {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
}

.ticket-highlight-icon {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 10px;
  background: rgba(53,216,230,.08);
  color: var(--cyan);
}

.member-ticket-highlight article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.member-ticket-highlight article small {
  color: var(--muted);
  font-size: 9px;
}

.member-anchor-section,
.member-anchor-target {
  scroll-margin-top: 88px;
}

.member-anchor-target {
  height: 1px;
}

.qr-live {
  cursor: zoom-in;
}

.expand-pass-button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 11px;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #101111;
  padding: 13px 15px;
  color: #d9d5cf;
  font-size: 11px;
  font-weight: 700;
}

.expand-pass-button svg {
  color: var(--purple-soft);
}

.expand-pass-button b {
  margin-left: auto;
  color: var(--muted);
}

.member-pass-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 10px;
}

.member-pass-actions .expand-pass-button {
  margin-top: 0;
}

.member-nfc-button {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(220,134,248,.25);
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(220,134,248,.09), rgba(53,216,230,.035));
  padding: 11px 14px;
  color: #ded9e0;
  text-align: left;
}

.member-nfc-button > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.member-nfc-button strong {
  font-size: 10px;
}

.member-nfc-button small {
  overflow: hidden;
  color: var(--muted);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-nfc-button > b {
  margin-left: auto;
  color: #d98af4;
  font-size: 21px;
}

.nfc-write-dialog {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 14px 0 4px;
  text-align: center;
}

.nfc-write-dialog > span {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 1px solid rgba(220,134,248,.3);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220,134,248,.16), transparent 70%);
  color: #e3a8f5;
}

.nfc-write-dialog > span svg { width: 38px; height: 38px; }
.nfc-write-dialog > strong { margin-top: 20px; font-size: 18px; }
.nfc-write-dialog > p { max-width: 380px; color: var(--muted); font-size: 11px; line-height: 1.6; }

.nfc-write-state {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #d28fed;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .13em;
}

.nfc-write-state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d28fed;
  box-shadow: 0 0 12px #d28fed;
  animation: pulse-live 1.4s ease-in-out infinite;
}

.expanded-member-pass {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.expanded-pass-status {
  gap: 8px;
  margin-bottom: 17px;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.expanded-member-pass img {
  width: min(330px, 88vw);
  border: 12px solid white;
  border-radius: 18px;
  background: white;
  box-shadow: 0 22px 50px rgba(0,0,0,.45);
}

.expanded-member-pass > strong {
  margin-top: 20px;
  font-size: 20px;
}

.expanded-member-pass > small {
  margin-top: 5px;
  color: var(--muted);
}

.expanded-member-pass p {
  max-width: 370px;
  margin: 17px 0 2px;
  color: var(--muted-2);
  font-size: 11px;
  line-height: 1.55;
}

/* Nightlife direction: movement, atmosphere and shisha service */
.public-header {
  transition: height 220ms ease, background 220ms ease, border-color 220ms ease;
}

.public-header.scrolled {
  height: 64px;
  border-color: rgba(255,255,255,.14);
  background: rgba(5,6,6,.94);
}

.night-marquee {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: #ef682b;
  color: #110b08;
}

.night-marquee > div {
  display: flex;
  width: max-content;
  animation: night-marquee 26s linear infinite;
}

.night-marquee span {
  padding: 15px 20px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
  white-space: nowrap;
}

.night-marquee i {
  margin: 0 18px;
  font-style: normal;
}

@keyframes night-marquee {
  to { transform: translateX(-50%); }
}

.system-story {
  position: relative;
  overflow: hidden;
  padding: 110px max(7vw, 32px) 95px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 14% 8%, rgba(239,104,43,.09), transparent 25%),
    radial-gradient(circle at 88% 88%, rgba(53,216,230,.07), transparent 28%),
    #090a0a;
}

.system-story::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(255,255,255,.07), transparent);
  content: "";
}

.system-story-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .6fr);
  align-items: end;
  gap: 70px;
  max-width: 1380px;
  margin: 0 auto 65px;
}

.system-story-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -47px;
}

.system-story-intro h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(62px, 7vw, 108px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .84;
}

.system-story-intro p {
  max-width: 480px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.system-journey {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1380px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.system-journey::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ef682b, #6fe1eb, transparent);
  content: "";
  animation: system-scan 7s ease-in-out infinite;
  box-shadow: 0 0 16px rgba(53,216,230,.55);
}

@keyframes system-scan {
  0%, 10% { transform: translateX(-35%); opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  90%, 100% { transform: translateX(435%); opacity: 0; }
}

.system-journey article {
  position: relative;
  display: grid;
  min-height: 275px;
  align-content: space-between;
  padding: 26px 24px 28px;
  border-left: 1px solid rgba(255,255,255,.08);
  transition: background 280ms ease, transform 280ms ease;
}

.system-journey article:last-child {
  border-right: 1px solid rgba(255,255,255,.08);
}

.system-journey article:hover {
  z-index: 2;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(239,104,43,.035));
  transform: translateY(-7px);
}

.system-journey article > span {
  position: absolute;
  top: 22px;
  right: 20px;
  color: rgba(255,255,255,.14);
  font-family: Georgia, serif;
  font-size: 28px;
}

.system-journey article > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  background: rgba(255,255,255,.025);
  color: #e88c64;
  font-style: normal;
}

.system-journey article:nth-child(even) > i {
  color: #66cfd9;
}

.system-journey svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.system-journey article > div {
  display: flex;
  flex-direction: column;
}

.system-journey small,
.system-payoff small {
  color: #9b6250;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .16em;
}

.system-journey strong {
  margin-top: 7px;
  font-family: Georgia, serif;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 400;
}

.system-journey p {
  max-width: 190px;
  margin: 9px 0 0;
  color: #77736e;
  font-size: 9px;
  line-height: 1.55;
}

.system-payoff {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1380px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 22px auto 0;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 15px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}

.system-payoff > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 20px 22px;
  background: rgba(9,10,10,.94);
}

.system-payoff > div:last-child {
  background: linear-gradient(110deg, rgba(239,104,43,.1), rgba(9,10,10,.94));
}

.system-payoff strong {
  font-size: 12px;
}

.public-events {
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
  align-items: stretch;
}

.public-event {
  min-height: 370px;
  grid-template-columns: 92px minmax(0, 1fr);
  align-content: end;
  padding: 34px;
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}

.public-event:hover {
  z-index: 2;
  border-color: rgba(255,255,255,.24);
  box-shadow: 0 35px 90px rgba(0,0,0,.36);
  transform: translateY(-7px);
}

.public-event.event-theme-1 {
  min-height: 430px;
  background:
    linear-gradient(0deg, rgba(7,10,10,.96) 0%, rgba(7,10,10,.45) 62%, rgba(7,10,10,.18) 100%),
    radial-gradient(circle at 72% 12%, rgba(53,216,230,.22), transparent 28%),
    linear-gradient(125deg, rgba(53,216,230,.12), transparent 48%), #101313;
}

.public-event.event-theme-2 {
  margin-top: 72px;
  background:
    linear-gradient(0deg, rgba(12,8,7,.97) 0%, rgba(12,8,7,.42) 62%, rgba(12,8,7,.16) 100%),
    radial-gradient(circle at 82% 10%, rgba(239,104,43,.25), transparent 30%), #15100e;
}

.event-order {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 28px;
  color: rgba(255,255,255,.16);
  font-family: Georgia, serif;
  font-size: 62px;
  font-weight: 400;
}

.public-event .event-info h3 {
  max-width: 440px;
  font-family: Georgia, serif;
  font-size: clamp(29px, 3vw, 47px);
  font-weight: 400;
  line-height: 1;
}

.public-event .event-sale {
  margin-top: 16px;
}

.shisha-section {
  display: grid;
  min-height: 860px;
  grid-template-columns: minmax(0, 1.08fr) minmax(500px, .92fr);
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #090a0a;
}

.shisha-visual {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px max(4vw, 34px);
  background:
    linear-gradient(90deg, rgba(5,6,6,.32), transparent 45%),
    linear-gradient(0deg, rgba(5,6,6,.85), transparent 48%),
    url("/tulumbra-shisha-v1.webp") center / cover no-repeat;
}

.shisha-visual::before,
.shisha-visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.shisha-visual::before {
  inset: -20%;
  background: radial-gradient(ellipse at 45% 75%, rgba(255,255,255,.09), transparent 42%);
  animation: smoke-drift 10s ease-in-out infinite alternate;
  filter: blur(18px);
}

.shisha-visual::after {
  inset: 0;
  background: linear-gradient(116deg, transparent 40%, rgba(53,216,230,.1) 54%, transparent 66%);
  animation: club-light-sweep 7s ease-in-out infinite alternate-reverse;
}

@keyframes smoke-drift {
  from { transform: translate3d(-4%, 4%, 0) scale(1); opacity: .35; }
  to { transform: translate3d(6%, -5%, 0) scale(1.12); opacity: .75; }
}

.shisha-live {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(8,9,9,.45);
  padding: 10px 13px;
  backdrop-filter: blur(14px);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .14em;
}

.shisha-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff7540;
  box-shadow: 0 0 13px #ff7540;
  animation: pulse-live 1.5s ease-in-out infinite;
}

@keyframes pulse-live {
  50% { opacity: .35; transform: scale(.7); }
}

.shisha-visual > div {
  position: relative;
  z-index: 2;
}

.shisha-visual > div small {
  display: block;
  margin-bottom: 10px;
  color: #e0a98b;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .2em;
}

.shisha-visual > div strong {
  font-family: Georgia, serif;
  font-size: clamp(62px, 7vw, 108px);
  font-weight: 400;
  line-height: .82;
}

.shisha-scroll {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.22);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}

.shisha-scroll b {
  font-size: 18px;
}

.shisha-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 80px max(5vw, 45px);
  background:
    radial-gradient(circle at 100% 0, rgba(53,216,230,.06), transparent 28%),
    radial-gradient(circle at 0 100%, rgba(239,104,43,.06), transparent 30%);
}

.shisha-content > h2 {
  margin: 14px 0 20px;
  font-family: Georgia, serif;
  font-size: clamp(45px, 5vw, 70px);
  font-weight: 400;
  line-height: .96;
}

.shisha-content > p {
  max-width: 590px;
  color: var(--muted);
  line-height: 1.7;
}

.public-shisha-menu {
  margin: 32px 0 24px;
}

.shisha-carousel {
  min-width: 0;
  margin: 32px 0 24px;
}

.shisha-carousel-viewport {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y pinch-zoom;
}

.shisha-carousel-viewport:active {
  cursor: grabbing;
}

.shisha-carousel-track {
  display: flex;
  align-items: stretch;
  margin-left: -12px;
  backface-visibility: hidden;
}

.shisha-carousel-slide {
  min-width: 0;
  flex: 0 0 84%;
  margin-left: 12px;
}

.public-shisha-card {
  position: relative;
  display: grid;
  min-height: 310px;
  overflow: hidden;
  grid-template-rows: auto 1fr auto;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 8%, rgba(53,216,230,.14), transparent 30%),
    radial-gradient(circle at 0 100%, rgba(239,104,43,.12), transparent 35%),
    linear-gradient(145deg, #151616, #0b0c0c);
  opacity: .46;
  transform: scale(.91) rotateY(-5deg);
  transform-origin: center;
  transition: opacity 420ms ease, transform 520ms cubic-bezier(.2,.75,.15,1), border-color 320ms ease;
}

.public-shisha-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 32%, rgba(255,255,255,.055) 47%, transparent 60%);
  content: "";
  opacity: 0;
  transform: translateX(-55%);
  transition: opacity 300ms ease, transform 850ms ease;
  pointer-events: none;
}

.public-shisha-card.is-selected {
  border-color: rgba(239,104,43,.4);
  opacity: 1;
  transform: scale(1) rotateY(0);
}

.public-shisha-card.is-selected::after {
  opacity: 1;
  transform: translateX(55%);
}

.shisha-card-atmosphere {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shisha-card-atmosphere > span {
  color: rgba(255,255,255,.2);
  font-family: Georgia, serif;
  font-size: 30px;
}

.shisha-card-atmosphere i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(239,104,43,.22);
  border-radius: 50%;
  color: #e98a62;
}

.shisha-card-atmosphere svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shisha-card-atmosphere small {
  margin-left: auto;
  color: #dba083;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.public-shisha-copy {
  display: flex;
  align-self: end;
  flex-direction: column;
}

.public-shisha-copy > small {
  color: #7d7770;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .15em;
}

.public-shisha-copy > strong {
  margin: 8px 0 12px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 3.4vw, 50px);
  font-weight: 400;
  line-height: .95;
}

.public-shisha-copy > p {
  max-width: 390px;
  margin: 0;
  color: #99928a;
  font-size: 10px;
  line-height: 1.55;
}

.public-shisha-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.09);
}

.public-shisha-price span {
  color: #66615b;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}

.public-shisha-price b {
  font-size: 19px;
}

.shisha-carousel-controls {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  gap: 14px;
  margin-top: 15px;
}

.shisha-carousel-controls > button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  background: rgba(255,255,255,.025);
  color: #cfc9c1;
}

.shisha-carousel-controls > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.shisha-carousel-controls > div button {
  width: 20px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: #393734;
  padding: 0;
  transition: width 240ms ease, background 240ms ease;
}

.shisha-carousel-controls > div button.is-selected {
  width: 38px;
  background: linear-gradient(90deg, #ef682b, #f4ae85);
}

.public-shisha-menu article {
  display: grid;
  grid-template-columns: 35px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  transition: padding 180ms ease, background 180ms ease;
}

.public-shisha-menu article:hover {
  padding-right: 12px;
  padding-left: 12px;
  background: rgba(255,255,255,.025);
}

.shisha-number {
  color: #6d6760;
  font-family: Georgia, serif;
  font-size: 15px;
}

.public-shisha-menu article > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.public-shisha-menu article small {
  color: #c77b5a;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .12em;
}

.public-shisha-menu article strong {
  font-size: 15px;
}

.public-shisha-menu article p {
  margin: 2px 0 0;
  color: var(--muted-2);
  font-size: 9px;
  line-height: 1.45;
}

.public-shisha-menu article > b {
  font-size: 15px;
}

.shisha-order-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(239,104,43,.34);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(239,104,43,.12), transparent);
  padding: 16px 18px;
  color: var(--text);
  font-size: 11px;
  font-weight: 750;
}

.shisha-order-cta > span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shisha-order-cta svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #f28a5d;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shisha-order-cta > b {
  color: #f28a5d;
  font-size: 17px;
}

.shisha-disclaimer {
  margin-top: 12px;
  color: #5f5b56;
  font-size: 8px;
}

.motion-ready .events-section,
.motion-ready .system-story,
.motion-ready .shisha-section,
.motion-ready .venues-section,
.motion-ready .plans-section,
.motion-ready .final-cta {
  opacity: .42;
  transform: translateY(38px);
  transition: opacity 800ms ease, transform 900ms cubic-bezier(.2,.75,.15,1);
}

.motion-ready .events-section.in-view,
.motion-ready .system-story.in-view,
.motion-ready .shisha-section.in-view,
.motion-ready .venues-section.in-view,
.motion-ready .plans-section.in-view,
.motion-ready .final-cta.in-view {
  opacity: 1;
  transform: none;
}

.member-shisha-hero {
  position: relative;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin: -18px -18px 22px;
  padding: 30px;
  border-radius: var(--radius) var(--radius) 0 0;
  background:
    linear-gradient(90deg, rgba(5,6,6,.96), rgba(5,6,6,.5) 58%, rgba(5,6,6,.13)),
    linear-gradient(0deg, rgba(5,6,6,.84), transparent 55%),
    url("/tulumbra-shisha-v1.webp") 64% center / cover no-repeat;
}

.member-shisha-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 42%, rgba(53,216,230,.08) 56%, transparent 68%);
  content: "";
  animation: club-light-sweep 7s ease-in-out infinite alternate;
}

.member-shisha-hero > div,
.member-shisha-hero > span {
  position: relative;
  z-index: 1;
}

.member-shisha-hero h2 {
  margin: 8px 0 10px;
  font-family: Georgia, serif;
  font-size: 43px;
  font-weight: 400;
  line-height: .94;
}

.member-shisha-hero p {
  max-width: 450px;
  margin: 0;
  color: #b3ada6;
  font-size: 11px;
  line-height: 1.55;
}

.member-shisha-hero > span {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(6,7,7,.62);
  padding: 9px 11px;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .12em;
  white-space: nowrap;
}

.member-shisha-hero > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(97,217,149,.7);
}

.member-venue-select {
  margin-bottom: 24px !important;
}

.order-category-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  margin: 26px 0 8px;
}

.order-category-head h3 {
  margin: 4px 0 0;
  font-size: 20px;
}

.order-category-head > small {
  color: var(--muted-2);
  font-size: 9px;
}

.order-category-head.secondary-category {
  margin-top: 38px;
}

.member-products .member-product-card {
  position: relative;
}

.member-product-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.member-product-copy > span {
  color: var(--purple-soft);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.member-product-copy > small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.shisha-menu-card {
  grid-template-columns: 34px 34px minmax(0,1fr) auto !important;
  gap: 10px !important;
  min-height: 112px;
}

.member-shisha-venue {
  min-width: 0;
}

.member-shisha-carousel {
  margin-top: 10px;
}

.member-shisha-carousel .shisha-carousel-slide {
  flex-basis: min(88%, 560px);
  display: grid;
  align-items: center;
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 19px;
  background:
    radial-gradient(circle at 100% 0, rgba(53,216,230,.1), transparent 35%),
    radial-gradient(circle at 0 100%, rgba(239,104,43,.11), transparent 38%),
    linear-gradient(145deg, #151616, #0b0c0c);
  opacity: .5;
  transform: scale(.94);
  transition: opacity 300ms ease, transform 360ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.member-shisha-carousel .shisha-carousel-slide.is-selected {
  border-color: rgba(239,104,43,.4);
  box-shadow: 0 24px 55px rgba(0,0,0,.3);
  opacity: 1;
  transform: scale(1);
}

.shisha-card-index {
  color: #625d56;
  font-family: Georgia, serif;
  font-size: 13px;
}

.shisha-card-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(239,104,43,.24);
  border-radius: 10px;
  background: rgba(239,104,43,.06);
  color: #ef8b60;
}

.shisha-card-icon svg,
.product-icon svg,
.benefit-type svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shisha-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.shisha-tags b {
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 4px 7px;
  color: #8e8982;
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.quantity-stepper {
  display: grid;
  grid-template-columns: 30px 38px 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #0b0c0c;
}

.quantity-stepper button {
  border: 0;
  background: transparent;
  color: #d5d0ca;
}

.quantity-stepper input {
  width: 38px;
  border: 0;
  border-right: 1px solid var(--line-soft);
  border-left: 1px solid var(--line-soft);
  border-radius: 0;
  background: transparent;
  padding: 7px 3px;
  text-align: center;
  appearance: textfield;
}

.quantity-stepper input::-webkit-inner-spin-button,
.quantity-stepper input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.member-order-summary {
  position: sticky;
  z-index: 3;
  bottom: 8px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  background: rgba(14,15,15,.92);
  box-shadow: 0 18px 45px rgba(0,0,0,.38);
  backdrop-filter: blur(18px);
}

.member-order-summary > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.member-order-summary small {
  color: #ca7e5d;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .12em;
}

.member-order-summary strong {
  font-size: 10px;
}

.member-order-summary > b {
  font-size: 17px;
  white-space: nowrap;
}

.shisha-admin-card {
  border-color: rgba(239,104,43,.23);
  background: linear-gradient(125deg, rgba(239,104,43,.06), transparent 45%), var(--panel);
}

.shisha-admin-card .product-icon {
  color: #ef8b60;
}

/* Pide tu canción · accesos de sala sin cuenta */
.music-guest-experience,
.music-screen-experience {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #080905;
  color: #f4ecd9;
}

.music-guest-video,
.music-screen-video,
.music-screen-identity,
.music-guest-shade,
.music-screen-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.music-guest-video,
.music-screen-video { object-fit: cover; z-index: -3; }
.music-guest-shade { z-index: -2; background: radial-gradient(circle at 48% 43%, rgba(20, 20, 12, .11), rgba(4, 5, 3, .75) 78%), linear-gradient(90deg, rgba(5, 6, 4, .84), rgba(5, 6, 4, .30) 58%, rgba(5, 6, 4, .75)); }
.music-screen-identity { z-index: -2; overflow: hidden; }
.music-screen-identity-scene { position: absolute; inset: -4%; opacity: 0; background-position: center; background-size: cover; filter: saturate(.72) contrast(1.06); transform: scale(1.055); animation: music-screen-identity-one 30s cubic-bezier(.45,0,.25,1) infinite; }
.music-screen-identity-scene.scene-one { background-image: url('/media/tulumbra-maya-hero-v1.webp'); background-position: 62% 50%; filter: saturate(.96) brightness(1.2) contrast(1.02); }
.music-screen-identity-scene.scene-two { background-image: url('/media/tulumbra-maya-hero-v2.webp'); filter: saturate(.78) brightness(1.02) contrast(1.06); animation-name: music-screen-identity-two; }
.music-screen-identity-scene.scene-three { background-image: url('/media/tulum-jungle-noir-base.png'); background-position: 50% 42%; filter: saturate(.62) brightness(.9) contrast(1.08); animation-name: music-screen-identity-three; }
.music-screen-shade { z-index: -1; background: radial-gradient(circle at 52% 48%, rgba(8, 12, 6, .04) 0%, rgba(4, 5, 3, .18) 46%, rgba(4, 5, 3, .48) 100%), linear-gradient(90deg, rgba(4, 5, 3, .72) 0%, rgba(4, 5, 3, .18) 48%, rgba(4, 5, 3, .64) 100%); }

@keyframes music-screen-identity-one { 0%,29% { opacity: .94; transform: scale(1.055); } 34%,95% { opacity: 0; transform: scale(1.105); } 100% { opacity: .94; transform: scale(1.055); } }
@keyframes music-screen-identity-two { 0%,29%,67%,100% { opacity: 0; transform: scale(1.08); } 34%,62% { opacity: .72; transform: scale(1.03); } }
@keyframes music-screen-identity-three { 0%,62%,100% { opacity: 0; transform: scale(1.055); } 67%,95% { opacity: .68; transform: scale(1.105); } }

.music-guest-header,
.music-guest-grid,
.music-guest-footer { position: relative; z-index: 1; width: min(1320px, calc(100% - 56px)); margin-inline: auto; }
.music-guest-header { display: flex; align-items: center; justify-content: space-between; padding: max(25px, env(safe-area-inset-top)) 0 20px; }
.music-guest-header .brand { color: #f5e8c4; }
.music-guest-live { display: inline-flex; gap: 12px; align-items: center; border-bottom: 1px solid rgba(231, 194, 111, .64); padding: 8px 0; color: #ecd49a; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-decoration: none; }
.music-guest-live span { font-size: 16px; }
.music-guest-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(285px, .55fr); gap: clamp(24px, 4vw, 70px); align-items: stretch; padding: 26px 0 42px; }
.music-guest-request .club-song-request { min-height: 620px; grid-template-columns: minmax(175px, .48fr) 1fr; padding: clamp(23px, 4vw, 52px); border-color: rgba(238, 209, 145, .28); background: rgba(9, 11, 7, .72); box-shadow: 0 30px 80px rgba(0, 0, 0, .34); backdrop-filter: blur(14px); }
.music-guest-request .song-request-kiosk .song-request-form { grid-column: 1 / -1; }
.music-guest-request .song-request-kiosk .song-request-copy p { max-width: 420px; }
.music-guest-queue { display: grid; align-content: stretch; }
.music-guest-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 25px; border-top: 1px solid rgba(240, 220, 171, .24); padding: 16px 0 calc(18px + env(safe-area-inset-bottom)); color: rgba(246, 235, 210, .68); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.public-music-queue { display: grid; align-content: start; min-height: 100%; border: 1px solid rgba(235, 206, 143, .27); background: rgba(8, 10, 7, .82); box-shadow: 0 25px 65px rgba(0, 0, 0, .28); backdrop-filter: blur(16px); }
.public-music-queue > header { display: grid; gap: 7px; padding: 22px 22px 18px; border-bottom: 1px solid rgba(235, 206, 143, .18); }
.public-music-queue > header > span { color: #dcb665; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.public-music-queue > header > span i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #e7bd62; box-shadow: 0 0 14px rgba(239, 191, 83, .9); }
.public-music-queue > header > strong { color: #f7edd8; font-family: var(--club-display); font-size: 33px; letter-spacing: -.04em; text-transform: uppercase; }
.public-music-queue-list { display: grid; }
.public-music-queue-item { display: grid; grid-template-columns: 27px 42px minmax(0, 1fr); gap: 10px; align-items: center; min-height: 66px; padding: 10px 16px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.public-music-queue-position { color: #d7ad5b; font-family: var(--club-display); font-size: 21px; }
.public-music-queue-art { display: grid; width: 42px; height: 42px; place-items: center; overflow: hidden; background: #25261e; color: #e7c472; }
.public-music-queue-art img { width: 100%; height: 100%; object-fit: cover; }
.public-music-queue-item strong,.public-music-queue-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.public-music-queue-item strong { color: #f5eddc; font-size: 12px; }
.public-music-queue-item small { margin-top: 3px; color: #aeb0a6; font-size: 10px; }
.public-music-queue-empty { display: grid; min-height: 210px; place-items: center; align-content: center; gap: 8px; padding: 30px; color: #989d91; text-align: center; }
.public-music-queue-empty i { width: 34px; color: #e1b55d; }
.public-music-queue-empty strong { color: #ede4cf; font-size: 14px; }
.public-music-queue-empty span { max-width: 220px; font-size: 11px; line-height: 1.5; }
.public-music-played { margin: 16px; padding: 14px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.public-music-played > span { color: #cda65a; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.public-music-played p { margin: 8px 0 0; color: #f3ebda; font-size: 11px; }
.public-music-played b { color: #9d9f96; font-weight: 400; }

.music-screen-experience { min-height: 100svh; }
.music-screen-phases { position: absolute; z-index: 1; inset: 0; }
.music-screen-phase { position: absolute; inset: 0; width: 100%; min-height: 100%; padding: clamp(50px, 6vw, 100px) clamp(42px, 7vw, 120px) 92px; opacity: 0; transform: translateY(22px); animation: music-screen-copy-one 30s cubic-bezier(.22,.8,.2,1) infinite; pointer-events: none; }
.music-screen-phase.scene-two { animation-name: music-screen-copy-two; }
.music-screen-phase.scene-three { animation-name: music-screen-copy-three; }
.music-screen-phase > span,.music-screen-request-copy > span { color: #ddb761; font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.music-screen-phase h1 { margin: 18px 0; color: #f8efdc; font-family: var(--club-display); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; text-wrap: balance; }
.music-screen-phase p { margin: 0; color: rgba(244,234,215,.73); font-size: clamp(14px,1.3vw,20px); line-height: 1.55; }
@keyframes music-screen-copy-one { 0%,27% { opacity: 1; transform: translateY(0); } 31%,96% { opacity: 0; transform: translateY(-18px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes music-screen-copy-two { 0%,30%,65%,100% { opacity: 0; transform: translateY(22px); } 34%,61% { opacity: 1; transform: translateY(0); } }
@keyframes music-screen-copy-three { 0%,64%,100% { opacity: 0; transform: translateY(22px); } 68%,96% { opacity: 1; transform: translateY(0); } }
.music-screen-phase-brand { display: grid; place-items: center; align-content: center; text-align: center; }
.music-screen-brand-lockup { margin-bottom: clamp(55px,8vh,100px); }
.music-screen-brand-lockup .brand { color: #f7e9c8; transform: scale(clamp(1.7,2.3vw,2.5)); }
.music-screen-phase-brand h1 { max-width: 1100px; font-size: clamp(90px,12vw,210px); text-shadow: 0 20px 60px rgba(0,0,0,.58); }
.music-screen-phase-brand p { font-size: 10px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; }
.music-screen-phase-dj { display: grid; place-items: center; align-content: center; text-align: center; }
.music-screen-dj-orbit { position: absolute; width: min(58vw,680px); aspect-ratio: 1; border: 1px solid rgba(223,181,91,.24); border-radius: 50%; box-shadow: inset 0 0 110px rgba(213,164,66,.08), 0 0 0 38px rgba(214,166,69,.025); animation: music-screen-orbit 12s linear infinite; }
.music-screen-dj-orbit::before,.music-screen-dj-orbit::after { position: absolute; border: 1px solid rgba(227,188,105,.14); border-radius: 50%; content: ''; }
.music-screen-dj-orbit::before { inset: 11%; }
.music-screen-dj-orbit::after { inset: 27%; border-style: dashed; }
@keyframes music-screen-orbit { to { transform: rotate(360deg); } }
.music-screen-dj-mark { position: relative; z-index: 1; display: grid; width: clamp(150px,16vw,250px); aspect-ratio: 1; margin-bottom: 34px; place-items: center; overflow: hidden; border: 1px solid rgba(233,197,116,.52); border-radius: 50%; background: rgba(5,7,4,.7); box-shadow: 0 0 0 14px rgba(222,176,78,.045), 0 35px 90px rgba(0,0,0,.52); backdrop-filter: blur(14px); }
.music-screen-dj-mark img { width: 76%; height: 76%; object-fit: contain; }
.music-screen-dj-mark span { color: #eed89f; font-family: var(--club-display); font-size: clamp(60px,8vw,125px); font-weight: 700; letter-spacing: -.06em; }
.music-screen-phase-dj > span { position: relative; z-index: 1; }
.music-screen-phase-dj > span b { color: #f5ead0; }
.music-screen-phase-dj h1 { position: relative; z-index: 1; max-width: 1100px; font-size: clamp(88px,12vw,205px); text-shadow: 0 22px 70px rgba(0,0,0,.66); }
.music-screen-phase-dj p { position: relative; z-index: 1; }
.music-screen-phase-request { display: grid; grid-template-columns: minmax(330px,1fr) 280px minmax(320px,.85fr); gap: clamp(34px,5vw,82px); align-items: center; width: min(1640px,100%); margin-inline: auto; }
.music-screen-request-copy h1 { max-width: 720px; font-size: clamp(76px,8.3vw,150px); }
.music-screen-request-copy p { max-width: 480px; }
.music-screen-code { display: grid; justify-items: center; gap: 15px; padding: 20px; border: 1px solid rgba(230, 193, 112, .52); background: rgba(9, 10, 6, .84); box-shadow: 0 0 0 12px rgba(230, 193, 112, .045), 0 30px 80px rgba(0,0,0,.5); backdrop-filter: blur(15px); }
.music-screen-code-live { display: inline-flex; align-items: center; gap: 7px; color: #e1bd70; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.music-screen-code-live::before { width: 6px; height: 6px; border-radius: 50%; background: #e4bb65; box-shadow: 0 0 15px rgba(232,190,99,.9); content: ''; animation: music-screen-live 1.8s ease-in-out infinite; }
@keyframes music-screen-live { 50% { opacity: .35; transform: scale(.72); } }
.music-screen-code img { display: block; width: min(100%, 220px); aspect-ratio: 1; image-rendering: pixelated; }
.music-screen-code strong { color: #f5e9cf; font-size: 13px; letter-spacing: .16em; line-height: 1.35; text-align: center; }
.music-screen-code small { color: #c8ad77; font-size: 9px; letter-spacing: .1em; }
.music-screen-queue .public-music-queue { min-height: 390px; max-height: 68svh; overflow: auto; }
.music-screen-experience > footer { position: absolute; z-index: 1; right: 38px; bottom: 25px; left: 38px; display: grid; justify-items: center; gap: 10px; color: rgba(244, 232, 205, .61); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-align: center; }
.music-screen-experience > footer i { display: grid; grid-template-columns: repeat(3, 48px); gap: 5px; }
.music-screen-experience > footer b { height: 2px; overflow: hidden; background: rgba(255,255,255,.14); }
.music-screen-experience > footer b::after { display: block; width: 100%; height: 100%; background: #d8ae59; transform: scaleX(0); transform-origin: left; content: ''; animation: music-screen-progress-one 30s linear infinite; }
.music-screen-experience > footer b:nth-child(2)::after { animation-name: music-screen-progress-two; }
.music-screen-experience > footer b:nth-child(3)::after { animation-name: music-screen-progress-three; }
@keyframes music-screen-progress-one { 0% { transform: scaleX(0); } 32% { transform: scaleX(1); } 32.01%,100% { transform: scaleX(0); } }
@keyframes music-screen-progress-two { 0%,33% { transform: scaleX(0); } 65% { transform: scaleX(1); } 65.01%,100% { transform: scaleX(0); } }
@keyframes music-screen-progress-three { 0%,66% { transform: scaleX(0); } 99% { transform: scaleX(1); } 100% { transform: scaleX(0); } }

@media (max-width: 820px) {
  .music-guest-header,.music-guest-grid,.music-guest-footer { width: min(100% - 32px, 640px); }
  .music-guest-grid { grid-template-columns: 1fr; padding-top: 10px; }
  .music-guest-request .club-song-request { min-height: 0; grid-template-columns: 1fr; padding: 26px 17px; }
  .music-guest-request .song-request-art { display: none; }
  .music-guest-request .song-request-copy h2 { font-size: 58px; }
  .music-guest-footer { justify-content: center; text-align: center; }
  .music-screen-experience { overflow: hidden; }
  .music-screen-phase { padding: max(42px,env(safe-area-inset-top)) 20px 75px; }
  .music-screen-phase-brand h1,.music-screen-phase-dj h1 { font-size: clamp(62px,17vw,105px); }
  .music-screen-brand-lockup .brand { transform: scale(1.35); }
  .music-screen-phase-request { grid-template-columns: 1fr; gap: 20px; align-content: center; overflow: auto; }
  .music-screen-request-copy h1 { font-size: 68px; }
  .music-screen-request-copy p { display: none; }
  .music-screen-code { justify-self: stretch; grid-template-columns: auto 1fr; text-align: left; }
  .music-screen-code img { grid-column: 1; grid-row: 1 / span 3; width: 135px; }
  .music-screen-code-live,.music-screen-code strong,.music-screen-code small { grid-column: 2; justify-self: start; text-align: left; }
  .music-screen-queue { display: none; }
  .music-screen-experience > footer { right: 18px; left: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .night-marquee > div,
  .system-journey::before,
  .public-hero::before,
  .shisha-visual::before,
  .shisha-visual::after,
  .member-shisha-hero::after,
  .shisha-live i,
  .music-screen-identity-scene,
  .music-screen-phase,
  .music-screen-dj-orbit,
  .music-screen-code-live::before,
  .music-screen-experience > footer b::after,
  .song-request-art span {
    animation: none;
  }
  .music-screen-identity-scene.scene-one { opacity: .94; }
  .music-screen-phase.scene-one { opacity: 1; transform: none; }
}

/* Private club applications: identity review and direction approval. */
.application-review-card {
  display: grid;
  gap: 16px;
  margin: 18px 0;
  padding: 20px;
  border: 1px solid color-mix(in srgb, var(--line) 82%, #b88a48 18%);
  background: linear-gradient(145deg, rgba(181, 132, 67, .08), rgba(255, 255, 255, .025));
}

.application-review-card > header,
.application-review-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.application-review-card > header div,
.application-review-card > header strong {
  display: grid;
  gap: 4px;
}

.application-review-card > header small,
.application-review-card dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.application-review-card > header > span {
  color: #d2aa68;
  font-family: var(--club-display);
  font-size: 25px;
}

.application-review-card dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-block: 1px solid var(--line);
}

.application-review-card dl > div {
  display: grid;
  gap: 5px;
  padding: 14px 10px 14px 0;
}

.application-review-card dd {
  margin: 0;
  font-weight: 750;
}

.application-review-card > p {
  display: grid;
  gap: 6px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.application-review-card.rejected {
  border-color: rgba(184, 71, 56, .42);
  background: rgba(111, 31, 24, .08);
}

.member-application-state {
  width: min(1120px, calc(100% - 38px));
  margin: clamp(24px, 5vw, 70px) auto;
  padding: clamp(27px, 5vw, 58px);
  border: 1px solid rgba(226, 190, 119, .27);
  background: linear-gradient(135deg, rgba(206, 156, 80, .09), rgba(8, 9, 9, .94) 58%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.member-application-state > span {
  color: #d6a85f;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}

.member-application-state h2 {
  max-width: 700px;
  margin: 13px 0;
  color: #f1e6cf;
  font-family: var(--club-display);
  font-size: clamp(36px, 5vw, 66px);
  line-height: .94;
  text-transform: uppercase;
}

.member-application-state p {
  max-width: 650px;
  margin: 0;
  color: #aaa89f;
  line-height: 1.65;
}

.member-page.application-pending > .member-personalized,
.member-page.application-pending > .member-main-grid,
.member-page.application-rejected > .member-personalized,
.member-page.application-rejected > .member-main-grid {
  display: none;
}

@media (max-width: 680px) {
  .application-review-card dl {
    grid-template-columns: 1fr;
  }

  .application-review-card dl > div + div {
    border-top: 1px solid var(--line);
  }

  .application-review-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Pide tu canción · propuesta y cola DJ */
.club-song-request {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, .72fr) minmax(250px, .92fr) minmax(340px, 1.08fr);
  gap: clamp(20px, 3vw, 50px);
  align-items: center;
  overflow: hidden;
  padding: clamp(46px, 7vw, 104px) clamp(22px, 7vw, 118px);
  background: #0b0d0b;
  color: #f5eee1;
}

.club-song-request::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .7;
  background: radial-gradient(circle at 13% 88%, rgba(154, 116, 49, .27), transparent 32%), linear-gradient(124deg, transparent 42%, rgba(111, 100, 58, .1) 42.2%, transparent 42.7%), repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 78px);
  pointer-events: none;
}

.song-request-art,
.song-request-copy,
.song-request-form { position: relative; z-index: 1; }

.song-request-art {
  aspect-ratio: .83;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(224, 190, 122, .38);
  background: #070907;
  box-shadow: 18px 18px 0 rgba(215, 168, 83, .09), 0 28px 70px rgba(0,0,0,.42);
}

.song-request-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; filter: saturate(.82) contrast(1.04); transform: scale(1.018); transition: transform 900ms cubic-bezier(.2,.8,.2,1), filter 900ms ease; }
.song-request-art::before,
.song-request-art::after,
.song-request-art span { position: absolute; inset: 0; z-index: 1; content: ""; pointer-events: none; }
.song-request-art::before { background: linear-gradient(180deg, rgba(2,4,2,.06), transparent 54%, rgba(2,4,2,.42)), radial-gradient(circle at 50% 44%, transparent 42%, rgba(2,4,2,.38) 100%); }
.song-request-art::after { inset: 10px; border: 1px solid rgba(232, 198, 126, .2); }
.song-request-art span { background: linear-gradient(112deg, transparent 28%, rgba(242, 202, 113, .11) 48%, transparent 65%); mix-blend-mode: screen; transform: translateX(-120%); animation: jukebox-light-pass 8s ease-in-out infinite; }
.song-request-art:hover img { filter: saturate(.92) contrast(1.08); transform: scale(1.045); }
@keyframes jukebox-light-pass { 0%,58% { transform: translateX(-120%); } 76%,100% { transform: translateX(120%); } }

.song-request-copy > span,
.dj-queue-section header > span,
.dj-history header > span { color: #deae55; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.song-request-copy h2 { margin: 13px 0 18px; font-family: var(--club-display); font-size: clamp(51px, 5.3vw, 88px); line-height: .8; letter-spacing: -.065em; text-transform: uppercase; }
.song-request-copy p { max-width: 350px; margin: 0; color: rgba(245,238,225,.67); font-size: 14px; line-height: 1.65; }
.song-request-rules { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.song-request-rules b { border: 1px solid rgba(226, 189, 109, .34); padding: 7px 8px; color: #e9cf91; font-size: 8px; letter-spacing: .1em; }

.song-request-form { display: grid; gap: 11px; padding: clamp(17px, 2vw, 25px); border: 1px solid rgba(244, 231, 200, .19); background: rgba(22, 24, 20, .78); backdrop-filter: blur(14px); }
.song-member-benefit { display: grid; grid-template-columns: 34px 1fr auto; gap: 11px; align-items: center; min-height: 58px; border: 1px solid rgba(226, 180, 94, .28); padding: 9px 11px; background: rgba(226, 180, 94, .07); }
.song-member-benefit > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(226, 180, 94, .48); color: #e8c87f; font-size: 18px; }
.song-member-benefit > div { display: grid; gap: 3px; }
.song-member-benefit strong { color: #f6ecd6; font-size: 11px; letter-spacing: .01em; }
.song-member-benefit small { color: rgba(245, 238, 225, .55); font-size: 9px; line-height: 1.4; }
.song-member-benefit > b { color: #efd08c; font-size: 14px; }
.song-member-benefit > button { min-height: 34px; border: 1px solid rgba(226, 180, 94, .5); padding: 0 12px; background: transparent; color: #efd08c; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.song-member-benefit.is-used { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.song-member-benefit.is-used > span { border-color: rgba(255,255,255,.22); color: rgba(245,238,225,.66); }
.song-request-form label { display: grid; gap: 6px; color: #e8d5a6; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.song-request-form input,
.song-request-form select { width: 100%; min-height: 45px; border: 1px solid rgba(255,255,255,.22); border-radius: 0; padding: 0 12px; background: rgba(0,0,0,.35); color: #f8f0de; font: inherit; font-size: 13px; letter-spacing: 0; text-transform: none; }
.song-request-form input::placeholder { color: rgba(245,238,225,.42); }
.song-search-results { display: grid; max-height: 225px; overflow: auto; }
.song-search-results > button { display: grid; grid-template-columns: 39px 1fr auto; gap: 10px; align-items: center; min-height: 55px; border: 0; border-top: 1px solid rgba(255,255,255,.1); padding: 7px 0; background: transparent; color: inherit; text-align: left; }
.song-search-results > button:hover { color: #f0c567; }
.song-search-results img,
.song-search-results i { width: 39px; height: 39px; object-fit: cover; background: #24241e; }
.song-search-results i { display: grid; place-items: center; padding: 10px; }
.song-search-results strong,.song-search-results small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.song-search-results strong { font-size: 12px; }
.song-search-results small,.song-search-results p { color: rgba(245,238,225,.56); font-size: 10px; }
.song-search-results > button > b { font-size: 20px; font-weight: 400; }
.song-selection { display: grid; grid-template-columns: 46px 1fr auto; gap: 10px; align-items: center; padding: 8px; border: 1px solid rgba(228, 183, 88, .57); background: rgba(158, 120, 42, .13); }
.song-selection > span { display: grid; width: 46px; height: 46px; place-items: center; overflow: hidden; background: #111; }
.song-selection img { width: 100%; height: 100%; object-fit: cover; }
.song-selection small,.song-selection b { display: block; color: #e2b45e; font-size: 8px; letter-spacing: .11em; }
.song-selection strong { display: block; overflow: hidden; margin: 2px 0; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.song-selection > button { border: 0; background: transparent; color: #f5e4bc; font-size: 22px; }
.song-manual-fields,.song-request-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.song-request-fields label:last-child:nth-child(3) { grid-column: span 2; }
.song-request-submit { display: flex; min-height: 52px; justify-content: space-between; align-items: center; border: 1px solid #e2b45e; padding: 0 14px; background: #e2b45e; color: #14140f; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.song-request-submit:hover { background: #f2d388; }
.song-request-submit:disabled { cursor: not-allowed; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.1); color: rgba(255,255,255,.42); }
.song-request-submit b { font-size: 15px; letter-spacing: 0; }
.song-request-form > small { color: rgba(245,238,225,.46); font-size: 10px; line-height: 1.5; }
.song-request-confirmation { display: grid; grid-template-columns: 65px 1fr auto; gap: 13px; align-items: center; }
.song-request-confirmation > span { display: grid; width: 65px; height: 65px; place-items: center; overflow: hidden; background: #191916; }
.song-request-confirmation img { width: 100%; height: 100%; object-fit: cover; }
.song-request-confirmation small { color: var(--club-orange); font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.song-request-confirmation h3 { margin: 3px 0; font-size: 19px; }
.song-request-confirmation p { margin: 0; color: var(--muted); font-size: 12px; }
.song-request-confirmation > strong { font-size: 17px; }
.song-request-confirmation > .full { grid-column: 1 / -1; padding-top: 8px; }
.dj-member-benefit { border: 1px solid rgba(226,180,94,.36); padding: 4px 6px; color: #e8c87f; font-size: 7px; font-weight: 900; letter-spacing: .1em; }

.music-view { max-width: 1320px; }
.dj-screen-profile { display: grid; grid-template-columns: minmax(230px,.52fr) minmax(420px,1.48fr); margin-bottom: 18px; overflow: hidden; border: 1px solid #292d27; background: #10130f; color: #eee6d5; }
.dj-screen-profile-preview { position: relative; display: grid; min-height: 265px; place-items: center; align-content: center; gap: 10px; padding: 28px; overflow: hidden; background: radial-gradient(circle at 50% 35%, rgba(191,146,55,.23), transparent 48%), linear-gradient(150deg,#141a12,#080a08); text-align: center; }
.dj-screen-profile-preview::before { position: absolute; inset: -25%; border: 1px solid rgba(221,179,91,.12); border-radius: 50%; content: ''; }
.dj-screen-profile-preview > div { position: relative; display: grid; width: 104px; aspect-ratio: 1; place-items: center; overflow: hidden; border: 1px solid rgba(229,191,109,.45); border-radius: 50%; background: #0a0c09; }
.dj-screen-profile-preview img { width: 76%; height: 76%; object-fit: contain; }
.dj-screen-profile-preview > div > span { color: #ecd18f; font-family: var(--club-display); font-size: 46px; font-weight: 700; }
.dj-screen-profile-preview > span { position: relative; color: #cda457; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.dj-screen-profile-preview > strong { position: relative; color: #f2ead9; font-family: var(--club-display); font-size: 34px; line-height: .9; text-transform: uppercase; }
.dj-screen-profile form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; align-content: center; padding: 28px; }
.dj-screen-profile form > div:first-child,.dj-screen-profile form .full,.dj-screen-profile-actions { grid-column: 1 / -1; }
.dj-screen-profile form > div:first-child > span { color: #cda457; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.dj-screen-profile h2 { margin: 5px 0 2px; color: #f3ebdb; font-family: var(--club-display); font-size: 31px; text-transform: uppercase; }
.dj-screen-profile form p,.dj-screen-profile label small { margin: 0; color: #93988e; font-size: 10px; }
.dj-screen-profile label { display: grid; gap: 6px; color: #d9c595; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dj-screen-profile input { min-height: 43px; border: 1px solid #3b4038; border-radius: 0; padding: 0 11px; background: #090b09; color: #f2ead9; font: inherit; text-transform: none; }
.dj-screen-profile label small { text-transform: none; }
.dj-screen-profile-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.dj-screen-profile-actions a { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.dj-terminal { overflow: hidden; border: 1px solid #242621; background: #10120f; color: #ede7d8; box-shadow: 0 20px 60px rgba(5,8,5,.13); }
.dj-terminal-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 13px; align-items: center; padding: 16px 21px; border-bottom: 1px solid #2a2d26; background: linear-gradient(90deg, #151a14, #0d0e0c); }
.dj-terminal-head span { color: #cda255; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.dj-terminal-head span i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #8db866; box-shadow: 0 0 10px #8db866; }
.dj-terminal-head strong { font-size: 14px; letter-spacing: .03em; }
.dj-terminal-head small { color: #8e9289; font-size: 10px; }
.dj-queue-summary { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #2a2d26; }
.dj-queue-summary span { display: grid; gap: 3px; padding: 18px 20px; border-right: 1px solid #2a2d26; color: #a7aaa1; font-size: 10px; }
.dj-queue-summary b { color: #f0d28d; font-family: var(--club-display); font-size: 34px; line-height: .9; }
.dj-queue-section,.dj-history { padding: 25px 21px; }
.dj-history { border-top: 1px solid #2a2d26; background: #0d0f0d; }
.dj-queue-section header h2,.dj-history header h2 { margin: 7px 0 3px; color: #f3ecdc; font-family: var(--club-display); font-size: 34px; letter-spacing: -.04em; text-transform: uppercase; }
.dj-queue-section header p { margin: 0 0 17px; color: #999d94; font-size: 12px; }
.dj-request-list { display: grid; gap: 9px; }
.dj-request-card { display: grid; grid-template-columns: 56px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 11px; border: 1px solid #2e332b; background: #141714; }
.dj-request-card.queued { border-color: rgba(215,171,85,.63); background: linear-gradient(90deg, rgba(154,113,38,.16), #141714 46%); }
.dj-request-card.played,.dj-request-card.declined,.dj-history .dj-request-card { opacity: .69; }
.dj-request-artwork { display: grid; width: 56px; height: 56px; place-items: center; overflow: hidden; background: #252822; color: #e5bf70; }
.dj-request-artwork img { width: 100%; height: 100%; object-fit: cover; }
.dj-request-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.dj-request-meta small { color: #989d95; font-size: 10px; }
.dj-request-main h3 { margin: 5px 0 1px; color: #f4eddd; font-size: 15px; }
.dj-request-main p,.dj-request-main > small,.dj-request-main em { display: block; margin: 0; color: #a5aa9f; font-size: 11px; font-style: normal; }
.dj-request-main em { margin-top: 5px; color: #e6c879; }
.dj-request-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.dj-request-actions .small-button,.dj-request-actions select { min-height: 34px; border: 1px solid #4a4e45; padding: 0 9px; background: transparent; color: #ece4d3; font-size: 10px; text-decoration: none; }
.dj-request-actions select { background: #1b1e1a; }
.dj-empty { display: grid; min-height: 160px; place-items: center; align-content: center; gap: 6px; border: 1px dashed #3a3f37; color: #999e94; text-align: center; }
.dj-empty i { width: 32px; color: #ddb564; }
.dj-empty strong { color: #f0e8d8; }
.dj-empty p { margin: 0; font-size: 12px; }

@media (max-width: 920px) {
  .club-song-request { grid-template-columns: minmax(170px, .6fr) 1fr; padding: 64px 28px; }
  .song-request-form { grid-column: 1 / -1; }
  .song-request-art { max-width: 280px; }
}
@media (max-width: 620px) {
  .club-song-request { grid-template-columns: 1fr; padding: 52px 18px; gap: 26px; }
  .song-request-art { max-width: none; min-height: 300px; aspect-ratio: 1.1; }
  .song-request-copy h2 { font-size: 60px; }
  .song-request-form { grid-column: auto; padding: 15px; }
  .song-manual-fields,.song-request-fields { grid-template-columns: 1fr; }
  .song-request-fields label:last-child:nth-child(3) { grid-column: auto; }
  .dj-terminal-head { align-items: flex-start; flex-direction: column; }
  .dj-screen-profile { grid-template-columns: 1fr; }
  .dj-screen-profile-preview { min-height: 220px; }
  .dj-screen-profile form { grid-template-columns: 1fr; padding: 20px 15px; }
  .dj-screen-profile form > div:first-child,.dj-screen-profile form .full,.dj-screen-profile-actions { grid-column: auto; }
  .dj-queue-summary span { padding: 14px 10px; font-size: 9px; }
  .dj-queue-summary b { font-size: 27px; }
  .dj-queue-section,.dj-history { padding: 18px 12px; }
  .dj-request-card { grid-template-columns: 43px minmax(0,1fr); gap: 10px; }
  .dj-request-artwork { width: 43px; height: 43px; }
  .dj-request-actions { grid-column: 1 / -1; justify-content: flex-start; }
  .dj-request-actions .small-button,.dj-request-actions select { flex: 1; }
}

/* Product experience: tonight, real media, checkout, Wallet, door and economics */
.tonight-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.25fr) 220px;
  width: min(1440px, calc(100% - 72px));
  min-height: 510px;
  margin: 100px auto 40px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: #0b0c0c;
  box-shadow: 0 50px 150px rgba(0, 0, 0, .52);
  overflow: hidden;
}

.tonight-media {
  position: relative;
  min-height: 510px;
  background:
    linear-gradient(90deg, transparent 52%, #0b0c0c 100%),
    linear-gradient(180deg, rgba(5, 6, 6, .05), rgba(5, 6, 6, .85)),
    url("/tulumbra-night-v2.webp") center / cover;
  overflow: hidden;
}

.tonight-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(239, 104, 43, .24), transparent 42%, rgba(53, 216, 230, .14));
  content: "";
  mix-blend-mode: screen;
}

.tonight-number {
  position: absolute;
  right: -15px;
  bottom: -38px;
  color: rgba(255, 255, 255, .12);
  font-family: Georgia, serif;
  font-size: clamp(150px, 18vw, 260px);
  font-style: italic;
  line-height: .85;
}

.tonight-copy {
  align-self: center;
  padding: 62px clamp(32px, 5vw, 76px);
}

.tonight-live {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 46px;
  color: #f7d7bf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.tonight-live i,
.door-network i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px var(--green);
}

.tonight-copy h2 {
  max-width: 760px;
  margin: 12px 0 18px;
  font-family: Georgia, serif;
  font-size: clamp(48px, 6vw, 90px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .92;
}

.tonight-copy > p {
  max-width: 640px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.tonight-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 34px 0;
}

.tonight-details span {
  display: grid;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.tonight-details small,
.tonight-countdown small {
  color: var(--muted-2);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}

.tonight-details strong {
  font-size: 13px;
  text-transform: capitalize;
}

.tonight-countdown {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 28px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(180deg, rgba(239, 104, 43, .05), rgba(53, 216, 230, .05));
}

.tonight-countdown strong {
  margin: 10px 0 18px;
  color: #fff2e7;
  font-size: 30px;
  letter-spacing: -.05em;
}

.tonight-countdown span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.brand-media-section {
  width: min(1440px, calc(100% - 72px));
  margin: 130px auto;
}

.brand-media-reel {
  display: grid;
  grid-template-columns: 1.05fr .78fr .78fr .78fr;
  gap: 14px;
  height: 590px;
}

.brand-media-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .11);
  overflow: hidden;
  transition: flex 700ms var(--ease-luxury), transform 700ms var(--ease-luxury), border-color 300ms ease;
}

.brand-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.05);
  transition: transform 1.2s var(--ease-luxury), filter 700ms ease;
}

.brand-media-card:hover {
  z-index: 2;
  border-color: rgba(239, 104, 43, .45);
  transform: translateY(-8px);
}

.brand-media-card:hover img {
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.045);
}

.brand-media-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(4, 5, 5, .96));
}

.brand-media-card > div {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 5px;
}

.brand-media-card > div small {
  color: #e0a77e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.brand-media-card > div strong {
  font-family: Georgia, serif;
  font-size: clamp(24px, 2.6vw, 42px);
  font-weight: 400;
  letter-spacing: -.04em;
}

.brand-media-card > div span {
  color: var(--muted);
  font-size: 11px;
}

.public-shisha-card {
  border-color: color-mix(in srgb, var(--shisha-accent) 32%, rgba(255, 255, 255, .08));
  background:
    radial-gradient(circle at 74% 18%, color-mix(in srgb, var(--shisha-accent) 18%, transparent), transparent 34%),
    #111212;
}

.public-shisha-card.is-selected {
  box-shadow: 0 34px 90px rgba(0, 0, 0, .56), 0 0 45px color-mix(in srgb, var(--shisha-accent) 12%, transparent);
}

.shisha-favorite {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  background: rgba(7, 8, 8, .64);
  color: #fff;
  font-size: 20px;
  place-items: center;
  backdrop-filter: blur(12px);
}

.shisha-favorite.is-favorite {
  border-color: var(--shisha-accent, var(--purple));
  background: var(--shisha-accent, var(--purple));
  color: #090909;
}

.shisha-ingredient-list,
.member-shisha-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 16px;
}

.shisha-ingredient-list b {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: #cbc5bb;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .06em;
}

.public-shisha-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
  padding: 18px 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.public-shisha-meta > span:last-child {
  display: grid;
  gap: 4px;
  text-align: right;
}

.public-shisha-meta small,
.shisha-intensity small {
  color: var(--muted-2);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.public-shisha-meta strong {
  font-size: 12px;
}

.shisha-intensity {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.shisha-intensity small {
  margin-right: 5px;
}

.shisha-intensity i {
  display: block;
  width: 18px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .12);
}

.shisha-intensity i.on {
  background: var(--shisha-accent, var(--purple));
  box-shadow: 0 0 10px color-mix(in srgb, var(--shisha-accent, var(--purple)) 50%, transparent);
}

.member-shisha-specs {
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
}

.ticket-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, .7fr);
  min-height: min(720px, 78vh);
}

.modal.checkout-modal {
  width: min(1120px, calc(100vw - 30px));
  max-height: 94vh;
}

.modal.checkout-modal .modal-body {
  padding: 0;
}

.checkout-main {
  padding: 30px 34px 40px;
}

.checkout-event {
  margin-bottom: 30px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(120deg, rgba(239, 104, 43, .1), rgba(53, 216, 230, .04));
}

.checkout-event > div {
  display: grid;
  gap: 5px;
}

.checkout-section-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 28px 0 14px;
}

.checkout-section-head > span {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(239, 104, 43, .35);
  border-radius: 50%;
  color: #f6a26c;
  font-size: 9px;
  place-items: center;
}

.checkout-section-head div {
  display: grid;
  gap: 2px;
}

.checkout-section-head small {
  color: var(--muted-2);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .2em;
}

.checkout-section-head strong {
  font-size: 14px;
}

.premium-ticket-types {
  display: grid;
  gap: 10px;
}

.premium-ticket-types article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .018);
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.premium-ticket-types article.selected {
  border-color: rgba(239, 104, 43, .48);
  background: rgba(239, 104, 43, .07);
  transform: translateX(3px);
}

.premium-ticket-types article > div:first-child {
  display: grid;
  gap: 4px;
}

.premium-ticket-types article > div:first-child small,
.premium-ticket-types article > div:first-child span {
  color: var(--muted);
  font-size: 10px;
}

.premium-ticket-types article > div:first-child span {
  color: var(--green);
}

.ticket-stepper,
.quantity-stepper {
  display: grid;
  grid-template-columns: 34px 36px 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 9px;
  overflow: hidden;
}

.ticket-stepper button,
.ticket-stepper input {
  width: 100%;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text);
  text-align: center;
}

.ticket-stepper input {
  appearance: textfield;
}

.checkout-buyer {
  gap: 12px;
}

.checkout-invoice {
  margin-top: 14px;
}

.checkout-summary {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 100%;
  padding: 34px 30px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  background:
    radial-gradient(circle at 100% 0, rgba(239, 104, 43, .14), transparent 34%),
    #0b0c0c;
}

.checkout-secure {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.checkout-secure i {
  display: grid;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(97, 217, 149, .35);
  border-radius: 50%;
  font-style: normal;
  place-items: center;
}

.checkout-summary > div:nth-of-type(1) {
  display: grid;
  gap: 5px;
}

.checkout-summary > div:nth-of-type(1) small {
  color: var(--muted-2);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
}

.checkout-summary > div:nth-of-type(1) strong {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}

.checkout-summary ul {
  display: grid;
  gap: 9px;
  min-height: 72px;
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  list-style: none;
}

.checkout-summary li,
.checkout-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
}

.checkout-total {
  align-items: flex-end;
  color: var(--text);
}

.checkout-total strong {
  font-size: 30px;
  letter-spacing: -.05em;
}

.checkout-terms {
  font-size: 10px;
  line-height: 1.45;
}

.checkout-payment-note,
.wallet-security-note {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.checkout-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}

.checkout-trust span {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  color: var(--muted-2);
  font-size: 8px;
}

.member-wallet-button {
  width: 100%;
}

.repeat-shisha-order {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  width: 100%;
  margin: 4px 0 22px;
  padding: 15px 17px;
  border: 1px solid rgba(53, 216, 230, .2);
  border-radius: 12px;
  background: linear-gradient(115deg, rgba(53, 216, 230, .08), rgba(239, 104, 43, .05));
  color: var(--text);
  text-align: left;
}

.repeat-shisha-order > span {
  color: var(--cyan);
  font-size: 24px;
}

.repeat-shisha-order div {
  display: grid;
  gap: 3px;
}

.repeat-shisha-order small {
  color: var(--muted-2);
  font-size: 8px;
  letter-spacing: .16em;
}

.wallet-hub {
  display: grid;
  gap: 22px;
}

.wallet-hub-card {
  position: relative;
  display: grid;
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .16), transparent 30%),
    radial-gradient(circle at 75% 30%, rgba(53, 216, 230, .12), transparent 28%),
    linear-gradient(145deg, #252522, #0d0e0e 68%);
  box-shadow: 0 35px 80px rgba(0, 0, 0, .45);
  overflow: hidden;
}

.wallet-brand-symbol {
  width: 44px;
  height: 44px;
}

.wallet-hub-card > span {
  position: absolute;
  top: 31px;
  left: 82px;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .08em;
}

.wallet-hub-card > strong {
  align-self: end;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 400;
}

.wallet-hub-card > small {
  color: var(--muted);
}

.wallet-options {
  display: grid;
  gap: 9px;
}

.wallet-options button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .025);
  color: var(--text);
  text-align: left;
}

.wallet-options button > div {
  display: grid;
  gap: 3px;
}

.wallet-options button small {
  color: var(--muted);
  font-size: 10px;
}

.wallet-option-icon {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  place-items: center;
}

.door-command-bar {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  background: rgba(12, 13, 13, .9);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

.door-command-bar > div {
  display: flex;
  gap: 11px;
  align-items: center;
}

.door-command-bar > div > span {
  display: grid;
  gap: 2px;
}

.door-command-bar small,
.door-network {
  color: var(--muted-2);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}

.door-brand-symbol {
  width: 34px;
  height: 34px;
}

.door-network {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--green);
}

.door-network.offline {
  color: var(--red);
}

.door-network.offline i {
  background: var(--red);
  box-shadow: 0 0 16px var(--red);
}

#door-clock {
  min-width: 90px;
  color: #f5eee7;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
}

.door-operative-layout {
  align-items: stretch;
}

.door-venue-select select {
  border-color: rgba(239, 104, 43, .24);
}

.door-flash {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  background: rgba(6, 7, 7, .96);
  opacity: 0;
  pointer-events: none;
  transform: scale(1.03);
  transition: opacity 160ms ease, transform 300ms ease;
}

.door-flash.visible {
  opacity: 1;
  transform: scale(1);
}

.door-flash::before {
  position: absolute;
  inset: 0;
  border: 14px solid currentColor;
  content: "";
  opacity: .72;
}

.door-flash.allowed {
  color: var(--green);
  background: radial-gradient(circle, rgba(21, 96, 60, .94), #06110c 72%);
}

.door-flash.denied {
  color: var(--red);
  background: radial-gradient(circle, rgba(115, 25, 42, .94), #16070a 72%);
}

.door-flash > span {
  display: grid;
  width: 130px;
  height: 130px;
  border: 3px solid currentColor;
  border-radius: 50%;
  font-size: 72px;
  place-items: center;
}

.door-flash > strong {
  margin-top: 28px;
  color: #fff;
  font-size: clamp(46px, 8vw, 100px);
  letter-spacing: .08em;
}

.door-flash > small {
  margin-top: 10px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
}

.door-history {
  margin: 18px 0;
}

.door-history-list {
  display: grid;
  gap: 7px;
}

.door-history-list article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-left: 3px solid var(--red);
  border-radius: 9px;
  background: rgba(255, 255, 255, .018);
}

.door-history-list article.allowed {
  border-left-color: var(--green);
}

.door-history-list article > span {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(243, 110, 130, .12);
  color: var(--red);
  place-items: center;
}

.door-history-list article.allowed > span {
  background: rgba(97, 217, 149, .12);
  color: var(--green);
}

.door-history-list article > div {
  display: grid;
  gap: 3px;
}

.door-history-list article > div:last-child {
  text-align: right;
}

.door-history-list small,
.door-history-list time {
  color: var(--muted);
  font-size: 9px;
}

.payment-readiness {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(239, 185, 91, .26);
  border-radius: 12px;
  background: rgba(239, 185, 91, .055);
}

.payment-readiness.ready {
  border-color: rgba(97, 217, 149, .25);
  background: rgba(97, 217, 149, .055);
}

.payment-readiness > span {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--amber);
  place-items: center;
}

.payment-readiness.ready > span {
  color: var(--green);
}

.payment-readiness p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.economic-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 18px;
  margin: 18px 0;
}

.revenue-mix-panel .panel-title > strong {
  font-size: 26px;
}

.revenue-mix {
  display: grid;
  gap: 18px;
}

.revenue-mix article {
  display: grid;
  gap: 7px;
}

.revenue-mix article > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.revenue-mix article span,
.revenue-mix article small {
  color: var(--muted);
  font-size: 10px;
}

.revenue-track {
  height: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .07);
  overflow: hidden;
}

.revenue-track i {
  display: block;
  height: 100%;
  background: var(--purple);
}

.revenue-mix .tickets .revenue-track i {
  background: var(--cyan);
}

.revenue-mix .orders .revenue-track i {
  background: var(--amber);
}

.revenue-bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  align-items: end;
  min-height: 210px;
}

.revenue-bars article {
  display: grid;
  gap: 7px;
  min-width: 0;
  text-align: center;
}

.revenue-bars article > strong {
  overflow: hidden;
  color: var(--muted);
  font-size: 8px;
  text-overflow: ellipsis;
}

.revenue-bars article > div {
  position: relative;
  height: 150px;
  border-radius: 6px 6px 2px 2px;
  background: rgba(255, 255, 255, .025);
  overflow: hidden;
}

.revenue-bars i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 3px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--purple), var(--purple-dark));
}

.revenue-bars span {
  color: var(--muted-2);
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.event-performance-panel {
  margin-bottom: 18px;
}

.event-performance-list {
  display: grid;
}

.event-performance-list article {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(190px, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.event-performance-list article > div:first-child {
  display: grid;
  gap: 4px;
}

.event-performance-list small {
  color: var(--muted);
  font-size: 9px;
}

.event-occupancy {
  display: grid;
  gap: 6px;
}

.event-occupancy > span {
  height: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
}

.event-occupancy i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--purple), var(--cyan));
}

@media (max-width: 1050px) {
  .tonight-feature {
    grid-template-columns: .72fr 1.28fr;
  }

  .tonight-countdown {
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .11);
    background: rgba(8, 9, 9, .78);
    backdrop-filter: blur(18px);
  }

  .tonight-countdown strong {
    margin-bottom: 0;
    font-size: 22px;
  }

  .tonight-countdown span {
    display: none;
  }

  .brand-media-reel {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }

  .brand-media-card {
    min-height: 440px;
  }

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

@media (max-width: 760px) {
  html,
  body,
  .app-shell,
  .main-shell,
  .content,
  .member-page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .tonight-feature,
  .brand-media-section {
    width: calc(100% - 28px);
  }

  .tonight-feature {
    grid-template-columns: 1fr;
    margin-top: 62px;
  }

  .tonight-media {
    min-height: 280px;
    background-position: 56% center;
  }

  .tonight-copy {
    padding: 30px 22px 28px;
  }

  .tonight-live {
    margin-bottom: 20px;
  }

  .tonight-copy h2 {
    font-size: 48px;
  }

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

  .tonight-details span:last-child {
    display: none;
  }

  .tonight-countdown {
    top: 18px;
    right: 18px;
  }

  .brand-media-section {
    margin: 82px auto;
  }

  .brand-media-reel {
    display: flex;
    gap: 10px;
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .brand-media-card {
    flex: 0 0 78vw;
    min-height: 470px;
    scroll-snap-align: center;
  }

  .public-shisha-meta {
    padding-inline: 18px;
  }

  .ticket-checkout {
    display: block;
  }

  .modal.checkout-modal {
    width: 100%;
    max-height: 100svh;
    border-radius: 0;
  }

  .checkout-main {
    padding: 20px 16px 24px;
  }

  .premium-ticket-types article {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .premium-ticket-types article > b {
    grid-row: 1;
    grid-column: 2;
  }

  .ticket-stepper {
    grid-row: 2;
    grid-column: 1 / -1;
    width: 100%;
    grid-template-columns: 1fr 50px 1fr;
  }

  .checkout-summary {
    position: relative;
    min-height: 0;
    padding: 26px 18px calc(30px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
  }

  .checkout-buyer {
    grid-template-columns: 1fr;
  }

  .checkout-buyer .full {
    grid-column: auto;
  }

  .member-pass-actions {
    grid-template-columns: 1fr;
  }

  .door-command-bar {
    grid-template-columns: 1fr auto;
  }

  .door-command-bar > div {
    grid-column: 1 / -1;
  }

  #door-clock {
    display: none;
  }

  .door-command-bar .secondary {
    padding: 9px 11px;
    font-size: 10px;
  }

  .door-history-list article {
    grid-template-columns: auto 1fr;
  }

  .door-history-list article > div:last-child {
    grid-column: 2;
    text-align: left;
  }

  .payment-readiness {
    grid-template-columns: auto 1fr;
  }

  .payment-readiness button {
    grid-column: 1 / -1;
  }

  .revenue-bars {
    gap: 5px;
  }

  .revenue-bars article > strong {
    display: none;
  }

  .event-performance-list article {
    grid-template-columns: 1fr auto;
  }

  .event-occupancy {
    grid-row: 2;
    grid-column: 1 / -1;
  }
}

/* Tulumbra crest + selective speed-line accents */
.boot-symbol {
  width: 72px;
  height: 72px;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, .45));
}

.brand {
  gap: 13px;
}

.brand-symbol {
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  overflow: visible;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .48));
  transition: filter 500ms ease, transform 650ms var(--ease-luxury);
}

.brand-crest-shadow {
  fill: rgba(12, 10, 9, .82);
}

.brand-crest-outline,
.brand-crest-inner {
  fill: none;
  stroke-linejoin: bevel;
}

.brand-crest-outline {
  stroke: #e4773f;
  stroke-width: 2.7;
  filter: drop-shadow(0 0 5px rgba(228, 119, 63, .28));
}

.brand-crest-inner {
  stroke: rgba(218, 174, 137, .48);
  stroke-width: 1.05;
}

.brand-core {
  fill: #e7d8c8;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .68));
}

.brand-core-cut {
  fill: #171311;
}

.brand-geometry {
  fill: rgba(226, 111, 57, .82);
}

.brand-crescent {
  fill: #e9b06d;
  filter: drop-shadow(0 0 5px rgba(233, 176, 109, .32));
}

.brand:hover .brand-symbol {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .48)) drop-shadow(0 0 10px rgba(228, 119, 63, .16));
  transform: translateY(-1px) scale(1.025);
}

.brand-lockup {
  display: grid;
  gap: 2px;
}

.brand-name {
  font-family: "Arial Black", Impact, Inter, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1;
  transform: scaleX(.95);
  transform-origin: left center;
}

.brand-name sup {
  position: relative;
  top: -.34em;
  margin-left: 2px;
  color: #e4773f;
  font-family: Inter, sans-serif;
  font-size: .58em;
  font-weight: 850;
}

.brand-lockup > small {
  color: rgba(226, 206, 189, .48);
  font-size: 6.5px;
  font-weight: 750;
  letter-spacing: .24em;
}

.metal-monogram {
  display: grid;
  place-items: center;
}

.metal-monogram .brand-symbol {
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .5));
}

.metal-monogram.compact .brand-symbol {
  width: 31px;
  height: 31px;
}

.metal-card-symbol .brand-core {
  fill: #ded7ce;
}

.metal-card-symbol .brand-core-cut {
  fill: #20201f;
}

.metal-card-symbol .brand-crest-outline {
  stroke: #cd8e6e;
}

.metal-card-symbol .brand-crest-inner {
  stroke: rgba(218, 220, 216, .35);
}

.metal-card-symbol .brand-geometry,
.metal-card-symbol .brand-crescent {
  fill: #bd7654;
}

.edge-speed-lines {
  --edge-color: rgba(239, 104, 43, .78);
  --edge-secondary: rgba(97, 221, 230, .42);
  --edge-top: 0px;
  --edge-right: 7%;
  --edge-width: 38%;
  --edge-side-top: 10%;
  --edge-side-height: 34%;
  position: absolute;
  z-index: 8;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.edge-speed-lines::before,
.edge-speed-lines::after {
  position: absolute;
  content: "";
  opacity: .8;
  filter: drop-shadow(0 0 7px var(--edge-color));
  pointer-events: none;
}

.edge-speed-lines::before {
  top: var(--edge-top);
  right: var(--edge-right);
  width: var(--edge-width);
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 9px,
    var(--edge-secondary) 9px 17px,
    var(--edge-color) 17px 42px,
    transparent 42px 54px
  );
  background-size: 108px 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
  animation: edge-sprint-horizontal 4.6s linear infinite;
}

.edge-speed-lines::after {
  top: var(--edge-side-top);
  right: 0;
  width: 2px;
  height: var(--edge-side-height);
  background: repeating-linear-gradient(
    180deg,
    transparent 0 10px,
    var(--edge-color) 10px 31px,
    var(--edge-secondary) 31px 40px,
    transparent 40px 54px
  );
  background-size: 100% 108px;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 13%, #000 87%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 13%, #000 87%, transparent);
  animation: edge-sprint-vertical 5.4s linear infinite reverse;
}

@keyframes edge-sprint-horizontal {
  to { background-position: 216px 0; }
}

@keyframes edge-sprint-vertical {
  to { background-position: 0 216px; }
}

.hero-speed-lines {
  --edge-top: 17%;
  --edge-right: -2%;
  --edge-width: 34%;
  --edge-side-top: 20%;
  --edge-side-height: 48%;
  --edge-color: rgba(92, 221, 232, .55);
  --edge-secondary: rgba(239, 104, 43, .48);
  opacity: .72;
}

.event-speed-lines {
  --edge-right: 4%;
  --edge-width: 42%;
  --edge-side-top: 8%;
  --edge-side-height: 31%;
}

.tardeo-event .event-speed-lines {
  --edge-color: rgba(239, 185, 91, .8);
  --edge-secondary: rgba(239, 104, 43, .46);
}

.shisha-content {
  position: relative;
  overflow: hidden;
}

.shisha-speed-lines {
  --edge-right: 0;
  --edge-width: 48%;
  --edge-side-top: 6%;
  --edge-side-height: 27%;
  --edge-color: rgba(76, 217, 227, .55);
  --edge-secondary: rgba(239, 104, 43, .42);
  opacity: .64;
}

.public-plan.featured {
  position: relative;
  overflow: hidden;
}

.plan-speed-lines {
  --edge-right: 6%;
  --edge-width: 46%;
  --edge-side-top: 7%;
  --edge-side-height: 25%;
  --edge-color: rgba(239, 104, 43, .68);
  --edge-secondary: rgba(255, 183, 146, .4);
}

.pass-speed-lines {
  --edge-top: 2px;
  --edge-right: 9%;
  --edge-width: 30%;
  --edge-side-top: 13%;
  --edge-side-height: 29%;
  --edge-color: rgba(104, 222, 230, .5);
  --edge-secondary: rgba(222, 130, 96, .48);
  opacity: .54;
}

@media (max-width: 700px) {
  .brand-symbol {
    width: 39px;
    height: 39px;
  }

  .brand-name {
    font-size: 14px;
    letter-spacing: .12em;
  }

  .hero-speed-lines {
    --edge-top: 12%;
    --edge-width: 58%;
    --edge-side-top: 18%;
    --edge-side-height: 36%;
    opacity: .5;
  }

  .shisha-speed-lines {
    --edge-width: 62%;
  }
}

/* Desktop member navigation: club header instead of a backoffice sidebar. */
@media (min-width: 961px) {
  .app-shell.member-shell {
    display: block;
  }

  .member-shell .sidebar {
    position: sticky;
    z-index: 50;
    inset: auto;
    top: 0;
    display: grid;
    width: 100%;
    height: 78px;
    grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 0 clamp(24px, 4vw, 64px);
    background: rgba(8, 9, 9, .92);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
    backdrop-filter: blur(26px) saturate(1.12);
  }

  .member-shell .sidebar-brand {
    display: flex;
    height: 100%;
    align-items: center;
    justify-self: start;
    border-right: 0;
    border-bottom: 0;
    padding: 0 26px 0 0;
  }

  .member-shell .sidebar-brand .brand-lockup {
    min-width: 142px;
  }

  .member-shell .group-label {
    display: none;
  }

  .member-shell .group-label small,
  .member-shell .group-label span {
    display: none;
  }

  .member-shell .group-label strong {
    color: rgba(245, 241, 233, .58);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
  }

  .member-shell .side-nav {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 6px;
    overflow: visible;
    padding: 0;
  }

  .member-shell .side-nav button {
    position: relative;
    width: auto;
    min-width: 108px;
    height: 100%;
    justify-content: center;
    gap: 9px;
    border-radius: 0;
    padding: 0 16px;
    color: rgba(245, 241, 233, .56);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .member-shell .side-nav button::after {
    position: absolute;
    right: 16px;
    bottom: -1px;
    left: 16px;
    height: 2px;
    background: var(--club-orange);
    content: "";
    opacity: 0;
    transform: scaleX(.3);
    transition: opacity 240ms ease, transform 320ms ease;
  }

  .member-shell .side-nav button:hover {
    background: rgba(255, 255, 255, .025);
    color: #f5f1e9;
  }

  .member-shell .side-nav button.active {
    background: transparent;
    color: #f5f1e9;
  }

  .member-shell .side-nav button.active::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .member-shell .side-nav button i {
    width: 18px;
    color: currentColor;
  }

  .member-shell .side-nav button b {
    display: none;
  }

  .member-shell .sidebar-user {
    height: 100%;
    border-top: 0;
    justify-self: end;
    border-left: 0;
    padding: 0 0 0 24px;
  }

  .member-shell .sidebar-user .avatar {
    border-color: rgba(239, 104, 43, .55);
    background: rgba(239, 104, 43, .1);
    color: #f2a37f;
  }

  .member-shell .sidebar-user .icon-button {
    margin-left: 5px;
  }

  .member-shell .app-main {
    grid-column: auto;
  }

  .member-shell .view {
    width: min(1680px, 100%);
    padding-top: clamp(34px, 4vw, 64px);
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  .member-shell .sidebar {
    grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
    padding-right: 24px;
    padding-left: 24px;
  }

  .member-shell .group-label {
    display: none;
  }

  .member-shell .side-nav {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .edge-speed-lines::before,
  .edge-speed-lines::after {
    animation: none !important;
  }
}

@media (max-width: 1180px) {
  .public-plans,
  .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .admin-events {
    grid-template-columns: 1fr;
  }

  .table-row {
    grid-template-columns: 1.3fr 0.9fr 0.65fr 0.75fr 0.7fr;
  }
}

@media (max-width: 960px) {
  .setup-layout {
    grid-template-columns: 1fr;
  }

  .setup-intro {
    min-height: auto;
    padding: 120px 7vw 70px;
  }

  .setup-intro .brand {
    top: 32px;
  }

  .auth-card {
    margin: 50px auto;
  }

  .public-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 120px;
  }

  .public-pass {
    width: min(600px, 100%);
    justify-self: center;
  }

  .hero-product {
    width: min(600px, 100%);
    justify-self: center;
  }

  .public-showcase {
    grid-template-columns: 1fr;
  }

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

  .shisha-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .system-story {
    padding: 75px 20px 70px;
  }

  .system-story-intro {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 42px;
  }

  .system-story-intro .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .system-story-intro h2 {
    font-size: 58px;
  }

  .system-journey {
    grid-template-columns: 1fr;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    overflow: hidden;
  }

  .system-journey::before {
    width: 100%;
    animation-duration: 5s;
  }

  .system-journey article {
    min-height: 0;
    grid-template-columns: 44px 1fr;
    align-items: center;
    align-content: center;
    gap: 15px;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    border-left: 0;
  }

  .system-journey article:first-child {
    border-top: 0;
  }

  .system-journey article:last-child {
    border-right: 0;
  }

  .system-journey article > i {
    width: 42px;
    height: 42px;
  }

  .system-journey article > span {
    top: 18px;
    right: 18px;
    font-size: 20px;
  }

  .system-journey strong {
    font-size: 26px;
  }

  .system-journey p {
    max-width: 245px;
    margin-top: 5px;
  }

  .system-payoff {
    grid-template-columns: 1fr;
  }

  .shisha-visual {
    min-height: 700px;
  }

  .app-shell {
    display: block;
  }

  .sidebar {
    z-index: 30;
    transform: translateX(-100%);
    transition: transform 180ms ease;
  }

  .sidebar.open {
    transform: translateX(0);
    box-shadow: 30px 0 80px rgba(0, 0, 0, 0.55);
  }

  .app-main {
    grid-column: auto;
  }

  .mobile-header {
    position: sticky;
    z-index: 8;
    top: 0;
    display: flex;
    height: 65px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(9, 9, 11, 0.92);
    backdrop-filter: blur(14px);
  }

  .mobile-header > div {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-header > div > span {
    color: var(--muted-2);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .sidebar-scrim {
    position: fixed;
    z-index: 25;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(0,0,0,.66);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .sidebar-scrim.open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-bottom-nav {
    position: fixed;
    z-index: 20;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    overflow: hidden;
    padding: 6px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    background: rgba(15,16,16,.9);
    box-shadow: 0 18px 50px rgba(0,0,0,.55);
    backdrop-filter: blur(22px) saturate(1.15);
  }

  .mobile-bottom-nav button {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    border: 0;
    border-radius: 13px;
    background: transparent;
    padding: 8px 3px 7px;
    color: #7f7b75;
  }

  .mobile-bottom-nav button.active {
    background: linear-gradient(145deg, rgba(239,104,43,.14), rgba(255,255,255,.025));
    color: #f3eee8;
  }

  .mobile-bottom-nav button.active i {
    color: #ff8a56;
  }

  .mobile-bottom-nav i {
    display: grid;
    place-items: center;
  }

  .mobile-bottom-nav i svg {
    width: 18px;
    height: 18px;
  }

  .mobile-bottom-nav span {
    overflow: hidden;
    max-width: 100%;
    font-size: 8px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #toast-root {
    bottom: 92px;
  }

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

  .dashboard-grid,
  .operative-layout,
  .member-main-grid {
    grid-template-columns: 1fr;
  }

  .product-admin-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .ticket-orders-table .table-row {
    min-width: 1050px;
  }

  .invoices-table .table-row {
    min-width: 1050px;
  }
}

@media (max-width: 700px) {
  .public-header {
    height: 64px;
    padding: 0 18px;
  }

  .public-actions a {
    display: none;
  }

  .header-login {
    gap: 8px;
    padding: 9px 12px;
    font-size: 10px;
  }

  .public-hero {
    min-height: 0;
    padding: 72px 20px 80px;
    background:
      linear-gradient(180deg, rgba(8,9,9,.78) 0%, rgba(8,9,9,.92) 48%, #080909 100%),
      url("/tulumbra-night-v2.webp") 68% center / cover no-repeat;
  }

  .public-hero h1 {
    max-width: 355px;
    margin-top: 13px;
    font-size: clamp(48px, 14vw, 61px);
    line-height: .93;
  }

  .public-hero p {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-actions {
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
    margin-top: 27px;
  }

  .hero-proof {
    width: 100%;
    justify-content: space-between;
    margin-top: 35px;
  }

  .hero-proof > span {
    min-width: 0;
    flex: 1;
    padding-right: 12px;
  }

  .hero-proof > span + span {
    padding-left: 13px;
  }

  .hero-proof strong {
    font-size: 20px;
  }

  .hero-proof small {
    font-size: 7px;
  }

  .public-pass {
    padding: 21px 22px;
    transform: none;
  }

  .hero-product {
    margin-top: 25px;
  }

  .hero-product-label {
    margin-left: 4px;
  }

  .product-status {
    right: 8px;
    bottom: -34px;
  }

  .experience-rail {
    grid-template-columns: 1fr;
  }

  .experience-rail article {
    min-height: 0;
    padding: 25px 22px;
  }

  .experience-rail article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .venue-sign + .venue-sign {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .venue-sign {
    padding: 40px 24px;
  }

  .venues-section {
    padding-top: 68px;
  }

  .venues-section > .section-title {
    padding: 0 22px;
  }

  .venues-section .venue-sign {
    min-height: 310px;
  }

  .plans-section,
  .events-section {
    padding: 75px 20px;
  }

  .section-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title h2 {
    font-size: 43px;
    line-height: 1;
  }

  .public-events {
    grid-template-columns: 1fr;
  }

  .public-plans {
    grid-template-columns: 1fr;
  }

  .public-event {
    min-height: 0;
    grid-template-columns: 68px 1fr;
    gap: 14px;
    padding: 22px 18px;
  }

  .public-event.event-theme-1,
  .public-event.event-theme-2,
  .public-event.event-theme-3 {
    min-height: 355px;
    grid-column: auto;
    grid-template-columns: 68px 1fr;
    margin-top: 0;
  }

  .public-event.event-theme-3 .event-sale {
    grid-column: 1 / -1;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid var(--line-soft);
    border-left: 0;
  }

  .event-order {
    top: 17px;
    right: 20px;
    font-size: 46px;
  }

  .shisha-section {
    grid-template-columns: 1fr;
  }

  .shisha-visual {
    min-height: 560px;
    padding: 30px 22px;
    background-position: 58% center;
  }

  .shisha-visual > div strong {
    font-size: 63px;
  }

  .shisha-content {
    padding: 70px 22px 78px;
  }

  .shisha-content > h2 {
    font-size: 49px;
  }

  .public-shisha-menu article {
    grid-template-columns: 28px 1fr auto;
  }

  .public-shisha-menu article p {
    max-width: 220px;
  }

  .shisha-carousel-slide {
    flex-basis: 91%;
  }

  .event-sale {
    grid-column: 1 / -1;
    align-items: stretch;
    padding-left: 0;
  }

  .public-event .event-sale > button {
    padding-right: 12px;
    padding-left: 12px;
  }

  .public-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 44px 22px 120px;
  }

  .public-footer p {
    text-align: left;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .public-showcase {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 78px 22px 90px;
  }

  .showcase-copy h2 {
    font-size: 54px;
  }

  .showcase-copy > p {
    font-size: 14px;
  }

  .phone-stage {
    min-height: 590px;
  }

  .phone-stage::before {
    width: 330px;
    height: 330px;
  }

  .phone-shell {
    transform: scale(.9) rotate(2deg);
  }

  .note-one {
    top: 95px;
    right: 0;
  }

  .note-two {
    bottom: 95px;
    left: 0;
  }

  .final-cta {
    padding: 90px 22px;
  }

  .final-cta h2 {
    font-size: 56px;
  }

  .final-cta > div {
    align-items: stretch;
    flex-direction: column;
  }

  .public-mobile-dock {
    position: fixed;
    z-index: 40;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 6px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    background: rgba(15,16,16,.9);
    box-shadow: 0 18px 50px rgba(0,0,0,.58);
    backdrop-filter: blur(22px) saturate(1.15);
  }

  .public-mobile-dock a,
  .public-mobile-dock button {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    border: 0;
    border-radius: 13px;
    background: transparent;
    padding: 8px 4px;
    color: #aaa49b;
    font-size: 8px;
    font-weight: 700;
    text-decoration: none;
  }

  .public-mobile-dock a:first-child {
    background: linear-gradient(145deg, rgba(239,104,43,.17), rgba(255,255,255,.025));
    color: #f6eee7;
  }

  .public-mobile-dock i {
    color: #ff8a56;
  }

  .setup-points,
  .form-grid,
  .content-grid,
  .venue-settings-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .auth-card {
    width: calc(100% - 32px);
    padding: 25px;
  }

  .view {
    padding: 28px 16px 106px;
  }

  .page-head {
    align-items: stretch;
    flex-direction: column;
  }

  .page-head .primary {
    width: 100%;
  }

  .head-actions {
    flex-direction: column;
  }

  .metric-grid,
  .ticketing-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .metric-card {
    min-height: 130px;
  }

  .onboarding-panel {
    grid-template-columns: 1fr;
  }

  .onboarding-panel ol {
    grid-template-columns: 1fr;
  }

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

  .ticket-type-stats {
    grid-template-columns: 1fr 1fr;
  }

  .member-venues {
    grid-template-columns: 1fr;
  }

  .digital-pass {
    min-height: 0;
    padding: 21px;
  }

  .digital-pass-body {
    min-height: 240px;
    grid-template-columns: minmax(0, 1fr) 126px;
    gap: 13px;
    padding: 22px 0;
  }

  .digital-pass-body h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .digital-pass-body p {
    margin: 8px 0;
    font-size: 11px;
  }

  .digital-pass-body > div:first-child > strong {
    margin-top: 14px;
    font-size: 9px;
  }

  .qr-live {
    width: 126px;
    border-width: 6px;
    border-radius: 13px;
  }

  .member-welcome,
  .membership-settings,
  .compliance-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-welcome {
    margin-bottom: 20px;
  }

  .member-welcome h1 {
    font-size: 43px;
    line-height: .98;
  }

  .member-welcome p {
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 1.55;
  }

  .member-quick-actions {
    gap: 7px;
  }

  .member-quick-actions button {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 11px;
  }

  .member-shisha-hero {
    min-height: 360px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 20px;
    background:
      linear-gradient(0deg, rgba(5,6,6,.97), rgba(5,6,6,.38) 72%, rgba(5,6,6,.12)),
      url("/tulumbra-shisha-v1.webp") 58% center / cover no-repeat;
  }

  .member-pass-actions {
    grid-template-columns: 1fr;
  }

  .member-shisha-carousel .shisha-carousel-slide {
    flex-basis: 92%;
  }

  .member-shisha-hero h2 {
    font-size: 39px;
  }

  .shisha-menu-card {
    grid-template-columns: 28px minmax(0,1fr) !important;
    gap: 10px !important;
  }

  .shisha-card-icon {
    display: none;
  }

  .shisha-menu-card .product-order {
    grid-column: 2;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
  }

  .member-order-summary {
    position: static;
    bottom: auto;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .member-order-summary > button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .member-quick-actions button > i {
    width: 33px;
    height: 33px;
  }

  .member-quick-actions small {
    display: none;
  }

  .member-ticket-highlight article {
    grid-template-columns: auto 1fr auto;
  }

  .member-ticket-highlight article > .status-badge {
    display: none;
  }

  .member-ticket-highlight article > button {
    grid-column: 2 / -1;
  }

  .member-section-title {
    scroll-margin-top: 78px;
  }

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

  .ticket-wallet {
    grid-template-columns: 1fr;
  }

  .ticket-type-selector > label {
    grid-template-columns: 1fr 72px;
  }

  .ticket-type-selector > label > span {
    grid-column: 1;
  }

  .ticket-type-selector > label > input {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .modal-backdrop {
    align-items: end;
    padding: 0;
  }

  .modal,
  .modal.medium,
  .modal.large {
    width: 100%;
    max-height: 92vh;
    border-radius: 18px 18px 0 0;
  }
}

@media (max-width: 430px) {
  .brand-name {
    font-size: 14px;
  }

  .metric-grid,
  .ticketing-metrics {
    grid-template-columns: 1fr;
  }

  .member-documents article {
    grid-template-columns: 1fr auto;
  }

  .member-documents article a,
  .member-documents article button {
    grid-column: 1 / -1;
  }

  .digital-pass-body {
    grid-template-columns: minmax(0, 1fr) 112px;
  }

  .qr-live {
    width: 112px;
  }

  .pass-bottom {
    font-size: 6px;
    letter-spacing: .12em;
  }
}

/* Editorial motion system · Tulumbra+ */
:root {
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", Georgia, serif;
  --ease-luxury: cubic-bezier(.16, 1, .3, 1);
  --ease-silk: cubic-bezier(.22, .61, .36, 1);
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 48% -10%, rgba(239, 104, 43, .075), transparent 32%),
    #070808;
}

::selection {
  background: rgba(239, 104, 43, .34);
  color: #fffaf3;
}

.public-page {
  --scroll-progress: 0%;
  --glare-x: 68%;
  --glare-y: 35%;
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(circle at 92% 18%, rgba(53, 216, 230, .035), transparent 24%),
    #080909;
}

.public-page::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(34, 35, 34, .72), transparent 28%),
    #050606;
  content: "";
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.public-page.motion-ready::before {
  opacity: 1;
  visibility: visible;
}

.public-page.motion-entered::before {
  opacity: 0;
  transition: opacity 1050ms var(--ease-silk), visibility 0s linear 1050ms;
  visibility: hidden;
}

.scroll-progress {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: var(--scroll-progress);
  height: 100%;
  background: linear-gradient(90deg, #ef682b, #ffb18e 52%, #67dce5);
  box-shadow: 0 0 18px rgba(239, 104, 43, .56);
  transition: width 90ms linear;
}

.public-header {
  border-color: rgba(255, 255, 255, .075);
  background: rgba(5, 6, 6, .72);
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0);
  transition:
    height 500ms var(--ease-luxury),
    background 500ms ease,
    border-color 500ms ease,
    box-shadow 500ms ease;
}

.public-header.scrolled {
  height: 66px;
  border-color: rgba(255, 255, 255, .11);
  background: rgba(5, 6, 6, .88);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .3);
  backdrop-filter: blur(28px) saturate(1.25);
}

.public-header .brand,
.public-header .public-actions {
  transition: opacity 800ms var(--ease-silk), transform 900ms var(--ease-luxury);
}

.public-actions a {
  position: relative;
  transition: color 260ms ease;
}

.public-actions a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #ef682b, #79dae2);
  content: "";
  opacity: 0;
  transform: scaleX(.25);
  transition: opacity 280ms ease, transform 480ms var(--ease-luxury);
}

.public-actions a:hover::after,
.public-actions a.is-current::after {
  opacity: 1;
  transform: scaleX(1);
}

.public-hero {
  min-height: clamp(790px, calc(100svh - 76px), 960px);
  background-position: center calc(50% + var(--hero-bg-y, 0px));
  background-attachment: scroll;
  box-shadow: 0 -90px 130px rgba(0, 0, 0, .42) inset;
}

.hero-atmosphere {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-beam {
  position: absolute;
  width: 56vw;
  height: 12vw;
  border-radius: 50%;
  opacity: .13;
  filter: blur(34px);
  mix-blend-mode: screen;
  transform-origin: center;
}

.beam-one {
  top: 13%;
  right: -8%;
  background: linear-gradient(90deg, transparent, #45dbe6, transparent);
  animation: beam-breathe 11s ease-in-out infinite alternate;
  transform: rotate(-13deg);
}

.beam-two {
  right: 2%;
  bottom: 18%;
  background: linear-gradient(90deg, transparent, #ef682b, transparent);
  animation: beam-breathe 14s ease-in-out -5s infinite alternate-reverse;
  transform: rotate(17deg);
}

.hero-orbit {
  position: absolute;
  top: 50%;
  right: 12%;
  width: min(43vw, 690px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .055);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(255, 255, 255, .012),
    0 0 0 160px rgba(255, 255, 255, .008);
  opacity: .6;
  transform: translateY(-45%);
  animation: orbit-turn 36s linear infinite;
}

@keyframes beam-breathe {
  from { opacity: .07; transform: rotate(-13deg) translate3d(-5%, -10%, 0) scale(.92); }
  to { opacity: .2; transform: rotate(-7deg) translate3d(4%, 8%, 0) scale(1.1); }
}

@keyframes orbit-turn {
  to { transform: translateY(-45%) rotate(360deg); }
}

.hero-copy {
  transform: translate3d(
    var(--copy-x, 0),
    calc(var(--copy-y, 0) - var(--hero-copy-scroll-y, 0px)),
    0
  );
  transition: transform 260ms ease-out;
  will-change: transform;
}

.public-hero h1,
.section-title h2,
.system-story-intro h2,
.shisha-content > h2,
.venue-sign h2,
.final-cta h2,
.member-welcome h1,
.member-section-title h2,
.member-shisha-hero h2 {
  font-family: var(--display);
  font-weight: 400;
  text-wrap: balance;
}

.public-hero h1 {
  letter-spacing: -.052em;
  text-shadow: 0 18px 55px rgba(0, 0, 0, .36);
}

.hero-product {
  transform: translate3d(
    var(--product-x, 0),
    calc(var(--product-y, 0) - var(--hero-product-scroll-y, 0px)),
    0
  );
  transition: transform 300ms ease-out;
  will-change: transform;
}

.public-pass {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .52) inset,
    0 -1px 0 rgba(0, 0, 0, .72) inset,
    0 0 0 1px rgba(0, 0, 0, .6),
    0 55px 120px rgba(0, 0, 0, .68),
    0 12px 34px rgba(0, 0, 0, .54),
    0 0 60px rgba(87, 193, 206, .06);
  animation: pass-float 8s var(--ease-silk) infinite alternate;
}

.public-pass::before,
.digital-pass::before {
  inset: 0;
  background:
    radial-gradient(circle at var(--glare-x, 68%) var(--glare-y, 35%), rgba(255, 255, 255, .2), transparent 23%),
    linear-gradient(112deg, transparent 24%, rgba(255, 255, 255, .035) 39%, rgba(255, 255, 255, .16) 49%, transparent 60%);
  opacity: .7;
  transform: none;
  transition: background-position 400ms ease, opacity 400ms ease;
}

@keyframes pass-float {
  from { transform: perspective(1100px) rotateY(-3deg) rotateZ(1.2deg) translateY(-4px); }
  to { transform: perspective(1100px) rotateY(-1deg) rotateX(1.2deg) rotateZ(.45deg) translateY(-12px); }
}

.product-status {
  transition: transform 500ms var(--ease-luxury), border-color 350ms ease, background 350ms ease;
}

.hero-product:hover .product-status {
  border-color: rgba(255, 255, 255, .26);
  background: rgba(12, 14, 14, .95);
  transform: translate3d(5px, -4px, 0);
}

.primary,
.header-login,
.shisha-order-cta,
.expand-pass-button,
.member-nfc-button {
  position: relative;
  overflow: hidden;
  transition:
    transform 360ms var(--ease-luxury),
    box-shadow 360ms ease,
    border-color 360ms ease,
    background 360ms ease;
}

.primary::before,
.header-login::before,
.shisha-order-cta::before,
.expand-pass-button::before,
.member-nfc-button::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 28%, rgba(255, 255, 255, .19) 48%, transparent 68%);
  content: "";
  opacity: 0;
  transform: translateX(-85%);
  transition: opacity 260ms ease, transform 720ms var(--ease-luxury);
  pointer-events: none;
}

.primary:hover,
.header-login:hover,
.shisha-order-cta:hover,
.expand-pass-button:hover,
.member-nfc-button:hover {
  box-shadow: 0 18px 42px rgba(0, 0, 0, .3), 0 0 30px rgba(239, 104, 43, .09);
  transform: translateY(-2px);
}

.primary:hover::before,
.header-login:hover::before,
.shisha-order-cta:hover::before,
.expand-pass-button:hover::before,
.member-nfc-button:hover::before {
  opacity: 1;
  transform: translateX(85%);
}

.motion-ready .public-header .brand,
.motion-ready .public-header .public-actions,
.motion-ready .hero-kicker,
.motion-ready .public-hero h1,
.motion-ready .public-hero .hero-copy > p,
.motion-ready .hero-actions,
.motion-ready .hero-proof,
.motion-ready .hero-product {
  opacity: 0;
}

.motion-ready .public-header .brand,
.motion-ready .public-header .public-actions {
  transform: translateY(-14px);
}

.motion-ready .hero-kicker,
.motion-ready .public-hero h1,
.motion-ready .public-hero .hero-copy > p,
.motion-ready .hero-actions,
.motion-ready .hero-proof {
  transform: translateY(34px);
}

.motion-ready .hero-product {
  transform: translate3d(var(--product-x, 0), calc(38px - var(--hero-product-scroll-y, 0px)), 0) scale(.965);
}

.motion-entered .public-header .brand,
.motion-entered .public-header .public-actions,
.motion-entered .hero-kicker,
.motion-entered .public-hero h1,
.motion-entered .public-hero .hero-copy > p,
.motion-entered .hero-actions,
.motion-entered .hero-proof {
  opacity: 1;
  transform: none;
  transition: opacity 900ms var(--ease-silk), transform 1100ms var(--ease-luxury);
}

.motion-entered .public-header .brand { transition-delay: 90ms; }
.motion-entered .public-header .public-actions { transition-delay: 160ms; }
.motion-entered .hero-kicker { transition-delay: 170ms; }
.motion-entered .public-hero h1 { transition-delay: 240ms; }
.motion-entered .public-hero .hero-copy > p { transition-delay: 340ms; }
.motion-entered .hero-actions { transition-delay: 420ms; }
.motion-entered .hero-proof { transition-delay: 500ms; }

.motion-entered .hero-product {
  opacity: 1;
  transform: translate3d(
    var(--product-x, 0),
    calc(var(--product-y, 0) - var(--hero-product-scroll-y, 0px)),
    0
  ) scale(1);
  transition: opacity 1100ms var(--ease-silk) 420ms, transform 1300ms var(--ease-luxury) 420ms;
}

.motion-ready .events-section,
.motion-ready .system-story,
.motion-ready .shisha-section,
.motion-ready .venues-section,
.motion-ready .plans-section,
.motion-ready .final-cta {
  opacity: 1;
  transform: none;
  transition: none;
}

.motion-reveal,
.view-motion-item {
  opacity: 0;
  transform: translate3d(0, 42px, 0) scale(.988);
  transition:
    opacity 850ms var(--ease-silk) var(--reveal-delay, var(--view-delay, 0ms)),
    transform 1000ms var(--ease-luxury) var(--reveal-delay, var(--view-delay, 0ms));
  will-change: opacity, transform;
}

.motion-reveal.is-visible,
.view-motion-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.system-story {
  background:
    radial-gradient(circle at calc(14% + var(--scroll-progress)) 8%, rgba(239, 104, 43, .095), transparent 26%),
    radial-gradient(circle at 88% 88%, rgba(53, 216, 230, .075), transparent 28%),
    #090a0a;
}

.system-journey article,
.public-event,
.public-plan,
.venue-sign,
.member-benefits > article,
.member-venues article {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.system-journey article:hover,
.public-event:hover,
.public-plan:hover,
.venue-sign:hover {
  border-color: rgba(255, 255, 255, .2);
  box-shadow: 0 34px 85px rgba(0, 0, 0, .34);
  transform: translate3d(0, -8px, 0);
}

.public-event,
.public-plan,
.venue-sign {
  transition:
    transform 650ms var(--ease-luxury),
    border-color 420ms ease,
    box-shadow 650ms var(--ease-luxury),
    filter 420ms ease;
}

.venue-sign {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.venue-sign::after {
  position: absolute;
  z-index: -1;
  inset: -40%;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, .075) 49%, transparent 63%);
  content: "";
  opacity: 0;
  transform: translateX(-35%);
  transition: opacity 500ms ease, transform 1000ms var(--ease-luxury);
}

.venue-sign:hover::after {
  opacity: 1;
  transform: translateX(35%);
}

.shisha-visual {
  background-position: center calc(50% + var(--hero-bg-y, 0px));
}

.shisha-carousel-controls > button,
.public-mobile-dock a,
.public-mobile-dock button {
  transition: color 320ms ease, background 320ms ease, transform 380ms var(--ease-luxury);
}

.shisha-carousel-controls > button:hover {
  background: rgba(255, 255, 255, .075);
  color: #fff;
  transform: scale(1.06);
}

/* Member area: same visual language, clearer hierarchy */
.app-shell {
  background:
    radial-gradient(circle at 85% 0, rgba(53, 216, 230, .035), transparent 24%),
    radial-gradient(circle at 25% 12%, rgba(239, 104, 43, .045), transparent 30%),
    #080909;
}

.sidebar,
.mobile-header,
.mobile-bottom-nav {
  backdrop-filter: blur(28px) saturate(1.18);
}

.view {
  position: relative;
}

.member-page {
  position: relative;
  isolation: isolate;
}

.member-page::before {
  position: absolute;
  z-index: -1;
  top: -160px;
  right: -11vw;
  width: min(55vw, 760px);
  height: min(55vw, 760px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 216, 230, .055), transparent 68%);
  content: "";
  filter: blur(14px);
  pointer-events: none;
}

.member-welcome h1 {
  letter-spacing: -.045em;
}

.member-quick-actions button,
.member-benefits > article,
.member-venues article,
.member-orders-panel,
.member-order-history {
  border-color: rgba(255, 255, 255, .095);
  background-color: rgba(19, 19, 18, .76);
  box-shadow: 0 22px 65px rgba(0, 0, 0, .16);
  backdrop-filter: blur(18px);
}

.member-quick-actions button,
.member-benefits > article,
.member-venues article {
  transition:
    transform 520ms var(--ease-luxury),
    border-color 350ms ease,
    background 350ms ease,
    box-shadow 520ms var(--ease-luxury);
}

.member-quick-actions button:hover,
.member-benefits > article:hover,
.member-venues article:hover {
  border-color: rgba(239, 104, 43, .26);
  background-color: rgba(24, 24, 22, .9);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .28);
  transform: translateY(-5px);
}

.digital-pass {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .48) inset,
    0 -1px 0 rgba(0, 0, 0, .68) inset,
    0 45px 105px rgba(0, 0, 0, .52),
    0 0 55px rgba(53, 216, 230, .035);
  transition: transform 700ms var(--ease-luxury), box-shadow 700ms var(--ease-luxury);
}

.digital-pass:hover {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .55) inset,
    0 -1px 0 rgba(0, 0, 0, .72) inset,
    0 55px 125px rgba(0, 0, 0, .58),
    0 0 75px rgba(53, 216, 230, .055);
  transform: perspective(1200px) rotateX(1deg) rotateY(-1.2deg) translateY(-5px);
}

.member-orders-panel {
  overflow: clip;
}

.member-shisha-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: radial-gradient(circle at 76% 36%, rgba(255, 255, 255, .09), transparent 20%);
  content: "";
  opacity: .7;
  animation: smoke-drift 11s ease-in-out infinite alternate-reverse;
  pointer-events: none;
}

.member-order-summary {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(11, 12, 12, .86);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .48), 0 0 35px rgba(239, 104, 43, .035);
  backdrop-filter: blur(26px) saturate(1.18);
}

@media (max-width: 700px) {
  .public-page {
    overflow: hidden;
  }

  .public-header {
    height: 68px;
  }

  .public-header.scrolled {
    height: 62px;
  }

  .public-hero {
    min-height: calc(100svh - 68px);
    padding-top: 70px;
    padding-bottom: 82px;
    background-position: 68% calc(50% + var(--hero-bg-y, 0px));
  }

  .hero-copy {
    transform: translate3d(0, calc(var(--copy-y, 0) - var(--hero-copy-scroll-y, 0px)), 0);
  }

  .hero-product {
    margin-top: 42px;
    transform: translate3d(0, calc(var(--product-y, 0) - var(--hero-product-scroll-y, 0px)), 0);
  }

  .motion-ready .hero-product {
    transform: translate3d(0, calc(30px - var(--hero-product-scroll-y, 0px)), 0) scale(.97);
  }

  .motion-entered .hero-product {
    transform: translate3d(0, calc(var(--product-y, 0) - var(--hero-product-scroll-y, 0px)), 0) scale(1);
  }

  .public-pass {
    animation: none;
  }

  .hero-orbit {
    top: 28%;
    right: -54%;
    width: 125vw;
    opacity: .36;
  }

  .hero-beam {
    width: 115vw;
    height: 28vw;
    filter: blur(28px);
  }

  .motion-reveal,
  .view-motion-item {
    transform: translate3d(0, 28px, 0) scale(.992);
    transition-duration: 700ms, 850ms;
  }

  .motion-reveal.is-visible,
  .view-motion-item.is-visible {
    transform: none;
  }

  .public-mobile-dock a:first-child {
    background: transparent;
    color: #aaa49b;
  }

  .public-mobile-dock a.is-current,
  .public-mobile-dock button:active {
    background: linear-gradient(145deg, rgba(239, 104, 43, .18), rgba(255, 255, 255, .035));
    color: #fff7f0;
    transform: translateY(-1px);
  }

  .public-mobile-dock a.is-current i {
    filter: drop-shadow(0 0 8px rgba(239, 104, 43, .45));
  }

  .member-page::before {
    top: -60px;
    right: -55vw;
    width: 130vw;
    height: 130vw;
  }

  .member-quick-actions button:hover,
  .member-benefits > article:hover,
  .member-venues article:hover,
  .digital-pass:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .public-page::before {
    display: none;
  }

  .hero-beam,
  .hero-orbit,
  .public-pass,
  .member-shisha-hero::before {
    animation: none !important;
  }

  .motion-ready .public-header .brand,
  .motion-ready .public-header .public-actions,
  .motion-ready .hero-kicker,
  .motion-ready .public-hero h1,
  .motion-ready .public-hero .hero-copy > p,
  .motion-ready .hero-actions,
  .motion-ready .hero-proof,
  .motion-ready .hero-product,
  .motion-reveal,
  .view-motion-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Final status treatment: editorial marks replace decorative dots */
.hero-kicker i,
.product-status i,
.member-live-status i,
.expanded-pass-status i,
.tonight-live i,
.door-network i,
.nfc-write-state i {
  width: 15px;
  height: 2px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, #e4773f, #dfb080);
  box-shadow: none;
  transform: skewX(-34deg);
}

.member-live-status.active,
.expanded-pass-status,
.door-network {
  color: #dcb28e;
}

.door-network.offline i {
  background: var(--red);
  box-shadow: none;
}

.activity-dot {
  width: 2px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 0;
  background: linear-gradient(#e4773f, rgba(228, 119, 63, .12));
  box-shadow: none;
  transform: skewY(-22deg);
}

.pass-center .metal-wordmark {
  font-family: "Arial Black", Impact, Inter, sans-serif;
  font-weight: 900;
  letter-spacing: .025em;
  transform: scaleX(.94);
  transform-origin: left center;
}

.metal-wordmark span {
  background: linear-gradient(135deg, #e8d7c7, #b9704e 74%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Final cascade for the ledger dashboard and membership notation */
.view .metric-grid {
  gap: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  background: #0a0b0b;
}

.view .metric-card,
.view .metric-card.accent-1,
.view .metric-card.accent-2,
.view .metric-card.accent-3 {
  min-height: 132px;
  padding: 21px 23px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  border-radius: 0;
  background: transparent;
}

.view .metric-card:nth-child(3n) {
  border-right: 0;
}

.view .metric-card:nth-child(n + 4) {
  border-bottom: 0;
}

.view .metric-card::after {
  display: none;
}

.view .metric-card > span {
  color: #8e8881;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.view .metric-card > strong {
  margin: 18px 0 8px;
  font-family: Georgia, serif;
  font-weight: 400;
}

.plans-section .plan-status,
.plans-section .public-plan.featured .plan-status,
.plans-section .public-plan li i {
  color: #bd7959;
}

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

  .view .metric-card,
  .view .metric-card:nth-child(3n),
  .view .metric-card:nth-child(n + 4) {
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .view .metric-card:nth-child(2n) {
    border-right: 0;
  }

  .view .metric-card:nth-child(n + 5) {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .view .metric-card {
    min-height: 120px;
    padding: 18px 16px;
  }

  .view .metric-card > strong {
    font-size: 27px;
  }
}

.group-label span i {
  width: 13px;
  height: 2px;
  margin: 0 7px 3px 0;
  border-radius: 0;
  background: linear-gradient(90deg, #e4773f, #bf7655);
  box-shadow: none;
  transform: skewX(-32deg);
}

/* Private club entrance: operational, editorial and deliberately card-free */
.club-credentials {
  width: min(100%, 610px);
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.club-credentials > span {
  min-width: 0;
  flex: 1 1 0;
  gap: 8px;
  padding: 17px 22px 18px 0;
}

.club-credentials > span + span {
  padding-left: 22px;
}

.club-credentials small {
  color: #8e8881;
  font-size: 8px;
  letter-spacing: .18em;
}

.club-credentials strong {
  font-family: inherit;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.club-desk {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(320px, .78fr) minmax(600px, 1.22fr);
  border-top: 1px solid rgba(255, 255, 255, .11);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  background: #080909;
}

.club-desk-intro {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 90px max(5vw, 42px) 90px max(7vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, .11);
  background:
    linear-gradient(132deg, rgba(225, 112, 61, .09), transparent 34%),
    linear-gradient(0deg, rgba(255, 255, 255, .018), transparent 60%);
}

.club-desk-code {
  color: #c98767;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}

.club-desk-intro h2 {
  margin: 30px 0 25px;
  font-family: var(--display), Georgia, serif;
  font-size: clamp(55px, 5.7vw, 92px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .91;
}

.club-desk-intro p {
  max-width: 390px;
  margin: 0;
  color: #9d9891;
  font-size: 13px;
  line-height: 1.8;
}

.club-desk-login {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 34px;
  margin-top: 44px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid #c98767;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: gap 450ms var(--ease-luxury), color 250ms ease;
}

.club-desk-login:hover {
  gap: 44px;
  color: #e2aa8f;
}

.club-desk-index {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
}

.club-desk-row {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 48px 118px minmax(190px, 1fr) minmax(110px, 155px) 22px;
  align-items: center;
  gap: 18px;
  padding: 22px max(5vw, 40px) 22px 38px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  text-align: left;
  text-decoration: none;
  transition: background 500ms var(--ease-luxury), padding 500ms var(--ease-luxury);
}

.club-desk-row:last-child {
  border-bottom: 0;
}

.club-desk-number {
  color: #bd7959;
  font-family: var(--display), Georgia, serif;
  font-size: 17px;
}

.club-desk-row small,
.club-desk-row em {
  color: #817d77;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.club-desk-row strong {
  font-family: var(--display), Georgia, serif;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
  letter-spacing: -.025em;
}

.club-desk-row b {
  color: #bd7959;
  font-size: 16px;
  font-weight: 400;
  transition: transform 450ms var(--ease-luxury);
}

.club-desk-row:hover {
  padding-left: 50px;
  background: rgba(255, 255, 255, .045);
}

.club-desk-row:hover b {
  transform: translate(4px, -2px);
}

.private-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px 50px;
  padding-top: 110px;
  padding-bottom: 110px;
  background:
    linear-gradient(115deg, rgba(204, 113, 73, .08), transparent 34%),
    #080909;
  text-align: left;
}

.private-gate > .eyebrow,
.private-gate > h2,
.private-gate > p {
  grid-column: 1;
}

.private-gate h2 {
  margin: 14px 0 8px;
  font-size: clamp(52px, 6.5vw, 94px);
}

.private-gate p {
  margin: 0;
}

.private-gate > div {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: end;
}

@media (max-width: 1040px) {
  .club-desk {
    grid-template-columns: minmax(285px, .68fr) minmax(520px, 1.32fr);
  }

  .club-desk-row {
    grid-template-columns: 38px 90px minmax(170px, 1fr) 100px 18px;
    gap: 12px;
    padding-right: 30px;
    padding-left: 28px;
  }

  .club-desk-row:hover {
    padding-left: 36px;
  }
}

@media (max-width: 780px) {
  .club-credentials {
    width: 100%;
    margin-top: 38px;
    overflow-x: auto;
  }

  .club-credentials > span {
    min-width: 105px;
    padding-right: 14px;
  }

  .club-credentials > span + span {
    padding-left: 14px;
  }

  .club-credentials strong {
    font-size: 9px;
  }

  .club-desk {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .club-desk-intro {
    padding: 76px 20px 66px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
  }

  .club-desk-intro h2 {
    font-size: clamp(54px, 16vw, 76px);
  }

  .club-desk-index {
    grid-template-rows: none;
  }

  .club-desk-row {
    min-height: 116px;
    grid-template-columns: 32px minmax(0, 1fr) 18px;
    grid-template-rows: auto auto;
    gap: 6px 13px;
    padding: 23px 20px;
  }

  .club-desk-row:hover {
    padding-left: 20px;
  }

  .club-desk-number {
    grid-row: 1 / span 2;
    align-self: center;
  }

  .club-desk-row small {
    grid-column: 2;
    align-self: end;
  }

  .club-desk-row strong {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    font-size: 26px;
  }

  .club-desk-row em {
    display: none;
  }

  .club-desk-row b {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .private-gate {
    display: block;
    padding: 86px 20px 92px;
  }

  .private-gate > div {
    justify-content: flex-start;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .club-desk-login {
    width: 100%;
    justify-content: space-between;
  }

  .private-gate > div {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Product audit v15: one nocturnal system, green reserved for access approval */
.app-shell,
.main-shell,
.content {
  background: #080909;
}

.side-nav button.active {
  background: linear-gradient(90deg, rgba(201, 130, 97, .16), rgba(255, 255, 255, .015));
}

.scroll-progress span {
  background: linear-gradient(90deg, #b9562c, #e89b73 55%, #dfc0a5);
  box-shadow: 0 0 18px rgba(201, 130, 97, .5);
}

.beam-one {
  background: linear-gradient(90deg, transparent, #a7583b, transparent);
}

.member-page::before {
  display: none;
}

.member-welcome {
  align-items: end;
  margin-bottom: 0;
  padding: 8px 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.member-welcome h1 {
  max-width: 780px;
  margin: 12px 0 10px;
  font-size: clamp(52px, 6vw, 86px);
  line-height: .93;
}

.member-welcome p {
  max-width: 620px;
  color: #9a958d;
  font-size: 13px;
  line-height: 1.7;
}

.member-live-status,
.member-live-status.active {
  border-color: rgba(202, 127, 91, .38);
  border-radius: 0;
  background: transparent;
  color: #d7a083;
}

.member-quick-actions {
  gap: 0;
  margin: 0 0 38px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.member-quick-actions button,
.member-quick-actions button:hover {
  display: grid;
  min-height: 92px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 20px 18px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.member-quick-actions button:last-child {
  border-right: 0;
}

.member-quick-actions button > i {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #c98261;
}

.member-quick-actions button > span {
  gap: 6px;
}

.member-quick-actions button strong {
  font-family: var(--display), Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}

.member-quick-actions button small {
  display: block;
  color: #777269;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.member-quick-actions button > b {
  color: #8e6b59;
  font-size: 13px;
  font-weight: 400;
}

.member-ticket-highlight {
  margin: 0 0 30px;
  padding: 22px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  background: transparent;
}

.ticket-highlight-icon {
  border-radius: 0;
  background: rgba(201, 130, 97, .09);
  color: #c98261;
}

.member-main-grid {
  gap: clamp(30px, 4vw, 58px);
}

.member-main-grid > *,
.member-orders-panel,
.member-shisha-carousel,
.member-shisha-carousel .shisha-carousel-viewport {
  min-width: 0;
  max-width: 100%;
}

.digital-pass,
.digital-pass:hover {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .48) inset,
    0 -1px 0 rgba(0, 0, 0, .68) inset,
    0 42px 100px rgba(0, 0, 0, .55);
}

.member-pass-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
}

.member-pass-actions > button,
.member-pass-actions .expand-pass-button,
.member-pass-actions .member-nfc-button,
.member-pass-actions .member-wallet-button {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 11px;
  margin: 0;
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  background: #0c0d0d;
  color: #e6e0d8;
  text-align: left;
}

.member-pass-actions > button:nth-child(2n) {
  border-right: 0;
}

.member-pass-actions > button > span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.member-pass-actions > button strong {
  font-size: 10px;
}

.member-pass-actions > button small {
  overflow: hidden;
  color: #777269;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-pass-actions > button svg,
.member-pass-actions > button > b {
  color: #c98261;
}

.member-pass-actions > button > svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.member-pass-actions > button > b {
  margin-left: auto;
  font-size: 17px;
  font-weight: 400;
}

.member-section-title {
  margin-top: 48px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.member-section-title h2 {
  font-family: var(--display), Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}

.member-section-title > span {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #c98261;
  font-family: var(--display), Georgia, serif;
  font-size: 21px;
}

.member-benefits > article,
.member-benefits > article:hover {
  min-height: 92px;
  padding: 18px 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.benefit-type {
  border-radius: 0;
  background: rgba(201, 130, 97, .08);
  color: #c98261;
}

.benefit-value,
.member-venues article > span {
  color: #c98261;
}

.member-venues {
  gap: 0;
  border: 1px solid rgba(255, 255, 255, .12);
}

.member-venues article,
.member-venues article:hover {
  min-height: 220px;
  padding: 24px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.member-venues article:last-child {
  border-right: 0;
}

.tulum-card {
  background: linear-gradient(145deg, rgba(181, 83, 43, .17), transparent 58%), #0d0d0c;
}

.epoca-card {
  background: linear-gradient(145deg, rgba(118, 54, 44, .18), transparent 58%), #0d0d0c;
}

.member-orders-panel,
.member-order-history {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.member-shisha-hero > span i {
  width: 14px;
  height: 2px;
  border-radius: 0;
  background: #c98261;
  box-shadow: none;
  transform: skewX(-32deg);
}

.status-badge.active,
.status-badge.paid,
.status-badge.published,
.status-badge.ready,
.order-confirmation .result-icon,
.payment-readiness.ready {
  border-color: rgba(201, 130, 97, .28);
  background: rgba(201, 130, 97, .1);
  color: #d39473;
}

.wallet-hub {
  gap: 18px;
}

.wallet-hub-card {
  min-height: 220px;
  border-radius: 4px;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .13), transparent 28%),
    linear-gradient(145deg, #292823, #0d0e0e 70%);
}

.wallet-hub-card::after {
  position: absolute;
  right: 26px;
  bottom: 24px;
  color: rgba(255, 255, 255, .26);
  content: "13500 · TULUM · ÉPOCA · TULUMBRA";
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .18em;
}

.wallet-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .11);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.wallet-capabilities > span {
  display: grid;
  gap: 5px;
  padding: 13px;
  border-right: 1px solid rgba(255, 255, 255, .11);
}

.wallet-capabilities > span:last-child {
  border-right: 0;
}

.wallet-capabilities small {
  color: #777269;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.wallet-capabilities strong {
  font-size: 10px;
}

.wallet-options {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.wallet-options button {
  min-height: 72px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  border-radius: 0;
  background: transparent;
}

.wallet-option-icon {
  border-color: rgba(201, 130, 97, .34);
  border-radius: 2px;
  color: #d39473;
}

.install-guide {
  display: grid;
  gap: 16px;
}

.install-guide-mark {
  width: 58px;
  height: 58px;
}

.install-guide > strong {
  font-family: var(--display), Georgia, serif;
  font-size: 32px;
  font-weight: 400;
}

.install-guide > p,
.install-guide > small {
  margin: 0;
  color: #918c84;
  font-size: 11px;
  line-height: 1.65;
}

.install-guide ol {
  margin: 5px 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
  list-style: none;
}

.install-guide li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  color: #b7b1a8;
  font-size: 11px;
}

.install-guide li > b {
  color: #c98261;
  font-family: var(--display), Georgia, serif;
  font-size: 16px;
}

.selection-summary {
  margin-bottom: 0;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  background: transparent;
}

.selection-summary > span {
  display: grid;
  gap: 5px;
  font-family: var(--display), Georgia, serif;
  font-size: 23px;
}

.selection-summary small {
  color: #8a7e75;
  font-family: Inter, sans-serif;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}

.selection-summary > strong small {
  font-size: 9px;
  font-weight: 500;
}

.join-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.join-benefits > span {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 10px 12px 10px 0;
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #a8a198;
  font-size: 9px;
}

.join-benefits > span:nth-child(2n) {
  padding-left: 12px;
  border-right: 0;
}

.join-benefits > span:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.join-benefits i {
  color: #c98261;
  font-style: normal;
}

.plans-section {
  background: #080909;
}

.membership-value-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 46px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.membership-value-strip > span {
  display: grid;
  gap: 8px;
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.membership-value-strip > span:last-child {
  border-right: 0;
}

.membership-value-strip small {
  color: #b87353;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}

.membership-value-strip strong {
  font-family: var(--display), Georgia, serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 400;
}

.public-plans {
  gap: 1px;
  margin-top: 1px;
  background: rgba(255, 255, 255, .12);
}

.public-plan,
.public-plan.featured {
  border: 0;
  border-radius: 0;
  background: #101110;
}

.public-plan.featured {
  background: linear-gradient(145deg, rgba(177, 80, 42, .18), transparent 48%), #11100f;
}

.membership-terms {
  margin: 17px 0 0;
  color: #716d66;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.scanner-panel,
.access-result,
.door-command-bar,
.door-history {
  border-radius: 2px;
  background: #0d0e0d;
}

.scanner-panel .secure-label {
  border-color: rgba(201, 130, 97, .35);
  background: rgba(201, 130, 97, .08);
  color: #d39473;
}

.camera-box {
  border-color: rgba(255, 255, 255, .18);
  border-radius: 2px;
  background: #070808;
}

.camera-placeholder {
  gap: 7px;
}

.camera-placeholder i {
  width: 48px;
  height: 48px;
  color: #c98261;
}

.camera-placeholder i svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.camera-placeholder small {
  color: #a26b51;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
}

.scan-frame span {
  border-color: #d2c9bd;
}

.nfc-terminal {
  border-radius: 2px;
  background:
    radial-gradient(circle at 50% 42%, rgba(201, 130, 97, .12), transparent 35%),
    #0a0b0b;
}

.nfc-terminal-brand b,
.nfc-terminal-copy small,
.nfc-orbit > span {
  color: #c98261;
}

.nfc-orbit > i {
  border-color: rgba(201, 130, 97, .3);
}

.nfc-start-button {
  border-color: rgba(201, 130, 97, .3);
  border-radius: 2px;
  background: rgba(201, 130, 97, .07);
  color: #d9aa91;
}

.nfc-start-button:disabled {
  cursor: default;
  opacity: .58;
}

.door-network {
  color: #d39473;
}

/* Green appears only after a real successful validation. */
.door-flash.allowed,
.nfc-terminal.authorized,
.access-result.allowed,
.door-history-list article.allowed {
  --green: #62c98f;
}

.door-flash.allowed {
  color: #62c98f;
}

.access-result.allowed {
  border-color: rgba(98, 201, 143, .45);
}

.access-result.allowed .result-icon,
.door-history-list article.allowed > span {
  background: rgba(98, 201, 143, .12);
  color: #62c98f;
}

.access-member {
  border-radius: 2px;
  background: rgba(255, 255, 255, .015);
}

.access-member .avatar {
  border-color: rgba(201, 130, 97, .34);
  background: rgba(201, 130, 97, .12);
  color: #d39473;
}

.available-benefits article {
  border-radius: 0;
  background: transparent;
}

.available-benefits .small-button {
  border-color: rgba(201, 130, 97, .25);
  border-radius: 2px;
  background: rgba(201, 130, 97, .07);
}

.nfc-terminal.authorized {
  border-color: rgba(98, 201, 143, .65);
  background: radial-gradient(circle at 50% 40%, rgba(98, 201, 143, .2), transparent 38%), #07100b;
}

@media (max-width: 760px) {
  .member-welcome {
    padding-top: 4px;
    padding-bottom: 28px;
  }

  .member-welcome h1 {
    font-size: 49px;
  }

  .member-quick-actions {
    grid-template-columns: 1fr;
  }

  .member-quick-actions button,
  .member-quick-actions button:hover {
    min-height: 74px;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .member-quick-actions button:last-child {
    border-bottom: 0;
  }

  .member-quick-actions button > i {
    width: 22px;
    height: 22px;
  }

  .member-quick-actions button strong {
    font-size: 20px;
  }

  .member-pass-actions {
    grid-template-columns: 1fr;
  }

  .member-pass-actions > button,
  .member-pass-actions > button:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .member-pass-actions > button:last-child {
    border-bottom: 0;
  }

  .member-venues {
    grid-template-columns: 1fr;
  }

  .member-venues article,
  .member-venues article:hover {
    min-height: 185px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .member-venues article:last-child {
    border-bottom: 0;
  }

  .membership-value-strip {
    display: flex;
    margin-right: -20px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .membership-value-strip > span {
    min-width: 205px;
    padding: 20px;
  }

  .wallet-capabilities {
    grid-template-columns: 1fr;
  }

  .wallet-capabilities > span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .wallet-capabilities > span:last-child {
    border-bottom: 0;
  }
}

/* v16 — club-first direction: calendar, rooms and door utility */
.club-home-v16 {
  --club-orange: #b84632;
  --club-paper: #e7e0d5;
  --club-ink: #0a0b0b;
  --club-display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  overflow: clip;
  background: #050606;
}

.club-home-v16 .public-header {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  height: 82px;
  padding: 0 clamp(22px, 4vw, 68px);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  background: rgba(4, 5, 5, .18);
  backdrop-filter: none;
}

.club-home-v16 .public-header.scrolled {
  position: fixed;
  background: rgba(5, 6, 6, .94);
  backdrop-filter: blur(16px);
}

.club-home-v16 .public-header .brand-symbol,
.club-home-v16 .club-footer-v16 .brand-symbol {
  display: none;
}

.club-home-v16 .brand-name {
  font-family: var(--club-display);
  font-size: 25px;
  font-stretch: condensed;
  letter-spacing: .035em;
}

.club-home-v16 .brand-lockup > small {
  color: rgba(255, 255, 255, .52);
  font-size: 7px;
  letter-spacing: .24em;
}

.club-home-v16 .public-actions {
  gap: clamp(18px, 2.4vw, 38px);
}

.club-home-v16 .public-actions a {
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.club-home-v16 .header-login {
  padding: 12px 0 10px;
  border: 0;
  border-bottom: 1px solid var(--club-orange);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.club-home-v16 .public-hero.club-cover {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .42fr);
  grid-template-rows: 1fr auto;
  align-items: end;
  gap: 0 clamp(36px, 5vw, 84px);
  padding: 150px clamp(22px, 5.8vw, 92px) 0;
  background-image: url("/tulumbra-night-v2.webp");
  background-position: center;
  background-size: cover;
}

.club-cover-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 4, 4, .94) 0%, rgba(3, 4, 4, .58) 46%, rgba(3, 4, 4, .18) 78%),
    linear-gradient(0deg, rgba(3, 4, 4, .9) 0%, transparent 48%, rgba(3, 4, 4, .32) 100%);
}

.club-cover-main,
.club-cover-event,
.club-cover-members {
  position: relative;
  z-index: 2;
}

.club-cover-main {
  align-self: center;
  padding: 28px 0 86px;
}

.club-cover-place,
.club-section-head > span,
.membership-gate-v16 > header > span,
.club-last-call-v16 > span {
  color: var(--club-orange);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .24em;
}

.club-cover-main h1 {
  display: grid;
  margin: 32px 0 28px;
  font-family: var(--club-display);
  font-size: clamp(92px, 11.2vw, 184px);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .68;
  text-transform: uppercase;
}

.club-cover-main h1 i {
  width: max-content;
  margin: .13em 0 .12em .05em;
  color: var(--club-orange);
  font-family: Arial, sans-serif;
  font-size: .29em;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}

.club-cover-main h1 span:last-child {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .78);
}

.club-cover-main > p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.65;
}

.club-cover-actions {
  display: flex;
  gap: 12px;
  margin-top: 36px;
}

.club-cover-actions a,
.club-cover-actions button,
.club-cover-event > button,
.club-cover-members button,
.club-date-row > button,
.membership-tier-v16 > button,
.club-last-call-v16 > button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 49px;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.club-cover-actions a,
.membership-tier-v16.is-black > button,
.club-last-call-v16 > button {
  border-color: var(--club-orange);
  background: var(--club-orange);
  color: #0c0b0a;
}

.club-cover-event {
  display: grid;
  align-self: end;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px 18px;
  margin-bottom: 86px;
  padding: 24px 0 0 24px;
  border-top: 1px solid rgba(255, 255, 255, .58);
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.cover-event-date {
  display: grid;
  align-content: start;
  gap: 2px;
  min-width: 67px;
}

.cover-event-date strong {
  font-family: var(--club-display);
  font-size: 54px;
  line-height: .86;
}

.cover-event-date span,
.cover-event-copy small,
.cover-event-copy span {
  color: rgba(255, 255, 255, .58);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cover-event-copy {
  display: grid;
  gap: 8px;
}

.cover-event-copy strong {
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.05;
}

.club-cover-event > button {
  grid-column: 1 / -1;
  justify-self: start;
  border-color: transparent;
  border-bottom-color: var(--club-orange);
  padding-right: 0;
  padding-left: 0;
}

.club-cover-members {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  min-height: 84px;
  margin: 0 calc(clamp(22px, 5.8vw, 92px) * -1);
  padding: 0 clamp(22px, 5.8vw, 92px);
  border-top: 1px solid rgba(255, 255, 255, .22);
  background: rgba(5, 6, 6, .9);
}

.club-cover-members > span {
  color: var(--club-orange);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .19em;
}

.club-cover-members > strong {
  font-size: 15px;
  font-weight: 520;
}

.club-cover-members button {
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid var(--club-orange);
  padding: 0;
}

.club-calendar {
  display: grid;
  grid-template-columns: minmax(270px, .62fr) minmax(0, 1.38fr);
  gap: clamp(50px, 8vw, 140px);
  padding: clamp(88px, 10vw, 150px) clamp(22px, 6vw, 96px);
  background: var(--club-paper);
  color: var(--club-ink);
}

.club-section-head {
  align-self: start;
  position: sticky;
  top: 120px;
  min-width: 0;
  container-type: inline-size;
}

.club-section-head h2,
.membership-gate-v16 h2,
.club-last-call-v16 h2 {
  margin: 26px 0;
  font-family: var(--club-display);
  font-size: clamp(58px, 7.4vw, 112px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .78;
  text-transform: uppercase;
}

/* The calendar heading sits in a narrow grid column. Size it from that
   column instead of the viewport so the city never covers the event dates. */
.club-section-head h2 {
  max-width: 100%;
  font-size: clamp(40px, 3.6vw, 94px);
  font-size: clamp(40px, 14.5cqi, 94px);
}

.club-section-head p {
  max-width: 390px;
  margin: 0;
  color: #58554f;
  font-size: 13px;
  line-height: 1.7;
}

.club-calendar-list {
  border-top: 2px solid #111;
}

.club-date-row {
  display: grid;
  grid-template-columns: 90px minmax(170px, 1fr) minmax(155px, .65fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 146px;
  border-bottom: 1px solid rgba(10, 11, 11, .28);
  transition: padding 350ms ease, background 350ms ease;
}

.club-date-row:hover {
  padding: 0 18px;
  background: rgba(255, 255, 255, .5);
}

.club-date-day {
  display: grid;
}

.club-date-day strong {
  font-family: var(--club-display);
  font-size: 56px;
  line-height: .82;
}

.club-date-day span,
.club-date-name small,
.club-date-access small {
  color: #6b665f;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .17em;
}

.club-date-name h3 {
  margin: 8px 0 0;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1;
}

.club-date-access {
  display: grid;
  gap: 8px;
}

.club-date-access strong {
  font-size: 12px;
}

.club-date-row > button {
  border-color: #111;
  color: #111;
}

.club-date-row.is-tardeo {
  box-shadow: inset 4px 0 0 #9e2336;
}

.club-date-row.is-tardeo .club-date-name small {
  color: #9e2336;
}

.club-venues-v16 {
  display: grid;
  min-height: 760px;
  grid-template-columns: 1fr 1fr;
  background: #050606;
}

.club-venue-panel {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.club-venue-panel + .club-venue-panel {
  border-left: 1px solid rgba(255, 255, 255, .24);
}

.club-venue-panel > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7) contrast(1.08);
  transition: transform 1.2s cubic-bezier(.2, .7, .2, 1), filter 700ms ease;
}

.club-venue-panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 3, 3, .94), rgba(2, 3, 3, .06) 68%);
  content: "";
}

.club-venue-panel:hover > img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.02);
}

.club-venue-panel > div {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 4vw, 64px);
  bottom: 58px;
  left: clamp(24px, 4vw, 64px);
}

.club-venue-panel small,
.club-venue-panel span {
  color: var(--club-orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .2em;
}

.club-venue-panel.is-epoca small,
.club-venue-panel.is-epoca span {
  color: #e3b8a8;
}

.club-venue-panel h2 {
  margin: 20px 0 12px;
  font-family: var(--club-display);
  font-size: clamp(78px, 10vw, 152px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .72;
}

.club-venue-panel p {
  max-width: 410px;
  margin: 0 0 27px;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 1.6;
}

.club-shisha-v16 {
  min-height: 820px;
  border: 0;
  background: #090a0a;
}

.club-shisha-v16 .shisha-visual {
  min-height: 820px;
}

.club-shisha-v16 .shisha-live {
  border: 0;
  background: #f0ece4;
  color: #0b0c0c;
}

.club-shisha-v16 .shisha-content {
  padding-top: clamp(70px, 8vw, 118px);
  padding-bottom: clamp(70px, 8vw, 118px);
  background: #0a0b0b;
}

.club-shisha-v16 .shisha-content > h2 {
  max-width: 610px;
  font-family: var(--club-display);
  font-size: clamp(55px, 6.4vw, 94px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .8;
  text-transform: uppercase;
}

.club-shisha-v16 .public-shisha-card {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.club-shisha-v16 .public-shisha-card.is-selected {
  box-shadow: inset 4px 0 0 var(--shisha-accent);
}

.club-shisha-v16 .public-shisha-copy > strong {
  font-family: var(--club-display);
  font-size: clamp(35px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: .9;
  text-transform: uppercase;
}

/* Drop 01 — ecommerce as part of the club, not a generic product grid. */
.club-shop-v19 {
  padding: clamp(92px, 9vw, 150px) clamp(22px, 6vw, 96px) clamp(105px, 10vw, 170px);
  background: #080909;
  color: #eee9e1;
}

.club-shop-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 105px);
  padding: 0 0 clamp(40px, 5vw, 68px);
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.club-shop-head > div:first-child > span,
.club-shop-card-copy small {
  color: var(--club-orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .22em;
}

.club-shop-head h2 {
  margin: 25px 0 0;
  font-family: var(--club-display);
  font-size: clamp(68px, 8.3vw, 132px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .72;
  text-transform: uppercase;
}

.club-shop-intro {
  display: grid;
  gap: 24px;
}

.club-shop-intro p {
  max-width: 520px;
  margin: 0;
  color: rgba(238, 233, 225, .72);
  font-size: 14px;
  line-height: 1.7;
}

.club-shop-intro > button,
.club-shop-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  border: 1px solid var(--club-orange);
  border-radius: 0;
  padding: 0 20px;
  background: var(--club-orange);
  color: #090909;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.club-shop-intro > button b {
  display: grid;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #090909;
  color: #fff;
  place-items: center;
}

.club-shop-intro > button > span {
  display: inline-flex;
  gap: 9px;
  align-items: center;
}

.club-shop-intro > button > strong {
  font-size: 14px;
  letter-spacing: -.01em;
}

.club-shop-intro > small {
  color: rgba(238, 233, 225, .45);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}

.club-shop-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 40px);
  align-items: start;
}

.club-shop-card {
  grid-column: span 3;
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.club-shop-card > button {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #111;
}

.club-shop-card > button::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .06);
  box-shadow: inset 0 -90px 90px rgba(0, 0, 0, .12);
  content: "";
  pointer-events: none;
}

.club-shop-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.2, .75, .2, 1), filter 600ms ease;
}

.club-shop-card:hover img {
  transform: scale(1.025);
  filter: contrast(1.04);
}

.club-shop-number {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 14px;
  color: rgba(255, 255, 255, .82);
  font-family: var(--club-display);
  font-size: 34px;
  font-weight: 900;
}

.club-shop-card-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 24px;
  padding: 24px 0 44px;
}

.club-shop-card-copy h3 {
  margin: 7px 0 0;
  font-family: var(--club-display);
  font-size: clamp(22px, 1.7vw, 32px);
  letter-spacing: -.045em;
  line-height: .9;
  text-transform: uppercase;
}

.club-shop-card-copy > strong {
  font-family: var(--club-display);
  font-size: 21px;
  letter-spacing: -.035em;
}

.shop-product-coming-soon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(26px, 5vw, 70px);
}

.shop-product-coming-soon h3 {
  margin: 0;
  font-family: var(--club-display);
  font-size: clamp(42px, 5vw, 76px);
  letter-spacing: -.045em;
  line-height: .9;
  text-transform: uppercase;
}

.shop-product-coming-soon > strong {
  color: var(--club-gold, #c59a57);
  font-size: 13px;
  letter-spacing: .16em;
}

.shop-product-coming-soon > p {
  max-width: 560px;
  color: rgba(238, 233, 225, .68);
  line-height: 1.7;
}

@media (max-width: 1280px) {
  .club-shop-card,
  .club-shop-card:nth-child(n) {
    grid-column: span 6;
  }
}

.club-shop-card-copy > p,
.club-shop-card-copy > .club-shop-variants,
.club-shop-card-copy > .club-shop-add {
  grid-column: 1 / -1;
}

.club-shop-card-copy > p {
  max-width: 540px;
  margin: 0;
  color: rgba(238, 233, 225, .6);
  font-size: 12px;
  line-height: 1.65;
}

.club-shop-variants {
  display: flex;
  gap: 7px;
}

.club-shop-variants span {
  min-width: 34px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .7);
  font-size: 9px;
  text-align: center;
}

.club-shop-variants span.is-sold-out {
  opacity: 0.42;
  text-decoration: line-through;
}

.club-shop-add {
  width: min(210px, 100%);
  margin-top: 5px;
  border-color: rgba(255, 255, 255, .36);
  background: transparent;
  color: #eee9e1;
  transition: background 300ms ease, border-color 300ms ease, color 300ms ease;
}

.club-shop-add:hover {
  border-color: var(--club-orange);
  background: var(--club-orange);
  color: #090909;
}

.shop-bag-float {
  position: fixed;
  z-index: 38;
  right: 20px;
  bottom: 20px;
  display: none;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 0;
  padding: 0 16px;
  background: rgba(8, 9, 9, .94);
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .38);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.shop-bag-float.has-items {
  display: flex;
}

.shop-bag-float svg,
.shop-empty-cart svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--club-orange);
  stroke-width: 1.6;
}

.shop-bag-float b {
  display: grid;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--club-orange);
  color: #080909;
  place-items: center;
}

.shop-bag-float > span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.shop-bag-float > strong {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, .16);
  font-size: 13px;
  letter-spacing: 0;
}

.modal.shop-product-dialog {
  width: min(980px, calc(100vw - 30px));
  border-radius: 0;
}

.modal.shop-product-dialog .modal-body {
  padding: 0;
}

.shop-product-modal {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, .92fr);
}

.shop-product-modal figure {
  min-height: 590px;
  margin: 0;
  background: #090909;
}

.shop-product-modal figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-product-modal form {
  display: flex;
  flex-direction: column;
  padding: 42px 38px;
}

.shop-product-modal h3 {
  margin: 18px 0 6px;
  font-family: var(--club-display);
  font-size: 48px;
  letter-spacing: -.05em;
  line-height: .86;
  text-transform: uppercase;
}

.shop-product-modal form > strong {
  color: var(--club-orange);
  font-family: var(--club-display);
  font-size: 34px;
}

.shop-product-modal form > p {
  margin: 22px 0 26px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.shop-size-picker {
  display: flex;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.shop-size-picker legend,
.shop-quantity,
.shop-fulfillment legend {
  width: 100%;
  margin-bottom: 10px;
  color: var(--muted-2);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.shop-size-picker input {
  position: absolute;
  opacity: 0;
}

.shop-size-picker label {
  position: relative;
}

.shop-size-picker span {
  display: grid;
  min-width: 44px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  cursor: pointer;
  font-size: 10px;
  place-items: center;
}

.shop-size-picker input:checked + span {
  border-color: var(--club-orange);
  background: var(--club-orange);
  color: #080909;
}

.shop-size-picker label.is-sold-out {
  cursor: not-allowed;
}

.shop-size-picker label.is-sold-out span {
  opacity: 0.38;
  text-decoration: line-through;
}

.product-admin-card.shop-admin-product .product-icon {
  overflow: hidden;
  width: 62px;
  height: 62px;
  padding: 0;
  border-color: rgba(255, 255, 255, .12);
  border-radius: 4px;
  background: #101111;
}

.product-admin-card.shop-admin-product {
  grid-template-columns: 62px 1fr auto;
}

.product-admin-card.shop-admin-product .product-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-shop-variants {
  display: block;
  margin-top: 5px;
  color: var(--club-orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shop-quantity {
  display: grid;
  gap: 4px;
  margin-bottom: 22px;
}

.shop-quantity select {
  width: 100px;
}

.shop-product-note {
  margin-top: 15px;
  color: var(--muted-2);
  font-size: 9px;
  line-height: 1.5;
}

.shop-empty-cart,
.shop-order-confirmation {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 28px 10px;
  text-align: center;
}

.shop-empty-cart > span {
  display: grid;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .16);
  place-items: center;
}

.shop-empty-cart h3,
.shop-order-confirmation h3 {
  margin: 0;
  font-family: var(--club-display);
  font-size: 38px;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.shop-empty-cart p,
.shop-order-confirmation p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.shop-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .75fr);
  min-height: min(730px, 82vh);
}

.shop-checkout-main {
  padding: 14px 34px 40px;
}

.shop-cart-lines {
  display: grid;
}

.shop-cart-lines article {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 85px auto;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.shop-cart-lines img {
  width: 82px;
  height: 82px;
  object-fit: cover;
}

.shop-cart-lines article > div {
  display: grid;
  gap: 4px;
}

.shop-cart-lines article small {
  color: var(--club-orange);
  font-size: 9px;
}

.shop-cart-lines article button {
  justify-self: start;
  border: 0;
  border-bottom: 1px solid var(--muted-2);
  border-radius: 0;
  padding: 2px 0;
  background: transparent;
  color: var(--muted);
  font-size: 9px;
}

.shop-cart-lines article label {
  display: grid;
  gap: 5px;
  color: var(--muted-2);
  font-size: 8px;
  text-transform: uppercase;
}

.shop-cart-lines select {
  min-height: 38px;
}

.shop-buyer-fields {
  gap: 12px;
}

.shop-checkout-summary {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding: 34px 30px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  background: #0a0b0b;
}

.shop-pickup-only {
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid rgba(214, 177, 107, .38);
  background:
    radial-gradient(circle at 12% 0, rgba(214, 177, 107, .14), transparent 44%),
    rgba(10, 12, 9, .9);
}

.shop-pickup-only > span {
  color: #d6b16b;
  font: 750 8px/1 Montserrat, sans-serif;
  letter-spacing: .18em;
}

.shop-pickup-only > strong { color: #f4efe5; font: 650 17px/1.2 Montserrat, sans-serif; }
.shop-pickup-only > small { color: rgba(244, 239, 229, .58); font: 500 10px/1.55 Montserrat, sans-serif; }

.shop-fulfillment {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.shop-fulfillment label {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  cursor: pointer;
}

.shop-fulfillment input {
  margin-top: 4px;
  accent-color: var(--club-orange);
}

.shop-fulfillment span {
  display: grid;
  gap: 4px;
}

.shop-fulfillment small {
  color: var(--muted);
  font-size: 9px;
}

.shop-payment-choice {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.shop-payment-choice legend,
.shop-fulfillment legend {
  margin-bottom: 8px;
  color: rgba(238, 233, 225, .54);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.shop-payment-choice label {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(239, 104, 43, .62);
  background: rgba(239, 104, 43, .07);
}

.shop-checkout-dialog .shop-payment-choice label {
  border-color: rgba(214, 177, 107, .5);
  background: rgba(214, 177, 107, .075);
}

.shop-checkout-dialog .shop-payment-choice input { accent-color: #d6b16b; }
.shop-checkout-dialog .checkout-secure { color: #d6b16b; }
.shop-checkout-dialog .checkout-secure i { border-color: rgba(214, 177, 107, .55); }

.shop-payment-choice input {
  margin-top: 4px;
  accent-color: var(--club-orange);
}

.shop-payment-choice span {
  display: grid;
  gap: 4px;
}

.shop-payment-choice small {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.shop-add-submit,
.shop-order-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.shop-add-submit b,
.shop-order-submit b {
  font-size: 14px;
  letter-spacing: -.01em;
}

.shop-checkout-summary .checkout-secure {
  color: var(--club-orange);
}

.shop-checkout-summary .checkout-secure i {
  border-color: rgba(239, 104, 43, .5);
}

.shop-shipping-fields {
  gap: 9px;
}

.shop-shipping-fields[hidden] {
  display: none !important;
}

.shop-checkout-totals {
  display: grid;
  gap: 9px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.shop-checkout-totals > span,
.shop-checkout-totals > strong {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.shop-checkout-totals small {
  color: var(--muted);
  font-weight: 500;
}

.shop-checkout-totals > strong {
  margin-top: 8px;
  font-size: 26px;
}

.shop-order-items {
  display: grid;
  width: 100%;
  margin: 8px 0;
  border-top: 1px solid var(--line);
}

.shop-order-items > span {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.shop-order-items img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.shop-order-confirmation > strong {
  color: var(--club-orange);
  font-family: var(--club-display);
  font-size: 36px;
}

.shop-admin-section {
  margin-bottom: 40px;
}

.shop-admin-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 38px;
}

.shop-admin-kpis article {
  display: grid;
  gap: 7px;
  min-height: 148px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(239, 92, 42, .07), transparent 54%), var(--surface);
}

.shop-admin-kpis span,
.shop-admin-kpis small {
  color: var(--muted);
  font-size: 9px;
}

.shop-admin-kpis span {
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.shop-admin-kpis strong {
  margin-top: auto;
  font-family: var(--club-display);
  font-size: clamp(32px, 3vw, 46px);
  line-height: .9;
}

.shop-admin-catalog {
  margin-bottom: 44px;
}

.shop-admin-products {
  display: grid;
  gap: 12px;
}

.shop-admin-product-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}

.shop-admin-product-card.unavailable {
  opacity: .55;
}

.shop-admin-product-image {
  display: grid;
  overflow: hidden;
  width: 112px;
  aspect-ratio: 1;
  border-radius: 12px;
  background: #0b0c0c;
  color: var(--club-orange);
  place-items: center;
}

.shop-admin-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-admin-product-image svg,
.shop-item-placeholder svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.shop-admin-product-copy {
  display: grid;
  gap: 6px;
}

.shop-admin-product-copy h3,
.shop-admin-product-copy p {
  margin: 0;
}

.shop-admin-product-copy h3 {
  font-size: 22px;
}

.shop-admin-product-copy p {
  max-width: 650px;
  color: var(--muted);
  font-size: 11px;
}

.shop-admin-product-commerce {
  display: grid;
  min-width: 190px;
  gap: 7px;
  justify-items: end;
}

.shop-admin-product-commerce > strong {
  font-size: 26px;
}

.shop-admin-product-commerce > small {
  color: var(--muted);
}

.shop-admin-product-commerce > div {
  display: flex;
  gap: 7px;
  margin-top: 10px;
}

.shop-item-placeholder {
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #101111;
  color: var(--club-orange);
  place-items: center;
}

.shop-admin-orders {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.shop-admin-order {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}

.shop-admin-order-head,
.shop-admin-order-foot {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.shop-admin-order-head > div {
  display: grid;
  gap: 4px;
}

.shop-admin-order-head h3 {
  margin: 0;
  font-size: 18px;
}

.shop-admin-order-head small,
.shop-admin-order-head div > span,
.shop-admin-delivery small {
  color: var(--muted);
  font-size: 9px;
}

.shop-admin-order ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-admin-order li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.shop-admin-order li img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
}

.shop-admin-order li span,
.shop-admin-delivery {
  display: grid;
  gap: 3px;
}

.shop-admin-order li small {
  color: var(--club-orange, #b84632);
  font-size: 8px;
}

.shop-admin-delivery {
  padding: 12px;
  border: 1px solid var(--line);
}

.shop-admin-delivery > span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.shop-admin-order-foot {
  align-items: center;
}

.shop-admin-order-foot > strong {
  font-size: 24px;
}

.membership-gate-v16 {
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
  gap: clamp(50px, 8vw, 140px);
  padding: clamp(90px, 10vw, 155px) clamp(22px, 6vw, 96px) 80px;
  background: #cc4820;
  color: #090909;
}

.membership-gate-v16 > header > span {
  color: #140b08;
}

.membership-gate-v16 h2 {
  font-size: clamp(62px, 7.5vw, 116px);
}

.membership-gate-v16 > header > p {
  max-width: 510px;
  font-size: 14px;
  line-height: 1.7;
}

.member-promise-lines {
  margin-top: 42px;
  border-top: 1px solid rgba(0, 0, 0, .45);
}

.member-promise-lines > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .32);
}

.member-promise-lines b,
.member-promise-lines small {
  font-size: 9px;
  letter-spacing: .12em;
}

.member-promise-lines small {
  opacity: .68;
}

.membership-tiers-v16 {
  align-self: start;
  display: grid;
  gap: 16px;
}

.membership-tier-v16 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px 26px;
  min-height: 300px;
  padding: 34px 36px;
  border: 1px solid rgba(9, 9, 9, .55);
  background: #e8e1d7;
  color: #090909;
  transition: transform 450ms cubic-bezier(.2, .75, .2, 1), box-shadow 450ms ease;
}

.membership-tier-v16::before {
  position: absolute;
  z-index: -1;
  right: 20px;
  bottom: -30px;
  color: rgba(9, 9, 9, .055);
  content: "01";
  font-family: var(--club-display);
  font-size: 150px;
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: 1;
}

.membership-tier-v16:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(54, 18, 8, .18);
}

.membership-tier-v16.is-black {
  margin-left: clamp(18px, 2.8vw, 46px);
  border-color: #090909;
  background: #090909;
  color: #eee8df;
  box-shadow: 0 28px 62px rgba(50, 15, 6, .26);
}

.membership-tier-v16.is-black::before {
  color: rgba(255, 255, 255, .065);
  content: "02";
}

.membership-tier-v16.is-black::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--club-orange);
  content: "";
}

.membership-tier-v16 > div small {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
}

.membership-tier-v16 h3 {
  margin: 5px 0 0;
  font-family: var(--club-display);
  font-size: 42px;
  letter-spacing: -.04em;
  line-height: .9;
  text-transform: uppercase;
}

.membership-tier-v16 > strong {
  align-self: start;
  font-family: var(--club-display);
  font-size: 38px;
  letter-spacing: -.04em;
  line-height: .9;
}

.membership-tier-v16 > strong small {
  margin-left: 4px;
  font-family: Inter, sans-serif;
  font-size: 9px;
  letter-spacing: 0;
}

.membership-tier-v16 > p,
.membership-tier-v16 > ul,
.membership-tier-v16 > button {
  grid-column: 1 / -1;
}

.membership-tier-v16 > p {
  max-width: 480px;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.membership-tier-v16 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.membership-tier-v16 li {
  display: flex;
  gap: 9px;
  padding: 11px 0;
  border-top: 1px solid rgba(0, 0, 0, .22);
  font-size: 10px;
  font-weight: 750;
}

.membership-tier-v16 li span {
  color: #c9421a;
}

.membership-tier-v16.is-black li {
  border-color: rgba(255, 255, 255, .16);
}

.membership-tier-v16.is-black li span,
.membership-tier-v16.is-black > strong {
  color: var(--club-orange);
}

.membership-tier-v16 > button {
  justify-self: start;
  border-color: #0a0a0a;
  background: #0a0a0a;
  color: #eee8df;
}

.membership-legal-v16 {
  grid-column: 1 / -1;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, .35);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.club-last-call-v16 {
  display: grid;
  min-height: 610px;
  place-content: center;
  justify-items: center;
  padding: 90px 22px;
  background: #050606;
  text-align: center;
}

.club-last-call-v16 h2 {
  margin: 32px 0 45px;
  color: #f0ece4;
}

.club-footer-v16 {
  border-top: 1px solid rgba(255, 255, 255, .14);
  background: #050606;
}

/* Member mode is built around the door, not around a dashboard. */
.member-club-v16 {
  --member-orange: #b84632;
  --member-paper: #d9d3c9;
  max-width: 1400px;
}

.member-door-hero {
  position: relative;
  display: grid;
  min-height: min(690px, calc(100svh - 80px));
  align-content: space-between;
  overflow: hidden;
  padding: clamp(24px, 4vw, 55px);
  background: url("/tulumbra-night-v2.webp") center / cover no-repeat;
}

.member-door-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 4, 4, .95), rgba(3, 4, 4, .5) 58%, rgba(3, 4, 4, .1)),
    linear-gradient(0deg, rgba(3, 4, 4, .92), transparent 56%);
}

.member-door-hero > *:not(.member-door-shade) {
  position: relative;
  z-index: 2;
}

.member-door-hero > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.member-door-hero > header span,
.member-door-hero > header b,
.member-door-copy small,
.member-door-facts small,
.member-pass-command header,
.member-pass-identity small {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.member-door-hero > header b {
  color: #f2b093;
}

.member-door-copy {
  align-self: end;
  max-width: 800px;
  padding: 80px 0 42px;
}

.member-door-copy small {
  color: var(--member-orange);
}

.member-door-copy h1 {
  margin: 24px 0;
  white-space: pre-line;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(82px, 10vw, 154px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .72;
  text-transform: uppercase;
}

.member-door-copy p {
  max-width: 530px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.65;
}

.member-door-cta {
  display: flex;
  gap: 1px;
  margin-bottom: 38px;
}

.member-door-cta button {
  display: inline-flex;
  min-width: 205px;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 0;
  background: rgba(5, 6, 6, .72);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.member-door-cta button:first-child {
  border-color: var(--member-orange);
  background: var(--member-orange);
  color: #090909;
}

.member-door-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.member-door-facts > span {
  display: grid;
  gap: 7px;
  padding: 18px 18px 0 0;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.member-door-facts > span + span {
  padding-left: 18px;
}

.member-door-facts > span:last-child {
  border-right: 0;
}

.member-door-facts small {
  color: rgba(255, 255, 255, .46);
}

.member-door-facts strong {
  font-size: 11px;
  text-transform: uppercase;
}

.member-next-date {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) minmax(220px, .65fr);
  align-items: center;
  gap: 24px;
  min-height: 105px;
  padding: 20px 26px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background: #0b0c0c;
}

.member-next-date > span {
  color: var(--member-orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .17em;
}

.member-next-date > div {
  display: grid;
  gap: 5px;
}

.member-next-date > div strong {
  font-size: 19px;
}

.member-next-date > div small,
.member-next-date > b {
  color: #827e77;
  font-size: 9px;
  line-height: 1.5;
}

.member-main-grid {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  margin-top: 68px;
}

.member-pass-command {
  position: relative;
  min-height: 430px;
  padding: 30px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--member-paper);
  color: #0a0b0b;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .38);
}

.member-pass-command::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 100%;
  background: var(--member-orange);
  content: "";
}

.member-pass-command > header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, .35);
}

.member-pass-command > header b {
  color: #9f3514;
}

.member-pass-identity {
  display: grid;
  gap: 7px;
  margin-top: 48px;
}

.member-pass-identity small {
  color: #9f3514;
}

.member-pass-identity strong {
  max-width: 80%;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  letter-spacing: -.035em;
  line-height: .9;
  text-transform: uppercase;
}

.member-pass-identity span {
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
}

.member-pass-wordmark {
  margin-top: 62px;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: -.03em;
}

.member-pass-wordmark i {
  color: #af3c18;
  font-style: normal;
}

.member-pass-command > footer {
  position: absolute;
  right: 30px;
  bottom: 26px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.member-pass-command > footer > span {
  color: #5a5751;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.member-pass-command > footer button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 30px;
  padding: 0 17px;
  border: 1px solid #111;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.member-benefits-heading {
  margin-top: 70px;
}

.member-benefits-v16 {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.member-benefits-v16 > article,
.member-benefits-v16 > article:hover {
  grid-template-columns: 34px minmax(0, 1fr) auto;
  min-height: 112px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.member-benefits-v16 .benefit-type {
  width: 30px;
  height: 30px;
  background: transparent;
}

.member-benefits-v16 article p {
  margin: 5px 0;
  color: #8f8b83;
  font-size: 10px;
}

.member-benefits-v16 article small {
  color: #b66a49;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.member-club-v16 .member-section-title h2 {
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.member-club-v16 .member-venues article {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 190px 27px 25px;
  background-position: center;
  background-size: cover;
}

.member-club-v16 .member-venues article::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 5, 5, .96), rgba(4, 5, 5, .08));
  content: "";
}

.member-club-v16 .member-venues article > * {
  position: relative;
  z-index: 1;
}

.member-club-v16 .member-venues .tulum-card {
  background-image: url("/media/tulumbra-noche-dj-bumbum.jpg");
}

.member-club-v16 .member-venues .epoca-card {
  background-image: url("/media/tulumbra-tardeo-dj-neil.jpg");
}

.member-club-v16 .member-venues article h3 {
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: 48px;
  letter-spacing: -.04em;
  line-height: .8;
  text-transform: uppercase;
}

.member-club-v16 .member-shisha-hero h2 {
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-weight: 900;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .club-home-v16 .public-hero.club-cover {
    grid-template-columns: minmax(0, 1fr) 330px;
  }

  .club-cover-main h1 {
    font-size: clamp(82px, 12vw, 122px);
  }

  .club-calendar {
    gap: 50px;
  }

  .club-date-row {
    grid-template-columns: 74px minmax(150px, 1fr) auto;
  }

  .club-date-access {
    display: none;
  }

  .membership-gate-v16 {
    grid-template-columns: 1fr;
  }

  .club-shop-head {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .club-shop-card,
  .club-shop-card:nth-child(n) {
    grid-column: span 6;
  }

  .shop-checkout {
    display: block;
  }

  .shop-checkout-summary {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
  }

  .shop-admin-orders {
    grid-template-columns: 1fr;
  }

  .shop-admin-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .membership-tiers-v16 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
    align-items: stretch;
  }

  .membership-tier-v16 {
    min-height: 100%;
    padding: 30px;
  }

  .membership-tier-v16.is-black {
    margin-left: 0;
  }

  .membership-tier-v16 ul {
    grid-template-columns: 1fr;
  }

  .member-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .shop-admin-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .shop-admin-kpis article {
    min-height: 122px;
    padding: 16px;
  }

  .shop-admin-product-card {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 14px;
  }

  .shop-admin-product-image {
    width: 78px;
  }

  .shop-admin-product-commerce {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    min-width: 0;
    padding: 0 4px 4px;
    justify-items: start;
    align-items: center;
  }

  .shop-admin-product-commerce > small {
    justify-self: end;
  }

  .shop-admin-product-commerce > div {
    grid-column: 1 / -1;
    width: 100%;
  }

  .shop-admin-product-commerce .small-button {
    flex: 1;
  }

  .club-home-v16 .public-header {
    height: 68px;
    padding: 0 18px;
  }

  .club-home-v16 .public-header .brand-name {
    font-size: 21px;
  }

  .club-home-v16 .public-header .brand-lockup > small {
    display: block;
  }

  .club-home-v16 .public-actions a {
    display: none;
  }

  .club-home-v16 .public-mobile-dock {
    grid-template-columns: repeat(5, 1fr);
  }

  .club-home-v16 .header-login {
    min-height: 38px;
    padding: 0;
  }

  .club-home-v16 .public-hero.club-cover {
    min-height: 100svh;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto;
    padding: 104px 19px 0;
    background-position: 60% center;
  }

  .club-cover-shade {
    background:
      linear-gradient(0deg, rgba(3, 4, 4, .98) 0%, rgba(3, 4, 4, .62) 54%, rgba(3, 4, 4, .2) 100%),
      linear-gradient(90deg, rgba(3, 4, 4, .62), transparent);
  }

  .club-cover-main {
    align-self: end;
    padding: 30px 0 34px;
  }

  .club-cover-place {
    font-size: 7px;
  }

  .club-cover-main h1 {
    margin: 24px 0 20px;
    font-size: clamp(72px, 24.5vw, 104px);
    line-height: .68;
  }

  .club-cover-main > p {
    max-width: 340px;
    font-size: 12px;
  }

  .club-cover-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 28px;
  }

  .club-cover-actions a,
  .club-cover-actions button {
    min-width: 0;
    gap: 10px;
    padding: 0 13px;
    font-size: 8px;
  }

  .club-cover-event {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 13px;
    margin: 0;
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, .34);
    border-left: 0;
  }

  .cover-event-date strong {
    font-size: 45px;
  }

  .cover-event-copy strong {
    font-size: 17px;
  }

  .cover-event-copy span {
    display: none;
  }

  .club-cover-event > button {
    grid-column: auto;
    align-self: center;
    min-height: 38px;
    gap: 8px;
    font-size: 0;
  }

  .club-cover-event > button span {
    font-size: 16px;
  }

  .club-cover-members {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 73px;
    margin: 0 -19px;
    padding: 0 19px;
  }

  .club-cover-members > span {
    display: none;
  }

  .club-cover-members > strong {
    font-size: 11px;
    line-height: 1.35;
  }

  .club-cover-members button {
    min-height: 38px;
    gap: 9px;
    font-size: 8px;
  }

  .club-calendar {
    display: block;
    padding: 82px 19px;
  }

  .club-section-head {
    position: static;
    margin-bottom: 52px;
  }

  .club-section-head h2,
  .membership-gate-v16 h2,
  .club-last-call-v16 h2 {
    font-size: clamp(54px, 18vw, 76px);
  }

  .club-section-head h2 {
    font-size: clamp(42px, 12vw, 52px);
    line-height: .82;
  }

  .club-date-row {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 13px;
    min-height: 112px;
  }

  .club-date-row:hover {
    padding: 0;
    background: transparent;
  }

  .club-date-day strong {
    font-size: 43px;
  }

  .club-date-name h3 {
    margin-top: 6px;
    font-size: 19px;
  }

  .club-date-row > button {
    min-height: 39px;
    gap: 8px;
    padding: 0 10px;
    font-size: 0;
  }

  .club-date-row > button span {
    font-size: 15px;
  }

  .club-venues-v16 {
    grid-template-columns: 1fr;
  }

  .club-venue-panel,
  .club-venue-panel + .club-venue-panel {
    min-height: 580px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
  }

  .club-venue-panel > div {
    right: 20px;
    bottom: 42px;
    left: 20px;
  }

  .club-venue-panel h2 {
    font-size: clamp(80px, 28vw, 112px);
  }

  .club-shisha-v16,
  .club-shisha-v16 .shisha-visual {
    min-height: 650px;
  }

  .club-shisha-v16 .shisha-content {
    padding: 76px 19px;
  }

  .club-shisha-v16 .shisha-content > h2 {
    font-size: 54px;
  }

  .club-shisha-v16 .public-shisha-card {
    min-height: 500px;
  }

  .club-shop-v19 {
    padding: 84px 19px 104px;
  }

  .club-shop-head {
    margin-bottom: 48px;
    padding-bottom: 36px;
  }

  .club-shop-head h2 {
    font-size: clamp(58px, 18vw, 76px);
  }

  .club-shop-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .club-shop-card,
  .club-shop-card:nth-child(n) {
    grid-column: 1;
  }

  .club-shop-card-copy {
    padding-bottom: 54px;
  }

  .club-shop-card-copy h3 {
    font-size: 36px;
  }

  .club-shop-add {
    width: 100%;
  }

  .shop-bag-float {
    display: none !important;
  }

  .modal.shop-product-dialog {
    width: 100%;
    max-height: 100svh;
    border-radius: 0;
  }

  .shop-product-modal {
    display: block;
  }

  .shop-product-modal figure {
    min-height: 0;
  }

  .shop-product-modal figure img {
    display: block;
    aspect-ratio: 1;
  }

  .shop-product-modal form {
    padding: 30px 20px 36px;
  }

  .shop-product-modal h3 {
    font-size: 42px;
  }

  .shop-checkout-main,
  .shop-checkout-summary {
    padding: 25px 18px 32px;
  }

  .shop-cart-lines article {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 11px;
  }

  .shop-cart-lines img {
    width: 64px;
    height: 64px;
  }

  .shop-cart-lines article > label {
    grid-column: 2;
    width: 88px;
  }

  .shop-cart-lines article > b {
    grid-column: 3;
    grid-row: 1;
  }

  .membership-gate-v16 {
    padding: 86px 19px 66px;
  }

  .membership-tiers-v16 {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 58px;
  }

  .membership-tier-v16 {
    gap: 16px;
    min-height: 0;
    padding: 27px 22px 30px;
  }

  .membership-tier-v16 h3 {
    font-size: 35px;
  }

  .membership-tier-v16 > strong {
    font-size: 31px;
  }

  .membership-tier-v16 ul {
    grid-template-columns: 1fr;
  }

  .membership-tier-v16 > button {
    width: 100%;
  }

  .club-last-call-v16 {
    min-height: 520px;
  }

  .club-home-v16 .public-mobile-dock {
    border-color: rgba(255, 255, 255, .2);
    border-radius: 0;
    background: rgba(5, 6, 6, .96);
  }

  .member-club-v16 {
    margin: -4px -1px 0;
  }

  .member-door-hero {
    min-height: calc(100svh - 132px);
    padding: 20px;
    background-position: 62% center;
  }

  .member-door-copy {
    padding: 64px 0 28px;
  }

  .member-door-copy h1 {
    margin: 20px 0;
    font-size: clamp(54px, 15.5vw, 66px);
    letter-spacing: -.055em;
    line-height: .76;
  }

  .member-door-copy p {
    max-width: 310px;
    font-size: 11px;
  }

  .member-door-cta {
    margin-bottom: 24px;
  }

  .member-door-cta button {
    min-width: 0;
    flex: 1 1 0;
    min-height: 49px;
    gap: 10px;
    padding: 0 13px;
    font-size: 8px;
  }

  .member-door-facts {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .member-door-facts > span {
    min-width: 132px;
    padding-top: 14px;
  }

  .member-next-date {
    grid-template-columns: 100px minmax(0, 1fr);
    min-height: 91px;
    padding: 17px 19px;
  }

  .member-next-date > b {
    display: none;
  }

  .member-main-grid {
    margin-top: 44px;
  }

  .member-pass-command {
    min-height: 390px;
    padding: 23px;
  }

  .member-pass-identity {
    margin-top: 42px;
  }

  .member-pass-identity strong {
    font-size: 42px;
  }

  .member-pass-wordmark {
    margin-top: 56px;
    font-size: 27px;
  }

  .member-pass-command > footer {
    right: 23px;
    bottom: 22px;
    left: 23px;
  }

  .member-pass-command > footer > span {
    display: none;
  }

  .member-pass-command > footer button {
    width: 100%;
    justify-content: space-between;
  }

  .member-benefits-heading {
    margin-top: 58px;
  }

  .member-benefits-v16 > article,
  .member-benefits-v16 > article:hover {
    grid-template-columns: 30px minmax(0, 1fr) auto;
  }

  .member-club-v16 .member-venues article {
    min-height: 285px;
    padding-top: 170px;
  }
}

@media (max-width: 960px) {
  body:has(.member-club-v16) .mobile-header .brand-symbol,
  body:has(.member-club-v16) .sidebar-brand .brand-symbol {
    display: none;
  }
}

/* Growth command centre */
.page-actions,
.membership-settings-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.growth-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  background: var(--line);
}

.growth-kpis article {
  display: flex;
  min-height: 146px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background: linear-gradient(145deg, #171714, #0f1010);
}

.growth-kpis span,
.growth-kpis small,
.growth-offer-list article > div small,
.growth-offer-list footer,
.segment-list small,
.campaign-list small,
.channel-readiness small,
.reservation-zone-strip small,
.profitability-grid small,
.pos-venue-list small {
  color: var(--muted);
}

.growth-kpis span {
  order: 2;
  margin-top: 14px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}

.growth-kpis strong {
  order: 1;
  font-size: clamp(28px, 3.2vw, 48px);
  letter-spacing: -.055em;
}

.growth-kpis small {
  order: 3;
  margin-top: 5px;
  font-size: 11px;
}

.growth-command,
.growth-reservations,
.profitability-panel,
.pos-panel {
  margin-top: 18px;
}

.growth-two-column {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  margin-top: 18px;
}

.growth-offer-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.growth-offer-list article {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 19px;
  border: 1px solid var(--line-soft);
  background: #0c0d0d;
}

.growth-offer-list article::after {
  position: absolute;
  right: -42px;
  bottom: -56px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(239, 104, 43, .35);
  border-radius: 50%;
  content: "";
}

.growth-offer-list article > div,
.growth-offer-list footer,
.campaign-list article,
.pos-venue-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.growth-offer-list h3 {
  max-width: 300px;
  margin: 34px 0 7px;
  font-size: 24px;
  line-height: 1;
}

.growth-offer-list p {
  max-width: 330px;
  min-height: 44px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.growth-offer-list footer {
  position: absolute;
  right: 19px;
  bottom: 17px;
  left: 19px;
  justify-content: flex-start;
  font-size: 9px;
  text-transform: uppercase;
}

.growth-offer-list footer strong {
  color: var(--text);
}

.segment-list,
.campaign-list,
.pos-venue-list {
  display: grid;
  gap: 1px;
  background: var(--line-soft);
}

.segment-list article,
.campaign-list article,
.pos-venue-list article {
  background: var(--panel);
  padding: 14px 0;
}

.segment-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
}

.segment-list article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  font-weight: 800;
}

.segment-list article div,
.campaign-list article div,
.pos-venue-list article div {
  display: grid;
  gap: 4px;
}

.segment-list article > b {
  color: var(--purple-soft);
  font-size: 8px;
  letter-spacing: .13em;
}

.campaign-list article {
  justify-content: initial;
}

.campaign-list article > div {
  min-width: 0;
  flex: 1;
}

.channel-readiness {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 18px;
}

.channel-readiness > span {
  display: grid;
  grid-template-columns: 8px 1fr;
  align-items: center;
  gap: 3px 7px;
  padding: 10px;
  border: 1px solid var(--line-soft);
  font-size: 10px;
}

.channel-readiness i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--muted-2);
}

.channel-readiness .ready i {
  background: var(--purple);
  box-shadow: 0 0 12px rgba(239, 104, 43, .6);
}

.channel-readiness small {
  grid-column: 2;
  font-size: 8px;
}

.reservation-zone-strip {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  margin-bottom: 20px;
  scrollbar-width: thin;
}

.reservation-zone-strip > span {
  display: grid;
  min-width: 230px;
  gap: 5px;
  padding: 13px;
  border: 1px solid var(--line-soft);
  background: #0c0d0d;
}

.reservation-admin-state {
  display: grid;
  min-width: 180px;
  gap: 6px;
}

.reservation-admin-state small {
  color: var(--purple-soft);
}

.profitability-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.profitability-grid h3 {
  margin: 0 0 14px;
}

.profitability-grid article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
}

.profitability-grid article div {
  display: grid;
  gap: 3px;
}

.profitability-grid .positive {
  color: var(--purple-soft);
}

.profitability-grid .negative {
  color: var(--red);
}

.benefit-costs {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}

.benefit-costs > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}

.benefit-costs > header small {
  color: var(--muted);
}

.benefit-costs > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-soft);
}

.benefit-costs button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px;
  border: 0;
  background: var(--panel);
  color: var(--text);
  text-align: left;
}

.benefit-costs button > span {
  display: grid;
  gap: 3px;
}

.benefit-costs small,
.benefit-costs b i {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
}

.pos-venue-list article {
  padding: 15px 0;
}

/* Personal member experience */
.member-personalized {
  padding: clamp(26px, 4vw, 52px);
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background:
    radial-gradient(circle at 85% 10%, rgba(164, 70, 34, .18), transparent 34%),
    linear-gradient(120deg, #090a0a, #11100e 60%, #0b0c0c);
}

.member-personalized-head,
.member-personalized-head > div,
.member-personalized-head > div:last-child {
  display: flex;
  align-items: center;
}

.member-personalized-head {
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 28px;
}

.member-personalized-head > div:first-child {
  display: block;
}

.member-personalized-head h2 {
  margin: 6px 0 7px;
  font-size: clamp(32px, 4.8vw, 66px);
  letter-spacing: -.06em;
  line-height: .9;
}

.member-personalized-head p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.member-personalized-head > div:last-child {
  gap: 9px;
}

.member-notification-button {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
}

.member-notification-button svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.member-notification-button b {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  min-width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  font-size: 8px;
}

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

.member-personal-offers article {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 270px;
  flex-direction: column;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: #171612;
}

.member-personal-offers article:only-child {
  grid-column: span 2;
}

.member-personal-offers article::before {
  position: absolute;
  top: -80px;
  right: -65px;
  width: 175px;
  height: 175px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  content: "";
}

.member-personal-offers .offer-tone-2 {
  background: linear-gradient(155deg, #4a1d10, #1a100d 70%);
}

.member-personal-offers .offer-tone-3 {
  background: linear-gradient(155deg, #261a17, #0e0f0f 75%);
}

.member-personal-offers article > span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}

.member-personal-offers h3 {
  max-width: 270px;
  margin: 48px 0 10px;
  font-size: 27px;
  line-height: .95;
}

.member-personal-offers p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  line-height: 1.45;
}

.member-personal-offers article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 14px;
}

.member-personal-offers article > div small {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .16);
  font-size: 8px;
}

.member-personal-offers footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  font-size: 9px;
}

.member-personal-offers footer strong {
  font-size: 19px;
}

.member-personal-empty {
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, .2);
  color: var(--muted);
}

.member-personal-empty strong {
  color: var(--text);
}

.member-night-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 8px;
  margin-top: 9px;
}

.member-night-actions > button {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .025);
  color: var(--text);
  text-align: left;
}

.member-night-actions > button > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .15);
}

.member-night-actions svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.member-night-actions button div {
  display: grid;
  gap: 3px;
}

.member-night-actions small {
  color: var(--muted);
  font-size: 9px;
}

.member-current-bookings {
  display: grid;
  gap: 1px;
  margin-top: 18px;
  background: var(--line-soft);
}

.member-current-bookings article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 13px 15px;
  background: #0d0e0e;
}

.member-current-bookings article > div {
  display: grid;
  gap: 3px;
}

.member-current-bookings small,
.member-current-bookings span {
  color: var(--muted);
  font-size: 9px;
}

.member-recommended-products {
  margin-top: 28px;
}

.member-recommended-products > header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.member-recommended-products > header small {
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0;
}

.member-recommended-products > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.member-recommended-products article {
  display: grid;
  min-width: 0;
  gap: 5px;
  padding: 17px 16px 3px 0;
}

.member-recommended-products article > span,
.member-recommended-products article small {
  color: var(--muted);
  font-size: 8px;
}

.member-recommended-products article b {
  margin-top: 5px;
  font-size: 17px;
}

.member-notification-list {
  display: grid;
  gap: 7px;
}

.member-notification-list > button:not(.secondary) {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid var(--line-soft);
  background: #0f1010;
  color: var(--text);
  text-align: left;
}

.member-notification-list > button.unread {
  border-left: 3px solid var(--purple);
  background: #17120f;
}

.member-notification-list p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.member-notification-list span {
  color: var(--purple-soft);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.member-referral-card {
  display: grid;
  gap: 17px;
  text-align: center;
}

.member-referral-card > span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .16em;
}

.member-referral-card > strong {
  font-size: clamp(31px, 8vw, 54px);
  letter-spacing: -.04em;
}

.member-referral-card > p {
  max-width: 480px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.member-referral-card > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}

.member-referral-card > div span {
  display: grid;
  gap: 4px;
  padding: 15px;
  border-right: 1px solid var(--line);
}

.member-referral-card > div span:last-child {
  border: 0;
}

.member-referral-card small {
  color: var(--muted);
}

.access-priority-rsvp {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 13px;
  margin: 12px 0;
  padding: 14px;
  border: 1px solid rgba(239, 104, 43, .38);
  background: rgba(239, 104, 43, .07);
}

.access-priority-rsvp > span {
  color: var(--purple-soft);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.access-priority-rsvp > div {
  display: grid;
  gap: 3px;
}

.access-priority-rsvp small {
  color: var(--muted);
}

@media (max-width: 1050px) {
  .growth-kpis,
  .member-personal-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-offer-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .growth-kpis,
  .growth-two-column,
  .profitability-grid,
  .member-night-actions,
  .member-recommended-products > div {
    grid-template-columns: 1fr;
  }

  .benefit-costs > div {
    grid-template-columns: 1fr;
  }

  .benefit-costs > header {
    display: grid;
  }

  .growth-offer-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .growth-offer-list article {
    min-width: 84vw;
    scroll-snap-align: start;
  }

  .growth-kpis article {
    min-height: 105px;
  }

  .channel-readiness {
    grid-template-columns: 1fr 1fr;
  }

  .member-personalized {
    margin: 0 -1px;
    padding: 31px 19px;
  }

  .member-personalized-head {
    align-items: flex-start;
  }

  .member-personalized-head > div:last-child {
    flex-direction: column-reverse;
    align-items: end;
  }

  .member-personalized-head .small-button {
    white-space: nowrap;
  }

  .member-personal-offers {
    display: flex;
    overflow-x: auto;
    margin-right: -19px;
    padding-right: 19px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .member-personal-offers article {
    min-width: 82vw;
    scroll-snap-align: start;
  }

  .member-personal-offers article:only-child {
    grid-column: auto;
  }

  .member-night-actions > button {
    min-height: 67px;
  }

  .member-recommended-products article {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .member-recommended-products > header small {
    display: none;
  }

  .pos-venue-list article {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .access-priority-rsvp {
    grid-template-columns: 1fr auto;
  }

  .access-priority-rsvp > span,
  .access-priority-rsvp > div {
    grid-column: 1 / -1;
  }
}

/* iOS PWA safe areas: keep every top control below the status bar/notch. */
:root {
  --pwa-safe-top: env(safe-area-inset-top, 0px);
  --pwa-safe-right: env(safe-area-inset-right, 0px);
  --pwa-safe-bottom: env(safe-area-inset-bottom, 0px);
  --pwa-safe-left: env(safe-area-inset-left, 0px);
}

.scroll-progress {
  top: var(--pwa-safe-top);
}

.club-home-v16 .public-header {
  box-sizing: border-box;
  height: calc(82px + var(--pwa-safe-top));
  padding-top: var(--pwa-safe-top);
  padding-right: max(clamp(22px, 4vw, 68px), var(--pwa-safe-right));
  padding-left: max(clamp(22px, 4vw, 68px), var(--pwa-safe-left));
}

.modal-backdrop {
  padding-top: max(24px, var(--pwa-safe-top));
  padding-right: max(24px, var(--pwa-safe-right));
  padding-bottom: max(24px, var(--pwa-safe-bottom));
  padding-left: max(24px, var(--pwa-safe-left));
}

.modal {
  max-height: calc(100dvh - var(--pwa-safe-top) - var(--pwa-safe-bottom) - 48px);
}

@media (max-width: 960px) {
  .mobile-header {
    box-sizing: border-box;
    height: calc(65px + var(--pwa-safe-top));
    padding: var(--pwa-safe-top) max(18px, var(--pwa-safe-right)) 0 max(18px, var(--pwa-safe-left));
  }

  .sidebar {
    box-sizing: border-box;
    padding-top: var(--pwa-safe-top);
    padding-bottom: var(--pwa-safe-bottom);
  }

  .view [id] {
    scroll-margin-top: calc(76px + var(--pwa-safe-top));
  }
}

@media (max-width: 700px) {
  .club-home-v16 .public-header,
  .club-home-v16 .public-header.scrolled {
    height: calc(68px + var(--pwa-safe-top));
    padding-top: var(--pwa-safe-top);
    padding-right: max(18px, var(--pwa-safe-right));
    padding-left: max(18px, var(--pwa-safe-left));
  }

  .shop-bag-float.has-items {
    right: max(10px, var(--pwa-safe-right));
    bottom: calc(82px + var(--pwa-safe-bottom));
    left: max(10px, var(--pwa-safe-left));
    display: flex !important;
    min-height: 54px;
    justify-content: flex-start;
    border-color: rgba(239, 104, 43, .7);
    padding: 0 16px;
    background: rgba(7, 8, 8, .97);
  }

  .shop-bag-float > strong {
    margin-left: auto;
  }
}

/* Barra / TPV: interfaz operativa de pedidos en directo. */
.view.bar-view {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.bar-terminal {
  min-height: 100svh;
  background: #070808;
  color: #f3eee7;
}

.bar-command-bar {
  position: sticky;
  z-index: 35;
  top: 0;
  display: grid;
  min-height: 76px;
  grid-template-columns: auto minmax(180px, 230px) auto auto auto;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding: 10px clamp(18px, 2.4vw, 38px);
  background: rgba(8, 9, 9, .96);
  backdrop-filter: blur(24px);
}

@media (min-width: 961px) {
  .member-shell .bar-command-bar {
    top: 78px;
  }
}

.bar-command-brand,
.bar-command-brand > span,
.bar-command-bar label,
.bar-command-actions {
  display: flex;
  align-items: center;
}

.bar-command-brand {
  gap: 12px;
  padding-right: 22px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.bar-brand-symbol {
  width: 36px;
  height: 36px;
}

.bar-command-brand > span {
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
}

.bar-command-brand small,
.bar-command-bar label,
.bar-metrics span,
.bar-stage > header span,
.bar-order-identity small,
.bar-order-note > span {
  color: rgba(243, 238, 231, .45);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.bar-command-brand strong {
  font-size: 14px;
  letter-spacing: .02em;
}

.bar-command-bar label {
  gap: 10px;
  white-space: nowrap;
}

.bar-command-bar select {
  min-width: 125px;
  height: 42px;
  border-color: rgba(255, 255, 255, .16);
  border-radius: 0;
  background: #101111;
  color: #f3eee7;
  font-size: 11px;
}

.bar-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #b7d8c3;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  white-space: nowrap;
}

.bar-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #63d38c;
  box-shadow: 0 0 14px rgba(99, 211, 140, .7);
}

.bar-live.offline {
  color: #ee8b73;
}

.bar-live.offline i {
  background: #ee6e5d;
  box-shadow: none;
}

.bar-command-bar > time {
  color: #f3eee7;
  font-family: var(--club-display);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: .04em;
}

.bar-command-actions {
  justify-content: flex-end;
  gap: 7px;
}

.bar-command-actions button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 0;
  padding: 0 12px;
  background: transparent;
  color: rgba(243, 238, 231, .7);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bar-command-actions button:hover,
.bar-command-actions button.active {
  border-color: var(--club-orange);
  color: #fff;
}

.bar-workspace {
  padding: clamp(18px, 2.5vw, 38px);
}

.bar-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
}

.bar-metrics article {
  display: grid;
  min-height: 112px;
  align-content: space-between;
  gap: 6px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  padding: 17px 20px;
  background: #0c0d0d;
}

.bar-metrics article:last-child {
  border-right: 0;
}

.bar-metrics strong {
  font-family: var(--club-display);
  font-size: clamp(31px, 3vw, 45px);
  letter-spacing: -.04em;
  line-height: 1;
}

.bar-metrics small {
  color: rgba(243, 238, 231, .46);
  font-size: 10px;
}

.bar-order-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 12px;
  align-items: start;
}

.bar-stage {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-top: 2px solid rgba(255, 255, 255, .24);
  background: #0b0c0c;
}

.bar-stage.incoming {
  border-top-color: var(--club-orange);
}

.bar-stage.preparing {
  border-top-color: #d6a65d;
}

.bar-stage.ready {
  border-top-color: #63d38c;
}

.bar-stage > header {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.bar-stage > header h2 {
  margin: 4px 0 0;
  font-family: var(--club-display);
  font-size: 25px;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.bar-stage > header b {
  display: grid;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  place-items: center;
}

.bar-stage > div {
  display: grid;
  gap: 10px;
  padding: 10px;
}

.bar-order-card {
  border: 1px solid rgba(255, 255, 255, .15);
  background: #111212;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
}

.bar-order-card > header,
.bar-order-total,
.bar-order-card > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.bar-order-card > header {
  min-height: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  padding: 9px 12px;
}

.bar-order-card > header > div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.bar-order-card > header > div span {
  color: var(--club-orange);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}

.bar-order-card > header time {
  color: rgba(243, 238, 231, .48);
  font-size: 9px;
}

.bar-pos-state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(243, 238, 231, .5);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.bar-pos-state i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #817d76;
}

.bar-pos-state.ok {
  color: #a9d8b8;
}

.bar-pos-state.ok i {
  background: #63d38c;
}

.bar-pos-state.failed {
  color: #f08b73;
}

.bar-pos-state.failed i {
  background: #ee6e5d;
}

.bar-order-identity {
  padding: 15px 14px 8px;
}

.bar-order-identity h3 {
  margin: 6px 0 0;
  font-size: 19px;
}

.bar-order-lines {
  margin: 0;
  padding: 4px 14px 10px;
  list-style: none;
}

.bar-order-lines li {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: 11px;
}

.bar-order-lines li b {
  display: grid;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(239, 104, 43, .5);
  color: #f19a72;
  font-size: 10px;
  place-items: center;
}

.bar-order-lines li strong {
  font-size: 10px;
}

.bar-order-note {
  margin: 2px 14px 12px;
  border-left: 2px solid #d6a65d;
  padding: 9px 11px;
  background: rgba(214, 166, 93, .07);
}

.bar-order-note p {
  margin: 4px 0 0;
  color: #e4d7c4;
  font-size: 11px;
  line-height: 1.45;
}

.bar-order-total {
  margin: 0 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.bar-order-total span {
  color: rgba(243, 238, 231, .48);
  font-size: 9px;
  text-transform: uppercase;
}

.bar-order-total strong {
  font-family: var(--club-display);
  font-size: 23px;
}

.bar-order-card > footer {
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 10px;
}

.bar-order-card > footer button {
  min-height: 43px;
  border-radius: 0;
  padding: 0 13px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.bar-order-action {
  flex: 1;
  border: 1px solid var(--club-orange);
  background: var(--club-orange);
  color: #080909;
}

.bar-order-action span {
  float: right;
  margin-left: 18px;
}

.bar-order-cancel,
.bar-pos-retry {
  border: 1px solid rgba(255, 255, 255, .18);
  background: transparent;
  color: rgba(243, 238, 231, .62);
}

.bar-pos-retry {
  width: 100%;
  border-color: rgba(238, 110, 93, .55);
  color: #f08b73;
}

.bar-stage-empty {
  display: grid;
  min-height: 205px;
  align-content: center;
  justify-items: center;
  gap: 7px;
  color: rgba(243, 238, 231, .38);
  text-align: center;
}

.bar-stage-empty > span {
  font-size: 24px;
}

.bar-stage-empty strong {
  color: rgba(243, 238, 231, .62);
  font-size: 12px;
}

.bar-stage-empty small {
  font-size: 10px;
}

@media (max-width: 1180px) {
  .bar-command-bar {
    grid-template-columns: auto minmax(160px, 1fr) auto auto;
  }

  .bar-command-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, .09);
    padding-top: 8px;
  }
}

@media (max-width: 760px) {
  .bar-command-bar {
    top: calc(65px + var(--pwa-safe-top));
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 11px;
    padding: 10px 12px;
  }

  .bar-command-brand {
    padding-right: 0;
    border-right: 0;
  }

  .bar-command-brand small,
  .bar-command-brand .bar-brand-symbol {
    display: none;
  }

  .bar-command-bar label {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .bar-command-bar label select {
    flex: 1;
  }

  .bar-command-actions {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .bar-command-actions button {
    width: 100%;
    min-width: 0;
    padding-inline: 8px;
  }

  .bar-workspace {
    padding: 12px;
  }

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

  .bar-metrics article {
    min-height: 92px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 13px;
  }

  .bar-order-board {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .bar-stage {
    width: 86vw;
    min-width: 86vw;
    scroll-snap-align: start;
  }
}

/* Pase por local: QR firmado y perfil activado al validar */
.modal.member-pass-dialog {
  width: min(510px, calc(100vw - 24px));
}

.pass-venue-picker {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.pass-venue-picker button {
  display: grid;
  gap: 5px;
  min-height: 68px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  padding: 12px 15px;
  background: #0b0c0c;
  color: rgba(255, 255, 255, .62);
  text-align: left;
}

.pass-venue-picker button small {
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .17em;
}

.pass-venue-picker button strong {
  font-family: var(--club-display);
  font-size: 21px;
  text-transform: uppercase;
}

.pass-venue-picker button.active {
  border-color: var(--club-orange);
  background: var(--club-orange);
  color: #090909;
}

.expanded-pass-qr {
  display: grid;
  width: min(330px, 80vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #fff;
  place-items: center;
  transition: box-shadow 280ms ease, transform 280ms ease;
}

.expanded-pass-qr img {
  width: 100%;
  border: 12px solid white;
  border-radius: 0;
  box-shadow: none;
}

.expanded-pass-qr .qr-loading {
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.expanded-member-pass.is-confirmed .expanded-pass-qr {
  box-shadow: 0 0 0 4px rgba(97, 217, 149, .72), 0 24px 70px rgba(15, 94, 56, .34);
  transform: scale(.98);
}

.expanded-member-pass.is-confirmed .expanded-pass-status {
  color: var(--green);
}

.member-venue-welcome {
  position: fixed;
  z-index: 10020;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: max(24px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom));
  overflow: hidden;
  background: rgba(6, 7, 7, .7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.member-venue-welcome::before,
.member-venue-welcome::after {
  position: absolute;
  width: 105vw;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: .62;
  transform: translateX(-105%);
}

.member-venue-welcome::before {
  top: 28%;
}

.member-venue-welcome::after {
  bottom: 28%;
  transition-delay: 70ms;
}

.member-venue-welcome.is-visible {
  opacity: 1;
}

.member-venue-welcome.is-visible::before,
.member-venue-welcome.is-visible::after {
  transform: translateX(0);
  transition: transform 780ms cubic-bezier(.16, 1, .3, 1);
}

.member-venue-welcome__panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 340px);
  gap: 10px;
  border: 1px solid currentColor;
  padding: 25px 22px 23px;
  background: linear-gradient(145deg, rgba(20, 22, 21, .94), rgba(8, 9, 9, .98));
  color: var(--club-orange);
  opacity: 0;
  text-align: left;
  transform: translateY(18px) scale(.985);
  transition: opacity 400ms ease 70ms, transform 620ms cubic-bezier(.16, 1, .3, 1) 70ms;
}

.member-venue-welcome.is-epoca .member-venue-welcome__panel {
  background: linear-gradient(145deg, rgba(42, 12, 22, .95), rgba(10, 8, 9, .98));
  color: #d5ab6a;
}

.member-venue-welcome.is-visible .member-venue-welcome__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.member-venue-welcome__eyebrow,
.member-venue-welcome__panel small {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
}

.member-venue-welcome__panel small {
  color: rgba(255, 255, 255, .58);
}

.member-venue-welcome__panel strong {
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-family: var(--club-display);
  font-size: clamp(45px, 15vw, 66px);
  line-height: .85;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.member-venue-welcome__panel p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .67);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 720px) {
  .member-venue-welcome {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .member-venue-welcome,
  .member-venue-welcome::before,
  .member-venue-welcome::after,
  .member-venue-welcome__panel {
    transition-duration: 1ms;
  }
}

.member-venues article.is-active-profile {
  position: relative;
  border-color: var(--club-orange);
  box-shadow: inset 0 0 0 1px var(--club-orange), 0 18px 54px rgba(0, 0, 0, .22);
}

.member-venues article.is-active-profile::after {
  position: absolute;
  right: 15px;
  top: 15px;
  border: 1px solid var(--club-orange);
  padding: 6px 8px;
  background: rgba(7, 8, 8, .78);
  color: var(--club-orange);
  content: "PERFIL ACTIVO";
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .14em;
}

.member-door-hero.profile-epoca .member-door-shade {
  background: linear-gradient(90deg, rgba(34, 9, 17, .92), rgba(17, 11, 12, .46));
}

@media (max-width: 560px) {
  .pass-venue-picker button {
    min-height: 60px;
    padding: 10px 12px;
  }

  .pass-venue-picker button strong {
    font-size: 18px;
  }
}

/* Piloto Tulum: agenda de carteles, galería y una única suscripción. */
.club-cover-members > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid var(--club-orange);
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.club-program-v20 .club-program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  border-top: 2px solid #111;
  padding-top: 20px;
}

.club-program-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(9, 10, 10, .78);
  background: #0a0b0b;
  color: #f5f2e9;
}

.club-program-poster {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #171816;
  color: #fff;
  cursor: pointer;
  isolation: isolate;
}

.club-program-poster > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .88;
  transition: transform 900ms cubic-bezier(.16, 1, .3, 1), opacity 500ms ease;
}

.club-program-poster-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(128deg, rgba(0, 0, 0, .1) 24%, rgba(239, 104, 43, .5) 49%, rgba(0, 0, 0, .58) 74%);
  background-size: 220% 100%;
  mix-blend-mode: screen;
  opacity: .62;
  transition: opacity 500ms ease;
}

.club-program-card.is-epoca .club-program-poster-shade {
  background-image: linear-gradient(128deg, rgba(0, 0, 0, .1) 24%, rgba(158, 35, 54, .55) 49%, rgba(0, 0, 0, .58) 74%);
}

.club-program-poster-date,
.club-program-poster-word {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
}

.club-program-poster-date {
  top: 15px;
  left: 15px;
  display: grid;
  gap: 2px;
  border-left: 2px solid var(--club-orange);
  padding-left: 9px;
  text-align: left;
}

.club-program-card.is-epoca .club-program-poster-date {
  border-color: #d5ab6a;
}

.club-program-poster-date b {
  font-family: var(--club-display);
  font-size: 48px;
  line-height: .7;
}

.club-program-poster-date small,
.club-program-poster-word,
.club-program-copy > small {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.club-program-poster-word {
  right: 13px;
  bottom: 12px;
  color: rgba(255, 255, 255, .8);
  writing-mode: vertical-rl;
}

.club-program-copy {
  display: grid;
  gap: 12px;
  padding: 19px;
}

.club-program-copy > small {
  color: var(--club-orange);
}

.club-program-card.is-epoca .club-program-copy > small {
  color: #d5ab6a;
}

.club-program-copy h3 {
  margin: 0;
  font-family: var(--club-display);
  font-size: clamp(29px, 2.9vw, 47px);
  letter-spacing: -.045em;
  line-height: .84;
  text-transform: uppercase;
}

.club-program-copy p {
  min-height: 38px;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
  line-height: 1.55;
}

.club-program-copy footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding-top: 14px;
}

.club-program-copy footer > span {
  color: rgba(255, 255, 255, .56);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.club-program-copy footer > button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}

.club-program-copy footer > button b {
  color: var(--club-orange);
  font-size: 15px;
}

.club-program-card:hover .club-program-poster > img {
  opacity: 1;
  transform: scale(1.055);
}

.club-program-card:hover .club-program-poster-shade {
  animation: tulum-poster-light 1.7s ease both;
  opacity: .82;
}

@keyframes tulum-poster-light {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

.tulumbra-gallery-section {
  padding: clamp(76px, 10vw, 142px) clamp(22px, 6vw, 96px);
  background: #070808;
  color: #f5f2e9;
}

.tulumbra-gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, .55fr);
  align-items: end;
  gap: 45px;
  margin-bottom: 42px;
}

.tulumbra-gallery-heading > div:first-child > span,
.tulumbra-gallery-heading small {
  color: var(--club-orange);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .2em;
}

.tulumbra-gallery-heading h2 {
  margin: 21px 0 0;
  font-family: var(--club-display);
  font-size: clamp(64px, 9vw, 142px);
  letter-spacing: -.075em;
  line-height: .69;
  text-transform: uppercase;
}

.tulumbra-gallery-heading > div:last-child {
  display: grid;
  gap: 20px;
}

.tulumbra-gallery-heading p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, .67);
  font-size: 13px;
  line-height: 1.62;
}

.tulumbra-gallery-heading button {
  width: max-content;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .42);
  padding: 0 15px;
  background: transparent;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tulumbra-gallery-heading button b {
  margin-left: 20px;
  color: var(--club-orange);
  font-size: 16px;
}

.tulumbra-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
}

.tulumbra-gallery-card {
  position: relative;
  display: grid;
  min-height: 250px;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #161717;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.tulumbra-gallery-card:nth-child(1),
.tulumbra-gallery-card:nth-child(4) { grid-column: span 5; }
.tulumbra-gallery-card:nth-child(2),
.tulumbra-gallery-card:nth-child(5) { grid-column: span 3; }
.tulumbra-gallery-card:nth-child(3),
.tulumbra-gallery-card:nth-child(6) { grid-column: span 4; }
.tulumbra-gallery-card:nth-child(4),
.tulumbra-gallery-card:nth-child(6) { min-height: 340px; }

.tulumbra-gallery-card img,
.tulumbra-gallery-card > span {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tulumbra-gallery-card img {
  object-fit: cover;
  transition: transform 750ms cubic-bezier(.16, 1, .3, 1), filter 500ms ease;
}

.tulumbra-gallery-card > span {
  background: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 58%);
}

.tulumbra-gallery-card > div {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  gap: 6px;
  padding: 17px;
}

.tulumbra-gallery-card small {
  color: var(--club-orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.tulumbra-gallery-card strong {
  font-family: var(--club-display);
  font-size: clamp(22px, 2.3vw, 34px);
  letter-spacing: -.035em;
  line-height: .9;
  text-transform: uppercase;
}

.tulumbra-gallery-card:hover img {
  filter: saturate(1.15);
  transform: scale(1.055);
}

.tulumbra-gallery-dialog figure {
  display: grid;
  gap: 17px;
  margin: 0;
}

.tulumbra-gallery-stage {
  position: relative;
  min-height: 290px;
  max-height: min(62svh, 660px);
  overflow: hidden;
  background: #101111;
}

.tulumbra-gallery-stage img {
  display: block;
  width: 100%;
  height: min(62svh, 660px);
  object-fit: contain;
}

.tulumbra-gallery-stage span {
  position: absolute;
  top: 13px;
  right: 13px;
  padding: 7px 8px;
  background: rgba(0, 0, 0, .74);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}

.tulumbra-gallery-dialog figcaption {
  display: grid;
  gap: 7px;
}

.tulumbra-gallery-dialog figcaption small {
  color: var(--club-orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.tulumbra-gallery-dialog figcaption strong {
  font-family: var(--club-display);
  font-size: clamp(30px, 5vw, 54px);
  letter-spacing: -.045em;
  line-height: .86;
  text-transform: uppercase;
}

.tulumbra-gallery-controls {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.tulumbra-gallery-controls button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .22);
  padding: 0 13px;
  background: transparent;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tulumbra-gallery-controls button:disabled {
  cursor: default;
  opacity: .35;
}

.membership-pilot-tier {
  max-width: 580px;
  grid-template-columns: 1fr;
}

.membership-pilot-tier .membership-tier-v16 {
  margin-left: 0;
}

.admin-event-poster-thumb {
  width: 82px;
  height: 108px;
  object-fit: cover;
  border-radius: 7px;
}

.admin-event-card:has(.admin-event-poster-thumb) {
  grid-template-columns: 82px 82px minmax(0, 1fr);
}

.admin-event-card:has(.admin-event-poster-thumb) .ticket-type-stats,
.admin-event-card:has(.admin-event-poster-thumb) > select,
.admin-event-card:has(.admin-event-poster-thumb) > .edit-event-poster {
  grid-column: 1 / -1;
}

.admin-event-card > .edit-event-poster {
  justify-self: start;
}

@media (max-width: 760px) {
  .club-cover-members > a {
    min-height: 38px;
    gap: 9px;
    font-size: 8px;
  }

  .club-program-v20 .club-program-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    padding-top: 9px;
  }

  .club-program-copy {
    gap: 10px;
    padding: 13px;
  }

  .club-program-poster-date {
    top: 11px;
    left: 11px;
    padding-left: 6px;
  }

  .club-program-poster-date b {
    font-size: 36px;
  }

  .club-program-copy h3 {
    font-size: 27px;
  }

  .club-program-copy p {
    display: none;
  }

  .club-program-copy footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .club-program-copy footer > button {
    text-align: left;
  }

  .tulumbra-gallery-section {
    padding: 76px 19px;
  }

  .tulumbra-gallery-heading {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-bottom: 25px;
  }

  .tulumbra-gallery-heading h2 {
    font-size: clamp(62px, 20vw, 86px);
  }

  .tulumbra-gallery-card:nth-child(n) {
    grid-column: span 6;
    min-height: 210px;
  }

  .tulumbra-gallery-card:nth-child(1),
  .tulumbra-gallery-card:nth-child(4) {
    grid-column: span 12;
    min-height: 300px;
  }

  .tulumbra-gallery-stage,
  .tulumbra-gallery-stage img {
    height: min(54svh, 510px);
  }

  .admin-event-card:has(.admin-event-poster-thumb) {
    grid-template-columns: 66px 66px minmax(0, 1fr);
    gap: 10px;
  }

  .admin-event-poster-thumb {
    width: 66px;
    height: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .club-program-poster > img,
  .club-program-poster-shade,
  .tulumbra-gallery-card img {
    transition-duration: 1ms;
  }

  .club-program-card:hover .club-program-poster-shade {
    animation: none;
  }
}

/* v48: el modal ocupa el viewport útil y solo su cuerpo puede desplazarse. */
@media (max-width: 700px) {
  .modal-backdrop {
    align-items: stretch;
    padding-top: max(8px, var(--pwa-safe-top));
    padding-right: max(0px, var(--pwa-safe-right));
    padding-bottom: max(0px, var(--pwa-safe-bottom));
    padding-left: max(0px, var(--pwa-safe-left));
  }

  .modal,
  .modal.medium,
  .modal.large {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 16px 16px 0 0;
  }

  .modal-head {
    min-height: 68px;
    padding: 14px max(18px, var(--pwa-safe-right)) 14px max(18px, var(--pwa-safe-left));
  }

  .modal-head .close-modal {
    width: 42px;
    height: 42px;
    color: #f4efe5;
  }

  .modal-body {
    padding-right: max(18px, var(--pwa-safe-right));
    padding-bottom: max(24px, var(--pwa-safe-bottom));
    padding-left: max(18px, var(--pwa-safe-left));
  }
}
