.auth-form_form__rXf4T{display:grid;gap:var(--space-4)}.auth-form_field__awAGd{display:grid;gap:var(--space-2)}.auth-form_label__tzK6M{color:var(--color-text);font-size:14px;font-weight:750}.auth-form_field__awAGd input{min-height:var(--touch-target);width:100%;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);font:inherit;padding:0 var(--space-4);transition:border-color .16s ease,box-shadow .16s ease}.auth-form_field__awAGd input::placeholder{color:var(--color-muted-2)}.auth-form_field__awAGd input:focus{border-color:var(--color-accent);box-shadow:var(--focus-ring);outline:none}.auth-form_submit__eBCS6{display:inline-flex;min-height:calc(var(--touch-target) + 4px);width:100%;align-items:center;justify-content:center;margin-top:var(--space-2);border:0;border-radius:999px;background:var(--color-accent);box-shadow:0 16px 36px rgba(13,111,95,.2);color:#ffffff;cursor:pointer;font:inherit;font-weight:850;transition:background .16s ease,box-shadow .16s ease,transform .16s ease,opacity .16s ease}.auth-form_submit__eBCS6:hover:not(:disabled){background:var(--color-accent-strong);box-shadow:0 18px 40px rgba(13,111,95,.24);transform:translateY(-1px)}.auth-form_submit__eBCS6:disabled{cursor:wait;opacity:.88;transform:none}