pub const MAX_DEPTH: usize = 32;
Maximum container nesting depth the reader accepts. The Matter spec recommends a 32-level limit to prevent stack blow-up on adversarial input.