/* modules.css – styles for harta 3D Colibița */

.map3d-shell{
  max-width:1100px;
  margin:0 auto 18px auto;
  padding:18px;
  border-radius:24px;
  border:1px solid #1f2937;
  background:radial-gradient(circle at top,rgba(15,23,42,0.96),rgba(2,6,23,0.98));
  box-shadow:0 20px 60px rgba(15,23,42,0.95);
}

.map3d-inner{
  border-radius:20px;
  overflow:hidden;
  border:1px solid #020617;
  background:radial-gradient(circle at top,rgba(8,47,73,0.6),rgba(15,23,42,0.98));
}

#lc-3dmap{
  width:100%;
  height:420px;
}

.map3d-grid{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:flex-start;
  margin-top:12px;
}
.map3d-legend{
  font-size:0.85rem;
  color:#9ca3af;
}
.map3d-legend ul{
  margin:0;
  padding-left:18px;
}

.toolbar-layers{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:flex-end;
  font-size:0.8rem;
}

.map-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  border:1px solid #1f2937;
  background:rgba(15,23,42,0.9);
  color:#e5e7eb;
}
.map-pill .dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#facc15;
  box-shadow:0 0 10px rgba(250,204,21,0.8);
}

.map3d-canvas-wrap{
  position:relative;
}

.map3d-canvas-wrap>canvas{
  display:block;
  width:100%;
  height:100%;
}

.hotspot-info{
  max-width:1100px;
  margin:16px auto 0 auto;
  padding:10px 14px;
  font-size:0.85rem;
  border-radius:999px;
  border:1px solid #1f2937;
  background:linear-gradient(90deg,rgba(15,23,42,0.9),rgba(15,23,42,0.7));
  color:#e5e7eb;
}
.hotspot-info strong{
  color:#38bdf8;
}


.map3d-fallback{
  width:100%;
  height:100%;
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:0.9rem;
  color:#e5e7eb;
  padding:20px;
}







/* ===== modificari ===== */








