/* ── General ────────────────────────────────────────────────────── */
body {
  font-size: 0.9rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ── Sidebar ────────────────────────────────────────────────────── */
.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}

.sidebar .nav-link {
  padding: 0.45rem 0.75rem;
  font-size: 0.875rem;
  transition: background 0.15s;
}

.sidebar .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.sidebar .active-nav {
  background-color: rgba(255, 255, 255, 0.14);
  font-weight: 500;
}

.avatar-sm {
  width: 28px;
  height: 28px;
  font-size: 0.75rem;
}

/* ── Tables ─────────────────────────────────────────────────────── */
.table th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #6c757d;
}

/* ── Badges ─────────────────────────────────────────────────────── */
.badge {
  font-weight: 500;
  font-size: 0.72rem;
}

/* ── Cards ──────────────────────────────────────────────────────── */
.card {
  border-radius: 10px;
}

/* ── Spinner ────────────────────────────────────────────────────── */
.spinner-border-sm {
  width: 0.85rem;
  height: 0.85rem;
}

/* ── Monospace ──────────────────────────────────────────────────── */
.font-monospace {
  font-size: 0.8rem;
}

/* ── Misc ───────────────────────────────────────────────────────── */
.breadcrumb { font-size: 0.82rem; }
.alert      { border-radius: 8px; }
