/* 1.5.51 authentication pages with local slider verification */
body.auth-page-body{
  min-height:100vh;
  min-height:100dvh;
  overflow-x:hidden;
  background:#f7faff;
  color:#26354d;
}

.auth-page-body .auth-wrap{
  display:grid;
  place-items:stretch;
  align-content:normal;
  width:100%;
  min-height:100vh;
  min-height:100dvh;
  padding:0;
  background:
    radial-gradient(circle at 44% 14%,rgba(220,231,255,.5),transparent 34%),
    radial-gradient(circle at 80% 88%,rgba(227,235,255,.65),transparent 31%),
    #f9fbff;
}

.auth-login-page .auth-wrap{
  grid-template-columns:minmax(620px,46%) minmax(720px,54%);
}

.auth-register-page .auth-wrap{
  grid-template-columns:minmax(570px,38.5%) minmax(780px,61.5%);
}

.auth-page-body .auth-showcase{
  position:relative;
  display:block;
  min-height:100vh;
  min-height:100dvh;
  padding:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 30% 23%,rgba(226,235,255,.82),transparent 37%),
    linear-gradient(145deg,#f8fbff 0%,#eef4ff 56%,#f8fbff 100%);
}

.auth-page-body .auth-showcase::before,
.auth-page-body .auth-showcase::after{
  content:"";
  position:absolute;
  border:1px solid rgba(123,158,233,.17);
  border-radius:50%;
  pointer-events:none;
}

.auth-login-page .auth-showcase::before{
  top:-24%;
  left:-38%;
  width:126%;
  aspect-ratio:1;
  background:rgba(223,233,255,.16);
}

.auth-login-page .auth-showcase::after{
  right:-46%;
  bottom:-38%;
  width:104%;
  aspect-ratio:1;
}

.auth-register-page .auth-showcase::before{
  top:3%;
  left:-45%;
  width:126%;
  aspect-ratio:1;
  background:rgba(224,234,255,.12);
}

.auth-register-page .auth-showcase::after{
  right:-54%;
  bottom:-31%;
  width:102%;
  aspect-ratio:1;
}

.auth-showcase-inner{
  position:relative;
  z-index:1;
  min-height:100vh;
  min-height:100dvh;
}

.auth-login-page .auth-showcase-inner{
  padding:124px 34px 40px clamp(80px,8.75vw,150px);
}

.auth-register-page .auth-showcase-inner{
  padding:99px 28px 34px clamp(70px,5.55vw,95px);
}

.auth-page-body .auth-showcase-brand,
.auth-page-body .auth-panel-brand{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
  color:#20314a;
}

