/* =====================================================================
   NEONCQ - cyberpunk UI kit
   mobile first / neon-on-void / no external fonts, works offline
   ===================================================================== */

:root {
  --void: #05060c;
  --void-2: #0a0c16;
  --panel: rgba(17, 20, 34, 0.72);
  --panel-solid: #11141f;
  --line: rgba(120, 240, 255, 0.16);
  --line-hot: rgba(34, 230, 255, 0.55);

  --cyan: #22e6ff;
  --magenta: #ff2ea6;
  --violet: #8b5cf6;
  --lime: #b6ff3a;
  --amber: #ffb347;

  --txt: #eaf2ff;
  --txt-dim: #93a3c4;
  --txt-mute: #64708c;

  --r-s: 8px;
  --r-m: 14px;
  --r-l: 20px;

  --pad: 18px;
  --maxw: 1180px;

  --glow-c: 0 0 0 1px rgba(34, 230, 255, 0.45), 0 0 22px -6px rgba(34, 230, 255, 0.55);
  --glow-m: 0 0 0 1px rgba(255, 46, 166, 0.45), 0 0 22px -6px rgba(255, 46, 166, 0.5);

  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--void);
  color: var(--txt);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
               "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: env(safe-area-inset-bottom);
}

/* fixed ambient background: grid + scanline + colour blooms */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(700px 420px at 12% -8%, rgba(139, 92, 246, 0.30), transparent 62%),
    radial-gradient(620px 400px at 92% 4%, rgba(34, 230, 255, 0.20), transparent 60%),
    radial-gradient(700px 520px at 50% 108%, rgba(255, 46, 166, 0.16), transparent 65%),
    var(--void);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(120, 240, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 240, 255, 0.055) 1px, transparent 1px);
  background-size: 46px 46px, 46px 46px;
  mask-image: radial-gradient(ellipse 120% 80% at 50% 0%, #000 20%, transparent 78%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.mono { font-family: var(--mono); letter-spacing: 0.02em; }
.dim { color: var(--txt-dim); }
.mute { color: var(--txt-mute); }
.center { text-align: center; }
.hide { display: none !important; }

/* ------------------------------------------------------------------ top */
.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(5, 6, 12, 0.92), rgba(5, 6, 12, 0.62));
  border-bottom: 1px solid var(--line);
}
.topbar-in {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 58px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.14em;
  font-family: var(--mono);
  white-space: nowrap;
}
.logo-mark {
  width: 26px; height: 26px;
  border-radius: 7px;
  background: conic-gradient(from 210deg, var(--cyan), var(--magenta), var(--violet), var(--cyan));
  box-shadow: 0 0 16px -2px rgba(34, 230, 255, 0.8);
  flex: 0 0 auto;
}
.logo em { font-style: normal; color: var(--cyan); }

.nav { display: none; margin-left: auto; gap: 4px; }
.nav a {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13.5px;
  color: var(--txt-dim);
  transition: 0.2s;
}
.nav a:hover, .nav a.on { color: #fff; background: rgba(34, 230, 255, 0.10); }

.top-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }

.lang {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  font-family: var(--mono);
  font-size: 11.5px;
}
.lang button {
  background: transparent;
  border: 0;
  padding: 6px 11px;
  color: var(--txt-mute);
  cursor: pointer;
  letter-spacing: 0.06em;
}
.lang button.on { background: rgba(34, 230, 255, 0.16); color: var(--cyan); }

.burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: transparent;
  cursor: pointer;
}
.burger span { display: block; width: 16px; height: 1.5px; background: var(--txt); position: relative; }
.burger span::before, .burger span::after {
  content: ""; position: absolute; left: 0; width: 16px; height: 1.5px; background: var(--txt);
}
.burger span::before { top: -5px; }
.burger span::after { top: 5px; }

