:root {
  --atlas-ink: #1a1714;
  --atlas-muted: #6b635a;
  --atlas-paper: #f3eee4;
  --atlas-paper-deep: #e8e0d2;
  --atlas-sea: #c9d8d4;
  --atlas-sea-flat: #96b4ae;
  --atlas-land: #ddd4c4;
  --atlas-land-edge: #cfc4b0;
  --atlas-brand: #ff4b00;
  --atlas-brand-soft: #ff4b0024;
  --atlas-card: #fffdf8;
  --atlas-shadow: 0 18px 50px #1a17141f;
  --atlas-line: #1a17141a;
  --font-display: "catalpaultrablack",Georgia,serif;
  --font-body: "Söhne","Inter","Helvetica Neue",Arial,sans-serif;
}

*, :after, :before {
  box-sizing: border-box;
}

body, html {
  background: var(--atlas-sea-flat);
  color: var(--atlas-ink);
  height: 100%;
  margin: 0;
  padding: 0;
}

body.atlas-page {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-body);
  height: 100dvh;
  overflow: hidden;
}

.atlas-corner {
  pointer-events: none;
  z-index: 9;
  position: absolute;
}

.atlas-corner > * {
  pointer-events: auto;
}

.atlas-corner--tl {
  filter: drop-shadow(0 1px 2px #1a17141f);
  line-height: 0;
  text-decoration: none;
  top: 16px;
  left: 16px;
}

.atlas-corner--tl img {
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: block;
}

.atlas-corner--tr {
  max-width: min(52vw, 420px);
  top: 14px;
  left: auto;
  right: 14px;
}

.atlas-corner--bl {
  color: var(--atlas-ink);
  opacity: .72;
  text-shadow: 0 1px #fffdf873;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  font-weight: 500;
  display: flex;
  bottom: 14px;
  left: 16px;
}

.atlas-corner--bl a {
  color: inherit;
  text-decoration: none;
}

.atlas-corner--bl a:hover {
  color: var(--atlas-brand);
  opacity: 1;
  text-underline-offset: 2px;
  text-decoration: underline;
}

.atlas-corner-sep {
  opacity: .45;
}

.atlas-hero {
  pointer-events: none;
  text-align: center;
  z-index: 7;
  width: min(34rem, 100% - 7rem);
  max-height: 8rem;
  transition: opacity .45s, transform .45s, max-height .45s, margin .45s;
  position: absolute;
  top: 58px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
}

.atlas-hero.is-dismissed {
  opacity: 0;
  max-height: 0;
  margin: 0;
  transform: translateX(-50%) translateY(-8px);
}

.atlas-title {
  font-family: var(--font-display);
  letter-spacing: -.02em;
  text-shadow: 0 1px #fffdf88c;
  margin: 0 0 6px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: .95;
}

.atlas-sub {
  color: var(--atlas-ink);
  opacity: .72;
  text-shadow: 0 1px #fffdf866;
  max-width: 28rem;
  margin: 0 auto;
  font-size: .92rem;
  font-weight: 400;
  line-height: 1.4;
}

.atlas-eras {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  display: flex;
}

.atlas-era {
  appearance: none;
  backdrop-filter: blur(8px);
  color: var(--atlas-ink);
  cursor: pointer;
  font: inherit;
  background: #fffdf8c7;
  border: 1px solid #1a17141f;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: .8rem;
  font-weight: 500;
  transition: background .15s, border-color .15s, color .15s;
  box-shadow: 0 3px 10px #1a171412;
}

.atlas-era:hover {
  border-color: #1a171447;
}

.atlas-era.is-active {
  background: var(--atlas-brand);
  border-color: var(--atlas-brand);
  color: #fffdf8;
  box-shadow: 0 4px 14px #ff4b0038;
}

.atlas-stage {
  background: var(--atlas-sea-flat);
  box-shadow: none;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 100dvh;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.atlas-map-wrap {
  place-items: center;
  padding: 0;
  display: grid;
  position: absolute;
  inset: 0;
  container-type: size;
}

.atlas-map {
  aspect-ratio: 1024 / 683;
  transform-origin: center;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  position: relative;
  transform: scale(1.035);
}

@supports (width: 1cqw) {
  .atlas-map {
    width: min(100cqw, 149.927cqh);
  }
}

.atlas-world-img {
  object-fit: fill;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  display: block;
}

.atlas-face-assets {
  opacity: .02;
  pointer-events: none;
  z-index: -1;
  width: 256px;
  height: 256px;
  position: fixed;
  top: 0;
  left: -9999px;
  overflow: hidden;
}

.atlas-face-assets img {
  width: 64px;
  height: 64px;
  display: block;
}

.atlas-markers {
  pointer-events: none;
  inset: 0;
}

.atlas-marker, .atlas-markers {
  position: absolute;
  overflow: visible;
}

.atlas-marker {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  background: #fffdf8;
  border: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: transform .18s, box-shadow .18s;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 2px #1a171433, 0 4px 12px #1a171447;
}

.atlas-marker-face {
  background-color: #efe6d6;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #fffdf8e6;
}

.atlas-marker.is-near {
  z-index: 3;
  transform: translate(-50%, -50%) scale(1.06);
}

.atlas-marker.is-near:focus-visible, .atlas-marker.is-near:hover, .atlas-marker:focus-visible, .atlas-marker:hover {
  z-index: 50;
  outline: none;
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow: 0 6px 16px #1a171447;
}

.atlas-marker.is-active, .atlas-marker.is-near.is-active {
  box-shadow: 0 0 0 3px var(--atlas-brand-soft),0 8px 20px #ff4b0047;
  z-index: 51;
  transform: translate(-50%, -50%) scale(1.18);
}

.atlas-marker img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.atlas-marker-face.is-cutout img {
  object-fit: cover;
}

.atlas-marker .initials {
  color: var(--atlas-ink);
  letter-spacing: -.02em;
  background: linear-gradient(145deg, #fff8ef, #f0e6d6);
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-weight: 600;
  display: grid;
}

.atlas-marker-tip {
  color: #fffdf8;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  visibility: hidden;
  z-index: 2;
  background: #1a1714eb;
  border-radius: 10px;
  min-width: max-content;
  max-width: 200px;
  padding: 7px 10px;
  font-size: .78rem;
  line-height: 1.25;
  transition: opacity .15s, transform .15s, visibility .15s;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  box-shadow: 0 8px 20px #1a171433;
}

.atlas-marker-tip strong {
  font-size: .82rem;
  font-weight: 600;
  display: block;
}

.atlas-marker-tip span {
  opacity: .78;
  margin-top: 2px;
  display: block;
}

.atlas-marker.is-active .atlas-marker-tip, .atlas-marker.is-near:focus-visible .atlas-marker-tip, .atlas-marker.is-near:hover .atlas-marker-tip, .atlas-marker:focus-visible .atlas-marker-tip, .atlas-marker:hover .atlas-marker-tip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.atlas-empty {
  border: 1px solid var(--atlas-line);
  color: var(--atlas-ink);
  text-align: center;
  z-index: 5;
  background: #fffdf8e0;
  border-radius: 14px;
  max-width: 28ch;
  margin: 0;
  padding: 14px 18px;
  font-size: .95rem;
  line-height: 1.45;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.atlas-card, .atlas-empty {
  pointer-events: none;
  position: absolute;
}

.atlas-card {
  background: var(--atlas-card);
  border: 1px solid var(--atlas-line);
  box-shadow: var(--atlas-shadow);
  opacity: 0;
  z-index: 6;
  border-radius: 16px;
  width: min(280px, 100% - 32px);
  padding: 14px 14px 12px;
  transition: opacity .2s, transform .2s;
  top: 18px;
  left: 18px;
  transform: translateY(8px);
}

.atlas-card.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.atlas-card-close {
  color: var(--atlas-muted);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}

.atlas-card-close:hover {
  color: var(--atlas-ink);
  background: #1a17140f;
}

.atlas-card-year {
  color: var(--atlas-brand);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-size: .78rem;
  font-weight: 600;
}

.atlas-card-name {
  font-family: var(--font-body);
  margin: 0 28px 8px 0;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.25;
}

.atlas-card-place {
  color: var(--atlas-muted);
  margin: 0 0 8px;
  font-size: .88rem;
}

.atlas-card-blurb {
  margin: 0 0 12px;
  font-size: .9rem;
  line-height: 1.45;
}

.atlas-card-link {
  background: var(--atlas-brand);
  color: #fffdf8;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: .86rem;
  font-weight: 500;
  text-decoration: none;
  transition: filter .15s;
  display: inline-flex;
}

.atlas-card-link:hover {
  filter: brightness(1.05);
}

.atlas-scrubber--on-map {
  pointer-events: none;
  z-index: 7;
  background: linear-gradient(#96b4ae00, #96b4ae73 34%, #96b4aee6);
  margin: 0;
  padding: 36px 22px 42px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.atlas-note-wrap {
  pointer-events: none;
  z-index: 3;
  width: max-content;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}

.atlas-note-wrap[data-edge="start"] {
  transform: translateX(-18%);
}

.atlas-note-wrap[data-edge="end"] {
  transform: translateX(-82%);
}

.atlas-note {
  color: var(--atlas-ink);
  opacity: .88;
  text-align: center;
  white-space: nowrap;
  background: #fffdf8e0;
  border: 1px solid #ff4b0033;
  border-radius: 999px;
  max-height: 2rem;
  margin: 0;
  padding: 7px 11px;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1;
  transition: opacity .35s, transform .35s, max-height .35s, margin .35s;
  overflow: hidden;
  box-shadow: 0 4px 14px #1a171414;
}

.atlas-note.is-dismissed {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  margin: 0;
  transform: translateY(6px);
}

.atlas-scrubber-meta {
  grid-template-columns: 1fr auto 1fr;
  align-items: baseline;
  gap: 16px;
  display: grid;
}

.atlas-year-readout {
  font-family: var(--font-display);
  grid-column: 2;
  justify-self: center;
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
}

.atlas-count {
  background: var(--atlas-brand-soft);
  color: var(--atlas-ink);
  opacity: .88;
  border: 1px solid #ff4b002e;
  border-radius: 999px;
  grid-column: 3;
  justify-self: end;
  padding: 5px 10px;
  font-size: .82rem;
  font-weight: 600;
}

.atlas-scrubber--on-map .atlas-handle, .atlas-scrubber--on-map .atlas-scrubber-meta, .atlas-scrubber--on-map .atlas-track {
  pointer-events: auto;
}

.atlas-scrubber--on-map .atlas-scrubber-meta {
  margin-bottom: 2px;
}

.atlas-scrubber--on-map .atlas-year-readout {
  text-shadow: 0 1px #fffdf8b3;
  font-size: clamp(28px, 4vw, 40px);
}

.atlas-scrubber--on-map .atlas-count {
  color: var(--atlas-ink);
  opacity: .88;
}

.atlas-scrubber--on-map .atlas-track {
  height: 54px;
}

.atlas-scrubber--on-map .atlas-tick {
  background: #1a171447;
}

.atlas-scrubber--on-map .atlas-tick.is-major {
  background: #1a17146b;
}

.atlas-track {
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  height: 60px;
  display: flex;
  position: relative;
}

.atlas-track-line {
  background: linear-gradient(90deg, #1a17141a, #ff4b0073, #1a17141a);
  border-radius: 999px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 0 18px #ff4b002e;
}

.atlas-ticks {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.atlas-tick {
  background: #1a17142e;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}

.atlas-tick.is-major {
  background: #1a171452;
  height: 16px;
  margin-top: -8px;
}

.atlas-handle {
  cursor: grab;
  z-index: 2;
  background: none;
  border: 0;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.atlas-handle:active {
  cursor: grabbing;
}

.atlas-handle-face {
  background: none;
  border-radius: 50%;
  place-items: center;
  width: 56px;
  height: 56px;
  transition: transform .15s;
  animation: 2.6s ease-in-out infinite atlas-dumpling-idle;
  display: grid;
  overflow: visible;
  box-shadow: 0 0 0 2px #fffdf8f2, 0 8px 18px #1a171438, 0 0 22px #ff4b0029;
}

.atlas-handle:hover .atlas-handle-face {
  transform: scale(1.08);
}

.atlas-handle.is-dragging .atlas-handle-face {
  animation: none;
  transform: scale(1.14) rotate(-4deg);
  box-shadow: 0 0 0 3px #fffdf8fa, 0 10px 24px #1a171442, 0 0 28px #ff4b0047;
}

.atlas-handle-face img {
  filter: drop-shadow(0 1px 2px #1a171426);
  object-fit: contain;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
}

.atlas-year-readout.is-tick {
  animation: .28s atlas-year-tick;
}

@keyframes atlas-dumpling-idle {
  0%, to {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes atlas-year-tick {
  0% {
    transform: scale(1);
  }

  40% {
    color: var(--atlas-brand);
    transform: scale(1.06);
  }

  to {
    transform: scale(1);
  }
}

.atlas-range-labels {
  color: var(--atlas-muted);
  justify-content: space-between;
  margin-top: 6px;
  font-size: .85rem;
  font-weight: 500;
  display: none;
}

@media (width <= 720px) {
  .atlas-corner--tl {
    top: 12px;
    left: 12px;
  }

  .atlas-corner--tl img {
    width: 32px;
    height: 32px;
  }

  .atlas-corner--tr {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    top: 12px;
    left: 52px;
    right: 12px;
  }

  .atlas-eras {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
    gap: 5px;
    overflow-x: auto;
  }

  .atlas-eras::-webkit-scrollbar {
    display: none;
  }

  .atlas-corner--bl {
    gap: 6px;
    font-size: .76rem;
    bottom: 10px;
    left: 12px;
  }

  .atlas-hero {
    width: calc(100% - 2rem);
    top: 58px;
  }

  .atlas-title {
    font-size: clamp(22px, 6.5vw, 30px);
  }

  .atlas-sub {
    font-size: .86rem;
  }

  .atlas-era {
    flex: none;
    padding: 6px 9px;
    font-size: .74rem;
  }

  .atlas-map {
    transform: scale(1.02);
  }

  .atlas-card {
    width: min(220px, 100% - 48px);
    padding: 10px 12px;
    inset: 42% auto auto 50% !important;
  }

  .atlas-card, .atlas-card.is-open {
    transform: translate(-50%, -50%);
  }

  .atlas-card-name {
    margin-bottom: 6px;
    font-size: .98rem;
  }

  .atlas-card-place {
    margin-bottom: 6px;
    font-size: .8rem;
  }

  .atlas-card-blurb {
    margin-bottom: 10px;
    font-size: .82rem;
    line-height: 1.4;
  }

  .atlas-card-link {
    padding: 7px 12px;
    font-size: .8rem;
  }

  .atlas-card-close {
    width: 26px;
    height: 26px;
    font-size: 18px;
    top: 6px;
    right: 6px;
  }

  .atlas-note {
    padding: 6px 10px;
    font-size: .8rem;
  }

  .atlas-note-wrap {
    max-width: none;
  }

  .atlas-marker {
    width: 34px;
    height: 34px;
  }

  .atlas-scrubber--on-map {
    padding: 24px 14px 36px;
  }

  .atlas-scrubber--on-map .atlas-track {
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atlas-card, .atlas-handle-face, .atlas-hero, .atlas-marker, .atlas-note, .atlas-year-readout {
    transition: none;
    animation: none !important;
  }
}
/*# sourceMappingURL=index.84dfba29.css.map */
