:root {
  --ink: #0b0d0c;
  --ink-soft: #121512;
  --ink-raised: #191b18;
  --paper: #f1ede3;
  --paper-soft: #d8d0c0;
  --muted: #9c978c;
  --gold: #c6a96d;
  --gold-light: #e4d4a8;
  --line: rgba(229, 214, 178, 0.16);
  --line-strong: rgba(229, 214, 178, 0.28);
  --success: #91b99b;
  --danger: #d08377;
  --serif: "Marcellus", "Times New Roman", serif;
  --display: "Cormorant", Georgia, serif;
  --sans: "Manrope", sans-serif;
  --header-h: 68px;
  --dock-h: 72px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  overscroll-behavior: none;
  touch-action: manipulation;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  color: inherit;
  background: none;
  cursor: pointer;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}

img {
  display: block;
  width: 100%;
  background: #171916;
}

.image-missing {
  opacity: 0;
}

.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#app,
.app-shell {
  width: 100%;
  height: 100%;
}

.boot {
  display: flex;
  width: 100%;
  min-height: 100dvh;
  padding: calc(28px + var(--safe-top)) 24px calc(28px + var(--safe-bottom));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 43%, rgba(216, 185, 120, 0.16), transparent 29%),
    linear-gradient(145deg, #151812 0%, #080a09 55%, #18140f 100%);
  text-align: center;
}

.boot-mark {
  color: var(--gold);
  font-family: var(--display);
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.08em;
}

.boot-word {
  margin-top: 8px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(38px, 12vw, 64px);
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.boot-small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.arrival-screen {
  position: relative;
  display: flex;
  min-height: 100dvh;
  padding: calc(30px + var(--safe-top)) 24px calc(24px + var(--safe-bottom));
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 39%, rgba(216, 185, 120, 0.17), transparent 30%),
    radial-gradient(circle at 20% 12%, rgba(92, 118, 105, 0.14), transparent 35%),
    linear-gradient(145deg, #151812 0%, #080a09 53%, #18140f 100%);
}

.arrival-screen::before {
  position: absolute;
  inset: 20px;
  z-index: -1;
  border: 1px solid rgba(216, 194, 146, 0.14);
  border-radius: 200px 200px 32px 32px;
  content: "";
  animation: arrivalFrame 1.4s ease both;
}

.arrival-screen::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle, #000 0, transparent 70%);
  content: "";
}

.arrival-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.arrival-atmosphere span {
  position: absolute;
  width: 1px;
  height: 45vh;
  background: linear-gradient(transparent, rgba(231, 208, 159, 0.42), transparent);
  transform-origin: center;
  animation: lightSweep 5s ease-in-out infinite alternate;
}

.arrival-atmosphere span:nth-child(1) { left: 22%; top: 6%; transform: rotate(18deg); }
.arrival-atmosphere span:nth-child(2) { right: 22%; top: 8%; transform: rotate(-18deg); animation-delay: -1.8s; }
.arrival-atmosphere span:nth-child(3) { left: 50%; bottom: -12%; transform: rotate(0); animation-delay: -3.1s; }

.arrival-mark {
  text-align: center;
  animation: arrivalMark 1.1s cubic-bezier(.2,.7,.2,1) .25s both;
}

.vellara-emblem {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 0 auto 24px;
  color: var(--gold-light);
}

.vellara-emblem i {
  position: absolute;
  inset: 10px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.vellara-emblem i:nth-child(2) { inset: 16px; transform: rotate(0); }
.vellara-emblem i:nth-child(3) { inset: 22px; border-radius: 50%; transform: none; background: currentColor; }
.vellara-emblem.compact { width: 42px; height: 42px; margin-bottom: 16px; }

.arrival-mark p,
.auth-brand p,
.brand-lockup span {
  margin: 0;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .38em;
}

.arrival-mark h1 {
  margin: 8px 0 3px;
  font-family: var(--serif);
  font-size: clamp(44px, 14vw, 70px);
  font-weight: 400;
  letter-spacing: .2em;
  line-height: 1;
  transform: translateX(.1em);
}

.arrival-mark h2 {
  margin: 0;
  color: var(--paper-soft);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.arrival-enter {
  position: absolute;
  right: 24px;
  bottom: calc(72px + var(--safe-bottom));
  left: 24px;
  display: flex;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid rgba(226, 207, 166, .32);
  border-radius: 999px;
  align-items: center;
  justify-content: space-between;
  color: #17140f;
  background: linear-gradient(120deg, #d1b477, #ead9ae);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .35);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.arrival-note {
  position: absolute;
  bottom: calc(28px + var(--safe-bottom));
  margin: 0;
  color: rgba(236, 228, 213, .5);
  font-family: var(--display);
  font-size: 15px;
  font-style: italic;
}

.login-screen {
  height: 100dvh;
  padding: calc(34px + var(--safe-top)) 20px calc(30px + var(--safe-bottom));
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background:
    radial-gradient(circle at 85% 5%, rgba(202, 171, 109, .12), transparent 28%),
    linear-gradient(180deg, #121511, #090b0a 65%);
}

.auth-brand {
  max-width: 440px;
  margin: 0 auto 36px;
  text-align: center;
  animation: pageRise .7s ease both;
}

.auth-brand h1 {
  margin: 14px 0 8px;
  font-family: var(--display);
  font-size: 44px;
  font-weight: 400;
  line-height: .95;
}

.auth-brand > span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.profile-stack,
.auth-actions {
  display: grid;
  max-width: 440px;
  margin: 0 auto;
  gap: 11px;
}

.profile-card {
  position: relative;
  overflow: visible;
  border-bottom: 1px solid var(--line);
}

.profile-select {
  display: grid;
  width: 100%;
  min-height: 92px;
  padding: 13px 42px 13px 4px;
  grid-template-columns: 58px 1fr auto;
  gap: 15px;
  align-items: center;
  text-align: left;
}

.profile-select > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.profile-select small,
.profile-select em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.profile-select strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.profile-select .icon { color: var(--gold); }

.profile-avatar,
.profile-hero-avatar {
  display: grid;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(211, 182, 121, .44);
  border-radius: 50%;
  place-items: center;
  color: var(--gold-light);
  background: radial-gradient(circle at 35% 30%, #343126, #151713);
  font-family: var(--serif);
  font-size: 15px;
}

.profile-delete {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 3px;
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(208, 131, 119, .26);
  border-radius: 50%;
  place-items: center;
  color: var(--danger);
  background: #111310;
  transform: translateY(-50%);
}

.profile-delete .icon { width: 14px; height: 14px; }
.auth-actions { margin-top: 28px; }

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
  transition: transform 100ms ease, background 180ms ease, border-color 180ms ease;
}

.button:active,
.action-row:active,
.quick-orb:active { transform: scale(.98); }
.button-primary { color: #17130d; background: linear-gradient(120deg, #c5a765, #ead9ae); box-shadow: 0 14px 30px rgba(0,0,0,.2); }
.button-secondary { border: 1px solid var(--line-strong); color: var(--paper); background: rgba(255,255,255,.035); }
.button-quiet { color: var(--paper-soft); background: transparent; }
.button-glass { border: 1px solid rgba(255,255,255,.24); background: rgba(14,16,14,.26); backdrop-filter: blur(18px); }

.auth-footer {
  margin: 34px auto 0;
  color: rgba(222, 213, 194, .36);
  font-size: 9px;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}

.app-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% -10%, rgba(139, 118, 74, .08), transparent 28%),
    var(--ink);
}

.app-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  height: calc(var(--header-h) + var(--safe-top));
  padding: var(--safe-top) max(18px, env(safe-area-inset-right)) 0 max(18px, env(safe-area-inset-left));
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(11,13,12,.98) 0%, rgba(11,13,12,.9) 74%, transparent 100%);
  pointer-events: none;
}

.app-header > * { pointer-events: auto; }
.brand-lockup { display: flex; flex-direction: column; gap: 4px; }
.brand-lockup small { color: var(--muted); font-family: var(--display); font-size: 13px; font-style: italic; }

.account-trigger {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(207, 176, 112, .4);
  border-radius: 50%;
  place-items: center;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 12px;
  background: rgba(20,22,19,.86);
  backdrop-filter: blur(16px);
}

.account-trigger i {
  position: absolute;
  top: -3px;
  right: -4px;
  display: grid;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  place-items: center;
  color: #15120c;
  background: var(--gold-light);
  font-family: var(--sans);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.screen-frame {
  position: fixed;
  top: calc(var(--header-h) + var(--safe-top));
  right: 0;
  bottom: calc(var(--dock-h) + var(--safe-bottom));
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-x: none;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-width: none;
}

.screen-frame::-webkit-scrollbar,
.quick-rail::-webkit-scrollbar,
.gallery-rail::-webkit-scrollbar { display: none; }

.bottom-dock {
  position: fixed;
  z-index: 60;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  height: calc(var(--dock-h) + var(--safe-bottom));
  padding: 6px max(8px, env(safe-area-inset-right)) var(--safe-bottom) max(8px, env(safe-area-inset-left));
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(220, 205, 169, .12);
  background: rgba(8, 10, 9, .93);
  box-shadow: 0 -18px 45px rgba(0,0,0,.25);
  backdrop-filter: blur(24px) saturate(125%);
}

.dock-item {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #6f7069;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color 220ms ease, transform 220ms ease;
}

.dock-item .icon { width: 21px; height: 21px; }
.dock-item.active { color: var(--gold-light); }
.dock-item.active::before { position: absolute; top: 0; width: 22px; height: 1px; background: var(--gold-light); box-shadow: 0 0 12px var(--gold); content: ""; }

.page {
  width: min(100%, 1180px);
  min-height: 100%;
  margin: 0 auto;
  padding: 12px max(17px, env(safe-area-inset-left)) 64px;
  overflow-x: clip;
  animation: pageRise .45s cubic-bezier(.2,.7,.2,1) both;
}

@keyframes pageRise { from { opacity: .88; } to { opacity: 1; } }
@keyframes arrivalFrame { from { opacity: .42; transform: scale(.975); } to { opacity: 1; transform: none; } }
@keyframes arrivalMark { from { opacity: .78; filter: blur(2px); } to { opacity: 1; filter: none; } }
@keyframes arrivalButton { from { opacity: .74; } to { opacity: 1; } }
@keyframes lightSweep { from { opacity: .25; transform: translateY(-8%) rotate(18deg); } to { opacity: .75; transform: translateY(8%) rotate(18deg); } }

.home-greeting,
.page-title,
.dining-heading {
  padding: 14px 2px 26px;
}

.home-greeting > span,
.page-title > span,
.dining-heading > span,
.guest-editorial > span,
.casino-title > div > span,
.guest-feature small,
.dream-story > span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.home-greeting h1,
.page-title h1,
.dining-heading h1,
.guest-editorial h1,
.casino-title h1,
.guest-profile-callout h1 {
  margin: 8px 0 10px;
  font-family: var(--display);
  font-size: clamp(43px, 12.8vw, 68px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: .84;
}

.home-greeting h1 i,
.page-title h1 i,
.dining-heading h1 i,
.guest-editorial h1 i,
.casino-title h1 i,
.guest-profile-callout h1 i {
  color: var(--gold-light);
  font-weight: 400;
}

.home-greeting p,
.page-title p,
.dining-heading p,
.guest-editorial > p,
.guest-profile-callout > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.stay-hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 2px 2px 28px 28px;
  box-shadow: 0 28px 60px rgba(0,0,0,.42);
  isolation: isolate;
}

.stay-hero-image,
.guest-feature-image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}

.stay-hero:hover .stay-hero-image { transform: scale(1.018); }
.stay-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,9,8,.18), transparent 36%, rgba(5,6,5,.93)); }

