:root {
  color-scheme: light;
  font-family: "Aptos Display", "Trebuchet MS", "Segoe UI", sans-serif;
  background: #eef8f7;
  color: #10243c;
  --panel: rgba(255, 255, 255, 0.82);
  --panel-strong: rgba(255, 255, 255, 0.94);
  --line: rgba(21, 74, 112, 0.13);
  --blue: #0077c8;
  --green: #00a878;
  --yellow: #f5a900;
  --coral: #f26d50;
  --navy: #10243c;
  --muted: #607188;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 11% 10%, rgba(0, 168, 120, 0.22), transparent 18rem),
    radial-gradient(circle at 88% 4%, rgba(0, 119, 200, 0.2), transparent 22rem),
    linear-gradient(135deg, rgba(245, 169, 0, 0.16), transparent 26rem),
    linear-gradient(180deg, #f7fffd 0%, #eaf7fb 48%, #f5f1e9 100%);
}

.site-header,
main,
.site-footer {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  padding: 56px 0 24px;
}

.public-header {
  align-items: flex-start;
}

.public-main {
  padding-bottom: 20px;
}

.site-brand,
.breadcrumbs a,
.back-link a,
.place-listing-card h3 a {
  color: #165f94;
  font-weight: 800;
  text-decoration: none;
}

.site-brand {
  font-size: 1.05rem;
}

.site-header .text-button,
.site-header .text-button:hover {
  text-decoration: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #607188;
  font-size: 0.92rem;
}

.breadcrumbs a:hover,
.back-link a:hover,
.place-listing-card h3 a:hover {
  text-decoration: underline;
}

.public-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 34px;
  border: 1px solid rgba(162, 197, 229, 0.2);
  border-radius: 24px;
  background: rgba(162, 197, 229, 0.2);
  box-shadow: 0 22px 55px rgba(13, 50, 83, 0.1);
}

.public-summary div {
  display: grid;
  gap: 4px;
  padding: 21px 24px;
  background: var(--panel-strong);
}

.public-summary strong {
  color: var(--navy);
  font-size: 1.34rem;
}

.public-summary span,
.place-listing-price span,
.place-washes,
.place-type,
.place-address,
.place-price-meta,
.checked-at,
.public-disclaimer,
.night-price {
  color: #607188;
}

.public-section {
  margin-bottom: 34px;
}

.public-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 860px) minmax(230px, 280px);
  gap: 24px;
  align-items: start;
}

.public-content-main {
  min-width: 0;
}

.public-content-layout.ads-disabled {
  grid-template-columns: minmax(0, 1fr);
}

.public-content-layout.ads-disabled .public-ad-rail {
  display: none;
}

.public-ad-rail {
  margin-top: 0;
}

.public-map {
  min-height: 400px;
  overflow: hidden;
  border: 1px solid rgba(162, 197, 229, 0.2);
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(13, 50, 83, 0.13);
}

.public-map-small {
  min-height: 280px;
}

.place-listing,
.place-price-list {
  display: grid;
  gap: 14px;
}

.place-listing-card,
.place-price-row,
.place-contact-card {
  border: 1px solid rgba(162, 197, 229, 0.16);
  background: var(--panel-strong);
  box-shadow: 0 18px 38px rgba(13, 50, 83, 0.1);
}

.place-listing-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-radius: 24px;
  padding: 24px;
}

.place-listing-card h3,
.place-price-row h3,
.place-contact-card h2,
.place-map-section h2 {
  margin-bottom: 7px;
}

.place-listing-card .text-button,
.place-listing-card .text-button:hover {
  text-decoration: none;
}

.place-page-link {
  color: inherit;
  text-decoration: none;
}

.place-page-link:hover {
  color: #165f94;
  text-decoration: underline;
}

.meta-chip-link {
  color: #165f94;
  font-weight: 750;
  text-decoration: none;
}

.meta-chip-link:hover {
  border-color: rgba(0, 119, 200, 0.34);
  background: rgba(0, 119, 200, 0.09);
}

.place-location {
  margin-bottom: 6px;
  color: #0c695b;
  font-size: 0.88rem;
  font-weight: 850;
  text-transform: uppercase;
}

.place-type,
.place-address,
.place-washes {
  margin-bottom: 5px;
}

.place-listing-price,
.place-price-value {
  display: grid;
  justify-items: end;
  gap: 5px;
  text-align: right;
}

.place-listing-price strong,
.place-price-value strong {
  color: var(--navy);
  font-size: 1.55rem;
}

