/* Небольшие дополнения к Bootstrap; тема — тёмная (data-bs-theme="dark" на <html>) */
body {
    min-height: 100vh;
}

.card {
    --bs-card-bg: #1e2126;
}

.card .card-header.bg-body {
    background-color: #1a1d21 !important;
}

.navbar-brand {
    letter-spacing: .02em;
}

.stat-card .stat-label {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--bs-secondary-color);
}

.stat-card .stat-value {
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.2;
}

.stat-card .stat-sub {
    font-size: .875rem;
}

.chart-wrap {
    position: relative;
    height: 320px;
}

.chart-wrap-sm {
    position: relative;
    height: 260px;
}

@media (max-width: 576px) {
    .chart-wrap {
        height: 240px;
    }
}

.table-numbers td.num,
.table-numbers th.num {
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.table-numbers td.actions {
    white-space: nowrap;
}

.ticker {
    font-weight: 600;
}

.muted-small {
    font-size: .8rem;
    color: var(--bs-secondary-color);
}

.yield-badges .badge {
    font-weight: 500;
    font-variant-numeric: tabular-nums;
}

.progress-thin {
    height: 6px;
}

pre.json-example {
    font-size: .8rem;
    max-height: 420px;
    overflow: auto;
}

.login-card {
    max-width: 380px;
    margin: 12vh auto 0;
}