.stay-hero-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  padding: 18px;
  align-items: center;
  justify-content: space-between;
  color: #f4edde;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
}

.stay-hero-top b { padding: 7px 10px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; font-size: 8px; font-weight: 600; background: rgba(10,10,9,.25); backdrop-filter: blur(10px); }
.stay-hero-copy { position: absolute; right: 20px; bottom: 21px; left: 20px; }
.stay-hero-copy small { color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.stay-hero-copy h2 { max-width: 390px; margin: 8px 0 6px; font-family: var(--display); font-size: 39px; font-weight: 400; line-height: .94; }
.stay-hero-copy p { margin: 0; color: rgba(243,237,225,.72); font-size: 11px; }
.stay-hero-actions { display: grid; margin-top: 20px; grid-template-columns: auto auto 1fr; gap: 7px; }

.stay-hero-actions button {
  display: inline-flex;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--paper);
  background: rgba(12,14,12,.34);
  backdrop-filter: blur(14px);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stay-hero-actions button:last-child { color: #17130d; background: var(--gold-light); border-color: transparent; }
.stay-hero-actions .icon { width: 16px; height: 16px; }

.quick-section,
.today-section,
.now-section,
.casino-section,
.profile-group,
.guest-links {
  margin-top: 44px;
}

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

.section-head > div > span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.section-head > button {
  display: inline-flex;
  padding: 7px 0;
  align-items: center;
  gap: 3px;
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
  text-transform: uppercase;
}

.section-head > button .icon { width: 14px; height: 14px; }

.quick-rail {
  display: flex;
  margin-right: -17px;
  padding: 2px 17px 10px 0;
  gap: 9px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  touch-action: pan-x pan-y;
  scrollbar-width: none;
}

.quick-orb {
  display: flex;
  width: 88px;
  flex: 0 0 88px;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  scroll-snap-align: start;
}

.quick-orb > span {
  display: grid;
  width: 58px;
  height: 58px;
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  color: var(--gold-light);
  background: radial-gradient(circle at 35% 25%, rgba(207,179,119,.13), rgba(255,255,255,.025) 65%);
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.012);
}

.quick-orb b { color: var(--paper-soft); font-size: 9px; font-weight: 600; line-height: 1.3; text-align: center; }
.quick-orb .icon { width: 21px; height: 21px; }

.itinerary-line { position: relative; padding-left: 18px; }
.itinerary-line::before { position: absolute; top: 9px; bottom: 9px; left: 4px; width: 1px; background: linear-gradient(var(--gold), rgba(198,169,109,.08)); content: ""; }
.itinerary-line article { position: relative; display: grid; min-height: 74px; padding: 2px 0 18px; grid-template-columns: 55px 1fr; gap: 10px; }
.itinerary-line article::before { position: absolute; top: 5px; left: -18px; width: 7px; height: 7px; border: 2px solid var(--ink); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); content: ""; }
.itinerary-line time { color: var(--paper-soft); font-family: var(--serif); font-size: 14px; }
.itinerary-line span { display: flex; flex-direction: column; gap: 2px; }
.itinerary-line small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.itinerary-line strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.itinerary-line em { color: var(--muted); font-size: 10px; font-style: normal; line-height: 1.5; }

