/* Shared by sign-in, password setup, verification and recovery. */
:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Variable Text", "Segoe UI", sans-serif;
  font-size: 16px;
  color-scheme: light;
  --rose: #ba3753;
  --rose-dark: #9e2a44;
  --cyan: #087c8c;
  --ink: #292d32;
  --muted: #6d727b;
  --line: #dfe1e6;
}
* { box-sizing: border-box; }
body { margin: 0; background: #f7f3f3; color: var(--ink); }
a { color: var(--cyan); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
button, input { font: inherit; }
button { cursor: pointer; }
h1, p { margin: 0; }
.access-body {
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(24px, 5vh, 64px) 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-text-size-adjust: 100%;
}
.access-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  max-width: 1120px;
  min-height: 690px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e1e3;
  border-radius: 24px;
  box-shadow: 0 16px 48px -24px #562f402b, 0 2px 6px #562f4005;
}
.access-scene { position: relative; min-width: 0; background: #f9d6dd; }
.access-scene img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}
.access-side {
  min-width: 0;
  padding: 48px clamp(32px, 4.5vw, 68px) 36px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.access-wordmark {
  display: block;
  align-self: center;
  margin: 0 0 42px;
  color: #d74761;
  font-size: 62px;
  font-weight: 300;
  letter-spacing: -3.6px;
  line-height: .98;
  white-space: nowrap;
}
.access-wordmark:hover { text-decoration: none; }
.access-wordmark > span > span { color: #0d9fb9; }
.access-wordmark small {
  display: block;
  margin-top: 7px;
  color: #d74761;
  font-size: .62em;
  font-weight: 300;
  text-align: right;
  letter-spacing: -2px;
}
.access-card { min-width: 0; width: 100%; margin: 0; padding: 0; border: 0; }
.access-card legend { width: 100%; margin: 0 0 22px; padding: 0; color: var(--ink); }
.access-card h1 { font-size: 26px; font-weight: 620; letter-spacing: -.65px; line-height: 1.2; text-wrap: balance; }
.access-eyebrow { display: block; margin-bottom: 10px; color: var(--rose); font-size: 11px; font-weight: 650; letter-spacing: 1.3px; line-height: 1.5; text-transform: uppercase; }
.access-signin .access-card legend { margin-bottom: 9px; }
.access-description { margin-bottom: 27px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.login-form { display: flex; flex-direction: column; gap: 19px; }
.login-form label { display: flex; flex-direction: column; gap: 8px; color: #454b54; font-size: 13px; font-weight: 550; line-height: 1.5; }
.login-form input:not([type=hidden]) {
  display: block;
  min-width: 0;
  width: 100%;
  height: 48px;
  padding: 11px 13px;
  border: 1px solid #d9dce2;
  border-radius: 9px;
  background: #fdfdfe;
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  transition: border-color 120ms ease, box-shadow 120ms ease;
}
.login-form input:not([type=hidden]):hover { border-color: #aeb4bf; }
.login-form input:not([type=hidden]):focus { outline: 2px solid var(--rose); outline-offset: 2px; border-color: var(--rose); background: #fff; }
.password-field { position: relative; display: block; }
.password-field input { padding-right: 66px !important; }
.password-toggle { position: absolute; top: 2px; right: 2px; bottom: 2px; min-width: 50px; padding: 0 9px; border: 0; border-radius: 7px; background: transparent; color: #636976; font-size: 12px; font-weight: 550; }
.password-toggle:hover { background: #f0f1f4; color: var(--ink); }
.access-recovery { align-self: flex-end; min-height: 24px; margin-top: -4px; color: var(--cyan); font-size: 13px; font-weight: 500; line-height: 1.7; }
.login-form button[type=submit] {
  min-height: 48px;
  margin-top: 2px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: var(--rose);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 1px 2px #72223518;
  transition: background-color 120ms ease;
}
.login-form button[type=submit]:hover { background: var(--rose-dark); }
.login-form button[type=submit]:active { background: #89273b; }
.login-form button[type=submit]:disabled { opacity: .65; cursor: wait; }
.access-support { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 24px; margin: 29px 0 15px; padding-top: 23px; border-top: 1px solid #ececf0; }
.access-support a { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 30px; color: #6b707a; font-size: 12px; line-height: 1.5; }
.access-support svg { width: 16px; height: 16px; flex: 0 0 auto; color: #858b94; }
.access-notice { color: #838792; font-size: 11px; line-height: 1.6; text-align: center; }
.access-footer { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 24px; width: 100%; max-width: 1120px; margin: 0 auto; padding: 22px 16px; color: #77717a; font-size: 11px; line-height: 1.5; }
.access-footer a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.login-error { padding: 12px 13px; border: 1px solid #efc7d0; border-radius: 8px; background: #fff4f6; color: #962d46; font-size: 13px; font-weight: 400; line-height: 1.6; }
.access-account-content { color: var(--muted); font-size: 14px; line-height: 1.7; }
.access-account-content > p { margin: 0 0 17px; overflow-wrap: anywhere; }
.access-account-content .login-form { margin: 20px 0; }
.access-account-content .login-form > p, .access-account-content .login-form + p { font-size: 12px; font-weight: 400; line-height: 1.7; }
.access-account-content > a { display: inline-block; min-height: 30px; font-size: 13px; }
@media (max-width: 1000px) {
  .access-body { padding: 28px 24px 0; }
  .access-shell { grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); min-height: 660px; }
  .access-side { padding: 40px 32px 30px; }
  .access-wordmark { font-size: 56px; margin-bottom: 37px; }
  .access-scene img { object-position: 44% center; }
}
@media (max-width: 760px) {
  .access-body { padding: 20px 16px 0; justify-content: flex-start; }
  .access-shell { display: flex; flex-direction: column; max-width: 460px; min-height: 0; border-radius: 20px; }
  .access-scene { height: 150px; flex: 0 0 auto; }
  .access-scene img { object-position: 50% 52%; }
  .access-side { padding: 26px 28px 24px; }
  .access-wordmark { font-size: 48px; margin-bottom: 27px; letter-spacing: -2.8px; }
  .access-wordmark small { margin-top: 5px; letter-spacing: -1.5px; }
  .access-card h1 { font-size: 24px; letter-spacing: -.55px; }
  .access-eyebrow { margin-bottom: 7px; font-size: 10px; }
  .access-description { margin-bottom: 22px; font-size: 13px; }
  .login-form { gap: 17px; }
  .access-support { margin-top: 24px; margin-bottom: 12px; padding-top: 16px; gap: 10px 20px; }
  .access-support a { min-height: 36px; }
  .access-footer { padding: 17px 4px; font-size: 10px; gap: 6px 16px; }
}
@media (max-width: 380px) {
  .access-body { padding: 12px 10px 0; }
  .access-shell { border-radius: 16px; }
  .access-scene { height: 112px; }
  .access-side { padding: 24px 22px 20px; }
  .access-wordmark { font-size: 44px; margin-bottom: 25px; }
}
@media (min-width: 761px) and (max-height: 800px) {
  .access-body { padding-top: 24px; }
  .access-shell { min-height: 0; }
  .access-side { padding-top: 32px; padding-bottom: 27px; }
  .access-wordmark { margin-bottom: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
@media (forced-colors: active) {
  .login-form button[type=submit] { border-color: ButtonText; }
  .login-form input:not([type=hidden]) { border-color: CanvasText; }
}
