.authv3-page{
  width:min(100% - 28px,680px);
  margin:34px auto 70px
}
.authv3-card{
  width:100%;
  padding:36px;
  border:1px solid #e2e5ef;
  border-radius:26px;
  background:#fff;
  box-shadow:0 22px 60px rgba(31,35,58,.09)
}
.authv3-header{margin-bottom:26px}
.authv3-eyebrow{
  display:inline-block;
  margin-bottom:9px;
  color:#6b52e8;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em
}
.authv3-card h1{
  margin:0 0 9px;
  font-size:clamp(30px,6vw,42px);
  line-height:1.15
}
.authv3-card p{color:#6c7183;line-height:1.65}
.authv3-form{
  display:flex;
  flex-direction:column;
  gap:17px
}
.authv3-field{display:block}
.authv3-field>span{
  display:block;
  margin:0 0 7px;
  color:#313445;
  font-size:14px;
  font-weight:700
}
.authv3-field input{
  width:100%;
  height:54px;
  padding:0 16px;
  border:1px solid #d7dbe7;
  border-radius:14px;
  outline:none;
  background:#fff;
  font-size:16px;
  transition:border-color .15s,box-shadow .15s
}
.authv3-field input:focus{
  border-color:#7258e8;
  box-shadow:0 0 0 4px rgba(114,88,232,.12)
}
.authv3-inline-message{
  min-height:0;
  margin:-7px 0 0!important;
  font-size:13px;
  line-height:1.4!important
}
.authv3-inline-message:empty{display:none}
.authv3-inline-message.is-ok{color:#16824f}
.authv3-inline-message.is-error{color:#bd3349}
.authv3-turnstile-section{
  display:flex;
  flex-direction:column;
  align-items:center;
  width:100%;
  margin:1px 0 0;
  padding:0
}
.authv3-turnstile-widget{
  display:flex;
  justify-content:center;
  width:100%;
  min-height:0
}
.authv3-turnstile-widget:empty{display:none}
.authv3-turnstile-widget iframe{max-width:100%!important}
.authv3-turnstile-status{
  margin:2px 0 0;
  color:#74798a;
  font-size:13px;
  text-align:center
}
.authv3-turnstile-status.is-ok{color:#16824f}
.authv3-turnstile-status.is-error{color:#bd3349}
.authv3-retry{
  margin:8px 0 0;
  padding:8px 13px;
  border:1px solid #d8dbea;
  border-radius:10px;
  background:#f6f7fb;
  color:#42465a;
  cursor:pointer
}
.authv3-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:center;
  width:auto;
  min-width:210px;
  height:52px;
  margin:4px auto 0;
  padding:0 27px;
  border:0;
  border-radius:14px;
  background:#6c52e8;
  color:#fff;
  font-size:16px;
  font-weight:800;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer
}
.authv3-submit:hover{background:#5d45d5}
.authv3-submit:disabled{opacity:.55;cursor:not-allowed}
.authv3-switch{
  margin:22px 0 0!important;
  text-align:center
}
.authv3-switch a{color:#6047d9;font-weight:700}
.authv3-check{
  display:flex;
  align-items:center;
  gap:9px;
  width:max-content;
  color:#51566a;
  font-size:14px
}
.authv3-check input{width:16px;height:16px}
.authv3-verify-card{text-align:center;max-width:540px;margin:auto}
.authv3-email-chip{
  margin:18px 0;
  padding:13px 15px;
  border-radius:13px;
  background:#f1efff;
  color:#6049d7;
  overflow-wrap:anywhere
}
.authv3-state-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  margin:0 auto 18px;
  border-radius:50%;
  background:#e9faef;
  color:#17834f;
  font-size:28px;
  font-weight:900
}
.authv3-link-button{margin-top:20px}
@media(max-width:600px){
  .authv3-page{width:min(100% - 20px,680px);margin-top:18px}
  .authv3-card{padding:26px 18px;border-radius:21px}
  .authv3-field input{height:52px;font-size:15px}
  .authv3-submit{min-width:190px;height:50px;padding:0 22px}
  .authv3-turnstile-widget{overflow:visible}
}

/* AUTH_V3_TURNSTILE_STATIC_V2 */

.authv3-turnstile-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    width: 100% !important;
    min-height: 0 !important;

    margin: 2px 0 0 !important;
    padding: 0 !important;
}

.authv3-turnstile-section .cf-turnstile {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 auto !important;
}

.authv3-turnstile-section iframe {
    display: block !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.authv3-turnstile-status {
    min-height: 18px !important;
    margin: 5px 0 0 !important;

    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: center !important;
}

.authv3-turnstile-status.is-ok {
    color: #16824f !important;
}

.authv3-turnstile-status.is-error {
    color: #bd3349 !important;
}

#authv3-register-submit {
    display: inline-flex !important;
    align-self: center !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 210px !important;
    max-width: 100% !important;
    height: 52px !important;

    margin: 6px auto 0 !important;
    padding: 0 27px !important;
}

/* AUTH_V3_TURNSTILE_STATE_FIX */

.authv3-turnstile-section {
    gap: 4px !important;
    min-height: 0 !important;
}

.authv3-turnstile-section .cf-turnstile {
    min-height: 0 !important;
}

.authv3-turnstile-status {
    min-height: 0 !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
}

.authv3-turnstile-status:empty {
    display: none !important;
}

.authv3-turnstile-status:not(.is-error):not(.is-ok) {
    color: #74798a !important;
}

.authv3-turnstile-status.is-ok {
    color: #16824f !important;
}

.authv3-turnstile-status.is-error {
    color: #bd3349 !important;
}

/*
 * Cloudflare 正在交互或转圈时保持正常 65px 高度，
 * 不额外添加外层留白。
 */
.authv3-turnstile-section iframe {
    margin: 0 auto !important;
}

/* 注册按钮始终正常尺寸并居中 */
#authv3-register-submit {
    display: inline-flex !important;
    align-self: center !important;
    width: auto !important;
    min-width: 210px !important;
    height: 52px !important;
    margin: 5px auto 0 !important;
}

.authv3-retry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    margin: 8px auto 0;
    padding: 0 18px;
    border: 1px solid #d5d9e7;
    border-radius: 11px;
    background: #f6f7fb;
    color: #3e4255;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.authv3-retry[hidden] {
    display: none !important;
}

/* AUTH_V3_EMAIL_AND_HONEYPOT_PROTECTION */

.authv3-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: .001 !important;
    pointer-events: none !important;
}

.authv3-email-protection {
    margin: 0 !important;
    color: #74798a !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

#authv3-register-submit {
    display: inline-flex !important;
    align-self: center !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 210px !important;
    max-width: 100% !important;
    height: 52px !important;

    margin: 5px auto 0 !important;
    padding: 0 27px !important;
}

/* AUTH_V3_PASSWORD_AND_BUTTON_FINAL */

.authv3-inline-message {
    display: block;
    width: 100%;
    min-height: 0;
    margin: -7px 0 0 !important;
    padding: 0;
    font-size: 14px;
    line-height: 1.45;
}

.authv3-inline-message:empty {
    display: none !important;
}

.authv3-inline-message.is-ok {
    color: #15a45a;
}

.authv3-inline-message.is-error {
    color: #c33b4f;
}

#authv3-register-submit,
.authv3-form .authv3-submit {
    display: inline-flex !important;
    align-self: center !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 220px !important;
    max-width: 100% !important;
    height: 52px !important;

    margin: 10px auto 0 !important;
    padding: 0 28px !important;

    line-height: 1 !important;
    white-space: nowrap !important;
}

.authv3-email-protection {
    width: 100%;
    margin: 0 !important;
    text-align: center !important;
}

@media (max-width: 600px) {
    .authv3-page {
        width: calc(100% - 20px) !important;
        margin: 12px auto 36px !important;
    }

    .authv3-card {
        padding: 24px 16px !important;
        border-radius: 20px !important;
    }

    .authv3-header {
        margin-bottom: 22px !important;
    }

    .authv3-card h1 {
        font-size: 34px !important;
        line-height: 1.15 !important;
    }

    .authv3-field input {
        height: 52px !important;
        padding: 0 14px !important;
        font-size: 16px !important;
    }

    #authv3-register-submit,
    .authv3-form .authv3-submit {
        width: auto !important;
        min-width: 190px !important;
        max-width: calc(100vw - 64px) !important;
        height: 50px !important;
        padding: 0 22px !important;
        font-size: 15px !important;
    }
}

/* AUTH_V3_REGISTER_BUTTON_TRUE_CENTER */

.authv3-register-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.authv3-register-actions .authv3-email-protection {
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 !important;

    color: #74798a !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

.authv3-register-actions #authv3-register-submit {
    position: static !important;
    inset: auto !important;
    float: none !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;

    width: auto !important;
    min-width: 240px !important;
    max-width: 100% !important;
    height: 52px !important;

    margin: 0 auto !important;
    padding: 0 28px !important;

    transform: none !important;
    box-sizing: border-box !important;
}

@media (max-width: 600px) {
    .authv3-register-actions #authv3-register-submit {
        min-width: 210px !important;
        max-width: calc(100vw - 72px) !important;
        height: 50px !important;
        padding: 0 22px !important;
    }
}
