/* MysteryClient - stile sobrio */
:root {
    --mc-primary: #0d6efd;
    --mc-dark:    #212529;
}

body { min-height: 100vh; }

.card-stat {
    border-left: 4px solid var(--mc-primary);
}
.card-stat.warning { border-left-color: #ffc107; }
.card-stat.danger  { border-left-color: #dc3545; }
.card-stat.success { border-left-color: #198754; }

.stato-badge.aperta   { background: #0dcaf0; color: #000; }
.stato-badge.fatta    { background: #6c757d; color: #fff; }
.stato-badge.inviata  { background: #0d6efd; color: #fff; }
.stato-badge.OK       { background: #198754; color: #fff; }
.stato-badge.KO       { background: #dc3545; color: #fff; }

.table-offerte td.num { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.badge-riservata { background: #6f42c1; color: #fff; }

.auth-card {
    max-width: 420px;
    margin: 6rem auto 2rem;
}
.auth-card .card-body { padding: 2rem; }

.table a.nodec { text-decoration: none; color: inherit; }
.table a.nodec:hover { text-decoration: underline; }
