html, body {
  background: #fafafa;
  color: #0a0a0a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #0a0a0a;
}

a:hover {
  color: #404040;
}

.navbar-triggos {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.navbar-brand {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0a0a0a !important;
  text-decoration: none;
}

.nav-link {
  color: #525252 !important;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #0a0a0a !important;
}

.btn-link.nav-link {
  border: 0;
  background: none;
}

.page-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

main.page-wrap {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

h1, .h1 {
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.muted {
  color: #737373;
  font-size: 0.875rem;
}

.card-quiet {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
}

.table-compact {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.table-compact thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ffffff;
  color: #737373;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom-width: 1px;
  white-space: nowrap;
}

.table-wrap {
  max-height: 640px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  background: #ffffff;
}

.leaflet-map {
  height: 420px;
  border-radius: 0.5rem;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  background: #f4f4f5;
}

.btn-primary {
  background: #0a0a0a;
  border-color: #0a0a0a;
  font-weight: 500;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #262626;
  border-color: #262626;
}

.btn-outline-secondary {
  color: #0a0a0a;
  border-color: #e5e5e5;
  background: #ffffff;
  font-weight: 500;
}

.btn-outline-secondary:hover {
  color: #0a0a0a;
  background: #f4f4f5;
  border-color: #d4d4d4;
}

.form-control,
.form-select {
  border-color: #e5e5e5;
  box-shadow: none;
  border-radius: 0.375rem;
}

.form-control:focus {
  border-color: #a3a3a3;
  box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.08);
}

.form-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #404040;
}

.auth-card {
  max-width: 420px;
  margin: 3rem auto 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 1.75rem;
}

.dl-quiet dt {
  font-size: 0.75rem;
  font-weight: 500;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dl-quiet dd {
  margin-bottom: 0.85rem;
}

.badge-quiet {
  background: #f4f4f5;
  color: #404040;
  border: 1px solid #e5e5e5;
  font-weight: 500;
}

.alert-success {
  background: #f5f5f5;
  color: #0a0a0a;
  border-color: #e5e5e5;
}

.alert-danger {
  background: #fafafa;
  color: #7f1d1d;
  border-color: #e5e5e5;
}

.table-hover tbody tr:hover {
  background: #f4f4f5;
}
