/* ---------- loading ---------- */
.loading {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--bg);
  color: var(--muted);
  z-index: 100;
}

