html {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
  min-height: 100dvh;
}

.leaflet-container {
  font-family: inherit;
  background: #eef2ef;
}

.leaflet-control-zoom a {
  border-radius: 999px !important;
}

.deal-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.deal-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(16, 32, 40, 0.08);
}

.deal-card.is-selected {
  border-color: rgba(241, 91, 93, 0.4);
  box-shadow: 0 18px 36px rgba(241, 91, 93, 0.12);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  box-shadow: none;
}

.leaflet-popup-content {
  margin: 12px 14px;
  min-width: 220px;
}

dialog::backdrop {
  background: rgba(16, 32, 40, 0.48);
}