// ============================================================ // Mobile auth — Login + Sign Up (polished) // Loads after extras-v2.jsx // ============================================================ const LOGO_URL = "https://www.nambikkai.com/logo.png"; const APP_NAME_V2 = "Ground Voice"; function AuthField({ label, icon: Ic, children }) { return ( ); } function AuthInput({ icon: Ic, type = "text", value, onChange, placeholder, trailing }) { return (