.sheet {
  position: fixed;
  inset: 58px 0 auto 0;
  z-index: 55;
  background: rgba(8, 10, 20, 0.98);
  border-bottom: 1px solid var(--line-hot);
  padding: 8px 18px 20px;
  display: grid;
  gap: 4px;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: 0.22s ease;
}
.sheet.open { transform: none; opacity: 1; pointer-events: auto; }
.sheet a { padding: 13px 4px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); font-size: 15px; }

/* ---------------------------------------------------------------- pieces */
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--cyan);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: "";
  width: 18px; height: 1px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}

h1, h2, h3, h4 { margin: 0; line-height: 1.15; font-weight: 700; }
h1 { font-size: 34px; letter-spacing: -0.02em; }
h2 { font-size: 24px; letter-spacing: -0.01em; }
h3 { font-size: 17px; }
p { margin: 0; }

.sec { padding: 46px 0 8px; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.sec-head p { color: var(--txt-dim); font-size: 14px; margin-top: 7px; max-width: 62ch; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 14.5px;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
  background: transparent;
}
.btn-neon {
  background: linear-gradient(100deg, var(--cyan), #6ff0ff 45%, var(--violet));
  color: #04070f;
  box-shadow: 0 8px 30px -12px rgba(34, 230, 255, 0.9);
}
.btn-neon:active { transform: translateY(1px); }
.btn-ghost { border-color: var(--line-hot); color: var(--cyan); }
.btn-ghost:hover { background: rgba(34, 230, 255, 0.08); }
.btn-hot { background: linear-gradient(100deg, var(--magenta), #ff7ac4); color: #12010b; }
.btn-quiet { border-color: var(--line); color: var(--txt-dim); }
.btn-quiet:hover { color: var(--txt); border-color: var(--line-hot); }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.45; cursor: not-allowed; }
.btn-sm { padding: 9px 14px; font-size: 13px; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--txt-dim);
  background: rgba(255, 255, 255, 0.02);
}
.chip.hot { border-color: rgba(255, 46, 166, 0.5); color: #ff8ecb; }
.chip.go { border-color: rgba(182, 255, 58, 0.42); color: var(--lime); }
.chip.warn { border-color: rgba(255, 179, 71, 0.45); color: var(--amber); }

.card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  background: var(--panel);
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: 0.25s ease;
}
.card:hover { border-color: var(--line-hot); transform: translateY(-2px); }

/* media - the real product photo. the gradient stays underneath as a fallback,
   so a product without a photo (or a broken file) still looks intentional. */
.media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background:
    linear-gradient(140deg, hsl(var(--h, 288) 90% 12%), hsl(calc(var(--h, 288) + 40) 80% 6%));
}
.media img.media-img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.card:hover .media img.media-img { transform: scale(1.04); }

/* gradient art - only when there is no photo to show */
.media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 13px),
    radial-gradient(120% 90% at 78% 8%, hsl(var(--h, 288) 95% 60% / 0.42), transparent 62%);
  pointer-events: none;
}
/* scrim - keeps badges legible and gives the card a bottom edge */
.media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(5, 6, 12, 0.5) 0%,
    rgba(5, 6, 12, 0.06) 26%,
    transparent 52%,
    rgba(5, 6, 12, 0.72) 100%
  );
}
.media.has-img::before { display: none; }
.media.has-img { box-shadow: inset 0 0 0 1px rgba(34, 230, 255, 0.12); }

.media-glyph {
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-size: 44px;
  line-height: 1;
  color: hsl(var(--h, 288) 95% 68%);
  opacity: 0.5;
  z-index: 3;
  font-family: var(--mono);
}
.media.has-img .media-glyph { display: none; }

