/* Map enlargement overrides: typography/layout unchanged */
@media (max-width:520px){
  .map-stage{height:80vw;min-height:360px;max-height:440px}
  #map svg{transform:scale(1.28);transform-origin:50% 50%}
  .dashboard{row-gap:10px;padding-bottom:18px}
}
@media (min-width:521px) and (max-width:900px){
  .map-stage{height:72vw;min-height:430px;max-height:620px}
}
@media (min-width:901px){
  .app-shell{height:auto;min-height:100vh;overflow:visible}
  .dashboard{grid-template-rows:minmax(680px,76vh) 150px}
  .map-stage{height:76vh;min-height:680px;max-height:900px}
}