.place-listing-price .text-button {
  margin-top: 8px;
}

.missing-price {
  color: #607188 !important;
  font-size: 1rem !important;
}

.back-link {
  margin-bottom: 24px;
}

.place-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: start;
}

.place-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  border-radius: 20px;
  padding: 20px;
}

.place-price-row.promoted-price-row {
  border: 2px solid transparent;
}

.place-price-row.promoted-price-row.promotion-advertisement {
  border-color: rgba(210, 133, 20, 0.36);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 206, 102, 0.42), transparent 17rem),
    linear-gradient(120deg, rgba(255, 247, 224, 0.98), rgba(255, 255, 255, 0.96));
  box-shadow: 0 18px 40px rgba(176, 112, 8, 0.14);
}

.place-price-row.promoted-price-row.promotion-featured {
  border-color: rgba(0, 126, 98, 0.3);
  background:
    radial-gradient(circle at 8% 12%, rgba(124, 220, 171, 0.32), transparent 17rem),
    linear-gradient(120deg, rgba(232, 250, 241, 0.98), rgba(255, 255, 255, 0.96));
  box-shadow: 0 18px 40px rgba(0, 108, 83, 0.12);
}

.promoted-price-label {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  border-radius: 999px;
  padding: 4px 8px;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  vertical-align: middle;
}

.promotion-advertisement .promoted-price-label {
  background: #b97008;
}

.promotion-featured .promoted-price-label {
  background: #08765b;
}

.place-price-row h3 {
  margin: 0;
  font-size: 1.08rem;
}

.place-price-row > div:first-child {
  display: grid;
  gap: 7px;
}

.place-price-meta,
.place-price-value small {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.place-price-value .member-price {
  color: var(--green);
}

.place-price-value .member-price-label {
  color: #75dca0;
  font-size: 0.84rem;
  font-weight: 600;
}

.place-sidebar {
  display: grid;
  gap: 20px;
  margin-top: 60px;
}

.place-contact-card {
  border-radius: 24px;
  padding: 24px;
}

.place-contact-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}

.place-contact-heading h2 {
  margin-bottom: 0;
}

.opening-status-badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.opening-status-open {
  color: #11613d;
  background: #dff5e9;
}

.opening-status-closed {
  color: #a52a20;
  background: #fff0ed;
}

.place-contact-card a {
  color: #165f94;
}

.contact-details {
  display: grid;
  gap: 7px;
}

.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  color: #165f94;
  font-size: 0.95rem;
  line-height: 1.35;
  text-decoration: none;
}

.contact-item:hover {
  color: #005e9e;
}

.contact-item svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-item span {
  min-width: 0;
}

.contact-source {
  margin-top: 2px;
  min-height: 32px;
  border-radius: 999px;
  padding: 6px 11px;
  background: rgba(0, 119, 200, 0.09);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-source:hover {
  background: rgba(0, 119, 200, 0.15);
}

.public-disclaimer {
  max-width: 760px;
  margin: 10px 0 42px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero-copy {
  display: grid;
  gap: 16px;
  justify-items: start;
}

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

h1 {
  margin-bottom: 0;
  max-width: 820px;
  color: var(--navy);
  font-size: clamp(2.55rem, 5.2vw, 5.55rem);
  font-weight: 950;
  line-height: 0.92;
  text-wrap: balance;
  letter-spacing: -0.06em;
}

.place-page-title {
  max-width: none;
  font-size: clamp(2.55rem, 4.4vw, 4.8rem);
  text-wrap: pretty;
}

.lead {
  margin-bottom: 0;
  max-width: 680px;
  color: #42566f;
  font-size: 1.08rem;
  line-height: 1.55;
}

.status-panel,
.toolbar,
.summary-card,
.reliability-card,
.map-canvas,
.map-place-list,
.history-row,
.price-card,
.notice,
.error-details,
.empty-state {
  border: 1px solid rgba(162, 197, 229, 0.14);
  background: var(--panel);
  box-shadow: 0 22px 55px rgba(13, 50, 83, 0.13);
  backdrop-filter: blur(14px);
}

.status-panel {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #42566f;
  white-space: nowrap;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8794a4;
}

.status-dot.ok {
  background: var(--green);
}

.status-dot.warning {
  background: var(--yellow);
}

.toolbar {
  display: grid;
  grid-template-columns: minmax(130px, 170px) minmax(210px, 1fr) minmax(160px, 220px) minmax(110px, 145px) minmax(130px, 170px);
  gap: 12px;
  margin-bottom: 36px;
  padding: 20px;
  border-radius: 24px;
}

label {
  display: grid;
  gap: 8px;
  color: #516780;
  font-size: 0.9rem;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(21, 74, 112, 0.14);
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.86);
  color: #10243c;
  font: inherit;
}

textarea {
  resize: vertical;
}

.text-button,
.icon-button {
  border: 1px solid rgba(0, 119, 200, 0.2);
  background: rgba(255, 255, 255, 0.76);
  color: #165f94;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.text-button {
  border-radius: 999px;
  padding: 12px 17px;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(0, 119, 200, 0.12);
}

.text-button:hover,
.icon-button:hover {
  border-color: rgba(0, 119, 200, 0.42);
  background: rgba(0, 119, 200, 0.1);
  color: #0c4e80;
}

.icon-button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.35rem;
  line-height: 1;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
}

