@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700&display=swap");

:root {
  color-scheme: dark;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --black: #060708;
  --carbon: #0c0e10;
  --panel: #111417;
  --panel-raised: #171a1e;
  --silver: #c7c9c8;
  --silver-dark: #71777b;
  --gold: #c8a65a;
  --gold-bright: #efd98e;
  --red: #8f1824;
  --red-bright: #dc3442;
  --line: rgb(200 166 90 / 30%);
  --ink: #e5e7e5;
  --muted: #92989a;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  background: var(--black);
  color: var(--ink);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

button,
select,
input {
  font: inherit;
}

button:focus-visible,
select:focus-visible,
.file-button:focus-within {
  outline: 2px solid var(--gold-bright);
  outline-offset: 2px;
}

.topbar {
  align-items: center;
  background:
    linear-gradient(90deg, rgb(200 166 90 / 8%), transparent 30%),
    linear-gradient(180deg, #17191c, #090a0c);
  border-bottom: 0;
  box-shadow: 0 3px 18px rgb(0 0 0 / 65%);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(18rem, 1fr) auto auto;
  min-height: 5.2rem;
  padding: 0.8rem 1.35rem;
  position: relative;
  z-index: 10;
}

.topbar::after {
  background: var(--gold);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.brand {
  align-items: center;
  display: flex;
  gap: 0.9rem;
}

.brand-logo {
  border-radius: 0.65rem;
  box-shadow: 0 0 16px rgb(200 166 90 / 18%);
  height: 3.25rem;
  object-fit: cover;
  width: 3.25rem;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow,
.section-label {
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.21em;
  margin-bottom: 0.28rem;
  text-transform: uppercase;
}

.controls {
  align-items: end;
  display: flex;
  gap: 0.55rem;
  justify-content: flex-end;
}

label {
  color: var(--silver-dark);
  display: grid;
  font-size: 0.59rem;
  font-weight: 800;
  gap: 0.28rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

select,
.control-button,
.file-button {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 7%), transparent),
    var(--panel);
  border: 1px solid #4b5053;
  border-radius: 0;
  color: var(--silver);
  cursor: pointer;
  min-height: 2.3rem;
  padding: 0.58rem 0.75rem;
}

select {
  min-width: 11rem;
}

.control-button,
.file-button {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.control-button:hover,
.file-button:hover {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.follow-button {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.follow-button::before {
  color: var(--red-bright);
  content: "●";
  margin-right: 0.4rem;
  text-shadow: 0 0 7px var(--red-bright);
}

.follow-button:disabled {
  cursor: not-allowed;
  filter: grayscale(1);
  opacity: 0.45;
}

.file-button {
  align-items: center;
  display: flex;
}

.file-button input {
  display: none;
}

.site-actions {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 4rem);
  justify-content: flex-end;
}

.music-button {
  margin-left: 0;
}

.frequency-icon {
  align-items: center;
  display: flex;
  gap: 2px;
  height: 1rem;
}

.frequency-icon i {
  background: var(--gold-bright);
  box-shadow: 0 0 6px rgb(200 166 90 / 55%);
  display: block;
  height: 2px;
  width: 2px;
}

.music-button.is-playing .frequency-icon i {
  animation: frequency-scan 0.78s ease-in-out infinite alternate;
}

.music-button.is-playing .frequency-icon i:nth-child(2),
.music-button.is-playing .frequency-icon i:nth-child(4) {
  animation-delay: -0.38s;
}

.music-button.is-playing .frequency-icon i:nth-child(3) {
  animation-delay: -0.62s;
}

@keyframes frequency-scan {
  from { height: 2px; }
  to { height: 14px; }
}

.action-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--silver);
  cursor: pointer;
  display: grid;
  font-size: 0.6rem;
  font-weight: 800;
  gap: 0.1rem;
  grid-template-rows: 1.15rem auto;
  justify-items: center;
  letter-spacing: 0.11em;
  min-width: 3.7rem;
  padding: 0.15rem 0.3rem;
  text-transform: uppercase;
}

.action-link:hover {
  color: var(--gold-bright);
}

.bitcoin-mark {
  align-items: center;
  background: linear-gradient(145deg, var(--gold-bright), #8b692b);
  border: 1px solid #f1dfa2;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(200 166 90 / 30%);
  color: #0c0e10;
  display: flex;
  font-family: Georgia, serif;
  font-size: 0.72rem;
  font-weight: 900;
  height: 1.1rem;
  justify-content: center;
  width: 1.1rem;
}

.about-mark {
  filter: drop-shadow(0 2px 3px rgb(0 0 0 / 70%));
  height: 1.21rem;
  object-fit: contain;
  width: 1.21rem;
}

main {
  display: grid;
  grid-template-columns: minmax(20rem, 27rem) 1fr;
  min-height: 0;
}

.dossier {
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 3px,
      rgb(255 255 255 / 1.2%) 4px
    ),
    linear-gradient(145deg, #17191c, #0b0d0f 60%);
  border-right: 1px solid var(--gold);
  box-shadow: 8px 0 30px rgb(0 0 0 / 55%);
  min-height: 0;
  overflow-y: auto;
  padding: 1.25rem;
  position: relative;
  scrollbar-gutter: stable;
  z-index: 5;
}

.section-heading {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.dossier-empty {
  color: var(--muted);
  margin: 14vh auto 0;
  max-width: 18rem;
  text-align: center;
}

.dossier-empty h2 {
  color: var(--silver);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0.65rem 0;
  text-transform: uppercase;
}

.dossier-empty > p:last-child {
  font-size: 0.82rem;
  line-height: 1.55;
}

.empty-code {
  color: var(--gold);
  font-family: "Courier New", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gun-barrel-image {
  background: var(--silver);
  border: 1px solid var(--gold);
  border-radius: 50%;
  box-shadow:
    0 0 0 0.3rem rgb(6 7 8 / 85%),
    0 0 18px rgb(143 24 36 / 30%);
  display: block;
  height: 7.25rem;
  margin: 0 auto 1.2rem;
  object-fit: cover;
  width: 7.25rem;
}

.dossier-content {
  padding-top: 1rem;
}

.record-header {
  border-bottom: 1px solid var(--line);
  padding: 0.4rem 2rem 1.05rem 0;
  position: relative;
}

.record-kicker {
  color: var(--silver-dark);
  font-size: 0.65rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.record-header h2 {
  color: #f0f1ed;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  line-height: 1.05;
  margin: 0.35rem 0 0.85rem;
  text-shadow: 0 2px 15px rgb(0 0 0 / 80%);
}

.close-button {
  background: transparent;
  border: 1px solid #45494c;
  color: var(--silver);
  cursor: pointer;
  font-size: 1.3rem;
  height: 1.9rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0.25rem;
  width: 1.9rem;
}

.close-button:hover {
  border-color: var(--red-bright);
  color: #fff;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.badge {
  border: 1px solid var(--silver-dark);
  color: var(--silver);
  font-family: "Courier New", monospace;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  padding: 0.3rem 0.42rem;
  text-transform: uppercase;
}

.badge.gold {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.badge.red {
  border-color: var(--red);
  color: #ed707a;
}

.record-section {
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  padding: 1.1rem 0;
}

.film-location-image {
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  padding: 1.1rem 0;
}

.spy-camera-frame {
  margin: 0.65rem 0 0;
}

.spy-camera-view {
  background: #050706;
  border: 1px solid rgb(200 166 90 / 70%);
  box-shadow:
    inset 0 0 32px rgb(0 0 0 / 82%),
    0 0 16px rgb(143 24 36 / 16%);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.spy-camera-view::before {
  background: repeating-linear-gradient(
    0deg,
    rgb(5 10 8 / 13%) 0,
    rgb(5 10 8 / 13%) 2px,
    transparent 3px,
    transparent 5px
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.spy-camera-view::after {
  box-shadow:
    inset 0 0 50px 18px rgb(0 0 0 / 82%),
    inset 0 0 0 1px rgb(210 218 201 / 18%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.spy-camera-view img {
  aspect-ratio: 16 / 10;
  display: block;
  filter: grayscale(0.72) sepia(0.28) contrast(1.16) brightness(0.82);
  object-fit: cover;
  width: 100%;
}

.spy-camera-reticle {
  border: 1px solid rgb(210 218 201 / 50%);
  border-radius: 50%;
  height: 2.7rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.7rem;
  z-index: 4;
}

.spy-camera-reticle::before,
.spy-camera-reticle::after {
  background: rgb(210 218 201 / 58%);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spy-camera-reticle::before {
  height: 1px;
  width: 4.4rem;
}

.spy-camera-reticle::after {
  height: 4.4rem;
  width: 1px;
}

.spy-camera-code {
  bottom: 0.55rem;
  color: #d8dbc9;
  font-family: "Courier New", monospace;
  font-size: 0.55rem;
  left: 0.65rem;
  letter-spacing: 0.13em;
  position: absolute;
  text-shadow: 0 1px 4px #000;
  z-index: 4;
}

.spy-camera-frame figcaption {
  color: var(--muted);
  font-family: "Courier New", monospace;
  font-size: 0.62rem;
  line-height: 1.5;
  padding-top: 0.55rem;
}

.film-location-credit {
  display: block;
  margin-top: 0.2rem;
}

.film-location-visual-reference {
  color: var(--gold-bright);
  display: inline-block;
  margin-top: 0.3rem;
}

.film-location-reference {
  background:
    linear-gradient(135deg, rgb(143 24 36 / 14%), transparent 52%),
    rgb(5 7 7 / 76%);
  border: 1px solid rgb(200 166 90 / 45%);
  color: var(--muted);
  font-family: "Courier New", monospace;
  font-size: 0.68rem;
  line-height: 1.55;
  margin-top: 0.65rem;
  padding: 0.85rem;
}

.film-location-reference p {
  margin: 0;
}

.film-location-reference-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.film-location-reference-links a {
  border: 1px solid rgb(200 166 90 / 60%);
  color: var(--gold-bright);
  font-family: Orbitron, sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.09em;
  padding: 0.45rem 0.55rem;
  text-decoration: none;
  text-transform: uppercase;
}

.film-location-reference-links a:hover,
.film-location-reference-links a:focus-visible {
  background: rgb(200 166 90 / 12%);
  border-color: var(--gold-bright);
}

.film-location-credit a {
  color: var(--gold);
}

.film-location-credit a:hover,
.film-location-credit a:focus-visible {
  color: var(--gold-bright);
}

.story-summary {
  color: #d9dbd8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.58;
}

.data-grid {
  display: grid;
  gap: 1rem 0.85rem;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}

.information-dossier {
  color: #cfd1cf;
  line-height: 1.62;
  padding-top: 2.2rem;
  position: relative;
}

.information-dossier h2 {
  color: #f0f1ed;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0.35rem 0 1.1rem;
}

.information-dossier > p:not(.record-kicker) {
  border-top: 1px solid rgb(255 255 255 / 8%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  margin-top: 1rem;
  padding-top: 1rem;
}

.information-close {
  right: 0;
  top: 0;
}

.legal-stamp {
  border: 2px solid var(--red);
  color: #e3636d;
  display: inline-block;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  padding: 0.4rem 0.55rem;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.information-dossier .legal-note {
  color: var(--muted);
  font-family: "Courier New", monospace;
  font-size: 0.7rem;
}

.map-attribution {
  color: var(--silver-dark);
  font-family: "Courier New", monospace !important;
  font-size: 0.62rem !important;
  margin-top: 1.5rem !important;
}

.map-attribution a {
  color: var(--gold);
}

.map-attribution a:hover,
.map-attribution a:focus-visible {
  color: var(--gold-bright);
}

.data-grid div {
  border-left: 2px solid var(--line);
  min-width: 0;
  padding-left: 0.7rem;
}

.data-grid .data-wide {
  grid-column: 1 / -1;
}

.brand-copy,
.eyebrow,
.section-label,
.record-kicker,
.control-button,
.action-link,
.map-readout,
.route-player {
  font-family: "Orbitron", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}

.goldeneye-marker {
  background: rgb(7 9 10 / 92%);
  border: 1px solid var(--gold-bright);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--gold), 0 0 18px rgb(200 166 90 / 58%);
  color: var(--gold-bright);
  cursor: pointer;
  height: 30px;
  padding: 4px;
  width: 30px;
}

.goldeneye-marker svg {
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transform: rotate(45deg);
  transform-origin: center;
}

dt {
  color: var(--silver-dark);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.28rem;
  text-transform: uppercase;
}

dd {
  color: var(--silver);
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  line-height: 1.4;
  margin: 0;
  overflow-wrap: anywhere;
}

#appearance-count {
  color: var(--muted);
  font-family: "Courier New", monospace;
  font-size: 0.65rem;
}

.dossier-appearance {
  background:
    linear-gradient(90deg, rgb(200 166 90 / 7%), transparent 65%),
    rgb(255 255 255 / 2.5%);
  border-left: 2px solid var(--gold);
  margin-top: 0.75rem;
  padding: 0.8rem;
}

.appearance-work-group + .appearance-work-group {
  border-top: 1px solid rgb(200 166 90 / 22%);
  margin-top: 1.2rem;
  padding-top: 1rem;
}

.appearance-work-title {
  color: var(--gold-bright);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.cluster-location-button {
  align-items: center;
  background: rgb(255 255 255 / 3%);
  border: 1px solid var(--line);
  color: var(--silver);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-top: 0.45rem;
  padding: 0.7rem;
  text-align: left;
  width: 100%;
}

.cluster-location-button:hover,
.cluster-location-button:focus-visible {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.appearance-meta {
  color: var(--muted);
  font-family: "Courier New", monospace;
  font-size: 0.62rem;
  margin: 0.28rem 0 0.6rem;
}

.appearance-context {
  color: #c8cbc8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.88rem;
  line-height: 1.5;
}

.progress-track {
  background: #25292c;
  height: 3px;
  margin-top: 0.75rem;
  overflow: hidden;
}

.progress-value {
  background: linear-gradient(90deg, var(--red), var(--gold));
  height: 100%;
}

.map-panel {
  background: #080a0b;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

#map {
  height: 100%;
  min-height: 30rem;
  width: 100%;
}

.map-grid {
  background-image:
    linear-gradient(rgb(200 166 90 / 4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(200 166 90 / 4%) 1px, transparent 1px);
  background-size: 48px 48px;
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.map-panel::after {
  background: radial-gradient(circle at center, transparent 45%, rgb(0 0 0 / 48%));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.map-readout,
.legend {
  backdrop-filter: blur(7px);
  background: rgb(7 9 10 / 82%);
  border: 1px solid rgb(200 166 90 / 35%);
  font-family: "Courier New", monospace;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}

.map-readout {
  color: var(--muted);
  font-size: 0.57rem;
  letter-spacing: 0.13em;
  padding: 0.5rem 0.65rem;
}

.map-readout strong {
  color: var(--gold);
  display: block;
  font-size: 0.75rem;
  margin-top: 0.15rem;
}

.bottom-left {
  align-items: center;
  bottom: 1.1rem;
  display: flex;
  gap: 0.45rem;
  left: 1rem;
}

.pulse {
  background: var(--red-bright);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--red-bright);
  height: 0.42rem;
  width: 0.42rem;
}

.route-player {
  align-items: center;
  backdrop-filter: blur(10px);
  background:
    linear-gradient(90deg, rgb(143 24 36 / 16%), transparent 30%),
    rgb(8 10 12 / 94%);
  border: 1px solid var(--gold);
  bottom: 1.15rem;
  box-shadow: 0 0 24px rgb(0 0 0 / 70%);
  display: grid;
  gap: 0.55rem;
  grid-template-columns: auto auto auto minmax(13rem, 22rem) auto;
  left: 50%;
  padding: 0.55rem 0.7rem;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
}

.route-player[hidden] {
  display: none;
}

.route-player button {
  background: var(--panel);
  border: 1px solid #4b5053;
  color: var(--silver);
  cursor: pointer;
  font-family: "Courier New", monospace;
  font-size: 0.65rem;
  min-height: 2rem;
  padding: 0.4rem 0.62rem;
  text-transform: uppercase;
}

.route-player button:hover {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.route-player button:disabled {
  cursor: default;
  opacity: 0.35;
}

.route-progress {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: 1fr auto;
}

#route-title,
#route-position {
  color: var(--gold-bright);
  font-family: "Courier New", monospace;
  font-size: 0.57rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#route-position {
  color: var(--muted);
}

.route-track {
  background: #25292c;
  grid-column: 1 / -1;
  height: 3px;
  overflow: hidden;
}

#route-progress-value {
  background: linear-gradient(90deg, var(--red), var(--gold-bright));
  display: block;
  height: 100%;
  transition: width 700ms ease;
  width: 0;
}

.legend {
  bottom: 1.1rem;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.57rem;
  gap: 0.75rem;
  letter-spacing: 0.05em;
  padding: 0.5rem 0.65rem;
  left: 50%;
  transform: translateX(-50%);
}

.marker {
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 50%;
  display: inline-block;
  height: 0.55rem;
  margin-right: 0.2rem;
  width: 0.55rem;
}

.marker.approved {
  background: var(--gold);
}

.marker.pending {
  background: var(--red-bright);
}

.marker.rejected {
  background: #646a6d;
}

.marker.cluster {
  background: #e8e9e6;
}

.maplibregl-ctrl-group {
  background: rgb(10 12 14 / 88%);
  border: 1px solid rgb(200 166 90 / 35%);
  border-radius: 0;
}

.maplibregl-ctrl-group button {
  filter: invert(85%);
}

.maplibregl-ctrl-scale {
  background: rgb(10 12 14 / 80%);
  border-color: var(--silver-dark);
  color: var(--silver);
  font-family: "Courier New", monospace;
}

@media (max-width: 900px) {
  .topbar {
    gap: 0.8rem;
    grid-template-columns: 1fr auto;
  }

  main {
    grid-template-columns: minmax(18rem, 22rem) 1fr;
  }

  .legend {
    display: none;
  }
}

@media (max-width: 680px) {
  html,
  body {
    max-width: 100%;
    overflow: auto;
    overflow-x: hidden;
  }

  .topbar {
    align-items: start;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0.7rem 0.9rem;
    width: 100%;
  }

  .brand-logo {
    height: 2.6rem;
    width: 2.6rem;
  }

  .controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .controls label:first-child {
    grid-column: auto;
    min-width: 0;
  }

  select {
    min-width: 0;
    width: 100%;
  }

  .control-button,
  .file-button {
    justify-content: center;
    min-width: 0;
    padding-inline: 0.35rem;
    width: 100%;
  }

  .site-actions {
    align-self: stretch;
    border-top: 1px solid rgb(255 255 255 / 8%);
    justify-content: center;
    padding-top: 0.5rem;
  }

  .route-player {
    bottom: 3.4rem;
    gap: 0.3rem;
    grid-template-columns: auto auto auto minmax(8rem, 1fr) auto;
    max-width: calc(100% - 1rem);
    padding: 0.4rem;
    width: calc(100% - 1rem);
  }

  .route-player button {
    padding-inline: 0.42rem;
  }

  main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(26rem, 58vh) auto;
    min-width: 0;
    width: 100%;
  }

  .map-panel {
    grid-row: 1;
    min-width: 0;
  }

  .dossier {
    border-right: 0;
    border-top: 1px solid var(--gold);
    grid-row: 2;
    min-height: 25rem;
    overflow: visible;
  }

  .dossier-empty {
    margin-top: 4rem;
  }

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

  .data-grid .data-wide {
    grid-column: auto;
  }

  .bottom-left {
    bottom: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
