@font-face {
  font-family: Cormorant;
  src: url("/assets/cormorant-garamond-ce280102.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #faf9f6;
  --ink: #2e3935;
  --muted: #8b918a;
  --line: #dedfd7;
  --serif: Cormorant, Georgia, serif;
  --sans: Arial, Helvetica, sans-serif;
  --night: #0b1413;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
}
button:disabled {
  cursor: default;
  opacity: 0.35;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #7d9a8b;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
}
h1 {
  font-size: clamp(48px, 5.2vw, 76px);
  letter-spacing: -2.3px;
  line-height: 1.02;
  margin-bottom: 24px;
}
h1 em {
  font-weight: 400;
  color: #74877b;
}
h2 {
  font-size: 36px;
  letter-spacing: -0.7px;
}
h3 {
  font-size: 25px;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 2.2px;
  font-weight: 500;
}
.entry-screen {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 54px 24px 100px;
  position: relative;
  background:
    radial-gradient(ellipse at 50% 38%, #fffefa 0, transparent 65%),
    var(--paper);
}
.entry-content {
  width: 440px;
  text-align: center;
  z-index: 1;
}
.wordmark {
  font-family: var(--serif);
  font-size: 32px;
  letter-spacing: -1.5px;
  margin-bottom: 54px;
  line-height: 1;
}
.wordmark span {
  display: block;
  font-family: var(--sans);
  font-size: 7px;
  letter-spacing: 2.7px;
  margin: 10px 0 0 3px;
  color: #93998f;
}
.step-label {
  color: #939b91;
  margin-bottom: 25px;
  font-size: 8px;
  letter-spacing: 1.8px;
}
.intro-copy {
  font-size: 12px;
  line-height: 1.9;
  color: #868d85;
  margin-bottom: 35px;
}
.location-form {
  text-align: left;
  max-width: 365px;
  margin: auto;
}
.location-form label {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1.3px;
  color: #667467;
  margin-bottom: 10px;
}
.location-form label span {
  color: #a9afa4;
  font-size: 7px;
}
.location-form input {
  border: 0;
  border-bottom: 1px solid #cfd4c9;
  background: transparent;
  padding: 11px 0 14px;
  color: var(--ink);
  width: 100%;
  font-size: 14px;
  border-radius: 0;
}
.location-form input::placeholder {
  color: #adb1a7;
  font-size: 13px;
}
.search-wrap {
  position: relative;
}
.search-wrap > span {
  position: absolute;
  right: 3px;
  top: 8px;
  font-size: 23px;
  color: #798b78;
}
.optional-places {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.optional-places > div {
  position: relative;
}
.optional-places label {
  font-size: 7px;
  letter-spacing: 0.7px;
}
.optional-places label span {
  font-size: 6px;
}
.optional-places input {
  font-size: 12px;
}
.location-note {
  font-size: 9px;
  line-height: 1.9;
  color: #9ba194;
  text-align: center;
  margin: 22px -10px 26px;
}
.primary-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #34483c;
  border: 1px solid #34483c;
  border-radius: 2px;
  padding: 17px 22px;
  color: #f7f9f4;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.3px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.primary-button:hover:not(:disabled) {
  background: #435b4c;
  transform: translateY(-1px);
}
.primary-button > span {
  font-size: 17px;
  color: #b5c8b5;
}
.quiet-link {
  display: block;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  color: #8b9487;
  margin-top: 21px;
}
.quiet-link span {
  padding-left: 7px;
}
.quiet-link:hover {
  color: #3b5342;
}
.attribution {
  text-align: center;
  font-size: 7px;
  color: #b0b5a9;
  margin: 28px 0 0;
  letter-spacing: 0.1px;
}
.attribution a {
  text-decoration-color: #d1d6ca;
  text-underline-offset: 3px;
}
.entry-caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #a3ab9b;
  font-size: 7px;
  letter-spacing: 1.9px;
}
.tiny-line {
  width: 26px;
  height: 1px;
  background: #d9dfd1;
}
.entry-orbit {
  position: absolute;
  right: 8%;
  top: 49%;
  width: 85px;
  height: 100px;
  opacity: 0.8;
  pointer-events: none;
}
.entry-orbit i {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.4px);
  width: 12px;
  height: 12px;
  animation: float 7s ease-in-out infinite;
  background: #e1d5c9;
}
.entry-orbit i:nth-child(1) {
  background: #c0d5bf;
  left: 32px;
  top: 0;
  width: 8px;
  height: 8px;
  animation-delay: -2s;
}
.entry-orbit i:nth-child(2) {
  background: #c5cede;
  left: 3px;
  top: 28px;
  animation-delay: -4s;
}
.entry-orbit i:nth-child(3) {
  background: #e5bbb0;
  left: 52px;
  top: 57px;
  width: 10px;
  height: 10px;
}
.place-results {
  position: absolute;
  z-index: 9;
  background: #fffefa;
  border: 1px solid #e1e5da;
  box-shadow: 0 12px 25px #24342110;
  max-height: 220px;
  overflow: auto;
  min-width: 200px;
  max-width: min(365px, 85vw);
  width: 100%;
  padding: 5px;
  text-align: left;
}
.location-form {
  position: relative;
}
.place-option {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  padding: 11px 9px;
  font-size: 12px;
  color: #51634f;
  border-radius: 2px;
}
.place-option:hover,
.place-option:focus {
  background: #eef2e8;
}
.place-option small {
  color: #a3ad9a;
  float: right;
  font-size: 8px;
}
.empty-results {
  padding: 10px;
  font-size: 10px;
  line-height: 1.6;
  color: #7e8779;
}
.feeling-form {
  max-width: 405px;
  margin: auto;
  text-align: left;
}
.feeling-form textarea {
  resize: vertical;
  border: 0;
  border-bottom: 1px solid #cfd4c9;
  background: transparent;
  width: 100%;
  padding: 8px 0 12px;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.5;
  color: #4a5c4d;
  min-height: 126px;
  max-height: 260px;
  border-radius: 0;
}
.feeling-form textarea::placeholder {
  color: #b6bbaf;
}
.field-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 11px;
}
.field-bottom > span {
  font-size: 8px;
  color: #a1a998;
}
.text-button {
  background: none;
  border: 0;
  padding: 0;
  color: #71806a;
  font-size: 11px;
}
.selected-place {
  font-size: 9px;
}
.selected-place::before {
  content: "⌖";
  padding-right: 5px;
  font-size: 12px;
}
.privacy-note {
  font-size: 9px;
  line-height: 1.9;
  text-align: center;
  color: #9ba194;
  margin: 25px 0;
}
.entry-error {
  font-size: 11px;
  line-height: 1.6;
  color: #a05d4e;
  margin: 15px 0 0;
}
.mood-picker {
  text-align: center;
  margin-top: 25px;
}
.mood-picker p {
  font-size: 11px;
  line-height: 1.7;
  color: #7c8977;
}
.mood-picker strong {
  font-weight: 400;
  color: #394f3c;
}
.mood-choices {
  display: flex;
  gap: 7px;
  justify-content: center;
  flex-wrap: wrap;
}
.mood-choice {
  background: transparent;
  border: 1px solid #dfe4d8;
  border-radius: 20px;
  padding: 8px 11px;
  color: #778371;
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mood-choice[aria-pressed="true"] {
  border-color: #6a8066;
  background: #edf1e8;
}
.mood-choice i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.transition-screen {
  position: fixed;
  inset: 0;
  background: var(--night);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #d3dcd1;
  text-align: center;
}
.transition-screen p {
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1.2;
  margin: 40px 0 25px;
}
.transition-screen p em {
  color: #829c8a;
}
.transition-screen > span {
  font-size: 7px;
  letter-spacing: 2px;
  color: #687f70;
}
.breathing-dot {
  width: 16px;
  height: 16px;
  background: #a7d5b1;
  border-radius: 50%;
  box-shadow: 0 0 50px 14px #75d5a92b;
  animation: breathe 2s ease-in-out infinite;
}
.globe-screen {
  height: 100svh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 42%, #162923 0%, #0b1413 62%);
  color: #e0e7dd;
}
.globe-canvas {
  position: absolute;
  inset: 0;
  outline-offset: -6px !important;
}
.globe-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
}
.globe-heading {
  position: absolute;
  top: 55px;
  left: 20%;
  right: 20%;
  text-align: center;
  pointer-events: none;
}
.globe-heading .eyebrow {
  font-size: 8px;
  letter-spacing: 2.6px;
  color: #6d8875;
  margin-bottom: 22px;
}
.globe-heading h1 {
  font-size: clamp(34px, 3.7vw, 55px);
  line-height: 1.12;
  letter-spacing: -1.4px;
  margin-bottom: 12px;
}
.globe-heading h1 em {
  color: #8cb99b;
}
.globe-heading .ellipsis {
  letter-spacing: 3px;
  padding-left: 3px;
}
.focus-count {
  font-size: 9px;
  letter-spacing: 0.6px;
  color: #79907e;
  line-height: 1.7;
}
.live-indicator {
  position: absolute;
  top: 39px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 7px;
  letter-spacing: 1.7px;
  color: #829782;
}
.live-indicator i {
  width: 4px;
  height: 4px;
  background: #95c0a2;
  border-radius: 50%;
  box-shadow: 0 0 8px #95c0a255;
}
.globe-side-label {
  position: absolute;
  left: 39px;
  top: 40%;
  writing-mode: vertical-rl;
  font-size: 6px;
  letter-spacing: 2px;
  color: #4c6356;
}
.globe-controls {
  position: absolute;
  right: 38px;
  top: 45%;
  display: grid;
  gap: 5px;
}
.globe-controls button {
  width: 32px;
  height: 32px;
  border: 1px solid #49635055;
  border-radius: 50%;
  background: #13221e99;
  color: #a9bca7;
  font-size: 20px;
  font-weight: 300;
}
.globe-controls button:hover {
  background: #294634;
}
.globe-controls button:last-child {
  margin-top: 12px;
  font-size: 17px;
}
.globe-hint {
  position: absolute;
  bottom: 171px;
  left: 20%;
  right: 20%;
  text-align: center;
  font-size: 6px;
  letter-spacing: 1.4px;
  color: #526d5b;
  pointer-events: none;
}
.globe-bottom {
  position: absolute;
  bottom: 38px;
  left: 42px;
  right: 42px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.legend {
  width: 460px;
  max-width: 65vw;
}
.legend-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 6px;
  letter-spacing: 1.7px;
  color: #81937d;
  margin-bottom: 16px;
}
.legend-heading > span:last-child {
  color: #536d58;
  font-size: 6px;
  letter-spacing: 1.2px;
}
.legend-colors {
  display: flex;
  gap: 7px;
}
.legend-item {
  flex: 1;
  min-width: 0;
}
.legend-swatch {
  height: 3px;
  border-radius: 2px;
  margin-bottom: 8px;
  opacity: 0.8;
}
.legend-item span {
  font-size: 7px;
  color: #82937d;
  white-space: nowrap;
  letter-spacing: 0.1px;
}
.legend > p {
  font-size: 8px;
  color: #526d58;
  margin: 16px 0 0;
  line-height: 1.5;
}
.share-button {
  background: none;
  border: 1px solid #5b75604d;
  color: #aabb9f;
  padding: 14px 19px;
  font-size: 9px;
  border-radius: 2px;
  letter-spacing: 0.3px;
}
.share-button > span {
  margin-left: 26px;
  color: #6d8d73;
  font-size: 15px;
}
.share-button:hover {
  background: #223a2c;
}
.globe-toast {
  position: absolute;
  bottom: 195px;
  left: 50%;
  transform: translateX(-50%);
  background: #1d3427e6;
  border: 1px solid #577b5466;
  padding: 13px 22px;
  color: #b6d3af;
  font-size: 10px;
  white-space: nowrap;
  border-radius: 3px;
}
.fallback-map {
  width: 100%;
  height: 100%;
}
.fallback-map path {
  fill: #26392e;
  stroke: #536c56;
  stroke-width: 0.3;
}
.fallback-map circle {
  opacity: 0.85;
}
.fallback-map .map-ocean {
  fill: transparent;
}
.admin-body {
  background: #f7f8f3;
}
.admin-shell {
  max-width: 1240px;
  margin: auto;
  padding: 35px 40px 80px;
}
.admin-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
  gap: 25px;
  flex-wrap: wrap;
}
.admin-brand {
  font-family: var(--serif);
  font-size: 32px;
  text-decoration: none;
}
.admin-brand span {
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: 2px;
  margin-left: 16px;
  color: #8f9c87;
}
.admin-heading nav {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 11px;
}
.admin-heading nav a {
  text-decoration: none;
  color: #6d7f65;
}
.admin-heading nav form {
  margin: 0;
}
.admin-shell > h1 {
  font-size: 57px;
}
.muted {
  color: #87927f;
  font-size: 12px;
  line-height: 1.8;
}
.admin-login {
  max-width: 380px;
  margin: 100px auto;
}
.admin-login h1 {
  font-size: 55px;
}
.admin-shell label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.3px;
  color: #728368;
  margin: 18px 0 7px;
}
.admin-shell input:not([type="submit"]),
.admin-shell select {
  width: 100%;
  border: 1px solid #d5ddcd;
  background: #fffefa;
  padding: 11px 12px;
  color: #44583d;
  border-radius: 3px;
  font-size: 12px;
  min-width: 0;
}
.admin-shell input[type="submit"],
.admin-shell button:not(.text-button) {
  background: #3b513a;
  border: 1px solid #3b513a;
  padding: 11px 15px;
  color: #f3f8ef;
  border-radius: 3px;
  font-size: 11px;
  cursor: pointer;
}
.admin-login input[type="submit"] {
  margin-top: 24px;
  width: 100%;
}
.flash {
  padding: 15px 20px;
  border: 1px solid #dce4d3;
  font-size: 12px;
  line-height: 1.7;
  border-radius: 3px;
}
.notice {
  background: #ebf1e4;
  color: #567147;
}
.alert {
  background: #f5e9e0;
  color: #97614a;
  border-color: #e5d0bf;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 35px 0;
}
.stat-grid article {
  border: 1px solid #dce3d4;
  padding: 26px;
  border-radius: 4px;
}
.stat-grid span {
  display: block;
  font-size: 8px;
  letter-spacing: 1.3px;
  color: #829674;
}
.stat-grid strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 60px;
  margin-top: 8px;
}
.stat-grid .status-word {
  font-size: 35px;
  margin: 20px 0 10px;
}
.stat-grid small {
  font-size: 10px;
  color: #839774;
}
.admin-card {
  background: #fffefa;
  border: 1px solid #e0e6d8;
  border-radius: 4px;
  padding: 28px;
  margin: 25px 0;
}
.admin-card h2 {
  margin-bottom: 15px;
}
.inline-form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.inline-form > input:not([type="submit"]),
.inline-form > select {
  flex: 1;
  width: auto;
}
.inline-form input[type="number"] {
  max-width: 85px;
}
.inline-form input[type="color"] {
  max-width: 55px;
  height: 38px;
  padding: 4px;
}
.inline-form label {
  margin: 0;
}
.reset-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 25px;
}
.reset-grid input[type="submit"] {
  margin-top: 12px;
}
.admin-shell .danger-button {
  background: #8e5547 !important;
  border-color: #8e5547 !important;
}
.audit-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6ebdf;
  padding: 12px 0;
  font-size: 11px;
  color: #75876a;
}
.audit-row time {
  font-size: 10px;
  color: #9aa68f;
}
.filter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 15px;
  align-items: end;
  margin: 25px 0;
}
.filter-grid label {
  margin: 0;
}
.filter-grid label input,
.filter-grid label select {
  margin-top: 7px;
}
.filter-grid input[type="submit"] {
  height: 39px;
}
.table-scroll {
  overflow: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 12px;
}
th {
  font-size: 8px;
  letter-spacing: 1px;
  color: #8b9c7f;
  font-weight: 400;
  padding: 15px;
}
td {
  padding: 18px 15px;
  border-top: 1px solid #dde5d4;
  color: #5b7250;
  line-height: 1.6;
  vertical-align: top;
}
td.statement {
  font-family: var(--serif);
  font-size: 22px;
  min-width: 220px;
  max-width: 440px;
  overflow-wrap: anywhere;
}
td small {
  display: block;
  font-size: 9px;
  color: #94a687;
}
.pagination {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  font-size: 12px;
}
.category-row {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 13px 0;
}
.category-row .inline-form {
  flex: 1;
}
.category-row > small {
  font-size: 9px;
  color: #a1ac97;
}
.dictionary-list {
  margin-top: 25px;
  max-height: 600px;
  overflow: auto;
  padding-right: 10px;
}
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes breathe {
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}
@media (min-height: 950px) {
  .entry-screen {
    padding-bottom: 90px;
  }
  .wordmark {
    margin-bottom: 72px;
  }
}
@media (max-width: 700px) {
  .entry-screen {
    padding: 35px 25px 70px;
  }
  .entry-content {
    width: 100%;
    max-width: 405px;
  }
  .wordmark {
    margin-bottom: 37px;
    font-size: 28px;
  }
  .entry-orbit {
    right: 20px;
    top: 30%;
    transform: scale(0.5);
    opacity: 0.4;
  }
  .entry-caption {
    font-size: 6px;
    letter-spacing: 1.3px;
    bottom: 23px;
  }
  .entry-content h1 {
    font-size: 58px;
  }
  .intro-copy {
    font-size: 11px;
  }
  .globe-screen {
    min-height: 620px;
  }
  .globe-heading {
    top: 80px;
    left: 8%;
    right: 8%;
  }
  .globe-heading h1 {
    font-size: 39px;
  }
  .live-indicator {
    left: 23px;
    top: 25px;
  }
  .globe-heading .eyebrow {
    font-size: 6px;
    margin-bottom: 18px;
  }
  .globe-side-label {
    display: none;
  }
  .globe-controls {
    right: 16px;
    top: 47%;
  }
  .globe-controls button {
    width: 30px;
    height: 30px;
  }
  .globe-bottom {
    left: 22px;
    right: 22px;
    bottom: 24px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 27px;
  }
  .legend {
    width: 100%;
    max-width: none;
  }
  .legend-colors {
    gap: 5px;
  }
  .legend-item span {
    font-size: 6px;
  }
  .legend-heading {
    font-size: 6px;
    margin-bottom: 12px;
  }
  .legend > p {
    font-size: 7px;
    margin-top: 13px;
    text-align: center;
  }
  .share-button {
    padding: 11px 18px;
    font-size: 8px;
  }
  .globe-hint {
    bottom: 213px;
    font-size: 5px;
    left: 5%;
    right: 5%;
  }
  .globe-toast {
    bottom: 250px;
    font-size: 9px;
  }
  .admin-shell {
    padding: 25px 18px 60px;
  }
  .admin-heading {
    margin-bottom: 40px;
  }
  .admin-heading nav {
    gap: 14px;
    font-size: 10px;
    flex-wrap: wrap;
  }
  .admin-shell > h1 {
    font-size: 45px;
  }
  .stat-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .stat-grid article {
    padding: 20px;
  }
  .stat-grid strong {
    font-size: 40px;
  }
  .reset-grid {
    grid-template-columns: 1fr;
  }
  .filter-grid {
    grid-template-columns: 1fr 1fr;
  }
  .admin-card {
    padding: 20px;
  }
  .category-row {
    align-items: flex-start;
  }
  .category-row .inline-form {
    display: grid;
    grid-template-columns: 1fr 65px;
    gap: 8px;
  }
  .category-row .inline-form input,
  .category-row .inline-form select {
    width: 100%;
  }
  .inline-form {
    gap: 8px;
  }
  .admin-login {
    margin: 60px auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Keep the globe beneath its caption and above the legend at every zoom. */
.globe-canvas {
  inset: 220px 0 180px;
}
.legend-item span {
  font-size: 9px;
}
.legend-heading {
  font-size: 8px;
}
.legend-heading > span:last-child {
  font-size: 8px;
}
.legend > p {
  font-size: 10px;
}
.live-indicator {
  font-size: 9px;
}
.focus-count {
  font-size: 11px;
}
.globe-hint {
  font-size: 8px;
}
.globe-heading .eyebrow {
  font-size: 9px;
}
.share-button {
  font-size: 11px;
}
.globe-side-label {
  font-size: 8px;
}
.privacy-note,
.location-note {
  font-size: 10px;
  color: #788371;
}
.attribution {
  font-size: 9px;
  color: #8b9683;
}
.quiet-link {
  font-size: 11px;
}
.entry-caption {
  font-size: 8px;
}
@media (max-width: 700px) {
  .globe-canvas {
    inset: 245px 0 240px;
  }
  .legend-item span {
    font-size: 8px;
  }
  .legend-heading,
  .legend-heading > span:last-child {
    font-size: 7px;
  }
  .legend > p {
    font-size: 8px;
  }
  .globe-hint {
    font-size: 6px;
  }
  .globe-side-label {
    display: none;
  }
  .entry-caption {
    font-size: 7px;
  }
}

.globe-canvas {
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 7%,
    black 93%,
    transparent 100%
  );
}
