I want to draw a TikZ matrix with its border and I would like to define the distance between most external matrix nodes and matrix border. Something like a matrix inner sep. If I change inner sep in matrix options declaration, all nodes inside the matrix also change its inner separation.
I know how to do it with fit library. I just want to know if its possible without it.

every outer matrixstyle can be used to only set theseps of the matrix without it affecting the settings of any nodes inside the matrix. – Qrrbrbirlbel Nov 27 '22 at 04:04