body.is-halted > :not(#halt-page) { display: none !important; }
#halt-page {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0e11;
  color: #eaecef;
  padding: 24px;
}
.halt-page__card { max-width: 460px; text-align: center; }
.halt-page__mark { letter-spacing: 0.18em; color: #f0b90b; font-size: 13px; }
.halt-page__card h1 { font-size: 28px; margin: 16px 0 12px; }
.halt-page__card p { line-height: 1.7; color: #b7bdc6; }
.halt-page__foot { margin-top: 22px; font-size: 13px; color: #848e9c; }