.now-list { border-top: 1px solid var(--line); }
.now-line { display: grid; width: 100%; min-height: 88px; padding: 15px 0; grid-template-columns: 10px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); text-align: left; }
.now-line > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.now-line small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.now-line strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.now-line em { max-width: 280px; color: var(--muted); font-size: 10px; font-style: normal; line-height: 1.5; }
.now-line > b { color: var(--gold-light); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.now-pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 10px rgba(145,185,155,.75); }
.now-pulse.tonight { background: var(--gold); box-shadow: 0 0 10px rgba(198,169,109,.75); }
.now-pulse.hosted { background: #a492bd; box-shadow: 0 0 10px rgba(164,146,189,.7); }

.dream-story {
  position: relative;
  margin-top: 52px;
  padding: 34px 26px 31px;
  overflow: hidden;
  border: 1px solid rgba(207,182,126,.18);
  border-radius: 80px 8px 80px 8px;
  background: radial-gradient(circle at 80% 10%, rgba(209,184,131,.13), transparent 35%), linear-gradient(145deg, #181813, #0f1210);
}

.dream-story::after { position: absolute; right: -50px; bottom: -70px; width: 180px; height: 180px; border: 1px solid rgba(222,203,159,.12); border-radius: 50%; box-shadow: 0 0 0 22px rgba(222,203,159,.025), 0 0 0 44px rgba(222,203,159,.02); content: ""; }
.dream-story h2 { max-width: 330px; margin: 10px 0 13px; font-family: var(--display); font-size: 36px; font-weight: 400; line-height: .94; }
.dream-story p { position: relative; z-index: 1; max-width: 470px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.dream-story button { position: relative; z-index: 1; display: inline-flex; margin-top: 18px; align-items: center; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dream-story .icon { width: 15px; height: 15px; }

.guest-editorial {
  min-height: 58vh;
  margin: -12px -17px 0;
  padding: 19vh 24px 40px;
  background: radial-gradient(circle at 78% 22%, rgba(190,157,95,.26), transparent 24%), linear-gradient(160deg, #283126, #0b0f0d 65%);
}

.guest-editorial > div { display: flex; margin-top: 26px; gap: 8px; }
.guest-editorial .button { flex: 1; }
.member-editorial { min-height: 52vh; }

.guest-feature { position: relative; min-height: 460px; margin-top: 30px; overflow: hidden; border-radius: 120px 8px 8px 8px; }
.guest-feature::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(5,6,5,.92)); content: ""; }
.guest-feature > div { position: absolute; z-index: 2; right: 22px; bottom: 25px; left: 22px; }
.guest-feature h2 { margin: 7px 0 8px; font-family: var(--display); font-size: 38px; font-weight: 400; line-height: .95; }
.guest-feature p { color: rgba(245,239,226,.7); font-size: 11px; line-height: 1.6; }
.guest-feature button { display: inline-flex; align-items: center; color: var(--gold-light); font-size: 9px; font-weight: 700; text-transform: uppercase; }

.action-row {
  display: grid;
  width: 100%;
  min-height: 78px;
  padding: 11px 0;
  grid-template-columns: 42px 1fr auto auto;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.action-row-icon { display: grid; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; place-items: center; color: var(--gold-light); }
.action-row-icon .icon { width: 18px; height: 18px; }
.action-row-copy { display: flex; flex-direction: column; gap: 3px; }
.action-row-copy strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.action-row-copy small { color: var(--muted); font-size: 9px; line-height: 1.45; }
.action-row > em { color: var(--gold); font-size: 8px; font-style: normal; font-weight: 700; text-transform: uppercase; }
.row-arrow { width: 15px; height: 15px; color: #77786f; }

.tower-tabs,
.dining-tabs {
  position: sticky;
  z-index: 10;
  top: 0;
  display: grid;
  margin: 0 -17px;
  padding: 0 17px;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: rgba(11,13,12,.93);
  backdrop-filter: blur(20px);
}

.tower-tab,
.dining-tab {
  position: relative;
  display: flex;
  min-height: 58px;
  padding: 0 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #77786f;
}

.tower-tab span,
.dining-tab span { font-family: var(--serif); font-size: 13px; white-space: nowrap; }
.tower-tab small,
.dining-tab small { font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.tower-tab.active,
.dining-tab.active { color: var(--gold-light); }
.tower-tab.active::after,
.dining-tab.active::after { position: absolute; right: 8px; bottom: -1px; left: 8px; height: 2px; background: var(--gold); content: ""; }

.tower-intro {
  margin: 24px 0 36px;
  padding: 28px 24px;
  border-left: 1px solid var(--gold);
  background: linear-gradient(110deg, rgba(198,169,109,.07), transparent 65%);
}

.tower-intro small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.tower-intro h2 { margin: 7px 0 10px; font-family: var(--display); font-size: 39px; font-weight: 400; line-height: 1; }
.tower-intro p { max-width: 610px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.tower-intro > div { display: flex; margin-top: 16px; gap: 18px; color: var(--paper-soft); font-size: 9px; text-transform: uppercase; }
.tower-blue { border-color: #88aab5; background: linear-gradient(110deg, rgba(81,130,145,.1), transparent 65%); }
.tower-ivory { border-color: #d9c797; background: linear-gradient(110deg, rgba(218,198,151,.11), transparent 65%); }

.room-collection { display: grid; gap: 40px; }
.room-editorial { position: relative; }
.room-editorial > button { width: 100%; text-align: left; }
.room-editorial-image { height: clamp(255px, 72vw, 420px); border-radius: 2px 42px 2px 2px; object-fit: cover; }
.room-editorial-offset .room-editorial-image { border-radius: 42px 2px 2px 2px; }
.room-index { position: absolute; top: -10px; right: 12px; color: var(--gold-light); font-family: var(--display); font-size: 28px; font-style: italic; text-shadow: 0 2px 15px #000; }
.room-editorial-copy { padding: 16px 2px 0; }
.room-editorial-copy > small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.room-editorial-copy h3 { margin: 6px 0 7px; font-family: var(--display); font-size: 29px; font-weight: 400; line-height: 1; }
.room-editorial-copy p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.room-editorial-copy footer { display: grid; margin-top: 15px; padding-top: 13px; grid-template-columns: auto 1fr auto; align-items: center; border-top: 1px solid var(--line); }
.room-editorial-copy footer b { font-family: var(--serif); font-size: 13px; font-weight: 400; }
.room-editorial-copy footer em { margin-left: 5px; color: var(--muted); font-size: 8px; font-style: normal; }
.room-editorial-copy footer .icon { width: 16px; height: 16px; color: var(--gold); }

.dining-heading { padding-bottom: 30px; }
.dining-feature {
  position: relative;
  display: grid;
  min-height: 420px;
  margin: 0 -17px 34px;
  overflow: hidden;
  align-items: end;
  background: linear-gradient(145deg, var(--art-a), #0c0d0c 72%);
}

.dining-feature::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(7,8,7,.92) 78%); content: ""; }
.dining-feature > .venue-art { position: absolute; inset: 0; height: 100%; }
.dining-feature > div:last-child { position: relative; z-index: 2; padding: 28px 22px 31px; }
.dining-feature > div:last-child small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.dining-feature h2 { margin: 7px 0 7px; font-family: var(--display); font-size: 44px; font-weight: 400; line-height: .9; }
.dining-feature p { max-width: 520px; margin: 0; color: rgba(243,237,225,.65); font-size: 10px; line-height: 1.65; }
.dining-feature button { display: inline-flex; margin-top: 16px; align-items: center; color: var(--gold-light); font-size: 9px; font-weight: 700; text-transform: uppercase; }

.venue-art {
  position: relative;
  overflow: hidden;
  color: #f5ead4;
  background:
    radial-gradient(circle at 72% 20%, color-mix(in srgb, var(--art-b) 48%, transparent), transparent 28%),
    linear-gradient(145deg, var(--art-a), color-mix(in srgb, var(--art-a) 45%, #050606));
  isolation: isolate;
}

.venue-art::before { position: absolute; inset: 9%; border: 1px solid color-mix(in srgb, var(--art-b) 30%, transparent); border-radius: 50%; content: ""; transform: translateX(24%); }
.venue-art::after { position: absolute; inset: 0; background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.08) 49%, transparent 50%); content: ""; transform: translateX(-100%); animation: venueGleam 8s ease-in-out infinite; }
.venue-art b { position: absolute; z-index: 2; top: 50%; left: 50%; font-family: var(--display); font-size: clamp(42px, 14vw, 80px); font-weight: 400; letter-spacing: .05em; transform: translate(-50%, -50%); text-shadow: 0 10px 30px rgba(0,0,0,.35); }
.venue-art small { position: absolute; z-index: 2; right: 14px; bottom: 13px; left: 14px; overflow: hidden; color: rgba(255,255,255,.6); font-size: 7px; letter-spacing: .16em; text-align: center; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.venue-orbit { position: absolute; top: 50%; left: 50%; width: 70%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 18px rgba(255,255,255,.018), 0 0 0 36px rgba(255,255,255,.012); }
.venue-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 24px 24px; mask-image: radial-gradient(circle, #000, transparent 72%); }
.venue-art-hero b { top: 35%; opacity: .7; font-size: 120px; }

.venue-list { display: grid; gap: 0; }
.venue-row { border-bottom: 1px solid var(--line); }
.venue-row > button { display: grid; width: 100%; padding: 19px 0; grid-template-columns: 112px 1fr; gap: 16px; text-align: left; }
.venue-row .venue-art { width: 112px; height: 142px; border-radius: 2px 24px 2px 2px; }
.venue-row .venue-art b { font-size: 36px; }
.venue-row .venue-art small { display: none; }
.venue-row-copy { display: flex; flex-direction: column; }
.venue-row-copy > span { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.venue-row-copy > span small { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.venue-row-copy > span em { color: var(--success); font-size: 7px; font-style: normal; text-align: right; text-transform: uppercase; }
.venue-row-copy h3 { margin: 8px 0 6px; font-family: var(--display); font-size: 25px; font-weight: 400; line-height: 1; }
.venue-row-copy p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--muted); font-size: 9px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.venue-row-copy footer { display: flex; margin-top: auto; padding-top: 10px; align-items: center; justify-content: space-between; gap: 8px; }
.venue-row-copy footer b { color: var(--paper-soft); font-size: 8px; font-weight: 500; }
.venue-row-copy footer span { display: flex; align-items: center; color: var(--gold-light); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.venue-row-copy footer .icon { width: 13px; height: 13px; }

@keyframes venueGleam { 0%, 65% { transform: translateX(-120%); } 85%, 100% { transform: translateX(120%); } }

.casino-page {
  max-width: 760px;
}

.casino-title {
  display: flex;
  padding: 14px 2px 24px;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.casino-title h1 { margin-bottom: 0; }
.casino-title > button { display: grid; width: 72px; height: 72px; flex: 0 0 72px; border: 1px solid rgba(211,181,119,.3); border-radius: 50%; place-items: center; color: var(--gold-light); background: radial-gradient(circle at 35% 30%, rgba(202,171,109,.15), transparent 68%); }
.casino-title > button .icon { width: 19px; height: 19px; margin-bottom: -17px; }
.casino-title > button span { font-size: 8px; font-weight: 700; line-height: 1.25; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.tier-signal {
  display: grid;
  min-height: 174px;
  padding: 25px 20px;
  grid-template-columns: 104px 1fr;
  gap: 17px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(204,173,108,.07), transparent 70%);
}

.tier-orbit { position: relative; display: grid; width: 92px; height: 92px; place-items: center; }
.tier-orbit > span { position: absolute; inset: 8px; border: 1px solid var(--tier, var(--gold)); border-radius: 50%; box-shadow: 0 0 0 9px color-mix(in srgb, var(--tier, var(--gold)) 7%, transparent), 0 0 25px color-mix(in srgb, var(--tier, var(--gold)) 20%, transparent); }
.tier-orbit > span::before { position: absolute; inset: -8px; border-top: 1px solid var(--tier, var(--gold)); border-right: 1px solid transparent; border-bottom: 1px solid var(--tier, var(--gold)); border-left: 1px solid transparent; border-radius: 50%; content: ""; animation: orbit 9s linear infinite; }
.tier-orbit b { color: var(--tier, var(--gold-light)); font-family: var(--serif); font-size: 18px; font-weight: 400; }
.tier-signal > div:last-child small { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.tier-signal h2 { margin: 5px 0 3px; font-family: var(--display); font-size: 31px; font-weight: 400; }
.tier-signal p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.tier-signal button { display: inline-flex; min-height: 38px; margin-top: 7px; padding: 7px 0; align-items: center; color: var(--gold-light); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.tier-signal button .icon { width: 13px; height: 13px; }
@keyframes orbit { to { transform: rotate(360deg); } }

.host-ribbon {
  display: grid;
  margin-top: 24px;
  padding: 17px 0;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.host-ribbon > span { display: grid; width: 42px; height: 42px; border-radius: 50%; place-items: center; color: #14120e; background: var(--gold-light); }
.host-ribbon > div { display: flex; flex-direction: column; gap: 2px; }
.host-ribbon small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.host-ribbon strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.host-ribbon p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.host-ribbon > button { min-height: 40px; padding: 9px 2px; color: var(--gold-light); font-size: 9px; font-weight: 700; text-transform: uppercase; }

.table-list,
.event-timeline,
.offer-list { border-top: 1px solid var(--line); }
.table-line { display: grid; width: 100%; min-height: 96px; padding: 15px 0; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); text-align: left; }
.table-sigil { display: grid; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 14px; place-items: center; color: var(--gold-light); background: rgba(255,255,255,.025); }
.table-line > span:nth-child(2) { display: flex; flex-direction: column; gap: 2px; }
.table-line small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.table-line strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.table-line em { color: var(--muted); font-size: 10px; font-style: normal; }
.table-line > b { max-width: 70px; color: var(--success); font-size: 9px; font-weight: 700; text-align: right; text-transform: uppercase; }
.table-line > b.status-hosted { color: #b8a2d0; }

.event-line { display: grid; min-height: 77px; padding: 14px 0; grid-template-columns: 68px 1fr; gap: 12px; align-items: start; border-bottom: 1px solid var(--line); }
.event-line time { padding-top: 2px; color: var(--gold-light); font-family: var(--serif); font-size: 12px; }
.event-line > span { display: flex; flex-direction: column; gap: 4px; }
.event-line strong { font-family: var(--serif); font-size: 15px; font-weight: 400; }
.event-line em { color: var(--muted); font-size: 10px; font-style: normal; line-height: 1.5; }

.offer-line { display: grid; min-height: 100px; padding: 16px 0; grid-template-columns: 1fr 56px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.offer-line > div { display: flex; flex-direction: column; gap: 3px; }
.offer-line small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.offer-line strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.offer-line p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.offer-line > span { position: relative; width: 52px; height: 52px; border: 1px solid var(--line); border-radius: 50%; }
.offer-line > span::before { position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.offer-line > span i { position: absolute; inset: -1px; border: 2px solid transparent; border-top-color: var(--gold); border-right-color: var(--gold); border-radius: 50%; transform: rotate(calc(var(--progress) * 1.4deg)); }

.profile-page { max-width: 760px; }
.profile-hero { padding: 26px 2px 30px; text-align: center; }
.profile-hero-avatar { width: 74px; height: 74px; margin: 0 auto 13px; font-size: 20px; box-shadow: 0 0 0 9px rgba(204,174,112,.035); }
.profile-hero > span { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.profile-hero h1 { margin: 8px 0 5px; font-family: var(--display); font-size: 39px; font-weight: 400; line-height: 1; }
.profile-hero p { margin: 0; color: var(--muted); font-size: 10px; }
.profile-hero button { display: inline-flex; margin-top: 15px; align-items: center; gap: 6px; color: var(--gold-light); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.profile-hero button .icon { width: 14px; height: 14px; }

.profile-balance {
  display: flex;
  min-height: 106px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 28px 3px 28px 3px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(120deg, rgba(198,169,109,.09), rgba(255,255,255,.012));
}

.profile-balance > div { display: flex; flex-direction: column; gap: 5px; }
.profile-balance small { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.profile-balance strong { font-family: var(--display); font-size: 33px; font-weight: 400; }
.profile-balance button { display: flex; align-items: center; color: var(--gold-light); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.profile-balance button .icon { width: 14px; height: 14px; }
.profile-group h2 { margin: 0 0 7px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.profile-signout { width: 100%; margin-top: 35px; padding: 18px; color: var(--danger); font-size: 9px; font-weight: 700; text-transform: uppercase; }

.guest-profile-callout { display: flex; min-height: 70vh; padding: 12vh 4px 30px; flex-direction: column; justify-content: center; }
.guest-profile-callout .button { margin-top: 12px; }

.sheet-layer {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: flex;
  align-items: end;
  justify-content: center;
}

.sheet-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 2, .72);
  backdrop-filter: blur(9px);
  animation: backdropIn .22s ease both;
}

.sheet-panel {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100%, 780px);
  max-height: calc(94dvh - var(--safe-top));
  overflow: hidden;
  border: 1px solid rgba(220, 202, 161, .17);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  flex-direction: column;
  background: #101310;
  box-shadow: 0 -30px 100px rgba(0,0,0,.58);
  transform-origin: center bottom;
  animation: sheetIn .38s cubic-bezier(.18,.82,.2,1) both;
}

.sheet-panel::before {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 50%;
  width: 38px;
  height: 3px;
  border-radius: 3px;
  background: rgba(237, 226, 204, .22);
  content: "";
  transform: translateX(-50%);
}

.sheet-header {
  position: relative;
  z-index: 5;
  display: grid;
  min-height: 68px;
  padding: 16px 12px 9px;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  border-bottom: 1px solid rgba(220, 202, 161, .09);
  background: rgba(16,19,16,.96);
  backdrop-filter: blur(18px);
}

.sheet-header > button {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  place-items: center;
  color: var(--paper-soft);
  background: rgba(255,255,255,.035);
}

.sheet-header > button .icon { width: 18px; height: 18px; }
.sheet-header > div { text-align: center; }
.sheet-header small { display: block; margin-bottom: 3px; color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.sheet-header h2 { max-width: 100%; margin: 0; overflow: hidden; font-family: var(--serif); font-size: 16px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.sheet-header-spacer { width: 38px; }

.sheet-scroll {
  min-height: 0;
  padding-bottom: calc(25px + var(--safe-bottom));
  scroll-padding-bottom: calc(28px + var(--safe-bottom));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-width: none;
}

.sheet-scroll::-webkit-scrollbar { display: none; }
@keyframes backdropIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes sheetIn { from { opacity: .82; } to { opacity: 1; } }

.sheet-media-hero {
  position: relative;
  min-height: 380px;
  overflow: hidden;
}

.sheet-media-hero::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,8,7,.94)); content: ""; }
.sheet-media-image { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.sheet-media-hero > div { position: absolute; z-index: 2; right: 22px; bottom: 24px; left: 22px; }
.sheet-media-hero small { color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.sheet-media-hero h3 { margin: 7px 0 5px; font-family: var(--display); font-size: 39px; font-weight: 400; line-height: .9; }
.sheet-media-hero p { margin: 0; color: rgba(243,237,225,.68); font-size: 10px; }

.detail-intro { padding: 25px 22px; }
.detail-intro p { margin: 0; color: var(--paper-soft); font-family: var(--display); font-size: 22px; line-height: 1.38; }

.stat-line {
  display: grid;
  margin: 0 22px;
  padding: 18px 0;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-line > div { display: flex; padding: 0 10px; flex-direction: column; gap: 5px; border-right: 1px solid var(--line); text-align: center; }
.stat-line > div:first-child { padding-left: 0; }
.stat-line > div:last-child { padding-right: 0; border: 0; }
.stat-line small { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .1em; }
.stat-line strong { overflow-wrap: anywhere; font-family: var(--serif); font-size: 11px; font-weight: 400; line-height: 1.35; }

.gallery-section,
.feature-list,
.signature-list,
.service-options,
.form-section,
.settings-section,
.benefit-list,
.charge-list,
.control-section {
  padding: 26px 22px 0;
}

.sheet-section-title { margin-bottom: 16px; }
.sheet-section-title small { display: block; margin-bottom: 5px; color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .14em; }
.sheet-section-title h3 { margin: 0; font-family: var(--display); font-size: 27px; font-weight: 400; line-height: 1; }

.gallery-rail {
  display: flex;
  margin-right: -22px;
  padding-right: 22px;
  gap: 9px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  touch-action: pan-x pan-y;
}

.gallery-rail button { position: relative; width: min(78vw, 330px); flex: 0 0 min(78vw, 330px); overflow: hidden; border-radius: 2px 24px 2px 2px; scroll-snap-align: start; }
.gallery-thumb { height: 230px; object-fit: cover; }
.gallery-rail button::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(4,5,4,.8)); content: ""; }
.gallery-rail button span { position: absolute; z-index: 2; right: 13px; bottom: 12px; left: 13px; color: #fff; font-family: var(--serif); font-size: 14px; text-align: left; }

.feature-list > div:not(.sheet-section-title),
.benefit-list > div:not(.sheet-section-title) { display: grid; min-height: 46px; padding: 10px 0; grid-template-columns: 22px 1fr; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); color: var(--paper-soft); font-size: 10px; }
.feature-list .icon,
.benefit-list .icon { width: 15px; height: 15px; color: var(--gold); }

.restricted-note { display: grid; margin: 28px 22px 0; padding: 18px; grid-template-columns: 36px 1fr; gap: 12px; border: 1px solid rgba(201,171,109,.2); border-radius: 22px 3px 22px 3px; background: rgba(201,171,109,.05); }
.restricted-note > span { display: grid; width: 34px; height: 34px; border-radius: 50%; place-items: center; color: var(--gold-light); background: rgba(201,171,109,.1); }
.restricted-note small { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.restricted-note strong { display: block; margin: 4px 0; font-family: var(--serif); font-size: 14px; font-weight: 400; line-height: 1.35; }
.restricted-note p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }

.sheet-cta,
.flow-footer,
.venue-detail-footer {
  display: flex;
  padding: 28px 22px calc(14px + var(--safe-bottom));
  align-items: center;
  gap: 12px;
}

.sheet-cta > div { display: grid; margin-right: auto; grid-template-columns: auto auto; column-gap: 4px; }
.sheet-cta small { grid-column: 1/-1; color: var(--gold); font-size: 7px; font-weight: 700; }
.sheet-cta strong { font-family: var(--display); font-size: 25px; font-weight: 400; }
.sheet-cta span { align-self: end; padding-bottom: 4px; color: var(--muted); font-size: 8px; }
.sheet-cta .button { min-height: 48px; }

.photo-view { padding-bottom: 24px; }
.photo-canvas { display: block; width: 100%; background: #050606; }
.photo-full { width: 100%; max-height: 70dvh; object-fit: contain; }
.photo-view > div { padding: 19px 22px 0; }
.photo-view small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.photo-view h3 { margin: 6px 0 4px; font-family: var(--display); font-size: 28px; font-weight: 400; }
.photo-view p { margin: 0; color: var(--muted); font-size: 9px; }

.booking-summary,
.reserve-identity {
  display: grid;
  min-height: 128px;
  padding: 18px 22px;
  grid-template-columns: 112px 1fr;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.booking-summary-image { width: 112px; height: 92px; border-radius: 2px 18px 2px 2px; object-fit: cover; }
.booking-summary small,
.reserve-identity small { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.booking-summary h3,
.reserve-identity h3 { margin: 5px 0 3px; font-family: var(--display); font-size: 24px; font-weight: 400; line-height: 1; }
.booking-summary p,
.reserve-identity p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }

.form-section > label,
.field-stack label { display: block; margin-bottom: 11px; color: var(--paper-soft); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; }
.choice-grid-wide { grid-template-columns: 1fr; }
.choice { display: flex; min-height: 45px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 14px 3px 14px 3px; align-items: center; justify-content: space-between; color: var(--paper-soft); background: rgba(255,255,255,.018); font-size: 9px; line-height: 1.3; text-align: left; }
.choice.selected { border-color: rgba(212,185,128,.48); color: var(--gold-light); background: rgba(198,169,109,.08); }
.choice .icon { width: 14px; height: 14px; }

.form-section textarea,
.field-stack input {
  width: 100%;
  min-height: 104px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px 3px 16px 3px;
  outline: 0;
  color: var(--paper);
  background: rgba(255,255,255,.025);
  font-size: 12px;
  line-height: 1.5;
  resize: vertical;
}

.field-stack { display: grid; padding: 12px 22px; gap: 17px; }
.field-stack label { display: grid; gap: 8px; }
.field-stack input { min-height: 50px; text-transform: none; }
.form-section textarea::placeholder,
.field-stack input::placeholder { color: #66685f; }

.payment-card,
.wallet-card {
  display: flex;
  min-height: 82px;
  margin: 28px 22px 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 20px 3px 20px 3px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(120deg, rgba(198,169,109,.07), rgba(255,255,255,.02));
}

.payment-card > div,
.wallet-card > div { display: flex; align-items: center; gap: 11px; }
.payment-card > div > span,
.wallet-card > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; place-items: center; color: var(--gold-light); background: rgba(198,169,109,.1); }
.payment-card p,
.wallet-card p { display: flex; margin: 0; flex-direction: column; gap: 4px; }
.payment-card small,
.wallet-card small { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .09em; }
.payment-card strong,
.wallet-card strong { font-family: var(--serif); font-size: 12px; font-weight: 400; }
.payment-card > button,
.wallet-card > button { color: var(--gold-light); font-size: 8px; font-weight: 700; text-transform: uppercase; }

.price-summary { margin: 22px 22px 0; padding-top: 8px; border-top: 1px solid var(--line); }
.price-summary > div,
.price-summary footer { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 9px; }
.price-summary b { color: var(--paper-soft); font-weight: 500; }
.price-summary footer { min-height: 58px; border-top: 1px solid var(--line); color: var(--paper); }
.price-summary footer strong { color: var(--gold-light); font-family: var(--display); font-size: 25px; font-weight: 400; }

.flow-footer { flex-direction: column; }
.flow-footer .button { width: 100%; }
.flow-footer > p { margin: -2px 16px 0; color: var(--muted); font-size: 8px; line-height: 1.5; text-align: center; }
.flow-footer.split { display: grid; grid-template-columns: .7fr 1.3fr; }
.standby-link { padding: 10px; color: var(--gold-light); font-size: 8px; font-weight: 700; text-transform: uppercase; }

.venue-detail-hero {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  background: #111;
}

.venue-detail-hero > .venue-art { position: absolute; inset: 0; height: 100%; }
.venue-detail-hero::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 18%, rgba(7,8,7,.92) 82%); content: ""; }
.venue-detail-hero > div:last-child { position: absolute; z-index: 3; right: 22px; bottom: 24px; left: 22px; }
.venue-detail-hero > div:last-child > span { display: inline-flex; margin-bottom: 14px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: var(--success); background: rgba(6,7,6,.25); backdrop-filter: blur(10px); font-size: 7px; font-weight: 700; text-transform: uppercase; }
.venue-detail-hero small { display: block; color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.venue-detail-hero h3 { margin: 6px 0 4px; font-family: var(--display); font-size: 46px; font-weight: 400; line-height: .9; }
.venue-detail-hero p { margin: 0; color: rgba(245,239,226,.68); font-size: 9px; }

.venue-actions { display: grid; margin: 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.venue-actions button { display: grid; min-height: 78px; padding: 12px 0; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); text-align: left; }
.venue-actions button:last-child { border: 0; }
.venue-actions > button > .icon:first-child { display: grid; width: 38px; height: 38px; padding: 9px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); }
.venue-actions button > span { display: flex; flex-direction: column; gap: 3px; }
.venue-actions small { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .1em; }
.venue-actions strong { font-family: var(--serif); font-size: 15px; font-weight: 400; }
.venue-actions button > .icon:last-child { width: 15px; height: 15px; color: var(--muted); }

.signature-list > div:not(.sheet-section-title) { display: grid; min-height: 56px; padding: 10px 0; grid-template-columns: 34px 1fr; gap: 8px; align-items: center; border-bottom: 1px solid var(--line); }
.signature-list span { color: var(--gold); font-family: var(--display); font-size: 16px; font-style: italic; }
.signature-list strong { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.venue-detail-footer { display: grid; grid-template-columns: .8fr 1.2fr; }

.reserve-identity .venue-art { width: 112px; height: 92px; border-radius: 2px 18px 2px 2px; }
.reserve-identity .venue-art b { font-size: 31px; }
.reserve-identity .venue-art small { display: none; }

.menu-cover { min-height: 390px; padding: 50px 28px; text-align: center; background: radial-gradient(circle at 50% 34%, color-mix(in srgb, var(--art-b) 30%, transparent), transparent 30%), linear-gradient(145deg, var(--art-a), #0a0b0a); }
.menu-cover > span { display: grid; width: 110px; height: 110px; margin: 20px auto 35px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; place-items: center; color: var(--gold-light); font-family: var(--display); font-size: 49px; box-shadow: 0 0 0 14px rgba(255,255,255,.02), 0 0 0 28px rgba(255,255,255,.012); }
.menu-cover small { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .18em; }
.menu-cover h3 { margin: 12px 0 5px; font-family: var(--display); font-size: 47px; font-weight: 400; }
.menu-cover p { margin: 0; color: rgba(255,255,255,.6); font-size: 9px; text-transform: uppercase; }
.menu-section { padding: 30px 22px 0; }
.menu-section h3 { margin: 0 0 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line-strong); color: var(--gold-light); font-family: var(--display); font-size: 27px; font-weight: 400; }
.menu-section > div { display: grid; min-height: 72px; padding: 12px 0; grid-template-columns: 1fr auto; gap: 15px; border-bottom: 1px solid var(--line); }
.menu-section span { display: flex; flex-direction: column; gap: 4px; }
.menu-section strong { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.menu-section small { color: var(--muted); font-size: 8px; line-height: 1.5; }
.menu-section b { color: var(--gold-light); font-family: var(--serif); font-size: 12px; font-weight: 400; }
.menu-note { margin: 28px 22px; color: var(--muted); font-size: 8px; line-height: 1.6; text-align: center; }
.curated-menu > .button { width: calc(100% - 44px); margin: 0 22px 18px; }

.processing-state,
.confirmation-state {
  display: flex;
  min-height: 68dvh;
  padding: 50px 28px 35px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.processing-orbit {
  position: relative;
  display: grid;
  width: 126px;
  height: 126px;
  margin-bottom: 34px;
  place-items: center;
}

.processing-orbit > span { position: absolute; inset: 0; border: 1px solid rgba(215,190,136,.25); border-top-color: var(--gold-light); border-radius: 50%; animation: spin 1.8s linear infinite; }
.processing-orbit > span:nth-child(2) { inset: 13px; border-top-color: transparent; border-right-color: var(--gold); animation-direction: reverse; animation-duration: 2.4s; }
.processing-orbit > span:nth-child(3) { inset: 27px; border-bottom-color: var(--gold); animation-duration: 3.2s; }
.processing-orbit b { color: var(--gold-light); font-family: var(--serif); font-size: 28px; font-weight: 400; }
@keyframes spin { to { transform: rotate(360deg); } }

.processing-state > small,
.confirmation-state > small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .17em; }
.processing-state h3,
.confirmation-state h3 { max-width: 400px; margin: 12px 0 10px; font-family: var(--display); font-size: 39px; font-weight: 400; line-height: .95; }
.processing-state > p,
.confirmation-state > p { max-width: 400px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.processing-steps { display: flex; width: min(100%, 380px); margin-top: 37px; flex-direction: column; text-align: left; }
.processing-steps span { position: relative; min-height: 38px; padding: 2px 0 12px 28px; color: #65675f; font-size: 9px; }
.processing-steps span::before { position: absolute; top: 0; left: 3px; width: 8px; height: 8px; border: 1px solid #565850; border-radius: 50%; content: ""; }
.processing-steps span::after { position: absolute; top: 10px; bottom: -1px; left: 7px; width: 1px; background: #32342f; content: ""; }
.processing-steps span:last-child::after { display: none; }
.processing-steps .done { color: var(--paper-soft); }
.processing-steps .done::before { background: var(--success); border-color: var(--success); }
.processing-steps .active { color: var(--gold-light); }
.processing-steps .active::before { border-color: var(--gold); box-shadow: 0 0 12px var(--gold); }

.confirmation-mark {
  display: grid;
  width: 104px;
  height: 104px;
  margin-bottom: 31px;
  border: 1px solid rgba(217,193,139,.35);
  border-radius: 50%;
  place-items: center;
  color: #17130e;
  background: radial-gradient(circle, #ead9ae 0 37%, transparent 39%), radial-gradient(circle, rgba(211,181,117,.15), transparent 68%);
  box-shadow: 0 0 0 12px rgba(213,185,126,.04), 0 0 50px rgba(213,185,126,.14);
  animation: confirmPop .6s cubic-bezier(.2,.9,.2,1.3) both;
}
.confirmation-mark .icon { width: 30px; height: 30px; stroke-width: 2; }
@keyframes confirmPop { from { opacity: 0; transform: scale(.65); } to { opacity: 1; transform: none; } }
.confirmation-state > section { width: min(100%, 400px); margin: 27px 0 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.confirmation-state > section > div { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); }
.confirmation-state > section > div:last-child { border: 0; }
.confirmation-state > section span { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.confirmation-state > section b { color: var(--paper-soft); font-family: var(--serif); font-size: 12px; font-weight: 400; text-align: right; }
.confirmation-note { margin-bottom: 18px !important; }
.confirmation-state .button { width: min(100%, 400px); margin-top: 9px; }

.key-experience { padding: 28px 22px 15px; }
.digital-key-card { position: relative; display: flex; min-height: 410px; padding: 40px 24px; overflow: hidden; border: 1px solid rgba(214,187,129,.28); border-radius: 38px 8px 38px 8px; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 35%, rgba(206,178,118,.17), transparent 29%), linear-gradient(145deg, #1a1c17, #090b0a); text-align: center; transition: border-color .5s ease, box-shadow .5s ease; }
.key-rings span { position: absolute; top: 50%; left: 50%; width: 240px; height: 240px; border: 1px solid rgba(216,191,136,.09); border-radius: 50%; transform: translate(-50%,-50%); }
.key-rings span:nth-child(2) { width: 185px; height: 185px; }
.key-rings span:nth-child(3) { width: 132px; height: 132px; }
.key-mark { position: relative; z-index: 2; display: grid; width: 86px; height: 86px; margin-bottom: 30px; border: 1px solid rgba(217,193,139,.33); border-radius: 50%; place-items: center; color: var(--gold-light); background: rgba(198,169,109,.06); }
.key-mark .icon { width: 34px; height: 34px; }
.digital-key-card small { position: relative; z-index: 2; color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.digital-key-card h3 { position: relative; z-index: 2; margin: 9px 0 4px; font-family: var(--display); font-size: 49px; font-weight: 400; }
.digital-key-card p { position: relative; z-index: 2; margin: 0; color: var(--muted); font-size: 9px; }
.digital-key-card em { position: absolute; bottom: 27px; color: var(--paper-soft); font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .14em; }
.key-enabled .digital-key-card { border-color: rgba(231,208,154,.7); box-shadow: inset 0 0 50px rgba(211,184,124,.1), 0 0 50px rgba(211,184,124,.12); }
.key-enabled .key-rings span { animation: keyPulse 1.7s ease-in-out infinite; }
.key-enabled .key-rings span:nth-child(2) { animation-delay: .2s; }
.key-enabled .key-rings span:nth-child(3) { animation-delay: .4s; }
@keyframes keyPulse { 0%,100% { opacity: .2; transform: translate(-50%,-50%) scale(.94); } 50% { opacity: .9; transform: translate(-50%,-50%) scale(1.05); } }
.key-tap { display: flex; width: 100%; min-height: 54px; margin-top: 14px; border-radius: 999px; align-items: center; justify-content: center; gap: 9px; color: #17130d; background: linear-gradient(120deg, #c5a765, #ead9ae); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.key-status { margin-top: 21px; border-top: 1px solid var(--line); }
.key-status > div { display: flex; min-height: 45px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.key-status b { color: var(--paper-soft); font-weight: 600; }
.security-note { margin: 18px 12px 0; color: var(--muted); font-size: 8px; line-height: 1.6; text-align: center; }

.temperature-panel { padding: 32px 22px 25px; background: radial-gradient(circle at 80% 12%, rgba(88,130,144,.18), transparent 30%), linear-gradient(150deg, #171c1c, #0e1110); }
.temperature-reading { text-align: center; }
.temperature-reading small { color: #8fb5bf; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.temperature-reading strong { display: block; margin: 14px 0 2px; font-family: var(--display); font-size: 86px; font-weight: 400; line-height: .8; }
.temperature-reading sup { color: var(--gold-light); font-size: 26px; }
.temperature-reading p { color: var(--muted); font-size: 9px; }
.temperature-panel > input[type="range"] { width: 100%; height: 4px; margin-top: 26px; accent-color: var(--gold-light); }
.temperature-scale { display: flex; margin-top: 8px; justify-content: space-between; color: var(--muted); font-size: 8px; }
.custom-temp { display: grid; min-height: 52px; margin-top: 23px; padding: 7px 8px 7px 14px; grid-template-columns: 1fr 70px 54px; gap: 8px; align-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--paper-soft); font-size: 9px; }
.custom-temp input { width: 70px; height: 36px; border: 0; border-radius: 999px; outline: 0; color: var(--paper); background: rgba(255,255,255,.06); text-align: center; }
.custom-temp button { height: 36px; border-radius: 999px; color: #17130d; background: var(--gold-light); font-size: 8px; font-weight: 800; text-transform: uppercase; }

.scene-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 7px; }
.scene-button { display: flex; min-height: 94px; padding: 9px 4px; border: 1px solid var(--line); border-radius: 18px 4px 18px 4px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--muted); font-size: 8px; }
.scene-button.selected { border-color: rgba(215,190,136,.5); color: var(--gold-light); background: rgba(198,169,109,.07); }
.scene-swatch { display: grid; width: 39px; height: 39px; border-radius: 50%; place-items: center; color: #201c15; background: #e2d2a7; }
.scene-relax { background: #a6b6ad; }
.scene-evening { color: #d8c895; background: #2d3040; }
.scene-custom { color: #d9d4c9; background: #4b4640; }
.scene-swatch .icon { width: 17px; height: 17px; }
.toggle-row { display: flex; width: 100%; min-height: 72px; padding: 12px 0; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); text-align: left; }
.toggle-row > span { display: flex; flex-direction: column; gap: 4px; }
.toggle-row strong { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.toggle-row small { max-width: 270px; color: var(--muted); font-size: 8px; line-height: 1.45; }
.toggle { position: relative; width: 43px; height: 24px; flex: 0 0 43px; border-radius: 999px; background: #30332e; transition: background .2s ease; }
.toggle b { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #8a8b84; transition: transform .2s ease, background .2s ease; }
.toggle.on { background: rgba(198,169,109,.32); }
.toggle.on b { background: var(--gold-light); transform: translateX(19px); }

.service-intro,
.concierge-intro,
.casino-plan-intro,
.dream-detail > section:first-child {
  padding: 35px 22px 28px;
  background: radial-gradient(circle at 85% 10%, rgba(198,169,109,.14), transparent 31%), linear-gradient(145deg, #171a16, #0e100f);
}
.service-intro > span,
.concierge-intro small,
.casino-plan-intro small,
.dream-detail > section:first-child > span { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.service-intro h3,
.concierge-intro h3,
.casino-plan-intro h3,
.dream-detail > section:first-child h3 { max-width: 430px; margin: 9px 0 10px; font-family: var(--display); font-size: 36px; font-weight: 400; line-height: .94; }
.service-intro p,
.concierge-intro p,
.casino-plan-intro p,
.dream-detail > section:first-child p { max-width: 520px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.service-options { display: grid; gap: 0; }
.service-option { display: grid; width: 100%; min-height: 104px; padding: 13px 0; grid-template-columns: 64px 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); text-align: left; }
.service-option-art { display: grid; width: 62px; height: 72px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px 4px 22px 4px; place-items: center; color: var(--gold-light); background: radial-gradient(circle at 35% 25%, rgba(204,175,112,.16), transparent 60%); }
.service-option-art img { width: 100%; height: 100%; object-fit: cover; background: #171916; transition: transform .35s ease, filter .35s ease; }
.service-option.selected .service-option-art { border-color: rgba(228,212,168,.62); color: #17130d; box-shadow: 0 0 0 3px rgba(198,169,109,.08); }
.service-option.selected .service-option-art img { filter: saturate(1.08) brightness(1.04); transform: scale(1.04); }
.service-option > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.service-option small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.service-option strong { font-family: var(--serif); font-size: 15px; font-weight: 400; }
.service-option em { color: var(--muted); font-size: 9px; font-style: normal; line-height: 1.45; }
.service-option > .icon { width: 15px; height: 15px; color: var(--gold); }
.service-enhancements { margin: 27px 22px 0; border-top: 1px solid var(--line); }
.check-row { display: grid; min-height: 70px; padding: 12px 0; grid-template-columns: 21px 1fr; gap: 11px; align-items: center; border-bottom: 1px solid var(--line); }
.check-row input { width: 18px; height: 18px; accent-color: var(--gold); }
.check-row span { display: flex; flex-direction: column; gap: 4px; }
.check-row strong { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.check-row small { color: var(--muted); font-size: 8px; line-height: 1.45; }
.pool-dining-link { display: grid; width: calc(100% - 44px); min-height: 82px; margin: 24px 22px 0; padding: 13px 0; grid-template-columns: 40px 1fr auto; gap: 11px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
.pool-dining-link > .icon:first-child { width: 38px; height: 38px; padding: 8px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); }
.pool-dining-link > span { display: flex; flex-direction: column; gap: 2px; }
.pool-dining-link small { color: var(--gold); font-size: 7px; font-weight: 700; }
.pool-dining-link strong { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.pool-dining-link em { color: var(--muted); font-size: 8px; font-style: normal; line-height: 1.4; }
.pool-dining-link > .icon:last-child { width: 15px; height: 15px; }

.map-canvas { position: relative; height: 330px; overflow: hidden; background: radial-gradient(circle at center, rgba(198,169,109,.1), transparent 45%), linear-gradient(145deg, #171b17, #0b0e0c); }
.map-ring { position: absolute; top: 50%; left: 50%; width: 230px; height: 230px; border: 1px solid rgba(203,175,116,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-two { width: 150px; height: 150px; }
.map-node { position: absolute; z-index: 3; display: grid; width: 42px; height: 42px; border: 1px solid var(--gold); border-radius: 50%; place-items: center; color: var(--gold-light); background: #151812; font-family: var(--serif); font-size: 13px; box-shadow: 0 0 18px rgba(198,169,109,.14); }
.node-arrival { top: 46%; left: 44%; color: #17130e; background: var(--gold-light); }
.node-casino { top: 22%; left: 18%; }
.node-dining { top: 19%; right: 15%; }
.node-pool { right: 21%; bottom: 15%; }
.map-label { position: absolute; z-index: 2; color: var(--muted); font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.label-arrival { top: 61%; left: 44%; }
.label-casino { top: 36%; left: 17%; }
.label-dining { top: 34%; right: 14%; }
.label-pool { right: 20%; bottom: 9%; }
.map-path { position: absolute; z-index: 1; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); transform-origin: left; }
.path-one { top: 45%; left: 27%; width: 90px; transform: rotate(23deg); }
.path-two { top: 48%; left: 53%; width: 104px; transform: rotate(-30deg); }
.path-three { top: 57%; left: 53%; width: 96px; transform: rotate(28deg); }
.map-list { padding: 14px 22px 0; }
.map-list button { display: grid; width: 100%; min-height: 78px; padding: 13px 0; grid-template-columns: 1fr auto auto; gap: 11px; align-items: center; border-bottom: 1px solid var(--line); text-align: left; }
.map-list button > span { display: flex; flex-direction: column; gap: 3px; }
.map-list small { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.map-list strong { font-family: var(--serif); font-size: 15px; font-weight: 400; }
.map-list em { color: var(--muted); font-size: 8px; font-style: normal; }
.map-list b { color: var(--gold-light); font-size: 8px; font-weight: 600; text-align: right; }
.map-list .icon { width: 14px; height: 14px; color: var(--muted); }

.inbox-toolbar { display: flex; min-height: 53px; padding: 0 22px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 8px; text-transform: uppercase; }
.inbox-toolbar button { color: var(--gold-light); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.message-list { padding: 0 22px; }
.message-row { position: relative; display: grid; min-height: 104px; grid-template-columns: 1fr 34px; border-bottom: 1px solid var(--line); transition: opacity .2s ease; }
.message-row.read { opacity: .58; }
.message-open { display: grid; padding: 15px 0; grid-template-columns: 8px 1fr; gap: 10px; align-items: start; text-align: left; }
.message-dot { width: 6px; height: 6px; margin-top: 5px; border-radius: 50%; background: transparent; }
.message-row.unread .message-dot { background: var(--gold); box-shadow: 0 0 9px rgba(198,169,109,.7); }
.message-open > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.message-open small { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.message-open strong { font-family: var(--serif); font-size: 15px; font-weight: 400; }
.message-open em { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 8px; font-style: normal; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.message-delete { display: grid; width: 32px; height: 32px; align-self: center; border-radius: 50%; place-items: center; color: var(--danger); background: rgba(208,131,119,.05); }
.message-delete .icon { width: 14px; height: 14px; }
.empty-state { display: flex; min-height: 45vh; flex-direction: column; align-items: center; justify-content: center; color: var(--muted); text-align: center; }
.empty-state > .icon { width: 38px; height: 38px; margin-bottom: 17px; color: var(--gold); }
.empty-state h3 { margin: 0; color: var(--paper); font-family: var(--display); font-size: 28px; font-weight: 400; }
.empty-state p { max-width: 280px; font-size: 9px; line-height: 1.5; }

.folio-total { padding: 40px 22px 30px; text-align: center; background: radial-gradient(circle at 50% 20%, rgba(198,169,109,.13), transparent 36%); }
.folio-total small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.folio-total strong { display: block; margin: 12px 0 4px; font-family: var(--display); font-size: 50px; font-weight: 400; }
.folio-total p { margin: 0; color: var(--muted); font-size: 9px; }
.folio-total button { margin-top: 15px; color: var(--gold-light); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.wallet-card > div { align-items: start; flex-direction: column; gap: 3px; }
.wallet-card > span { margin-right: -2px; }
.wallet-card p { display: block; color: var(--muted); font-size: 8px; }
.charge-list > div:not(.sheet-section-title) { display: grid; min-height: 71px; padding: 12px 0; grid-template-columns: 1fr auto; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); }
.charge-list span { display: flex; flex-direction: column; gap: 2px; }
.charge-list small { color: var(--gold); font-size: 7px; font-weight: 700; }
.charge-list strong { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.charge-list em { color: var(--muted); font-size: 8px; font-style: normal; }
.charge-list b { color: var(--paper-soft); font-family: var(--serif); font-size: 12px; font-weight: 400; }

.rewards-hero { padding: 37px 22px 30px; text-align: center; background: radial-gradient(circle at 50% 36%, color-mix(in srgb, var(--tier) 14%, transparent), transparent 33%); }
.tier-orbit.large { width: 132px; height: 132px; margin: 0 auto 25px; }
.tier-orbit.large > span { inset: 12px; }
.tier-orbit.large b { font-size: 24px; }
.rewards-hero > small { color: var(--tier); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.rewards-hero h3 { margin: 8px 0 4px; font-family: var(--display); font-size: 42px; font-weight: 400; }
.rewards-hero > strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 15px; font-weight: 400; }
.rewards-hero > p { max-width: 400px; margin: 12px auto 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.reward-actions { padding: 16px 22px 0; }

.tiers-experience { padding: 20px 22px; }
.tier-detail { --tier: var(--gold); padding: 26px 0 23px; border-bottom: 1px solid var(--line); opacity: .66; }
.tier-detail.current { opacity: 1; }
.tier-detail header { display: grid; grid-template-columns: 40px 1fr; gap: 12px; }
.tier-detail header > span { color: var(--tier); font-family: var(--display); font-size: 25px; font-style: italic; }
.tier-detail small { color: var(--tier); font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.tier-detail h3 { margin: 5px 0 6px; font-family: var(--display); font-size: 31px; font-weight: 400; }
.tier-detail header p { max-width: 450px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.tier-detail > div { margin: 17px 0 0 52px; }
.tier-detail > div p { display: flex; min-height: 31px; margin: 0; align-items: center; gap: 8px; color: var(--paper-soft); font-size: 9px; }
.tier-detail > div .icon { width: 13px; height: 13px; color: var(--tier); }

.settings-identity,
.account-identity,
.casino-seat-intro {
  display: grid;
  min-height: 112px;
  padding: 22px;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(110deg, rgba(198,169,109,.07), transparent);
}
.settings-identity > div,
.account-identity > div,
.casino-seat-intro > div { display: flex; flex-direction: column; gap: 3px; }
.settings-identity small,
.account-identity small,
.casino-seat-intro small { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .11em; }
.settings-identity h3,
.account-identity h3,
.casino-seat-intro h3 { margin: 0; font-family: var(--display); font-size: 24px; font-weight: 400; }
.settings-identity p,
.account-identity p,
.casino-seat-intro p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.45; }
.pref-wrap { display: flex; flex-wrap: wrap; gap: 7px; }
.pref-chip { display: inline-flex; min-height: 39px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; align-items: center; gap: 6px; color: var(--muted); background: rgba(255,255,255,.015); font-size: 8px; line-height: 1.3; }
.pref-chip.selected { border-color: rgba(214,188,130,.4); color: var(--gold-light); background: rgba(198,169,109,.07); }
.pref-chip .icon { width: 12px; height: 12px; }
.accessibility-settings { padding-bottom: 4px; }

.concierge-intro { display: grid; grid-template-columns: 58px 1fr; gap: 15px; }
.concierge-portrait { display: grid; width: 56px; height: 56px; border: 1px solid rgba(213,185,126,.35); border-radius: 50%; place-items: center; color: var(--gold-light); background: radial-gradient(circle at 30% 25%, rgba(219,193,137,.18), transparent 65%); font-family: var(--display); font-size: 25px; }
.concierge-intro h3 { font-size: 29px; }

.itinerary-date { padding: 31px 22px 25px; border-bottom: 1px solid var(--line); }
.itinerary-date small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.itinerary-date h3 { margin: 7px 0 4px; font-family: var(--display); font-size: 34px; font-weight: 400; }
.itinerary-date p { margin: 0; color: var(--muted); font-size: 9px; }
.itinerary-timeline { padding: 18px 22px; }
.itinerary-timeline article { display: grid; min-height: 94px; grid-template-columns: 58px 34px 1fr 26px; gap: 8px; align-items: start; }
.itinerary-timeline time { padding-top: 8px; color: var(--paper-soft); font-family: var(--serif); font-size: 11px; }
.itinerary-timeline article > span { position: relative; display: grid; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; place-items: center; color: var(--gold-light); }
.itinerary-timeline article > span::after { position: absolute; top: 30px; bottom: -65px; left: 14px; width: 1px; background: var(--line); content: ""; }
.itinerary-timeline article:last-child > span::after { display: none; }
.itinerary-timeline article > span .icon { width: 14px; height: 14px; }
.itinerary-timeline article > div { display: flex; padding-top: 5px; flex-direction: column; gap: 3px; }
.itinerary-timeline small { color: var(--gold); font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.itinerary-timeline strong { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.itinerary-timeline p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.45; }
.itinerary-timeline article > button { padding-top: 8px; color: var(--muted); }
.itinerary-timeline article > button .icon { width: 14px; height: 14px; }
.itinerary-experience > .button { width: calc(100% - 44px); margin: 0 22px; }

.dream-steps { padding: 10px 22px; }
.dream-steps article { display: grid; min-height: 92px; padding: 15px 0; grid-template-columns: 44px 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.dream-steps b { color: var(--gold); font-family: var(--display); font-size: 22px; font-style: italic; font-weight: 400; }
.dream-steps span { display: flex; flex-direction: column; gap: 5px; }
.dream-steps strong { font-family: var(--serif); font-size: 15px; font-weight: 400; }
.dream-steps p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.dream-detail > aside { display: grid; margin: 25px 22px; padding: 17px; grid-template-columns: 32px 1fr; gap: 11px; border: 1px solid rgba(208,131,119,.2); border-radius: 18px 3px 18px 3px; color: var(--danger); background: rgba(208,131,119,.035); }
.dream-detail > aside .icon { width: 20px; height: 20px; }
.dream-detail > aside p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.5; }
.dream-detail > aside strong { display: block; margin-bottom: 4px; color: var(--paper-soft); font-family: var(--serif); font-size: 12px; font-weight: 400; }

.account-sheet { padding: 0 22px 18px; }
.account-identity { margin: 0 -22px 7px; }
.account-identity > span { display: grid; width: 56px; height: 56px; border: 1px solid rgba(213,185,126,.4); border-radius: 50%; place-items: center; color: var(--gold-light); font-family: var(--serif); }
.account-signout { width: 100%; margin-top: 20px; padding: 15px; color: var(--danger); font-size: 8px; font-weight: 700; text-transform: uppercase; }

.casino-seat-intro > span { display: grid; width: 52px; height: 52px; border: 1px solid var(--line); border-radius: 16px 4px 16px 4px; place-items: center; color: var(--gold-light); }
.casino-seat-intro > span .icon { width: 22px; height: 22px; }

.onboarding-progress { display: grid; padding: 20px 22px 0; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.onboarding-progress span { height: 2px; background: #31332e; }
.onboarding-progress span.active { background: var(--gold); box-shadow: 0 0 8px rgba(198,169,109,.4); }
.onboarding > section { padding: 30px 22px 15px; }
.onboarding > section small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.onboarding > section h3 { max-width: 430px; margin: 9px 0; font-family: var(--display); font-size: 36px; font-weight: 400; line-height: .95; }
.onboarding > section p { max-width: 430px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.onboarding-prefs { padding: 15px 22px 20px; }

.toast {
  position: fixed;
  z-index: 400;
  right: 17px;
  bottom: calc(var(--dock-h) + var(--safe-bottom) + 16px);
  left: 17px;
  display: flex;
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid rgba(214,188,130,.32);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--paper);
  background: rgba(28,31,26,.96);
  box-shadow: 0 16px 50px rgba(0,0,0,.45);
  backdrop-filter: blur(20px);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  animation: toastIn .35s cubic-bezier(.2,.8,.2,1) both;
}
.toast .icon { width: 16px; height: 16px; color: var(--gold-light); }
@keyframes toastIn { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: none; } }

@media (max-width: 380px) {
  .page { padding-right: 14px; padding-left: 14px; }
  .home-greeting h1,
  .page-title h1,
  .dining-heading h1,
  .casino-title h1 { font-size: 41px; }
  .stay-hero { min-height: 450px; }
  .stay-hero-copy { right: 16px; left: 16px; }
  .stay-hero-copy h2 { font-size: 34px; }
  .stay-hero-actions { grid-template-columns: 1fr 1fr; }
  .stay-hero-actions button:last-child { grid-column: 1 / -1; }
  .tower-tabs,
  .dining-tabs { margin-right: -14px; margin-left: -14px; padding-right: 14px; padding-left: 14px; }
  .tower-tab span,
  .dining-tab span { font-size: 11px; }
  .venue-row > button { grid-template-columns: 98px 1fr; gap: 13px; }
  .venue-row .venue-art { width: 98px; height: 137px; }
  .venue-row-copy h3 { font-size: 23px; }
  .detail-intro p { font-size: 20px; }
  .sheet-media-hero { min-height: 335px; }
  .sheet-media-hero h3 { font-size: 35px; }
  .scene-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .stat-line strong { font-size: 10px; }
  .custom-temp { grid-template-columns: 1fr 62px 50px; }
  .custom-temp input { width: 62px; }
  .itinerary-timeline article { grid-template-columns: 49px 30px 1fr 22px; }
}

@media (min-width: 700px) {
  :root { --dock-h: 70px; }
  .arrival-enter { right: auto; left: 50%; width: min(440px, calc(100vw - 48px)); transform: translateX(-50%); }
  .app-header { padding-right: max(28px, calc((100vw - 1180px) / 2)); padding-left: max(28px, calc((100vw - 1180px) / 2)); }
  .bottom-dock { right: auto; bottom: 18px; left: 50%; width: 520px; height: var(--dock-h); padding: 6px 12px; border: 1px solid rgba(220,205,169,.16); border-radius: 24px; transform: translateX(-50%); }
  .screen-frame { bottom: 104px; }
  .page { padding-right: 28px; padding-left: 28px; }
  .stay-hero { min-height: 590px; }
  .stay-hero-copy { right: 32px; bottom: 31px; left: 32px; }
  .stay-hero-copy h2 { max-width: 560px; font-size: 55px; }
  .stay-hero-actions { width: 480px; }
  .quick-rail { margin-right: 0; padding-right: 0; }
  .room-collection { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 48px 22px; }
  .room-editorial-image { height: 360px; }
  .venue-list { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 26px; }
  .dining-feature { min-height: 500px; margin-right: 0; margin-left: 0; border-radius: 2px 60px 2px 2px; }
  .dining-feature h2 { font-size: 58px; }
  .sheet-panel { margin-bottom: 14px; border-bottom: 1px solid rgba(220,202,161,.17); border-radius: 28px; }
  .sheet-scroll { padding-bottom: 28px; }
  .sheet-media-hero { min-height: 500px; }
  .gallery-rail button { flex-basis: 390px; width: 390px; }
  .gallery-thumb { height: 280px; }
  .choice-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .choice-grid-wide { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .form-section textarea { min-height: 118px; }
  .venue-detail-hero { min-height: 470px; }
  .venue-detail-hero h3 { font-size: 62px; }
  .toast { right: auto; bottom: 28px; left: 50%; width: min(480px, calc(100vw - 34px)); transform: translateX(-50%); }
  @keyframes toastIn { from { opacity: 0; transform: translate(-50%, 12px) scale(.97); } to { opacity: 1; transform: translateX(-50%); } }
}

@media (min-width: 1000px) {
  .home-page { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(310px,.85fr); gap: 0 54px; }
  .home-greeting,
  .stay-hero,
  .quick-section,
  .dream-story { grid-column: 1; }
  .today-section { grid-column: 2; grid-row: 1 / span 2; margin-top: 74px; }
  .now-section { grid-column: 2; grid-row: 3; margin-top: 28px; }
  .dream-story { margin-top: 42px; }
  .stay-hero { min-height: 620px; }
  .guest-home { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; }
  .guest-editorial { min-height: 650px; margin: -12px 0 0 -28px; padding-left: 52px; }
  .guest-feature { margin-top: 0; min-height: 650px; }
  .guest-links { grid-column: 1/-1; }
  .stay-page .page-title,
  .dining-page .dining-heading { max-width: 650px; }
  .room-collection { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 60px 32px; }
  .room-editorial:nth-child(even) { margin-top: 80px; }
  .casino-page,
  .profile-page { max-width: 820px; }
}

.reduce-motion *,
.reduce-motion *::before,
.reduce-motion *::after {
  scroll-behavior: auto !important;
  animation-duration: .001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .001ms !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

.high-contrast { --muted: #c7c2b7; --line: rgba(241,231,208,.3); --line-strong: rgba(241,231,208,.48); }
.large-text { font-size: 112%; }
.large-text .page { --text-boost: 1.08; }
