:root{color-scheme:dark;font-family:Arial,sans-serif;background:#06131b;color:#d8e4df}*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden}.map-app{height:100%;display:grid;grid-template-rows:64px 1fr;background:#06131b}.map-top{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;border-bottom:1px solid #1c5a49;background:#07110f}.map-top>div:first-child{display:flex;align-items:center;gap:9px}.map-top small{color:#4bd5a5;font-size:9px;letter-spacing:.18em}.map-top strong{font-size:17px;letter-spacing:.08em}.map-top em{padding:3px 6px;border:1px solid #936d16;color:#f2c24e;font-size:8px;font-style:normal}.map-actions{display:flex;gap:6px}.map-actions input,.map-actions button{height:34px;border:1px solid #28453d;background:#081713;color:#d8e4df;padding:0 10px;font-size:10px}.map-actions input{width:165px}.map-actions button{cursor:pointer;color:#61e0b2}.map-stage{position:relative;min-height:0;overflow:hidden}#gatewayMap{width:100%;height:100%;display:block;touch-action:none;cursor:grab}#gatewayMap.dragging{cursor:grabbing}.island{fill:url(#land)}.coast{fill:none;stroke:#7d9b75;stroke-width:4}.water-layer{fill:#24b5c5;fill-opacity:.7;stroke:#55d7df;stroke-width:5}.water-layer path{fill:none}.roads-layer{fill:none;stroke:#b49b6e;stroke-opacity:.65;stroke-width:5;stroke-dasharray:12 7}.zone-layer{display:none;fill-opacity:.16;stroke-width:3;stroke-dasharray:9 7}.migration-layer{fill:#e6bd39;stroke:#e6bd39}.ai-layer{fill:#ec725c;stroke:#ec725c}.grid-layer{display:none;pointer-events:none}.map-layers{position:absolute;z-index:5;top:12px;left:12px;width:172px;padding:13px;border:1px solid #23634f;background:rgba(4,15,13,.94);box-shadow:0 8px 30px #0009}.map-layers b{display:block;margin-bottom:9px;color:#61e0b2;font-size:10px}.map-layers label{display:block;padding:6px 0;font-size:10px}.map-layers input{accent-color:#30c28f}.map-layers hr{border:0;border-top:1px solid #263c36}.map-layers small{color:#7f9690;font-size:8px;line-height:1.6}.location-pin circle{fill:#1ce3a0;stroke:#072b21;stroke-width:5}.location-pin text,#customPin text,#liveDinoPin text{fill:#fff;font-size:13px;font-weight:900;letter-spacing:.08em;text-anchor:middle;paint-order:stroke;stroke:#06130f;stroke-width:5}.location-pin{cursor:pointer}.location-pin:hover circle{r:9}.hidden{display:none}.layer-hidden{display:none!important}#customPin circle,#customPin path{fill:#ffd14a;stroke:#3f2c00;stroke-width:3}#liveDinoPin circle:first-child,#liveDinoPin path{fill:#ef3945;stroke:#4b0509;stroke-width:3}#liveDinoPin circle:nth-child(2){fill:none;stroke:#ff5a63;stroke-width:4;opacity:.7;animation:pulse 1.5s infinite}@keyframes pulse{50%{r:34;opacity:.15}}.map-status{position:absolute;z-index:5;left:12px;right:12px;bottom:10px;display:flex;justify-content:space-between;pointer-events:none}.map-status span,.map-status b{padding:7px 10px;border:1px solid #28453d;background:rgba(4,15,13,.92);font-size:9px}.map-status b{color:#61e0b2}.map-zoom{position:absolute;z-index:5;right:13px;top:13px;display:grid;gap:5px}.map-zoom button{width:38px;height:38px;border:1px solid #32705d;background:#081713;color:#72eac0;font-size:22px;cursor:pointer}@media(max-width:760px){.map-app{grid-template-rows:105px 1fr}.map-top{align-items:flex-start}.map-actions{display:grid;grid-template-columns:1fr auto}.map-actions input{width:130px}.map-actions button:last-child{display:none}.map-layers{width:145px}.map-top small{display:none}}
:is(.zone-layer,.grid-layer){display:inline!important}