.nav-correction {
  margin-left: auto;
}

.nav-reliability {
  margin-left: 0;
}

.tab-button {
  border: 1px solid rgba(21, 74, 112, 0.12);
  border-radius: 999px;
  padding: 11px 17px;
  background: rgba(255, 255, 255, 0.7);
  color: #4d637c;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(13, 50, 83, 0.08);
}

.tab-button.active,
.tab-button:hover {
  border-color: rgba(0, 168, 120, 0.3);
  background: linear-gradient(135deg, #10243c, #0c695b);
  color: #ffffff;
}

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

.summary-section,
.reliability-section,
.history-section {
  margin-bottom: 34px;
}

.summary-section {
  margin-top: 0;
}

.prices-layout {
  display: grid;
  grid-template-columns: minmax(0, 860px) minmax(230px, 280px);
  gap: 24px;
  align-items: start;
}

.prices-layout.ads-disabled {
  grid-template-columns: minmax(0, 1fr);
}

.prices-layout.ads-disabled .ad-rail {
  display: none;
}

.prices-layout.no-results {
  grid-template-columns: minmax(0, 1fr);
}

.summary-section[hidden],
.prices-main > .section-heading[hidden] {
  display: none;
}

.prices-layout.no-results .ad-rail {
  display: none;
}

.prices-main {
  min-width: 0;
}

.ad-rail {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 14px;
  margin-top: 61px;
}

.ad-slot {
  display: grid;
  align-content: center;
  min-height: 280px;
  border: 1px dashed rgba(0, 119, 200, 0.24);
  border-radius: 24px;
  padding: 22px;
  background:
    radial-gradient(circle at 22% 18%, rgba(245, 169, 0, 0.16), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(237, 247, 244, 0.64));
  color: #526981;
  box-shadow: 0 18px 44px rgba(13, 50, 83, 0.08);
  text-decoration: none;
}

.ad-slot.compact {
  min-height: 180px;
}

.ad-slot.custom-ad {
  border-style: solid;
  background:
    radial-gradient(circle at 78% 10%, rgba(0, 168, 120, 0.14), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(237, 247, 244, 0.76));
}

.ad-slot.image-only-ad {
  align-content: stretch;
  padding: 0;
  overflow: hidden;
}

.ad-slot.google-ad {
  min-height: 280px;
}

.ad-slot.google-ad.google-ad-filled {
  min-height: 0;
  padding: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.ad-slot.google-ad.google-ad-filled > .ad-slot-placeholder-label {
  display: none;
}

.listing-inline-ad {
  min-height: 150px;
}

.listing-inline-ad.google-ad {
  min-height: 150px;
}

.listing-inline-ad.google-ad.google-ad-filled,
.public-inline-ad .ad-slot.google-ad.google-ad-filled {
  min-height: 0;
}

.public-inline-ad {
  margin-top: 16px;
}

.public-inline-ad .ad-slot {
  min-height: 150px;
}

.listing-inline-ad .adsbygoogle {
  min-height: 100px;
}

.listing-inline-ad.google-ad-filled .adsbygoogle {
  min-height: 0;
}

.ad-slot img {
  width: 100%;
  max-height: 150px;
  margin-bottom: 14px;
  border-radius: 16px;
  object-fit: cover;
}

.image-only-ad img {
  height: 100%;
  max-height: none;
  margin-bottom: 0;
  border-radius: 24px;
}

.adsbygoogle {
  min-height: 220px;
}

.ad-slot span {
  margin-bottom: 10px;
  color: #0077c8;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-slot strong {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.18rem;
}

.ad-slot p {
  margin-bottom: 0;
  line-height: 1.45;
}

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

.summary-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: 22px;
  border-radius: 24px;
  overflow-wrap: anywhere;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(0, 119, 200, 0.08), transparent 42%),
    var(--panel-strong);
}

