:root {
  --auth-green: #0b4638;
  --auth-green-dark: #06382d;
  --auth-green-soft: #eaf1ed;
  --auth-cream: #f8f5ee;
  --auth-surface: #fff;
  --auth-gold: #c59a42;
  --auth-text: #13241f;
  --auth-muted: #6d7772;
  --auth-border: rgba(19, 36, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--auth-cream);
}

body.staff-auth-page {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  background: var(--auth-cream);
  color: var(--auth-text);
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.staff-password-change-card {
  gap: 18px;
}

.staff-password-change-card .staff-login-password-toggle span {
  color: var(--auth-green);
  font-size: 12px;
  font-weight: 700;
}

.staff-password-change-note {
  margin: -2px 0 0;
  color: var(--auth-muted);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 1023px) {
  .staff-password-change-shell {
    padding-top: 38px;
    padding-bottom: 48px;
  }
}

.staff-auth-page a {
  color: inherit;
  text-decoration: none;
}

.staff-auth-page button,
.staff-auth-page input {
  font: inherit;
}

.staff-auth-header {
  position: relative;
  z-index: 10;
  height: 82px;
  border-bottom: 1px solid rgba(19, 36, 31, 0.1);
  background: rgba(250, 248, 242, 0.92);
  backdrop-filter: blur(14px);
}

.staff-auth-header__inner {
  display: flex;
  width: min(100% - 64px, 1312px);
  height: 100%;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
}

.staff-auth-brand {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

.staff-auth-brand img {
  display: block;
  width: 174px;
  height: auto;
  object-fit: contain;
}

.staff-auth-back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 11px;
  color: var(--auth-green-dark);
  font-size: 14px;
  font-weight: 600;
  transition: color 160ms ease, transform 160ms ease;
}

.staff-auth-back:hover {
  color: var(--auth-gold);
  transform: translateX(-2px);
}

.staff-auth-back svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.staff-auth-back__mobile {
  display: none;
}

.staff-auth-main {
  position: relative;
  display: grid;
  min-height: calc(100vh - 82px);
  min-height: calc(100svh - 82px);
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 73% 12%, rgba(220, 233, 224, 0.56), transparent 30%),
    radial-gradient(circle at 11% 86%, rgba(218, 230, 215, 0.72), transparent 32%),
    linear-gradient(120deg, #faf7f0 0%, #fbfaf6 48%, #f6f3eb 100%);
}

.staff-auth-decoration {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}

.staff-auth-leaves {
  position: absolute;
  fill: rgba(74, 115, 86, 0.055);
  stroke: rgba(61, 103, 74, 0.1);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.staff-auth-leaves--top {
  top: -38px;
  right: -14px;
  width: min(40vw, 560px);
}

.staff-auth-leaves--bottom {
  bottom: -112px;
  left: -54px;
  width: min(43vw, 610px);
  fill: rgba(56, 102, 68, 0.085);
  stroke: rgba(49, 91, 61, 0.13);
}

.staff-auth-arc {
  position: absolute;
  bottom: -480px;
  left: -380px;
  width: 960px;
  height: 960px;
  border: 1px solid rgba(197, 154, 66, 0.68);
  border-radius: 50%;
}

.staff-login-shell {
  display: grid;
  width: min(100% - 72px, 1240px);
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 0.8fr);
  align-items: center;
  gap: clamp(76px, 8vw, 116px);
  margin-inline: auto;
  padding: 58px 0 66px;
}

.staff-login-intro {
  max-width: 560px;
}

.staff-login-eyebrow {
  display: block;
  margin-bottom: 24px;
  color: var(--auth-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.staff-login-title {
  max-width: 560px;
  margin: 0;
  color: var(--auth-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(68px, 6vw, 84px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.staff-login-title span {
  display: block;
}

.staff-login-rule {
  width: 82px;
  height: 1px;
  margin: 31px 0 29px;
  background: linear-gradient(90deg, var(--auth-gold), rgba(197, 154, 66, 0.16));
}

.staff-login-description {
  max-width: 505px;
  margin: 0;
  color: #354940;
  font-size: 16px;
  line-height: 1.75;
}

.staff-login-description--mobile {
  display: none;
}

.staff-login-security {
  display: flex;
  width: fit-content;
  max-width: 430px;
  align-items: center;
  gap: 14px;
  margin-top: 31px;
  padding: 13px 18px;
  border: 1px solid rgba(19, 70, 56, 0.06);
  border-radius: 10px;
  background: rgba(232, 239, 233, 0.78);
  color: #617068;
}

.staff-login-security__icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--auth-green);
  color: #fff;
}

.staff-login-security__icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.staff-login-security p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.staff-login-security strong {
  display: block;
  color: var(--auth-green-dark);
  font-weight: 600;
}

.staff-login-security--mobile {
  display: none;
}

.staff-login-card {
  width: min(100%, 540px);
  justify-self: end;
  padding: 35px 38px 37px;
  border: 1px solid rgba(19, 36, 31, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(24, 53, 43, 0.13);
}

.staff-login-card__head {
  margin-bottom: 26px;
  text-align: center;
}

.staff-login-lotus {
  width: 58px;
  height: 58px;
  margin-bottom: 7px;
  fill: none;
  stroke: var(--auth-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.staff-login-card__head h2 {
  margin: 0 0 3px;
  color: var(--auth-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.12;
}

.staff-login-card__head p {
  margin: 0;
  color: var(--auth-muted);
  font-size: 13px;
}

.staff-login-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid rgba(167, 44, 44, 0.22);
  border-radius: 10px;
  background: #fff1f0;
  color: #8f2929;
  font-size: 13px;
  line-height: 1.5;
}

.staff-login-alert svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.staff-login-alert ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.staff-login-field {
  display: block;
  margin-bottom: 18px;
}

.staff-login-field > label {
  display: block;
  margin-bottom: 9px;
  color: var(--auth-text);
  font-size: 13px;
  font-weight: 500;
}

.staff-login-input {
  position: relative;
}

.staff-login-input > svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 17px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  fill: none;
  stroke: var(--auth-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
  pointer-events: none;
}

.staff-login-input input {
  display: block;
  width: 100%;
  height: 57px;
  padding: 0 48px 0 51px;
  border: 1px solid rgba(19, 36, 31, 0.18);
  border-radius: 11px;
  outline: 0;
  background: #fff;
  color: var(--auth-text);
  font-size: 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.staff-login-input input::placeholder {
  color: #9aa29f;
  opacity: 1;
}

.staff-login-input input:hover {
  border-color: rgba(11, 70, 56, 0.32);
}

.staff-login-input input:focus {
  border-color: var(--auth-green);
  box-shadow: 0 0 0 4px rgba(11, 70, 56, 0.1);
}

.staff-login-input input.input-validation-error {
  border-color: #b74545;
  box-shadow: 0 0 0 3px rgba(183, 69, 69, 0.08);
}

.staff-login-password-toggle {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 11px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translateY(-50%);
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #66736d;
  cursor: pointer;
}

.staff-login-password-toggle:hover {
  background: var(--auth-green-soft);
  color: var(--auth-green);
}

.staff-login-password-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.staff-login-password-toggle .staff-login-eye-off,
.staff-login-password-toggle[aria-pressed="true"] .staff-login-eye-on {
  display: none;
}

.staff-login-password-toggle[aria-pressed="true"] .staff-login-eye-off {
  display: block;
}

.staff-login-field-error {
  display: block;
  min-height: 0;
  margin-top: 6px;
  color: #a73232;
  font-size: 12px;
  line-height: 1.4;
}

.staff-login-field-error:empty {
  display: none;
}

.staff-login-submit,
.staff-login-activation {
  display: flex;
  width: 100%;
  min-height: 57px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}

.staff-login-submit {
  position: relative;
  margin-top: 5px;
  padding: 0 54px;
  border: 1px solid var(--auth-green);
  background: linear-gradient(100deg, var(--auth-green-dark), #0e7658);
  color: #fff;
  box-shadow: 0 10px 22px rgba(6, 56, 45, 0.15);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.staff-login-submit svg {
  position: absolute;
  right: 18px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.staff-login-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(6, 56, 45, 0.22);
  filter: brightness(1.04);
}

.staff-login-submit:disabled {
  cursor: wait;
  opacity: 0.74;
}

.staff-login-activation {
  gap: 10px;
  margin-top: 16px;
  border: 1px solid rgba(11, 70, 56, 0.68);
  background: rgba(234, 241, 237, 0.42);
  color: var(--auth-green-dark);
  transition: background 160ms ease, border-color 160ms ease;
}

.staff-login-activation:hover {
  border-color: var(--auth-green);
  background: var(--auth-green-soft);
}

.staff-login-activation svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.staff-login-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 13px;
  margin: 24px 0 16px;
  color: #89918d;
  font-size: 12px;
}

.staff-login-divider::before,
.staff-login-divider::after {
  height: 1px;
  background: var(--auth-border);
  content: "";
}

.staff-login-public-link {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--auth-green);
  font-size: 13px;
  font-weight: 500;
}

.staff-login-public-link:hover {
  color: var(--auth-gold);
}

.staff-login-public-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.staff-auth-page :focus-visible {
  outline: 3px solid rgba(197, 154, 66, 0.62);
  outline-offset: 3px;
}

@media (max-width: 1023px) {
  .staff-login-shell {
    width: min(100% - 48px, 760px);
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 58px 0 64px;
  }

  .staff-login-intro {
    max-width: 690px;
  }

  .staff-login-title {
    max-width: none;
    font-size: clamp(62px, 9vw, 76px);
  }

  .staff-login-title span {
    display: inline;
  }

  .staff-login-title span + span::before {
    content: " ";
  }

  .staff-login-description {
    max-width: 650px;
  }

  .staff-login-description--desktop {
    display: none;
  }

  .staff-login-description--mobile {
    display: block;
  }

  .staff-login-security--desktop {
    display: none;
  }

  .staff-login-security--mobile {
    display: flex;
    justify-self: center;
    margin-top: -10px;
  }

  .staff-login-card {
    width: min(100%, 620px);
    justify-self: center;
  }
}

@media (max-width: 600px) {
  .staff-auth-header {
    height: 82px;
  }

  .staff-auth-header__inner {
    width: calc(100% - 32px);
  }

  .staff-auth-brand img {
    width: 145px;
  }

  .staff-auth-back {
    gap: 7px;
    font-size: 13px;
  }

  .staff-auth-back__desktop {
    display: none;
  }

  .staff-auth-back__mobile {
    display: inline;
  }

  .staff-auth-main {
    display: block;
    min-height: calc(100vh - 82px);
    min-height: calc(100svh - 82px);
    overflow: hidden visible;
  }

  .staff-auth-leaves--top {
    top: 2px;
    right: -120px;
    width: 450px;
    fill: rgba(74, 115, 86, 0.06);
    stroke: rgba(61, 103, 74, 0.09);
  }

  .staff-auth-leaves--bottom {
    display: none;
  }

  .staff-auth-arc {
    top: 110px;
    right: -510px;
    bottom: auto;
    left: auto;
    width: 720px;
    height: 720px;
  }

  .staff-login-shell {
    width: 100%;
    gap: 26px;
    padding: 48px 16px max(34px, env(safe-area-inset-bottom));
  }

  .staff-login-intro {
    padding-inline: 15px;
  }

  .staff-login-eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .staff-login-title {
    white-space: nowrap;
    font-size: clamp(44px, 12.6vw, 55px);
    line-height: 0.96;
  }

  .staff-login-rule {
    display: none;
  }

  .staff-login-description {
    margin-top: 22px;
    color: #586761;
    font-size: 14px;
    line-height: 1.75;
  }

  .staff-login-card {
    width: 100%;
    padding: 24px 21px 25px;
    border-radius: 20px;
    box-shadow: 0 18px 52px rgba(24, 53, 43, 0.12);
  }

  .staff-login-card__head {
    display: none;
  }

  .staff-login-field {
    margin-bottom: 18px;
  }

  .staff-login-field > label {
    font-size: 13px;
  }

  .staff-login-input input {
    height: 56px;
    padding-left: 49px;
    font-size: 14px;
  }

  .staff-login-submit,
  .staff-login-activation {
    min-height: 56px;
    font-size: 14px;
  }

  .staff-login-submit svg,
  .staff-login-activation svg {
    display: none;
  }

  .staff-login-divider {
    display: none;
  }

  .staff-login-public-link {
    margin-top: 15px;
    font-size: 13px;
  }

  .staff-login-security--mobile {
    width: calc(100% - 32px);
    max-width: 360px;
    margin-top: 1px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .staff-login-security--mobile .staff-login-security__icon {
    flex-basis: 38px;
    border: 2px solid var(--auth-gold);
    background: transparent;
    color: var(--auth-gold);
  }

  .staff-login-security--mobile p {
    font-size: 12px;
  }

  .staff-login-security--mobile strong {
    color: #69746f;
  }
}

@media (max-width: 350px) {
  .staff-auth-brand img {
    width: 132px;
  }

  .staff-auth-back {
    font-size: 12px;
  }

  .staff-login-shell {
    padding-inline: 14px;
  }

  .staff-login-intro {
    padding-inline: 10px;
  }

  .staff-login-title {
    font-size: 42px;
  }

  .staff-login-card {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .staff-auth-page *,
  .staff-auth-page *::before,
  .staff-auth-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Staff activation ------------------------------------------------------- */

.staff-auth-page--activation .staff-auth-main {
  display: block;
  overflow: hidden visible;
}

.staff-activation-shell {
  display: grid;
  width: min(100% - 64px, 1280px);
  min-height: calc(100vh - 82px);
  min-height: calc(100svh - 82px);
  grid-template-columns: minmax(370px, 0.82fr) minmax(590px, 1.18fr);
  align-items: center;
  gap: clamp(64px, 6vw, 96px);
  margin-inline: auto;
  padding: 48px 0 58px;
}

.staff-activation-intro {
  max-width: 490px;
}

.staff-activation-eyebrow {
  display: block;
  margin-bottom: 19px;
  color: var(--auth-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.staff-activation-title {
  margin: 0;
  color: var(--auth-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(62px, 5.2vw, 74px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.94;
}

.staff-activation-rule {
  width: 62px;
  height: 2px;
  margin: 25px 0 25px;
  background: linear-gradient(90deg, var(--auth-gold), rgba(197, 154, 66, 0.12));
}

.staff-activation-description {
  max-width: 470px;
  margin: 0;
  color: #52635c;
  font-size: 15px;
  line-height: 1.72;
}

.staff-activation-benefits {
  display: grid;
  gap: 15px;
  margin-top: 27px;
}

.staff-activation-benefits article {
  display: grid;
  max-width: 430px;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 14px;
}

.staff-activation-benefit-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(11, 70, 56, 0.06);
  border-radius: 13px;
  background: rgba(226, 236, 226, 0.78);
  color: var(--auth-green);
}

.staff-activation-benefit-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.staff-activation-benefits strong {
  display: block;
  margin-bottom: 2px;
  color: var(--auth-green-dark);
  font-size: 14px;
  font-weight: 700;
}

.staff-activation-benefits p {
  margin: 0;
  color: var(--auth-muted);
  font-size: 12px;
  line-height: 1.55;
}

.staff-activation-intro-login {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--auth-green);
  font-size: 13px;
  font-weight: 600;
}

.staff-activation-intro-login:hover {
  color: var(--auth-gold);
}

.staff-activation-intro-login svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.staff-activation-content {
  width: min(100%, 690px);
  justify-self: end;
}

.staff-activation-card,
.staff-activation-success {
  padding: 24px 28px 25px;
  border: 1px solid rgba(19, 36, 31, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.965);
  box-shadow: 0 24px 70px rgba(24, 53, 43, 0.13);
}

.staff-activation-card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 16px;
  text-align: left;
}

.staff-activation-card-icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(197, 154, 66, 0.32);
  border-radius: 50%;
  background: rgba(248, 243, 231, 0.86);
  color: var(--auth-gold);
}

.staff-activation-card-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.staff-activation-card-head h2 {
  margin: 0 0 2px;
  color: var(--auth-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
}

.staff-activation-card-head p {
  margin: 0;
  color: var(--auth-muted);
  font-size: 12px;
}

.staff-activation-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 17px;
  padding: 11px 13px;
  border: 1px solid rgba(167, 44, 44, 0.22);
  border-radius: 10px;
  background: #fff1f0;
  color: #8f2929;
  font-size: 12px;
  line-height: 1.5;
}

.staff-activation-alert svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.staff-activation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 16px;
}

.staff-activation-field {
  min-width: 0;
}

.staff-activation-field--wide,
.staff-activation-team-heading {
  grid-column: 1 / -1;
}

.staff-activation-field label {
  display: block;
  margin: 0 0 5px;
  color: var(--auth-text);
  font-size: 12px;
  font-weight: 600;
}

.staff-activation-field label > span {
  color: #bd3c38;
}

.staff-activation-control {
  position: relative;
}

.staff-activation-control > svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 14px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  fill: none;
  stroke: var(--auth-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  pointer-events: none;
}

.staff-activation-control input,
.staff-activation-control select,
.staff-activation-field textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(19, 36, 31, 0.17);
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: var(--auth-text);
  font-size: 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.staff-activation-control input,
.staff-activation-control select {
  height: 46px;
  padding: 0 14px 0 43px;
}

.staff-activation-control select {
  appearance: none;
  padding-right: 40px;
  cursor: pointer;
}

.staff-activation-control--select::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-right: 1.5px solid var(--auth-green-dark);
  border-bottom: 1.5px solid var(--auth-green-dark);
  content: "";
  pointer-events: none;
}

.staff-activation-field textarea {
  min-height: 76px;
  padding: 11px 15px;
  line-height: 1.55;
  resize: vertical;
}

.staff-activation-control input::placeholder,
.staff-activation-field textarea::placeholder {
  color: #9aa29f;
  opacity: 1;
}

.staff-activation-control input:hover,
.staff-activation-control select:hover,
.staff-activation-field textarea:hover {
  border-color: rgba(11, 70, 56, 0.32);
}

.staff-activation-control input:focus,
.staff-activation-control select:focus,
.staff-activation-field textarea:focus {
  border-color: var(--auth-green);
  box-shadow: 0 0 0 4px rgba(11, 70, 56, 0.09);
}

.staff-activation-team-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 2px 0 -2px;
  padding-top: 5px;
  border-top: 1px solid rgba(19, 36, 31, 0.08);
}

.staff-activation-team-heading strong {
  color: var(--auth-green-dark);
  font-size: 12px;
}

.staff-activation-team-heading strong span,
.staff-activation-team-heading small {
  color: var(--auth-muted);
  font-weight: 400;
}

.staff-activation-team-heading small {
  font-size: 10px;
}

.staff-activation-submit {
  display: flex;
  width: 100%;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 13px;
  padding: 0 22px;
  border: 1px solid var(--auth-green);
  border-radius: 10px;
  background: linear-gradient(100deg, var(--auth-green-dark), #0b7758);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(6, 56, 45, 0.15);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.staff-activation-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(6, 56, 45, 0.21);
  filter: brightness(1.04);
}

.staff-activation-submit:disabled {
  cursor: wait;
  opacity: 0.74;
}

.staff-activation-submit svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.staff-activation-login-prompt {
  margin: 19px 0 0;
  color: var(--auth-muted);
  font-size: 13px;
  text-align: center;
}

.staff-activation-login-prompt a {
  color: var(--auth-green);
  font-weight: 700;
}

.staff-activation-login-prompt a:hover {
  color: var(--auth-gold);
}

.staff-activation-security-note {
  display: none;
}

.staff-activation-success {
  display: grid;
  min-height: 470px;
  place-items: center;
  align-content: center;
  text-align: center;
}

.staff-activation-success-icon {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 19px;
  place-items: center;
  border-radius: 50%;
  background: rgba(52, 122, 88, 0.12);
  color: #347a58;
}

.staff-activation-success-icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.staff-activation-success-kicker {
  color: var(--auth-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.staff-activation-success h2 {
  margin: 8px 0 9px;
  color: var(--auth-green-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 600;
}

.staff-activation-success > p {
  max-width: 430px;
  margin: 0;
  color: var(--auth-muted);
  font-size: 14px;
  line-height: 1.65;
}

.staff-activation-success-message {
  max-width: 470px;
  margin: 18px 0 22px;
  padding: 11px 14px;
  border: 1px solid rgba(52, 122, 88, 0.16);
  border-radius: 10px;
  background: rgba(52, 122, 88, 0.07);
  color: #2b6a4c;
  font-size: 12px;
}

.staff-activation-success-primary {
  display: flex;
  width: min(100%, 330px);
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--auth-green);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
}

.staff-activation-success-home {
  min-height: 40px;
  margin-top: 8px;
  color: var(--auth-green) !important;
  font-size: 13px;
  line-height: 40px;
}

@media (max-width: 1120px) and (min-width: 1024px) {
  .staff-activation-shell {
    width: calc(100% - 48px);
    grid-template-columns: minmax(320px, 0.72fr) minmax(580px, 1.28fr);
    gap: 42px;
  }

  .staff-activation-title {
    font-size: 58px;
  }
}

@media (max-width: 1023px) {
  .staff-activation-shell {
    width: min(100% - 48px, 760px);
    min-height: calc(100vh - 82px);
    min-height: calc(100svh - 82px);
    grid-template-columns: 1fr;
    align-items: start;
    gap: 32px;
    padding: 56px 0 58px;
  }

  .staff-activation-intro,
  .staff-activation-description {
    max-width: 690px;
  }

  .staff-activation-title br {
    display: none;
  }

  .staff-activation-title {
    font-size: clamp(54px, 8.7vw, 70px);
  }

  .staff-activation-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staff-activation-intro-login {
    display: none;
  }

  .staff-activation-content {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 600px) {
  .staff-auth-page--activation .staff-auth-leaves--top {
    top: 12px;
    right: -98px;
    display: block;
  }

  .staff-activation-shell {
    width: 100%;
    gap: 23px;
    padding: 43px 15px max(34px, env(safe-area-inset-bottom));
  }

  .staff-activation-intro {
    padding-inline: 15px;
  }

  .staff-activation-eyebrow {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .staff-activation-title {
    font-size: clamp(46px, 13.5vw, 56px);
    line-height: 0.98;
  }

  .staff-activation-title br {
    display: initial;
  }

  .staff-activation-rule {
    display: none;
  }

  .staff-activation-description {
    margin-top: 20px;
    color: #586761;
    font-size: 14px;
    line-height: 1.7;
  }

  .staff-activation-benefits {
    display: block;
    margin-top: 20px;
  }

  .staff-activation-benefits article {
    max-width: none;
    grid-template-columns: 43px 1fr;
    gap: 11px;
    padding: 10px 12px;
    border: 1px solid rgba(11, 70, 56, 0.1);
    border-radius: 12px;
    background: rgba(249, 247, 241, 0.72);
  }

  .staff-activation-benefit-support {
    display: none !important;
  }

  .staff-activation-benefit-icon {
    width: 43px;
    height: 43px;
  }

  .staff-activation-benefits p {
    font-size: 11px;
  }

  .staff-activation-card,
  .staff-activation-success {
    padding: 23px 18px 24px;
    border-radius: 20px;
    box-shadow: 0 18px 52px rgba(24, 53, 43, 0.12);
  }

  .staff-activation-card-head {
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 22px;
  }

  .staff-activation-card-icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .staff-activation-card-head h2 {
    font-size: 25px;
  }

  .staff-activation-card-head p {
    display: none;
  }

  .staff-activation-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .staff-activation-field--wide,
  .staff-activation-team-heading {
    grid-column: auto;
  }

  .staff-activation-field label {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .staff-activation-control input,
  .staff-activation-control select {
    height: 54px;
    font-size: 14px;
  }

  .staff-activation-field textarea {
    min-height: 112px;
    font-size: 14px;
  }

  .staff-activation-team-heading {
    display: block;
    margin-top: 2px;
    padding-top: 12px;
  }

  .staff-activation-team-heading strong {
    font-size: 13px;
  }

  .staff-activation-team-heading small {
    display: block;
    margin-top: 3px;
    font-size: 11px;
  }

  .staff-activation-submit {
    min-height: 56px;
    margin-top: 18px;
  }

  .staff-activation-login-prompt {
    margin-top: 20px;
    font-size: 13px;
  }

  .staff-activation-security-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 14px 15px;
    border: 1px solid rgba(11, 70, 56, 0.1);
    border-radius: 12px;
    background: rgba(249, 247, 241, 0.72);
  }

  .staff-activation-security-note > span {
    display: grid;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 50%;
    background: rgba(226, 236, 226, 0.84);
    color: var(--auth-green);
  }

  .staff-activation-security-note svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
  }

  .staff-activation-security-note p {
    margin: 0;
    color: var(--auth-muted);
    font-size: 11px;
    line-height: 1.5;
  }

  .staff-activation-security-note strong {
    display: block;
    color: var(--auth-green-dark);
    font-size: 12px;
  }

  .staff-activation-success {
    min-height: 450px;
  }

  .staff-activation-success h2 {
    font-size: 36px;
  }
}

@media (max-width: 350px) {
  .staff-activation-shell {
    padding-inline: 13px;
  }

  .staff-activation-intro {
    padding-inline: 10px;
  }

  .staff-activation-title {
    font-size: 44px;
  }

  .staff-activation-card {
    padding-inline: 16px;
  }

  .staff-activation-card-head h2 {
    font-size: 23px;
  }
}
