/* EDIT THIS FILE to change the visual identity of the dashboard. */
:root{
      --navy:#0b1c4d; --navy-dark:#081537; --blue:#2f6fed; --blue-light:#eaf1ff;
      --green:#16a34a; --green-light:#e7f8ee; --orange:#f59e0b; --orange-light:#fef3e0;
      --red:#e11d3d; --red-light:#fde9ed; --purple:#7c5cf0; --purple-light:#f0ecfe;
      --ink:#1b2436; --muted:#6b7690; --line:#e7eaf2; --bg:#f4f6fb; --card:#ffffff;
    }

/* Dashboard KPI: pertambahan pendaftar NPM */
.kpi-inline-positive{display:inline-block;margin-left:6px;color:#16a34a;font-size:.62em;font-weight:800;vertical-align:middle;white-space:nowrap;}

/* NPM card: explicit year-over-year comparison label */
.kpi-comparison{
  display:block;
  margin-top:2px;
  color:#6b7690;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
  white-space:nowrap;
}
