html, body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

.sidebar .nav-link { color: rgba(255,255,255,.75); padding: .4rem .75rem; border-radius: .25rem; transition: background-color .15s; }
.sidebar .nav-link:hover, .sidebar .nav-link.active { color: #fff; background-color: rgba(255,255,255,.15); }

.card-header { font-weight: 600; font-size: .875rem; }
.font-monospace { font-family: 'Consolas', 'Courier New', monospace; font-size: .85em; }

pre.response-body { white-space: pre-wrap; word-break: break-all; font-size: .8rem; max-height: 500px; overflow-y: auto; }

.table td, .table th { vertical-align: middle; }

.badge-status-active    { background-color: #198754; }
.badge-status-ended     { background-color: #6c757d; }
.badge-status-notlisted { background-color: #f8f9fa; color: #212529; border: 1px solid #dee2e6; }
