body { min-height: 100vh; }
.brand-badge { font-size: 1.1rem; }
.table th, .table td { vertical-align: middle; }
.card { border-radius: .75rem; }
.btn { border-radius: .5rem; }
.form-control, .form-select { border-radius: .5rem; }
.stat-num { font-size: 1.35rem; font-weight: 700; }
.stat-label { font-size: .78rem; color: #6b7280; text-transform: uppercase; letter-spacing: .03em; }
.small-muted { color: #6b7280; font-size: .8rem; }
.empty-state { text-align: center; color: #9ca3af; padding: 2rem; }
.empty-state .big { font-size: 2rem; }
.badge-os-ABERTA { background: #fef3c7; color: #92400e; }
.badge-os-EM_ANDAMENTO { background: #dbeafe; color: #1e40af; }
.badge-os-AGUARDANDO_PECA { background: #ede9fe; color: #5b21b6; }
.badge-os-CONCLUIDA { background: #dcfce7; color: #166534; }
.badge-os-ENTREGUE { background: #ccfbf1; color: #115e59; }
.badge-os-CANCELADA { background: #fee2e2; color: #991b1b; }
.badge-r-ABERTO { background: #fef3c7; color: #92400e; }
.badge-r-PARCIAL { background: #dbeafe; color: #1e40af; }
.badge-r-RECEBIDO, .badge-r-PAGO { background: #dcfce7; color: #166534; }
.overdue-badge { background: #fee2e2; color: #991b1b; }
.list-group-item-action { cursor: pointer; }
.navbar .nav-link { color: rgba(255,255,255,.8); }
.navbar .nav-link.active, .navbar .nav-link:hover { color: #fff; font-weight: 600; }
.item-row td { background: #fbfdff !important; }
.neg { color: #dc3545; }
.pos { color: #198754; }
@media (max-width: 575.98px) {
  .hide-xs { display: none !important; }
  .stat-num { font-size: 1.1rem; }
}
.toast { background: #111827; color: #fff; }
.toast.success { background: #16a34a; }
.toast.error { background: #dc2626; }
.total-col { font-weight: 700; text-align: right; }
input[type="number"] { text-align: right; }
.table-responsive-x { overflow-x: auto; }
.form-label-sm { font-size: .82rem; font-weight: 600; color: #4b5563; margin-bottom: .15rem; }