.cv2-register-page {
  display: block;
  padding: 0 0 max(24px, env(safe-area-inset-bottom));
  background: #f8f7fa;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans TC", "Segoe UI", sans-serif;
  -webkit-text-size-adjust: 100%;
}
.cv2-register-nav { min-height: 76px; padding: env(safe-area-inset-top) 16px 0; display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; border-bottom: 1px solid var(--cv2-line); background: #fffafd; }
.cv2-register-page .cv2-register-nav { width: 100%; }
.cv2-register-back { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--cv2-line); border-radius: 12px; background: #fff; }
.cv2-register-back .cv2-icon { width: 22px; height: 22px; }
.cv2-register-logo { justify-self: center; display: flex; align-items: center; }
.cv2-register-logo img { display: block; width: 160px; height: 76px; object-fit: contain; filter: brightness(0) saturate(100%); opacity: .85; }
.cv2-register-page .cv2-auth-shell { width: min(100%, 480px); margin: 0 auto; padding: 28px 20px; }
.cv2-register-page .cv2-auth-card { padding: 0; border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.cv2-register-page .cv2-auth-card > header { margin-bottom: 22px; text-align: left; }
.cv2-register-page .cv2-auth-card h1 { font-size: 26px; line-height: 1.3; }
.cv2-register-page .cv2-auth-progress { margin-bottom: 28px; gap: 16px; }
.cv2-register-page .cv2-auth-progress li { padding-bottom: 12px; flex-direction: row; gap: 8px; font-size: 13px; border-bottom: 2px solid var(--cv2-line); }
.cv2-register-page .cv2-auth-progress li.active { border-bottom-color: var(--cv2-pink); }
.cv2-register-page .cv2-auth-progress li::before { display: none; }
.cv2-register-page .cv2-auth-progress b { width: 24px; height: 24px; flex-shrink: 0; }
.cv2-register-page .cv2-form { gap: 20px; }
.cv2-register-page .cv2-form-columns { grid-template-columns: minmax(0, 1fr); gap: 20px; }
.cv2-register-page .cv2-form label > span { font-size: 14px; font-weight: 600; }
.cv2-register-page .cv2-input-wrap { min-height: 52px; padding: 0 14px; gap: 10px; border-color: #e3dfe5; }
.cv2-register-page .cv2-input-wrap input { min-height: 50px; font-size: 16px; }
.cv2-register-page .cv2-input-wrap .cv2-icon { flex: 0 0 19px; }
.cv2-register-page input[type="date"] { min-width: 0; max-width: 100%; display: block; -webkit-appearance: none; appearance: none; }
.cv2-register-page .cv2-field-help { font-size: 12px; line-height: 1.6; }
.cv2-register-page .cv2-form > .cv2-consent { min-height: 48px; padding: 10px 0; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; cursor: pointer; }
/* Text-input rules must not stretch the native consent checkbox. */
.cv2-register-page .cv2-form > .cv2-consent > input[type="checkbox"] { width: 22px; min-width: 22px; height: 22px; min-height: 22px; padding: 0; margin: 1px 0 0; border-radius: 5px; accent-color: var(--cv2-pink); }
.cv2-register-page .cv2-consent > span { line-height: 1.7; font-weight: 400; }
.cv2-register-page .cv2-consent a { text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.cv2-register-privacy { margin: -12px 0 0; font-size: 14px; line-height: 1.7; color: var(--cv2-muted); }
.cv2-register-privacy a { display: inline-flex; align-items: center; min-height: 44px; color: var(--cv2-pink); text-decoration: underline; text-underline-offset: 3px; }
.cv2-register-verification { min-width: 0; min-height: 65px; }
.cv2-register-verification .cf-turnstile { width: 100%; min-height: 65px; }
.cv2-verification-feedback { margin-top: 10px; color: #a33249; font-size: 13px; line-height: 1.6; }
.cv2-verification-feedback button { min-height: 44px; padding: 0; display: block; background: transparent; border: 0; color: var(--cv2-pink); font-weight: 600; cursor: pointer; }
.cv2-register-page .cv2-form-submit { min-height: 52px; margin: 0; border-radius: 14px; font-size: 16px; box-shadow: none; }
.cv2-register-page .cv2-form-submit:disabled { background: #e7e2e8; color: #746d75; opacity: 1; cursor: not-allowed; }
.cv2-register-page .cv2-auth-switch { margin-top: 24px; flex-wrap: wrap; align-items: center; gap: 4px 8px; }
.cv2-register-page .cv2-auth-switch a { min-height: 44px; display: inline-flex; align-items: center; }
.cv2-register-page a:focus-visible, .cv2-register-page button:focus-visible, .cv2-register-page input[type="checkbox"]:focus-visible { outline: 2px solid var(--cv2-pink); outline-offset: 4px; }
.cv2-register-page [hidden] { display: none !important; }
.cv2-contact-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; padding: 4px; margin: 0 0 24px; border-radius: 12px; background: #ece9ef; }
.cv2-contact-methods button { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 0; min-height: 44px; padding: 8px; border: 0; border-radius: 8px; background: transparent; color: var(--cv2-muted); font: inherit; font-size: 15px; font-weight: 600; box-shadow: none; transition: background 160ms ease, color 160ms ease; }
.cv2-contact-methods button.active { background: #fff; color: var(--cv2-text); box-shadow: 0 1px 4px #34293814; }
.cv2-contact-methods .cv2-icon { width: 19px; height: 19px; flex: 0 0 19px; }
.cv2-contact-code { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--cv2-line); }
.cv2-contact-code > p { margin: 0 0 18px; overflow-wrap: anywhere; }
.cv2-register-page .cv2-contact-code .cv2-field-help { font-size: 14px; }
@media (prefers-reduced-motion: reduce) {
  .cv2-contact-methods button { transition: none; }
}
@media (max-width: 359px) {
  .cv2-register-page .cv2-auth-shell { padding-inline: 10px; }
  .cv2-register-page .cv2-auth-progress { gap: 10px; }
}