.summary-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--blue);
}

.summary-card:nth-child(2)::before {
  background: var(--green);
}

.summary-card:nth-child(3)::before {
  background: var(--coral);
}

.summary-card:nth-child(4)::before {
  background: var(--yellow);
}

.summary-card h3 {
  margin-bottom: 16px;
  color: #42566f;
  font-size: 0.94rem;
  line-height: 1.25;
}

.summary-price {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 2.25rem;
  line-height: 1;
  text-shadow: 0 8px 24px rgba(0, 119, 200, 0.11);
}

.summary-name {
  margin-bottom: 8px;
  color: #142a44;
  font-weight: 700;
  line-height: 1.35;
}

.summary-details,
.summary-empty {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.reliability-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
}

.reliability-card {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 18px;
}

.reliability-card h3 {
  margin-bottom: 0;
  color: #516780;
  font-size: 0.9rem;
  line-height: 1.25;
}

.reliability-card strong {
  color: var(--navy);
  font-size: 1.55rem;
  line-height: 1.05;
}

.reliability-card p {
  margin-bottom: 0;
  color: #607188;
  font-size: 0.9rem;
}

.map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 16px;
  align-items: stretch;
}

.map-canvas {
  position: relative;
  min-height: 560px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(162, 197, 229, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(162, 197, 229, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 35% 30%, rgba(127, 197, 255, 0.2), transparent 18rem),
    linear-gradient(135deg, #081321 0%, #11243b 52%, #0a1726 100%);
  background-size: 64px 64px, 64px 64px, auto, auto;
}

.map-canvas .leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 560px;
  background: #edf7f4;
  font: inherit;
}

.map-canvas .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.86);
  color: #1b2a3b;
}

.map-pin {
  display: grid;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  background: #7fc5ff;
  color: #07111f;
  font: inherit;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.map-pin.active {
  width: 48px !important;
  height: 48px !important;
  margin-left: -24px !important;
  margin-top: -24px !important;
  border-color: #ffffff;
  background: #75dca0;
  box-shadow:
    0 0 0 7px rgba(117, 220, 160, 0.28),
    0 16px 36px rgba(0, 0, 0, 0.42);
}

.map-pin span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.map-marker {
  position: absolute;
  z-index: 2;
  width: 38px;
  height: 38px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: #7fc5ff;
  color: #07111f;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.32);
}

.map-marker.active,
.map-marker:hover {
  background: #75dca0;
}

.map-popup {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: min(360px, calc(100% - 40px));
  border: 1px solid rgba(162, 197, 229, 0.18);
  border-radius: 20px;
  padding: 18px;
  background: rgba(7, 17, 31, 0.92);
  color: #edf5ff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

.map-popup-leaflet .leaflet-popup-content-wrapper,
.map-popup-leaflet .leaflet-popup-tip {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.map-popup-leaflet .leaflet-popup-content {
  width: min(360px, calc(100vw - 72px)) !important;
  margin: 0;
}

.map-popup-leaflet .map-popup {
  position: static;
  width: 100%;
}

.map-popup-leaflet-name .leaflet-popup-content {
  width: auto !important;
}

.map-popup-leaflet .map-popup-name {
  min-width: 170px;
  padding: 13px 16px;
}

.map-popup-leaflet .map-popup-name .map-popup-heading {
  margin-bottom: 0;
}

.map-popup-leaflet .map-popup-name h3 {
  font-size: 1rem;
}

.map-popup-leaflet .leaflet-popup-close-button {
  top: 11px;
  right: 12px;
  z-index: 2;
  color: #dcecff !important;
  font-size: 20px;
}

.map-popup-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.map-popup h3 {
  margin-bottom: 0;
  border-left: 4px solid #ffd166;
  padding-left: 10px;
  color: #ffffff;
  font-size: 1.22rem;
  letter-spacing: -0.02em;
}

.map-popup h3 a {
  color: inherit;
  text-decoration: none;
}

.map-popup h3 a:hover {
  text-decoration: underline;
}

.map-popup .opening-status-badge {
  margin-top: 1px;
  font-size: 0.66rem;
}

.map-contact-details {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.map-popup .map-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  color: #c9e2f6;
  font-size: 0.9rem;
  line-height: 1.35;
  text-decoration: none;
}

.map-popup .map-contact-item:hover {
  color: #ffffff;
}

.map-contact-item svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.map-contact-item span {
  min-width: 0;
}

.map-popup .map-meta {
  margin-top: 10px;
  color: #a9bbcf;
  font-size: 0.76rem;
  line-height: 1.4;
}

.map-popup .map-meta span {
  display: block;
}

.map-address,
.map-place-type,
.map-contact,
.map-meta {
  color: #94a9c1;
  font-size: 0.9rem;
  line-height: 1.4;
}

.map-address {
  margin-bottom: 3px;
}

.map-contact {
  margin-top: 0;
  margin-bottom: 14px;
}

.map-place-type {
  color: #ffd166;
  font-weight: 800;
}

.map-prices {
  display: grid;
  gap: 7px;
  margin: 14px 0;
  padding-left: 18px;
  color: #dcecff;
}

.route-link {
  color: #7fc5ff;
  font-weight: 800;
}

.map-place-list {
  display: grid;
  align-content: start;
  gap: 8px;
  max-height: min(680px, calc(100vh - 210px));
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 14px;
  border-radius: 18px;
  scrollbar-color: rgba(0, 119, 200, 0.52) rgba(255, 255, 255, 0.58);
  scrollbar-width: thin;
}

.map-place-list::-webkit-scrollbar {
  width: 10px;
}

.map-place-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

.map-place-list::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0, 119, 200, 0.68), rgba(0, 168, 120, 0.62));
}