.auth-page-body .auth-showcase-brand>span,
.auth-page-body .auth-panel-brand>span{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  flex:0 0 54px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:8px;
  background:linear-gradient(145deg,#669cff,#2f70ef);
  color:#fff;
  box-shadow:
    0 12px 24px rgba(52,111,233,.24),
    inset 0 1px 0 rgba(255,255,255,.38);
}

.auth-page-body .auth-showcase-brand strong,
.auth-page-body .auth-panel-brand strong{
  max-width:340px;
  overflow:hidden;
  font-size:22px;
  font-weight:760;
  letter-spacing:0;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.auth-showcase-copy h2{
  margin:0;
  color:#20314a;
  font-size:31px;
  font-weight:780;
  letter-spacing:0;
  line-height:1.35;
}

.auth-showcase-copy p{
  margin:10px 0 0;
  color:#7b8daa;
  font-size:16px;
  font-weight:500;
  letter-spacing:0;
}

.auth-login-page .auth-showcase-copy{
  margin-top:43px;
}

.auth-register-page .auth-showcase-copy{
  margin-top:107px;
}

.auth-showcase-visual{
  position:relative;
  z-index:1;
  display:block;
  max-width:none;
  height:auto;
  user-select:none;
  pointer-events:none;
}

.auth-login-page .auth-showcase-visual{
  width:min(686px,calc(46vw - 72px));
  margin-top:16px;
  margin-left:clamp(-96px,-5.4vw,-68px);
}

.auth-register-page .auth-showcase-visual{
  width:min(496px,calc(38.5vw - 82px));
  margin-top:11px;
  margin-left:clamp(-48px,-2.75vw,-30px);
}

.auth-page-body .auth-panel{
  position:relative;
  display:block;
  min-width:0;
  min-height:100vh;
  min-height:100dvh;
  overflow:hidden;
  background:
    radial-gradient(circle at 90% 13%,rgba(239,244,255,.85),transparent 33%),
    radial-gradient(circle at 56% 88%,rgba(235,241,255,.75),transparent 36%),
    rgba(251,252,255,.78);
}

.auth-page-body .auth-panel::after{
  content:"";
  position:absolute;
  right:-23%;
  bottom:-39%;
  width:74%;
  aspect-ratio:1;
  border:1px solid rgba(138,169,233,.12);
  border-radius:50%;
  pointer-events:none;
}

.auth-page-body .auth-panel-bar{
  position:absolute;
  top:0;
  right:0;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  width:100%;
  min-height:0;
  padding:39px clamp(54px,5.6vw,96px) 0;
}

.auth-register-page .auth-panel-bar{
  padding-top:31px;
}

.auth-page-body .auth-panel-brand{
  display:none;
}

.auth-page-body .auth-home-link{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border:1px solid #e1e8f3;
  border-radius:8px;
  background:rgba(255,255,255,.9);
  color:#5c6c85;
  box-shadow:0 7px 20px rgba(55,77,113,.07);
  transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease;
}

.auth-page-body .auth-home-link:hover{
  border-color:#b8cdf8;
  background:#f3f7ff;
  color:#3975ee;
  box-shadow:0 9px 24px rgba(55,102,203,.12);
}

.auth-page-body .auth-home-link:focus-visible,
.auth-page-body .auth-password-toggle:focus-visible,
.auth-page-body .auth-code-button:focus-visible{
  outline:3px solid rgba(65,123,242,.2);
  outline-offset:2px;
}

.auth-page-body .auth-card{
  position:relative;
  z-index:2;
  box-sizing:border-box;
  border:1px solid rgba(231,236,245,.95);
  border-radius:8px;
  background:rgba(255,255,255,.94);
  box-shadow:0 20px 55px rgba(55,73,108,.1);
}

.auth-page-body .auth-card-login{
  width:min(642px,calc(100% - 100px));
  min-height:706px;
  margin:142px 0 78px clamp(48px,4vw,68px);
  padding:60px 90px 44px;
}

.auth-page-body .auth-card-register{
  width:min(694px,calc(100% - 118px));
  min-height:764px;
  margin:102px 0 62px clamp(54px,4.3vw,74px);
  padding:44px 64px 31px;
}

.auth-page-body .auth-card-reset{
  width:min(642px,calc(100% - 100px));
  min-height:796px;
  margin:70px 0 34px clamp(48px,4vw,68px);
  padding:43px 76px 31px;
}

.auth-page-body .auth-heading{
  text-align:center;
}

.auth-page-body .auth-card-login .auth-heading{
  margin-bottom:42px;
}

.auth-page-body .auth-card-register .auth-heading{
  margin-bottom:26px;
}

.auth-page-body .auth-card-reset .auth-heading{
  margin-bottom:26px;
}

.auth-page-body .auth-heading h1{
  margin:0;
  color:#26364f;
  font-size:38px;
  font-weight:780;
  letter-spacing:0;
  line-height:1.34;
}

.auth-page-body .auth-card-register .auth-heading h1{
  font-size:36px;
}

.auth-page-body .auth-card-reset .auth-heading h1{
  font-size:36px;
}

.auth-page-body .auth-heading p{
  margin:13px 0 0;
  color:#8796ad;
  font-size:17px;
  font-weight:500;
  line-height:1.55;
}

.auth-page-body .alert{
  margin:-19px 0 21px;
  border-radius:8px;
  font-size:13px;
}

.auth-page-body .auth-card-register .alert{
  margin:-12px 0 14px;
}

.auth-page-body .auth-card-reset .alert{
  margin:-12px 0 14px;
}

.auth-page-body .auth-form{
  display:block;
}

.auth-page-body .auth-form .field{
  gap:10px;
  margin-bottom:31px;
}

.auth-page-body .auth-card-register .auth-form .field{
  gap:8px;
  margin-bottom:19px;
}

.auth-page-body .auth-card-reset .auth-form .field{
  gap:8px;
  margin-bottom:20px;
}

.auth-page-body .auth-form .field label{
  color:#27364e;
  font-size:16px;
  font-weight:680;
  letter-spacing:0;
  line-height:1.35;
}

.auth-page-body .auth-card-register .field label{
  font-size:14px;
}

.auth-page-body .auth-card-reset .field label{
  font-size:14px;
}

.auth-page-body .auth-form input{
  width:100%;
  height:56px;
  min-height:56px;
  border:1px solid #d8e1ee;
  border-radius:8px;
  outline:0;
  background:rgba(255,255,255,.96);
  color:#27364e;
  font-size:16px;
  line-height:1.4;
  transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease;
}

.auth-page-body .auth-card-register .auth-form input{
  height:45px;
  min-height:45px;
  padding:8px 13px;
  font-size:14px;
}

.auth-page-body .auth-card-reset .auth-form input{
  height:46px;
  min-height:46px;
  padding:8px 13px;
  font-size:14px;
}

.auth-page-body .auth-form input::placeholder{
  color:#aab6ca;
  opacity:1;
}

.auth-page-body .auth-form input:focus{
  border-color:#72a0f6;
  background:#fff;
  box-shadow:0 0 0 3px rgba(61,121,240,.11);
}

.auth-input-shell{
  position:relative;
  display:flex;
  align-items:center;
  min-width:0;
}

.auth-input-shell.has-leading-icon input{
  padding-right:48px;
  padding-left:48px;
}

.auth-input-shell.has-trailing-button input{
  padding-right:49px;
}

.auth-input-shell.has-leading-icon.has-trailing-button input{
  padding-right:49px;
  padding-left:48px;
}

.auth-input-icon{
  position:absolute;
  left:16px;
  z-index:1;
  display:grid;
  place-items:center;
  color:#a8b6cc;
  pointer-events:none;
}

.auth-password-toggle{
  appearance:none;
  position:absolute;
  right:9px;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  padding:0;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#a5b2c7;
  cursor:pointer;
  transition:background-color .16s ease,color .16s ease;
}

.auth-page-body .auth-card-register .auth-password-toggle{
  right:5px;
  width:35px;
  height:35px;
}

.auth-page-body .auth-card-reset .auth-password-toggle{
  right:5px;
  width:35px;
  height:35px;
}

.auth-password-toggle:hover,
.auth-password-toggle.is-visible{
  background:#f1f6ff;
  color:#4d82ed;
}

.auth-form-options{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:25px;
  margin:24px 0 31px;
}

.auth-page-body .auth-check{
  min-height:25px;
  margin:0;
  color:#5f6f87;
  font-size:15px;
  font-weight:500;
}

.auth-page-body .auth-check input{
  width:20px;
  height:20px;
  min-height:20px;
  padding:0;
  accent-color:#3f7df2;
}

.auth-forgot{
  color:#397af2;
  font-size:15px;
  font-weight:650;
}

.auth-forgot:hover{
  color:#205fcf;
}

.auth-forgot.is-disabled{
  cursor:help;
}

.auth-page-body .auth-submit{
  width:100%;
  min-height:64px;
  border:1px solid #3c78ee;
  border-radius:8px;
  background:linear-gradient(180deg,#6495f8 0%,#2f70ed 100%);
  color:#fff;
  font-size:19px;
  font-weight:700;
  box-shadow:0 12px 22px rgba(47,112,237,.22);
}

.auth-page-body .auth-submit:hover{
  border-color:#2e69dc;
  background:linear-gradient(180deg,#5689f2 0%,#2867df 100%);
  box-shadow:0 13px 25px rgba(47,112,237,.27);
}

.auth-page-body .auth-card-register .auth-submit{
  min-height:58px;
  margin-top:2px;
  font-size:19px;
}

.auth-page-body .auth-card-reset .auth-submit{
  min-height:56px;
  margin-top:2px;
  font-size:18px;
}

.auth-page-body .auth-switch{
  position:relative;
  margin:51px 0 0;
  color:#8594aa;
  font-size:15px;
  text-align:center;
}

.auth-page-body .auth-switch::before{
  content:"";
  position:absolute;
  right:0;
  bottom:44px;
  left:0;
  height:1px;
  background:#e7ecf3;
}

.auth-page-body .auth-switch a{
  color:#3576ef;
  font-weight:700;
}

.auth-page-body .auth-switch a:hover{
  color:#205fcf;
}

.auth-page-body .auth-card-register .auth-switch{
  margin-top:27px;
}

.auth-page-body .auth-card-register .auth-switch::before,
.auth-page-body .auth-card-reset .auth-switch::before{
  display:none;
}

.auth-page-body .auth-card-reset .auth-switch{
  margin-top:24px;
}

.auth-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:21px;
}

.auth-code-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 129px;
  gap:14px;
}

.auth-code-button{
  appearance:none;
  min-height:45px;
  padding:8px 14px;
  border:1px solid #d8e1ee;
  border-radius:8px;
  background:#fff;
  color:#34435a;
  font-size:14px;
  font-weight:650;
  cursor:pointer;
  white-space:nowrap;
  transition:border-color .16s ease,background-color .16s ease,color .16s ease;
}

.auth-code-button:hover:not(:disabled){
  border-color:#8cb0f3;
  background:#f5f8ff;
  color:#2e6fdc;
}

.auth-code-button:disabled{
  cursor:not-allowed;
  opacity:.62;
}

.auth-code-message{
  min-height:17px;
  margin-top:0;
  color:#60728e;
  font-size:12px;
  line-height:1.4;
}

.auth-code-message:empty{
  display:none;
}

.auth-code-message.is-error{
  color:#cf3d4f;
}

.auth-code-message.is-success{
  color:#16845f;
}

.auth-page-body.is-captcha-open{
  overflow:hidden;
}

.local-captcha-modal[hidden]{
  display:none;
}

.local-captcha-modal{
  position:fixed;
  z-index:1500;
  inset:0;
  display:grid;
  padding:24px;
  place-items:center;
}

.local-captcha-backdrop{
  appearance:none;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:rgba(20,31,49,.54);
  cursor:default;
}

.local-captcha-dialog{
  position:relative;
  z-index:1;
  width:min(470px,100%);
  max-height:calc(100vh - 48px);
  max-height:calc(100dvh - 48px);
  padding:18px;
  overflow:auto;
  border:1px solid #dbe3ef;
  border-radius:8px;
  background:#fff;
  box-shadow:0 24px 70px rgba(18,33,58,.28);
}

.local-captcha-dialog-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}

.local-captcha-dialog-head>div{
  display:grid;
  gap:3px;
}

.local-captcha-dialog-head strong{
  color:#1f2f46;
  font-size:18px;
  font-weight:750;
  line-height:1.35;
}

.local-captcha-dialog-head span{
  color:#708098;
  font-size:13px;
  line-height:1.5;
}

.local-captcha-dialog-close{
  appearance:none;
  display:grid;
  flex:0 0 auto;
  width:34px;
  height:34px;
  padding:0;
  place-items:center;
  border:1px solid #d8e1ed;
  border-radius:7px;
  background:#fff;
  color:#60718a;
  cursor:pointer;
}

.local-captcha-dialog-close:hover{
  border-color:#9db7df;
  background:#f5f8fc;
  color:#2f69cc;
}

.local-captcha{
  width:100%;
  margin:0;
  padding:12px;
  border:1px solid #d8e1ee;
  border-radius:8px;
  background:#f9fbfe;
}

.local-captcha-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:32px;
  margin-bottom:10px;
}

