.ts-dashboard-shell {
  min-height: 100vh;
  background: var(--ts-bg-main);
}

.ts-dashboard-stage {
  display: grid;
  grid-template-rows: 1fr var(--ts-bottom-bar-height);
  min-height: 0;
}

.ts-dashboard-map {
  position: absolute;
  inset: 0;
  min-height: 100%;
}

.ts-dashboard-legend {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 500;
  width: 220px;
  padding: 10px;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius-md);
  background: var(--ts-bg-overlay);
  box-shadow: var(--ts-shadow-panel);
}

.ts-dashboard-legend h4 {
  margin: 0 0 8px;
  color: var(--ts-text-main);
  font-size: 12px;
}

.ts-legend-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
  color: var(--ts-text-secondary);
  font-size: 11px;
}

.ts-legend-swatch {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 3px;
  background: var(--ts-accent);
}

.ts-focus-panel {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.ts-focus-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.ts-focus-subtitle {
  margin: 4px 0 0;
  color: var(--ts-text-secondary);
  font-size: 12px;
  line-height: 1.45;
}
