:root {
  --taxi-ink: #0f172a;
}

body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
}

#map,
.map-box {
  min-height: 320px;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #ecfeff;
}

.panic-btn {
  display: block;
  background: #dc2626 !important;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0.04em;
  border: 0;
  border-radius: 1rem;
  min-height: 3.75rem;
  width: 100%;
  padding: 0.9rem 1rem;
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.35);
  cursor: pointer;
}

.panic-btn:hover {
  background: #b91c1c !important;
}

.panic-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.panic-btn-fixed {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  width: auto;
  max-width: 28rem;
  margin: 0 auto;
}

.leaflet-container {
  font: inherit;
}