.local-captcha-head strong{
  color:#27364d;
  font-size:13px;
  font-weight:700;
  line-height:1.45;
}

.local-captcha-refresh{
  appearance:none;
  display:grid;
  flex:0 0 auto;
  place-items:center;
  width:32px;
  height:32px;
  padding:0;
  border:1px solid #d5dfec;
  border-radius:7px;
  background:#fff;
  color:#4c6485;
  cursor:pointer;
}

.local-captcha-refresh:hover{
  border-color:#9bb8e8;
  color:#2f6ed6;
}

.local-captcha-refresh:disabled{
  cursor:wait;
  opacity:.55;
}

.local-captcha-body{
  min-height:118px;
}

.local-captcha-loading,
.local-captcha-load-error{
  display:grid;
  min-height:118px;
  place-items:center;
  border:1px dashed #cad6e6;
  border-radius:7px;
  color:#718098;
  font-size:13px;
  font-weight:600;
  text-align:center;
}

.local-captcha-loading::before{
  width:22px;
  height:22px;
  margin-right:9px;
  border:2px solid #c9d7eb;
  border-top-color:#3977e8;
  border-radius:50%;
  animation:local-captcha-spin .8s linear infinite;
  content:"";
}

.local-captcha-loading{
  grid-auto-flow:column;
  justify-content:center;
}

