/* Compact reading progress; the flame reuses the animated site-loader artwork. */
.hellspin-reading-progress {
  position: fixed;
  top: calc(var(--header-height, 76px) + 12px);
  right: max(22px, env(safe-area-inset-right));
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 88px;
  padding: 5px 12px 5px 7px;
  border: 1px solid rgba(255, 201, 41, .58);
  border-radius: 999px;
  background: rgba(16, 18, 33, .94);
  color: #ffdc76;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.hellspin-reading-progress picture,
.hellspin-reading-progress img {
  display: block;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin: 0;
  object-fit: contain;
}
.hellspin-reading-progress > span { min-width: 4ch; text-align: right; }
.ui-has-site-loader .hellspin-reading-progress,
.hs-has-site-loader .hellspin-reading-progress { visibility: hidden; }
@media (max-width: 620px) {
  .hellspin-reading-progress {
    top: calc(var(--header-height, 68px) + 8px);
    right: max(12px, env(safe-area-inset-right));
    min-width: 76px;
    gap: 5px;
    padding: 4px 9px 4px 5px;
    font-size: 12px;
  }
  .hellspin-reading-progress picture,
  .hellspin-reading-progress img {
    flex-basis: 27px;
    width: 27px;
    height: 27px;
  }
}
@media print { .hellspin-reading-progress { display: none; } }