.map-place-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(0, 119, 200, 0.88), rgba(0, 168, 120, 0.82));
}

.place-button {
  position: relative;
  border: 1px solid rgba(21, 74, 112, 0.12);
  border-radius: 16px;
  padding: 12px 14px 12px 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #405971;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(13, 50, 83, 0.06);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.place-button.active,
.place-button:hover {
  border-color: rgba(0, 168, 120, 0.45);
  background: linear-gradient(135deg, rgba(0, 168, 120, 0.14), rgba(0, 119, 200, 0.12));
  color: #10243c;
  box-shadow: 0 16px 34px rgba(13, 50, 83, 0.14);
  transform: translateY(-1px);
}

.place-button.active {
  border-color: rgba(0, 119, 200, 0.55);
  background: linear-gradient(135deg, #10243c, #0b7f72);
  color: #ffffff;
}

.place-button.active::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 8px;
  width: 4px;
  border-radius: 999px;
  background: #ffd166;
}

.modal {
  width: min(720px, calc(100% - 32px));
  border: 1px solid rgba(21, 74, 112, 0.16);
  border-radius: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
  color: #10243c;
  box-shadow: 0 28px 80px rgba(13, 50, 83, 0.22);
}

.modal::backdrop {
  background: rgba(16, 36, 60, 0.42);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 10px;
}

.modal-header h2 {
  margin-bottom: 0;
}

.modal-lead,
.modal-note {
  color: #607188;
  line-height: 1.5;
}

.modal-note {
  margin: 16px 0 0;
  font-size: 0.9rem;
}

.correction-bulk-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(0, 119, 200, 0.18);
  border-radius: 18px;
  background: rgba(231, 245, 255, 0.76);
}

.correction-bulk-help .eyebrow {
  margin: 0 0 4px;
}

.correction-bulk-help h3 {
  margin: 0;
  font-size: 1rem;
}

.correction-bulk-help p:not(.eyebrow) {
  margin: 5px 0 0;
  color: #526982;
  font-size: 0.9rem;
  line-height: 1.45;
}