@keyframes local-captcha-spin{
  to{transform:rotate(360deg)}
}

.local-captcha-puzzle-stage{
  position:relative;
  width:100%;
  aspect-ratio:16/7;
  overflow:hidden;
  border:1px solid #d8e1ee;
  border-radius:7px;
  background:#eaf0f8;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.45);
}

.local-captcha-puzzle-background{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  user-select:none;
  pointer-events:none;
}

.local-captcha-puzzle-piece{
  position:absolute;
  left:0;
  z-index:2;
  height:auto;
  filter:drop-shadow(0 3px 4px rgba(20,35,62,.45));
  user-select:none;
  pointer-events:none;
  will-change:transform;
}

.local-captcha-slider-track{
  position:relative;
  display:flex;
  align-items:center;
  height:48px;
  margin-top:10px;
  overflow:hidden;
  border:1px solid #d8e1ee;
  border-radius:7px;
  background:#f5f8fc;
  touch-action:none;
}

.local-captcha-slider-fill{
  position:absolute;
  inset:0 auto 0 0;
  width:23px;
  background:#e8f0ff;
  pointer-events:none;
}

.local-captcha-slider-label{
  position:absolute;
  inset:0 48px;
  display:grid;
  place-items:center;
  overflow:hidden;
  color:#718098;
  font-size:13px;
  font-weight:600;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
  pointer-events:none;
}