.badges { position: absolute; top: 11px; left: 11px; z-index: 3; display: flex; gap: 6px; flex-wrap: wrap; }
.badge {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(4, 6, 12, 0.72);
  border: 1px solid var(--line-hot);
  color: var(--cyan);
  backdrop-filter: blur(6px);
}
.badge.hot { border-color: rgba(255, 46, 166, 0.6); color: #ff9ad2; }
.badge.soon { border-color: rgba(255, 179, 71, 0.55); color: var(--amber); }
.badge.closed { border-color: rgba(140, 150, 170, 0.5); color: var(--txt-mute); }

.p-card { display: flex; flex-direction: column; }
.p-body { padding: 14px 15px 16px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.p-title { font-size: 15.5px; font-weight: 650; }
.p-sub { font-size: 13px; color: var(--txt-dim); flex: 1; }
.p-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.p-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding-top: 11px; border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.price { font-family: var(--mono); font-size: 15px; color: var(--cyan); font-weight: 600; }
.price small { color: var(--txt-mute); font-size: 11px; display: block; font-weight: 400; letter-spacing: 0.04em; }
.price.quote { color: var(--txt-dim); font-size: 13px; }

.grid { display: grid; gap: 14px; }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-auto { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

/* ------------------------------------------------------------------ hero */
.hero { padding: 44px 0 10px; }
.hero h1 { font-size: 38px; margin: 16px 0 14px; }
.hero h1 .grad {
  background: linear-gradient(96deg, var(--cyan), #a78bfa 55%, var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead { color: var(--txt-dim); font-size: 15.5px; max-width: 56ch; }
.hero-cta { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.stat b { display: block; font-family: var(--mono); font-size: 20px; color: var(--cyan); }
.stat span { font-size: 11.5px; color: var(--txt-mute); letter-spacing: 0.05em; }

/* category tiles */
.cat-tile { display: flex; align-items: center; gap: 13px; padding: 15px; }
.cat-icon {
  width: 42px; height: 42px; flex: 0 0 auto;
  display: grid; place-items: center;
  border-radius: 12px;
  font-size: 19px;
  border: 1px solid hsl(var(--h, 288) 90% 60% / 0.42);
  color: hsl(var(--h, 288) 95% 70%);
  background: hsl(var(--h, 288) 90% 55% / 0.10);
}
/* category chip - a real photo with the glyph on top */
.cat-thumb {
  position: relative;
  width: 56px; height: 56px; flex: 0 0 auto;
  display: grid; place-items: center;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid hsl(var(--h, 288) 90% 60% / 0.42);
  background: hsl(var(--h, 288) 90% 55% / 0.10);
}
.cat-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.cat-thumb b {
  position: relative; z-index: 2;
  font-size: 17px; font-weight: 400;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.95);
}
.cat-thumb::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(5, 6, 12, 0.1), rgba(5, 6, 12, 0.66));
}
.cat-tile b { display: block; font-size: 14.5px; }
.cat-tile span { font-size: 12px; color: var(--txt-mute); font-family: var(--mono); }

/* hero collage - three real shots */
.hero-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hc {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--r-m);
  border: 1px solid var(--line);
  background: var(--void-2);
  transition: 0.3s ease;
}
.hc:hover { border-color: var(--line-hot); }
.hc img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hc-a { grid-row: span 2; aspect-ratio: 3 / 4.6; }
.hc-b, .hc-c { aspect-ratio: 16 / 10; }
.hc::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5, 6, 12, 0.75));
  pointer-events: none;
}

