/* styles.css */
.debug-pre {
  background: #0f172a;
  color: #e5e7eb;
  border: 1px solid #1f2937;
  border-radius: 8px;
  padding: 12px;
  max-height: 320px;
  overflow: auto;
  font-size: 12px;
}

.navbar-brand-logo {
  height: 40px;
  width: auto;
}
