:root {
  color-scheme: light;
}

.sidebar-active {
  background: rgba(99, 102, 241, 0.12);
  border-left: 4px solid #6366f1;
}

.card-glass {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.stat-card {
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid;
  padding: 0.2rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.avatar-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  color: #4338ca;
  background: #e0e7ff;
}

.table-modern th {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  font-weight: 800;
}

.table-modern td {
  font-size: 0.9rem;
}

.map-wrap {
  background:
    radial-gradient(circle at 18% 28%, rgba(99,102,241,0.07), transparent 42%),
    radial-gradient(circle at 78% 42%, rgba(16,185,129,0.08), transparent 40%),
    #f8fafc;
}

.leaflet-map {
  background: #f1f5f9;
  z-index: 0;
}

.asm-heat-marker {
  background: transparent !important;
  border: none !important;
}

.asm-heat-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 4px rgba(15, 23, 42, 0.08), 0 4px 10px rgba(15, 23, 42, 0.2);
}

.asm-heat-name {
  margin-top: 3px;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e2e8f0;
  color: #0f172a;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

.heat-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  cursor: default;
}

.heat-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 5px rgba(15, 23, 42, 0.06), 0 4px 10px rgba(15, 23, 42, 0.18);
}

.heat-label {
  margin-top: 4px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2e8f0;
  color: #0f172a;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
  pointer-events: none;
}

.placeholder-chart {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #e2e8f0;
  border-radius: 1.25rem;
  background: #f8fafc;
  color: #94a3b8;
  font-weight: 700;
}
