.explorer-loading { pointer-events: none; }
.skeleton-line, .skeleton-title, .skeleton-value, .skeleton-heading, .skeleton-row {
  display: block;
  background: var(--panel-2);
  animation: explorer-pulse 1.2s ease-in-out infinite alternate;
}
.skeleton-line { height: 12px; margin: 8px 0; }
.skeleton-line.short { width: 34%; }
.skeleton-line.wide { width: min(82%, 520px); margin-top: 24px; }
.skeleton-title { width: min(65%, 540px); height: 55px; margin-top: 16px; }
.skeleton-title.narrow { width: min(45%, 380px); margin-top: 10px; }
.skeleton-value { width: 58%; height: 26px; margin-top: 12px; }
.skeleton-page-title { width: min(52%, 460px); height: 42px; margin-top: 14px; }
.skeleton-page-title.compact { width: min(38%, 300px); }
.skeleton-heading { width: 124px; height: 18px; }
.skeleton-row { height: 72px; margin: 0 18px; border-bottom: 1px solid var(--line); }
.skeleton-cell { display: block; width: 72%; height: 13px; background: var(--panel-2); animation: explorer-pulse 1.2s ease-in-out infinite alternate; }
@keyframes explorer-pulse { from { opacity: .42; } to { opacity: .9; } }
@media (max-width: 900px) { .skeleton-title { height: 40px; } }