.local-captcha-slider-handle{
  appearance:none;
  position:absolute;
  left:0;
  z-index:2;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  padding:0;
  border:0;
  border-right:1px solid #bdd0ef;
  border-radius:6px;
  background:#fff;
  color:#3977e8;
  box-shadow:2px 0 8px rgba(55,85,130,.12);
  cursor:grab;
  touch-action:none;
  will-change:transform;
}

.local-captcha-slider-handle span{
  font-size:18px;
  font-weight:800;
  letter-spacing:0;
  line-height:1;
}

.local-captcha-slider-handle:active,
.local-captcha.is-dragging .local-captcha-slider-handle{
  cursor:grabbing;
}

.local-captcha-slider-handle:disabled{
  cursor:wait;
  opacity:.66;
}

.local-captcha-rotate{
  display:grid;
  grid-template-columns:148px minmax(0,1fr);
  align-items:center;
  gap:16px;
}

.local-captcha-rotate-frame{
  display:grid;
  width:148px;
  aspect-ratio:1;
  overflow:hidden;
  place-items:center;
  border:1px solid #d8e1ee;
  border-radius:7px;
  background:#eef3f9;
}

.local-captcha-rotate-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .08s linear;
  user-select:none;
}

.local-captcha-rotate-controls{
  display:grid;
  grid-template-columns:minmax(0,1fr) 48px;
  gap:10px;
}

.local-captcha-range{
  width:100%;
  accent-color:#3977e8;
}

.local-captcha-angle{
  align-self:center;
  color:#53657f;
  font-size:13px;
  font-variant-numeric:tabular-nums;
  text-align:right;
}

.local-captcha-confirm,
.local-captcha-secondary{
  min-height:40px;
  padding:0 15px;
  border:1px solid #3977e8;
  border-radius:7px;
  background:#3977e8;
  color:#fff;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}

.local-captcha-confirm{
  grid-column:1/-1;
}

.local-captcha-confirm:hover{
  background:#2f68c8;
}

.local-captcha-confirm:disabled,
.local-captcha-secondary:disabled{
  cursor:not-allowed;
  opacity:.52;
}

.local-captcha-secondary{
  border-color:#d5dfec;
  background:#fff;
  color:#53657f;
}

.local-captcha-input-challenge{
  display:grid;
  gap:10px;
}

.local-captcha-text-image{
  display:block;
  width:100%;
  height:104px;
  border:1px solid #d8e1ee;
  border-radius:7px;
  object-fit:cover;
  user-select:none;
}

.local-captcha-input-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 88px;
  gap:10px;
}

.local-captcha-input-row .local-captcha-confirm{
  grid-column:auto;
}

.local-captcha-answer-input{
  width:100%;
  min-width:0;
  height:42px;
  padding:0 12px;
  border:1px solid #d5dfec;
  border-radius:7px;
  background:#fff;
  color:#27364d;
  font-size:14px;
  outline:none;
}

