/* ─── Global ─────────────────────────────────────────────── */
body {
  background-color: #f8f9fa;
  font-family: "Segoe UI", system-ui, sans-serif;
}

/* ─── Avatar circle ───────────────────────────────────────── */
.avatar-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #198754 0%, #20c997 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ─── Cards ───────────────────────────────────────────────── */
.card {
  border-radius: 0.75rem;
}

/* ─── Table ────────────────────────────────────────────────── */
.table th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ─── Navbar active link ──────────────────────────────────── */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #fff !important;
}

/* ─── Footer ──────────────────────────────────────────────── */
footer {
  font-size: 0.78rem;
}
