:root{--kb-map-clear:#e6e8e4}:root[data-theme=dark]{--kb-map-clear:#262d3a}.kb-map-svg{display:block;width:100%;height:auto;max-width:30rem;margin-inline:auto}.kb-map-clear{fill:var(--kb-map-clear)}.kb-map-hair{fill:none;stroke:var(--kb-bg);stroke-width:1;vector-effect:non-scaling-stroke}.kb-map-label{font-family:var(--font-sans);font-size:34px;font-weight:700;fill:var(--kb-fg);paint-order:stroke fill;stroke:var(--kb-bg);stroke-width:8px;stroke-linejoin:round}.kb-map-labels{display:none}@media (min-width:700px){.kb-map-labels{display:block}}.kb-map-legend{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));margin:0}.kb-map-legend>div{display:block}.kb-map-legend dd{margin:0 0 0 2.125rem}.kb-map-swatch-clear{background:var(--kb-map-clear)}.kb-map-swatch{display:inline-block;flex:none;width:1.5rem;height:.75rem;margin-top:.3rem;border:1px solid var(--kb-fg)}.kb-maplibre{position:relative;width:100%;height:min(70vh,40rem);min-height:22rem;border:2px solid var(--color-fg);background:var(--kb-concrete)}@media (min-width:880px){.kb-maplibre{height:min(78vh,46rem)}}.kb-maplibre canvas{outline:none}.kb-maplibre .maplibregl-ctrl-group{border-radius:0;border:2px solid var(--color-fg);background:var(--kb-surface);box-shadow:none}.kb-maplibre .maplibregl-ctrl-group button+button{border-top:1px solid var(--kb-rule)}.kb-maplibre .maplibregl-ctrl-group button{width:34px;height:34px;background:var(--kb-surface)}.kb-maplibre .maplibregl-ctrl-group button span{filter:var(--kb-ctrl-filter,none)}.kb-maplibre .maplibregl-ctrl-attrib{background:color-mix(in srgb,var(--kb-surface) 88%,transparent);font-family:var(--font-sans);font-size:11px}.kb-maplibre .maplibregl-ctrl-attrib a{color:var(--kb-muted)}:root[data-theme=dark]{.kb-maplibre{--kb-ctrl-filter:invert(1)}}.kb-map-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem}.kb-map-toggle{display:inline-flex;min-height:44px;align-items:center;gap:.5rem;border:2px solid var(--color-fg);padding:0 .75rem;font-size:1rem;font-weight:700;background:var(--kb-surface);cursor:pointer}.kb-map-toggle[aria-pressed=true]{background:var(--color-wire);color:#171a21}.kb-drawer{position:fixed;z-index:50;background:var(--kb-surface);border:2px solid var(--color-fg);overflow-y:auto;overscroll-behavior:contain;inset:auto 0 0 0;max-height:76vh;border-bottom:none;animation:kb-rise var(--kb-enter) var(--kb-ease)}@media (min-width:880px){.kb-drawer{inset:0 0 0 auto;width:min(34rem,45vw);max-height:none;border-right:none;animation:kb-slide-in var(--kb-enter) var(--kb-ease)}}.kb-drawer-head{position:sticky;top:0;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;background:var(--kb-surface);border-bottom:2px solid var(--color-fg);padding:.75rem 1rem}.kb-drawer-body{padding:1rem}.kb-drawer-scrim{position:fixed;inset:0;z-index:49;background:rgba(23,26,33,.35);border:0;padding:0;cursor:pointer;animation:kb-fade var(--kb-enter) ease-out}.kb-drawer-band{height:8px;width:100%}.kb-map-skeleton{display:flex;align-items:center;justify-content:center;width:100%;height:min(70vh,40rem);min-height:22rem;border:2px solid var(--color-fg);background:var(--kb-concrete);color:var(--kb-muted);font-size:1rem}@media (min-width:880px){.kb-map-skeleton{height:min(78vh,46rem)}}.kb-map-search{display:grid;gap:.5rem}.kb-map-search-field{min-width:0}.kb-map-search-field .kb-field-label{white-space:nowrap}.kb-map-search-actions{display:flex;gap:.5rem}.kb-map-search-actions>*{flex:1 1 0;min-width:0}@media (min-width:640px){.kb-map-search{grid-template-columns:minmax(0,24rem) auto;align-items:end}.kb-map-search-actions>*{flex:0 0 auto}}