So with the standard BIP39 and import my seed from anywhere?
I think you need to know what seed and never get confused about it. From seed phrase, the seed is created. From the seed, the extented private key is created. The extended private key can be imported, it is recognized as the master private key on Electrum (airgapped cold storage for offline use) , but you will have to specify the derivation path, which can be BIP44, BIP49 and BIP84.
You can use this tool,
Mnemonic Code Converter to derive anything you also want to derive. You can make use of the seed phrase, the seed, extended private key (specifying the derivation path) to derive your keys and addresses.
Note: use it offline, downloading its html file is the best and run it on airgapped device.