.correction-bulk-actions {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.correction-bulk-actions .text-button {
  white-space: nowrap;
}

.correction-bulk-actions p {
  max-width: 220px;
}

.modal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.modal-field-wide,
.form-status,
.modal-actions {
  grid-column: 1 / -1;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.secondary-button {
  background: rgba(255, 255, 255, 0.76);
  color: #165f94;
}

.form-status {
  margin-bottom: 0;
  border-radius: 15px;
  padding: 11px 13px;
  background: rgba(0, 119, 200, 0.08);
  color: #165f94;
  font-weight: 800;
}

.form-status.success {
  background: rgba(0, 168, 120, 0.1);
  color: #087154;
}

.form-status.error {
  background: rgba(242, 109, 80, 0.12);
  color: #a33420;
}

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

.about-card {
  padding: 24px;
  border: 1px solid rgba(21, 74, 112, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(35, 88, 120, 0.08);
}

.about-card h2 {
  margin-top: 0;
  font-size: 1.2rem;
}

.about-card p {
  color: #526982;
  line-height: 1.55;
}

.about-template-link {
  display: table;
  margin: 8px auto 0;
}

.about-contact-details {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.about-contact-details a {
  color: #165f94;
  font-weight: 750;
  text-decoration: none;
}

.about-contact-details a:hover {
  text-decoration: underline;
}

.about-contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  margin-top: 24px;
  padding: 30px;
  border: 1px solid rgba(21, 74, 112, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(35, 88, 120, 0.08);
}

.about-contact-section h2 {
  margin: 4px 0 10px;
}

.about-contact-section p:not(.admin-eyebrow) {
  color: #526982;
  line-height: 1.55;
}

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

.about-contact-form label {
  display: grid;
  gap: 7px;
  color: #516780;
  font-size: 0.9rem;
  font-weight: 850;
}

.about-contact-form label:nth-of-type(3),
.about-contact-form label:nth-of-type(4),
.about-contact-form .form-status,
.about-contact-form .primary-button {
  grid-column: 1 / -1;
}

.about-contact-form textarea {
  resize: vertical;
}

.promotion-price-section {
  margin-top: 24px;
  padding: 30px;
  border: 1px solid rgba(21, 74, 112, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(35, 88, 120, 0.08);
}

.promotion-price-heading {
  max-width: 680px;
  margin-bottom: 20px;
}

.promotion-price-heading h2 {
  margin: 4px 0 10px;
}

.promotion-price-heading p:not(.admin-eyebrow),
.promotion-price-card p {
  color: #526982;
  line-height: 1.55;
}

.promotion-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.promotion-price-card {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(21, 74, 112, 0.13);
  border-radius: 18px;
  background: rgba(247, 252, 255, 0.9);
}

.promotion-price-card h3,
.promotion-price-card p {
  margin: 0;
}

.promotion-price-card strong {
  color: #006b60;
  font-size: 1.12rem;
}

.primary-button {
  width: fit-content;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #007567;
  border-radius: 999px;
  background: #006b60;
  box-shadow: 0 12px 24px rgba(0, 91, 83, 0.18);
  color: #fff;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.primary-button:hover:not(:disabled) {
  background: #00594f;
}

.primary-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.list-pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0 8px;
}

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

.history-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(3, minmax(140px, auto));
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 22px;
}

.history-row h3 {
  margin-bottom: 4px;
  font-size: 1rem;
}

.history-row p {
  margin-bottom: 0;
  color: #607188;
  font-size: 0.9rem;
}

.history-metric {
  display: grid;
  gap: 5px;
  justify-items: end;
  text-align: right;
}

.history-metric span {
  color: #607188;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.history-metric strong {
  color: var(--navy);
  font-size: 0.96rem;
}

.history-metric.change.up strong {
  color: #f0c46b;
}

.history-metric.change.down strong {
  color: #75dca0;
}

.history-metric.change.same strong {
  color: #607188;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 14px;
}

.section-heading span {
  color: #607188;
}

.price-list {
  display: grid;
  gap: 14px;
}

.price-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: start;
  padding: 25px 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(13, 50, 83, 0.09);
}

.promotion-listing-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 20px;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 22px 24px;
  box-shadow: 0 18px 40px rgba(13, 50, 83, 0.1);
}

.promotion-advertisement {
  border-color: rgba(210, 133, 20, 0.36);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 206, 102, 0.45), transparent 17rem),
    linear-gradient(120deg, rgba(255, 247, 224, 0.98), rgba(255, 255, 255, 0.96));
}

.promotion-featured {
  border-color: rgba(0, 126, 98, 0.3);
  background:
    radial-gradient(circle at 8% 12%, rgba(124, 220, 171, 0.35), transparent 17rem),
    linear-gradient(120deg, rgba(232, 250, 241, 0.98), rgba(255, 255, 255, 0.96));
}

.promotion-listing-card h3,
.promotion-listing-card p {
  margin-bottom: 0;
}

.promotion-listing-card h3 a {
  color: var(--navy);
  text-decoration: none;
}

.promotion-listing-card h3 a:hover {
  text-decoration: underline;
}

.promotion-listing-card p {
  color: #607188;
}

