/* ── Site loading indicator (no full-screen overlay) ─────────────────────
   The old full-screen "Loading…" cover was removed so nothing blocks the
   page or looks like a "network check". Pages render immediately; content
   areas show their own inline loading state. */

#siteLoader {
  display: none !important;
}

.sl-logo,
.sl-bar,
.sl-text {
  display: none !important;
}
