.mf-release-recovery-active,
.mf-release-recovery-active body {
  min-height: 100%;
  margin: 0;
  background: #0b0c0a;
  color: #f5f4ee;
}

.mf-release-recovery {
  box-sizing: border-box;
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 24px;
  place-items: center;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.mf-release-recovery__panel {
  box-sizing: border-box;
  width: min(100%, 560px);
  border: 1px solid #e7e4d8;
  padding: clamp(22px, 5vw, 42px);
  background: #11120f;
}

.mf-release-recovery__label {
  margin: 0 0 28px;
  color: #c8ff00;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.mf-release-recovery h1 {
  margin: 0;
  font-size: clamp(20px, 5vw, 32px);
  line-height: 1.05;
}

.mf-release-recovery__panel > p:not(.mf-release-recovery__label) {
  margin: 20px 0 30px;
  color: #c8c7bf;
  font-size: 14px;
  line-height: 1.55;
}

.mf-release-recovery button {
  min-height: 44px;
  border: 1px solid #f5f4ee;
  padding: 0 22px;
  background: #f5f4ee;
  color: #0b0c0a;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
