/* R145：赛前登录页视觉、触控与键盘可用性修复。 */
body.aph-auth-route.r145-auth-hardened #root .card-soft {
  width: min(420px, calc(100vw - 32px));
  max-width: 420px;
}

body.aph-auth-route.r145-auth-hardened #root main img[alt="第一服务"] {
  width: calc(100% + 68px);
  max-width: none;
  box-sizing: border-box;
}

body.aph-auth-route.r145-auth-hardened #root main h1 {
  max-width: 13em;
  margin-inline: auto;
  font-size: clamp(23px, 2.2vw, 27px);
  line-height: 1.28;
  letter-spacing: -.025em;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: keep-all;
}

body.aph-auth-route.r145-auth-hardened #root input,
body.aph-auth-route.r145-auth-hardened #root button[type="submit"] {
  min-height: 44px;
}

body.aph-auth-route.r145-auth-hardened #root button[aria-label="显示登录密码"],
body.aph-auth-route.r145-auth-hardened #root button[aria-label="隐藏登录密码"] {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
}

@media (max-width: 640px) {
  body.aph-auth-route.r145-auth-hardened #root input {
    font-size: 16px;
  }

  body.aph-auth-route.r145-auth-hardened #root main h1 {
    font-size: 23px;
  }
}
