:root {
  --brand: #16543f;
  --brand-light: #1e7a5c;
  --accent: #d98e04;
}
body { background: #f4f6f5; }
.app-navbar { background: var(--brand) !important; }
.navbar-brand { letter-spacing: .3px; }
.card { border: 1px solid #e5e8e6; border-radius: .6rem; }
.stat-card { border-left: 4px solid var(--brand-light); }
.stat-card .stat-value { font-size: 1.6rem; font-weight: 700; }
.stat-card .stat-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .5px; color: #6b7a72; }
.progress { height: 10px; }
.table-sm td, .table-sm th { padding: .45rem .6rem; }
.badge-status-draft { background:#6c757d; }
.badge-status-submitted { background:#0d6efd; }
.badge-status-approved { background:#198754; }
.badge-status-rejected { background:#dc3545; }
.badge-status-paid { background:#0dcaf0; color:#000; }
.badge-status-closed { background:#495057; }
.remaining-low { color:#dc3545; font-weight:600; }
.remaining-ok { color:#198754; font-weight:600; }
.section-title { color: var(--brand); font-weight:700; }
a { color: var(--brand-light); }
.login-wrap { min-height:100vh; display:flex; align-items:center; justify-content:center; background: linear-gradient(135deg,var(--brand),#0c2f24); }
.login-card { max-width:400px; width:100%; }
