:root {
  --ink: #172126;
  --muted: #68767d;
  --line: #d7ded9;
  --paper: #f4f5f0;
  --panel: #ffffff;
  --teal: #117a6d;
  --teal-dark: #07594f;
  --blue: #35659a;
  --amber: #bd7429;
  --red: #a0443b;
  --mint: #e6f2ee;
  --soft-blue: #edf3f8;
  --soft-amber: #fbf1e4;
  --shadow: 0 18px 48px rgba(30, 45, 48, 0.1);
}

.choice {
  position: relative;
  display: block;
}

.choice.is-ranked::before {
  content: "优先 " attr(data-rank);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 14px;
  min-width: 58px;
  padding-right: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.16);
  color: #a85f00;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  transform: translateY(-50%);
  pointer-events: none;
}

.choice.is-ranked span {
  padding-left: 88px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  min-height: 100%;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(17, 122, 109, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 56px 56px;
}

body.is-intro-active {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
label,
select {
  cursor: pointer;
}

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

button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(53, 101, 154, 0.24);
  outline-offset: 2px;
}

.intro-screen {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
  color: #f5f5f7;
  background:
    radial-gradient(circle at 50% 42%, rgba(220, 174, 97, 0.13), transparent 30%),
    radial-gradient(circle at 50% 41%, rgba(38, 54, 70, 0.9), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.06)),
    #020203;
}

.intro-screen::before {
  content: "";
  position: absolute;
  inset: 8%;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 48px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.09), transparent) 50% 0 / 42% 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 34%);
  mask-image: radial-gradient(circle at 50% 44%, #000000 0, #000000 42%, transparent 75%);
}

.intro-screen::after {
  content: "";
  position: absolute;
  width: min(540px, 70vw);
  aspect-ratio: 1;
  top: 18%;
  left: 50%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.13), transparent 62%);
  transform: translateX(-50%);
  filter: blur(8px);
}

body:not(.is-intro-active) .intro-screen {
  display: none;
}

body.is-intro-active .app-shell,
body.is-intro-active .compare-bar {
  display: none;
}

.intro-content {
  width: min(720px, 100%);
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.intro-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  color: inherit;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.intro-brand-lockup:hover,
.intro-brand-lockup:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(220, 174, 97, 0.46);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 22px 70px rgba(220, 174, 97, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.intro-logo {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  color: #000000;
  background:
    linear-gradient(145deg, #ffffff, #d9d9df);
  box-shadow:
    0 22px 50px rgba(255, 255, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.intro-kicker {
  color: #f5f5f7;
  font-size: 22px;
  font-weight: 800;
  text-align: left;
}

.intro-system {
  margin-top: 2px;
  color: #a1a1a6;
  font-size: 12px;
  font-weight: 650;
  text-align: left;
}

.intro-content h1 {
  margin-top: 26px;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 0.95;
  letter-spacing: 0;
}

.intro-content h1 span {
  display: inline-block;
  padding: 0 0.08em;
  color: #dcae61;
  text-shadow: 0 0 22px rgba(220, 174, 97, 0.18);
}

.intro-copy {
  max-width: 720px;
  display: grid;
  gap: 8px;
  color: #d9e7f7;
  font-size: clamp(18px, 2.8vw, 28px);
  font-weight: 800;
  line-height: 1.32;
}

.intro-notice-panel {
  width: min(720px, 100%);
  display: grid;
  justify-items: stretch;
  gap: 28px;
  padding: clamp(28px, 5vw, 52px) clamp(22px, 6vw, 64px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  text-align: left;
  background: rgba(5, 6, 8, 0.48);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
}

.intro-notice-brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.intro-notice-brand .intro-logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  font-size: 25px;
}

.intro-notice-heading {
  display: grid;
  gap: 14px;
}

.intro-notice-eyebrow {
  color: #dcae61;
  font-size: 13px;
  font-weight: 850;
}

.intro-notice-panel h2 {
  max-width: 660px;
  color: #f5f5f7;
  font-size: clamp(34px, 5.5vw, 58px);
  line-height: 1.04;
}

.intro-notice-panel h2 span {
  color: #dcae61;
}

.intro-notice-copy {
  max-width: 620px;
  color: #b7b7bd;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 650;
  line-height: 1.65;
}

.intro-notice-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.intro-notice-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
}

.intro-notice-list > div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-notice-list b {
  color: #dcae61;
  font-size: 13px;
}

.intro-notice-list span {
  display: grid;
  gap: 3px;
}

.intro-notice-list strong {
  color: #f5f5f7;
  font-size: 15px;
}

.intro-notice-list small {
  color: #8f8f96;
  font-size: 12px;
  font-weight: 650;
}

.intro-start-button {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: #050506;
  background: #f5f5f7;
  font-size: 17px;
  font-weight: 850;
  box-shadow: 0 22px 70px rgba(255, 255, 255, 0.12);
}

.intro-read-status {
  display: grid;
  gap: 8px;
}

.intro-read-status p {
  color: #8f8f96;
  font-size: 12px;
  text-align: center;
}

.intro-read-status.is-ready p {
  color: #dcae61;
}

.intro-read-progress {
  height: 3px;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.12);
}

.intro-read-progress i {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #dcae61;
  transition: width 0.25s linear;
}

.intro-start-button:disabled {
  transform: none;
  border-color: rgba(255, 255, 255, 0.16);
  color: #77777e;
  background: #1c1c1e;
  box-shadow: none;
  cursor: wait;
}

.intro-start-button:disabled:hover {
  transform: none;
  background: #1c1c1e;
  box-shadow: none;
}

.intro-start-button:hover,
.intro-start-button:focus-visible {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 26px 90px rgba(220, 174, 97, 0.18);
}

.app-shell {
  min-height: 100vh;
  padding-top: 72px;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px max(18px, calc((100vw - 1420px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: var(--teal);
  font-size: 20px;
  font-weight: 850;
}

.brand > span:last-child {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-size: 18px;
}

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

.brand .brand-slogan {
  color: #ffb340;
  font-weight: 650;
}

.prototype-note,
.trust-trigger {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
}

.trust-trigger {
  position: relative;
  min-height: 40px;
  padding: 5px 9px 5px 12px;
  border: 1px solid rgba(255, 159, 10, 0.58);
  border-radius: 6px;
  color: #ffb340;
  background: rgba(255, 159, 10, 0.1);
  font-weight: 750;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  animation: trust-button-nudge 2s ease-in-out infinite;
}

.trust-trigger-copy {
  display: grid;
  gap: 1px;
  text-align: left;
}

.trust-trigger-copy strong {
  color: inherit;
  font-size: 12px;
  line-height: 1.15;
}

.trust-trigger-copy small {
  color: #c7a46b;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.15;
}

.trust-info-icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 179, 64, 0.52);
  border-radius: 50%;
  color: #ffb340;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  animation: trust-info-flash 2s ease-in-out infinite;
}

.trust-trigger:hover {
  transform: translateY(-2px);
  border-color: #ffb340;
  color: #ffd28a;
  background: rgba(255, 159, 10, 0.18);
  box-shadow: 0 8px 24px rgba(255, 159, 10, 0.16);
  animation: none;
}

.trust-trigger:focus-visible {
  outline: 2px solid #ffb340;
  outline-offset: 2px;
  animation: none;
}

.status-dot {
  position: relative;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 0 rgba(255, 179, 64, 0.38);
  animation: trust-dot-pulse 2s ease-out infinite;
}

.status-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(255, 179, 64, 0.52);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.55);
  animation: trust-dot-ring 2s ease-out infinite;
}

@keyframes trust-button-nudge {
  0%, 18%, 100% {
    transform: translateX(0);
    border-color: rgba(255, 159, 10, 0.58);
    background: rgba(255, 159, 10, 0.1);
    box-shadow: none;
  }
  4% {
    transform: translateX(-3px);
  }
  8% {
    transform: translateX(3px);
    border-color: #ffb340;
    background: rgba(255, 159, 10, 0.22);
    box-shadow: 0 0 0 2px rgba(255, 179, 64, 0.12), 0 8px 24px rgba(255, 159, 10, 0.18);
  }
  12% {
    transform: translateX(-2px);
  }
  16% {
    transform: translateX(0);
  }
}

@keyframes trust-dot-pulse {
  0%, 18%, 100% {
    background: #86868b;
    box-shadow: 0 0 0 0 rgba(255, 179, 64, 0);
  }
  4%, 12% {
    background: #ffb340;
    box-shadow: 0 0 0 5px rgba(255, 179, 64, 0.12);
  }
}

@keyframes trust-dot-ring {
  0%, 18%, 100% {
    opacity: 0;
    transform: scale(0.55);
  }
  4% {
    opacity: 0.8;
  }
  16% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes trust-info-flash {
  0%, 18%, 100% {
    color: #ffb340;
    border-color: rgba(255, 179, 64, 0.52);
    background: transparent;
    box-shadow: none;
  }
  4%, 12% {
    color: #161617;
    border-color: #ffd28a;
    background: #ffb340;
    box-shadow: 0 0 14px rgba(255, 179, 64, 0.36);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-trigger,
  .status-dot,
  .status-dot::after,
  .trust-info-icon {
    animation: none;
  }
}

.trust-trigger.is-acknowledged,
.trust-trigger.is-acknowledged .status-dot,
.trust-trigger.is-acknowledged .status-dot::after,
.trust-trigger.is-acknowledged .trust-info-icon {
  animation: none;
}

.workspace {
  width: min(560px, 100%);
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.workspace.has-results {
  width: min(1420px, 100%);
  grid-template-columns: minmax(300px, 370px) minmax(0, 1fr);
}

[hidden] {
  display: none !important;
}

.preference-panel,
.recommendation-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 32px rgba(30, 45, 48, 0.06);
}

.preference-panel {
  align-self: start;
  padding: 20px;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-number {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--teal);
  font-weight: 800;
}

.eyebrow {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 12px;
}

h1 {
  font-size: 21px;
  line-height: 1.25;
}

h2 {
  font-size: 21px;
}

.preference-panel form {
  margin-top: 22px;
  display: grid;
  gap: 20px;
}

.form-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  border: 0;
}

.form-group > label,
.form-group legend {
  padding: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
}

.form-group legend small {
  margin-left: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}

select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
}

.location-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
}

.location-control input {
  min-width: 0;
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
}

.location-button {
  min-height: 44px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--teal);
  border-radius: 8px;
  color: var(--teal-dark);
  background: var(--mint);
  font-weight: 750;
}

