export function generate_id() { return Date.now().toString(36) + Math.random().toString(36).slice(2, 8); }