.font-sans { font-family: Manrope, sans-serif; }
.font-serif { font-family: Georgia, "Times New Roman", serif; }
.font-mono { font-family: ui-monospace, Consolas, monospace; }

.markdown-tools {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  padding: 9px; background: #101419; border: 1px solid #343b42;
  border-radius: 10px; box-shadow: inset 0 1px #ffffff08;
}
.tool-group { display: flex; align-items: center; gap: 3px; padding-right: 8px; border-right: 1px solid #30363d; }
.markdown-tools button { min-width: 36px; height: 36px; padding: 0 10px; font-size: 14px; }
.markdown-tools select { width: auto; min-width: 105px; height: 36px; padding: 5px 28px 5px 10px; border-radius: 6px; font-size: 12px; }
.size-tool { display: flex; grid-template-columns: 58px auto; align-items: center; gap: 4px; color: #aeb6bd; font-size: 11px; }
.size-tool input { width: 58px; height: 36px; padding: 6px 4px 6px 9px; border-radius: 6px; }
.color-tool { display: flex; grid-template-columns: auto auto; align-items: center; gap: 7px; height: 36px; padding: 4px 8px; background: #0e1114; border: 1px solid #343b42; border-radius: 6px; cursor: pointer; }
.color-tool span { font-size: 16px; font-weight: 900; text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 3px; }
.color-tool input { width: 28px; height: 26px; padding: 0; border: 0; border-radius: 5px; cursor: pointer; overflow: hidden; }
.color-tool input::-webkit-color-swatch-wrapper { padding: 0; }
.color-tool input::-webkit-color-swatch { border: 0; border-radius: 4px; }

.map-mode { overflow: hidden; }
.map-mode footer { display: none; }
.map-page { position: fixed; inset: 78px 0 0; z-index: 4; display: grid; grid-template-rows: 52px minmax(0,1fr); background: #0d1014; }
.map-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 7px 16px; border-bottom: 1px solid var(--line); background: #15191de8; }
.map-toolbar>div { display: flex; gap: 7px; }
.map-control { border: 1px solid #3a424a; background: #20262c; color: var(--ice); padding: 8px 12px; border-radius: 7px; font: 700 12px Manrope; cursor: pointer; }
.map-control:hover { border-color: var(--gold); color: var(--gold); }
.map-shell { position: relative; width: 100%; height: 100%; overflow: hidden; background: #111519; }
.map-shell:fullscreen { background: #0d1014; }
.map-shell:fullscreen .world-map { height: 100vh; }
.world-map { display: block; width: 100%; height: 100%; border: 0; background: #0d1014; }
.map-empty { min-height: 560px; display: grid; place-content: center; text-align: center; border: 0; border-radius: 0; }
.map-empty h2 { margin: 12px 0 0; }
.map-empty p { max-width: 430px; }
.map-pin { color: var(--gold); font-size: 72px; filter: drop-shadow(0 0 24px #ffd70055); }

@media (max-width: 800px) {
  .tool-group { padding-right: 4px; }
  .markdown-tools select { min-width: 92px; }
  .map-page { inset: 78px 0 0; }
  .map-toolbar strong { display: none; }
  .map-toolbar { justify-content: flex-end; }
}