.location-button span {
  font-size: 18px;
  line-height: 1;
}

.location-button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.field-help {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.field-help.is-success {
  color: var(--teal);
}

.field-help.is-error {
  color: var(--red);
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f6f4;
}

.segmented-control input,
.choice input,
.compare-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.segmented-control span {
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 4px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.segmented-control input:checked + span {
  color: var(--teal-dark);
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(31, 48, 51, 0.1);
}

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

.choice span {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.choice input:checked + span {
  border-color: var(--teal);
  color: var(--teal-dark);
  background: var(--mint);
  box-shadow: inset 3px 0 var(--teal);
}

.primary-button,
.text-button,
.icon-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 750;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.primary-button:hover,
.text-button:hover,
.icon-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(28, 44, 48, 0.12);
}

.primary-button {
  padding: 0 18px;
  border-color: var(--teal);
  color: #ffffff;
  background: var(--teal);
}

.primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
  box-shadow: none;
}

.primary-button.compact {
  min-height: 40px;
}

.text-button {
  padding: 0 14px;
  color: var(--teal-dark);
  background: #ffffff;
}

.icon-button {
  width: 40px;
  padding: 0;
  color: var(--ink);
  background: #ffffff;
  font-size: 23px;
}

.recommendation-panel {
  overflow: hidden;
}

.result-heading {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #ffffff, #f0f6f3);
}

.result-summary {
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 12px;
  font-weight: 700;
}

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

.venue-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(33, 48, 52, 0.07);
}

.venue-image {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e3e8e5;
  text-align: left;
}

.venue-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.venue-card:hover .venue-image img {
  transform: scale(1.025);
}

.rank-label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  color: #ffffff;
  background: rgba(7, 89, 79, 0.9);
  font-size: 11px;
  font-weight: 800;
}

.photo-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  min-height: 28px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 5px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 750;
}

.venue-image:hover .photo-count,
.venue-image:focus-visible .photo-count {
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
}

.venue-image:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.78);
  outline-offset: -5px;
}

.venue-card-body {
  min-width: 0;
  padding: 14px;
  display: grid;
  align-content: start;
  gap: 13px;
}