.promotion-label {
  grid-column: 1 / -1;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promotion-advertisement .promotion-label {
  background: #b97008;
}

.promotion-featured .promotion-label {
  background: #08765b;
}

.promotion-advertisement .text-button {
  border-color: rgba(210, 133, 20, 0.3);
  background: rgba(255, 250, 237, 0.9);
  color: #925702;
}

.promotion-featured .text-button {
  border-color: rgba(0, 126, 98, 0.25);
  background: rgba(244, 255, 250, 0.9);
  color: #075f49;
}

.promotion-listing-card .text-button {
  grid-row: 2 / span 2;
  grid-column: 2;
  text-decoration: none;
}

.promotion-listing-card .text-button:hover {
  text-decoration: none;
}

.price-card h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 1px;
  font-size: 1.18rem;
}

.price-info {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.price-address {
  margin-bottom: 0;
  color: #607188;
  font-size: 0.92rem;
}

.wash-name {
  margin-bottom: 1px;
  color: #3f5871;
  font-size: 0.98rem;
  line-height: 1.35;
}

.price-details {
  display: grid;
  gap: 7px;
  margin-top: 2px;
}

.meta {
  color: #607188;
  font-size: 0.9rem;
}

.meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #526981;
  line-height: 1.25;
}

.meta-chip + .meta-chip::before {
  margin-right: 7px;
  color: #9aabba;
  content: "·";
}

.opening-status-text {
  font-weight: 750;
}

.opening-status-text-open {
  color: #16834f;
}

.opening-status-text-closed {
  color: #bf3429;
}

.price-note {
  display: inline-flex;
  gap: 8px;
  align-items: baseline;
  width: fit-content;
  max-width: 720px;
  margin-bottom: 0;
  border: 1px solid rgba(245, 169, 0, 0.22);
  border-radius: 14px;
  padding: 8px 11px;
  background: rgba(245, 169, 0, 0.08);
  color: #384d64;
  line-height: 1.45;
}

.price-note span {
  color: #9a6a00;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.price-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  padding-top: 8px;
}

.price-card .type-badge {
  border-color: rgba(0, 119, 200, 0.16);
  background: rgba(0, 119, 200, 0.06);
  color: #4d789b;
  font-size: 0.72rem;
}

.data-status {
  margin-bottom: 0;
  color: #72849a;
  font-size: 0.86rem;
  line-height: 1.4;
}

.price-column {
  min-width: 156px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  text-align: right;
}

.price {
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--navy);
}

.price-label {
  color: #75dca0;
  font-size: 0.82rem;
  font-weight: 600;
}

.member-price {
  color: var(--green);
}

.normal-price {
  display: block;
  color: #607188;
  font-size: 0.88rem;
  line-height: 1.35;
}

.member-price-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
}

.night-price {
  display: block;
  margin-top: 8px;
  color: var(--yellow);
  font-size: 1.25rem;
  font-weight: 800;
}

.night-price-label {
  display: block;
  color: #607188;
  font-size: 0.8rem;
  line-height: 1.35;
}

.source-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  padding: 6px 11px;
  background: rgba(0, 119, 200, 0.09);
  color: #0077c8;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.source-link:hover {
  background: rgba(0, 119, 200, 0.15);
  color: #005e9e;
}

.badge {
  display: inline-block;
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(127, 197, 255, 0.12);
  color: #91d0ff;
  font-size: 0.72rem;
  vertical-align: middle;
}

.type-badge {
  border: 1px solid rgba(145, 208, 255, 0.22);
  background: rgba(127, 197, 255, 0.14);
  color: #91d0ff;
}

.type-automatic_brush {
  border-color: rgba(103, 199, 255, 0.34);
  background: rgba(103, 199, 255, 0.14);
  color: #91d0ff;
}

.type-automatic_touchless {
  border-color: rgba(126, 226, 168, 0.38);
  background: rgba(126, 226, 168, 0.14);
  color: #9af0bb;
}

.type-hand_wash {
  border-color: rgba(255, 143, 112, 0.38);
  background: rgba(255, 143, 112, 0.14);
  color: #ffb49e;
}

.type-hand_wash_wax {
  border-color: rgba(255, 209, 102, 0.42);
  background: rgba(255, 209, 102, 0.14);
  color: #ffe19a;
}

.type-self_service {
  border-color: rgba(197, 167, 255, 0.42);
  background: rgba(197, 167, 255, 0.14);
  color: #d5c1ff;
}

.type-night_wash {
  border-color: rgba(255, 240, 166, 0.42);
  background: rgba(255, 240, 166, 0.14);
  color: #fff0a6;
}

.type-monthly_subscription {
  border-color: rgba(0, 216, 168, 0.38);
  background: rgba(0, 216, 168, 0.13);
  color: #80f1d5;
}

