.auth-form__form{flex-direction:column;gap:16px;display:flex}.auth-form__tabs{border-bottom:1px solid var(--border,#e5e7eb);margin-bottom:4px;display:flex}.auth-form__tab-btn{color:var(--muted-foreground,#6b7280);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:10px 4px;font-size:13px;font-weight:400;transition:all .15s}.auth-form__tab-btn[data-active=true]{color:var(--foreground);border-bottom-color:var(--foreground);font-weight:600}.auth-form__error{color:var(--error,#ef4444);background:var(--error-bg,#ef444414);border-radius:6px;padding:8px 12px}.auth-form__divider{color:var(--muted-foreground,#6b7280);align-items:center;gap:12px;font-size:13px;display:flex}.auth-form__divider:before,.auth-form__divider:after{content:"";background:var(--border,#e5e7eb);flex:1;height:1px}.auth-form__passkey-icon-btn{border:1.5px solid var(--border,#e5e7eb);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:background .15s,opacity .15s;display:flex}.auth-form__passkey-icon-btn:hover:not(:disabled){background:var(--surface-2,#f3f4f6)}.auth-form__passkey-icon-btn:disabled{opacity:.35;cursor:not-allowed}.auth-form__passkey-delete-wrapper{display:inline-flex;position:relative}.auth-form__passkey-delete-badge{background:var(--surface-1,#fff);border:1.5px solid var(--border,#e5e7eb);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;bottom:-3px;right:-3px}.auth-form__success{color:var(--success,#22c55e);background:var(--success-bg,#22c55e14);text-align:center;border-radius:6px;padding:8px 12px}
