/* The hidden attribute must beat Bootstrap's !important display utilities */
[hidden] { display: none !important; }

/* Bits Bootstrap doesn't cover: log output colors (emphasis shades meet WCAG AA contrast) */
#log { white-space: pre-wrap; max-height: 45vh; overflow-y: auto; }
.err { color: var(--bs-danger-text-emphasis); }
.warn { color: var(--bs-warning-text-emphasis); }
