export function hasMeaningfulIdea(value: string): boolean { return value.trim().length >= 5; }