.customer-pin-help { margin: 0.55rem 0; color: var(--muted); font-size: 0.92rem; }
.customer-pin-pad {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  width: min(100%, 18rem);
  margin: 0.6rem 0 1rem;
}
.customer-pin-pad[hidden], .customer-pin-error[hidden] { display: none; }
.customer-pin-pad button {
  min-height: 2.8rem;
  margin: 0;
  padding: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  background: var(--surface, #fff);
  color: var(--ink);
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}
.customer-pin-pad button:hover { background: var(--brand-light, #f2f5f2); }
.customer-pin-pad button:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }
.customer-pin-pad .customer-pin-action { font-size: 0.8rem; }
.customer-pin-error { color: var(--danger, #a12020); margin: 0.55rem 0; }

.fv-customer-auth .page-shell:has(.fv-customer-access) { max-width: 35rem; padding-inline: 1.25rem; }
.fv-customer-access-heading { margin-bottom: 1.5rem; }
.fv-customer-access-heading .eyebrow { margin: 0 0 0.5rem; }
.fv-customer-auth .fv-customer-access-heading h1 { font-size: clamp(2.1rem, 7.5vw, 3rem); margin: 0 0 1rem; }
.fv-customer-access-heading > p:last-child { color: var(--muted); line-height: 1.65; margin: 0; }
.fv-customer-auth .fv-customer-access .form-card { border-color: #fff; border-radius: 1.4rem; padding: 1.5rem; }
.fv-customer-access .form-card > form { margin: 0; }
.fv-customer-access .form-card label { font-weight: 500; margin-bottom: 0.55rem; }
.fv-customer-access-input { position: relative; }
.fv-customer-access-input > .ui-icon {
  height: 1.3rem;
  left: 0.85rem;
  pointer-events: none;
  position: absolute;
  top: 1.05rem;
  width: 1.3rem;
}
.fv-customer-access .fv-customer-access-input > input[type] {
  border-color: #bcc5ba;
  border-radius: 0.8rem;
  min-height: 3.45rem;
  padding-left: 2.75rem;
}
.fv-customer-access .button.password-visibility {
  background: transparent;
  border: 0;
  border-radius: 0.35rem;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: flex-start;
  margin-top: 0.25rem;
  min-height: 2.75rem;
  padding: 0.35rem 0;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.fv-customer-access .fv-customer-access-remember > label { font-size: 0.875rem; }
.fv-customer-access .fv-customer-access-remember > .helptext {
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 0.25rem 0 0;
}
.fv-customer-access .button-primary { border-radius: 0.8rem; min-height: 3.25rem; width: 100%; }
.fv-customer-access-recovery { border-top: 1px solid var(--line); margin: 1.4rem 0 0; padding-top: 0.75rem; }
.fv-customer-access-recovery, .fv-customer-access-note { text-align: center; }
.fv-customer-access-recovery a { align-items: center; display: inline-flex; min-height: 2.75rem; }
.fv-customer-access .fv-customer-access-recovery > p { color: var(--muted); font-size: 0.8rem; margin: 0; }
.fv-customer-access-enroll {
  align-items: flex-start;
  background: var(--accent);
  border: 1px solid #dfe6d9;
  border-radius: 1rem;
  display: flex;
  gap: 0.8rem;
  margin-top: 1.25rem;
  padding: 1rem;
}
.fv-customer-access-enroll > .ui-icon { flex: 0 0 1.5rem; margin-top: 0.1rem; }
.fv-customer-access-enroll > div { min-width: 0; }
.fv-customer-access-enroll p { margin: 0; }
.fv-customer-access-enroll a { align-items: center; display: inline-flex; min-height: 2.75rem; }
.fv-customer-access .fv-customer-access-note,
.fv-customer-access .fv-customer-access-limit { color: var(--muted); font-size: 0.875rem; line-height: 1.6; }
.fv-customer-access-note { margin: 1.25rem 0 0; }
.fv-customer-access-limit { margin: 1rem 0 0; }
@media (max-width: 25rem) {
  .fv-customer-auth .fv-customer-access .form-card { padding: 1.2rem; }
}
