Fix
Account key resolution for private doc creation — dm login --api-key acct_... was being shadowed by doc-level keys (key_...) from .draftmark.json. Now create --private correctly prefers account keys from global config over doc keys from local config.
dm config now shows Account API Key and Doc API Key separately.