:root {
  font-family: Inter, "Segoe UI", "Microsoft JhengHei", sans-serif;
  color: #303d38;
  background: #f9faf6;
  font-synthesis: none;
  font-size: 13px;
  --green: #305f50;
  --muted: #8b958d;
  --line: #e6e9df;
  --paper: #fbfcf8;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
  background: #fff;
  border: 1px solid #dfe5db;
  border-radius: 6px;
  color: #4c5b52;
  padding: 9px 12px;
  transition: background 0.15s;
}
button:hover {
  background: #eef3e9;
}
button:disabled {
  opacity: 0.4;
  cursor: default;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid #5d9d89;
  outline-offset: 3px;
}
.primary {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.primary:hover {
  background: #254d40;
}
.topbar {
  height: 72px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  background: #fff;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #293e33;
  text-decoration: none;
  white-space: nowrap;
}
.brand-icon {
  font-size: 34px;
  color: #3c6a56;
}
.brand strong {
  font-size: 20px;
  letter-spacing: 1px;
}
.brand strong span {
  font-weight: 450;
}
.brand-rule {
  height: 22px;
  width: 1px;
  background: #dfe4d9;
  margin: 0 6px;
}
.subtitle {
  font-size: 12px;
  letter-spacing: 2px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}
.save-status {
  font-size: 11px;
  color: #799282;
  margin-right: 14px;
}
.workspace {
  display: grid;
  grid-template-columns: 268px minmax(350px, 1fr) 280px;
  height: calc(100dvh - 72px);
  min-height: 600px;
}
.sidebar {
  background: var(--paper);
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 25px 22px;
}
.left {
  border-right: 1px solid var(--line);
}
.right {
  border-left: 1px solid var(--line);
  padding-top: 28px;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 1.7px;
  font-weight: 650;
  color: #879286;
}
.section-head h1 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin: 13px 0 9px;
}
.section-head p {
  font-size: 11px;
  line-height: 1.9;
  color: #919a8d;
  margin: 0 0 25px;
}
.sidebar section {
  margin-bottom: 25px;
}
.section-label {
  display: flex;
  justify-content: space-between;
  font-weight: 650;
  font-size: 12px;
  margin-bottom: 13px;
}
.section-label > span {
  color: #a0ac9e;
  font-size: 10px;
  font-weight: 400;
}
kbd {
  font-family: inherit;
  font-size: 10px;
  border: 1px solid #dfe5db;
  background: #f7f9f3;
  border-radius: 3px;
  padding: 0 4px;
  color: #8c998f;
}
.search-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e0e5db;
  border-radius: 6px;
  padding: 8px 10px;
  gap: 8px;
}
.search-box > span {
  font-size: 22px;
  line-height: 18px;
  color: #879583;
}
.search-box input {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 11px;
}
.search-results {
  border: 1px solid var(--line);
  background: #fff;
  max-height: 260px;
  overflow: auto;
  margin-top: 5px;
  border-radius: 6px;
}
.search-result {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #f0f2eb;
}
.search-result small {
  display: block;
  color: #939b8f;
  margin-top: 3px;
}
.layer-list {
  display: grid;
  gap: 6px;
}
.layer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 11px;
  text-align: left;
  background: transparent;
  border-color: transparent;
}
.layer.active {
  background: #edf2e8;
  border-color: #d6e1cc;
}
.layer-icon {
  font-size: 21px;
  color: #80947e;
  width: 26px;
  text-align: center;
}
.layer strong {
  display: block;
  font-weight: 550;
  font-size: 12px;
}
.layer small {
  display: block;
  font-size: 10px;
  color: #8f9b89;
  margin-top: 4px;
}
.layer i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: auto;
}
.layer.active i {
  background: #688b60;
}
.field-label {
  display: block;
  font-size: 11px;
  color: #7b897e;
  margin-bottom: 8px;
}
select {
  width: 100%;
  border: 1px solid #dfe5d9;
  border-radius: 5px;
  background: #fff;
  color: #586651;
  padding: 10px;
  font-size: 11px;
}
.hint {
  font-size: 10px;
  color: #98a18e;
  margin: 8px 0 14px;
}
.tools {
  display: flex;
  padding: 3px;
  background: #edf0e8;
  border-radius: 5px;
  gap: 2px;
  margin-bottom: 17px;
}
.tools button {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 7px 3px;
  font-size: 11px;
}
.tools button.active {
  background: #fff;
  color: #335f46;
  box-shadow: 0 1px 4px #26392b12;
}
.swatches {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.swatch {
  height: 25px;
  padding: 0;
  border-radius: 4px;
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 1px #00000008;
}
.swatch.selected {
  outline: 2px solid #375e4c;
  outline-offset: 2px;
}
.color-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  font-size: 10px;
}
.color-row span:last-child {
  margin-left: auto;
  color: #99a18e;
}
.color-row input {
  width: 27px;
  height: 27px;
  border: 1px solid var(--line);
  padding: 1px;
  background: white;
  border-radius: 4px;
}
.history-row {
  display: flex;
  gap: 5px;
  margin-top: 14px;
}
.history-row button {
  flex: 1;
  padding: 7px 3px;
  font-size: 10px;
  background: transparent;
}
.toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #7c8b7a;
  margin-top: 12px;
}
.toggle-row input {
  accent-color: var(--green);
}
.sidebar-footer {
  border-top: 1px solid var(--line);
  padding-top: 17px;
  font-size: 10px;
  color: #9aa48e;
  line-height: 2;
}
.status-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #87aa76;
  margin-right: 4px;
}
.text-button {
  border: 0;
  padding: 4px 0;
  background: none;
  font-size: 10px;
  color: #829079;
}
.map-area {
  position: relative;
  background: #e4edeb;
  overflow: hidden;
}
.map-viewport {
  position: absolute;
  inset: 0;
  touch-action: none;
  cursor: grab;
}
.map-viewport.paint {
  cursor: crosshair;
}
.map-viewport:active {
  cursor: grabbing;
}
#map,
#annotations {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
#annotations {
  pointer-events: none;
}
.map-title {
  position: absolute;
  left: 29px;
  top: 25px;
  z-index: 2;
  pointer-events: none;
}
.map-title .eyebrow {
  color: #7d9892;
  font-size: 9px;
}
.map-title input {
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 24px;
  color: #345951;
  margin: 9px 0 12px;
  width: 300px;
  pointer-events: auto;
  font-weight: 500;
  letter-spacing: 1px;
}
.date-badge {
  font-size: 9px;
  border: 1px solid #b9cfbf;
  padding: 4px 7px;
  border-radius: 3px;
  color: #608479;
  background: #edf5ee99;
}
#mode-caption {
  font-size: 10px;
  color: #869c93;
  margin-left: 10px;
}
.map-controls {
  position: absolute;
  right: 22px;
  top: 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d2ded5;
  background: #ffffffdd;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 8px #41635408;
}
.map-controls button {
  border: 0;
  border-radius: 0;
  font-size: 20px;
  padding: 5px 9px;
  background: transparent;
}
.map-controls span {
  height: 1px;
  background: #e4e9e0;
  margin: 2px 6px;
}
.map-compass {
  position: absolute;
  right: 29px;
  bottom: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 36px;
  color: #8da69c;
  line-height: 1;
}
.map-compass span {
  font-size: 10px;
  margin-bottom: 4px;
}
.map-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 20px;
  background: #f7faf2bf;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #84998b;
  gap: 12px;
  backdrop-filter: blur(10px);
}
.map-legend {
  position: absolute;
  bottom: 57px;
  left: 25px;
  min-width: 210px;
  max-width: 285px;
  max-height: 220px;
  overflow: auto;
  background: #ffffffed;
  border: 1px solid #dae3d5;
  border-radius: 7px;
  padding: 15px 16px;
  box-shadow: 0 4px 16px #35563806;
}
.legend-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 10px;
  font-size: 11px;
}
.legend-heading strong {
  font-weight: 600;
}
.legend-heading > span {
  font-size: 9px;
  color: #95a18e;
}
#legend-empty {
  font-size: 10px;
  color: #99a48f;
}
.legend-row {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 7px 0;
  font-size: 10px;
}
.legend-dot {
  width: 11px;
  height: 11px;
  border-radius: 3px;
  flex: none;
}
.legend-row input {
  border: 0;
  border-bottom: 1px solid #eef0e7;
  width: 130px;
  font-size: 10px;
  background: transparent;
  color: #5b6b57;
  padding: 3px 0;
}
.legend-row > span:last-child {
  margin-left: auto;
  color: #92a28e;
  font-size: 9px;
}
.inspector-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.live-badge {
  font-size: 9px;
  border: 1px solid #e1e6d8;
  color: #8a9a7d;
  border-radius: 4px;
  padding: 3px 6px;
}
.empty-inspector {
  padding-top: 52px;
}
.empty-symbol {
  font-size: 40px;
  color: #a5b59a;
  margin-bottom: 20px;
}
.empty-inspector h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.empty-inspector p {
  font-size: 12px;
  line-height: 2;
  color: #92a088;
}
.empty-inspector button {
  font-size: 11px;
  margin-top: 14px;
}
.guide-card {
  margin: 37px 0;
  padding: 19px;
  background: #eff2e8;
  border: 1px solid #e3e8d7;
  border-radius: 6px;
}
.guide-card h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 11px 0 18px;
}
.guide-card p {
  font-size: 10px;
  color: #8b9980;
  margin: 13px 0;
}
.guide-card b {
  font-size: 9px;
  color: #a7b198;
  margin-right: 9px;
  font-weight: 400;
}
.dataset-note {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 25px;
  color: #94a088;
  font-size: 10px;
  line-height: 1.9;
}
.dataset-note strong {
  color: #829277;
  font-weight: 500;
}
.dataset-note p {
  margin: 7px 0 15px;
}
.place-heading {
  margin-top: 27px;
}
.place-heading h2 {
  font-weight: 550;
  font-size: 24px;
  margin: 8px 0;
  line-height: 1.4;
}
.place-heading .en-name {
  color: #99a18e;
  font-size: 11px;
}
.place-tag {
  display: inline-block;
  font-size: 9px;
  border-radius: 3px;
  background: #e9eee1;
  color: #7f9274;
  padding: 4px 7px;
  margin-top: 12px;
}
.hierarchy {
  margin: 22px 0;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 10px;
  font-size: 11px;
}
.hierarchy dt {
  color: #9ba58f;
}
.hierarchy dd {
  margin: 0;
  color: #65765a;
}
.population-card {
  border: 1px solid #e1e7d8;
  background: #f1f4eb;
  border-radius: 6px;
  padding: 15px;
  margin: 20px 0;
}
.population-card > span {
  font-size: 10px;
  color: #92a384;
}
.population-card strong {
  display: block;
  font-size: 26px;
  font-weight: 450;
  color: #516a45;
  margin: 6px 0;
}
.population-card small {
  color: #a1ad94;
  font-size: 9px;
}
.distribution {
  margin: 24px 0;
}
.distribution h3 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}
.dist-row {
  margin-bottom: 13px;
}
.dist-label {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  gap: 8px;
  margin-bottom: 6px;
}
.dist-label > span:last-child {
  color: #91a383;
  white-space: nowrap;
}
.dist-bar {
  height: 4px;
  background: #e9eee0;
  border-radius: 3px;
  overflow: hidden;
}
.dist-bar > span {
  display: block;
  height: 100%;
  border-radius: 3px;
}
.small-note {
  font-size: 10px;
  color: #98a38b;
  line-height: 1.8;
}
.scope-controls {
  border-top: 1px solid var(--line);
  padding-top: 17px;
  margin-top: 20px;
}
.scope-controls select {
  margin-top: 8px;
}
.scope-controls button {
  width: 100%;
  margin-top: 10px;
  font-size: 11px;
}
.tooltip {
  position: absolute;
  pointer-events: none;
  background: #fffef4f5;
  border: 1px solid #d5e0ce;
  border-radius: 5px;
  padding: 9px 12px;
  box-shadow: 0 3px 15px #293f3112;
  font-size: 11px;
  z-index: 5;
  white-space: nowrap;
}
.tooltip small {
  display: block;
  color: #8c9b81;
  font-size: 9px;
  margin-top: 4px;
}
.loading {
  position: absolute;
  inset: 0;
  background: #e6eeebf5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.loading[hidden] {
  display: none;
}
.loading h2 {
  font-size: 22px;
  font-weight: 450;
  letter-spacing: 2px;
}
.loading p {
  font-size: 12px;
  color: #819c8f;
  max-width: 450px;
  text-align: center;
  line-height: 1.8;
}
.loader {
  width: 35px;
  height: 35px;
  border: 2px solid #bfcfc3;
  border-top-color: #41694f;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  background: #2f5245;
  color: #fff;
  padding: 13px 23px;
  border-radius: 6px;
  font-size: 12px;
  box-shadow: 0 4px 20px #0002;
}
dialog {
  max-width: 580px;
  width: calc(100% - 35px);
  border: 1px solid #dae1d4;
  border-radius: 12px;
  padding: 32px;
  color: #51634a;
  background: #fafcf6;
}
dialog::backdrop {
  background: #1e352c66;
  backdrop-filter: blur(4px);
}
dialog h2 {
  font-size: 22px;
  font-weight: 500;
}
dialog p {
  font-size: 12px;
  line-height: 2;
}
dialog a {
  color: #3b7960;
}
#close-dialog {
  float: right;
  border: 0;
  font-size: 23px;
  background: transparent;
  padding: 0 4px;
}
#source-details {
  font-family: monospace;
  font-size: 10px;
  color: #899a7d;
}
body:not(.custom-mode) #paint-panel {
  opacity: 0.62;
}
body:not(.custom-mode) #paint-panel:hover {
  opacity: 1;
}
@media (min-width: 1600px) {
  .workspace {
    grid-template-columns: 290px minmax(350px, 1fr) 305px;
  }
  .sidebar {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media (max-width: 1150px) {
  .workspace {
    grid-template-columns: 238px minmax(300px, 1fr) 242px;
  }
  .sidebar {
    padding: 22px 17px;
  }
  .subtitle,
  .brand-rule,
  .save-status {
    display: none;
  }
  .map-title input {
    font-size: 20px;
    width: 240px;
  }
  .map-bottom > span:last-child {
    display: none;
  }
  .map-title {
    left: 22px;
  }
  .map-legend {
    left: 20px;
    max-width: 240px;
  }
}
@media (max-width: 850px) {
  .workspace {
    grid-template-columns: 218px minmax(300px, 1fr);
    height: auto;
    min-height: calc(100dvh - 65px);
  }
  .topbar {
    height: 65px;
    padding: 0 15px;
  }
  .header-actions {
    gap: 5px;
  }
  .header-actions button {
    font-size: 10px;
    padding: 8px;
  }
  .brand strong {
    font-size: 16px;
  }
  .brand-icon {
    font-size: 25px;
  }
  .map-area {
    height: calc(100dvh - 65px);
    min-height: 600px;
  }
  .left {
    max-height: calc(100dvh - 65px);
  }
  .right {
    grid-column: 1/-1;
    display: block;
    border-top: 1px solid var(--line);
  }
  .empty-inspector {
    padding-top: 15px;
  }
  .guide-card {
    display: none;
  }
  .dataset-note {
    margin-top: 20px;
  }
  .distribution {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-right: 4%;
  }
}
@media (max-width: 550px) {
  .workspace {
    display: flex;
    flex-direction: column;
  }
  .map-area {
    order: 0;
    min-height: 520px;
    height: 70dvh;
  }
  .left {
    order: 1;
    max-height: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 20px;
  }
  .left .section-head {
    grid-column: 1/-1;
  }
  .section-head h1 br {
    display: none;
  }
  .section-head h1 {
    font-size: 20px;
    margin-top: 5px;
  }
  .section-head p {
    margin-bottom: 0;
  }
  .left section {
    margin: 0;
  }
  .left section:first-of-type,
  .sidebar-footer {
    grid-column: 1/-1;
  }
  .right {
    order: 2;
  }
  .brand {
    gap: 5px;
  }
  .header-actions #import {
    display: none;
  }
  .map-title {
    top: 20px;
  }
  .map-legend {
    bottom: 48px;
    max-height: 135px;
  }
  .map-title input {
    font-size: 20px;
  }
  .map-bottom {
    font-size: 8px;
    padding: 10px;
  }
  .map-controls {
    right: 15px;
    top: 20px;
  }
}
.map-title {
  background: #f6f9f0e8;
  padding: 14px 17px;
  border: 1px solid #dce5d4;
  border-radius: 7px;
  box-shadow: 0 3px 12px #344f3805;
}
.map-title input {
  width: 265px;
}
.map-title #mode-caption {
  display: inline-block;
  margin-top: 5px;
}
.map-legend [data-category] {
  cursor: pointer;
}
.map-legend [data-category]:hover {
  background: #eff3e9;
  border-radius: 3px;
}
.map-legend [data-category]:focus-visible {
  outline: 2px solid #5d9d89;
}
@media (max-width: 550px) {
  .map-title {
    left: 14px;
    top: 16px;
    padding: 11px 12px;
    max-width: calc(100% - 77px);
  }
  .map-title input {
    width: 100%;
    font-size: 18px;
  }
  .map-title #mode-caption {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .header-actions #import {
    display: inline-block;
    font-size: 9px;
    padding: 8px 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
.source-badge {
  display: inline-block;
  padding: 4px 7px;
  border-radius: 4px;
  font-size: 10px;
  background: #e1eee5;
  color: #36634c;
}
.source-badge.fallback {
  background: #f2ecd9;
  color: #806b36;
}
.inline-swatch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 5px;
}
.distribution p {
  font-size: 12px;
  line-height: 1.7;
}
.distribution a,
.reference-card a,
.population-card a {
  color: #47745f;
}
.reference-card {
  margin: 18px 0;
  font-size: 11px;
  line-height: 1.6;
}
.reference-card h3 {
  font-size: 12px;
  margin-top: 16px;
}
.reference-card .dist-label {
  gap: 8px;
  margin: 7px 0;
}
summary {
  cursor: pointer;
  padding: 12px 0;
  font-weight: 600;
}
.coast-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 15px 0;
}
.coast-list button {
  font-size: 11px;
}
.mixed-controls {
  margin-top: 8px;
  padding: 0 8px;
  border: 1px solid #dce5d4;
  border-radius: 5px;
}
.mixed-controls .toggle-row {
  font-size: 11px;
  margin: 10px 0;
}
#secondary-controls:not([hidden]) {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 10px;
  font-size: 11px;
}
#secondary-color {
  width: 34px;
  height: 27px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
