.gs-auth-v2 {
  min-height: 100vh;
  margin: 0;
  color: #e7f0ee;
  background:
    linear-gradient(rgba(6, 12, 14, .72), rgba(6, 12, 14, .88)),
    radial-gradient(circle at 20% 20%, rgba(82,255,167,.07), transparent 34%),
    #070b0c;
}

.gs-auth-header {
  min-height: 76px;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(132,255,186,.12);
}

.gs-auth-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.gs-auth-brand-badge {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #aaff2c;
  color: #aaff2c;
  font-weight: 900;
}

.gs-auth-brand strong,
.gs-auth-brand small {
  display: block;
  letter-spacing: .16em;
}

.gs-auth-brand small {
  margin-top: 3px;
  color: #aaff2c;
  font-size: 10px;
}

.gs-auth-home {
  color: #9ba9a6;
  text-decoration: none;
  font-size: 13px;
}

.gs-auth-layout {
  width: min(1280px, calc(100% - 64px));
  min-height: calc(100vh - 150px);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 80px;
  align-items: center;
}

.gs-auth-hero {
  max-width: 680px;
}

.gs-auth-kicker {
  color: #98a8a5;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 700;
}

.gs-auth-kicker span {
  color: #aaff2c;
  margin-right: 12px;
}

.gs-auth-hero h1 {
  margin: 22px 0 28px;
  font-size: clamp(58px, 7vw, 108px);
  line-height: .88;
  letter-spacing: -.055em;
  color: #eef6f3;
}

.gs-auth-copy {
  max-width: 600px;
  margin: 0;
  color: #a5b3b0;
  font-size: 18px;
  line-height: 1.75;
}

.gs-auth-security {
  max-width: 520px;
  margin-top: 34px;
  display: flex;
  gap: 16px;
  padding: 18px 20px;
  border-left: 2px solid #27ddff;
  background: rgba(39,221,255,.045);
}

.gs-auth-security > span {
  color: #27ddff;
}

.gs-auth-security strong {
  display: block;
  color: #dfeae7;
  font-size: 13px;
  letter-spacing: .11em;
}

.gs-auth-security p {
  margin: 7px 0 0;
  color: #889996;
  line-height: 1.55;
  font-size: 13px;
}

.gs-auth-card {
  width: 100%;
  box-sizing: border-box;
  padding: 28px;
  background: rgba(8,16,19,.94);
  border: 1px solid rgba(125,255,180,.14);
  box-shadow: 0 20px 70px rgba(0,0,0,.34);
}

.gs-auth-card-title {
  margin-bottom: 24px;
  color: #84928f;
  font-size: 11px;
  letter-spacing: .16em;
}

.gs-auth-tabs {
  display: flex;
  gap: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.gs-auth-tabs button {
  padding: 0 0 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #6f7f7b;
  font-weight: 800;
  letter-spacing: .12em;
  cursor: pointer;
}

.gs-auth-tabs button.is-active {
  color: #aaff2c;
  border-bottom-color: #aaff2c;
}

.gs-auth-message {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-left: 2px solid #27ddff;
  background: rgba(39,221,255,.07);
  color: #bed0cc;
  font-size: 13px;
  line-height: 1.5;
}

.gs-auth-message.is-error {
  border-left-color: #ff596f;
  background: rgba(255,89,111,.07);
  color: #ffc2cb;
}

.gs-auth-form {
  display: grid;
  gap: 17px;
}

.gs-auth-form[hidden] {
  display: none !important;
}

.gs-auth-form label {
  display: grid;
  gap: 8px;
  color: #b7c4c1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.gs-auth-form input {
  min-height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 14px;
  border: 1px solid rgba(218,240,235,.16);
  outline: none;
  background: #091114;
  color: #edf6f3;
  font: inherit;
  letter-spacing: normal;
}

.gs-auth-form input:focus {
  border-color: rgba(170,255,44,.72);
  box-shadow: 0 0 0 2px rgba(170,255,44,.06);
}

.gs-password-row {
  display: grid;
  grid-template-columns: 1fr 62px;
}

.gs-password-row button {
  border: 1px solid rgba(218,240,235,.16);
  border-left: 0;
  background: #0c171b;
  color: #27ddff;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.gs-auth-primary {
  min-height: 52px;
  margin-top: 3px;
  border: 0;
  background: #aaff2c;
  color: #071014;
  font-weight: 900;
  letter-spacing: .12em;
  cursor: pointer;
}

.gs-auth-primary:hover {
  filter: brightness(1.06);
}

.gs-auth-link {
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: #27ddff;
  font-size: 12px;
  cursor: pointer;
}

.gs-auth-help,
.gs-code-heading p {
  margin: 0;
  color: #82928f;
  font-size: 12px;
  line-height: 1.6;
}

.gs-code-heading {
  display: grid;
  gap: 7px;
}

.gs-code-heading strong,
.gs-form-heading {
  color: #e7f0ee;
  letter-spacing: .11em;
}

.gs-code-input {
  text-align: center;
  font-size: 29px !important;
  letter-spacing: .34em !important;
  font-weight: 900 !important;
}

.gs-auth-footer {
  min-height: 62px;
  padding: 0 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #56635f;
  font-size: 10px;
  letter-spacing: .13em;
  border-top: 1px solid rgba(132,255,186,.08);
}

@media (max-width: 900px) {
  .gs-auth-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px 0;
  }

  .gs-auth-hero h1 {
    font-size: clamp(54px, 14vw, 86px);
  }

  .gs-auth-card {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .gs-auth-header,
  .gs-auth-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-auth-layout {
    width: calc(100% - 32px);
  }

  .gs-auth-home {
    display: none;
  }

  .gs-auth-card {
    padding: 22px 18px;
  }

  .gs-auth-footer span:last-child {
    display: none;
  }
}