.local-captcha-answer-input:focus{
  border-color:#79a4eb;
  box-shadow:0 0 0 3px rgba(57,119,232,.12);
}

.local-captcha-choice-challenge{
  display:grid;
  gap:10px;
}

.local-captcha-sequence-prompt,
.local-captcha-match-prompt{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:70px;
  padding:7px 10px;
  border:1px solid #d8e1ee;
  border-radius:7px;
  background:#fff;
  color:#53657f;
  font-size:12px;
  font-weight:700;
}

.local-captcha-sequence-prompt img{
  display:block;
  width:min(68%,230px);
  height:58px;
  object-fit:cover;
}

.local-captcha-match-prompt img{
  display:block;
  width:62px;
  height:62px;
  object-fit:cover;
}

.local-captcha-choice-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

.local-captcha-choice{
  appearance:none;
  position:relative;
  display:grid;
  min-width:0;
  height:70px;
  padding:4px;
  overflow:hidden;
  place-items:center;
  border:1px solid #d5dfec;
  border-radius:7px;
  background:#fff;
  cursor:pointer;
}

.local-captcha-choice:hover{
  border-color:#8cafe8;
  background:#f3f7ff;
}

.local-captcha-choice.is-selected{
  border-color:#3977e8;
  background:#eaf2ff;
  box-shadow:0 0 0 2px rgba(57,119,232,.12);
}

.local-captcha-choice[data-order]:not([data-order=""])::after{
  position:absolute;
  top:4px;
  right:4px;
  display:grid;
  width:20px;
  height:20px;
  place-items:center;
  border-radius:50%;
  background:#3977e8;
  color:#fff;
  content:attr(data-order);
  font-size:11px;
  font-weight:800;
}

.local-captcha-choice img{
  display:block;
  max-width:100%;
  width:100%;
  height:60px;
  object-fit:cover;
  user-select:none;
}