#paint-preview {
  width: 45px;
  height: 27px;
  border-radius: 3px;
}
#legend-note {
  margin: 5px 0 10px;
  max-width: 250px;
}
.numeric-range {
  display: flex;
  gap: 10px;
  margin: 12px 0;
}
.numeric-range label {
  flex: 1;
  min-width: 0;
  font-size: 12px;
}
.numeric-range input,
#data-unit,
#selected-value {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
}
#numeric-panel input:not([type="color"]):not([type="file"]),
#selected-value {
  padding: 8px;
  border: 1px solid #ccd4ca;
  border-radius: 6px;
  background: #fafbf5;
}
.audit-table {
  max-height: 360px;
  overflow: auto;
}
.audit-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.audit-table th,
.audit-table td {
  text-align: left;
  padding: 6px;
  border-bottom: 1px solid #d9dfd3;
}
#ui-language {
  width: 125px;
  min-width: 100px;
  padding: 8px;
  margin: 0;
  background: #fff;
  color: #34594b;
}
.gradient-stop {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0;
}
.gradient-stop input[type="number"] {
  width: 65px !important;
}
.gradient-stop input[type="color"] {
  width: 42px;
}
.source-badge,
.dataset-note {
  display: none;
}
.local-editor {margin:12px 0;padding:12px;background:#edf4ec;border:1px solid #c7d9c5;border-radius:8px}
.local-editor summary {cursor:pointer;font-weight:600}
.local-editor label {display:block;margin:10px 0;font-size:12px}
.local-editor input,.local-editor select {display:block;width:100%;min-width:0;margin-top:5px;padding:8px;box-sizing:border-box}
.local-editor button {width:100%;margin-top:8px;padding:9px}
.tools {flex-wrap:wrap}
.header-actions {
  flex-wrap: wrap;
}
html:not([lang="zh-Hant"]) .topbar .subtitle {
  display: none;
}
html:not([lang="zh-Hant"]) .legend-row {
  grid-template-columns: 14px minmax(0, 1fr) auto;
}
html:not([lang="zh-Hant"]) .layer small {
  white-space: normal;
}
@media (min-width: 551px) {
  html:not([lang="zh-Hant"]) .map-title input {
    width: min(420px, 45vw);
    font-size: 23px;
  }
}
