/* ─────────────────────────────────────────────────────────────────────────
   Who's Online — live per-realm rosters. Solid icefire (NO gradients).
   Scoped under .page-online.
   ───────────────────────────────────────────────────────────────────────── */
.page-online .wo { display: flex; flex-direction: column; gap: 22px; }

/* ── Total strip ────────────────────────────────────────────────────────── */
.page-online .wo-total {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  padding: 20px 24px; border-radius: 16px;
  background: rgba(13, 18, 32, 0.86); border: 1px solid rgba(255, 255, 255, 0.08); border-left: 4px solid #52a7ff;
}
.page-online .wo-total__main { display: flex; flex-direction: column; }
.page-online .wo-total__val {
  font-family: var(--font-cinzel, "Cinzel", serif); font-size: 2.6rem; font-weight: 900; line-height: 1; color: #eceff1;
}
.page-online .wo-total__lbl {
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(176, 190, 197, 0.7); margin-top: 5px;
}
.page-online .wo-total__realms { display: flex; gap: 10px; margin-left: auto; flex-wrap: wrap; }
.page-online .wo-total__realm {
  --rc: #52a7ff;
  display: flex; flex-direction: column; align-items: center; min-width: 74px;
  padding: 12px 16px; border-radius: 12px;
  background: rgba(10, 14, 26, 0.7); border: 1px solid rgba(255, 255, 255, 0.08); border-top: 3px solid var(--rc);
}
.page-online .wo-total__realm-exp {
  font-family: var(--font-cinzel, "Cinzel", serif); font-size: 0.82rem; font-weight: 800; color: var(--rc);
}
.page-online .wo-total__realm-n {
  font-family: var(--font-cinzel, "Cinzel", serif); font-size: 1.5rem; font-weight: 900; color: #eceff1; line-height: 1.1;
}
.page-online .wo-total__realm-lbl { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(176, 190, 197, 0.6); }

/* ── Realm section ──────────────────────────────────────────────────────── */
.page-online .wo-realm { --rc: #52a7ff; display: flex; flex-direction: column; }
.page-online .wo-realm__head {
  display: flex; align-items: center; gap: 14px; margin: 4px 0 14px;
  padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.page-online .wo-realm__exp {
  font-family: var(--font-cinzel, "Cinzel", serif); font-size: 1.7rem; font-weight: 900; color: var(--rc); line-height: 1;
}
.page-online .wo-realm__title { display: flex; flex-direction: column; }
.page-online .wo-realm__name {
  font-family: var(--font-cinzel, "Cinzel", serif); font-size: 1.05rem; font-weight: 800; color: #eceff1;
}
.page-online .wo-realm__tag { font-size: 0.6rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(176, 190, 197, 0.6); }
.page-online .wo-realm__count {
  margin-left: auto; display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(207, 216, 220, 0.85);
}
.page-online .wo-realm__count i { color: rgba(176, 190, 197, 0.5); }
.page-online .wo-realm__dot, .page-online .wo-card__dot {
  width: 9px; height: 9px; flex: none; border-radius: 50%;
  background: #37d67a; box-shadow: 0 0 0 3px rgba(55, 214, 122, 0.16);
}

/* ── Player grid ────────────────────────────────────────────────────────── */
.page-online .wo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 10px; }
.page-online .wo-card {
  display: flex; align-items: center; gap: 12px; text-decoration: none;
  padding: 13px 15px; border-radius: 12px;
  background: rgba(10, 14, 26, 0.82); border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}
.page-online .wo-card:hover { border-color: rgba(82, 167, 255, 0.4); transform: translateY(-2px); background: rgba(82, 167, 255, 0.06); }
.page-online .wo-card__body { display: flex; flex-direction: column; min-width: 0; }
.page-online .wo-card__name {
  font-family: var(--font-cinzel, "Cinzel", serif); font-weight: 800; font-size: 0.94rem; color: #eceff1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.page-online .wo-card__meta { font-size: 0.76rem; color: rgba(176, 190, 197, 0.75); font-weight: 600; }
.page-online .wo-card__arr { margin-left: auto; color: rgba(82, 167, 255, 0.6); font-size: 0.74rem; transition: color 0.15s ease; }
.page-online .wo-card:hover .wo-card__arr { color: #52a7ff; }

.page-online .wo-more {
  margin-top: 10px; text-align: center; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.03em; color: rgba(176, 190, 197, 0.7);
}

/* ── Empty / offline states ─────────────────────────────────────────────── */
.page-online .wo-empty {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 9px;
  padding: 34px 24px; border-radius: 14px;
  background: rgba(10, 14, 26, 0.6); border: 1px dashed rgba(255, 255, 255, 0.14);
}
.page-online .wo-empty__icon {
  width: 50px; height: 50px; border-radius: 13px; margin-bottom: 2px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; color: #52a7ff; background: rgba(82, 167, 255, 0.1); border: 1px solid rgba(82, 167, 255, 0.28);
}
.page-online .wo-empty__title { font-family: var(--font-cinzel, "Cinzel", serif); font-size: 1.02rem; font-weight: 800; color: #eceff1; }
.page-online .wo-empty__text { font-size: 0.85rem; line-height: 1.5; color: rgba(176, 190, 197, 0.82); max-width: 420px; }

@media (max-width: 760px) {
  .page-online .wo-total { gap: 14px; }
  .page-online .wo-total__realms { margin-left: 0; width: 100%; }
  .page-online .wo-total__realm { flex: 1; min-width: 0; }
  .page-online .wo-realm__exp { font-size: 1.4rem; }
}
