
/* NEMAZING V140 · AUTH SECURITY */
.auth-captcha-field{display:grid!important;gap:7px}
.auth-captcha-field>span{font-weight:700}
.auth-captcha-row{display:grid;grid-template-columns:224px minmax(100px,1fr) 44px;gap:8px;align-items:center}
.auth-captcha-row img{display:block;width:224px;height:72px;max-width:100%;object-fit:cover;border:1px solid rgba(92,82,155,.16);border-radius:12px;background:#f9fafd;user-select:none}
.auth-captcha-row .input{height:48px!important;text-align:center;font-size:18px!important;font-weight:800;letter-spacing:.14em;font-variant-numeric:tabular-nums}
.auth-captcha-refresh{width:44px;height:44px;border:1px solid rgba(92,82,155,.18);border-radius:12px;background:#f6f4ff;color:#6354dd;font-size:20px;font-weight:800;cursor:pointer;transition:.18s ease}
.auth-captcha-refresh:hover{transform:rotate(18deg);background:#eeebff;border-color:#c9c1ff}
.auth-captcha-field small{color:#8d94a3;font-size:12px}
@media(max-width:720px){
  .auth-captcha-row{grid-template-columns:minmax(0,1fr) 44px}
  .auth-captcha-row img{grid-column:1/-1;width:100%;height:auto;min-height:64px}
}
