#tab-durchschnitt {
  display: none;
  height: 100%;
  position: relative;
}
#tab-durchschnitt.active { display: flex; }

#durchschnitt-map {
  flex: 1;
  height: 100%;
}

#durchschnitt-sidebar {
  width: 280px;
  height: 100%;
  overflow-y: auto;
  border-left: 1px solid var(--border);
  background: var(--bg);
  padding: 16px;
  flex-shrink: 0;
}

.ampel-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.ampel-box {
  background: var(--bg2);
  border: 1px solid var(--border);
  padding: 12px;
  text-align: center;
}
.ampel-box-count { font-size: 24px; margin-bottom: 4px; }
.ampel-box-label { font-size: 10px; color: var(--text2); }

.szenario-selector {
  display: flex;
  gap: 0;
  margin-bottom: 16px;
}