.venue-title-row {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

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

.match-reason {
  margin: 0;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
}

.match-summary-line {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
}

.match-count {
  padding: 3px 6px;
  border: 1px solid rgba(255, 159, 10, 0.46);
  border-radius: 4px;
  color: #ffb340;
  background: rgba(255, 159, 10, 0.08);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.match-basis {
  margin: 0 0 8px;
  color: #a1a1a6;
  font-size: 10px;
  line-height: 1.45;
}

.match-basis strong {
  margin-right: 6px;
  color: #f5f5f7;
  font-weight: 750;
}

.venue-title-row h3 {
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 1.35;
}

.venue-name-line {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.rating-link {
  min-height: 28px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255, 159, 10, 0.58);
  border-radius: 5px;
  color: #ffb340;
  background: rgba(255, 159, 10, 0.1);
  font: inherit;
  cursor: pointer;
}

.rating-link strong,
.rating-link span {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: 10px;
  line-height: 1;
}

.rating-link strong {
  font-weight: 800;
}

.rating-link span {
  font-weight: 700;
}

.rating-link:hover {
  border-color: #ffb340;
  color: #ffd28a;
  background: rgba(255, 159, 10, 0.18);
}
.rating-link.is-pending { cursor:default; background:#f0f2ef; color:#566158; box-shadow:none }
.rating-link.is-pending strong { color:#38443b }
.rating-link.is-pending:hover { transform:none; box-shadow:none }

.rating-link:focus-visible {
  outline: 2px solid #ffb340;
  outline-offset: 2px;
}

.venue-meta {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.venue-category {
  width: fit-content;
  margin-top: 8px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #626266;
  border-radius: 5px;
  color: #f5f5f7;
  background: #1c1c1e;
  font-size: 10px;
  font-weight: 800;
}

.venue-category.is-iron {
  border-color: #9a6410;
  color: #ffb340;
  background: rgba(255, 159, 10, 0.12);
}

.venue-features {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.venue-feature {
  width: fit-content;
  padding: 4px 7px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #505054;
  border-radius: 5px;
  color: #f5f5f7;
  background: #252527;
  font-size: 10px;
  font-weight: 750;
}

.test-proof {
  width: fit-content;
  margin-top: 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f5f5f7;
  font-size: 10px;
  font-weight: 700;
}

.test-proof > span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ff9f0a;
  box-shadow: 0 0 0 3px rgba(255, 159, 10, 0.14);
}

.compare-toggle {
  flex: 0 0 auto;
  align-self: flex-start;
  cursor: pointer;
}

.compare-toggle > .compare-action {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 9px 5px 7px;
  border: 1px solid rgba(255, 159, 10, 0.6);
  border-radius: 7px;
  color: #ffb340;
  background: rgba(255, 159, 10, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 159, 10, 0.04);
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.compare-toggle:hover > .compare-action,
.compare-toggle input:focus-visible + .compare-action {
  border-color: #ffb340;
  background: rgba(255, 159, 10, 0.14);
  box-shadow: 0 0 0 3px rgba(255, 159, 10, 0.12);
  transform: translateY(-1px);
}

.compare-action-icon {
  width: 23px;
  height: 23px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
}

.compare-action-icon b {
  font: inherit;
}

.compare-action-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  white-space: nowrap;
}

.compare-action-copy strong {
  font-size: 11px;
  font-weight: 800;
}

.compare-action-copy small {
  margin-top: 3px;
  color: #a1a1a6;
  font-size: 8px;
  font-weight: 650;
}

.compare-icon-added,
.compare-copy-added,
.compare-hint-added {
  display: none;
}

.compare-toggle input:checked + .compare-action {
  border-color: #ffb340;
  color: #111112;
  background: #ffb340;
  box-shadow: 0 0 0 3px rgba(255, 159, 10, 0.14);
}

.compare-toggle input:checked + .compare-action .compare-icon-add,
.compare-toggle input:checked + .compare-action .compare-copy-add,
.compare-toggle input:checked + .compare-action .compare-hint-add {
  display: none;
}

.compare-toggle input:checked + .compare-action .compare-icon-added,
.compare-toggle input:checked + .compare-action .compare-copy-added,
.compare-toggle input:checked + .compare-action .compare-hint-added {
  display: block;
}

.compare-toggle input:checked + .compare-action .compare-action-copy small {
  color: rgba(17, 17, 18, 0.72);
}

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

.facts-row div,
.facts-row button {
  position: relative;
  min-width: 0;
  padding: 10px 26px 10px 9px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #f5f6f4;
  text-align: left;
}

.facts-row strong,
.facts-row span,
.facts-row button strong {
  display: block;
}

.facts-row strong {
  overflow-wrap: anywhere;
  font-size: 14px;
}

.facts-row span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.facts-row button em {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  color: currentColor;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  opacity: 0.72;
}

.facts-row button::after {
  content: "点击查看";
  position: absolute;
  right: 8px;
  bottom: 7px;
  padding: 2px 5px;
  border-radius: 999px;
  color: #111111;
  background: rgba(255, 255, 255, 0.82);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.crowd-fact {
  cursor: pointer;
}

.price-fact {
  cursor: pointer;
}

.rating-fact {
  cursor: pointer;
}

.commute-fact {
  cursor: pointer;
}

.price-fact:hover,
.price-fact:focus-visible,
.rating-fact:hover,
.rating-fact:focus-visible,
.commute-fact:hover,
.commute-fact:focus-visible,
.crowd-fact:hover,
.crowd-fact:focus-visible {
  border-color: rgba(255, 159, 10, 0.72);
  outline: 0;
  transform: translateY(-1px);
}

.price-fact:hover::after,
.price-fact:focus-visible::after,
.commute-fact:hover::after,
.commute-fact:focus-visible::after,
.crowd-fact:hover::after,
.crowd-fact:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.good {
  color: var(--teal);
}

.risk {
  color: var(--red);
}

.neutral {
  color: var(--amber);
}

.rating-value {
  color: var(--ink);
}

.rating-fact {
  display: grid;
  align-content: center;
  gap: 5px;
}

.rating-score-line {
  display: flex !important;
  align-items: baseline;
  gap: 3px;
}

.rating-score-line .rating-value {
  display: inline;
  font-size: 20px;
  font-weight: 760;
  line-height: 1;
}

.rating-score-line small {
  color: #86868b;
  font-size: 10px;
  font-weight: 650;
}

.rating-label {
  display: block !important;
  margin-top: 0 !important;
  color: #ffb340 !important;
  font-size: 11px !important;
  font-weight: 750;
  line-height: 1.2;
}

.barbell-icon,
.dumbbell {
  display: inline-grid;
  grid-template-columns: 4px 12px 4px;
  align-items: center;
  color: #f5f5f7;
}

.barbell-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 10px;
  grid-template-columns: 4px 10px 4px;
}

.barbell-icon i,
.dumbbell i {
  width: 4px;
  height: 10px;
  display: block;
  border-radius: 1px;
  background: currentColor;
}

.barbell-icon b,
.dumbbell b {
  height: 2px;
  display: block;
  background: currentColor;
}

.caution-line {
  padding: 10px;
  border-left: 3px solid var(--amber);
  border-radius: 0 6px 6px 0;
  background: var(--soft-amber);
}

.caution-line span {
  display: block;
  margin-bottom: 3px;
  color: var(--amber);
  font-size: 10px;
  font-weight: 800;
}

.caution-line p {
  color: #654b32;
  font-size: 11px;
  line-height: 1.5;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 2px;
}

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

.card-footer .text-button {
  min-height: 34px;
  padding: 0 10px;
  font-size: 11px;
}

.decision-tip {
  margin: 0 16px 16px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  border: 1px solid #e3d2bb;
  border-radius: 8px;
  background: var(--soft-amber);
}

.decision-tip strong {
  font-size: 13px;
}

.decision-tip p {
  color: #735a3d;
  font-size: 12px;
  line-height: 1.5;
}

.compare-bar {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 20;
  width: min(760px, calc(100vw - 28px));
  min-height: 66px;
  transform: translateX(-50%);
  padding: 10px 12px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #ffffff;
  background: #1d2b30;
  box-shadow: var(--shadow);
}

.compare-bar[hidden] {
  display: none;
}

.compare-bar > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.compare-bar > div > span {
  overflow: hidden;
  color: #bdc7ca;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

dialog {
  max-height: calc(100vh - 28px);
  margin: 86px auto 18px;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

dialog::backdrop {
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 72px,
    rgba(14, 25, 29, 0.52) 72px,
    rgba(14, 25, 29, 0.52) 100%
  );
  backdrop-filter: blur(3px);
}

.app-dialog {
  width: min(820px, calc(100vw - 28px));
}

.trust-dialog {
  width: min(650px, calc(100vw - 28px));
}

.trust-content {
  padding: 22px;
}

.trust-intro {
  max-width: 510px;
  color: #d2d2d7;
  font-size: 14px;
  line-height: 1.6;
}

.trust-list {
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.trust-list li {
  padding: 16px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid #333336;
  border-radius: 7px;
  background: #1c1c1e;
}

.trust-number {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #000000;
  background: #f5f5f7;
  font-size: 13px;
  font-weight: 800;
}

.trust-list h3 {
  margin: 2px 0 5px;
  color: #f5f5f7;
  font-size: 15px;
}

.trust-list p {
  color: #a1a1a6;
  font-size: 12px;
  line-height: 1.65;
}

.detail-hero {
  position: relative;
  min-height: 250px;
  padding: 24px;
  display: grid;
  align-content: end;
  color: #ffffff;
  background-position: center;
  background-size: cover;
}

.detail-hero h2 {
  margin-top: 5px;
  font-size: 27px;
}

.detail-hero p {
  font-size: 13px;
}

.detail-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border-color: transparent;
}

.detail-body {
  padding: 20px;
  display: grid;
  gap: 18px;
}

.detail-body section {
  display: grid;
  gap: 10px;
}

.detail-body h3 {
  font-size: 17px;
  line-height: 1.5;
}

.equipment-section {
  padding-top: 4px;
  border-top: 1px solid var(--line);
}

.equipment-heading,
.equipment-group > header,
.equipment-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.equipment-heading > span,
.equipment-group > header > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 11px;
}

.equipment-groups {
  display: grid;
  gap: 18px;
}

.equipment-group {
  display: grid;
  gap: 10px;
}

.equipment-group > header h4 {
  margin: 0;
  font-size: 15px;
}

.equipment-group > header p {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}

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

.equipment-item {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #ffffff;
}

.equipment-item > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: contain;
  padding: 8px;
  background: #f5f5f7;
}

.equipment-item > div {
  padding: 9px;
}

.equipment-name strong {
  overflow-wrap: anywhere;
  font-size: 12px;
}

.equipment-name span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 10px;
}

.equipment-item p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.gallery-dialog {
  width: min(980px, calc(100vw - 28px));
  overflow: hidden;
}

.gallery-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gallery-counter {
  min-width: 48px;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.gallery-stage {
  position: relative;
  background: #000000;
}

.gallery-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.gallery-slide img {
  width: 100%;
  height: min(64vh, 620px);
  display: block;
  object-fit: contain;
  background: #000000;
}

.gallery-slide figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 7px 10px;
  display: grid;
  gap: 3px;
  border-radius: 5px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(8px);
  font-size: 12px;
}

.gallery-slide figcaption span {
  font-weight: 800;
}

.gallery-slide figcaption small {
  color: #ffb340;
  font-size: 10px;
  font-weight: 750;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 48px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 7px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  font-size: 30px;
  line-height: 1;
}

.gallery-arrow:disabled {
  cursor: default;
  opacity: 0.25;
}

.gallery-previous {
  left: 14px;
}

.gallery-next {
  right: 14px;
}

.gallery-note {
  padding: 11px 16px;
  color: var(--muted);
  background: #ffffff;
  font-size: 11px;
  text-align: center;
}

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

.detail-facts div {
  padding: 11px;
  display: grid;
  gap: 4px;
  border-radius: 7px;
  background: #f4f6f4;
}

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

.detail-facts strong {
  overflow-wrap: anywhere;
  font-size: 14px;
}

.report-access-notice {
  display: grid;
  gap: 10px;
  padding: 15px;
  border: 1px solid #cfe0d2;
  border-radius: 10px;
  background: #f2f8f3;
}

.report-access-notice h3,
.report-access-notice small {
  margin: 0;
}

.report-access-notice h3 {
  font-size: 16px;
}

.report-access-notice small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

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

.report-access-grid article {
  display: grid;
  gap: 5px;
  padding: 10px;
  border: 1px solid #d5e3d7;
  border-radius: 8px;
  background: #fff;
}

.report-access-grid strong {
  color: #255b37;
  font-size: 13px;
}

.report-access-grid span {
  color: #607064;
  font-size: 11px;
  line-height: 1.5;
}

.pricing-section,
.detail-explore,
.reviews-section {
  display: grid;
  gap: 14px;
}

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

.pricing-grid > div {
  min-width: 0;
  min-height: 74px;
  padding: 12px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f4f6f4;
}

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

.pricing-grid strong {
  overflow-wrap: anywhere;
  font-size: 17px;
}

.pricing-primary {
  border-color: var(--ink) !important;
  color: #ffffff;
  background: var(--ink) !important;
}

.pricing-primary span {
  color: #c8c8cc;
}

.detail-choice-heading h3 {
  margin-top: 3px;
}

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

.detail-tabs button {
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: #ffffff;
  font-weight: 750;
}

.detail-tabs button span {
  margin-left: 4px;
  color: var(--muted);
}

.detail-tabs button[aria-selected="true"] {
  border-color: var(--ink);
  color: #ffffff;
  background: var(--ink);
}

.detail-tab-panel[hidden] {
  display: none;
}

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

.review-source-tabs {
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid #333336;
  border-radius: 7px;
  background: #161617;
}

.review-source-tabs button {
  min-height: 40px;
  border: 0;
  border-radius: 5px;
  color: #a1a1a6;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

.review-source-tabs button span {
  margin-left: 4px;
  color: inherit;
  font-size: 10px;
}

.review-source-tabs button[aria-selected="true"] {
  color: #000000;
  background: #f5f5f7;
}

.review-source-panel {
  display: grid;
  gap: 10px;
}

.review-source-panel[hidden] {
  display: none;
}

.review-item {
  padding: 14px;
  display: grid;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f4f6f4;
}

.evaluator-review-item {
  border-color: #636366;
  box-shadow: inset 3px 0 0 #f5f5f7;
}

.evaluator-avatar {
  color: #000000;
  background: #f5f5f7;
}

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

.evaluator-review-meta span {
  padding: 4px 7px;
  border: 1px solid #48484a;
  border-radius: 4px;
  color: #d2d2d7;
  background: #242426;
  font-size: 9px;
  font-weight: 700;
}

.review-item header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}

.review-avatar {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--ink);
  font-weight: 800;
}

.review-item header p,
.review-item small {
  color: var(--muted);
  font-size: 10px;
}

.review-item header > span {
  font-size: 18px;
  font-weight: 800;
}

.review-item > p {
  font-size: 12px;
  line-height: 1.65;
}

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

.review-photo-placeholder {
  min-height: 88px;
  padding: 12px;
  display: grid;
  align-content: end;
  gap: 3px;
  overflow: hidden;
  border: 1px dashed #515156;
  border-radius: 6px;
  color: #f5f5f7;
  background: #202023;
}

.review-photo-placeholder > span {
  font-size: 20px;
  line-height: 1;
}

.review-photo-placeholder strong {
  font-size: 11px;
}

.review-photo-placeholder small {
  color: #9b9ba1;
  font-size: 9px;
}

.load-more-reviews {
  min-height: 44px;
  border: 1px solid #48484a;
  border-radius: 7px;
  color: #f5f5f7;
  background: #1c1c1e;
  font-size: 13px;
  font-weight: 800;
}

.load-more-reviews:hover,
.load-more-reviews:focus-visible {
  border-color: #f5f5f7;
  background: #2c2c2e;
}

.crowd-content {
  padding: 18px;
  display: grid;
  gap: 14px;
}

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

.crowd-summary div {
  padding: 12px;
  display: grid;
  gap: 5px;
  border-radius: 7px;
  background: #f4f6f4;
}

.crowd-summary div.is-busy {
  border-left: 4px solid #ff6b4a;
}

.crowd-summary div.is-quiet {
  border-left: 4px solid #9bdfb7;
}

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

.crowd-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.crowd-legend span {
  min-height: 28px;
  padding: 6px 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
}

.crowd-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.crowd-legend i.is-quiet {
  background: #9bdfb7;
}

.crowd-legend i.is-normal {
  background: #f5f5f7;
}

.crowd-legend i.is-busy {
  background: #ff6b4a;
}

.crowd-chart {
  height: 190px;
  padding: 12px 8px 0;
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  align-items: end;
  gap: 3px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(to top, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 22px / 100% 25%,
    transparent;
}

.crowd-hour {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.crowd-hour::after {
  content: "";
  width: 1px;
  height: 5px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  background: var(--line);
}

.crowd-hour:nth-child(3n + 1)::after {
  height: 9px;
  background: #6f6f75;
}

.crowd-hour.is-busy::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(to top, rgba(255, 107, 74, 0.12), rgba(255, 107, 74, 0));
  pointer-events: none;
}

.crowd-hour > span {
  width: 100%;
  min-height: 4px;
  border-radius: 3px 3px 0 0;
}

.crowd-hour.is-quiet > span {
  background: #5f6468;
}

.crowd-hour.is-normal > span {
  background: #d9d9df;
}

.crowd-hour.is-busy > span {
  background: linear-gradient(180deg, #ffb199 0%, #ff6b4a 100%);
  box-shadow: 0 0 14px rgba(255, 107, 74, 0.28);
}

.crowd-hour small {
  color: var(--muted);
  font-size: 8px;
  text-align: center;
}

.crowd-axis {
  padding-top: 3px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.crowd-axis span {
  padding: 8px 6px;
  display: grid;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--text);
  background: #f6f7f6;
  text-align: center;
}

.crowd-axis b {
  font-size: 11px;
}

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

.warning-panel {
  padding: 14px;
  border-left: 4px solid var(--amber);
  border-radius: 0 7px 7px 0;
  background: var(--soft-amber);
}

.warning-panel strong {
  color: #654b32;
  font-size: 13px;
  line-height: 1.55;
}

.evidence-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.evidence-list span {
  padding: 6px 8px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
}

.evidence-list span.is-price {
  border-color: rgba(48, 209, 88, 0.45);
  color: #30d158;
  background: rgba(48, 209, 88, 0.12);
}

.evidence-list span.is-visit {
  border-color: rgba(255, 159, 10, 0.5);
  color: #ffb340;
  background: rgba(255, 159, 10, 0.13);
}

.evidence-list span.is-proof {
  border-color: rgba(100, 210, 255, 0.46);
  color: #64d2ff;
  background: rgba(100, 210, 255, 0.12);
}

.evidence-list span.is-note {
  border-color: #48484a;
  color: #f5f5f7;
  background: #1c1c1e;
}

.source-note {
  color: var(--muted);
  font-size: 11px;
}

.compare-dialog {
  width: min(920px, calc(100vw - 28px));
}

.dialog-header {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 76px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}

.compare-content {
  padding: 16px;
  overflow-x: auto;
}

.compare-table {
  min-width: 640px;
  display: grid;
  grid-template-columns: 110px repeat(var(--venue-count), minmax(170px, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.compare-cell {
  min-height: 54px;
  padding: 10px;
  display: grid;
  align-items: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.compare-label {
  color: var(--muted);
  background: #f5f6f4;
  font-weight: 700;
}

.compare-name {
  gap: 4px;
  background: var(--mint);
}

.compare-name span {
  color: var(--muted);
  font-size: 10px;
}

.compare-advice {
  margin-top: 14px;
  padding: 12px;
  border-radius: 7px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 12px;
  line-height: 1.5;
}

.final-choice-section {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.final-choice-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.final-choice-button {
  min-height: 74px;
  padding: 12px;
  display: grid;
  gap: 5px;
  justify-items: start;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: var(--panel);
  text-align: left;
}

.final-choice-button strong {
  font-size: 13px;
}

.final-choice-button span {
  color: var(--muted);
  font-size: 11px;
}

.final-choice-button[aria-selected="true"] {
  border-color: var(--amber);
  color: #000000;
  background: var(--soft-amber);
  box-shadow: inset 4px 0 var(--amber);
}

.final-choice-result[hidden] {
  display: none;
}

.final-contact-card {
  padding: 16px;
  display: grid;
  gap: 13px;
  border: 1px solid var(--amber);
  border-radius: 8px;
  background: var(--soft-amber);
}

.final-contact-card h3 {
  margin-top: 3px;
  font-size: 20px;
}

.final-contact-card > div:first-child > span {
  color: var(--muted);
  font-size: 11px;
}

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

.contact-grid div,
.contact-note {
  padding: 11px;
  display: grid;
  gap: 4px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.66);
}

.contact-grid .is-wide {
  grid-column: 1 / -1;
}

.contact-grid span,
.contact-note span {
  color: var(--muted);
  font-size: 10px;
}

.contact-grid strong,
.contact-note strong {
  font-size: 13px;
  line-height: 1.45;
}

.contact-note p {
  color: #654b32;
  font-size: 12px;
  line-height: 1.55;
}

.contact-copy-button {
  min-height: 42px;
  border: 1px solid var(--ink);
  border-radius: 7px;
  color: #ffffff;
  background: var(--ink);
  font-weight: 800;
}

@media (max-width: 1120px) {
  .venue-list {
    grid-template-columns: 1fr;
  }

  .venue-card {
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
    grid-template-rows: none;
  }

  .venue-image {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 860px) {
  .topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .workspace,
  .workspace.has-results {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .preference-panel {
    padding: 16px;
  }

  .recommendation-panel {
    overflow: visible;
  }
}

@media (max-width: 620px) {
  .intro-screen {
    padding: 24px 18px;
  }

  .intro-screen::before {
    inset: 14px;
    border-radius: 28px;
  }

  .intro-content {
    gap: 14px;
  }

  .intro-brand-lockup {
    gap: 12px;
    padding: 7px 12px 7px 7px;
    border-radius: 20px;
  }

  .intro-logo {
    width: 58px;
    height: 58px;
    border-radius: 15px;
    font-size: 30px;
  }

  .intro-kicker {
    font-size: 19px;
  }

  .intro-system {
    font-size: 10px;
  }

  .intro-content h1 {
    margin-top: 12px;
    font-size: clamp(48px, 13vw, 64px);
  }

  .intro-copy {
    max-width: 340px;
    font-size: 17px;
  }

  .intro-notice-panel {
    gap: 22px;
    padding: 26px 18px;
  }

  .intro-notice-brand {
    gap: 10px;
  }

  .intro-notice-brand .intro-logo {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }

  .intro-notice-copy {
    font-size: 15px;
  }

  .intro-notice-list {
    width: 100%;
  }

  .intro-start-button {
    min-height: 54px;
    font-size: 15px;
  }

  .pricing-reminder {
    grid-template-columns: 30px 1fr;
  }

  .pricing-reminder-action {
    grid-column: 2;
  }

  .additional-fee-list {
    grid-template-columns: 1fr;
  }

  .topbar {
    min-height: 64px;
    padding: 10px 12px;
  }

  .app-shell {
    padding-top: 64px;
  }

  .brand .brand-slogan {
    display: block;
    font-size: 9px;
  }

  .prototype-note {
    max-width: 124px;
    text-align: right;
  }

  .workspace {
    padding: 8px;
    gap: 10px;
  }

  .preference-panel,
  .recommendation-panel {
    border-radius: 8px;
  }

  .result-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .venue-list {
    padding: 10px;
    gap: 10px;
  }

  .venue-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .venue-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .facts-row {
    gap: 4px;
  }

  .facts-row div,
  .facts-row button {
    padding: 8px 5px;
  }

  .decision-tip {
    margin: 0 10px 10px;
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .compare-bar {
    bottom: 8px;
    min-height: 60px;
  }

  .compare-bar > div > span {
    max-width: 190px;
  }

  .detail-hero {
    min-height: 210px;
    padding: 18px;
  }

  .detail-body {
    padding: 14px;
  }

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

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

  .report-access-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-slide img {
    height: min(58vh, 520px);
  }

  .gallery-arrow {
    display: none;
  }
}

/* Immersive video entry shown before the existing reading notice. */
.intro-video-stage {
  width: min(430px, calc((100vh - 132px) * 9 / 16), 100%);
  display: grid;
  gap: 14px;
}

.intro-video-stage[hidden] {
  display: none;
}

.intro-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: #07192d;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(220, 174, 97, 0.08);
}

.intro-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
}

.intro-video-play,
.intro-video-end {
  position: absolute;
  inset: 0;
}

.intro-video-play {
  margin: auto;
  width: 142px;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  color: #101012;
  background: rgba(245, 245, 247, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.intro-video-play:not([hidden]) {
  display: flex;
}

.intro-video-end {
  z-index: 2;
  align-content: end;
  justify-items: center;
  padding: 22px;
  background: linear-gradient(180deg, transparent 72%, rgba(3, 10, 18, 0.7) 100%);
  pointer-events: none;
}

.intro-video-end:not([hidden]) {
  display: grid;
}

.intro-video-continue {
  width: min(100%, 300px);
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  color: #111113;
  background: #f5f5f7;
  font-size: 16px;
  font-weight: 850;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
  pointer-events: auto;
}

.intro-video-controls {
  display: grid;
  grid-template-columns: auto minmax(60px, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.intro-video-controls button {
  min-height: 36px;
  padding: 0 6px;
  border: 0;
  color: #d2d2d7;
  background: transparent;
  font-size: 12px;
  font-weight: 750;
}

.intro-video-controls button:hover,
.intro-video-controls button:focus-visible {
  color: #ffffff;
}

.intro-video-progress {
  height: 3px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.18);
}

.intro-video-progress i {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #dcae61;
  transition: width 0.12s linear;
}

.intro-video-fallback {
  position: absolute;
  inset: 0;
  padding: 34px;
  align-content: center;
  justify-items: center;
  gap: 16px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(220, 174, 97, 0.16), transparent 34%),
    #07192d;
}

.intro-video-fallback:not([hidden]) {
  display: grid;
}

.intro-video-fallback h1 {
  color: #f5f5f7;
  font-size: 38px;
  line-height: 1.05;
}

.intro-video-fallback h1 span {
  color: #dcae61;
}

.intro-video-fallback > p:last-child {
  color: #c7d7e9;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 620px) {
  .intro-screen:has(.intro-video-stage:not([hidden])) {
    padding: 14px;
  }

  .intro-video-stage {
    width: min(100%, calc((100svh - 92px) * 9 / 16));
    gap: 8px;
  }

  .intro-video-frame {
    border-radius: 8px;
  }

  .intro-video-end {
    padding: 14px;
  }

  .intro-video-controls {
    gap: 8px;
  }
}

/* Monochrome visual system: color is reserved for venue photography. */
:root {
  --ink: #f5f5f7;
  --muted: #a1a1a6;
  --line: #333336;
  --paper: #000000;
  --panel: #0b0b0c;
  --teal: #ffffff;
  --teal-dark: #ffffff;
  --blue: #ffffff;
  --amber: #d2d2d7;
  --red: #e5e5e7;
  --mint: #1c1c1e;
  --soft-blue: #1c1c1e;
  --soft-amber: #161617;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

html {
  color: var(--ink);
  background: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

body {
  background: #000000;
  letter-spacing: 0;
}

.app-shell {
  padding-top: 52px;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  min-height: 52px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-color: #2c2c2e;
  background: rgba(22, 22, 23, 0.92);
  box-shadow: none;
}

.brand {
  gap: 9px;
}

.brand-mark {
  width: 32px;
  height: 32px;
  border: 1px solid #4a4a4d;
  color: #000000;
  background: #f5f5f7;
  font-size: 15px;
  box-shadow: none;
}

.brand strong {
  color: #f5f5f7;
  font-size: 15px;
  font-weight: 650;
}

.brand small,
.prototype-note,
.eyebrow,
.field-help,
.form-group legend small,
.venue-meta,
.card-footer > span,
.source-note {
  color: #86868b;
}

.status-dot {
  background: #86868b;
}

.workspace {
  min-height: calc(100vh - 52px);
  padding-top: 18px;
  padding-bottom: 60px;
  align-items: start;
  background: #000000;
}

.workspace.has-results {
  padding-top: 18px;
}

.preference-panel,
.recommendation-panel {
  border-color: #2c2c2e;
  color: #f5f5f7;
  background: #0b0b0c;
  box-shadow: none;
}

.workspace:not(.has-results) .preference-panel {
  padding: 36px;
  border-color: #242426;
  background: #070708;
}

.section-heading {
  align-items: flex-start;
}

.step-number {
  width: 30px;
  height: 30px;
  color: #000000;
  background: #f5f5f7;
  font-size: 13px;
}

h1,
h2,
h3 {
  color: #f5f5f7;
  font-weight: 650;
  letter-spacing: 0;
}

h1 {
  font-size: 28px;
  line-height: 1.12;
}

h2 {
  font-size: 24px;
}

.preference-panel form {
  margin-top: 30px;
  gap: 24px;
}

.form-group > label,
.form-group legend {
  color: #f5f5f7;
  font-size: 13px;
  font-weight: 600;
}

select,
.location-control input {
  min-height: 48px;
  border-color: #3a3a3c;
  color: #f5f5f7;
  background: #1c1c1e;
  box-shadow: none;
}

select:hover,
.location-control input:hover {
  border-color: #66666a;
}

select:focus,
.location-control input:focus {
  border-color: #f5f5f7;
  outline: 1px solid #f5f5f7;
}

.location-control input::placeholder {
  color: #77777c;
}

.location-button {
  min-height: 48px;
  border-color: #48484a;
  color: #f5f5f7;
  background: #242426;
}

.location-button:hover {
  border-color: #86868b;
  background: #2c2c2e;
}

.segmented-control {
  gap: 3px;
  padding: 3px;
  border-color: #333336;
  background: #161617;
}

.segmented-control span {
  min-height: 40px;
  color: #86868b;
}

.segmented-control input:checked + span {
  color: #000000;
  background: #f5f5f7;
  box-shadow: none;
}

.choice span {
  min-height: 46px;
  border-color: #3a3a3c;
  color: #a1a1a6;
  background: #111112;
}

.choice span:hover {
  border-color: #6e6e73;
  color: #f5f5f7;
}

.choice input:checked + span {
  border-color: #f5f5f7;
  color: #000000;
  background: #f5f5f7;
  box-shadow: none;
}

.primary-button {
  min-height: 48px;
  border-color: #f5f5f7;
  color: #000000;
  background: #f5f5f7;
}

.primary-button:hover {
  border-color: #ffffff;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.12);
}

.primary-button:disabled {
  color: #6e6e73;
  background: #2c2c2e;
  border-color: #2c2c2e;
}

.text-button,
.icon-button {
  border-color: #424245;
  color: #f5f5f7;
  background: #1c1c1e;
}

.text-button:hover,
.icon-button:hover {
  border-color: #86868b;
  background: #2c2c2e;
}

.result-heading {
  border-color: #2c2c2e;
  background: #0b0b0c;
}

.result-summary {
  color: #d2d2d7;
  background: #1c1c1e;
}

.venue-list {
  background: #000000;
}

.venue-card {
  border-color: #2c2c2e;
  background: #0b0b0c;
  box-shadow: none;
}

.venue-image {
  background: #1c1c1e;
}

.venue-image img {
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.rank-label {
  color: #000000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

.match-reason {
  color: #d2d2d7;
}

.compare-toggle > .compare-action {
  border-color: rgba(255, 159, 10, 0.6);
  color: #ffb340;
  background: rgba(255, 159, 10, 0.08);
}

.compare-toggle input:checked + .compare-action {
  border-color: #ffb340;
  color: #111112;
  background: #ffb340;
}

.facts-row div,
.detail-facts div {
  background: #1c1c1e;
}

.facts-row strong,
.detail-facts strong {
  color: #f5f5f7;
}

.facts-row span,
.detail-facts span {
  color: #86868b;
}

.report-access-notice {
  border-color: #315b40;
  background: #15261a;
}

.report-access-notice h3,
.report-access-grid strong {
  color: #f5f5f7;
}

.report-access-notice small,
.report-access-grid span {
  color: #a5afa8;
}

.report-access-grid article {
  border-color: #315b40;
  background: #1a2f21;
}

.good,
.risk,
.neutral {
  color: #f5f5f7;
}

.equipment-section {
  border-color: #2c2c2e;
}

.equipment-item {
  border-color: #333336;
  background: #161617;
}

.equipment-item > img {
  filter: none !important;
}

.equipment-name strong {
  color: #f5f5f7;
}

.gallery-note {
  color: #86868b;
  background: #0b0b0c;
}

.caution-line,
.warning-panel,
.decision-tip {
  border-color: #ff9f0a;
  background: rgba(255, 159, 10, 0.12);
}

.caution-line span,
.warning-panel .eyebrow {
  color: #ffb340;
}

.caution-line p,
.warning-panel strong,
.decision-tip p {
  color: #f5e7d0;
}

.decision-tip {
  border: 1px solid rgba(255, 159, 10, 0.44);
}

.compare-bar {
  border-color: #48484a;
  color: #f5f5f7;
  background: rgba(28, 28, 30, 0.96);
}

dialog {
  max-height: calc(100dvh - 78px);
  margin: 62px auto 16px;
  color: #f5f5f7;
  background: #0b0b0c;
}

dialog::backdrop {
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 52px,
    rgba(0, 0, 0, 0.78) 52px,
    rgba(0, 0, 0, 0.78) 100%
  );
}

.detail-body,
.dialog-header,
.compare-content,
.crowd-content {
  color: #f5f5f7;
  background: #0b0b0c;
}

.facts-row button,
.pricing-grid > div,
.review-item,
.crowd-summary div {
  border-color: #333336;
  color: #f5f5f7;
  background: #1c1c1e;
}

.detail-tabs button[aria-selected="true"] {
  border-color: #f5f5f7 !important;
  color: #000000;
  background: #f5f5f7 !important;
}

.detail-tabs button[aria-selected="true"] span {
  color: #55555a;
}

.pricing-primary {
  border-color: #48484a !important;
  color: #f5f5f7 !important;
  background: #1c1c1e !important;
  box-shadow: inset 0 0 0 1px #48484a;
}

.pricing-primary span {
  color: #a1a1a6 !important;
}

.pricing-primary strong {
  color: #f5f5f7 !important;
}

.pricing-dialog {
  width: min(620px, calc(100vw - 24px));
}

.pricing-dialog-content {
  padding: 22px;
  display: grid;
  gap: 18px;
  color: #f5f5f7;
  background: #0b0b0c;
}

.rating-dialog {
  width: min(680px, calc(100vw - 24px));
}

.rating-dialog-content {
  padding: 22px;
  display: grid;
  gap: 20px;
  color: #f5f5f7;
  background: #0b0b0c;
}

.rating-origin-note {
  padding: 16px 18px;
  display: grid;
  gap: 7px;
  border-left: 3px solid #f5f5f7;
  background: #161617;
}

.rating-origin-note > span,
.rating-section-heading span {
  color: #a1a1a6;
  font-size: 10px;
  font-weight: 700;
}

.rating-origin-note strong {
  font-size: 15px;
  line-height: 1.45;
}

.rating-origin-note p {
  color: #d2d2d7;
  font-size: 11px;
  line-height: 1.55;
}

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

.rating-source {
  min-width: 0;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 9px;
  border: 1px solid #333336;
  border-radius: 7px;
  color: #f5f5f7;
  background: #1c1c1e;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.rating-source:hover {
  border-color: #636366;
  background: #242426;
  transform: translateY(-1px);
}

.rating-source:focus-visible {
  outline: 2px solid #f5f5f7;
  outline-offset: 2px;
}

.rating-source-primary {
  border-color: #636366;
  box-shadow: inset 0 3px 0 #f5f5f7;
}

.rating-source-tag {
  width: max-content;
  padding: 4px 7px;
  border: 1px solid #48484a;
  border-radius: 4px;
  color: #d2d2d7;
  font-size: 9px;
  font-weight: 700;
}

.rating-source-primary .rating-source-tag {
  color: #0b0b0c;
  background: #f5f5f7;
}

.rating-source h3 {
  font-size: 14px;
}

.rating-source-score {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.rating-source-score strong {
  font-size: 34px;
  line-height: 1;
}

.rating-source-score small,
.rating-source p {
  color: #a1a1a6;
  font-size: 10px;
  line-height: 1.5;
}

.rating-source-update {
  color: #86868b;
  font-size: 10px;
}

.rating-source-action {
  margin-top: 3px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #333336;
  color: #f5f5f7;
  font-size: 11px;
  font-weight: 700;
}

.rating-source-action b {
  font-size: 18px;
  line-height: 1;
}

.rating-overview-help {
  color: #86868b;
  font-size: 11px;
  text-align: center;
}

.rating-detail-toolbar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rating-detail-toolbar > span {
  color: #86868b;
  font-size: 10px;
}

.rating-back-button {
  min-height: 34px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #48484a;
  border-radius: 5px;
  color: #f5f5f7;
  background: #1c1c1e;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.rating-back-button:hover {
  background: #2c2c2e;
}

.rating-back-button span {
  font-size: 18px;
  line-height: 1;
}

.rating-detail-summary {
  padding: 17px;
  display: grid;
  gap: 8px;
  border: 1px solid #333336;
  border-radius: 7px;
  background: #1c1c1e;
}

.rating-detail-summary.is-evaluator {
  border-color: #636366;
  box-shadow: inset 3px 0 0 #f5f5f7;
}

.rating-detail-summary > span {
  width: fit-content;
  padding: 4px 7px;
  border: 1px solid #48484a;
  border-radius: 4px;
  color: #d2d2d7;
  font-size: 9px;
  font-weight: 700;
}

.rating-detail-summary h3 {
  font-size: 15px;
}

.rating-detail-summary > div {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.rating-detail-summary > div strong {
  font-size: 38px;
  line-height: 1;
}

.rating-detail-summary > div small,
.rating-detail-summary p {
  color: #a1a1a6;
  font-size: 11px;
  line-height: 1.55;
}

.rating-feedback-section,
.rating-review-list {
  display: grid;
  gap: 10px;
}

.rating-feedback {
  padding: 14px 16px;
  display: grid;
  gap: 9px;
  border: 1px solid #333336;
  border-radius: 7px;
  background: #1c1c1e;
}

.rating-feedback > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.rating-feedback strong {
  font-size: 12px;
}

.rating-feedback span,
.rating-feedback small {
  color: #86868b;
  font-size: 10px;
}

.rating-feedback p {
  color: #d2d2d7;
  font-size: 11px;
  line-height: 1.65;
}

.rating-feedback-evaluator {
  gap: 12px;
}

.feedback-points {
  display: grid;
  gap: 8px;
}

.feedback-point {
  padding: 11px 12px;
  display: grid;
  gap: 5px;
  border: 1px solid #333336;
  border-radius: 7px;
  background: #161617;
}

.feedback-point span {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}

.feedback-point p {
  margin: 0;
  color: #f5f5f7;
  font-size: 11px;
  line-height: 1.65;
}

.feedback-point.is-risk {
  border-color: rgba(255, 159, 10, 0.5);
  background: rgba(255, 159, 10, 0.11);
}

.feedback-point.is-risk span {
  color: #000000;
  background: #ffb340;
}

.feedback-point.is-good {
  border-color: rgba(48, 209, 88, 0.42);
  background: rgba(48, 209, 88, 0.1);
}

.feedback-point.is-good span {
  color: #000000;
  background: #30d158;
}

.feedback-point.is-note {
  border-color: #48484a;
  background: #1c1c1e;
}

.feedback-point.is-note span {
  color: #000000;
  background: #f5f5f7;
}

.rating-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 4px;
}

.rating-section-heading h3 {
  margin-top: 3px;
  font-size: 16px;
}

.rating-section-heading small {
  color: #86868b;
  font-size: 10px;
}

.rating-overview {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #333336;
}

.rating-overview > div:first-child {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.rating-number {
  font-size: 48px;
  font-weight: 750;
  line-height: 1;
}

.rating-overview small,
.rating-overview p {
  color: #a1a1a6;
  font-size: 12px;
}

.rating-overview > div:last-child {
  display: grid;
  gap: 8px;
}

.dumbbell-row {
  display: flex;
  gap: 10px;
}

.dumbbell {
  color: #48484a;
  grid-template-columns: 5px 16px 5px;
  width: 26px;
  height: 17px;
}

.dumbbell.is-active {
  color: #f5f5f7;
}

.dumbbell i {
  width: 5px;
  height: 15px;
}

.rating-dimensions {
  display: grid;
  gap: 10px;
}

.rating-dimension {
  padding: 13px 14px;
  display: grid;
  gap: 8px;
  border: 1px solid #333336;
  border-radius: 7px;
  background: #1c1c1e;
}

.rating-dimension-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.rating-dimension-heading > div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.rating-dimension-heading strong {
  font-size: 13px;
}

.rating-dimension-heading span,
.rating-dimension p {
  color: #a1a1a6;
  font-size: 10px;
}

.rating-dimension-heading b {
  font-size: 18px;
}

.rating-bar {
  height: 5px;
  overflow: hidden;
  border-radius: 3px;
  background: #3a3a3c;
}

.rating-bar span {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #f5f5f7;
}

.rating-method {
  padding: 14px 16px;
  display: grid;
  gap: 7px;
  border-left: 3px solid #f5f5f7;
  background: #161617;
}

.rating-method strong {
  font-size: 13px;
}

.rating-method p {
  color: #d2d2d7;
  font-size: 11px;
  line-height: 1.55;
}

.rating-method code {
  overflow-wrap: anywhere;
  color: #a1a1a6;
  font: 10px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.commute-dialog {
  width: min(620px, calc(100vw - 24px));
}

.commute-dialog-content {
  padding: 22px;
  display: grid;
  gap: 18px;
  color: #f5f5f7;
  background: #0b0b0c;
}

.commute-route {
  display: grid;
  gap: 0;
}

.commute-point {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.commute-point > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #000000;
  background: #f5f5f7;
  font-size: 12px;
  font-weight: 800;
}

.commute-point > div {
  display: grid;
  gap: 3px;
}

.commute-point small,
.commute-point p {
  color: #a1a1a6;
  font-size: 10px;
}

.commute-point strong {
  overflow-wrap: anywhere;
  font-size: 14px;
}

.commute-line {
  min-height: 68px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.commute-line > span {
  width: 1px;
  height: 100%;
  justify-self: center;
  background: #48484a;
}

.commute-line b {
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid #48484a;
  border-radius: 5px;
  color: #f5f5f7;
  background: #1c1c1e;
  font-size: 12px;
}

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

.commute-summary div {
  padding: 13px 14px;
  display: grid;
  gap: 5px;
  border: 1px solid #333336;
  border-radius: 7px;
  background: #1c1c1e;
}

.commute-summary span {
  color: #a1a1a6;
  font-size: 10px;
}

.commute-summary strong {
  font-size: 18px;
}

.commute-method {
  padding: 14px 16px;
  display: grid;
  gap: 6px;
  border-left: 3px solid #f5f5f7;
  background: #161617;
}

.commute-method strong {
  font-size: 13px;
}

.commute-method p {
  color: #d2d2d7;
  font-size: 11px;
  line-height: 1.55;
}

.pricing-intro {
  color: #a1a1a6;
  font-size: 13px;
}

.pricing-reminder {
  width: 100%;
  min-height: 74px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  border-left: 3px solid #ff9f0a;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0 6px 6px 0;
  color: #f5e7d0;
  background: rgba(255, 159, 10, 0.12);
  text-align: left;
  transition: background 0.18s ease;
}

.pricing-reminder:hover,
.pricing-reminder:focus-visible,
.pricing-reminder[aria-expanded="true"] {
  background: rgba(255, 159, 10, 0.18);
}

.pricing-reminder-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 179, 64, 0.7);
  border-radius: 50%;
  color: #ffb340;
  font-size: 17px;
  font-weight: 900;
}

.pricing-reminder-copy {
  display: grid;
  gap: 4px;
}

.pricing-reminder-copy strong {
  color: #ffb340;
  font-size: 13px;
}

.pricing-reminder-copy small {
  color: #f5e7d0;
  font-size: 11px;
}

.pricing-reminder-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffb340;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.pricing-reminder-action b {
  font-size: 17px;
  line-height: 1;
  transition: transform 0.18s ease;
}

.pricing-reminder[aria-expanded="true"] .pricing-reminder-action b {
  transform: rotate(180deg);
}

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

.additional-fee-list[hidden] {
  display: none;
}

.additional-fee-list > div {
  padding: 12px 13px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 10px;
  border: 1px solid #3a3329;
  border-radius: 6px;
  background: #1c1915;
}

.additional-fee-list span {
  color: #d2d2d7;
  font-size: 11px;
}

.additional-fee-list strong {
  color: #f5f5f7;
  font-size: 13px;
}

.additional-fee-list small {
  grid-column: 1 / -1;
  color: #8e8e93;
  font-size: 9px;
}

.detail-tabs button {
  border-color: #48484a;
  color: #f5f5f7;
  background: #161617;
}

.review-avatar {
  color: #000000;
  background: #f5f5f7;
}

.crowd-hour.is-quiet > span {
  background: #5f6468;
}

.crowd-hour.is-normal > span {
  background: #d9d9df;
}

.crowd-hour.is-busy > span {
  background: linear-gradient(180deg, #ffb199 0%, #ff6b4a 100%);
  box-shadow: 0 0 14px rgba(255, 107, 74, 0.28);
}

.crowd-legend span,
.crowd-axis span {
  border-color: #333336;
  color: #f5f5f7;
  background: #1c1c1e;
}

.crowd-axis small {
  color: #a1a1a6;
}

.crowd-fact .good {
  color: #30d158;
}

.crowd-fact .neutral {
  color: #ffb340;
}

.crowd-fact .risk {
  color: #ff6961;
}

.dialog-header {
  border-color: #2c2c2e;
}

.compare-advice {
  color: #f5f5f7;
  background: #1c1c1e;
}

.compare-table {
  border-color: #3a3a3c;
}

.compare-cell {
  border-color: #3a3a3c;
  color: #d2d2d7;
}

.compare-label {
  color: #a1a1a6;
  background: #161617;
}

.compare-name {
  color: #f5f5f7;
  background: #242426;
}

.final-choice-button {
  border-color: #3a3a3c;
  color: #f5f5f7;
  background: #161617;
}

.final-choice-button span {
  color: #a1a1a6;
}

.final-choice-button[aria-selected="true"] {
  border-color: #ff9f0a;
  color: #f5f5f7;
  background: rgba(255, 159, 10, 0.13);
  box-shadow: inset 4px 0 #ff9f0a;
}

.final-contact-card {
  border-color: rgba(255, 159, 10, 0.48);
  color: #f5f5f7;
  background: rgba(255, 159, 10, 0.1);
}

.final-contact-card > div:first-child > span,
.contact-grid span {
  color: #a1a1a6;
}

.contact-grid div,
.contact-note {
  background: #1c1c1e;
}

.contact-note p {
  color: #f5e7d0;
}

.contact-copy-button {
  border-color: #f5f5f7;
  color: #000000;
  background: #f5f5f7;
}

@media (max-width: 620px) {
  .workspace {
    padding-top: 18px;
  }

  .final-choice-list,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .workspace:not(.has-results) .preference-panel {
    padding: 22px 18px;
  }

  h1 {
    font-size: 25px;
  }

  .prototype-note {
    font-size: 10px;
  }

  .trust-trigger {
    padding: 5px 8px;
  }

  .trust-trigger-copy strong {
    font-size: 10px;
  }

  .trust-trigger-copy small {
    font-size: 8px;
  }

  .trust-info-icon {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .trust-trigger .status-dot {
    display: block;
  }

  .trust-content {
    padding: 16px;
  }

  .trust-list li {
    padding: 14px;
  }

  .rating-dialog-content {
    padding: 16px;
  }

  .rating-sources {
    grid-template-columns: 1fr;
  }

  .rating-detail-toolbar {
    align-items: flex-start;
  }

  .rating-feedback > div {
    display: grid;
    gap: 3px;
  }

  .rating-overview {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .rating-number {
    font-size: 42px;
  }

  .rating-sources {
    grid-template-columns: 1fr;
  }

  .commute-dialog-content {
    padding: 16px;
  }
}

/* Recommendation card hierarchy */
.venue-list {
  grid-template-columns: 1fr;
}

.venue-card {
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  grid-template-rows: none;
}

.venue-image {
  height: 100%;
  aspect-ratio: auto;
}

.venue-card-body {
  padding: 18px;
  gap: 16px;
}

.venue-heading-copy {
  min-width: 0;
  flex: 1;
}

.venue-name-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.venue-name-line h3 {
  font-size: 17px;
}

.venue-meta-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 9px;
}

.venue-meta-row .venue-meta,
.venue-meta-row .venue-category {
  margin: 0;
}

.venue-support-row {
  padding-top: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px 14px;
  border-top: 1px solid #242426;
}

.venue-support-row .venue-features,
.venue-support-row .test-proof {
  margin: 0;
}

.venue-support-row .venue-features {
  min-width: 0;
  flex: 1;
}

.venue-support-row .test-proof {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 5px;
  background: #161617;
}

.facts-row {
  gap: 8px;
}

.card-footer {
  padding-top: 0;
}

/* Keep the product navigation in the browser top layer while a detail dialog is open. */
.detail-dialog-topbar {
  z-index: 2147483647;
}

.detail-dialog-home {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.detail-dialog-home:hover .brand-mark {
  border-color: #86868b;
}

.detail-dialog-home:focus-visible {
  outline: 2px solid #ffb340;
  outline-offset: 3px;
  border-radius: 6px;
}

@media (max-width: 620px) {
  .venue-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .venue-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .venue-card-body {
    padding: 14px;
    gap: 14px;
  }

  .venue-name-line {
    align-items: flex-start;
  }

  .venue-support-row {
    align-items: stretch;
    flex-direction: column;
  }

  .venue-support-row .test-proof {
    width: fit-content;
  }
}

/* Align the crowd dialog with the product's restrained black-and-amber UI. */
.crowd-dialog {
  width: min(760px, calc(100vw - 28px));
}

.crowd-dialog .dialog-header {
  min-height: 82px;
  padding: 16px 20px;
  background: rgba(11, 11, 12, 0.98);
}

.crowd-dialog .dialog-header .eyebrow {
  color: #a1a1a6;
}

.crowd-content {
  padding: 20px;
  gap: 16px;
}

.crowd-summary {
  gap: 10px;
}

.crowd-summary div {
  min-height: 78px;
  padding: 14px 16px;
  align-content: center;
  gap: 6px;
  border: 1px solid #2c2c2e;
  border-left-width: 3px;
  border-radius: 6px;
  background: #161617;
}

.crowd-summary div.is-busy {
  border-left-color: #ffb340;
}

.crowd-summary div.is-quiet {
  border-left-color: #86868b;
}

.crowd-summary span {
  color: #86868b;
  font-size: 10px;
  font-weight: 650;
}

.crowd-summary strong {
  color: #f5f5f7;
  font-size: 18px;
  line-height: 1.2;
}

.crowd-legend {
  gap: 6px;
}

.crowd-legend span {
  min-height: 26px;
  padding: 5px 8px;
  border-color: #2c2c2e;
  border-radius: 5px;
  color: #a1a1a6;
  background: #161617;
  font-size: 9px;
  font-weight: 700;
}

.crowd-legend i {
  width: 7px;
  height: 7px;
}

.crowd-legend i.is-quiet {
  background: #636366;
}

.crowd-legend i.is-normal {
  background: #d2d2d7;
}

.crowd-legend i.is-busy {
  background: #ffb340;
}

.crowd-chart {
  height: 210px;
  padding: 24px 14px 12px;
  gap: 4px;
  overflow: hidden;
  border: 1px solid #2c2c2e;
  border-radius: 6px;
  background:
    repeating-linear-gradient(
      to top,
      transparent 0,
      transparent calc(25% - 1px),
      rgba(255, 255, 255, 0.07) calc(25% - 1px),
      rgba(255, 255, 255, 0.07) 25%
    ),
    #111112;
}

.crowd-hour::after {
  bottom: -12px;
  background: #3a3a3c;
}

.crowd-hour:nth-child(3n + 1)::after {
  background: #636366;
}

.crowd-hour.is-busy::before {
  display: none;
}

.crowd-hour > span {
  border-radius: 2px 2px 0 0;
}

.crowd-hour.is-quiet > span {
  background: #48484a;
}

.crowd-hour.is-normal > span {
  background: #a1a1a6;
}

.crowd-hour.is-busy > span {
  background: #ffb340;
  box-shadow: none;
}

.crowd-axis {
  padding-top: 0;
  gap: 0;
  border: 1px solid #2c2c2e;
  border-radius: 6px;
  background: #111112;
}

.crowd-axis span {
  min-width: 0;
  padding: 9px 4px;
  border: 0;
  border-radius: 0;
  color: #f5f5f7;
  background: transparent;
}

.crowd-axis span + span {
  border-left: 1px solid #242426;
}

.crowd-axis b {
  font-size: 10px;
}

.crowd-axis small {
  color: #6e6e73;
  font-size: 8px;
}

.crowd-content > .source-note {
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid #242426;
  color: #6e6e73;
  line-height: 1.55;
}

@media (max-width: 620px) {
  .crowd-dialog .dialog-header {
    min-height: 72px;
    padding: 13px 14px;
  }

  .crowd-content {
    padding: 14px;
    gap: 12px;
  }

  .crowd-summary div {
    min-height: 68px;
    padding: 11px 12px;
  }

  .crowd-summary strong {
    font-size: 15px;
  }

  .crowd-chart {
    height: 172px;
    padding: 18px 8px 10px;
    gap: 2px;
  }

  .crowd-axis span {
    padding: 8px 2px;
  }

  .crowd-axis b {
    font-size: 9px;
  }

  .crowd-axis small {
    font-size: 7px;
  }
}

/* Keep recommendation cards compact and visually consistent. */
@media (min-width: 621px) {
  .venue-card {
    grid-template-columns: minmax(300px, 42%) minmax(0, 58%);
    grid-template-rows: minmax(0, 380px);
  }

  .venue-image {
    min-height: 0;
    height: 380px;
  }

  .venue-card-body {
    min-height: 0;
    padding: 22px 24px;
    grid-template-rows: auto auto auto auto;
    align-content: start;
    gap: 18px;
  }
}

.venue-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
}

.venue-heading-copy {
  display: grid;
  align-content: start;
  gap: 8px;
}

.match-summary-line,
.match-basis,
.venue-name-line,
.venue-meta-row {
  margin: 0;
}

.match-summary-line {
  min-height: 24px;
  gap: 8px;
}

.match-basis {
  min-height: 16px;
  line-height: 1.45;
}

.venue-name-line {
  margin-top: 2px;
  gap: 10px 12px;
}

.venue-name-line h3 {
  line-height: 1.25;
}

.venue-meta-row {
  gap: 8px;
}

.venue-support-row {
  min-height: 46px;
  padding-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.venue-support-row .venue-features {
  align-items: center;
}

.venue-support-row .test-proof {
  white-space: nowrap;
}

.facts-row {
  min-height: 68px;
  align-items: stretch;
}

.facts-row button {
  min-height: 68px;
}

.card-footer {
  min-height: 38px;
  margin-top: 0;
  align-self: start;
}

@media (max-width: 900px) and (min-width: 621px) {
  .venue-card {
    grid-template-columns: minmax(250px, 40%) minmax(0, 60%);
    grid-template-rows: minmax(0, 380px);
  }

  .venue-image {
    height: 380px;
  }

  .venue-card-body {
    padding: 18px;
    gap: 14px;
  }

  .venue-title-row {
    gap: 12px;
  }

  .venue-support-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .venue-support-row .test-proof {
    width: fit-content;
  }
}

@media (max-width: 620px) {
  .venue-title-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .compare-toggle {
    justify-self: start;
  }

  .venue-support-row {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .facts-row,
  .facts-row button,
  .card-footer {
    min-height: 0;
  }
}
