:root {
  color-scheme: light;
  --paper: #f3f5f7;
  --surface: #ffffff;
  --surface-2: #edf1f5;
  --ink: #151923;
  --muted: #667085;
  --line: #d9e0e8;
  --teal: #118d99;
  --terracotta: #c43fb0;
  --gold: #8a6a16;
  --green: #29845a;
  --shadow: 0 24px 70px rgba(16, 24, 40, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #eef2f6 0%, #f8fafc 34%, #f1f4f7 100%);
  color: var(--ink);
  font-family: "PingFang SC", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

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

button {
  font: inherit;
}

button.action {
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.hero {
  min-height: 92svh;
  position: relative;
  display: grid;
  align-items: end;
  padding: 24px clamp(18px, 5vw, 72px) 64px;
  background:
    linear-gradient(90deg, rgba(8, 12, 20, 0.78), rgba(8, 12, 20, 0.44) 50%, rgba(8, 12, 20, 0.22)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.58)),
    url("./assets/hotel-neon-wall.jpg") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -18% -10%;
  height: 34%;
  background: linear-gradient(90deg, rgba(17, 141, 153, 0.14), rgba(196, 63, 176, 0.16));
  filter: blur(54px);
}

.hero > * {
  position: relative;
  z-index: 1;
}

.nav {
  position: absolute;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand,
.nav-links {
  border: 1px solid rgba(180, 210, 255, 0.24);
  background: rgba(7, 11, 22, 0.48);
  backdrop-filter: blur(18px);
  box-shadow: 0 0 28px rgba(39, 245, 255, 0.08);
}

.brand {
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 650;
}

.nav-links {
  display: flex;
  gap: 4px;
  padding: 5px;
  border-radius: 999px;
}

.nav-links a {
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-copy {
  max-width: 920px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(39, 245, 255, 0.88);
}

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

h1 {
  margin-bottom: 16px;
  max-width: 820px;
  font-size: clamp(40px, 6.8vw, 78px);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.hero-subtitle {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 1.6vw, 19px);
}

.hero-action-zone,
.hero-actions,
.filters,
.food-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero-action-zone {
  margin-top: 24px;
}

.hero-social-prompt {
  max-width: 360px;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(7, 11, 22, 0.34);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.55;
  backdrop-filter: blur(14px);
}

.action,
.chip,
.food-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
}

.action {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  backdrop-filter: blur(12px);
}

.action.primary {
  background: #fff;
  color: #171412;
  border-color: #fff;
}

.action svg,
.chip svg,
.check-card svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

[data-lucide] {
  display: inline-block;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
  opacity: 0.9;
}

.mobile-decision-panel,
.mobile-quick-guide,
.mobile-now-helper,
.mobile-bottom-nav,
.route-mobile-details,
.route-action {
  display: none;
}

main {
  overflow: clip;
}

.status-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1180px;
  margin: -38px auto 0;
  position: relative;
  z-index: 2;
  padding: 0 clamp(14px, 3vw, 24px);
}

.status-strip article {
  background: rgba(255, 253, 250, 0.94);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(229, 222, 213, 0.88);
  padding: 22px;
  min-height: 150px;
}

.status-strip article:first-child {
  border-radius: 8px 0 0 8px;
}

.status-strip article:last-child {
  border-radius: 0 8px 8px 0;
}

.status-strip span,
.image-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.status-strip strong {
  display: block;
  margin: 6px 0 8px;
  font-size: 19px;
  font-weight: 720;
}

.status-strip p,
.route-card p,
.spot p,
.check-card p,
.image-card p,
.source-table span,
.hotel-panel p {
  color: var(--muted);
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px clamp(14px, 3vw, 24px) 0;
}

.hotel-base {
  padding-top: 74px;
}

.hotel-panel {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  align-items: stretch;
  padding: clamp(22px, 4vw, 34px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hotel-panel h2 {
  max-width: 620px;
}

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

.base-facts div {
  min-height: 132px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f3eb;
}

.base-facts span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.base-facts strong {
  font-size: 18px;
  line-height: 1.28;
}

.hotel-scene-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.scene-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(181, 205, 255, 0.18);
  border-radius: 8px;
  background: #111827;
  box-shadow: var(--shadow);
}

.scene-wide {
  grid-row: span 2;
  min-height: 536px;
}

.scene-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02);
}

.scene-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(5, 8, 18, 0.82));
}

