pub(super) const MAX_STRING_CHARS: usize = 32_768;
Maximum characters allowed per individual input string (SEC-3).