body.closed > :not(.closed-gate) {
  display: none !important;
}

.closed-gate {
  display: none;
  min-height: 100vh;
  padding: 24px;
  align-items: center;
  justify-content: center;
  background: #f7fafc;
  color: #17212b;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.closed > .closed-gate {
  display: flex;
}

.closed-card {
  width: min(100%, 460px);
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 18px 48px rgba(23, 33, 43, .12);
}

.closed-mark {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 14px;
  opacity: .72;
}

.closed-kicker {
  color: #607080;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.closed-card h1 {
  margin: 7px 0 9px;
  font-size: 28px;
  line-height: 1.1;
}

.closed-card p {
  margin: 0 0 18px;
  color: #607080;
  font-size: 14px;
  line-height: 1.5;
}

.closed-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #17212b;
  color: #ffffff;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.closed-home:hover {
  background: #08756f;
}
