fn radix_36(n: u32) -> String
Convert a u32 to a base-36 string (lowercase, same as Number.toString(36) in JS).