/* ─── Status Badges ─────────────────────────────────────────── */
.status-badge {
    font-size: 0.8rem;
    padding: 0.35em 0.65em;
    border-radius: 0.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.status-confirmed { background-color: #198754; color: #fff; }
.status-conflict  { background-color: #dc3545; color: #fff; }
.status-normal    { background-color: #0d6efd; color: #fff; }
.status-anomaly   { background-color: #fd7e14; color: #fff; }
.status-pending   { background-color: #6c757d; color: #fff; }

/* ─── Table Row Highlighting ────────────────────────────────── */
tr[data-result="CONFIRMED"] td { background-color: rgba(25, 135, 84, 0.06); }
tr[data-result="CONFLICT"]  td { background-color: rgba(220, 53, 69, 0.06); }
tr[data-result="NORMAL"]    td { background-color: rgba(13, 110, 253, 0.06); }
tr[data-result="ANOMALY"]   td { background-color: rgba(253, 126, 20, 0.06); }

/* ─── SMS Bubble ────────────────────────────────────────────── */
.sms-bubble {
    border-left: 4px solid #198754;
    font-size: 0.9rem;
    background-color: #f8f9fa;
}

/* ─── Summary Cards ─────────────────────────────────────────── */
.card .display-4 {
    font-size: 3rem;
    line-height: 1;
}

/* ─── Navbar Brand ──────────────────────────────────────────── */
.navbar-brand i {
    font-size: 1.1rem;
}

/* ─── Footer ────────────────────────────────────────────────── */
footer {
    font-size: 0.8rem;
}

/* ─── Auto-refresh indicator ────────────────────────────────── */
#refreshIndicator {
    font-size: 0.75rem;
    color: #6c757d;
}
