
/* --- Header stats --- */
.stats-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #eef2ff;
  border: 1px solid #dbeafe;
  color: #1e3a8a;
  padding: .35rem .75rem;
  border-radius: 9999px;
  font-size: .85rem;
  line-height: 1;
  white-space: nowrap;
}

.stats-pill .dot {
  width: .55rem; height: .55rem;
  border-radius: 50%;
  background: #22c55e; /* grön "online" */
}

.stats-pill .sep { opacity: .6; }

.stats-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #eef2ff;
  border: 1px solid #dbeafe;
  color: #1e3a8a;
  padding: .35rem .75rem;
  border-radius: 9999px;
  font-size: .85rem;
  line-height: 1;
  white-space: nowrap;
}

.stats-pill .dot {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: #22c55e;
}

.stats-pill .sep { opacity: .6; }
