.view-tabs{display:flex;gap:6px;background:#eaf1ec;border:1px solid #dfe7e1;padding:6px;border-radius:12px;margin-bottom:16px}
.view-tabs button{flex:1;min-height:44px;border:0;border-radius:9px;background:transparent;color:#47604f;font-weight:650}
.view-tabs button[aria-selected=true]{background:#157c36;color:white}
.workspace{display:block}
.store-pane{max-height:none;overflow:visible;padding:0}
#stores{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.store-card{margin:0}
.map-pane{position:static}
.map-frame{height:min(65vh,600px);min-height:320px}
@media(max-width:600px){#stores{grid-template-columns:1fr}.map-frame{height:55vh}}
