.chat-container[data-debug="true"] .debug-section {
  display: block;
}

.debug-section {
  margin-top: var(--half);
  font-size: 0.9em;
  display: none;
}

.debug-section details {
  margin: 0.5em 0;
  background: var(--debug-bg);
  padding: var(--half);
  border-radius: 4px;
}

.debug-section summary {
  cursor: pointer;
  color: var(--text-muted);
}

.debug-section pre {
  margin: var(--half) 0;
  white-space: pre-wrap;
}
