.user-auth-login-otp-step__hint{font-size:13px;line-height:1.5;font-family:Inter,ui-sans-serif,system-ui;color:var(--user-auth-muted);margin:16px 0 0}.user-auth-form-checkbox__root{gap:8px;cursor:pointer;display:inline-flex;position:relative;align-items:center;-webkit-user-select:none;user-select:none}.user-auth-form-checkbox__root .user-auth-form-checkbox__box{border-radius:var(--user-auth-tight-radius)}.user-auth-form-checkbox__root:has(.user-auth-form-checkbox__input:focus-visible) .user-auth-form-checkbox__box,.user-auth-form-checkbox__root:has(.user-auth-form-checkbox__input[autofocus]:focus) .user-auth-form-checkbox__box{outline:1px solid var(--user-auth-focus-ring);outline-offset:var(--user-auth-ring-offset)}.user-auth-form-checkbox__input{opacity:0;position:absolute;pointer-events:none}.user-auth-form-checkbox__box{width:16px;height:16px;border:1px solid var(--user-auth-border);display:inline-flex;background:var(--user-auth-card-bg);transition:background-color .2s,border-color .2s;flex-shrink:0;align-items:center;justify-content:center}.user-auth-form-checkbox__box:after{width:4px;height:8px;border:solid var(--user-auth-card-bg);content:"";opacity:0;transform:rotate(45deg) translate(-1px,-1px);border-width:0 2px 2px 0}.user-auth-form-checkbox__input:checked+.user-auth-form-checkbox__box{border-color:var(--user-auth-highlight);background:var(--user-auth-highlight)}.user-auth-form-checkbox__input:checked+.user-auth-form-checkbox__box:after{opacity:1}.user-auth-form-checkbox__label{font-size:14px;line-height:1.5;font-family:Inter,ui-sans-serif,system-ui;color:var(--user-auth-accent)}.user-auth-login-credentials-step__form-row{font-size:13px;line-height:1.5;font-family:Inter,ui-sans-serif,system-ui;display:flex;align-items:center;margin-bottom:16px;justify-content:space-between}