LN has no network wide audit/consensus that checks that all nodes/channels are all connected to the bitcoin network.
The only reasons why you need to be connected to the Bitcoin network are: 1) you need to check if the funding transaction has been confirmed 2) you need to process new incoming blocks and check if the other party didn't broadcast a commitment transaction 3) the other party might request a fee update to the latest commitment transaction; if your response is too low or too large then your peer might close or temporarily disable the channel
Currently, the third point enforces connection to some Bitcoin backend, but I could see someone modifying their client to use some third-party source for fee estimates. However, this would put them at a risk as someone could close the channel and keep using it. The modified node would keep singing new commitment transactions even though their inputs could have been already spent which would make all of those transactions invalid.
LN can work with litecoin and other coins. you are not sanctioned to only handle bitcoin when using LN.
many users right now use LN but do not bridge to the bitcoin network. there is no need to monitor bitcoin
some users are even using LN with a completely different token privately agreed with just themselves. this token has no blockchain at all