.demo-badge {
  background: rgba(240, 196, 107, 0.14);
  color: #f0c46b;
}

.empty-state,
.error-details {
  margin-top: 16px;
  padding: 24px;
  border-radius: 24px;
}

.empty-error-list p {
  margin: 12px 0 0;
}

.error-details {
  margin-bottom: 40px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 34px 0 52px;
  color: #607188;
  font-size: 0.9rem;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer-rich {
  align-items: flex-start;
  margin-top: 48px;
  padding: 28px 0 52px;
  border-top: 1px solid rgba(21, 74, 112, 0.14);
}

.footer-brand-block {
  display: grid;
  gap: 5px;
  max-width: 420px;
}

.footer-brand {
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 900;
  text-decoration: none;
}

.footer-brand:hover {
  text-decoration: underline;
}

.footer-brand-block p {
  margin: 0;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px 20px;
}

.footer-links a,
.footer-links .footer-link {
  color: #0077c8;
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover {
  color: #005e9e;
  text-decoration: underline;
}

.footer-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: #0077c8;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.footer-link:hover {
  color: #005e9e;
  text-decoration: underline;
}

.privacy-modal {
  width: min(820px, calc(100% - 32px));
}

.privacy-content {
  display: grid;
  gap: 16px;
  max-height: min(62vh, 620px);
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-color: rgba(0, 119, 200, 0.52) rgba(237, 247, 244, 0.78);
  scrollbar-width: thin;
}

.privacy-content::-webkit-scrollbar {
  width: 10px;
}

.privacy-content::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(237, 247, 244, 0.78);
}

.privacy-content::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0, 119, 200, 0.68), rgba(0, 168, 120, 0.62));
}

.privacy-content section {
  border: 1px solid rgba(21, 74, 112, 0.1);
  border-radius: 18px;
  padding: 16px;
  background: rgba(237, 247, 244, 0.62);
}

.privacy-content h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1rem;
}

.privacy-content p {
  margin-bottom: 0;
  color: #516780;
  line-height: 1.5;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 48px;
  border: 1px solid rgba(0, 119, 200, 0.18);
  border-radius: 999px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #10243c, #0b7f72);
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  box-shadow: 0 18px 42px rgba(13, 50, 83, 0.22);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  box-shadow: 0 22px 50px rgba(13, 50, 83, 0.3);
  transform: translateY(-2px);
}

code {
  color: #0077c8;
}

@media (max-width: 980px) {
  .prices-layout {
    grid-template-columns: 1fr;
  }

  .ad-rail {
    display: none;
  }

  .place-page-layout {
    grid-template-columns: 1fr;
  }

  .place-sidebar {
    margin-top: 0;
  }

  .public-content-layout {
    grid-template-columns: 1fr;
  }

  .public-ad-rail {
    display: none;
  }
}

@media (max-width: 800px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 36px;
  }

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

  .notice-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .summary-cards {
    grid-template-columns: 1fr 1fr;
  }

  .reliability-cards,
  .map-layout,
  .modal-form,
  .correction-bulk-help,
  .about-grid,
  .about-contact-section {
    grid-template-columns: 1fr;
  }

  .about-contact-form {
    grid-template-columns: 1fr;
  }

  .map-canvas {
    min-height: 500px;
  }

  .map-canvas .leaflet-container {
    min-height: 500px;
  }

  .history-row {
    grid-template-columns: 1fr;
  }

  .history-metric {
    justify-items: start;
    text-align: left;
  }

  .price-card {
    grid-template-columns: 1fr;
  }

  .promotion-listing-card {
    grid-template-columns: 1fr;
  }

  .promotion-listing-card .text-button {
    grid-row: auto;
    grid-column: auto;
    width: fit-content;
  }

  .price-column {
    text-align: left;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .public-summary {
    grid-template-columns: 1fr;
  }

  .place-listing-card,
  .place-price-row {
    grid-template-columns: 1fr;
  }

  .place-listing-price,
  .place-price-value {
    justify-items: start;
    text-align: left;
  }

  .public-map {
    min-height: 340px;
  }
}

@media (max-width: 540px) {
  .summary-cards {
    grid-template-columns: 1fr;
  }

  .reliability-cards {
    grid-template-columns: 1fr;
  }

  .map-canvas {
    min-height: 560px;
  }

  .map-canvas .leaflet-container {
    min-height: 560px;
  }

  .map-popup {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    min-width: 58px;
    min-height: 44px;
    padding: 10px 14px;
  }
}
