html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Spectral", serif;
  background-color: #121212;
  color: #f4f1ea;
}

body {
  display: flex;
  flex-direction: column;
}

header {
  background-color: #1a1a1a;
  border-bottom: 2px solid #c5a059;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  z-index: 1001;
}
header .brand {
  display: flex;
  align-items: center;
  gap: 15px;
}
header #map-name {
  font-family: "Cinzel", serif;
  font-size: 24px;
  color: #c5a059;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px black;
}
header .nav-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}
header .nav-icons i {
  font-size: 20px;
  color: #f4f1ea;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .nav-icons i:hover {
  color: #c5a059;
  transform: scale(1.1);
}
header .nav-icons i.green {
  color: #4CAF50;
}
header a {
  text-decoration: none;
  color: inherit;
}

#map {
  flex-grow: 1;
  width: 100%;
  background: #0d0d0d;
}

.leaflet-image-layer {
  filter: sepia(0.2) contrast(1.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}

/* Modal Styling - Modern Glassmorphism */
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 450px;
  z-index: 2000;
  background: rgba(26, 26, 26, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid #c5a059;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
  color: #f4f1ea;
}
.modal.show {
  display: block;
  animation: fadeIn 0.3s ease;
}
.modal .header {
  font-family: "Cinzel", serif;
  font-size: 22px;
  color: #c5a059;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid rgba(197, 160, 89, 0.3);
  padding-bottom: 10px;
}
.modal .close-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.modal .close-icon:hover {
  color: #c5a059;
}
.modal .body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal input.search {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(197, 160, 89, 0.5);
  border-radius: 6px;
  padding: 12px 15px;
  color: white;
  font-family: "Spectral", serif;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
}
.modal input.search:focus {
  border-color: #c5a059;
  background: rgba(255, 255, 255, 0.1);
}
.modal .search__result {
  cursor: pointer;
  padding: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid transparent;
  transition: all 0.2s;
  font-size: 16px;
}
.modal .search__result:hover {
  background: rgba(197, 160, 89, 0.1);
  border-left-color: #c5a059;
  transform: translateX(5px);
}
.modal .search__result.green {
  color: #81C784;
  font-weight: 700;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -45%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/* Leaflet Customizations */
.leaflet-popup-content-wrapper {
  background: #f9f5e8;
  color: #333;
  font-family: "Spectral", serif;
  border-radius: 4px;
  border: 1px solid #c5a059;
}

.leaflet-popup-tip {
  background: #f9f5e8;
}

/* UI Controls (Zoom, Layers, etc.) */
.leaflet-bar {
  border: 1px solid #c5a059 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6) !important;
  border-radius: 6px !important;
  overflow: hidden;
}
.leaflet-bar a {
  background-color: #1a1a1a !important;
  color: #c5a059 !important;
  border-bottom: 1px solid rgba(197, 160, 89, 0.2) !important;
  font-family: "Cinzel", serif;
  font-weight: bold;
}
.leaflet-bar a:hover {
  background-color: #2a2a2a !important;
  color: #d9c092 !important;
}
.leaflet-bar a.leaflet-disabled {
  background-color: #111 !important;
  color: #444 !important;
}

.leaflet-control-layers {
  background: rgba(26, 26, 26, 0.9) !important;
  backdrop-filter: blur(8px);
  border: 1px solid #c5a059 !important;
  border-radius: 8px !important;
  color: #f4f1ea !important;
  font-family: "Spectral", serif;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7) !important;
}
.leaflet-control-layers-expanded {
  padding: 12px;
  background: rgba(26, 26, 26, 0.9) !important;
}
.leaflet-control-layers-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23c5a059' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 2 7 12 12 22 7 12 2'/%3E%3Cpolyline points='2 17 12 22 22 17'/%3E%3Cpolyline points='2 12 12 17 22 12'/%3E%3C/svg%3E") !important;
  background-size: 20px 20px !important;
}
.leaflet-control-layers label {
  margin-bottom: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}
.leaflet-control-layers label:hover {
  color: #c5a059;
}
.leaflet-control-layers input[type=checkbox], .leaflet-control-layers input[type=radio] {
  accent-color: #c5a059;
  cursor: pointer;
}

/*# sourceMappingURL=app.css.map */