.scene-card div {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.scene-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.scene-card strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.14;
  text-shadow: 0 0 24px rgba(39, 245, 255, 0.18);
}

.section-head {
  max-width: 700px;
  margin-bottom: 28px;
}

.section-head.compact {
  max-width: 620px;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.22;
}

.chip {
  padding: 9px 13px;
  background: #fffaf3;
  color: #2f2a25;
}

.chip.active,
.food-chip.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.food-section {
  padding-top: 78px;
}

.food-chip {
  padding: 9px 14px;
  background: var(--surface);
  color: #2f2a25;
}

.breakfast-panel {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 18px;
  margin: 0 0 22px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 18px 50px rgba(29, 24, 20, 0.08);
}

.breakfast-intro {
  align-self: start;
  position: sticky;
  top: 18px;
}

.breakfast-intro p {
  color: var(--muted);
}

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

.breakfast-card {
  display: grid;
  gap: 10px;
  min-height: 238px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f3eb;
}

.breakfast-card.top-pick {
  background: #17201d;
  color: #fff;
}

.breakfast-card.caution-card {
  background: #f4ece4;
}

.breakfast-card div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.breakfast-card.top-pick div,
.breakfast-card.top-pick p {
  color: rgba(255, 255, 255, 0.72);
}

.breakfast-card div strong {
  color: var(--terracotta);
  text-align: right;
  white-space: nowrap;
}

.breakfast-card.top-pick div strong {
  color: #f7d08a;
}

.breakfast-card h4 {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
}

.breakfast-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.breakfast-card a {
  display: grid;
  place-items: center;
  align-self: end;
  min-height: 40px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.breakfast-card.top-pick a {
  background: #fff;
  color: var(--ink);
}

.food-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.food-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  min-height: 310px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.girls-section {
  padding-top: 88px;
}

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

.girls-route-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  margin-bottom: 18px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
}

.girls-route-panel .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.girls-route-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.girls-timeline {
  display: grid;
  gap: 8px;
}

