:root{--sa-auth:#3B0B14;--sa-auth-soft:#f8eeec;--sa-auth-border:#eadfdb;--sa-auth-text:#24191c;--sa-auth-muted:#786b6e}
.sa-auth-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility .24s ease}.sa-auth-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.sa-auth-modal.is-page{position:fixed}.sa-auth-backdrop{position:absolute;inset:0;background:rgba(22,8,11,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.sa-auth-popup{position:relative;width:min(520px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border:1px solid rgba(59,11,20,.12);border-radius:24px;padding:26px 30px 30px;box-shadow:0 30px 100px rgba(31,7,13,.35);transform:translateY(16px) scale(.985);transition:transform .3s ease}.sa-auth-modal.is-open .sa-auth-popup{transform:none}.sa-auth-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f7efed;color:var(--sa-auth);font-size:25px;line-height:1;cursor:pointer}.sa-auth-logo-only{display:flex;justify-content:center;margin:0 auto 18px}.sa-auth-logo-only img{width:72px;height:72px;object-fit:contain}.sa-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:5px;background:#f7f1ef;border-radius:14px;margin-bottom:22px}.sa-auth-tabs button{border:0;border-radius:10px;padding:11px 12px;background:transparent;color:#5f5154;font-weight:700;cursor:pointer}.sa-auth-tabs button.active{background:var(--sa-auth);color:#fff;box-shadow:0 8px 22px rgba(59,11,20,.18)}.sa-auth-pane{display:none}.sa-auth-pane.active{display:block;animation:saAuthPane .22s ease}@keyframes saAuthPane{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.sa-auth-heading{text-align:center;margin-bottom:20px}.sa-auth-heading>span{display:block;color:var(--sa-auth);font-size:11px;font-weight:800;letter-spacing:.16em}.sa-auth-heading h2{margin:7px 0 5px;color:var(--sa-auth-text);font-size:30px;line-height:1.15}.sa-auth-heading p{margin:0;color:var(--sa-auth-muted);font-size:14px}.sa-auth-form label{display:block;margin:13px 0}.sa-auth-form label>span{display:block;margin-bottom:7px;color:#46383b;font-size:12px;font-weight:700}.sa-auth-form input[type=email],.sa-auth-form input[type=password],.sa-auth-form input[type=text],.sa-auth-form input:not([type]){width:100%;height:48px;border:1px solid var(--sa-auth-border);border-radius:11px;padding:0 14px;background:#fff;color:var(--sa-auth-text);outline:0;transition:.2s}.sa-auth-form input:focus{border-color:var(--sa-auth);box-shadow:0 0 0 4px rgba(59,11,20,.08)}.sa-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sa-auth-options{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:12px 0 16px;color:var(--sa-auth-muted);font-size:12px}.sa-auth-options label{display:flex;align-items:center;gap:7px;margin:0}.sa-auth-options a{color:var(--sa-auth);font-weight:700;text-decoration:none}.sa-auth-primary{width:100%;min-height:50px;border:0;border-radius:12px;background:var(--sa-auth);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:800;cursor:pointer;box-shadow:0 12px 28px rgba(59,11,20,.22);transition:transform .2s ease,box-shadow .2s ease}.sa-auth-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(59,11,20,.28)}.sa-auth-primary i{font-style:normal;font-size:18px}.sa-auth-alert{padding:11px 13px;border-radius:10px;margin-bottom:13px;font-size:13px}.sa-auth-alert.error{background:#fff0f2;color:#a2223b;border:1px solid #f3cbd3}.sa-auth-alert.success{background:#edf8f1;color:#167544;border:1px solid #caead6}.sa-auth-logged{max-width:520px;margin:80px auto;padding:28px;border:1px solid var(--sa-auth-border);border-radius:18px;text-align:center;background:#fff}.sa-auth-logged a{display:inline-block;margin-top:12px;background:var(--sa-auth);color:#fff;padding:11px 18px;border-radius:10px;text-decoration:none}.sa-auth-open{cursor:pointer}.sa-auth-lock{overflow:hidden!important}
@media(max-width:620px){.sa-auth-modal{padding:12px}.sa-auth-popup{padding:22px 18px 24px;border-radius:20px}.sa-auth-logo-only img{width:60px;height:60px}.sa-auth-heading h2{font-size:25px}.sa-auth-grid{grid-template-columns:1fr}.sa-auth-options{align-items:flex-start;flex-direction:column}.sa-auth-close{right:10px;top:10px}}

/* V2.2 pointer visibility and premium controls */
.sa-auth-modal,.sa-auth-modal *{cursor:auto!important}.sa-auth-modal button,.sa-auth-modal a,.sa-auth-modal input[type=checkbox]{cursor:pointer!important}.sa-auth-popup{isolation:isolate}.sa-auth-form input{caret-color:#3B0B14}.sa-auth-form input:hover{border-color:rgba(59,11,20,.42)}.sa-auth-primary{position:relative;overflow:hidden;border-radius:999px;background:linear-gradient(115deg,#3B0B14,#641527 58%,#3B0B14)}.sa-auth-primary:before{content:'';position:absolute;inset:-2px auto -2px -38%;width:28%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);transform:skewX(-18deg);animation:saAuthShine 3.3s ease-in-out infinite}.sa-auth-primary>*{position:relative;z-index:1}@keyframes saAuthShine{0%,58%{left:-38%}82%,100%{left:120%}}

/* V2.4 login-only popup and cursor reliability */
.sa-auth-login-only .sa-auth-popup{width:min(480px,100%)}
.sa-auth-login-only .sa-auth-pane[data-sa-auth-pane="register"]{display:none!important}
.sa-auth-modal,.sa-auth-modal *{cursor:default!important}
.sa-auth-modal a,.sa-auth-modal button,.sa-auth-modal label,.sa-auth-modal input[type="checkbox"]{cursor:pointer!important}
.sa-auth-modal input[type="email"],.sa-auth-modal input[type="password"],.sa-auth-modal input[type="text"],.sa-auth-modal input:not([type]){cursor:text!important;caret-color:#3B0B14!important}
.sa-auth-backdrop{cursor:pointer!important}
.sa-auth-popup{cursor:default!important}


/* V2.4 pointer visibility and login-only modal */
.sa-auth-modal,.sa-auth-modal *{cursor:auto}
.sa-auth-modal button,.sa-auth-modal a,.sa-auth-modal label,.sa-auth-modal input[type=checkbox]{cursor:pointer!important}
.sa-auth-modal input[type=email],.sa-auth-modal input[type=password],.sa-auth-modal input[type=text]{cursor:text!important;caret-color:#3B0B14!important}
.sa-auth-popup{z-index:2147483001!important}
.sa-auth-backdrop{z-index:2147483000!important}
.sa-auth-login-only .sa-auth-pane[data-sa-auth-pane=register]{display:none!important}


/* V2.5 live profile identity */
.sa-profile-photo{display:grid!important;grid-template-columns:118px minmax(0,1fr);gap:24px;align-items:center;padding:22px;border:1px solid rgba(59,11,20,.11);border-radius:22px;background:linear-gradient(135deg,#fff,#fff8f5)}
.sa-profile-avatar-stage{width:112px;height:112px;position:relative;border-radius:50%;padding:5px;background:linear-gradient(145deg,#3B0B14,#c9a268);box-shadow:0 16px 38px rgba(59,11,20,.18)}
.sa-profile-avatar-stage img{width:100%!important;height:100%!important;display:block;border-radius:50%!important;object-fit:cover;border:4px solid #fff}
.sa-profile-upload-ring{position:absolute;inset:-6px;border:1px solid rgba(59,11,20,.2);border-radius:50%;pointer-events:none}
.sa-profile-identity{min-width:0}.sa-profile-kicker{display:block;color:#3B0B14;font-size:10px;font-weight:800;letter-spacing:.16em}.sa-profile-identity h3{font-size:24px!important;line-height:1.15;margin:6px 0 4px!important;color:#2b1a1e;overflow-wrap:anywhere}.sa-profile-identity>p{margin:0 0 15px;color:#7b6c70}
.sa-profile-uploader{display:grid!important;grid-template-columns:42px minmax(0,1fr) 24px;align-items:center;gap:11px;max-width:390px;padding:10px 13px!important;border:1px solid rgba(59,11,20,.2)!important;border-radius:16px!important;background:linear-gradient(135deg,#fff7f3,#fff)!important;color:#3B0B14!important;box-shadow:0 11px 28px rgba(59,11,20,.08);cursor:pointer!important;transition:.24s}
.sa-profile-uploader:hover{transform:translateY(-2px);border-color:#3B0B14!important;box-shadow:0 16px 34px rgba(59,11,20,.14)}
.sa-profile-upload-icon{width:42px;height:42px;border-radius:13px;background:#3B0B14;color:#fff;display:grid;place-items:center}.sa-profile-upload-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.sa-profile-upload-copy{min-width:0}.sa-profile-upload-copy strong,.sa-profile-upload-copy small{display:block;text-align:left}.sa-profile-upload-copy strong{font-size:13px}.sa-profile-upload-copy small{font-size:10px;color:#8c767c;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sa-profile-upload-arrow{font-size:20px;transition:.2s}.sa-profile-uploader:hover .sa-profile-upload-arrow{transform:translateX(3px)}
.sa-profile-uploader.is-uploading{pointer-events:none}.sa-profile-uploader.is-uploading .sa-profile-upload-icon{animation:saProfileSpin 1.1s linear infinite}.sa-profile-uploader.has-error{border-color:#c43c54!important;background:#fff2f4!important}
@keyframes saProfileSpin{to{transform:rotate(360deg)}}
@media(max-width:620px){.sa-profile-photo{grid-template-columns:1fr;text-align:center}.sa-profile-avatar-stage{margin:auto}.sa-profile-uploader{margin:auto;text-align:left}}


/* V2.6.3 final client profile identity */
.sa-client-identity-card{display:block!important;padding:0!important;overflow:hidden;border-radius:18px!important;background:#fff!important;border:1px solid rgba(59,11,20,.13)!important;box-shadow:0 16px 42px rgba(59,11,20,.08)}
.sa-client-identity-head{display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px 24px;background:linear-gradient(135deg,#fff,#fff8f5);border-bottom:1px solid rgba(59,11,20,.1)}
.sa-client-identity-head .sa-profile-avatar-stage{width:88px;height:88px}.sa-profile-online-dot{position:absolute;right:3px;bottom:8px;width:14px;height:14px;border-radius:50%;background:#2cad68;border:3px solid #fff;box-shadow:0 0 0 1px rgba(44,173,104,.25)}
.sa-client-active-badge{align-self:start;padding:7px 11px;border-radius:8px;background:#ebf8f0;border:1px solid #bee7ce;color:#16824a;font-size:11px;font-weight:800;white-space:nowrap}
.sa-client-photo-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:20px 24px;position:relative}.sa-client-upload-copy strong{display:block;font-size:15px;color:#2b1a1e}.sa-client-upload-copy p{margin:4px 0;color:#6f6265;font-size:13px}.sa-client-upload-copy small{color:#927f84;font-size:11px}.sa-client-upload-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.sa-client-photo-btn{appearance:none;border:1px solid rgba(59,11,20,.22);border-radius:8px;background:#fff;color:#3B0B14;min-height:40px;padding:0 15px;font-weight:800;cursor:pointer}.sa-client-photo-btn.primary{background:#3B0B14;color:#fff;border-color:#3B0B14}.sa-client-photo-btn:hover{transform:translateY(-1px);box-shadow:0 9px 20px rgba(59,11,20,.12)}.sa-client-upload-status{grid-column:1/-1;padding:9px 11px;border-radius:8px;background:#fbf5f3;color:#765f65;font-size:11px}.sa-client-identity-card.is-uploading .sa-client-upload-status{color:#3B0B14}.sa-client-identity-card.has-error .sa-client-upload-status{background:#fff0f2;color:#ae2942}.sa-client-identity-card.is-previewing .sa-profile-avatar-stage{box-shadow:0 0 0 5px rgba(59,11,20,.07),0 16px 38px rgba(59,11,20,.18)}
@media(max-width:700px){.sa-client-identity-head{grid-template-columns:78px minmax(0,1fr);padding:18px}.sa-client-identity-head .sa-profile-avatar-stage{width:72px;height:72px}.sa-client-active-badge{grid-column:2;justify-self:start;margin-top:-8px}.sa-client-photo-tools{grid-template-columns:1fr;padding:17px 18px}.sa-client-upload-actions{justify-content:stretch}.sa-client-photo-btn{flex:1}.sa-client-upload-status{grid-column:1}}


/* V2.6.4 — unified premium photo action icons */
.sa-photo-action-with-icon{display:inline-flex!important;align-items:center;justify-content:center;gap:9px;overflow:hidden;position:relative}
.sa-photo-action-icon{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;background:rgba(59,11,20,.08);flex:0 0 auto;transition:transform .28s cubic-bezier(.2,.8,.24,1),background .24s ease}
.sa-client-photo-btn.primary .sa-photo-action-icon{background:rgba(255,255,255,.15)}
.sa-photo-action-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sa-photo-action-with-icon:hover .sa-photo-action-icon{transform:translateY(-1px) rotate(-4deg) scale(1.06)}
.sa-photo-action-with-icon:active .sa-photo-action-icon{transform:scale(.94)}
@media(max-width:700px){.sa-photo-action-with-icon{min-height:44px}.sa-photo-action-icon{width:26px;height:26px}}

/* V3.24 — keep the native file control hidden; the designed Choose Image button is the only visible picker. */
.sa-client-identity-card input[type="file"][data-sa-profile-input],
.sa-profile-photo input[type="file"][data-sa-profile-input]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* V2.6.7 — password visibility, strong generator and recovery actions */
.sa-password-block{display:block!important}
.sa-password-control{position:relative;display:block;width:100%}
.sa-password-control>input{width:100%!important;padding-right:52px!important}
.sa-password-toggle{position:absolute;right:5px;top:50%;transform:translateY(-50%);width:39px;height:39px;padding:0;border:0;border-radius:9px;background:transparent;color:#725e63;display:grid;place-items:center;cursor:pointer!important;transition:background .2s ease,color .2s ease,transform .2s ease;z-index:2}
.sa-password-toggle:hover,.sa-password-toggle:focus-visible{background:#f6ece9;color:#3B0B14;outline:0}
.sa-password-toggle:active{transform:translateY(-50%) scale(.94)}
.sa-password-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sa-password-toggle.is-visible:after{content:'';position:absolute;width:23px;height:1.7px;border-radius:2px;background:currentColor;transform:rotate(-43deg);box-shadow:0 0 0 2px #fff}
.sa-password-tools{display:flex!important;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}
.sa-generate-password{appearance:none;border:0;background:transparent;color:#3B0B14;padding:0;font:inherit;font-size:11px;font-weight:800;line-height:1.35;cursor:pointer!important;text-decoration:underline;text-decoration-color:rgba(59,11,20,.28);text-underline-offset:3px}
.sa-generate-password:hover{text-decoration-color:#3B0B14}
.sa-password-strength{font-size:10px;font-weight:700;color:#8b797e;white-space:nowrap}
.sa-password-strength.is-weak{color:#bd2f48}.sa-password-strength.is-fair{color:#b66b13}.sa-password-strength.is-good{color:#557a24}.sa-password-strength.is-strong{color:#16824a}
.sa-password-meter{display:block!important;height:4px;margin-top:7px;border-radius:99px;overflow:hidden;background:#eee4e2}
.sa-password-meter>i{display:block;height:100%;width:0;border-radius:inherit;background:#c7b8bb;transition:width .24s ease,background .24s ease}
.sa-password-meter>i.is-weak{background:#d74b62}.sa-password-meter>i.is-fair{background:#dc8c2e}.sa-password-meter>i.is-good{background:#7e9d39}.sa-password-meter>i.is-strong{background:#20a565}
.sa-password-help{display:block;margin-top:7px;color:#877479;font-size:10px;line-height:1.45}
.sa-forgot-link{display:inline-flex!important;align-items:center;gap:5px;padding:5px 8px;margin:-5px -8px;border-radius:8px;transition:background .2s ease}
.sa-forgot-link:hover{background:#f7efed}
.sa-profile-grid .sa-password-control input,.sa-modal .sa-password-control input{padding-right:52px!important}
.sa-profile-grid .sa-password-tools,.sa-modal .sa-password-tools{margin-top:7px}
@media(max-width:620px){.sa-password-tools{align-items:flex-start;flex-direction:column;gap:5px}.sa-password-strength{white-space:normal}.sa-auth-options .sa-forgot-link{margin-left:-8px}}


/* V2.6.8 — shared Login/Create Account modal + mobile eye alignment */
.sa-auth-modal .sa-auth-tabs{display:grid!important}
.sa-auth-modal .sa-auth-pane[data-sa-auth-pane="register"]{display:none}
.sa-auth-modal .sa-auth-pane[data-sa-auth-pane="register"].active{display:block!important}
.sa-auth-modal .sa-password-control{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 50px!important;
  grid-template-rows:1fr!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
.sa-auth-modal .sa-password-control>input{
  grid-column:1/-1!important;
  grid-row:1!important;
  width:100%!important;
  min-width:0!important;
  padding-right:58px!important;
  margin:0!important;
  position:relative!important;
  z-index:1!important;
}
.sa-auth-modal .sa-password-control>.sa-password-toggle{
  position:relative!important;
  inset:auto!important;
  right:auto!important;
  left:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  grid-column:2!important;
  grid-row:1!important;
  justify-self:center!important;
  align-self:center!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#725e63!important;
  z-index:3!important;
  box-shadow:none!important;
}
.sa-auth-modal .sa-password-control>.sa-password-toggle:hover,
.sa-auth-modal .sa-password-control>.sa-password-toggle:focus-visible{
  background:#f6ece9!important;
  color:#3B0B14!important;
  transform:none!important;
}
.sa-auth-modal .sa-password-control>.sa-password-toggle:active{transform:scale(.94)!important}
.sa-auth-modal .sa-password-control>.sa-password-toggle svg{
  display:block!important;
  width:21px!important;
  height:21px!important;
  margin:0!important;
  fill:none!important;
  stroke:currentColor!important;
  pointer-events:none!important;
}
.sa-auth-switch-row{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin:16px 0 0!important;
  color:#786b6e!important;
  font-size:12px!important;
  text-align:center!important;
}
.sa-auth-switch-row button{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  color:#3B0B14!important;
  padding:3px 4px!important;
  margin:0!important;
  font:inherit!important;
  font-weight:800!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
  cursor:pointer!important;
}
.sa-auth-switch-row button:hover,.sa-auth-switch-row button:focus-visible{color:#70172a!important;outline:0!important}
@media(max-width:620px){
  .sa-auth-modal{padding:10px!important}
  .sa-auth-popup{width:min(100%,500px)!important;padding:20px 16px 22px!important;border-radius:20px!important}
  .sa-auth-tabs{margin-bottom:18px!important}
  .sa-auth-tabs button{min-height:42px!important;padding:10px 8px!important}
  .sa-auth-modal .sa-password-control>.sa-password-toggle{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}
  .sa-auth-options{gap:10px!important}
}


/* V2.6.10 — no top Login/Create segmented tabs; use the form-bottom switch only. */
.sa-auth-modal .sa-auth-tabs,
.sa-auth-popup > .sa-auth-tabs{display:none!important}
.sa-auth-logo-only{margin-bottom:20px!important}


/* V2.6.11 — guest website safety: a closed auth modal can never cover the page. */
.sa-auth-modal[hidden]{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}
html:not(.sa-auth-lock) .sa-auth-modal:not(.is-open):not(.is-page){pointer-events:none!important}

/* V2.6.14 — verified-email registration OTP */
.sa-registration-email-row,
.sa-registration-otp-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:9px!important;
  margin:0!important;
  color:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
}
.sa-registration-email-row>input,
.sa-registration-otp-row>input{min-width:0!important;margin:0!important}
.sa-otp-action{
  min-width:105px!important;
  height:48px!important;
  padding:0 15px!important;
  border:1px solid rgba(59,11,20,.18)!important;
  border-radius:11px!important;
  background:#f8efec!important;
  color:#3B0B14!important;
  font:inherit!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  transition:background .2s ease,border-color .2s ease,transform .2s ease,opacity .2s ease!important;
}
.sa-otp-action:hover:not(:disabled),
.sa-otp-action:focus-visible:not(:disabled){background:#f1dfda!important;border-color:rgba(59,11,20,.34)!important;transform:translateY(-1px)!important;outline:0!important}
.sa-otp-action.verify{background:#3B0B14!important;color:#fff!important;border-color:#3B0B14!important}
.sa-otp-action.verify:hover:not(:disabled),
.sa-otp-action.verify:focus-visible:not(:disabled){background:#5a1222!important}
.sa-otp-action:disabled{opacity:.58!important;cursor:not-allowed!important;transform:none!important}
.sa-registration-otp{
  margin:12px 0 14px!important;
  padding:14px!important;
  border:1px solid rgba(59,11,20,.12)!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,#fffaf7,#f8efeb)!important;
}
.sa-registration-otp[hidden]{display:none!important}
.sa-registration-otp label{margin:0!important}
.sa-registration-otp input{
  text-align:center!important;
  font-size:18px!important;
  font-weight:800!important;
  letter-spacing:.18em!important;
  color:#3B0B14!important;
}
.sa-otp-status{
  display:block!important;
  min-height:18px!important;
  margin-top:9px!important;
  color:#76676b!important;
  font-size:11.5px!important;
  line-height:1.5!important;
}
.sa-otp-status.is-working{color:#8a6327!important}
.sa-otp-status.is-error{color:#a2223b!important}
.sa-otp-status.is-success{color:#167544!important;font-weight:700!important}
.sa-auth-form.is-email-verified .sa-registration-email-row input{
  border-color:#82c5a1!important;
  background:#f1fbf5!important;
  box-shadow:0 0 0 3px rgba(22,117,68,.07)!important;
}
.sa-auth-primary[data-sa-create-account]:disabled{
  opacity:.55!important;
  cursor:not-allowed!important;
  transform:none!important;
  box-shadow:none!important;
  filter:saturate(.65)!important;
}
.sa-auth-primary[data-sa-create-account]:disabled:before{display:none!important;animation:none!important}
.sa-auth-primary[data-sa-create-account].is-ready{opacity:1!important;filter:none!important}
@media(max-width:480px){
  .sa-registration-email-row,
  .sa-registration-otp-row{grid-template-columns:minmax(0,1fr) 96px!important;gap:7px!important}
  .sa-otp-action{min-width:96px!important;padding:0 9px!important;font-size:11px!important}
}

/* V2.6.14.2 — password fields stay locked until email OTP verification */
.sa-auth-form [data-sa-password-lock]{
  transition:opacity .22s ease,filter .22s ease;
}
.sa-auth-form [data-sa-password-lock].is-otp-locked{
  opacity:.52!important;
  filter:saturate(.55)!important;
}
.sa-auth-form [data-sa-password-lock].is-otp-locked input:disabled{
  background:#f3eeee!important;
  color:#9a898d!important;
  cursor:not-allowed!important;
  -webkit-text-fill-color:#9a898d!important;
}
.sa-auth-form [data-sa-password-lock] button:disabled{
  cursor:not-allowed!important;
  opacity:.48!important;
  pointer-events:none!important;
}
.sa-auth-form.is-email-verified [data-sa-password-lock]{
  opacity:1!important;
  filter:none!important;
}
