.account-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0;
  font-size: 13px;
  line-height: 1.8;
  color: var(--fg-muted);
}
.account-consent input[type="checkbox"] { width: 18px; height: 18px; flex: 0 0 18px; margin: 3px 0 0; accent-color: #5a6372; }
.account-consent a, .ps-policy-links a { color: var(--fg); text-decoration: underline; text-underline-offset: 3px; }
.ps-policy-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; font-size: 12px; margin-top: 22px; }
.un-footer > div { flex-wrap: wrap; }
.ps-page {
  min-height: calc(100svh - 210px);
  display: grid;
  place-items: center;
  padding: 30px 24px 65px;
}
.ps-card {
  box-sizing: border-box;
  width: min(100%, 450px);
  padding: 35px;
  border: 1px solid var(--border, #e2e7e8);
  border-radius: 24px;
  background: color-mix(in srgb, var(--bg-card, #fff) 92%, transparent);
  box-shadow: var(--shadow, 0 10px 35px #394b5410);
  color: var(--fg, #28333a);
}
.ps-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: #e7eaef;
  color: #6d7787;
  border: 1px solid #d4d9e1;
  border-radius: 17px;
  font-size: 20px;
  margin-bottom: 27px;
}
.ps-eyebrow {
  display: block;
  color: var(--fg-muted, #73808a);
  font-size: 11px;
  margin-bottom: 11px;
}
.ps-card h1 {
  font-size: 29px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.ps-intro,
.ps-card > p {
  color: var(--fg-muted, #73808a);
  font-size: 13px;
  line-height: 1.85;
  margin: 14px 0 26px;
}
.ps-field {
  display: grid;
  gap: 10px;
  margin-bottom: 21px;
  font-size: 12px;
  color: var(--fg-muted, #73808a);
}
.ps-phone,
.ps-code-row {
  display: flex;
  align-items: center;
  border: 1px solid var(--border, #e2e7e8);
  border-radius: 11px;
  overflow: hidden;
  min-width: 0;
  background: var(--bg, #f7f8fa);
}
.ps-phone > span {
  padding: 0 15px;
  flex-shrink: 0;
  color: var(--fg-muted, #73808a);
  font-size: 13px;
  border-right: 1px solid var(--border, #e2e7e8);
}
.ps-phone input,
.ps-code-row input {
  width: 0;
  flex: 1;
  min-width: 0;
  min-height: 48px;
  background: transparent;
  border: 0;
  padding: 12px 14px;
  box-sizing: border-box;
  color: var(--fg, #28333a);
  font: inherit;
  font-size: 15px;
}
.ps-phone:focus-within,
.ps-code-row:focus-within {
  outline: 2px solid #aab0bb;
  outline-offset: 2px;
}
.ps-phone input:focus,
.ps-code-row input:focus {
  outline: none;
}
.ps-code-row button {
  align-self: stretch;
  flex: 0 0 auto;
  background: transparent;
  border: 0;
  border-left: 1px solid var(--border, #e2e7e8);
  padding: 9px 13px;
  color: #545f71;
  font: inherit;
  font-size: 12px;
  min-width: 100px;
  cursor: pointer;
}
.ps-code-row button:disabled {
  color: var(--fg-muted, #73808a);
  cursor: default;
  opacity: 0.65;
}
.ps-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  padding: 12px 18px;
  box-sizing: border-box;
  border: 0;
  border-radius: 12px;
  background: var(--fg, #28333a);
  color: var(--bg, #f7f8fa);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}
.ps-primary:disabled {
  opacity: 0.5;
  cursor: wait;
}
.ps-exit {
  display: block;
  border: 0;
  padding: 13px 10px;
  margin: 12px auto 0;
  background: transparent;
  color: var(--fg-muted, #73808a);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.ps-provider {
  color: #987345;
  font-size: 11px;
  line-height: 1.8;
}
.ps-provider:not(:empty) {
  padding: 10px 13px;
  margin: 0 0 18px;
  background: #f6f0e5;
  border: 1px solid #ece3d1;
  border-radius: 10px;
}
.ps-feedback {
  color: #a16749;
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
}
.ps-feedback:not(:empty) {
  margin: 0 0 16px;
}
.ps-bound-phone {
  margin: 26px 0;
  display: grid;
  gap: 10px;
}
.ps-bound-phone > span {
  color: var(--fg-muted, #73808a);
  font-size: 12px;
}
.ps-bound-phone strong {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.05em;
}
.ps-bound-phone > button {
  justify-self: start;
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: #545f71;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.ps-bound-phone > button:disabled {
  opacity: 0.5;
  cursor: wait;
}
.ps-bound-phone > small {
  color: var(--fg-muted, #73808a);
  font-size: 11px;
  line-height: 1.6;
}
.ps-local-inbox {
  display: grid;
  gap: 9px;
  padding-bottom: 15px;
}
.ps-local-inbox button {
  justify-self: start;
  color: #5d6676;
  font: inherit;
  font-size: 12px;
  padding: 6px 0;
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.ps-local-inbox > span {
  font-size: 13px;
  color: var(--fg, #28333a);
}
.ps-security-info {
  margin: 28px 0;
  display: grid;
  gap: 22px;
}
.ps-security-info > div {
  display: grid;
  gap: 9px;
}
.ps-security-info dt {
  font-size: 12px;
  color: var(--fg-muted, #73808a);
}
.ps-security-info dd {
  margin: 0;
  font-size: 17px;
}
.ps-security-note {
  color: var(--fg-muted, #73808a);
  font-size: 12px;
  line-height: 1.9;
  border-top: 1px solid var(--border, #e2e7e8);
  padding-top: 21px;
}
.ps-page [hidden] {
  display: none !important;
}
@media (max-width: 600px) {
  .ps-page {
    padding: 16px 18px 40px;
    min-height: calc(100svh - 190px);
    align-items: start;
  }
  .ps-card {
    padding: 28px 23px;
    border-radius: 21px;
  }
  .ps-card h1 {
    font-size: 27px;
  }
  .ps-mark {
    margin-bottom: 22px;
  }
  .ps-phone input,
  .ps-code-row input {
    font-size: 16px;
    padding: 12px 11px;
  }
  .ps-phone > span {
    padding: 0 12px;
  }
  .ps-code-row button {
    min-width: 93px;
    font-size: 11px;
    padding: 9px 11px;
  }
}
