/* ============================================================
   SEMS Design Tokens — ngjyrat globale
   Ndrysho vlerat këtu; efekti aplikohet kudo.
   ============================================================ */

:root {
  /* Brand */
  --clr-brand:      #920709;
  --clr-brand-d:    #6e0507;
  --clr-brand-l:    #fbeae8;
  --clr-brand-rgb:  146, 7, 9;

  /* Tekst */
  --clr-text:       #212529;
  --clr-text-muted: #76777a;
  --clr-text-light: #a5a5a5;

  /* Sfondet */
  --clr-bg:         #ffffff;
  --clr-bg-soft:    #f3f4f6;
  --clr-bg-page:    #f0f2f5;

  /* Kufijtë */
  --clr-border:     #eef0f4;
  --clr-border-d:   #d1d5db;

  /* Semantike */
  --clr-success:    #5cb85c;
  --clr-danger:     #d4302e;
  --clr-warning:    #f0ad4e;
  --clr-info:       #5bc0de;

  /* Navy */
  --clr-navy:       #384158;
  --clr-navy-d:     #1a1a2e;
}

/* Kartë statistike me gradient brand — zëvendëson 26 inline styles në Home/Index */
.card-stat-brand {
  background: rgb(var(--clr-brand-rgb)) !important;
  background: linear-gradient(
    180deg,
    rgba(var(--clr-brand-rgb), 1) 0%,
    rgba(var(--clr-brand-rgb), 1) 72%,
    #fff 72%
  ) !important;
  color: #fff !important;
}
