/* ============================================================================
   Capi Când-IA Pro — Section Label (Fase 1)
   Label JetBrains Mono 10px uppercase pra separar seções na sidebar
   (Hoje / Ontem / Ferramentas / Projetos / etc.)
   ============================================================================ */

.ds-section-label {
  padding: 4px 16px;
  font-family: var(--ds-font-mono);
  font-size: 10px;
  font-weight: 500;
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ds-section-label-collapsible {
  cursor: pointer;
  user-select: none;
}

.ds-section-label svg {
  width: 10px;
  height: 10px;
  stroke: currentColor;
  stroke-width: 2.5;
  transition: transform 0.2s ease;
}

.ds-section-label.is-expanded svg {
  transform: rotate(90deg);
}

.ds-section-label-count {
  margin-left: auto;
  font-family: var(--ds-font-mono);
  font-size: 10px;
  color: #444;
  font-weight: 500;
}