/* ----------------------------------------------------------------- forms */
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.field > label { font-size: 12.5px; color: var(--txt-dim); font-family: var(--mono); letter-spacing: 0.05em; }
.field .req { color: var(--magenta); }
.input, .select, .textarea {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  outline: none;
  transition: 0.18s;
  font-size: 15px; /* keeps iOS from zooming */
}
.input:focus, .select:focus, .textarea:focus {
  border-color: var(--line-hot);
  box-shadow: 0 0 0 3px rgba(34, 230, 255, 0.12);
  background: rgba(34, 230, 255, 0.05);
}
.textarea { min-height: 96px; resize: vertical; }
.select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--txt-dim) 50%), linear-gradient(135deg, var(--txt-dim) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.hint { font-size: 11.5px; color: var(--txt-mute); }

/* picked-experience preview inside the booking wizard - shows what you chose */
.pick-host { margin-top: -2px; }
.pick-host:empty { display: none; }
.pick-card {
  display: flex;
  align-items: stretch;
  gap: 13px;
  padding: 10px;
  border: 1px solid hsl(var(--h, 288) 90% 60% / 0.32);
  border-radius: var(--r-m);
  background: hsl(var(--h, 288) 65% 9% / 0.55);
  animation: pickIn 0.28s ease both;
}
@keyframes pickIn {
  from { opacity: 0; transform: translateY(4px); }
}
.pick-img,
.pick-glyph {
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #070910;
}
.pick-glyph {
  display: grid;
  place-items: center;
  font-size: 30px;
  font-family: var(--mono);
  color: hsl(var(--h, 288) 95% 68%);
}
.pick-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}
.pick-meta b { font-size: 14.5px; line-height: 1.3; }
.pick-tag { font-size: 12px; color: var(--txt-mute); line-height: 1.45; }
.pick-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 2px; }
.pick-tags i {
  font-style: normal;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.02em;
  padding: 2px 7px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--txt-dim);
}
.pick-tags i.warn { color: var(--amber); border-color: rgba(255, 179, 71, 0.42); }
@media (max-width: 380px) {
  .pick-img, .pick-glyph { width: 68px; height: 68px; flex: 0 0 68px; }
  .pick-meta b { font-size: 13.5px; }
}
.err { font-size: 12.5px; color: #ff6b9d; }

.row { display: grid; gap: 12px; }
.row-2 { grid-template-columns: 1fr; }

/* selectable option cards (radio / checkbox) */
.opts { display: grid; gap: 9px; }
.opts.two { grid-template-columns: repeat(2, 1fr); }
.opt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
  transition: 0.18s;
  font-size: 14px;
}
.opt input { position: absolute; opacity: 0; pointer-events: none; }
.opt .dot {
  width: 18px; height: 18px; flex: 0 0 auto;
  border: 1.5px solid var(--txt-mute);
  border-radius: 50%;
  display: grid; place-items: center;
  transition: 0.18s;
}
.opt .dot::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); transform: scale(0); transition: 0.18s; }
.opt.sq .dot { border-radius: 5px; }
.opt.sq .dot::after { border-radius: 2px; }
.opt:has(input:checked) { border-color: var(--line-hot); background: rgba(34, 230, 255, 0.09); }
.opt:has(input:checked) .dot { border-color: var(--cyan); }
.opt:has(input:checked) .dot::after { transform: scale(1); }
.opt small { color: var(--txt-mute); font-family: var(--mono); font-size: 11px; }
.opt.off { opacity: 0.42; cursor: not-allowed; }

/* rating row for preferences */
.rate { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 13px; border: 1px solid var(--line); border-radius: var(--r-m); }
.rate span { font-size: 13.5px; }
.stars { display: flex; gap: 5px; }
.stars button {
  width: 26px; height: 26px; border-radius: 7px; cursor: pointer;
  border: 1px solid var(--line); background: transparent; color: var(--txt-mute);
  font-size: 13px; line-height: 1; padding: 0;
}
.stars button.on { border-color: var(--line-hot); color: var(--cyan); background: rgba(34, 230, 255, 0.13); }

/* ---------------------------------------------------------------- wizard */
.wizard { padding: 22px 0 40px; }
.steps { display: flex; gap: 7px; margin-bottom: 20px; }
.steps div {
  flex: 1; height: 3px; border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  transition: 0.3s;
}
.steps div.on { background: linear-gradient(90deg, var(--cyan), var(--violet)); box-shadow: 0 0 12px -2px var(--cyan); }
.step-meta { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 11px; color: var(--txt-mute); letter-spacing: 0.1em; margin-bottom: 18px; }

