/* ── Sidebar ─────────────────────────────────────────────────── */
.sidebar {
    min-height: calc(100vh - 56px);
    border-right: 1px solid #dee2e6;
}

.sidebar .nav-link {
    color: #495057;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

.sidebar .nav-link:hover {
    background: #e9ecef;
    color: #212529;
}

.sidebar .nav-link.active {
    background: #0d6efd;
    color: #fff;
}

/* ── Cards ───────────────────────────────────────────────────── */
.card {
    border-radius: 10px;
}

.card-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 0.75rem 1rem;
}

/* ── Tables ──────────────────────────────────────────────────── */
.table > :not(caption) > * > * {
    vertical-align: middle;
}

/* ── Monospace ───────────────────────────────────────────────── */
.font-monospace {
    font-size: 0.85em;
}

/* ── Login page ──────────────────────────────────────────────── */
.min-vh-100.d-flex .card {
    border-radius: 14px;
}

/* ── Stat icon circles ───────────────────────────────────────── */
.rounded-circle.p-3 {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Utilities ───────────────────────────────────────────────── */
.border-start.border-4 { border-left-width: 4px !important; }

.table-warning td { background-color: #fff8e1 !important; }
