pub const MAX_PAYLOAD_SIZE: usize = 1_048_576;
Maximum payload size (1MB, matches ring buffer capacity).