/* Services portal */
html.portal-document { scrollbar-gutter: stable; }
@supports not (scrollbar-gutter: stable) {
  html.portal-document { overflow-y: scroll; }
}
.portal-page {
  --portal-green: #084a38;
  --portal-green-light: #1b6a51;
  --portal-gold: #d8992d;
  --logo-green: #03794c;
  --logo-gold: #fccf8b;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  background:
    radial-gradient(circle at 76% 25%, rgba(213, 225, 211, .52), transparent 30%),
    linear-gradient(116deg, #fbf8f0 0%, #f6f3e9 58%, #eef3e9 100%);
  color: var(--portal-green);
}
.portal-header {
  min-height: 104px;
  padding: 22px clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  border-bottom: 1px solid rgba(8, 74, 56, .13);
  position: relative;
  z-index: 3;
}
.portal-identity { display: flex; align-items: center; gap: 18px; }
.portal-logo-link {
  width: 76px;
  height: 58px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 12px;
  border: 2px solid transparent;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.2), transparent 28%) padding-box,
    linear-gradient(145deg, #0c7355 0%, #07523f 50%, #043c30 100%) padding-box,
    linear-gradient(145deg, #fff0c7 0%, #f6c76f 28%, #d38b1d 66%, #ffe2a1 100%) border-box;
  box-shadow:
    0 7px 18px rgba(8, 74, 56, .24),
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -2px 4px rgba(1,42,31,.3),
    0 0 0 1px rgba(123,77,11,.14);
  transition: transform .2s ease, box-shadow .2s ease;
}
.portal-logo-link::after,
.map-brand-logo::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(255, 233, 181, .24);
  border-radius: 8px;
  pointer-events: none;
}
.portal-logo-link:hover {
  transform: translateY(-1px);
  box-shadow:
    0 10px 24px rgba(8, 74, 56, .22),
    inset 0 1px 0 rgba(255,255,255,.3),
    inset 0 -2px 4px rgba(1,42,31,.25),
    0 0 0 1px rgba(123,77,11,.12);
}
.portal-logo-link:focus-visible { outline: 3px solid var(--portal-gold); outline-offset: 3px; }
.portal-logo-link img { width: 68px; height: 50px; object-fit: contain; display: block; }
.portal-agency-name { max-width: 690px; font-size: clamp(12px, 1.25vw, 16px); line-height: 1.35; }
.portal-hero {
  min-height: 690px;
  width: min(1600px, 100%);
  margin: 0 auto;
  padding: clamp(42px, 6vh, 82px) clamp(24px, 5vw, 76px) 74px;
  display: grid;
  grid-template-columns: minmax(560px, 1.15fr) minmax(420px, .85fr);
  align-items: center;
  gap: clamp(28px, 4vw, 76px);
}
.portal-copy { width: 100%; position: relative; z-index: 2; align-self: start; transform: translateY(-14px); }
.portal-copy h1 {
  margin: 0;
  max-width: 740px;
  color: #084a38;
  font-size: clamp(48px, 5.5vw, 84px);
  line-height: .94;
  letter-spacing: -.055em;
  text-shadow:
    0 2px 0 rgba(3, 48, 37, .08),
    0 5px 10px rgba(3, 48, 37, .13);
  text-wrap: balance;
}
.portal-lead {
  max-width: 700px;
  margin: 28px 0 0;
  color: #53675e;
  font-size: clamp(15px, 1.45vw, 20px);
  line-height: 1.55;
}
.portal-sections { max-width: 820px; margin-top: 12px; display: grid; gap: 12px; grid-template-rows: 40px auto; }
.service-list { display: grid; gap: 12px; }
.portal-view[hidden] { display: none !important; }
.portal-view { opacity: 1; transition: opacity .25s ease; }
.portal-view.leaving { opacity: 0; transition-duration: .12s; }
.portal-view.entering { opacity: 0; }
.portal-view.active .service-card { animation: portal-card-in .32s both; }
.portal-view.active .service-card:nth-of-type(2) { animation-delay: .045s; }
.portal-view.active .service-card:nth-of-type(3) { animation-delay: .09s; }
@keyframes portal-card-in { from { opacity: 0; } to { opacity: 1; } }
.portal-back-slot { height: 40px; display: flex; align-items: center; }
.portal-back-button[hidden] { display: none !important; }
.portal-back-button {
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 10px 20px;
  border: 1px solid var(--portal-green);
  border-radius: 16px;
  color: var(--portal-green);
  background: rgba(255, 255, 255, .72);
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease, box-shadow .2s ease;
}
.portal-back-button:hover { background: #fff; box-shadow: 0 4px 14px rgba(8, 74, 56, .10); }
.portal-back-button:focus-visible { outline: 3px solid var(--portal-gold); outline-offset: 3px; }
.portal-back-button:active { background: #eef3e9; box-shadow: none; }
.service-card {
  width: 100%;
  min-height: 100px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 74px 1fr 36px;
  align-items: center;
  gap: 17px;
  border: 1px solid rgba(8, 74, 56, .34);
  border-radius: 16px;
  text-align: left;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
}
.service-card-active {
  color: var(--portal-green);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 34px rgba(8, 74, 56, .08);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.service-card-active:hover { transform: translateY(-2px); background: #fff; box-shadow: 0 16px 42px rgba(8, 74, 56, .14); }
.service-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
}
.service-icon img { width: 72px; height: 72px; display: block; object-fit: contain; }
.service-copy { min-width: 0; display: grid; gap: 4px; }
.service-copy small { color: var(--portal-green-light); font-size: 9px; font-weight: 850; letter-spacing: .105em; text-transform: uppercase; }
.service-copy strong { font-size: clamp(15px, 1.45vw, 19px); line-height: 1.25; }
.service-card-wide-label .service-copy strong { font-size: clamp(14px, 1.05vw, 16px); white-space: nowrap; }
.service-copy > span { color: #687870; font-size: 11px; }
.service-arrow { font-size: 25px; font-weight: 500; transition: transform .2s ease; }
.service-card-active:hover .service-arrow { transform: translateX(4px); }
.service-card-disabled {
  border-color: rgba(64, 80, 72, .16);
  color: #7d8983;
  background: rgba(235, 237, 231, .66);
  cursor: not-allowed;
  opacity: .78;
}
.service-card-disabled .service-copy small, .service-card-disabled .service-copy > span { color: #89938e; }
.service-icon-muted { color: #87928d; }
.service-lock { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #a9b1ad; border-radius: 50%; font-size: 11px; }
.portal-legal-link {
  width: fit-content;
  position: absolute;
  z-index: 4;
  right: clamp(20px, 4vw, 62px);
  bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #53675e;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}
.portal-legal-link:hover { color: var(--portal-green); text-decoration: underline; }
.portal-artwork {
  align-self: start;
  min-height: 640px;
  height: min(72vh, 780px);
  display: grid;
  place-items: center;
  position: relative;
}
.portal-map-stage {
  width: min(100%, 54vh, 585px);
  aspect-ratio: 3 / 4;
  position: relative;
  flex: 0 0 auto;
}
.portal-map-stage canvas { width: 100%; height: 100%; display: block; position: relative; z-index: 1; }
.portal-map-label {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 6%;
  padding: 8px 11px;
  border: 1px solid rgba(8, 74, 56, .15);
  border-radius: 99px;
  color: var(--portal-green);
  background: rgba(255, 255, 255, .75);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (min-width: 821px) and (max-width: 1250px) {
  .portal-hero { grid-template-columns: minmax(0, 820px); justify-content: center; }
  .portal-artwork { display: none; }
}

@media (max-width: 820px) {
  .portal-page { overflow: visible; }
  .portal-header { min-height: 82px; padding: 16px 20px; }
  .portal-identity { gap: 12px; }
  .portal-logo-link { width: 58px; height: 46px; }
  .portal-logo-link img { width: 52px; height: 40px; }
  .portal-agency-name { font-size: 10px; line-height: 1.3; }
  .portal-hero { min-height: auto; padding: 48px 20px 76px; display: flex; flex-direction: column; align-items: stretch; }
  .portal-copy { transform: translateY(-8px); }
  .portal-copy h1 { font-size: clamp(42px, 11.5vw, 60px); }
  .portal-lead { margin-top: 22px; font-size: 15px; }
  .portal-sections { margin-top: 12px; }
  .portal-artwork { width: min(620px, 100%); min-height: 520px; height: 62vh; margin: 0 auto; order: -1; display: none; }
}

@media (max-width: 520px) {
  .service-card { grid-template-columns: 56px 1fr 24px; gap: 12px; padding: 15px; }
  .service-icon, .service-icon img { width: 54px; height: 54px; }
  .service-copy strong { font-size: 14px; }
  .service-card-wide-label .service-copy strong { white-space: normal; }
}

:root {
  --ink: #19241f;
  --muted: #66706b;
  --line: #dfe5e1;
  --paper: #ffffff;
  --soft: #f4f7f5;
  --forest: #174d38;
  --forest-2: #21674b;
  --active: #1d7a4b;
  --active-soft: #e4f3ea;
  --suspended: #b45f14;
  --suspended-soft: #fff0dc;
}

* { box-sizing: border-box; }
.modal-open, .modal-open body { overflow: hidden; }
.noscript-services, .noscript-map { margin: 16px 0; padding: 14px 16px; border: 1px solid #d7b56f; border-radius: 10px; color: #5d451c; background: #fff8e8; line-height: 1.55; }
.noscript-services { display: grid; gap: 8px; }
.noscript-services p { margin: 0; }
.noscript-services a, .noscript-map a { color: var(--forest); font-weight: 750; }
.noscript-map { position: relative; z-index: 2000; }
.admin-pagination { display:flex; align-items:center; justify-content:center; gap:14px; margin:18px 0; }
.admin-pagination span { min-width:140px; text-align:center; color:#45554e; font-weight:700; }
html, body { margin: 0; min-height: 100%; }

body {
  background: var(--soft);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible {
  outline: 3px solid #77a993;
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden { display: none !important; }

.app-shell { min-height: 100vh; background: var(--paper); }
.site-header {
  height: 78px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  position: relative;
  z-index: 1001;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 800;
  letter-spacing: -.03em;
  background: var(--forest);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}
.map-brand-logo {
  width: 62px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  position: relative;
  border: 2px solid transparent;
  border-radius: 11px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.2), transparent 28%) padding-box,
    linear-gradient(145deg, #0c7355 0%, #07523f 50%, #043c30 100%) padding-box,
    linear-gradient(145deg, #fff0c7 0%, #f6c76f 28%, #d38b1d 66%, #ffe2a1 100%) border-box;
  box-shadow:
    0 5px 14px rgba(8, 74, 56, .2),
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -2px 4px rgba(1,42,31,.28),
    0 0 0 1px rgba(123,77,11,.14);
}
.map-brand-logo img { width: 56px; height: 42px; display: block; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; line-height: 1.2; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 12px; }

.map-layout { height: calc(100vh - 78px); min-height: 620px; display: grid; grid-template-columns: 390px 1fr; }
.catalog-panel { background: white; border-right: 1px solid var(--line); padding: 28px 22px 18px; overflow: auto; z-index: 500; }
.catalog-heading { display: flex; align-items: flex-start; justify-content: space-between; }
.eyebrow { margin: 0 0 8px; color: var(--forest-2); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.catalog-heading h1 { margin: 0; max-width: 300px; font-size: 26px; line-height: 1.12; letter-spacing: -.035em; }
.mobile-close { display: none; border: 0; background: transparent; font-size: 30px; color: var(--muted); }
.search-field { margin-top: 24px; height: 48px; padding: 0 14px; display: flex; align-items: center; gap: 10px; border: 1px solid #cfd8d3; border-radius: 12px; background: var(--soft); color: var(--muted); }
.search-field:focus-within { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(33,103,75,.1); }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.status-filters { margin-top: 13px; display: flex; gap: 7px; overflow-x: auto; padding-bottom: 3px; }
.status-filters button { border: 1px solid var(--line); border-radius: 99px; background: white; padding: 7px 10px; color: var(--muted); font-size: 11px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.status-filters button.active { border-color: var(--forest); background: var(--forest); color: white; }
.attraction-list { display: grid; gap: 8px; }
.attraction-row { width: 100%; display: grid; grid-template-columns: 10px 1fr 12px; gap: 12px; align-items: start; padding: 15px 13px; text-align: left; border: 1px solid transparent; border-radius: 13px; background: white; cursor: pointer; }
.attraction-row:hover { background: var(--soft); }
.attraction-row.selected { border-color: #b9d0c5; background: #f1f7f4; box-shadow: 0 6px 18px rgba(23,77,56,.07); }
.row-copy { min-width: 0; display: grid; }
.row-copy strong { font-size: 14px; line-height: 1.25; }
.row-copy small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.row-status { margin-top: 9px; width: max-content; font-size: 10px; font-weight: 750; }
.row-status.active { color: var(--active); }
.row-status.suspended { color: var(--suspended); }
.row-arrow { align-self: center; color: #8a9690; font-size: 22px; }
.status-dot { width: 8px; height: 8px; margin-top: 5px; flex: 0 0 auto; display: inline-block; border-radius: 50%; background: currentColor; }
.status-dot.active { color: var(--active); }
.status-dot.suspended { color: var(--suspended); }
.status-dot.terminated { color: #7d8581; }
.empty-state { padding: 28px 16px; display: grid; gap: 6px; text-align: center; color: var(--muted); font-size: 12px; }
.empty-state strong { color: var(--ink); }

.map-stage { position: relative; overflow: hidden; background: #dfe8e2; }
.leaflet-map { position: absolute; inset: 0; z-index: 1; }
.leaflet-control-attribution { font-size: 10px !important; }
.leaflet-control-zoom a { color: var(--forest) !important; }
.map-location-button { position: absolute; z-index: 900; right: 10px; bottom: 112px; width: 44px; height: 44px; display: grid; place-items: center; border: 2px solid rgba(0,0,0,.2); border-radius: 8px; color: var(--forest); background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.38); font-size: 25px; line-height: 1; cursor: pointer; }
.map-location-button:hover { background: #f4f7f5; }
.map-location-button:disabled { cursor: wait; opacity: .7; }
.map-location-button.locating span { animation: location-pulse 1s ease-in-out infinite; }
.map-location-button.success { color: #1d6fd8; }
.map-location-status { position: absolute; z-index: 900; right: 64px; bottom: 117px; max-width: min(300px, calc(100% - 84px)); margin: 0; padding: 9px 11px; border: 1px solid rgba(23,77,56,.16); border-radius: 9px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 5px 18px rgba(25,36,31,.14); font-size: 11px; font-weight: 700; }
.map-location-status.error { color: #8b2e27; border-color: #efc7c4; background: #fff1f0; }
@keyframes location-pulse { 50% { transform: scale(.72); opacity: .55; } }
.tile-error { position: absolute; z-index: 450; top: 72px; left: 50%; width: min(460px, calc(100% - 30px)); transform: translateX(-50%); margin: 0; padding: 11px 14px; border: 1px solid #d7b56f; border-radius: 10px; color: #6f4a10; background: #fff8e8; box-shadow: 0 6px 20px rgba(24,44,35,.12); text-align: center; font-size: 11px; font-weight: 700; }
.attraction-marker-wrap { background: transparent; border: 0; }
.attraction-marker { width: 34px; height: 34px; display: grid; place-items: center; border: 3px solid white; border-radius: 50% 50% 50% 4px; transform: rotate(-45deg); box-shadow: 0 5px 14px rgba(20,40,31,.28); transition: transform .18s ease; }
.attraction-marker i { width: 9px; height: 9px; border: 2px solid white; border-radius: 50%; }
.attraction-marker.active { background: var(--active); }
.attraction-marker.suspended { background: var(--suspended); }
.attraction-marker.selected { transform: rotate(-45deg) scale(1.2); box-shadow: 0 6px 20px rgba(20,40,31,.42); }
.map-home-link { position: absolute; z-index: 400; left: 20px; bottom: 26px; padding: 11px 15px; border: 1px solid rgba(23,77,56,.2); border-radius: 11px; color: var(--forest); background: rgba(255,255,255,.97); box-shadow: 0 7px 22px rgba(24,44,35,.14); font-size: 12px; font-weight: 800; text-decoration: none; }
.map-home-link:hover { background: white; box-shadow: 0 10px 28px rgba(24,44,35,.2); }
.report-open-button { position: absolute; z-index: 900; top: 20px; right: 20px; width: 270px; max-width: calc(100% - 40px); height: auto; padding: 10px 12px; border: 2px solid #fccf8b; border-radius: 11px; color: #fff4d6; background: var(--forest); box-shadow: 0 7px 22px rgba(24,44,35,.2); font-size: 12px; font-weight: 800; line-height: 1.35; cursor: pointer; }
.report-open-button:hover { background: var(--forest-2); }
.dump-report-open { width: 170px; white-space: nowrap; }
.map-card { position: absolute; z-index: 400; left: 20px; bottom: 84px; width: min(430px, calc(100% - 40px)); padding: 19px; border: 1px solid rgba(23,77,56,.12); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 16px 40px rgba(24,44,35,.2); }
.card-topline { display: flex; justify-content: space-between; align-items: center; }
.card-topline button { width: 28px; height: 28px; border: 0; border-radius: 50%; background: var(--soft); color: var(--muted); cursor: pointer; }
.status-badge { width: max-content; padding: 6px 9px; display: flex; align-items: center; gap: 7px; border-radius: 99px; font-size: 10px; font-weight: 800; }
.status-badge .status-dot { margin: 0; }
.status-badge.active { color: var(--active); background: var(--active-soft); }
.status-badge.suspended { color: var(--suspended); background: var(--suspended-soft); }
.status-badge.terminated { color: #626a66; background: #edf0ee; }
.map-card h2 { margin: 15px 0 5px; font-size: 21px; letter-spacing: -.025em; }
.map-card > p { margin: 0; color: var(--muted); font-size: 12px; }
.map-card > p.card-year { margin-bottom: 3px; color: var(--ink); font-weight: 750; }
.map-card dl { margin: 17px 0 0; padding-top: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; border-top: 1px solid var(--line); }
.map-card dl div { display: grid; gap: 4px; }
.map-card dt { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.map-card dd { margin: 0; font-size: 12px; font-weight: 750; }
.mobile-list-button { display: none; }

/* Interactive dumps map */
.status-dot.dump-in_progress, .row-status.dump-in_progress { color: #a76b12; }
.status-dot.dump-liquidated, .row-status.dump-liquidated { color: var(--active); }
.attraction-marker.dump-in_progress { background: #b97818; }
.attraction-marker.dump-liquidated { background: var(--active); }
.status-badge.dump-in_progress { color: #81520e; background: #fff1d5; }
.status-badge.dump-liquidated { color: var(--active); background: var(--active-soft); }
.dump-map-card { width: min(820px, calc(100% - 40px)); }
.dump-card-layout { margin-top: 14px; display: grid; grid-template-columns: minmax(180px, 1fr) minmax(150px, .8fr) minmax(180px, 1fr); gap: 16px; align-items: start; }
.dump-public-photo-group h3 { margin: 0 0 8px; color: var(--forest); font-size: 12px; }
.dump-public-photo-grid { display: grid; grid-template-columns: 1fr; gap: 8px; }
.dump-public-photo-grid button { width: 100%; padding: 0; display: block; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); cursor: zoom-in; }
.dump-public-photo-grid button:hover { border-color: var(--forest-2); box-shadow: 0 5px 14px rgba(23,77,56,.15); }
.dump-public-photo-grid img { width: 100%; height: 100%; display: block; object-fit: cover; }
.dump-no-photo { grid-column: 1 / -1; padding: 18px 8px; border: 1px dashed var(--line); border-radius: 8px; color: var(--muted); text-align: center; font-size: 9px; }
.map-card dl.dump-card-facts { margin: 0; padding: 0; grid-template-columns: 1fr; border: 0; }
.lightbox-open { overflow: hidden; }
.dump-lightbox { position: fixed; inset: 0; z-index: 5200; padding: 28px 74px; display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 18px; background: rgba(7,20,14,.9); backdrop-filter: blur(5px); }
.dump-lightbox figure { min-width: 0; max-width: min(1200px, 100%); max-height: calc(100dvh - 56px); margin: 0 auto; display: grid; justify-items: center; gap: 12px; }
.dump-lightbox figure img { max-width: 100%; max-height: calc(100dvh - 105px); display: block; object-fit: contain; border-radius: 12px; box-shadow: 0 20px 70px rgba(0,0,0,.5); }
.dump-lightbox figcaption { color: rgba(255,255,255,.88); font-size: 12px; font-weight: 700; text-align: center; }
.dump-lightbox-close, .dump-lightbox-nav { border: 1px solid rgba(255,255,255,.3); color: white; background: rgba(19,55,40,.82); cursor: pointer; }
.dump-lightbox-close { position: absolute; top: 20px; right: 22px; width: 44px; height: 44px; border-radius: 50%; font-size: 29px; line-height: 1; }
.dump-lightbox-nav { width: 48px; height: 58px; border-radius: 12px; font-size: 38px; line-height: 1; }
.dump-lightbox-nav:disabled { visibility: hidden; }
.dump-lightbox-close:hover, .dump-lightbox-nav:hover { background: var(--forest-2); }
.dump-status { display: inline-flex; padding: 6px 9px; border-radius: 99px; font-size: 9px; font-weight: 800; white-space: nowrap; }
.dump-status.in_progress { color: #81520e; background: #fff1d5; }
.dump-status.liquidated { color: var(--active); background: var(--active-soft); }

@media (max-width: 820px) {
  .site-header { height: 66px; padding: 0 15px; }
  .brand-mark { width: 38px; height: 38px; }
  .map-brand { gap: 9px; }
  .map-brand-logo { width: 48px; height: 40px; border-radius: 9px; }
  .map-brand-logo img { width: 44px; height: 34px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 10px; }
  .map-layout {
    height: calc(100vh - 66px);
    height: calc(100dvh - 66px);
    min-height: 0;
    display: block;
  }
  .map-stage { height: 100%; }
  .catalog-panel { position: fixed; inset: 66px 0 0; transform: translateY(105%); transition: transform .25s ease; z-index: 1200; border: 0; padding: 23px 17px calc(23px + env(safe-area-inset-bottom, 0px)); }
  .catalog-panel.is-open { transform: translateY(0); }
  .mobile-close { display: block; cursor: pointer; }
  .map-stage .leaflet-bottom { bottom: calc(10px + env(safe-area-inset-bottom, 0px)); }
  .map-location-button { bottom: calc(122px + env(safe-area-inset-bottom, 0px)); }
  .map-location-status { right: 10px; bottom: calc(176px + env(safe-area-inset-bottom, 0px)); max-width: min(310px, calc(100% - 20px)); }
  .report-open-button { top: 10px; right: 10px; max-width: calc(100% - 20px); }
  .map-home-link { left: 10px; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); }
  .map-card { left: 10px; bottom: calc(76px + env(safe-area-inset-bottom, 0px)); width: calc(100% - 20px); padding: 16px; }
  .dump-map-card { max-height: min(68vh, 540px); overflow: auto; }
  .dump-card-layout { grid-template-columns: 1fr; }
  .dump-lightbox { padding: 70px 14px 22px; grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; }
  .dump-lightbox-nav { width: 42px; height: 52px; }
  .dump-lightbox-close { top: 14px; right: 14px; }
  .mobile-list-button { position: absolute; z-index: 400; left: 50%; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); transform: translateX(-50%); display: block; border: 0; border-radius: 99px; background: var(--forest); color: white; padding: 13px 22px; box-shadow: 0 8px 25px rgba(23,77,56,.28); font-size: 13px; font-weight: 800; cursor: pointer; }
}

/* Public reports about possible unregistered attractions */
.report-backdrop { position: fixed; inset: 0; z-index: 4000; padding: 22px; display: grid; place-items: center; background: rgba(12,33,24,.62); backdrop-filter: blur(3px); }
.public-report-modal { width: min(760px, 100%); max-height: calc(100dvh - 44px); overflow: auto; border-radius: 18px; background: white; box-shadow: 0 24px 75px rgba(9,31,21,.34); }
.report-header { position: sticky; top: 0; z-index: 1001; padding: 20px 22px; display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); }
.report-header h2 { margin: 0; font-size: 22px; letter-spacing: -.025em; }
.report-header button { border: 0; background: transparent; color: var(--muted); font-size: 28px; cursor: pointer; }
.public-report-modal form { padding: 22px; }
.report-field { margin-top: 16px; display: grid; gap: 7px; color: #46514c; font-size: 11px; font-weight: 750; }
.report-field:first-child { margin-top: 0; }
.report-field input, .report-field textarea { width: 100%; padding: 11px 12px; border: 1px solid #ced7d2; border-radius: 10px; color: var(--ink); background: white; font: inherit; font-size: 13px; }
.report-field select { width: 100%; min-height: 44px; padding: 10px 38px 10px 12px; border: 1px solid #ced7d2; border-radius: 10px; color: var(--ink); background: white; font: inherit; font-size: 13px; }
.report-field input { height: 44px; }
.report-field textarea { min-height: 100px; resize: vertical; line-height: 1.5; }
.report-field input:focus, .report-field textarea:focus, .report-field select:focus { border-color: var(--forest-2); outline: 3px solid rgba(33,103,75,.1); }
.alcohol-report-conditional { margin-top: 16px; }

@media (prefers-reduced-motion: reduce) {
  .portal-view, .service-card-active, .portal-view.active .service-card { animation: none !important; transition: none !important; }
}
.report-coordinates { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.report-locate { width: max-content; }
.report-field small, .report-help { color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.45; }
.report-location-map { height: 270px; margin-top: 12px; overflow: hidden; border: 1px solid #ced7d2; border-radius: 12px; background: #eef3ef; }
.report-photo-list { margin-top: 10px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.report-photo-item { position: relative; overflow: hidden; min-height: 125px; border: 1px solid var(--line); border-radius: 11px; background: var(--soft); }
.report-photo-item img { width: 100%; height: 125px; display: block; object-fit: cover; }
.report-photo-item button { position: absolute; top: 6px; right: 6px; width: 28px; height: 28px; border: 0; border-radius: 50%; color: white; background: rgba(20,31,26,.78); font-size: 20px; cursor: pointer; }
.report-photo-item small { position: absolute; right: 6px; bottom: 6px; padding: 3px 6px; border-radius: 5px; color: white; background: rgba(20,31,26,.7); font-size: 9px; }
.report-actions { margin-top: 22px; padding-top: 18px; display: flex; justify-content: flex-end; gap: 9px; border-top: 1px solid var(--line); }
.report-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.report-success { padding: 30px 12px 18px; text-align: center; }
.report-success > span { width: 54px; height: 54px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--active); font-size: 26px; }
.report-success h3 { margin: 0 0 14px; font-size: 24px; }
.report-success p { margin: 8px auto; max-width: 570px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.report-success p strong { color: var(--ink); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.report-success .primary-button { margin-top: 20px; }
.taxi-check-modal { width: min(560px, 100%); }
.taxi-check-result { padding: 28px 20px 18px; border: 1px solid transparent; border-radius: 14px; text-align: center; }
.taxi-check-result.positive { border-color: #9bcaae; background: #eef9f2; }
.taxi-check-result.negative { border-color: #e3aaa5; background: #fff3f2; }
.taxi-check-result-icon { width: 54px; height: 54px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; color: white; font-size: 28px; font-weight: 800; }
.taxi-check-result.positive .taxi-check-result-icon { background: var(--active); }
.taxi-check-result.negative .taxi-check-result-icon { background: #a23f36; }
.taxi-check-result-plate { margin: 0 0 10px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.taxi-check-result h3 { margin: 0; color: var(--ink); font-size: 21px; line-height: 1.3; }
.taxi-check-result > p:not(.taxi-check-result-plate) { margin: 14px auto 0; max-width: 470px; color: #56615c; font-size: 11px; line-height: 1.6; }
.taxi-check-result .primary-button { margin-top: 22px; }

@media (max-width: 620px) {
  .report-backdrop { padding: 8px; align-items: end; }
  .public-report-modal { max-height: calc(100dvh - 8px - env(safe-area-inset-bottom, 0px)); border-radius: 17px 17px 0 0; }
  .public-report-modal form { padding: 17px 15px calc(17px + env(safe-area-inset-bottom, 0px)); }
  .report-header { padding: 17px 15px; }
  .report-header h2 { font-size: 19px; }
  .report-coordinates { grid-template-columns: 1fr; }
  .report-photo-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .report-actions { position: sticky; bottom: 0; margin-left: -15px; margin-right: -15px; padding: 13px 15px calc(13px + env(safe-area-inset-bottom, 0px)); background: white; }
  .taxi-check-result { padding: 24px 14px 16px; }
  .taxi-check-result h3 { font-size: 18px; }
}

.legal-page { min-height: 100vh; padding: 42px 20px 70px; background: var(--soft); }
.legal-card { width: min(780px, 100%); margin: 0 auto; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 34px rgba(23,77,56,.07); }
.legal-card h1 { margin: 24px 0 10px; font-size: clamp(28px, 5vw, 42px); letter-spacing: -.04em; }
.legal-card h2 { margin: 28px 0 8px; font-size: 18px; }
.legal-card h3 { margin: 22px 0 7px; font-size: 15px; }
.legal-card p, .legal-card li { color: var(--muted); font-size: 14px; line-height: 1.65; }
.legal-card a { color: var(--forest-2); }
.legal-back { color: var(--forest) !important; font-weight: 800; text-decoration: none; }
.legal-feedback-open { margin-top: 4px; }
.legal-feedback-modal { width: min(650px, 100%); }
.legal-feedback-privacy { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

/* Shared controls used by public dialogs. */
.primary-button, .secondary-button { min-height: 42px; padding: 0 16px; border-radius: 10px; font-size: 11px; font-weight: 800; cursor: pointer; }
.primary-button { border: 1px solid var(--forest); color: white; background: var(--forest); box-shadow: 0 5px 12px rgba(23,77,56,.14); }
.primary-button:hover { background: var(--forest-2); }
.primary-button:disabled { opacity: .58; cursor: wait; }
.secondary-button { border: 1px solid var(--line); color: var(--ink); background: white; }
.error-banner { margin-top: 16px; padding: 12px 14px; border: 1px solid #efc7c4; border-radius: 10px; color: #8b2e27; background: #fff1f0; font-size: 11px; }
.success-banner { margin-top: 16px; padding: 12px 14px; border: 1px solid #bed8c8; border-radius: 10px; color: #16593a; background: #eff8f2; font-size: 11px; }
