/* regate_admin — main stylesheet (Bootstrap 5) */

body {
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
}

/* ── Layout ──────────────────────────────────────────────────────────────── */

.admin-title h1 {
    font-size: 1.8rem;
    font-weight: 600;
}

.admin-topbar .form-switch .form-check-input {
    width: 2.5em;
    height: 1.4em;
    cursor: pointer;
}

.admin-topbar .form-check-label {
    font-size: 0.85rem;
    line-height: 1.4em;
}

#tables {
    margin-top: 1rem;
}

/* ── Overview tab ────────────────────────────────────────────────────────── */

.nav-tabs .nav-overview {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd #0d6efd transparent;
    font-weight: 600;
}

.nav-tabs .nav-overview:hover {
    background-color: #0b5ed7;
    border-color: #0b5ed7 #0b5ed7 transparent;
    color: #fff;
}

.nav-tabs .nav-overview.active {
    color: #0d6efd;
    background-color: #fff;
    border-color: #0d6efd #0d6efd #fff;
    font-weight: 700;
}

.nav-separator {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dee2e6;
    margin: 4px 4px 0;
    align-self: stretch;
}

/* ── Log viewer ──────────────────────────────────────────────────────────── */

.log-pre {
    background: #1e1e1e;
    color: #d4d4d4;
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 1rem;
    border-radius: 4px;
    max-height: 70vh;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-all;
}

/* ── Utility ─────────────────────────────────────────────────────────────── */

input.invalid {
    background: red;
    color: #fdfdfd;
}
