@font-face {
  font-family: "Hack";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/hack-regular-subset.woff2") format("woff2");
}

@font-face {
  font-family: "Hack";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/hack-bold-subset.woff2") format("woff2");
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Hack", Consolas, "Cascadia Mono", "Lucida Console", monospace !important;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "calt" 0;
}

body * {
  font-family: inherit !important;
}

body.sf-security-lock-active {
  overflow: hidden;
  background: #050507;
}

.sf-security-lock-screen {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  color: #f7f7fa;
  background:
    radial-gradient(circle at top, rgba(167, 10, 1, 0.24), transparent 45%),
    #050507;
}

.sf-security-lock-panel {
  width: min(100%, 620px);
  border: 1px solid rgba(255, 57, 57, 0.35);
  border-radius: 18px;
  padding: clamp(28px, 6vw, 52px);
  text-align: center;
  background: #101017;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.sf-security-lock-kicker {
  margin: 0 0 10px;
  color: #ff3939;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sf-security-lock-panel h1 {
  margin: 0;
  font-size: clamp(36px, 8vw, 64px);
}

.sf-security-lock-panel > p:last-of-type {
  margin: 16px auto 0;
  max-width: 48ch;
  color: rgba(247, 247, 250, 0.72);
  line-height: 1.65;
}

.sf-security-lock-panel button {
  min-height: 46px;
  margin-top: 26px;
  border: 1px solid #a70a01;
  border-radius: 10px;
  padding: 0 20px;
  color: #fff;
  background: #a70a01;
  font-weight: 900;
  cursor: pointer;
}
