html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#map {
  width: 100%;
  height: 100%;
}

.menu-item {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  text-align: left;
  transition: 0.3s;
}

.menu-item:hover {
  background: #1e293b;
}

.menu-item.active {
  background: #2563eb;
}

.top-btn {
  background: #f1f5f9;
  padding: 10px 16px;
  border-radius: 12px;
  transition: 0.3s;
}

.top-btn:hover {
  background: #dbeafe;
}

.card-summary {
  background: #f8fafc;
  padding: 18px;
  border-radius: 18px;
}

.card-summary h4 {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}

.card-summary p {
  margin-top: 8px;
  font-size: 28px;
  font-weight: bold;
  color: #0f172a;
}

.layer-item {
  display: flex;
  align-items: center;
  gap: 10px;
}