.vq-debug {
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid #334155;
  border-radius: 10px;
  background: #0f172a;
  color: #dbeafe;
}

.vq-debug summary {
  padding: .85rem 1rem;
  cursor: pointer;
  background: #1e293b;
  color: #fff;
  font-weight: 750;
}

.vq-debug > p {
  margin: .8rem 1rem 0;
  color: #94a3b8;
  font-size: .82rem;
}

.vq-debug pre {
  max-height: 520px;
  margin: .8rem 1rem 1rem;
  padding: 1rem;
  overflow: auto;
  border-radius: 7px;
  background: #020617;
  color: #bfdbfe;
  font: 13px/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  white-space: pre-wrap;
  word-break: break-word;
}

.vq-debug-error {
  border-color: #9f3a3a;
}

.vq-debug-error summary {
  background: #652b2b;
}
