/* ===== بەشی نەخشە ===== */
.map-view{
  position:fixed;
  inset:0;
  z-index:10;
  display:none;   /* بە views.js دەردەکەوێت تەنها لە بەشی نەخشە */
}
.map-view.active{display:block}

#mapCanvas{
  position:absolute;
  inset:0;
}

/* شریتی گەڕان لە سەرەوە */
.map-search{
  position:absolute;
  top:calc(16px + env(safe-area-inset-top, 0px));
  left:16px;
  right:16px;
  z-index:20;
  display:flex;
  align-items:center;
  gap:10px;
  background:var(--card);
  border-radius:18px;
  box-shadow:0 4px 22px rgba(44,64,51,.16);
  padding:12px 16px;
}
.map-search svg{
  width:20px;height:20px;
  color:var(--leaf);
  flex:none;
}
.map-search input{
  flex:1;
  border:none;
  outline:none;
  background:transparent;
  font-family:"UniSIRWAN Ping", 'Noto Kufi Arabic', system-ui, sans-serif;
  font-size:14px;
  color:var(--bark);
}
.map-search input::placeholder{color:#9AA89E}

/* دوگمەی شوێنی من */
.map-locate{
  position:absolute;
  left:16px;
  bottom:calc(120px + env(safe-area-inset-bottom, 0px));
  z-index:20;
  width:46px;height:46px;
  border:none;
  border-radius:15px;
  background:var(--card);
  color:var(--leaf);
  box-shadow:0 4px 18px rgba(44,64,51,.18);
  display:grid;place-items:center;
  cursor:pointer;
  transition:transform .3s var(--ease);
}
.map-locate:active{transform:scale(.92)}
.map-locate svg{width:22px;height:22px}

/* کۆنترۆڵی زووم */
.map-zoom{
  position:absolute;
  left:16px;
  bottom:calc(176px + env(safe-area-inset-bottom, 0px));
  z-index:20;
  display:flex;
  flex-direction:column;
  background:var(--card);
  border-radius:15px;
  box-shadow:0 4px 18px rgba(44,64,51,.18);
  overflow:hidden;
}
.map-zoom button{
  width:46px;height:44px;
  border:none;
  background:transparent;
  color:var(--bark);
  cursor:pointer;
  display:grid;place-items:center;
}
.map-zoom button:first-child{border-bottom:1px solid rgba(44,64,51,.1)}
.map-zoom button:active{background:rgba(44,64,51,.06)}
.map-zoom svg{width:20px;height:20px}

/* پۆپ‌ئەپی ناونیشان — ستایلی ئەپەکە */
.maplibregl-popup-content{
  font-family:"UniSIRWAN Ping", 'Noto Kufi Arabic', system-ui, sans-serif;
  border-radius:14px;
  padding:10px 14px;
  box-shadow:0 6px 24px rgba(44,64,51,.22);
}
.map-pop-name{font-size:14px;font-weight:700;color:var(--bark)}
.map-pop-kind{font-size:11.5px;color:var(--leaf);margin-top:2px}

/* شاردنەوەی لۆگۆ و ئەتریبیوشنی MapLibre بۆ ڕووکارێکی پاک (بەڵام مافەکان دەمێننەوە لە i) */
.maplibregl-ctrl-bottom-left{display:none}
.maplibregl-ctrl-bottom-right{opacity:.65;transform:scale(.85);transform-origin:bottom right}