.local-captcha-choice-controls{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.local-captcha-choice-controls .local-captcha-confirm{
  grid-column:auto;
}

.local-captcha-match-confirm{
  width:100%;
}

.local-captcha-message{
  display:block;
  min-height:17px;
  margin-top:5px;
  color:#60728e;
  font-size:12px;
  line-height:1.4;
}

.local-captcha-message.is-error{
  color:#cf3d4f;
}

.local-captcha-message.is-success{
  color:#16845f;
}

.local-captcha.is-success{
  border-color:#9ad7c1;
  background:#f3fbf8;
}

.local-captcha.is-success .local-captcha-head strong{
  color:#16845f;
}

.local-captcha.is-error{
  border-color:#e9afb7;
}

.local-captcha.is-verifying{
  opacity:.82;
}

.local-captcha.needs-attention{
  animation:local-captcha-attention .34s ease;
}

@keyframes local-captcha-attention{
  0%,100%{transform:translateX(0)}
  25%{transform:translateX(-5px)}
  75%{transform:translateX(5px)}
}

@media (max-width:1500px){
  .auth-login-page .auth-wrap{
    grid-template-columns:minmax(540px,43%) minmax(680px,57%);
  }

  .auth-register-page .auth-wrap{
    grid-template-columns:minmax(500px,36%) minmax(760px,64%);
  }

  .auth-login-page .auth-showcase-inner{
    padding-left:clamp(62px,7vw,105px);
  }

  .auth-register-page .auth-showcase-inner{
    padding-left:clamp(58px,5vw,78px);
  }

  .auth-showcase-copy h2{
    font-size:27px;
  }

  .auth-login-page .auth-showcase-visual{
    width:min(620px,calc(43vw - 50px));
  }

  .auth-register-page .auth-showcase-visual{
    width:min(460px,calc(36vw - 42px));
  }

  .auth-page-body .auth-card-login{
    margin-left:clamp(34px,3vw,50px);
  }

  .auth-page-body .auth-card-register{
    margin-left:clamp(38px,3.4vw,58px);
  }

  .auth-page-body .auth-card-reset{
    margin-left:clamp(34px,3vw,50px);
  }
}

@media (max-width:1180px){
  .auth-login-page .auth-wrap,
  .auth-register-page .auth-wrap{
    grid-template-columns:minmax(410px,38%) minmax(650px,62%);
  }

  .auth-login-page .auth-showcase-inner,
  .auth-register-page .auth-showcase-inner{
    padding-right:22px;
    padding-left:48px;
  }

  .auth-showcase-copy h2{
    font-size:24px;
  }

  .auth-showcase-copy p{
    font-size:14px;
  }

  .auth-login-page .auth-showcase-visual{
    width:500px;
    margin-left:-62px;
  }

  .auth-register-page .auth-showcase-visual{
    width:400px;
    margin-left:-34px;
  }

  .auth-page-body .auth-card-login{
    width:min(600px,calc(100% - 54px));
    margin-left:27px;
    padding-right:72px;
    padding-left:72px;
  }

  .auth-page-body .auth-card-register{
    width:min(660px,calc(100% - 52px));
    margin-left:26px;
    padding-right:48px;
    padding-left:48px;
  }

  .auth-page-body .auth-card-reset{
    width:min(600px,calc(100% - 54px));
    margin-left:27px;
    padding-right:64px;
    padding-left:64px;
  }
}

@media (min-width:961px) and (max-height:900px){
  body.auth-page-body{
    overflow:hidden;
  }

  .auth-page-body .auth-wrap,
  .auth-page-body .auth-showcase,
  .auth-page-body .auth-showcase-inner,
  .auth-page-body .auth-panel{
    height:100vh;
    height:100dvh;
    min-height:0;
  }

  .auth-page-body .auth-panel{
    display:flex;
    align-items:center;
  }

  .auth-page-body .auth-panel-bar,
  .auth-register-page .auth-panel-bar{
    padding-top:clamp(18px,3.2vh,28px);
  }

  .auth-login-page .auth-showcase-inner{
    padding-top:clamp(72px,10vh,92px);
  }

  .auth-register-page .auth-showcase-inner{
    padding-top:clamp(62px,8.5vh,78px);
  }

  .auth-login-page .auth-showcase-copy{
    margin-top:34px;
  }

  .auth-register-page .auth-showcase-copy{
    margin-top:74px;
  }

  .auth-login-page .auth-showcase-visual{
    width:min(610px,calc(46vw - 72px));
    margin-top:10px;
  }

  .auth-register-page .auth-showcase-visual{
    width:min(442px,calc(38.5vw - 76px));
    margin-top:8px;
  }

  .auth-page-body .auth-card-login,
  .auth-page-body .auth-card-register,
  .auth-page-body .auth-card-reset{
    margin-top:0;
    margin-bottom:0;
    transform:scale(.88);
    transform-origin:left center;
  }
}

@media (min-width:961px) and (max-height:760px){
  .auth-page-body .auth-card-login,
  .auth-page-body .auth-card-register,
  .auth-page-body .auth-card-reset{
    transform:scale(.78);
  }

  .auth-login-page .auth-showcase-inner,
  .auth-register-page .auth-showcase-inner{
    padding-top:50px;
  }

  .auth-login-page .auth-showcase-copy{
    margin-top:28px;
  }

  .auth-register-page .auth-showcase-copy{
    margin-top:48px;
  }

  .auth-login-page .auth-showcase-visual{
    width:min(535px,calc(46vw - 72px));
  }

  .auth-register-page .auth-showcase-visual{
    width:min(390px,calc(38.5vw - 76px));
  }
}

@media (min-width:961px) and (max-height:660px){
  .auth-page-body .auth-card-login,
  .auth-page-body .auth-card-register,
  .auth-page-body .auth-card-reset{
    transform:scale(.68);
  }

  .auth-page-body .auth-showcase-brand>span{
    width:46px;
    height:46px;
    flex-basis:46px;
  }

  .auth-page-body .auth-showcase-brand strong{
    font-size:19px;
  }

  .auth-showcase-copy h2{
    font-size:23px;
  }

  .auth-showcase-copy p{
    font-size:13px;
  }

  .auth-login-page .auth-showcase-visual{
    width:min(455px,calc(46vw - 72px));
  }

  .auth-register-page .auth-showcase-visual{
    width:min(330px,calc(38.5vw - 76px));
  }
}

@media (max-width:960px){
  .auth-login-page .auth-wrap,
  .auth-register-page .auth-wrap,
  .auth-reset-page .auth-wrap{
    display:block;
  }

  .auth-page-body .auth-showcase{
    display:none;
  }

  .auth-page-body .auth-panel{
    display:flex;
    min-height:100vh;
    min-height:100dvh;
    flex-direction:column;
    overflow:hidden;
  }

  .auth-page-body .auth-panel-bar,
  .auth-register-page .auth-panel-bar{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 24px 0;
  }

  .auth-page-body .auth-panel-brand{
    display:flex;
    gap:11px;
  }

  .auth-page-body .auth-panel-brand>span{
    width:42px;
    height:42px;
    flex-basis:42px;
  }

  .auth-page-body .auth-panel-brand strong{
    max-width:260px;
    font-size:17px;
  }

  .auth-page-body .auth-home-link{
    width:44px;
    height:44px;
  }

  .auth-page-body .auth-card-login,
  .auth-page-body .auth-card-register,
  .auth-page-body .auth-card-reset{
    width:min(694px,calc(100% - 40px));
    min-height:0;
    margin:32px auto 40px;
  }

  .auth-page-body .auth-card-login{
    max-width:590px;
    padding:48px 66px 42px;
  }

  .auth-page-body .auth-card-register{
    padding:42px 52px 32px;
  }

  .auth-page-body .auth-card-reset{
    max-width:590px;
    padding:42px 58px 32px;
  }
}

@media (max-width:680px){
  .auth-page-body .auth-panel-bar,
  .auth-register-page .auth-panel-bar{
    padding:15px 16px 0;
  }

  .auth-page-body .auth-panel-brand strong{
    max-width:190px;
    font-size:15px;
  }

  .auth-page-body .auth-card-login,
  .auth-page-body .auth-card-register,
  .auth-page-body .auth-card-reset{
    width:calc(100% - 24px);
    margin-top:18px;
    margin-bottom:24px;
    padding:32px 20px 28px;
  }

  .auth-page-body .auth-heading h1,
  .auth-page-body .auth-card-register .auth-heading h1,
  .auth-page-body .auth-card-reset .auth-heading h1{
    font-size:29px;
  }

  .auth-page-body .auth-heading p{
    font-size:14px;
  }

  .auth-page-body .auth-card-login .auth-heading{
    margin-bottom:30px;
  }

  .auth-page-body .auth-card-register .auth-heading{
    margin-bottom:23px;
  }

  .auth-page-body .auth-card-reset .auth-heading{
    margin-bottom:23px;
  }

  .auth-page-body .auth-form .field{
    margin-bottom:22px;
  }

  .auth-page-body .auth-form .field label{
    font-size:14px;
  }

  .auth-page-body .auth-form input{
    height:50px;
    min-height:50px;
    font-size:14px;
  }

  .auth-page-body .auth-card-register .auth-form input{
    height:46px;
    min-height:46px;
  }

  .auth-form-grid{
    grid-template-columns:1fr;
    gap:0;
  }

  .auth-form-options{
    margin-top:4px;
    margin-bottom:25px;
  }

  .auth-page-body .auth-check,
  .auth-forgot{
    font-size:13px;
  }

  .auth-page-body .auth-submit{
    min-height:54px;
    font-size:17px;
  }

  .auth-page-body .auth-switch{
    margin-top:43px;
  }

  .auth-page-body .auth-switch::before{
    bottom:40px;
  }
}

@media (max-width:430px){
  .auth-page-body .auth-panel-brand strong{
    max-width:150px;
  }

  .auth-code-row{
    grid-template-columns:minmax(0,1fr) 108px;
    gap:8px;
  }

  .auth-code-button{
    padding-right:8px;
    padding-left:8px;
    font-size:12px;
  }

  .local-captcha-slider-label{
    right:40px;
    left:46px;
    font-size:12px;
  }

  .local-captcha{
    padding:10px;
  }

  .local-captcha-modal{
    padding:10px;
  }

  .local-captcha-dialog{
    max-height:calc(100vh - 20px);
    max-height:calc(100dvh - 20px);
    padding:14px;
  }

  .local-captcha-dialog-head{
    margin-bottom:10px;
  }

  .local-captcha-dialog-head strong{
    font-size:17px;
  }

  .local-captcha-dialog-head span{
    font-size:12px;
  }

  .local-captcha-rotate{
    grid-template-columns:116px minmax(0,1fr);
    gap:10px;
  }

  .local-captcha-rotate-frame{
    width:116px;
  }

  .local-captcha-choice-grid{
    gap:6px;
  }

  .local-captcha-choice{
    height:62px;
  }

  .local-captcha-choice img{
    height:52px;
  }
}
