html {
  scrollbar-gutter: auto;
  background: #060806;
}

.pv2-login-body {
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  background: #060806;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.pv2-login-body::before,
.pv2-login-body::after {
  position: fixed;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.pv2-login-body::before {
  top: 0;
  bottom: 0;
  left: 8%;
  width: 1px;
  background: rgb(201 164 90 / 14%);
  box-shadow: calc(84vw - 1px) 0 0 rgb(201 164 90 / 9%);
}

.pv2-login-body::after {
  right: 0;
  bottom: 7%;
  left: 0;
  height: 1px;
  background: rgb(43 155 160 / 14%);
}

.pv2-login-stage {
  display: grid;
  width: min(1040px, calc(100% - 40px));
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  margin: 0 auto;
  padding: 28px 0;
}

.pv2-login-shell {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 590px;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  overflow: hidden;
  border: 1px solid rgb(214 181 103 / 38%);
  border-radius: 6px;
  background: #0c0f0d;
  box-shadow: 0 34px 80px rgb(0 0 0 / 48%);
}

.pv2-login-shell::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 41%;
  z-index: 3;
  width: 1px;
  background: var(--pv2-gold);
  content: "";
  pointer-events: none;
}

.pv2-login-identity {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 52px 48px 38px;
  background: #0a1713;
}

.pv2-login-brand-statement {
  display: grid;
  width: 100%;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  align-self: center;
  gap: 20px;
}

.pv2-login-hero-seal {
  display: grid;
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgb(214 181 103 / 58%);
  border-radius: 50%;
  color: #d6b567;
}

.pv2-login-brand-copy strong,
.pv2-login-brand-copy small,
.pv2-login-brand-lines {
  display: block;
}

.pv2-login-brand-copy strong {
  color: #e9ddc0;
  font-family: "Bodoni 72", Didot, "Bodoni MT", Georgia, serif;
  font-size: clamp(40px, 4vw, 50px);
  font-weight: 600;
  line-height: 0.92;
}

.pv2-login-brand-copy small {
  margin-top: 10px;
  color: #a8a08d;
  font-size: 12px;
}

.pv2-login-brand-lines {
  margin-top: 22px;
}

.pv2-login-brand-lines i {
  display: block;
  width: 116px;
  height: 1px;
  background: #d6b567;
}

.pv2-login-brand-lines i + i {
  width: 64px;
  margin-top: 8px;
  background: #2b9ba0;
}

.pv2-login-identity > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgb(214 181 103 / 18%);
  padding-top: 18px;
  color: #7f796b;
  font: 10px var(--pv2-font-code);
}

.pv2-login-access {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #111310;
}

.pv2-login-mobile-brand {
  display: none;
}

.pv2-login-access-footer {
  min-height: 52px;
  border-top: 1px solid #282a24;
  padding: 18px 48px;
  color: #777568;
  font: 10px var(--pv2-font-code);
  text-align: right;
}

@media (max-height: 700px) and (min-width: 821px) {
  .pv2-login-shell {
    min-height: 520px;
  }

  .pv2-login-identity {
    padding-block: 38px 30px;
  }
}

@media (max-width: 820px) {
  .pv2-login-body::before,
  .pv2-login-body::after,
  .pv2-login-shell::after,
  .pv2-login-identity {
    display: none;
  }

  .pv2-login-stage {
    width: 100%;
    min-height: 100dvh;
    padding: 0;
  }

  .pv2-login-shell {
    min-height: 100dvh;
    grid-template-columns: minmax(0, 1fr);
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .pv2-login-access {
    min-height: 100dvh;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }

  .pv2-login-mobile-brand {
    display: flex;
    min-height: 88px;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #292b25;
    padding: max(18px, env(safe-area-inset-top)) 24px 16px;
  }

  .pv2-login-mobile-brand > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgb(214 181 103 / 52%);
    border-radius: 50%;
    color: #d6b567;
  }

  .pv2-login-mobile-brand strong,
  .pv2-login-mobile-brand small {
    display: block;
  }

  .pv2-login-mobile-brand strong {
    color: #eee4ce;
    font-size: 16px;
  }

  .pv2-login-mobile-brand small {
    margin-top: 3px;
    color: #888476;
    font-size: 10px;
  }

  .pv2-login-access-footer {
    min-height: 44px;
    border-top: 0;
    padding: 12px 24px max(14px, env(safe-area-inset-bottom));
    text-align: left;
  }
}
