body {
    background: #f6f8fb;
}

.navbar-brand {
    font-weight: 700;
}

.page-shell {
    max-width: 1440px;
}

.metric {
    border-left: 4px solid #0d6efd;
}

.metric-warning {
    border-left-color: #ffc107;
}

.metric-danger {
    border-left-color: #dc3545;
}

.code-block {
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 6px;
    padding: 1rem;
    overflow-x: auto;
    white-space: pre-wrap;
}

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

.one-time-secret {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 1.05rem;
    word-break: break-all;
}