.girls-timeline a {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.girls-timeline b {
  color: #fff;
  font-size: 14px;
}

.girls-timeline span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.girl-card {
  display: grid;
  gap: 12px;
  min-height: 360px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffdfa, #f8f3eb);
}

.girl-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.girl-head strong {
  color: var(--terracotta);
  text-align: right;
}

.girl-card p,
.girl-card div {
  color: var(--muted);
}

.girl-card b {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.girl-avoid {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: #7b5146;
}

.girl-nav {
  display: grid;
  place-items: center;
  min-height: 42px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.food-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.food-top strong {
  color: var(--terracotta);
  white-space: nowrap;
}

.food-card p,
.food-detail {
  color: var(--muted);
}

.food-detail {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.food-detail b {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.muted-detail {
  color: #7b5146;
}

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

.route-card,
.spot,
.check-card,
.source-table,
.image-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.route-card {
  display: grid;
  gap: 18px;
  padding: 18px;
}

.route-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pill {
  padding: 5px 8px;
  border-radius: 999px;
  background: #f0ebe4;
  color: #514a43;
  font-size: 12px;
  font-weight: 700;
}

.route-card ul {
  margin: 0;
  padding-left: 18px;
  color: #342f2a;
}

.map-section {
  padding-top: 88px;
}

.route-map {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(15, 118, 110, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 118, 110, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 20% 24%, rgba(15, 118, 110, 0.12), transparent 22%),
    radial-gradient(circle at 80% 78%, rgba(180, 83, 53, 0.12), transparent 24%),
    var(--surface);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  box-shadow: var(--shadow);
}

.map-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 138px;
  min-height: 88px;
  padding: 12px;
  border: 1px solid rgba(23, 20, 18, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.9);
  color: var(--ink);
  text-align: center;
  font-weight: 900;
  box-shadow: 0 18px 50px rgba(29, 24, 20, 0.12);
  backdrop-filter: blur(14px);
}

.map-node span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.hotel-node {
  left: calc(50% - 69px);
  top: calc(50% - 37px);
  background: var(--ink);
  color: #fff;
}

.node-hubin {
  left: 58%;
  top: 18%;
}

.node-bai {
  left: 24%;
  top: 22%;
}

.node-lingyin {
  left: 10%;
  top: 48%;
}

.node-leifeng {
  left: 56%;
  top: 68%;
}

.node-hefang {
  left: 76%;
  top: 48%;
}

.map-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 2px;
  background: rgba(180, 83, 53, 0.46);
  transform-origin: 0 50%;
}

.line-hubin {
  width: 190px;
  transform: rotate(-52deg);
}

.line-bai {
  width: 210px;
  transform: rotate(-142deg);
}

.line-lingyin {
  width: 295px;
  transform: rotate(181deg);
}

.line-leifeng {
  width: 185px;
  transform: rotate(55deg);
}

.line-hefang {
  width: 260px;
  transform: rotate(0deg);
}

.warning {
  border-left: 3px solid var(--terracotta);
  padding-left: 10px;
  color: #5d3427;
  font-size: 14px;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  align-items: start;
}

.sticky-note {
  position: sticky;
  top: 20px;
  padding: 6px 0;
}

.spot-list {
  display: grid;
  gap: 10px;
}

.spot {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 16px;
}

.spot-time {
  color: var(--green);
  font-weight: 800;
}

.spot b {
  display: block;
  margin-bottom: 5px;
}

.glass-band {
  max-width: none;
  margin-top: 90px;
  padding: 82px max(clamp(14px, 3vw, 24px), calc((100vw - 1180px) / 2 + 24px));
  background: #ebe4db;
}

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

.check-card {
  min-height: 210px;
  padding: 20px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
  text-align: left;
  cursor: pointer;
}

.booking-grid .check-card {
  padding: 0;
}

.check-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.booking-grid .check-card svg,
.booking-grid .check-card strong,
.booking-grid .check-card p {
  margin-left: 18px;
  margin-right: 18px;
}

.booking-grid .check-card svg {
  margin-top: 18px;
}

.booking-grid .check-card p {
  margin-bottom: 18px;
}

.check-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.check-card svg {
  color: var(--teal);
}

.check-card strong {
  display: block;
  margin: 18px 0 8px;
  font-size: 18px;
}

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

.image-card {
  overflow: hidden;
}

.image-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.image-card div {
  padding: 18px;
}

.source-table {
  overflow: hidden;
}

.source-table div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

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

.footer {
  max-width: 1180px;
  margin: 70px auto 0;
  padding: 26px clamp(14px, 3vw, 24px) 40px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer a {
  color: var(--ink);
  font-weight: 700;
}

.group-section {
  padding-top: 88px;
}

.group-panel {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
}

.group-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.group-panel .social-note {
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
}

.dark-action {
  margin-top: 10px;
}

.group-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.group-card strong {
  display: block;
  margin-bottom: 12px;
}

.group-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.join-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(23, 20, 18, 0.52);
}

.join-modal.open {
  display: grid;
}

.join-dialog {
  position: relative;
  width: min(440px, 100%);
  padding: 24px;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f0ebe4;
  cursor: pointer;
  font-size: 22px;
}

.qr-box {
  display: grid;
  place-items: center;
  min-height: 220px;
  margin: 16px 0;
  border: 1px dashed #c9beb0;
  border-radius: 8px;
  background: #f8f3eb;
  color: var(--muted);
  font-weight: 800;
}

.qr-box img {
  max-width: 220px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.copy-button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.copy-button:disabled {
  cursor: not-allowed;
  background: #c9beb0;
}

.join-footnote {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 22;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(23, 20, 18, 0.56);
}

.booking-modal.open {
  display: grid;
}

.booking-dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100svh - 40px);
  overflow: auto;
  padding: 24px;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.booking-desc {
  color: var(--muted);
}

.booking-actions {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.booking-link {
  display: grid;
  place-items: center;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8f3eb;
  color: var(--ink);
  font-weight: 900;
}

.booking-steps {
  margin: 14px 0 0;
  padding-left: 20px;
  color: #342f2a;
}

.booking-steps li + li {
  margin-top: 8px;
}

.food-action {
  display: grid;
  place-items: center;
  align-self: end;
  min-height: 40px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
}

.group-starters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.group-starters button {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(111, 124, 145, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}

.status-strip article,
.hotel-panel,
.breakfast-panel,
.food-card,
.girl-card,
.route-card,
.spot,
.check-card,
.image-card,
.source-table,
.join-dialog,
.booking-dialog {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(111, 124, 145, 0.18);
  color: var(--ink);
  box-shadow: 0 18px 58px rgba(16, 24, 40, 0.08);
}

.status-strip article {
  backdrop-filter: blur(18px);
}

.status-strip span,
.image-card span,
.base-facts span,
.food-top,
.girl-head,
.breakfast-card div {
  color: var(--teal);
}

.status-strip p,
.route-card p,
.spot p,
.check-card p,
.image-card p,
.hotel-panel p,
.food-card p,
.food-detail,
.girl-card p,
.girl-card div,
.breakfast-intro p,
.breakfast-card p,
.booking-desc {
  color: var(--muted);
}

.base-facts div,
.breakfast-card,
.pill {
  background: #f5f7fa;
  border-color: rgba(111, 124, 145, 0.16);
}

.base-facts div {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.chip,
.food-chip,
.booking-link,
.modal-close {
  background: #f7f9fb;
  border-color: rgba(111, 124, 145, 0.18);
  color: var(--ink);
}

.chip.active,
.food-chip.active,
.copy-button,
.girl-nav,
.breakfast-card a,
.food-action {
  background: linear-gradient(90deg, #0f8793, #c43fb0);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(15, 135, 147, 0.16);
}

.action.primary,
.dark-action,
.breakfast-card.top-pick a {
  background: #fff;
  color: #111827;
  border-color: transparent;
}

.action:not(.primary) {
  background: rgba(7, 11, 22, 0.46);
  border-color: rgba(181, 205, 255, 0.28);
}

.hotel-panel {
  background:
    linear-gradient(135deg, rgba(17, 141, 153, 0.08), transparent 34%),
    linear-gradient(315deg, rgba(196, 63, 176, 0.08), transparent 34%),
    #ffffff;
}

.breakfast-card.top-pick,
.girls-route-panel,
.group-panel {
  background:
    linear-gradient(135deg, rgba(17, 141, 153, 0.16), transparent 36%),
    linear-gradient(315deg, rgba(196, 63, 176, 0.14), transparent 40%),
    #151923;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

.glass-band {
  background:
    linear-gradient(180deg, #e9eef4, #f7f9fb);
}

.route-map {
  background:
    linear-gradient(90deg, rgba(39, 245, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 79, 216, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 20% 24%, rgba(39, 245, 255, 0.14), transparent 24%),
    radial-gradient(circle at 80% 78%, rgba(255, 79, 216, 0.14), transparent 26%),
    var(--surface);
}

.map-node {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(111, 124, 145, 0.2);
  color: var(--ink);
}

.hotel-node {
  background: linear-gradient(135deg, #0f8793, #c43fb0);
  color: #fff;
}

.map-line {
  background: rgba(15, 135, 147, 0.42);
}

.warning,
.girl-avoid,
.muted-detail {
  color: #8d3d77;
  border-color: rgba(196, 63, 176, 0.32);
}

.qr-box {
  background: #f5f7fa;
  border-color: rgba(111, 124, 145, 0.22);
}

@media (max-width: 920px) {
  .status-strip,
  .hotel-panel,
  .hotel-scene-grid,
  .breakfast-panel,
  .girls-route-panel,
  .food-grid,
  .girls-grid,
  .route-grid,
  .check-grid,
  .booking-grid,
  .cards-row,
  .split,
  .group-panel {
    grid-template-columns: 1fr;
  }

  .status-strip article,
  .status-strip article:first-child,
  .status-strip article:last-child {
    border-radius: 8px;
  }

  .sticky-note {
    position: static;
  }

  .base-facts {
    grid-template-columns: 1fr;
  }

  .scene-wide {
    grid-row: auto;
    min-height: 300px;
  }

  .scene-card {
    min-height: 260px;
  }

  .breakfast-intro {
    position: static;
  }

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

  .route-map {
    min-height: 740px;
  }

  .hotel-node {
    left: calc(50% - 69px);
    top: 46%;
  }

  .node-hubin {
    left: calc(50% - 69px);
    top: 8%;
  }

  .node-bai {
    left: 7%;
    top: 23%;
  }

  .node-lingyin {
    left: 7%;
    top: 61%;
  }

  .node-leifeng {
    left: calc(50% - 69px);
    top: 78%;
  }

  .node-hefang {
    right: 7%;
    left: auto;
    top: 61%;
  }

  .map-line {
    display: none;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 74px;
    background: #f6f7f8;
  }

  .hero {
    min-height: auto;
    padding: 16px 14px 24px;
    align-items: start;
    background:
      linear-gradient(180deg, rgba(5, 8, 18, 0.18), rgba(5, 8, 18, 0.76) 54%, rgba(5, 8, 18, 0.96)),
      url("./assets/hotel-neon-wall.jpg") center top / cover no-repeat;
  }

  .nav {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    display: flex;
    grid-template-columns: 1fr;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
  }

  .nav-links {
    display: none;
  }

  .brand {
    padding: 8px 11px;
    font-size: 13px;
    background: rgba(7, 11, 22, 0.62);
  }

  .hero-copy {
    padding-top: 54px;
    max-width: 100%;
  }

  .hero .eyebrow {
    max-width: 30ch;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
  }

  h1 {
    max-width: 340px;
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 1.08;
  }

  .hero-subtitle {
    max-width: 32ch;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 7px;
  }

  .hero-action-zone {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    align-items: stretch;
    width: min(100%, 340px);
    margin-top: 14px;
    gap: 10px;
  }

  .hero-actions .action {
    justify-content: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 7px 8px;
    white-space: nowrap;
    min-height: 34px;
    font-size: 12px;
    line-height: 1.2;
  }

  .hero-actions .action:nth-child(3) {
    grid-column: auto;
  }

  .hero-social-prompt {
    display: flex;
    align-items: center;
    max-width: none;
    min-height: 100%;
    padding: 10px 11px;
    font-size: 12px;
    line-height: 1.48;
  }

  .mobile-decision-panel {
    display: block;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(18px);
  }

  .mobile-decision-head {
    display: grid;
    gap: 3px;
    margin-bottom: 12px;
  }

  .mobile-decision-head span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 800;
  }

  .mobile-decision-head strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
  }

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

  .mobile-scenario-grid a {
    display: grid;
    gap: 5px;
    min-height: 86px;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.11);
  }

  .mobile-scenario-grid b {
    color: #fff;
    font-size: 14px;
  }

  .mobile-scenario-grid span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.35;
  }

  .mobile-quick-guide {
    display: block;
    padding: 20px 14px 0;
  }

  .mobile-now-helper {
    display: block;
    padding: 28px 14px 0;
  }

  .mobile-guide-title {
    margin-bottom: 12px;
  }

  .mobile-guide-title h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.16;
  }

  .mobile-guide-title p:not(.eyebrow) {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 14px;
  }

  .mobile-guide-cards {
    display: grid;
    gap: 12px;
  }

  .now-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin: 0 -14px 12px;
    padding: 0 14px 4px;
    scrollbar-width: none;
  }

  .now-tabs::-webkit-scrollbar {
    display: none;
  }

  .now-tab {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(111, 124, 145, 0.18);
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    cursor: pointer;
    font-weight: 900;
    font-size: 13px;
  }

  .now-tab.active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
  }

  .mobile-guide-card,
  .now-card {
    display: grid;
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(111, 124, 145, 0.18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
  }

  .now-card {
    border-color: rgba(17, 141, 153, 0.2);
  }

  .mobile-guide-card span {
    color: var(--teal);
    font-size: 12px;
    font-weight: 900;
  }

  .mobile-guide-card h3,
  .now-card h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .mobile-guide-card p,
  .now-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 14px;
  }

  .mobile-guide-card ol,
  .now-card ol {
    display: grid;
    gap: 8px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
  }

  .mobile-guide-card li,
  .now-card li {
    padding: 9px 10px;
    border-radius: 8px;
    background: #f5f7fa;
    color: #2f3642;
    font-size: 14px;
  }

  .mobile-guide-card li b {
    margin-right: 4px;
    color: var(--ink);
  }

  .mobile-card-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 2px;
  }

  .mobile-card-actions a,
  .mobile-card-actions button,
  .now-actions a,
  .now-actions button,
  .route-action {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 42px;
    padding: 8px 10px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #0f8793, #c43fb0);
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

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

  .mobile-card-actions button {
    font: inherit;
  }

  .mobile-guide-card em,
  .now-card em {
    display: block;
    padding-top: 10px;
    border-top: 1px solid rgba(111, 124, 145, 0.16);
    color: #8d3d77;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5;
  }

  .status-strip {
    display: none;
  }

  .section {
    padding-top: 56px;
  }

  .section-head {
    margin-bottom: 18px;
  }

  .section-head h2 {
    font-size: 25px;
    line-height: 1.15;
  }

  .section-head p:not(.eyebrow) {
    font-size: 14px;
  }

  .hotel-base {
    padding-top: 46px;
  }

  .hotel-panel {
    padding: 18px;
  }

  .hotel-panel h2 {
    font-size: 24px;
  }

  .base-facts div {
    min-height: 96px;
  }

  .filters,
  .food-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: -14px;
    padding: 0 14px 4px;
    scrollbar-width: none;
  }

  .filters::-webkit-scrollbar,
  .food-tabs::-webkit-scrollbar {
    display: none;
  }

  .chip,
  .food-chip {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .route-card {
    gap: 12px;
    padding: 16px;
  }

  .route-card h3 {
    font-size: 20px;
  }

  .route-card p {
    margin-bottom: 0;
    font-size: 14px;
  }

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

  .route-card li {
    padding: 8px 10px;
    border-radius: 8px;
    background: #f5f7fa;
    font-size: 14px;
  }

  .route-mobile-details {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 7px 10px;
    margin: 12px 0;
    padding: 12px;
    border-radius: 8px;
    background: #f5f7fa;
  }

  .route-mobile-details b {
    color: var(--ink);
    font-size: 13px;
  }

  .route-mobile-details span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
  }

  .route-action {
    display: grid;
    text-align: center;
  }

  .warning {
    font-size: 13px;
  }

  .spot {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .source-table div {
    grid-template-columns: 1fr;
  }

  .route-map {
    min-height: 720px;
  }

  .scene-card,
  .scene-wide {
    min-height: 220px;
  }

  .food-card {
    min-height: 0;
  }

  .food-action {
    min-height: 42px;
  }

  .breakfast-panel,
  .girls-route-panel,
  .group-panel {
    padding: 16px;
  }

  .breakfast-card {
    min-height: 0;
  }

  .girls-timeline a {
    grid-template-columns: 48px 1fr;
  }

  .girl-card {
    min-height: 0;
  }

  .group-starters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }

  .group-starters button {
    min-height: 54px;
    font-size: 13px;
    line-height: 1.25;
  }

  .booking-grid .check-card p {
    margin-bottom: 16px;
  }

  .join-dialog,
  .booking-dialog {
    max-height: calc(100svh - 36px);
    padding: 20px;
  }

  .footer {
    flex-direction: column;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 18;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(111, 124, 145, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 40px rgba(16, 24, 40, 0.16);
    backdrop-filter: blur(18px);
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
  }

  .mobile-bottom-nav button {
    background: linear-gradient(90deg, #0f8793, #c43fb0);
    color: #fff;
  }
}
