
:root{
  --brand-blue:#0d6efd;
}
body{font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial}
.card-soft{border:1px solid rgba(0,0,0,.06); border-radius:1rem}
.badge-soft{background:#eef5ff;color:#0d6efd;border:1px solid #dbe8ff;border-radius:999px;padding:.2rem .6rem;font-size:.75rem}
.kpi-value{font-weight:700}
.progress-thin{height:8px}
.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}
.bottom-nav svg{width:20px;height:20px}
.table thead th{white-space:nowrap}
@media (max-width: 576px){
  th, td{padding:.5rem .625rem !important}
  .kpi-value{font-size:1.25rem}
}
