.access-card {
  width: min(560px, 100%);
  margin: auto;
}
.access-intro {
  margin: 0 0 22px;
  color: #667085;
}
.access-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 4px;
  background: #e7ecee;
  border-radius: 13px;
  margin: 26px 0 18px;
}
.access-tabs button {
  border: 0;
  background: transparent;
  border-radius: 10px;
  padding: 10px 7px;
  color: #667085;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
}
.access-tabs button[aria-selected="true"],
.access-tabs button.active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 4px #1018281f;
}
.access-card form {
  width: 100%;
}
.access-card form label {
  margin: 14px 0;
}
.access-card form input:focus {
  outline: 3px solid #75d1c355;
  border-color: var(--accent);
}
.access-card form .primary {
  margin-top: 8px;
}
.access-text-button,
.access-back {
  border: 0;
  background: transparent;
  color: var(--accent);
  font-weight: 750;
  padding: 12px 0;
  cursor: pointer;
}
.access-text-button {
  width: 100%;
}
.access-note,
.access-flow > p {
  font-size: 14px;
  color: #667085;
}
.sso-providers {
  display: grid;
  gap: 9px;
  margin-top: 13px;
}
.sso-provider {
  width: 100%;
  border: 1px solid #d7e0e2;
  border-radius: 10px;
  background: #fff;
  padding: 12px 14px;
  color: #26383c;
  font:
    750 14px Inter,
    system-ui;
  cursor: pointer;
}
.sso-provider:hover,
.sso-provider:focus-visible {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px #75d1c333;
}
.sso-provider:disabled {
  opacity: 0.6;
  cursor: wait;
}
.access-flow h3 {
  font-size: 27px;
  margin: 12px 0 4px;
}
.access-card [hidden] {
  display: none !important;
}
@media (max-width: 900px) {
  .access-shell > section:last-child {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .access-card {
    max-width: 560px;
  }
}
@media (max-width: 560px) {
  .access-tabs {
    grid-template-columns: 1fr 1fr;
  }
  .access-tabs button:last-child {
    grid-column: 1/-1;
  }
}

/* Complete sign-in composition; loaded after the shared product system. */
body.access {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: #f6f3ea;
  color: #191317;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
}
.access .access-shell {
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(580px, 1.18fr);
  min-height: 100vh;
}
.access-shell > section:first-child {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 44px clamp(40px, 5vw, 84px) 58px;
  background:
    radial-gradient(circle at 8% 88%, #93b1d82b, transparent 32%),
    radial-gradient(circle at 96% 12%, #5aa87c30, transparent 30%), #244c3f;
  color: #f7f5ef;
}
.access-shell > section:first-child:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.23;
  background-image:
    linear-gradient(#f7f5ef14 1px, transparent 1px),
    linear-gradient(90deg, #f7f5ef14 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, #000 25%, #000);
}
.access-shell > section:first-child > * {
  position: relative;
  z-index: 1;
}
.access .site-brand.inverse {
  width: max-content;
  color: #f7f5ef;
}
.access-shell > section:first-child > div {
  max-width: 560px;
  margin: auto 0;
  padding: 80px 0;
}
.access .kicker {
  margin: 0 0 18px;
  color: #a7d8b9;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
}
.access-shell > section:first-child h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.06em;
}
.access-shell > section:first-child div > p:last-child {
  max-width: 520px;
  margin: 25px 0 0;
  color: #d5e5dc;
  font-size: 17px;
  line-height: 1.65;
}
.access-shell > section:first-child ul {
  display: grid;
  gap: 12px;
  max-width: 560px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #d5e5dc;
  font-size: 13px;
}
.access-shell > section:first-child li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.access-shell > section:first-child li i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a7d8b9;
  box-shadow: 0 0 0 5px #a7d8b919;
}
.access-shell > section:last-child {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 64px clamp(32px, 7vw, 112px);
  background: #f6f3ea;
}
.access .access-card {
  width: min(620px, 100%);
  margin: auto;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid #19131717;
  border-radius: 24px;
  background: #fffdf8;
  box-shadow: 0 26px 80px #244c3f14;
}
.access-card > .kicker {
  color: #2f7957;
}
.access-card h2 {
  margin: 0;
  color: #191317;
  font-size: clamp(31px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.access .access-intro {
  max-width: 470px;
  margin: 15px 0 0;
  color: #64716a;
  font-size: 15px;
  line-height: 1.6;
}
.access .access-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
  margin: 30px 0 22px;
  padding: 5px;
  border: 1px solid #1913170d;
  border-radius: 14px;
  background: #e9eee9;
}
.access .access-tabs button {
  min-width: 0;
  min-height: 43px;
  padding: 9px 8px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #56635c;
  font-size: 12px;
  font-weight: 780;
  white-space: nowrap;
}
.access .access-tabs button[aria-selected="true"],
.access .access-tabs button.active {
  background: #fffdf8;
  color: #244c3f;
  box-shadow: 0 2px 8px #244c3f17;
}
.access .access-card form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
}
.access .access-card form[hidden] {
  display: none !important;
}
.access .access-card form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  color: #33433a;
  font-size: 12px;
  font-weight: 780;
}
.access .access-card form input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #19131724;
  border-radius: 11px;
  outline: 0;
  background: #fff;
  color: #191317;
  box-shadow: inset 0 1px 0 #fff;
}
.access .access-card form input::placeholder {
  color: #8c9690;
}
.access .access-card form input:focus {
  border-color: #3aa26e;
  outline: 3px solid #3aa26e21;
}
.access .access-card form .primary,
.access .access-card form .access-text-button,
.access .access-card form .access-note,
.access .access-card form .form-status,
.access .access-card form .sso-providers,
.access .access-card form .access-back,
.access .access-card form h3,
.access .access-card form > p {
  grid-column: 1 / -1;
}
.access .access-card form .primary {
  width: 100%;
  min-height: 50px;
  margin-top: 2px;
  border-color: #2f7957;
  background: linear-gradient(135deg, #3aa26e, #26714f);
  color: #fff;
  box-shadow: 0 12px 28px #26714f2b;
}
.access .access-text-button,
.access .access-back {
  border: 0;
  background: transparent;
  color: #2f7957;
  font-weight: 780;
}
.access .access-help {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #19131714;
  color: #64716a;
  font-size: 13px;
}
.access .access-help a {
  color: #2f7957;
  font-weight: 800;
  text-decoration: none;
}
.access .access-note,
.access .access-flow > p {
  margin: 0 0 2px;
  color: #64716a;
  font-size: 13px;
  line-height: 1.55;
}
.access .access-flow h3 {
  margin: 5px 0 0;
  color: #191317;
  font-size: 27px;
  letter-spacing: -0.035em;
}
.access .form-status {
  min-height: 0;
  margin: 0;
  color: #64716a;
  font-size: 12px;
}
@media (max-width: 1040px) {
  .access .access-shell {
    grid-template-columns: 1fr;
  }
  .access-shell > section:first-child {
    min-height: auto;
    padding: 34px 34px 46px;
  }
  .access-shell > section:first-child > div {
    padding: 72px 0 40px;
  }
  .access-shell > section:first-child h1 {
    max-width: 760px;
    font-size: clamp(42px, 8vw, 68px);
  }
  .access-shell > section:last-child {
    padding: 54px 24px 72px;
  }
}
@media (max-width: 620px) {
  .access-shell > section:first-child {
    padding: 25px 20px 34px;
  }
  .access-shell > section:first-child > div {
    padding: 58px 0 32px;
  }
  .access-shell > section:first-child h1 {
    font-size: 43px;
  }
  .access-shell > section:first-child div > p:last-child {
    font-size: 15px;
  }
  .access-shell > section:last-child {
    padding: 28px 14px 52px;
  }
  .access .access-card {
    padding: 25px 18px;
    border-radius: 18px;
  }
  .access .access-tabs {
    grid-template-columns: 1fr 1fr;
  }
  .access .access-tabs button:last-child {
    grid-column: 1 / -1;
  }
  .access .access-card form {
    grid-template-columns: 1fr;
  }
  .access .access-card form > * {
    grid-column: 1;
  }
  .access .access-help {
    align-items: center;
    flex-direction: column;
  }
}
