/* Support Console custom styles – dark theme */

html, body {
  background-color: #0f172a !important;
}

/* Improve form focus states */
input:focus, select:focus, textarea:focus {
  outline: none;
}

/* HTMX loading indicator */
.htmx-request .htmx-indicator {
  display: inline-block;
}
.htmx-indicator {
  display: none;
}

/* Pre block */
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
