export function genId() { return ( Date.now().toString(36) + Math.random().toString(36).substring(2, 12).padStart(12, 0) ); }