:root {
  --one-green: #70b007;
  --one-green-strong: #416f07;
  --one-green-hover: #345b05;
  --one-graphite: #111416;
}

body.one-home-page {
  min-height: 100vh;
  min-height: 100dvh;
  color: #242a21;
  background-color: #fafaf7;
  background-image:
    radial-gradient(ellipse 34rem 24rem at -5rem -6rem, rgb(112 176 7 / 9%), rgb(112 176 7 / 4%) 52%, transparent 78%),
    radial-gradient(ellipse 30rem 22rem at calc(100% + 6rem) calc(100% + 5rem), rgb(112 176 7 / 8%), rgb(112 176 7 / 3%) 55%, transparent 78%);
}
.one-home-page .public-shell {
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  padding: max(24px, env(safe-area-inset-top)) max(22px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left));
}
.one-home-content {
  display: flex;
  width: min(100%, 700px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vh, 40px);
  text-align: center;
}
.one-home-logo {
  display: block;
  width: min(100%, 640px);
  max-width: 100%;
  height: auto;
}
.one-home-button {
  display: inline-flex;
  width: min(100%, 260px);
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 1px solid var(--one-green-strong);
  border-radius: 10px;
  color: #fff;
  background: var(--one-green-strong);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}
.one-home-button:hover { color: #fff; border-color: var(--one-green-hover); background: var(--one-green-hover); }
.one-home-button:focus-visible { outline-color: var(--one-green) !important; box-shadow: 0 0 0 3px #fafaf7; }

.short-domain-page {
  width: min(100%, 560px);
  margin: 0 auto;
  padding: clamp(28px, 8vh, 72px) 20px;
}
.short-domain-brand { display: flex; justify-content: center; margin-bottom: clamp(28px, 7vh, 56px); }
.short-domain-logo { display: block; width: clamp(150px, 48vw, 220px); max-width: 100%; height: auto; }
.short-domain-heading { margin: 0; color: #20271d; font-size: clamp(24px, 7vw, 32px); font-weight: 700; text-align: center; }
.short-domain-prompt { margin: 10px 0 24px; color: #697064; font-size: 16px; text-align: center; }
.short-domain-units { display: grid; gap: 12px; }
.short-domain-unit {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid #e0e8d9;
  border-radius: 12px;
  color: #263021;
  background: #fff;
  font-size: 17px;
  font-weight: 650;
  text-decoration: none;
}
.short-domain-unit span { flex: none; color: var(--one-green-strong); font-size: 14px; }
.short-domain-unit:hover { border-color: var(--one-green); color: #263021; }
.short-domain-unit:focus-visible { outline: 3px solid rgb(112 176 7 / 35%); outline-offset: 2px; }

body.one-login-page {
  min-height: 100vh;
  min-height: 100dvh;
  color: #232820;
  background: #f5f7f3;
}
.one-login-page .public-shell {
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
  padding: max(22px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(22px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
}
.login-wrap {
  width: 100%;
  max-width: 420px;
  margin: auto;
  padding: clamp(25px, 7vw, 38px);
  border: 1px solid #e7ebe3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 50px rgb(30 45 17 / 7%);
}
.login-logo-link { display: block; width: fit-content; max-width: 100%; margin: 0 auto; }
.login-logo { display: block; width: clamp(290px, 75vw, 320px); max-width: 100%; height: auto; }
.login-byline {
  margin: 12px 0 30px;
  color: #72776f;
  font-size: 13px;
  letter-spacing: .025em;
  text-align: center;
}
.login-byline a { color: #30372d; font-family: Arial, sans-serif; text-decoration: none; }
.login-byline a:hover { color: var(--one-green-strong); }
.byline-neu { font-weight: 400; }
.byline-ron { font-weight: 700; }
.byline-ium { font-family: "Arial Black", Arial, sans-serif; font-weight: 900; }
.login-wrap form { margin-top: 0; }
.login-wrap .form-label { color: #343a31; font-size: 14px; }
.login-wrap .form-control,
.login-wrap input,
.login-wrap select {
  min-height: 54px;
  border-color: #dfe5d9;
  border-radius: 10px;
  font-size: 16px;
}
.login-wrap .form-control:focus,
.login-wrap input:focus,
.login-wrap select:focus {
  border-color: var(--one-green-strong);
  box-shadow: 0 0 0 .2rem rgb(112 176 7 / 17%);
}
.login-wrap .submit-button {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--one-green-strong);
  font-size: 16px;
  font-weight: 650;
}
.login-wrap .submit-button:hover { color: #fff; background: var(--one-green-hover); }
.login-wrap .errorlist { margin-bottom: 0; }

@media (prefers-reduced-motion: reduce) {
  .one-home-button { transition: none; }
}

@media (max-width: 600px) {
  .one-home-logo {
    display: block;
    width: 85vw;
    max-width: 640px;
    margin-inline: auto;
  }
  .login-logo {
    width: 72vw;
    max-width: 320px;
    margin-inline: auto;
  }
}