.step-body { animation: slide 0.28s ease both; }
@keyframes slide { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.wiz-nav {
  display: flex; gap: 10px; margin-top: 22px;
  padding-top: 16px; border-top: 1px solid var(--line);
}
.wiz-nav .btn { flex: 1; }

/* summary panel */
.summary { border: 1px solid var(--line); border-radius: var(--r-l); background: var(--panel-solid); padding: 16px; }
.summary h4 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--cyan); text-transform: uppercase; margin-bottom: 12px; }
.summary dl { margin: 0; display: grid; gap: 8px; }
.summary .kv { display: flex; justify-content: space-between; gap: 14px; font-size: 13.5px; }
.summary .kv dt { color: var(--txt-mute); }
.summary .kv dd { margin: 0; text-align: right; max-width: 60%; }
.summary .total { border-top: 1px solid var(--line); margin-top: 12px; padding-top: 12px; font-family: var(--mono); color: var(--cyan); }

/* --------------------------------------------------------------- detail */
.detail-hero { margin: 16px 0 0; border-radius: var(--r-l); overflow: hidden; border: 1px solid var(--line); background: #070910; }
.detail-hero .media { aspect-ratio: 4 / 5; background: #070910; }
/* detail hero shows the whole frame - contain over a blurred copy of itself,
   so nothing important gets cropped out of a portrait shot */
.detail-hero .media img.media-img { object-fit: contain; object-position: center; }
.detail-hero .media .media-blur {
  position: absolute;
  inset: -34px;
  z-index: 0;
  background-size: cover;
  background-position: center;
  filter: blur(32px) saturate(1.6) brightness(0.42);
  transform: scale(1.12);
}
.detail-hero .media::after {
  background: linear-gradient(180deg, transparent 58%, rgba(5, 6, 12, 0.9) 100%);
}
.detail-grid { display: grid; gap: 22px; margin-top: 24px; }
.kv-list { display: grid; gap: 10px; }
.kv-item { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.055); font-size: 14px; }
.kv-item span:first-child { color: var(--txt-mute); font-family: var(--mono); font-size: 12px; }
.inc { display: grid; gap: 9px; }
.inc li { list-style: none; display: flex; gap: 10px; font-size: 14px; color: var(--txt-dim); }
.inc li::before { content: "▸"; color: var(--cyan); }
ul { margin: 0; padding: 0; }

.sticky-book {
  position: sticky;
  bottom: 0;
  z-index: 40;
  margin: 20px -18px -1px;
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(5, 6, 12, 0.4), rgba(5, 6, 12, 0.96) 40%);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(10px);
  display: flex; align-items: center; gap: 12px;
}

/* --------------------------------------------------------------- alerts */
.note {
  border: 1px solid var(--line);
  border-left: 2px solid var(--cyan);
  border-radius: var(--r-s);
  padding: 12px 14px;
  background: rgba(34, 230, 255, 0.05);
  font-size: 13px;
  color: var(--txt-dim);
}
.note.warn { border-left-color: var(--amber); background: rgba(255, 179, 71, 0.06); }
.note.hot { border-left-color: var(--magenta); background: rgba(255, 46, 166, 0.06); }

.toast {
  position: fixed;
  left: 50%; bottom: 84px;
  transform: translate(-50%, 20px);
  z-index: 200;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(10, 14, 26, 0.96);
  border: 1px solid var(--line-hot);
  font-size: 13.5px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  max-width: 88vw;
  text-align: center;
}
.toast.on { opacity: 1; transform: translate(-50%, 0); }
.toast.bad { border-color: rgba(255, 46, 166, 0.7); }

/* ------------------------------------------------------------ confirm pg */
.ref-box {
  text-align: center;
  padding: 30px 18px;
  border: 1px dashed var(--line-hot);
  border-radius: var(--r-l);
  background: radial-gradient(60% 120% at 50% 0%, rgba(34, 230, 255, 0.10), transparent 70%);
}
.ref-code { font-family: var(--mono); font-size: 27px; letter-spacing: 0.1em; color: var(--cyan); margin: 12px 0 6px; word-break: break-all; }
.next-steps { counter-reset: s; display: grid; gap: 12px; }
.next-steps li { list-style: none; display: flex; gap: 13px; align-items: flex-start; font-size: 14px; color: var(--txt-dim); }
.next-steps li::before {
  counter-increment: s;
  content: counter(s, decimal-leading-zero);
  font-family: var(--mono);
  font-size: 11px;
  color: var(--cyan);
  border: 1px solid var(--line-hot);
  border-radius: 7px;
  padding: 3px 7px;
  flex: 0 0 auto;
}

