body { background: #1a1a2e; overflow: hidden; }

#map { width: 100%; height: 100%; }

#sidebar {
  border-right: 1px solid #333;
  scrollbar-width: thin;
  scrollbar-color: #444 #1a1a2e;
}

.card { border-radius: 8px !important; }
.card-header { border-bottom: 1px solid #444 !important; background: transparent !important; }

.list-group-item-dark {
  background: #2d2d44 !important;
  border-color: #444 !important;
  color: #e2e8f0 !important;
}
.list-group-item-dark:hover { background: #383860 !important; }

.leaflet-legend {
  background: rgba(20,20,35,0.92);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: #e2e8f0;
  line-height: 1.8;
  border: 1px solid #444;
}
.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  border: 1px solid rgba(255,255,255,.3);
}

.table-dark { --bs-table-bg: #1e1e30; --bs-table-hover-bg: #2a2a45; }
.table-danger { --bs-table-bg: #3d1a1a !important; color: #fca5a5 !important; }

input[type=range].form-range::-webkit-slider-thumb { background: #facc15; }

.form-control:focus { border-color: #facc15 !important; box-shadow: 0 0 0 2px rgba(250,204,21,.25) !important; }

.btn-warning { color: #1a1a2e !important; }

/* Botão Ordenar Trecho — sempre visível */
#btn-route,
#btn-route:disabled {
  background-color: #1e293b !important;
  border: 2px solid #facc15 !important;
  color: #facc15 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}
#btn-route:hover:not(:disabled) {
  background-color: #facc15 !important;
  color: #1a1a2e !important;
}

@media (max-width: 768px) {
  .container-fluid { grid-template-columns: 1fr !important; grid-template-rows: auto 1fr; }
  #sidebar { max-height: 50vh; }
}