/* ------------------------------------------------------------- admin tbl */
.tbl-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-m); }
table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 780px; }
th, td { padding: 10px 12px; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, 0.06); white-space: nowrap; }
th { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--txt-mute); text-transform: uppercase; background: rgba(255, 255, 255, 0.025); }
tbody tr:hover { background: rgba(34, 230, 255, 0.04); }
.st { font-family: var(--mono); font-size: 11px; padding: 3px 8px; border-radius: 99px; border: 1px solid var(--line); }
.st.pending { color: var(--amber); border-color: rgba(255, 179, 71, 0.5); }
.st.confirmed, .st.paid { color: var(--lime); border-color: rgba(182, 255, 58, 0.45); }
.st.cancelled { color: var(--txt-mute); }
.st.completed { color: var(--cyan); border-color: var(--line-hot); }

/* ---------------------------------------------------------------- footer */
.footer {
  margin-top: 60px;
  border-top: 1px solid var(--line);
  padding: 30px 0 110px;
  font-size: 13px;
  color: var(--txt-mute);
}
.footer-grid { display: grid; gap: 22px; }
.footer h4 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--txt-dim); text-transform: uppercase; margin-bottom: 10px; }
.footer a { color: var(--txt-dim); display: block; padding: 4px 0; }
.footer a:hover { color: var(--cyan); }

/* ------------------------------------------------------------ mobile nav */
.mobile-nav {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 70;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(6, 8, 16, 0.96);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-nav a {
  padding: 10px 4px 12px;
  text-align: center;
  font-size: 10.5px;
  font-family: var(--mono);
  color: var(--txt-mute);
  letter-spacing: 0.04em;
  display: grid;
  gap: 4px;
  justify-items: center;
}
.mobile-nav a i { font-style: normal; font-size: 17px; line-height: 1; }
.mobile-nav a.on { color: var(--cyan); }
.mobile-nav a.on i { text-shadow: 0 0 12px var(--cyan); }

/* skeleton + reveal */
.sk { border-radius: var(--r-l); height: 260px; background: linear-gradient(100deg, rgba(255,255,255,0.03) 20%, rgba(255,255,255,0.07) 40%, rgba(255,255,255,0.03) 60%); background-size: 220% 100%; animation: shimmer 1.3s infinite linear; }
@keyframes shimmer { to { background-position: -220% 0; } }
.rv { opacity: 0; transform: translateY(14px); }
.rv.in { opacity: 1; transform: none; transition: 0.5s cubic-bezier(0.2, 0.7, 0.2, 1); }

/* ---------------------------------------------------------- breakpoints */
@media (min-width: 720px) {
  :root { --pad: 26px; }
  body { font-size: 15.5px; }
  h1 { font-size: 44px; }
  h2 { font-size: 30px; }
  .hero { padding: 64px 0 16px; }
  .hero h1 { font-size: 54px; }
  .hero-lead { font-size: 17px; }
  .sec { padding: 64px 0 10px; }
  .grid { gap: 18px; }
  .g-auto { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
  .row-2 { grid-template-columns: 1fr 1fr; }
  .g-2 { grid-template-columns: repeat(3, 1fr); }
  .opts.two { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .detail-grid { grid-template-columns: 1.5fr 1fr; align-items: start; }
  .sticky-book { position: static; margin: 22px 0 0; padding: 0; border: 0; background: none; backdrop-filter: none; }
  .footer { padding-bottom: 40px; }
  .mobile-nav { display: none; }
  .detail-hero .media { aspect-ratio: 4 / 3; }
}

@media (min-width: 1000px) {
  .nav { display: flex; }
  .burger { display: none; }
  .sheet { display: none; }
  .g-2 { grid-template-columns: repeat(4, 1fr); }
  .hero-wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  .rv { opacity: 1; transform: none; }
}
