@onairos/react-native 3.6.6 → 3.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/lib/commonjs/api/index.js +1 -1
  2. package/lib/commonjs/components/BodyText.js +1 -1
  3. package/lib/commonjs/components/BrandMark.js +1 -1
  4. package/lib/commonjs/components/CodeInput.js +1 -1
  5. package/lib/commonjs/components/EmailInput.js +1 -1
  6. package/lib/commonjs/components/GoogleButton.js +1 -1
  7. package/lib/commonjs/components/HeadingGroup.js +1 -1
  8. package/lib/commonjs/components/LLMDataInputModal.js +1 -1
  9. package/lib/commonjs/components/ModalHeader.js +1 -1
  10. package/lib/commonjs/components/ModalSheet.js +1 -1
  11. package/lib/commonjs/components/Onairos.js +1 -1
  12. package/lib/commonjs/components/OnairosButton.js +1 -1
  13. package/lib/commonjs/components/OnairosSignInButton.js +1 -1
  14. package/lib/commonjs/components/Overlay.js +1 -1
  15. package/lib/commonjs/components/PersonaImage.js +1 -1
  16. package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
  17. package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
  18. package/lib/commonjs/components/PinCreationScreen.js +1 -1
  19. package/lib/commonjs/components/PinInput.js +1 -1
  20. package/lib/commonjs/components/PlatformConnectorsStep.js +1 -1
  21. package/lib/commonjs/components/PlatformList.js +1 -1
  22. package/lib/commonjs/components/PlatformToggle.js +1 -1
  23. package/lib/commonjs/components/PrimaryButton.js +1 -1
  24. package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
  25. package/lib/commonjs/components/SignInStep.js +1 -1
  26. package/lib/commonjs/components/UniversalOnboarding.js +1 -1
  27. package/lib/commonjs/components/VerificationStep.js +1 -1
  28. package/lib/commonjs/components/WelcomeScreen.js +1 -1
  29. package/lib/commonjs/components/icons/Basicproficon.js +1 -1
  30. package/lib/commonjs/components/icons/Basicprofile.js +1 -1
  31. package/lib/commonjs/components/icons/Checkbox.js +1 -1
  32. package/lib/commonjs/components/icons/Checkmark.js +1 -1
  33. package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
  34. package/lib/commonjs/components/icons/Contenticon.js +1 -1
  35. package/lib/commonjs/components/icons/EnochE.js +1 -1
  36. package/lib/commonjs/components/icons/Personalityicon.js +1 -1
  37. package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
  38. package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
  39. package/lib/commonjs/components/icons/Userpreferences.js +1 -1
  40. package/lib/commonjs/components/icons/index.js +1 -1
  41. package/lib/commonjs/components/onboarding/OAuthWebView.js +1 -1
  42. package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
  43. package/lib/commonjs/components/onboarding/PinInput.js +1 -1
  44. package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
  45. package/lib/commonjs/config/api.js +1 -1
  46. package/lib/commonjs/constants/index.js +1 -1
  47. package/lib/commonjs/context/AuthContext.js +1 -1
  48. package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
  49. package/lib/commonjs/hooks/useConnections.js +1 -1
  50. package/lib/commonjs/hooks/useCredentials.js +1 -1
  51. package/lib/commonjs/hooks/useUserConnections.js +1 -1
  52. package/lib/commonjs/index.js +1 -1
  53. package/lib/commonjs/services/apiClient.js +1 -1
  54. package/lib/commonjs/services/biometricPinService.js +1 -1
  55. package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
  56. package/lib/commonjs/services/chatGPTConversationService.js +1 -1
  57. package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
  58. package/lib/commonjs/services/claudeConversationService.js +1 -1
  59. package/lib/commonjs/services/connectedAccountsService.js +1 -1
  60. package/lib/commonjs/services/googleAuthService.js +1 -1
  61. package/lib/commonjs/services/hingeDataExtractor.js +1 -1
  62. package/lib/commonjs/services/hingeDataService.js +1 -1
  63. package/lib/commonjs/services/imageCompressionService.js +1 -1
  64. package/lib/commonjs/services/instagramDataExtractor.js +1 -1
  65. package/lib/commonjs/services/instagramDataService.js +1 -1
  66. package/lib/commonjs/services/jwtStorageService.js +1 -1
  67. package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
  68. package/lib/commonjs/services/linkedinProfileService.js +1 -1
  69. package/lib/commonjs/services/linkedinScrapingService.js +1 -1
  70. package/lib/commonjs/services/llmDataStorage.js +1 -1
  71. package/lib/commonjs/services/mobileTrainingService.js +1 -1
  72. package/lib/commonjs/services/pinEncryptionService.js +1 -1
  73. package/lib/commonjs/services/pinStorageUtils.js +1 -1
  74. package/lib/commonjs/services/platformAuthService.js +1 -1
  75. package/lib/commonjs/services/sephoraDataExtractor.js +1 -1
  76. package/lib/commonjs/services/sephoraDataService.js +1 -1
  77. package/lib/commonjs/services/storageService.js +1 -1
  78. package/lib/commonjs/services/telegramDataExtractor.js +1 -1
  79. package/lib/commonjs/services/telegramDataService.js +1 -1
  80. package/lib/commonjs/services/trainingApiHelpers.js +1 -1
  81. package/lib/commonjs/services/userConnectionsService.js +1 -1
  82. package/lib/commonjs/services/youtubeMigrationService.js +1 -1
  83. package/lib/commonjs/theme/index.js +1 -1
  84. package/lib/commonjs/types/index.js +1 -1
  85. package/lib/commonjs/types.js +1 -1
  86. package/lib/commonjs/utils/Portal.js +1 -1
  87. package/lib/commonjs/utils/api.js +1 -1
  88. package/lib/commonjs/utils/assetRegistry.js +1 -1
  89. package/lib/commonjs/utils/auth.js +1 -1
  90. package/lib/commonjs/utils/connectorTests.js +1 -1
  91. package/lib/commonjs/utils/crypto.js +1 -1
  92. package/lib/commonjs/utils/debugHelper.js +1 -1
  93. package/lib/commonjs/utils/encryption.js +1 -1
  94. package/lib/commonjs/utils/eventUtils.js +1 -1
  95. package/lib/commonjs/utils/haptics.js +1 -1
  96. package/lib/commonjs/utils/imagePreloader.js +1 -1
  97. package/lib/commonjs/utils/networkDiagnostics.js +1 -1
  98. package/lib/commonjs/utils/onairosApi.js +1 -1
  99. package/lib/commonjs/utils/programmaticFlow.js +1 -1
  100. package/lib/commonjs/utils/retryHelper.js +1 -1
  101. package/lib/commonjs/utils/secureStorage.js +1 -1
  102. package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
  103. package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
  104. package/lib/commonjs/utils/webviewScripts/hinge.js +1 -1
  105. package/lib/commonjs/utils/webviewScripts/index.js +1 -1
  106. package/lib/commonjs/utils/webviewScripts/instagram.js +1 -1
  107. package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
  108. package/lib/commonjs/utils/webviewScripts/sephora.js +1 -1
  109. package/lib/commonjs/utils/webviewScripts/telegram.js +1 -1
  110. package/lib/module/api/index.js +1 -1
  111. package/lib/module/components/BodyText.js +1 -1
  112. package/lib/module/components/BrandMark.js +1 -1
  113. package/lib/module/components/CodeInput.js +1 -1
  114. package/lib/module/components/EmailInput.js +1 -1
  115. package/lib/module/components/GoogleButton.js +1 -1
  116. package/lib/module/components/HeadingGroup.js +1 -1
  117. package/lib/module/components/LLMDataInputModal.js +1 -1
  118. package/lib/module/components/ModalHeader.js +1 -1
  119. package/lib/module/components/ModalSheet.js +1 -1
  120. package/lib/module/components/Onairos.js +1 -1
  121. package/lib/module/components/OnairosButton.js +1 -1
  122. package/lib/module/components/OnairosSignInButton.js +1 -1
  123. package/lib/module/components/Overlay.js +1 -1
  124. package/lib/module/components/PersonaImage.js +1 -1
  125. package/lib/module/components/PersonaLoadingScreen.js +1 -1
  126. package/lib/module/components/PersonalizationConsentScreen.js +1 -1
  127. package/lib/module/components/PinCreationScreen.js +1 -1
  128. package/lib/module/components/PinInput.js +1 -1
  129. package/lib/module/components/PlatformConnectorsStep.js +1 -1
  130. package/lib/module/components/PlatformList.js +1 -1
  131. package/lib/module/components/PlatformToggle.js +1 -1
  132. package/lib/module/components/PrimaryButton.js +1 -1
  133. package/lib/module/components/SignInMatchAnimation.js +1 -1
  134. package/lib/module/components/SignInStep.js +1 -1
  135. package/lib/module/components/UniversalOnboarding.js +1 -1
  136. package/lib/module/components/VerificationStep.js +1 -1
  137. package/lib/module/components/WelcomeScreen.js +1 -1
  138. package/lib/module/components/icons/Basicproficon.js +1 -1
  139. package/lib/module/components/icons/Basicprofile.js +1 -1
  140. package/lib/module/components/icons/Checkbox.js +1 -1
  141. package/lib/module/components/icons/Checkmark.js +1 -1
  142. package/lib/module/components/icons/Contentanalysis.js +1 -1
  143. package/lib/module/components/icons/Contenticon.js +1 -1
  144. package/lib/module/components/icons/EnochE.js +1 -1
  145. package/lib/module/components/icons/Personalityicon.js +1 -1
  146. package/lib/module/components/icons/Personalityprofile.js +1 -1
  147. package/lib/module/components/icons/Personalitytraits.js +1 -1
  148. package/lib/module/components/icons/Userpreferences.js +1 -1
  149. package/lib/module/components/onboarding/OAuthWebView.js +1 -1
  150. package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
  151. package/lib/module/components/onboarding/PinInput.js +1 -1
  152. package/lib/module/components/onboarding/PlatformConnector.js +1 -1
  153. package/lib/module/config/api.js +1 -1
  154. package/lib/module/constants/index.js +1 -1
  155. package/lib/module/context/AuthContext.js +1 -1
  156. package/lib/module/hooks/useConnectedAccounts.js +1 -1
  157. package/lib/module/hooks/useConnections.js +1 -1
  158. package/lib/module/hooks/useCredentials.js +1 -1
  159. package/lib/module/hooks/useUserConnections.js +1 -1
  160. package/lib/module/index.js +1 -1
  161. package/lib/module/services/apiClient.js +1 -1
  162. package/lib/module/services/biometricPinService.js +1 -1
  163. package/lib/module/services/chatGPTConversationExtractor.js +1 -1
  164. package/lib/module/services/chatGPTConversationService.js +1 -1
  165. package/lib/module/services/claudeConversationExtractor.js +1 -1
  166. package/lib/module/services/claudeConversationService.js +1 -1
  167. package/lib/module/services/connectedAccountsService.js +1 -1
  168. package/lib/module/services/googleAuthService.js +1 -1
  169. package/lib/module/services/hingeDataExtractor.js +1 -1
  170. package/lib/module/services/hingeDataService.js +1 -1
  171. package/lib/module/services/imageCompressionService.js +1 -1
  172. package/lib/module/services/instagramDataExtractor.js +1 -1
  173. package/lib/module/services/instagramDataService.js +1 -1
  174. package/lib/module/services/jwtStorageService.js +1 -1
  175. package/lib/module/services/linkedinDOMExtractor.js +1 -1
  176. package/lib/module/services/linkedinProfileService.js +1 -1
  177. package/lib/module/services/linkedinScrapingService.js +1 -1
  178. package/lib/module/services/llmDataStorage.js +1 -1
  179. package/lib/module/services/mobileTrainingService.js +1 -1
  180. package/lib/module/services/pinEncryptionService.js +1 -1
  181. package/lib/module/services/pinStorageUtils.js +1 -1
  182. package/lib/module/services/platformAuthService.js +1 -1
  183. package/lib/module/services/sephoraDataExtractor.js +1 -1
  184. package/lib/module/services/sephoraDataService.js +1 -1
  185. package/lib/module/services/storageService.js +1 -1
  186. package/lib/module/services/telegramDataExtractor.js +1 -1
  187. package/lib/module/services/telegramDataService.js +1 -1
  188. package/lib/module/services/trainingApiHelpers.js +1 -1
  189. package/lib/module/services/userConnectionsService.js +1 -1
  190. package/lib/module/services/youtubeMigrationService.js +1 -1
  191. package/lib/module/theme/index.js +1 -1
  192. package/lib/module/types.js +1 -1
  193. package/lib/module/utils/Portal.js +1 -1
  194. package/lib/module/utils/api.js +1 -1
  195. package/lib/module/utils/assetRegistry.js +1 -1
  196. package/lib/module/utils/auth.js +1 -1
  197. package/lib/module/utils/connectorTests.js +1 -1
  198. package/lib/module/utils/crypto.js +1 -1
  199. package/lib/module/utils/debugHelper.js +1 -1
  200. package/lib/module/utils/encryption.js +1 -1
  201. package/lib/module/utils/eventUtils.js +1 -1
  202. package/lib/module/utils/haptics.js +1 -1
  203. package/lib/module/utils/networkDiagnostics.js +1 -1
  204. package/lib/module/utils/onairosApi.js +1 -1
  205. package/lib/module/utils/programmaticFlow.js +1 -1
  206. package/lib/module/utils/retryHelper.js +1 -1
  207. package/lib/module/utils/secureStorage.js +1 -1
  208. package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
  209. package/lib/module/utils/webviewScripts/claude.js +1 -1
  210. package/lib/module/utils/webviewScripts/hinge.js +1 -1
  211. package/lib/module/utils/webviewScripts/index.js +1 -1
  212. package/lib/module/utils/webviewScripts/instagram.js +1 -1
  213. package/lib/module/utils/webviewScripts/linkedin.js +1 -1
  214. package/lib/module/utils/webviewScripts/sephora.js +1 -1
  215. package/lib/module/utils/webviewScripts/telegram.js +1 -1
  216. package/package.json +1 -1
@@ -27,4 +27,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
27
27
  require("../services/jwtStorageService")
28
28
  ];
29
29
  function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
30
- function _0x69bc(_0x4b947c,_0x69bc21){_0x4b947c=_0x4b947c-0x0;const _0x578981=_0x4b94();let _0x367d54=_0x578981[_0x4b947c];return _0x367d54;}Object['defineProperty'](exports,'__esModule',{'value':!![]}),exports[_0x69bc(0x0)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_BrandMark=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x3)),_HeadingGroup=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x4)),_BodyText=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x5)),_PrimaryButton=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x6)),_SignInStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x7)),_VerificationStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x8)),_PlatformConnectorsStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x9)),_PersonalizationConsentScreen=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0xa)),_platformAuthService=__ONAIROS_REQ_FUNC__(0xb),_assetRegistry=__ONAIROS_REQ_FUNC__(0xc),_googleAuthService=__ONAIROS_REQ_FUNC__(0xd),_haptics=__ONAIROS_REQ_FUNC__(0xe),_authService=__ONAIROS_REQ_FUNC__(0xf),_socket=__ONAIROS_REQ_FUNC__(0x10),_pinStorageUtils=__ONAIROS_REQ_FUNC__(0x11),_pinEncryptionService=__ONAIROS_REQ_FUNC__(0x12),_mobileTrainingService=__ONAIROS_REQ_FUNC__(0x13),_llmDataStorage=__ONAIROS_REQ_FUNC__(0x14),_connectedAccountsService=__ONAIROS_REQ_FUNC__(0x15),_api=__ONAIROS_REQ_FUNC__(0x16),_jwtStorageService=__ONAIROS_REQ_FUNC__(0x17);function _interopRequireDefault(_0x527ab9){return _0x527ab9&&_0x527ab9[_0x69bc(0x1)]?_0x527ab9:{'default':_0x527ab9};}function _0x4b94(){const _0x1acaeb=['UniversalOnboarding','__esModule','object','function','default','lNgQM','yaHYm','HbiKT','dlXOX','has','get','set','KUbXg','hasOwnProperty','call','defineProperty','getOwnPropertyDescriptor','NRXCb','window','🔍\x20UniversalOnboarding:\x20current\x20step\x20is:','🔍\x20UniversalOnboarding:\x20primaryAuthOnly\x20is:','ioWIY','🍎\x20[APPLE\x20FIX]\x20primaryAuthOnly\x20detected\x20-\x20resetting\x20to\x20welcome\x20step','🍎\x20[APPLE\x20FIX]\x20Current\x20step\x20was:','welcome','persona','UZlTe','connectedPlatforms','Total\x20platforms:','Error\x20storing\x20connected\x20platform:','Error\x20removing\x20connected\x20platform:','Waiting\x20for\x20training\x20to\x20start\x20from\x20connector→PIN\x20transition','CONNECTIONS_REQUIRED','Connections\x20required','Error\x20disconnecting\x20platform:','oPCZU','cancel','Yes','destructive','pbtEc','❌\x20Socket\x20reconnection\x20failed\x20after\x20all\x20attempts','Connection\x20failed.\x20Please\x20try\x20again.','ftIpH','TnjnQ','🍎\x20Get\x20Started\x20pressed\x20(Apple\x20user)\x20-\x20skipping\x20signin,\x20going\x20to\x20platforms','platforms','🚀\x20Get\x20Started\x20pressed\x20-\x20moving\x20to\x20signin','signin','Error\x20handling\x20OAuth\x20callback:','❌\x20[BACKGROUND]\x20Socket\x20disconnected','5|0|3|1|4|2','💾\x20Storage\x20method:','🔐\x20Encryption\x20enabled:','🗄️\x20Databases\x20used:','✅\x20Training\x20completed:','Complete!','OcYdY','wCeMH','AbWoM','LOjro','url','btvXv','iVRat','❌\x20No\x20socket\x20ID\x20available\x20after\x20connection','✅\x20Verification\x20code\x20sent\x20successfully','Network\x20error.\x20Please\x20try\x20again.','IaBBV','existing_user_token','1|3|0|2|4|5','mobile_user','🔑\x20[CACHED\x20LOGIN]\x20Found\x20valid\x20token\x20for\x20user:','NjUVE','dxUKi','2|3|0|5|1|4','🔑\x20[CACHED\x20LOGIN]\x20Skipping\x20to\x20consent\x20screen','NWTwr','ZIydW','fxiUO','DBrom','4|2|1|0|3','verification','🧪\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','GBAyT','uwOdC','bEcTY','training-complete-token','VIvjI','Initial\x20connection\x20status:','Connection\x20statuses\x20set:','Error\x20loading\x20initial\x20connection\x20status:','OalxV','❌\x20Socket\x20disconnected,\x20reason:','eGnCB','rhFip','❌\x20Training\x20update\x20error:','✅\x20Authentication\x20token\x20already\x20exists:','xpLzm','5|3|6|2|1|4|0','true','eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyZXZpZXdlciI6dHJ1ZSwiaWF0IjoxNzA0MDY3MjAwfQ.reviewer-bypass-signature-placeholder','Twnnw','test@example.com','📧\x20Sending\x20verification\x20code\x20to:','❌\x20Failed\x20to\x20send\x20verification\x20code:','❌\x20Error\x20sending\x20verification\x20code:','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','VWKGq','TLwPj','Failed\x20to\x20resend\x20verification\x20code.','1|3|5|2|4|0','connect','PfUWu','🔗\x20Initiating\x20Google\x20Sign-In','🔍\x20Is\x20new\x20user?','👤\x20Returning\x20user\x20detected\x20via\x20Google\x20Sign-In\x20-\x20checking\x20for\x20existing\x20connections','ywhgQ','1|3|5|4|2|0','PPASw','ℹ️\x20No\x20existing\x20connections\x20found\x20-\x20proceeding\x20to\x20platforms\x20step','ℹ️\x20Google\x20Sign-In\x20cancelled\x20by\x20user','🔍\x20App\x20name:','✅\x20Email\x20verification\x20successful','🔍\x20Checking\x20for\x20returning\x20user\x20data...','returning_user','🔍\x20Returning\x20user\x20check:','👋\x20Welcome\x20back!\x20User\x20has\x20existing\x20connections,\x20skipping\x20to\x20consent\x20screen','consent','BovxH','RkeQR','🆕\x20New\x20user\x20or\x20no\x20existing\x20connections,\x20showing\x20platform\x20connection\x20screen','❌\x20Email\x20verification\x20failed:','Invalid\x20verification\x20code.\x20Please\x20try\x20again.','❌\x20Error\x20verifying\x20email\x20code:','Verification\x20failed.\x20Please\x20try\x20again.','👋\x20Logout\x20requested\x20-\x20clearing\x20tokens\x20and\x20navigating\x20to\x20login','4|8|3|1|5|7|6|0|2','onairos_jwt_token','❌\x20No\x20authentication\x20token\x20available\x20after\x20ensureAuthToken','code','ℹ️\x20[PIN\x20SUBMIT]\x20No\x20background\x20training\x20detected','No\x20training\x20in\x20progress.\x20Please\x20restart\x20the\x20flow.','pyznc','XJtJA','gDbzA','🚀\x20[TRANSITION]\x20Starting\x20background\x20training\x20during\x20connect\x20→\x20pin\x20transition','pin','->\x20Setting\x20to:\x20welcome','MXlso','ImvnQ','🔑\x20[SDK]\x20Auth\x20data\x20retrieved\x20in\x20parallel','🔑\x20[SDK]\x20Token\x20available:','📧\x20[SDK]\x20Email\x20available:','aSxRK','BVwgV','🍎\x20[SDK]\x20Calling\x20onComplete\x20with\x20email\x20(no\x20SDK\x20token\x20-\x20Apple\x20auth)','⚠️\x20[SDK]\x20No\x20email\x20found\x20-\x20calling\x20onComplete\x20with\x20limited\x20data','❌\x20[SDK]\x20Error\x20retrieving\x20auth\x20data\x20for\x20onComplete:','✅\x20[SDK]\x20onComplete\x20finished\x20-\x20waiting\x20for\x20parent\x20to\x20close\x20modal','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','⏭️\x20Skipping\x20platform\x20connections','XzsuM','⚠️\x20[SDK]\x20User\x20skipped\x20-\x20no\x20auth\x20data\x20available','❌\x20[SDK]\x20Error\x20during\x20skip:','✅\x20[SDK]\x20Skip\x20complete\x20-\x20waiting\x20for\x20parent\x20to\x20close\x20modal','Processing...','📊\x20[BACKGROUND]\x20Training\x20progress:','QPHsl','oauth','TjBIi','🔌\x20Socket\x20connection\x20details:','Starting\x20training','🔄\x20Socket\x20ready\x20for\x20persona\x20display\x20with\x20token:','Connection\x20error.\x20Please\x20try\x20again.','cQYzh','chatgpt','llm','ndbml','3|0|1|4|5|2','✅\x20Backend\x20received\x20and\x20stored\x20LLM\x20data','AonZj','mvJWp','jPuqv','oiJJX','Tgilu','🔌\x20[BACKGROUND]\x20Using\x20existing\x20socket\x20ID:','✅\x20[BACKGROUND]\x20PIN\x20submitted\x20for\x20existing\x20training\x20session','🔐\x20[BACKGROUND]\x20PIN\x20validation\x20-\x20continuing\x20with\x20existing\x20training\x20session','CFvvo','iBVjf','Almost\x20done','Starting\x20training...','oxMYC','🚀\x20Starting\x20Enoch\x20training\x20with\x20socketId:','📱\x20Connected\x20platforms\x20for\x20training:','📤\x20Sending\x20training\x20data\x20to\x20/mobile-training/enoch:','AuSde','PfUDh','qRUOb','🚀\x20Training\x20Started:','ZQmjF','✅\x20Inference\x20enabled:','🔒\x20Compression\x20enabled:','📊\x20Training\x20type:','🗄️\x20Databases:','📈\x20Query\x20scores\x20enabled:','xvGbX','Training\x20failed\x20to\x20start','❌\x20Training\x20start\x20error:','Unknown\x20error','WMoln','PlGqr','2|0|1|3|4|5','XsPOp','GiDvO','DcVcn','xGAHq','✅\x20Training\x20Complete:','Uploading\x20to\x20S3','🧠\x20Inference\x20Complete:','aCBkZ','UmJIV','❌\x20Socket\x20error\x20details:','HNIri','eXfcs','🔄\x20Attempting\x20to\x20refresh\x20YouTube\x20tokens...','YouTube\x20tokens\x20refreshed\x20-\x20but\x20training\x20only\x20starts\x20from\x20connector→PIN','❌\x20Token\x20refresh\x20failed,\x20attempting\x20full\x20reconnection...','Token\x20refresh\x20failed\x20-\x20please\x20restart\x20from\x20connector\x20screen','YouTube\x20reconnected\x20-\x20please\x20restart\x20from\x20connector\x20screen','rmrTZ','❌\x20YouTube\x20reconnection\x20failed:','❌\x20YouTube\x20token\x20refresh/reconnection\x20error:','SRYdc','🔄\x20YouTube\x20token\x20expired,\x20triggering\x20reconnection...','7|2|3|6|1|0|4|5','No\x20interaction\x20data\x20found','LIMITED_DATA','qAJgM','4|1|2|5|3|0','❌\x20Socket\x20connection\x20timeout\x20after\x2020\x20seconds','Initializing','emgAz','dsrac','Failed\x20to\x20create\x20or\x20retrieve\x20authentication\x20token','✅\x20Authentication\x20token\x20set\x20in\x20state:','🔍\x20Token\x20length:','Not\x20stored','PSeXF','🔄\x20UserInfo\x20not\x20available,\x20attempting\x20to\x20reload...','🔧\x20Setting\x20up\x20socket\x20connection\x20for\x20real\x20training...','🧑‍💻\x20User\x20info\x20available:','🌐\x20Attempting\x20to\x20connect\x20to:\x20${API_CONFIG.BASE_URL}','📱\x20Device\x20platform:','🔗\x20Network\x20connectivity\x20check\x20starting...','Connecting','websocket','polling','🔌\x20Socket\x20instance\x20created:','disconnect','reconnect','reconnect_attempt','reconnect_error','reconnect_failed','connect_error','modelStandby','trainingUpdate','🔌\x20Attempting\x20to\x20connect\x20to\x20socket...','🔌\x20Socket\x20connect()\x20called\x20-\x20waiting\x20for\x20connection...','❌\x20Error\x20in\x20startPersonaCreation:','Failed\x20to\x20initialize\x20training.\x20Please\x20try\x20again.','Something\x20went\x20wrong.\x20Please\x20try\x20again.','Finalizing\x20your\x20unique\x20persona','TEzXa','yLwmB','❌\x20[BACKGROUND]\x20Background\x20training\x20failed:','snEYp','jspYU','Trying\x20to\x20understand\x20your\x20mind','VkhEa','eCmNd','⚠️\x20No\x20authentication\x20token\x20found','Uroxd','FonFh','✅\x20[BACKGROUND]\x20Socket\x20connected,\x20starting\x20background\x20data\x20collection...','Connecting...','jaWGY','✅\x20[BACKGROUND]\x20Auth\x20token\x20ready:','🧑‍💻\x20[BACKGROUND]\x20User\x20info\x20set:','✅\x20[BACKGROUND]\x20Background\x20training\x20initiated\x20successfully','attempts','MIpWG','🚀\x20[BACKGROUND]\x20Starting\x20background\x20training\x20with\x20socketId:','BSLYo','🔗\x20Connections\x20required\x20detected\x20from\x20background\x20training','6|2|0|5|1|3|4','❌\x20Background\x20training\x20start\x20failed:','❌\x20Background\x20training\x20start\x20error:','✅\x20Returning\x20user\x20accepted\x20consent','XIMPD','⚠️\x20[SDK]\x20No\x20token/email\x20found\x20for\x20returning\x20user','❌\x20[SDK]\x20Error\x20during\x20returning\x20user\x20consent:','WoNQw','vaezO','➕\x20Returning\x20user\x20wants\x20to\x20connect\x20more\x20platforms','Medium','Initializing...','pinterest','Pinterest','#E60023','youtube','#FFFFFF','LinkedIn','#0077B5','Gmail','#EA4335','slide','Container\x20Bottom:\x20','welcome-get-started-button','useState','zPrzD','HnYUD','Animated','Value','useEffect','log','🔍\x20UniversalOnboarding:\x20visible\x20prop\x20changed\x20to:','🔍\x20UniversalOnboarding:\x20modalVisible\x20state\x20is:','YwSck','ndFaz','chGtP','getUniversalOnboardingIcon','useRef','KFNyf','XLIJb','ysTdd','dupCO','HjKcH','getItem','parse','includes','push','setItem','FjVdd','📱\x20Stored\x20connected\x20platform:','lsREP','dGorj','qjBQh','cJuKd','mkRwd','current','error','gMoYI','filter','Remaining\x20platforms:','kybIx','otlXb','BaZHw','FDwAj','vdJaK','zdStJ','🔌\x20Disconnected\x20platform:','GMysW','AhJRZ','YIQLi','rrcfL','substring','...','JvpDD','XxGZI','GUMWo','FwQXv','Alert','alert','KRWDF','xJMcW','owTgw','mYhOg','alLhX','Agscp','qmcAk','IGHNk','🔗\x20Connections\x20required\x20detected\x20from\x20socket','CBtMI','VGMSv','NlJse','isNPJ','disconnected','TvkIT','ZBkIX','JIUJX','AoiFP','QfUVN','fTzxg','MyATI','KNNPT','uLqAN','NKSej','Error\x20connecting\x20to\x20','TZaWM','KtYWR','NXida','YouTube','PIdsL','ELttl','reddit','Reddit','OXlpG','gmail','ZzCRB','ChatGPT','dPuJL','oUnvO','VlQMl','GccJZ','VNZBT','qJnRW','XyXQB','ndziM','RrTvB','ZRSvh','ddMaQ','SkFqk','CKeTs','QfnGi','Tpaof','YoNGi','GYkcg','JGeuH','MYmRz','uEGhA','lVeiB','triggerHaptic','HapticType','BUTTON_PRESS','gIznQ','hWpje','xsrJS','IewyB','axKkj','BhYkY','setValue','evUzi','Fvfur','timing','Linking','addEventListener','ZEnoZ','liieQ','WNedy','DbNEF','completed','split','storage','inference','testing','WmuvS','encryption','isArray','gtXWg','databases','join','message','gKxAh','rbpHH','UvRXV','start','wlOjb','LRiFC','lcQyS','xSKOi','AKCsc','JDCRy','mQEgl','useCallback','isOAuthCallback','YadCP','cAAxJ','pWjdS','CHTmF','tvdFH','JEkHg','qqoYB','NjrVn','KNsDc','gNjiU','❌\x20Error\x20during\x20logout:','nuoqc','ontKV','EKspi','aXApr','oBBvT','BzqQl','AcpBl','iggZn','removeItem','getJWT','getOnairosUsername','pTmMH','email','pwzOO','yHMzN','oSamO','length','hnYrM','FgppF','dUrHU','MEIds','🔑\x20[CACHED\x20LOGIN]\x20User\x20has\x20existing\x20connections:','HnZCp','uHXDz','XxwRF','HMlXV','ASXtL','🔑\x20[CACHED\x20LOGIN]\x20User\x20authenticated\x20but\x20no\x20connections\x20-\x20skipping\x20to\x20platforms','scSNo','AlyLd','CBVPA','zNTNc','MZhcY','name','VFDXn','KgLxu','iCwxX','dhYfh','YAefK','frsvo','inferenceResults','traits','WhTPC','XoDuD','guSqo','slBJc','fufPU','qWTrE','EAmUz','RPueo','TMFaQ','XhqTB','nXMmk','IMzJJ','user_','floor','TRMOG','LepmN','keys','connected','yudMt','Asyat','wXFUn','hxvsf','API_CONFIG','kkZTc','ogRey','svHjh','Ieqyb','BASE_URL','xWtKP','XNGSn','PceIv','random','OcIiJ','YZeIe','OqIcZ','TDyQV','cAjjd','DRALS','QxWmI','nNanC','EtoEN','vThLb','🔗\x20Connections\x20required\x20detected\x20from\x20HTTP\x20response','ymniF','Unqkh','EdXJa','TZJHX','fRaRd','CiTdp','🔍\x20Disconnect\x20details:','ZyTFZ','ffrBg','OxJYH','bQPnW','DyGiK','reviewer@bypass.com','puGvu','EBtBM','❌\x20Error\x20checking\x20authentication\x20token:','XcCnd','dpUpc','hqdWz','🔍\x20Reviewer\x20bypass\x20detected','moOgG','iddaA','YwlmF','gjVdo','eFxVC','FWRDD','sendEmailVerificationCode','success','GepsL','hpaxE','WtMzE','LlidG','tUDMI','zoJnd','nXdvk','uyAKv','KCBep','Cwuyr','LqNxY','GHOTe','signInWithGoogle','user','✅\x20Google\x20Sign-In\x20successful:','oVwQx','isNewUser','esEnX','username','SikbZ','ZDyDn','getConnectedAccountsSmart','HrrDY','lhAKZ','tQjEa','SsQhj','fvVoD','lMWSt','cShMp','aoYHW','✅\x20Found\x20','SUCCESS','wOpRL','EybZo','map','evlxe','veeqa','⚠️\x20Could\x20not\x20fetch\x20existing\x20connections,\x20proceeding\x20to\x20platforms:','naCvf','OmLqR','OsQyB','XXVty','wonoc','Google\x20Sign-In\x20failed.\x20Please\x20try\x20again.','ERROR','❌\x20Google\x20Sign-In\x20error:','zcVrV','qkrNu','TCDzF','🧪\x20Test\x20bypass\x20-\x20skipping\x20code\x20verification,\x20going\x20to\x20platforms','jQhLm','rUMAo','sClDh','confirmEmailVerificationCode','flowType','njNtE','existingUserData','hasExistingData','looOZ','RpxNG','IgPlA','XQmFG','connections','hasData','status','active','lWbHK','enochInstructions','aCxez','cDEsb','oFQYo','lmeyZ','EQZQi','EAqRr','EcPRp','StVWQ','XDqNy','FCPqz','HGSiw','SjqRP','ZCzbD','mJiyk','dLClQ','GASai','OPUsi','fvvEx','user_email','onairos_username','CgHQK','CJOiR','YKnPS','bEdZn','OrMzJ','ZaLrf','dXzCL','🔄\x20Resending\x20verification\x20code\x20to:','sRhQX','shNXR','KChWs','searchParams','vHIqR','DUNeZ','ELGVp','✅\x20Verification\x20code\x20resent\x20successfully','UIfLF','wCSuR','TrBQH','eQRqB','❌\x20Error\x20resending\x20verification\x20code:','ugsUL','MWeOl','SbThq','Yjssp','RuEJB','XmDGX','kPDYL','EOsWs','UUSOm','all','getAuthToken','KZNJH','pKICj','aWRKo','JCyci','LoqzH','noHnj','KPgfi','catch','❌\x20[TRANSITION]\x20Background\x20training\x20failed\x20during\x20transition:','exldc','SVSFl','BTHoE','mDxxC','aBaYP','IDzEW','ZCfDj','TWMiC','LMray','warn','Biyhc','FoWZe','SfXEd','cACCJ','cupoe','iyBtB','IEnwn','Vloqy','jlOrc','✅\x20[SDK]\x20User\x20skipped\x20platforms\x20-\x20still\x20calling\x20onComplete\x20with\x20auth\x20data','BeypQ','jCMAI','YzzIM','Ehkzp','KEmaG','Glfdz','fFvXe','xfrHs','onairos_user','OXwpk','❌\x20Failed\x20to\x20store\x20reviewer\x20bypass:','tKeTL','ptsqw','PYsCk','hasNativeSDK','MZSJc','initiateOAuth','BvNvS','zpFyI','REMcm','sbHjW','DFxgY','ZJNts','progress','KXNfs','remove','EZCsu','mtVOd','wxBYg','vFWKI','zflgg','_user','WOtwT','now','sendLLMDataToBackend','ziQsx','SliSQ','JNJKt','deleh','weqiG','sEUgO','hHGBt','📝\x20Connection\x20ID:','connectionId','\x20successfully\x20connected\x20and\x20stored\x20in\x20backend','dKCdJ','HWTnr','HikAy','TfOQH','olrXc','iJAya','vdAZC','OpuMo','Vjneg','Error\x20initiating\x20OAuth\x20for\x20','✅\x20Socket\x20connected\x20for\x20training','aHyEx','BMkVO','NRGEH','engine','NgoWa','THUIo','Rmcbn','🔌\x20Socket\x20ID\x20for\x20training:','aDLIa','None','⏰\x20Socket\x20registered\x20but\x20training\x20will\x20not\x20start\x20from\x20persona\x20screen...','PxYJg','zVWQm','HEpjq','KpRRN','EceEo','Bfqay','ZGTFc','XTtJJ','platform','pSkIH','XDXYL','fTZiV','smTUN','1|5|4|3|0|2','VSOZc','GyUwW','vyndE','aUrgm','HteWA','❌\x20[BACKGROUND]\x20Failed\x20to\x20continue\x20background\x20training:','\x20-\x20backend\x20callback\x20completed','📝\x20Received\x20result:','TpXXX','DVvPZ','✅\x20Updating\x20connection\x20state\x20for\x20','nMmUV','💾\x20','\x20connection\x20stored\x20successfully','tzMtt','RASyM','🔐\x20[BACKGROUND]\x20Continuing\x20existing\x20background\x20training\x20with\x20PIN\x20validation','QKiIL','pUrHe','JJgZn','uttkg','csEUi','PHWmo','🔄\x20Returning\x20to\x20connect\x20step','wkerV','EzFCe','setTemporaryPin','✅\x20[PIN\x20SUBMIT]\x20Background\x20training\x20detected,\x20continuing\x20with\x20PIN\x20validation...','AwfDh','DtaWn','eEsUl','⚠️\x20Could\x20not\x20get\x20encrypted\x20PIN\x20for\x20training:','RiLVx','WZwna','ikOBF','CabsO','WLDFP','yNidb','CWPiw','ooAYr','🔑\x20Using\x20auth\x20token:','IRfrN','IdIZK','zYqNW','getEncryptedPinForAPI','idGEX','aBlIw','jZfrb','startEnochTrainingWithYouTubeCheck','lQOjn','6|1|4|5|3|0|2|7','IZfcY','lwSyO','REMMn','uYdLW','kypCd','XnpzQ','DynLS','cKYJz','zmZsL','features','MKele','DTqTw','EOVMo','mkjPq','LcOSq','compression','LUHjb','type','GejOT','queryScores','Zbmat','XIEzC','aXIAL','IBZab','❌\x20Training\x20start\x20failed:','LOIvq','BVlEu','CwSZL','kelqa','vohUX','TOeAF','kfGvK','CwVMH','mBuwT','fjMlA','ZuXpA','rHMHq','kwonG','oexeu','VibPf','KNaro','vhWxL','uqtel','NKvWM','CDaQC','EsWWW','SjtrF','VDXdy','wVsMD','FaNra','lLWVM','EuMXs','EZncN','5|7|0|2|3|6|4|1','MYDxS','QzAlr','SrMIP','doPRU','cLLnO','pRkCR','rYSQA','eMHfg','pBZZa','Hrqom','xqDLA','ULCdm','jSSBD','DBENw','UoVYE','xUJbS','xmPJr','ySkLP','vUwdN','🚀\x20Starting\x20persona\x20creation...','hrwhz','HmPlD','FvFgK','🔑\x20Token\x20stored\x20verification:','ywTPu','OwyoU','tPZdq','BtMsN','Error:\x20','RpRcj','hEWAW','OsswG','AOYjI','DpEQk','🧑‍💻\x20Set\x20user\x20info:','tTkBt','dTYqq','VSdwt','gdwcp','RweLi','KTrSZ','NLnsh','qCnMt','oVawT','sFFiu','BwDrG','KBpxv','DDJvp','gGOmg','KDrhZ','xKCsx','EpNRk','aNwzR','KQBIU','pQslL','oRAAI','CWotS','Ntexu','🔄\x20Socket\x20reconnection\x20attempt:','mSgbq','Reconnecting...\x20(','/3)','DAGLG','vJLgs','❌\x20Socket\x20reconnection\x20error:','DzkAC','BZZWy','zQXHY','CLONM','3|1|2|4|0','UcRMa','dCdVu','stack','HFsDl','❌\x20Socket\x20connection\x20error:','trainingCompleted','wlGYr','EsBRb','POGkl','AGPcv','MhdFq','4|2|3|0|1','BvLNt','akPrJ','lbuqE','HocER','kLzJF','🎉\x20All\x20Complete:','YkTVf','Mnqbs','ahxqF','KZonr','pYmcY','YYIiJ','🔌\x20Disconnecting\x20training\x20socket...','kTZin','eccQs','OIdYe','CgVZi','UCPlh','gRoMt','YavYh','aKayj','tbhMm','MwyvM','uhtAK','zfDDU','wLaxm','YouTube\x20token\x20expired\x20-\x20reconnecting...','aATOj','pOpDm','dAjBR','jnSRq','dmzSl','refreshYouTubeTokens','qvqTy','pfhnu','lVkVP','VZFlX','FjAXO','cefvj','jUxFt','OppMg','LSeyZ','HqrfZ','wqLSG','uQEGo','TiviT','YouTube\x20connection\x20failed.\x20Please\x20try\x20again.','FpKPG','whKgT','XczAA','FfTzu','ycXSt','lOQVM','WWAzm','jrKqt','details','hOujp','VuLRE','KUMDd','Kbuex','sghjP','nTwfP','kXNNt','kHjTa','NruZD','tGnwx','KWEBz','qWEFI','IKXbX','Creating\x20your\x20persona\x20with\x20available\x20data','DHlaV','gLDmq','kfhQc','YjQHW','gOisX','uQPTT','XhbZh','🔌\x20Socket\x20config:','LvUtM','BiQUz','PIOff','KYIRm','readyState','uehpE','ABThV','kdZDw','SpuZn','gXjyU','rmsoB','tQaAz','tPEDY','YNeyt','fKIPP','BYAkv','KlCHN','UMuNt','fXkyE','dBVZI','pWIIE','Keeping\x20your\x20data\x20private','vVpwC','JYTMu','mNEgc','FZZst','Zitab','nXYLC','EHcFN','GdkJt','ayVLu','Just\x20a\x20few\x20more\x20seconds','MOZES','ZbiUF','Fjwmm','YCJhJ','bizqc','nbPWa','vZzZO','ROElR','DaivC','MkOLj','🎉\x20Real\x20persona\x20creation\x20completed\x20successfully','FxtMY','clearTemporaryPin','OIiBc','uBfeN','mZtBK','ulvyo','PBQFk','fRqWB','TzZse','csBCH','nZCLC','sFrJZ','yNwqF','trim','vtiaA','EKmlG','xpwCv','tvUrn','OhhyT','values','some','iyWwn','kVONd','KqAlZ','ODToR','oGuXP','bJTba','Collecting\x20your\x20data...','lXPrf','ewtQX','AZKUb','GdNhO','gUtgN','qkWaz','LhWCH','MdBNf','XEOCh','gJXnD','VFuhQ','CCWPm','mYMyV','OMQey','XaCPN','ZTEuR','🔌\x20[BACKGROUND]\x20Setting\x20up\x20socket\x20for\x20background\x20training...','PjBPk','iwnBl','GVNuD','fSegC','pVyQi','uneaL','LkHOo','ELuBh','yAtVW','IXZIY','WDvkv','CgWJw','Cxnfl','📤\x20Sending\x20background\x20training\x20data\x20to\x20/mobile-training/enoch:','smBgJ','KOJNM','MjAUQ','kwQeq','xGhEO','🎯\x20Background\x20training\x20Features:','MwzJL','GhDPl','NwBOh','CqETY','ihcNd','xXTFY','Background\x20training\x20model...','OAvQW','oLueS','uNOoO','createElement','Modal','View','TouchableWithoutFeedback','backdrop','bottomSheet','handleContainer','handleButton','handle','debugPanel','Text','debugTitle','Debug\x20Padding','debugLabel','Container\x20Top:\x20','TouchableOpacity','debugBtn','gpQjx','debugRow','eXrgy','max','debugCloseBtn','debugCloseBtnText','welcomeContainer','brandMarkContainer','headingContainer','bodyContainer','welcomeButtonContainer','Get\x20Started','DmBOp','xnpkZ','sAsid','❌\x20No\x20authentication\x20token\x20available','HomQK','hMFeR','EyzWC','zlWCS','uqqAn','sEzMP','XJqsN','oIuoy','PGoOO','KcjPK','CQngN','No\x20authentication\x20token\x20available','LIcGb','FlqCU','TQNBi','zLxGc','zTYGy','NvpSU','WHESy','❌\x20Returning\x20user\x20declined\x20consent','znHyh','VLFXV','StyleSheet','flex-end','absoluteFillObject','rgba(0,\x200,\x200,\x200.5)','#FAFAFA','hidden','100%','center','transparent','absolute','rgba(0,0,0,0.85)','#fff','700','row','#666','#F5F5F5','bold','600','underline','space-between','#E5E5E5','#333','#000','#000000','#F0F0F0','flex-start','#1BA9D4','#FF3B30','500','italic','#FFF5F5','#FEB2B2','#F0F9FF','#BAE6FD','#D1D5DB','#6B7280','#FF6B6B','#F8F9FA','#E5E7EB','#0C4A6E'];_0x4b94=function(){return _0x1acaeb;};return _0x4b94();}function _interopRequireWildcard(_0x1bcfd4,_0x109e88){const _0x50b374={'lNgQM':function(_0x261cc7,_0x1c0fc6){return _0x261cc7&&_0x1c0fc6;},'SBaov':function(_0x117d63,_0x243bc4){return _0x117d63===_0x243bc4;},'HbiKT':function(_0x1be0d3,_0x4445f4){return _0x1be0d3!=_0x4445f4;},'yaHYm':_0x69bc(0x2),'dlXOX':_0x69bc(0x3),'ksjDr':function(_0xef8a41,_0x124fc1){return _0xef8a41!==_0x124fc1;},'KUbXg':_0x69bc(0x4),'NRXCb':function(_0x5ef4ed,_0xfbcbb1,_0x43bbf3,_0x3e8c1a){return _0x5ef4ed(_0xfbcbb1,_0x43bbf3,_0x3e8c1a);}};if('function'==typeof WeakMap)var _0x42fcfa=new WeakMap(),_0x6e4e44=new WeakMap();return(_interopRequireWildcard=function(_0x537220,_0x152f4a){if(_0x50b374[_0x69bc(0x5)](!_0x152f4a,_0x537220)&&_0x537220[_0x69bc(0x1)])return _0x537220;var _0x3232d8,_0x38d9f6,_0x4322db={'__proto__':null,'default':_0x537220};if(_0x50b374['SBaov'](null,_0x537220)||_0x50b374['HbiKT'](_0x50b374[_0x69bc(0x6)],typeof _0x537220)&&_0x50b374[_0x69bc(0x7)](_0x50b374[_0x69bc(0x8)],typeof _0x537220))return _0x4322db;if(_0x3232d8=_0x152f4a?_0x6e4e44:_0x42fcfa){if(_0x3232d8[_0x69bc(0x9)](_0x537220))return _0x3232d8[_0x69bc(0xa)](_0x537220);_0x3232d8[_0x69bc(0xb)](_0x537220,_0x4322db);}for(const _0x2de970 in _0x537220)_0x50b374['ksjDr'](_0x50b374[_0x69bc(0xc)],_0x2de970)&&{}[_0x69bc(0xd)][_0x69bc(0xe)](_0x537220,_0x2de970)&&((_0x38d9f6=(_0x3232d8=Object[_0x69bc(0xf)])&&Object[_0x69bc(0x10)](_0x537220,_0x2de970))&&(_0x38d9f6[_0x69bc(0xa)]||_0x38d9f6[_0x69bc(0xb)])?_0x50b374[_0x69bc(0x11)](_0x3232d8,_0x4322db,_0x2de970,_0x38d9f6):_0x4322db[_0x2de970]=_0x537220[_0x2de970]);return _0x4322db;})(_0x1bcfd4,_0x109e88);}const {height,width}=_reactNative['Dimensions']['get'](_0x69bc(0x12)),UniversalOnboarding=({visible:_0x3f645e,onClose:_0x464be5,AppName:_0x28d36a,requestData:_0x5180a6,returnLink:_0x5e9487,onComplete:_0x4ffb36,embedd:embedd=![],debug:debug=![],test:test=![],preferredPlatform:_0x48563b,primaryAuthOnly:primaryAuthOnly=![],allowedPlatforms:_0x50af7c,recommendedPlatforms:_0x525f59,allowSkip:allowSkip=!![]})=>{const _0x526299={'EXuRB':_0x69bc(0x13),'YwSck':_0x69bc(0x14),'ndFaz':function(_0x5d2314,_0x515b6b){return _0x5d2314===_0x515b6b;},'chGtP':_0x69bc(0x15),'FoWZe':_0x69bc(0x16),'SfXEd':_0x69bc(0x17),'zPrzD':_0x69bc(0x18),'dGorj':'❌\x20[PIN\x20SUBMIT]\x20Failed\x20to\x20continue\x20background\x20training:','qjBQh':_0x69bc(0x19),'cJuKd':function(_0x4fe796,_0x157cc8){return _0x4fe796(_0x157cc8);},'mkRwd':'Error:\x20Failed\x20to\x20continue\x20training','TZaWM':function(_0x1d5bd8,_0x1893c8){return _0x1d5bd8(_0x1893c8);},'KFNyf':function(_0x6f91ff,_0x23503b){return _0x6f91ff!==_0x23503b;},'XLIJb':_0x69bc(0x1a),'HjKcH':'htRIN','FjVdd':_0x69bc(0x1b),'lsREP':_0x69bc(0x1c),'SwHsi':'LkVRy','gMoYI':_0x69bc(0x1d),'VpiQR':'📱\x20Removed\x20connected\x20platform:','kybIx':_0x69bc(0x1e),'otlXb':'None','BaZHw':'⏰\x20Socket\x20registered\x20but\x20training\x20will\x20not\x20start\x20from\x20persona\x20screen...','OQMLU':_0x69bc(0x1f),'FDwAj':function(_0x414b60){return _0x414b60();},'vdJaK':_0x69bc(0x20),'QxWmI':_0x69bc(0x21),'GMysW':_0x69bc(0x22),'YIQLi':_0x69bc(0x23),'KRWDF':'Disconnect\x20Platform','mQwuX':_0x69bc(0x24),'xJMcW':_0x69bc(0x25),'owTgw':_0x69bc(0x26),'AoiFP':_0x69bc(0x27),'wCUun':'QfUVN','fTzxg':function(_0x3104d5,_0x41237f,_0x4ebe0c){return _0x3104d5(_0x41237f,_0x4ebe0c);},'dPuJL':_0x69bc(0x28),'oUnvO':_0x69bc(0x29),'VlQMl':function(_0x2b3d34){return _0x2b3d34();},'AlyLd':function(_0x3c001d,_0x5b5d2e){return _0x3c001d===_0x5b5d2e;},'GccJZ':_0x69bc(0x2a),'xMFrn':_0x69bc(0x2b),'ZyTFZ':_0x69bc(0x2c),'gIznQ':_0x69bc(0x2d),'hWpje':_0x69bc(0x2e),'xsrJS':_0x69bc(0x2f),'UvRXV':_0x69bc(0x30),'XyXQB':_0x69bc(0x31),'RrTvB':_0x69bc(0x32),'ZRSvh':_0x69bc(0x33),'ddMaQ':'🧪\x20Testing\x20mode\x20enabled','SkFqk':_0x69bc(0x34),'CKeTs':_0x69bc(0x35),'QfnGi':_0x69bc(0x36),'Tpaof':_0x69bc(0x37),'YoNGi':function(_0x2c4fdf,_0xe1524d){return _0x2c4fdf(_0xe1524d);},'GYkcg':function(_0x4b1c9c,_0x25b7ee){return _0x4b1c9c===_0x25b7ee;},'JGeuH':_0x69bc(0x38),'MYmRz':_0x69bc(0x39),'uEGhA':_0x69bc(0x3a),'lVeiB':'SnZlS','IewyB':function(_0x31a107,_0x3b7515){return _0x31a107!==_0x3b7515;},'axKkj':_0x69bc(0x3b),'BhYkY':'eQxdw','evUzi':function(_0xb9e5a0,_0x1057ae){return _0xb9e5a0(_0x1057ae);},'Fvfur':function(_0x29dd12){return _0x29dd12();},'ZEnoZ':_0x69bc(0x3c),'rbpHH':'BhKks','ZuXpA':'🔌\x20Cleaning\x20up\x20socket\x20connection...','YadCP':_0x69bc(0x3d),'cAAxJ':_0x69bc(0x3e),'gNjiU':_0x69bc(0x3f),'zSrnq':_0x69bc(0x40),'ugsUL':_0x69bc(0x41),'nuoqc':_0x69bc(0x42),'iggZn':_0x69bc(0x43),'VchRL':'existing_user_info','aXApr':function(_0x4d58d2,_0x65a181){return _0x4d58d2&&_0x65a181;},'oBBvT':_0x69bc(0x44),'BzqQl':function(_0x41a363,_0x5eee16){return _0x41a363(_0x5eee16);},'AcpBl':'🔍\x20Found\x20existing\x20user\x20info\x20-\x20user\x20wants\x20to\x20add\x20more\x20data','EAmUz':function(_0x23c5f9,_0x104ced){return _0x23c5f9===_0x104ced;},'pTmMH':function(_0xf62b31,_0x57427f){return _0xf62b31===_0x57427f;},'pwzOO':function(_0x49479f,_0x3690e5){return _0x49479f===_0x3690e5;},'yHMzN':_0x69bc(0x45),'oSamO':function(_0x1cdd95,_0x5d0a0d){return _0x1cdd95(_0x5d0a0d);},'mgpsR':_0x69bc(0x46),'hnYrM':_0x69bc(0x47),'FgppF':_0x69bc(0x48),'dUrHU':_0x69bc(0x49),'MEIds':function(_0x20ea74,_0x4a2de5){return _0x20ea74(_0x4a2de5);},'HnZCp':_0x69bc(0x4a),'ziSPc':_0x69bc(0x4b),'ASXtL':_0x69bc(0x4c),'CBVPA':_0x69bc(0x4d),'pLdiD':_0x69bc(0x4e),'AQVGp':'Error\x20loading\x20user\x20data:','kAGaD':function(_0x3de6ff,_0x1d8a2e){return _0x3de6ff===_0x1d8a2e;},'SikbZ':function(_0x24a2f6,_0x3a4df7){return _0x24a2f6===_0x3a4df7;},'MZhcY':function(_0xc662c5,_0x1ddebf){return _0xc662c5===_0x1ddebf;},'VFDXn':function(_0x4d4ceb,_0x2395fc){return _0x4d4ceb(_0x2395fc);},'KgLxu':function(_0x2c726d,_0x284356){return _0x2c726d(_0x284356);},'pWjdS':'0|1|2|4|3','CHTmF':function(_0x336fbc,_0x5b7102){return _0x336fbc(_0x5b7102);},'tvdFH':_0x69bc(0x4f),'JEkHg':_0x69bc(0x50),'qqoYB':_0x69bc(0x51),'NjrVn':'iMiYh','KNsDc':_0x69bc(0x52),'iCwxX':_0x69bc(0x53),'dhYfh':_0x69bc(0x54),'slBJc':function(_0x1a949d,_0x48af58){return _0x1a949d===_0x48af58;},'fufPU':'❌\x20Error\x20retrieving\x20real\x20token\x20for\x20onComplete:','RPueo':function(_0x169f47,_0xd512d2,_0x2d11d7,_0x20052c){return _0x169f47(_0xd512d2,_0x2d11d7,_0x20052c);},'qWTrE':_0x69bc(0x55),'FBQDC':'❌\x20No\x20real\x20authentication\x20token\x20found\x20after\x20training\x20completion','TMFaQ':function(_0x41a4ee,_0x4ccdd4){return _0x41a4ee===_0x4ccdd4;},'nXMmk':_0x69bc(0x56),'IMzJJ':function(_0x3dc689,_0x114743){return _0x3dc689===_0x114743;},'XNGSn':function(_0x158963,_0x2fe277){return _0x158963===_0x2fe277;},'TRMOG':function(_0x518cfa,_0x15e525){return _0x518cfa*_0x15e525;},'LepmN':'🔍\x20Loading\x20username\x20for\x20data\x20connections:','hwVAn':_0x69bc(0x57),'VjewU':_0x69bc(0x58),'wXFUn':'Platform\x20toggles\x20set:','YGRje':'gwROn','tlzyh':_0x69bc(0x59),'xWtKP':function(_0x1e07a5,_0x98d81e){return _0x1e07a5(_0x98d81e);},'nNanC':function(_0x274d09,_0xdfbaaa){return _0x274d09===_0xdfbaaa;},'PceIv':function(_0x1e28a4,_0x5af757){return _0x1e28a4===_0x5af757;},'OcIiJ':_0x69bc(0x5a),'YZeIe':function(_0x2482f2,_0x43e4e0){return _0x2482f2(_0x43e4e0);},'CiTdp':_0x69bc(0x5b),'lBtmU':function(_0x381ba0,_0x49497d){return _0x381ba0===_0x49497d;},'iddaA':function(_0x5689a8,_0xffa6d2){return _0x5689a8(_0xffa6d2);},'EtoEN':'IuoSa','vThLb':_0x69bc(0x5c),'fRaRd':_0x69bc(0x5d),'eFxVC':function(_0x1b0aff,_0x20095e){return _0x1b0aff(_0x20095e);},'RGWHk':_0x69bc(0x5e),'LlidG':function(_0x1d0524,_0x5f20e3){return _0x1d0524(_0x5f20e3);},'tUDMI':function(_0x42346d,_0x7441c8){return _0x42346d(_0x7441c8);},'zoJnd':function(_0x28a0c5){return _0x28a0c5();},'ffrBg':_0x69bc(0x5f),'OxJYH':function(_0x4e0cfe,_0x404089){return _0x4e0cfe(_0x404089);},'DyGiK':'EYzlQ','EBtBM':_0x69bc(0x60),'XcCnd':_0x69bc(0x61),'dpUpc':_0x69bc(0x62),'hqdWz':function(_0x23841a,_0x55dcb6){return _0x23841a(_0x55dcb6);},'OXwpk':_0x69bc(0x63),'moOgG':'dQHRU','gdYem':_0x69bc(0x64),'YwlmF':_0x69bc(0x65),'gjVdo':function(_0x424d54,_0x130395){return _0x424d54(_0x130395);},'FWRDD':_0x69bc(0x66),'GepsL':function(_0x1544ae,_0x33bce8){return _0x1544ae(_0x33bce8);},'hpaxE':_0x69bc(0x67),'WtMzE':'Failed\x20to\x20send\x20verification\x20code.\x20Please\x20try\x20again.','nXdvk':'TWXfz','uyAKv':_0x69bc(0x68),'KCBep':_0x69bc(0x69),'Cwuyr':_0x69bc(0x6a),'LqNxY':_0x69bc(0x6b),'jQhLm':function(_0x128cb6,_0x5902a7){return _0x128cb6(_0x5902a7);},'veeqa':function(_0x57b67b,_0x12dd3c){return _0x57b67b(_0x12dd3c);},'SwjUG':_0x69bc(0x6c),'OsQyB':_0x69bc(0x6d),'XXVty':'🧠\x20Inference\x20enabled:','wkerV':_0x69bc(0x6e),'bdtyk':_0x69bc(0x6f),'PVgvt':_0x69bc(0x70),'oVwQx':_0x69bc(0x71),'esEnX':function(_0xe37754,_0x594e5f){return _0xe37754(_0x594e5f);},'ZDyDn':_0x69bc(0x72),'HrrDY':function(_0x2c0de9,_0x49dc32){return _0x2c0de9>_0x49dc32;},'lhAKZ':function(_0x3ced33,_0xd79cba){return _0x3ced33===_0xd79cba;},'tQjEa':_0x69bc(0x73),'SsQhj':'GchfK','aoYHW':_0x69bc(0x74),'wOpRL':function(_0x366f23,_0x1cb432){return _0x366f23(_0x1cb432);},'EybZo':function(_0x477c3d,_0x1aa97a){return _0x477c3d(_0x1aa97a);},'evlxe':_0x69bc(0x75),'bDpoo':_0x69bc(0x76),'oLueS':function(_0x279e1b,_0x8b2632){return _0x279e1b(_0x8b2632);},'naCvf':_0x69bc(0x77),'OmLqR':'XoEZA','wonoc':function(_0x5cef5e,_0xa9b628){return _0x5cef5e(_0xa9b628);},'zcVrV':function(_0x42d2c5,_0x2d3849){return _0x42d2c5(_0x2d3849);},'qkrNu':'Google\x20Sign-In\x20failed.\x20Please\x20try\x20again.','TCDzF':function(_0x1ab31b,_0x28fd40){return _0x1ab31b(_0x28fd40);},'WXziG':function(_0x383870,_0x10d56d){return _0x383870===_0x10d56d;},'rUMAo':'🔍\x20Verifying\x20email\x20code:','sClDh':_0x69bc(0x78),'fXyIc':_0x69bc(0x79),'QpJEH':_0x69bc(0x7a),'njNtE':function(_0x1322fc,_0x29fedd){return _0x1322fc===_0x29fedd;},'looOZ':function(_0x30666a,_0x75d875){return _0x30666a===_0x75d875;},'RpxNG':function(_0x2d42d3,_0x5b17ca){return _0x2d42d3===_0x5b17ca;},'IgPlA':function(_0x33d62d,_0x4428bc){return _0x33d62d===_0x4428bc;},'XQmFG':function(_0x24d108,_0x1d7131){return _0x24d108===_0x1d7131;},'HsDCI':_0x69bc(0x7b),'lWbHK':_0x69bc(0x7c),'aCxez':function(_0x532593,_0x4ed78e){return _0x532593>_0x4ed78e;},'cDEsb':_0x69bc(0x7d),'oFQYo':function(_0x4d96bd,_0x17b7c){return _0x4d96bd(_0x17b7c);},'lmeyZ':function(_0x86114f,_0x3354c8){return _0x86114f(_0x3354c8);},'EQZQi':_0x69bc(0x7e),'EAqRr':function(_0x2c0a69,_0x297c20){return _0x2c0a69===_0x297c20;},'EcPRp':_0x69bc(0x7f),'StVWQ':_0x69bc(0x80),'FCPqz':_0x69bc(0x81),'HGSiw':_0x69bc(0x82),'rHMHq':function(_0xdff275,_0x2dfa55){return _0xdff275(_0x2dfa55);},'ILJNJ':_0x69bc(0x83),'vvMdi':_0x69bc(0x84),'SjqRP':_0x69bc(0x85),'ZCzbD':function(_0x363e64,_0x1e4ee1){return _0x363e64(_0x1e4ee1);},'mJiyk':function(_0x115d6b,_0x416cba){return _0x115d6b(_0x416cba);},'dLClQ':_0x69bc(0x86),'GASai':_0x69bc(0x87),'OPUsi':'✅\x20Logout\x20complete\x20-\x20user\x20is\x20now\x20on\x20login\x20page','kVXhi':'sdk_jwt_token','fvvEx':_0x69bc(0x88),'CgHQK':'auth_method','zxoRm':'onairos_user','CJOiR':'❌\x20Error\x20during\x20logout:','TrBQH':_0x69bc(0x89),'eQRqB':'No\x20authentication\x20token\x20available','YKnPS':_0x69bc(0x8a),'bEdZn':'platform','OrMzJ':_0x69bc(0x8b),'ZaLrf':function(_0x68f78e,_0x2b7ff3){return _0x68f78e(_0x2b7ff3);},'dXzCL':_0x69bc(0x8c),'sRhQX':function(_0x4d31a3,_0x56a25e){return _0x4d31a3===_0x56a25e;},'KChWs':_0x69bc(0x8d),'UIfLF':function(_0x174d3b,_0x416e60){return _0x174d3b(_0x416e60);},'wCSuR':_0x69bc(0x8e),'MWeOl':function(_0x56bc1e,_0x2f3b08){return _0x56bc1e!==_0x2f3b08;},'NmHPj':_0x69bc(0x8f),'KPgfi':_0x69bc(0x90),'exldc':_0x69bc(0x91),'Biyhc':function(_0x2b0c53,_0x56719c){return _0x2b0c53===_0x56719c;},'cACCJ':_0x69bc(0x92),'kPDYL':'✅\x20Onboarding\x20complete!\x20Connected\x20platforms:','EOsWs':_0x69bc(0x93),'UUSOm':_0x69bc(0x94),'KZNJH':_0x69bc(0x95),'pKICj':_0x69bc(0x96),'aWRKo':_0x69bc(0x97),'JCyci':function(_0x23f94a,_0x23bb88){return _0x23f94a||_0x23bb88;},'LoqzH':function(_0x2fc79e,_0x447348){return _0x2fc79e===_0x447348;},'noHnj':_0x69bc(0x98),'SVSFl':_0x69bc(0x99),'mDxxC':'✅\x20[SDK]\x20Calling\x20onComplete\x20with\x20token\x20and\x20user\x20data','aBaYP':function(_0x49e6dd,_0x40c651){return _0x49e6dd===_0x40c651;},'IDzEW':_0x69bc(0x9a),'ZCfDj':function(_0x2b066c,_0x3d2170){return _0x2b066c===_0x3d2170;},'TWMiC':function(_0x1a1ec0,_0x2ed983,_0x4ae299,_0x1c25e8){return _0x1a1ec0(_0x2ed983,_0x4ae299,_0x1c25e8);},'LMray':'blXyB','CEjbO':_0x69bc(0x9b),'DsPju':_0x69bc(0x9c),'cupoe':'user_email','iyBtB':function(_0x24883d,_0x4d87fc){return _0x24883d===_0x4d87fc;},'BeypQ':function(_0x722ef8,_0x5b39f8,_0x1b4b8f,_0x3f0825){return _0x722ef8(_0x5b39f8,_0x1b4b8f,_0x3f0825);},'IEnwn':_0x69bc(0x9d),'JYTMu':_0x69bc(0x9e),'Vloqy':_0x69bc(0x9f),'aBlIw':function(_0xc5a6f2,_0x56b992){return _0xc5a6f2&&_0x56b992;},'jlOrc':_0x69bc(0xa0),'ROTzV':_0x69bc(0xa1),'biepC':function(_0xe3641d,_0x52a73b,_0x210c80,_0x40e39c){return _0xe3641d(_0x52a73b,_0x210c80,_0x40e39c);},'jCMAI':_0x69bc(0xa2),'YzzIM':function(_0x170b03,_0x416748){return _0x170b03===_0x416748;},'Ehkzp':function(_0x1ade9c,_0x1a6f20,_0x25d843,_0x21cfc5){return _0x1ade9c(_0x1a6f20,_0x25d843,_0x21cfc5);},'KEmaG':_0x69bc(0xa3),'Glfdz':'🔍\x20Reviewer\x20bypass\x20triggered\x20from\x20platforms','fFvXe':function(_0x3114c1,_0x45b00a){return _0x3114c1!==_0x45b00a;},'xfrHs':'XsgQn','OlfKx':'✅\x20Stored\x20reviewer\x20bypass\x20markers','oWBaS':function(_0xed56fa){return _0xed56fa();},'tKeTL':_0x69bc(0xa4),'lXPrf':_0x69bc(0xa5),'MZSJc':function(_0x5384e7,_0x4657c0){return _0x5384e7(_0x4657c0);},'BvNvS':_0x69bc(0xa6),'REMcm':_0x69bc(0xa7),'KXNfs':_0x69bc(0xa8),'BiQUz':function(_0x3cd0c4,_0x2cc823,_0x240f8f){return _0x3cd0c4(_0x2cc823,_0x240f8f);},'KBpxv':_0x69bc(0xa9),'aHyEx':function(_0x48ce87,_0x3c9605){return _0x48ce87===_0x3c9605;},'EZCsu':function(_0x3666cd,_0x4254b1){return _0x3666cd===_0x4254b1;},'BMkVO':function(_0x27f527,_0x2794){return _0x27f527===_0x2794;},'NRGEH':function(_0x23e952,_0x28381b){return _0x23e952===_0x28381b;},'iJAya':function(_0x2b5d29,_0x5df2e0){return _0x2b5d29(_0x5df2e0);},'NgoWa':function(_0x599573,_0x303ec1){return _0x599573(_0x303ec1);},'THUIo':_0x69bc(0xaa),'Rmcbn':function(_0x2a0618,_0x12f44d){return _0x2a0618(_0x12f44d);},'aDLIa':_0x69bc(0xab),'PxYJg':function(_0x219ad5,_0xcf3a3f){return _0x219ad5(_0xcf3a3f);},'zVWQm':_0x69bc(0xac),'HEpjq':function(_0x395c6b){return _0x395c6b();},'mtVOd':_0x69bc(0xad),'ozuaW':'jbMxP','wxBYg':function(_0x1916ab,_0x23450a){return _0x1916ab===_0x23450a;},'vFWKI':function(_0x2a9385,_0x4c5d88){return _0x2a9385(_0x4c5d88);},'zflgg':function(_0x2c2679,_0x283c9d){return _0x2c2679(_0x283c9d);},'AwfDh':function(_0x231f59,_0x34cbab){return _0x231f59===_0x34cbab;},'qSXhW':_0x69bc(0xae),'WOtwT':_0x69bc(0xaf),'ziQsx':function(_0x53d845,_0x1e6178){return _0x53d845===_0x1e6178;},'JNJKt':_0x69bc(0xb0),'PpBgt':_0x69bc(0xb1),'dKCdJ':_0x69bc(0xb2),'lwSyO':function(_0x3b6ad3,_0x38f94a){return _0x3b6ad3(_0x38f94a);},'kMqXe':'sydsu','HWTnr':_0x69bc(0xb3),'olrXc':function(_0x1bbfe9,_0x518ac7){return _0x1bbfe9(_0x518ac7);},'vdAZC':function(_0x3a57df,_0x5e3c36){return _0x3a57df(_0x5e3c36);},'OpuMo':function(_0x57adbe,_0x55391c){return _0x57adbe(_0x55391c);},'Vjneg':_0x69bc(0xb4),'ikOBF':function(_0x212c2b,_0x236f53){return _0x212c2b(_0x236f53);},'pSkIH':_0x69bc(0xb5),'XDXYL':_0x69bc(0xb6),'DYjKf':function(_0x257465,_0x4239cb){return _0x257465(_0x4239cb);},'mVxVx':_0x69bc(0xb7),'fTZiV':'oDaeL','VSOZc':_0x69bc(0xb8),'GyUwW':_0x69bc(0xb9),'vyndE':_0x69bc(0xba),'fjMlA':'No\x20background\x20socket\x20ID\x20available','aUrgm':'🔑\x20Using\x20auth\x20token:','HteWA':function(_0x860c15,_0x4fed6a){return _0x860c15===_0x4fed6a;},'TpXXX':function(_0xe487ad,_0x3ec37b){return _0xe487ad!==_0x3ec37b;},'jJCyb':'dSaVb','nMmUV':function(_0x1e7c86,_0x570946){return _0x1e7c86(_0x570946);},'ZbiUF':function(_0x187a9d,_0x70537c){return _0x187a9d(_0x70537c);},'EzFCe':function(_0x30d681,_0x2a84f0){return _0x30d681(_0x2a84f0);},'UahbR':function(_0x2668ef,_0xe1f1ac){return _0x2668ef&&_0xe1f1ac;},'DtaWn':_0x69bc(0xbb),'msQEI':_0x69bc(0xbc),'uaVDX':function(_0x445f0d,_0x38a208){return _0x445f0d(_0x38a208);},'IRwAo':function(_0x27e28b,_0x199896){return _0x27e28b(_0x199896);},'eEsUl':'🔐\x20[PIN\x20SUBMIT]\x20PIN\x20stored\x20securely,\x20moved\x20to\x20persona\x20step','CwSZL':'Running\x20test\x20inference','RiLVx':_0x69bc(0xbd),'IRfrN':function(_0x570bde,_0x1a84ea){return _0x570bde===_0x1a84ea;},'WZwna':'zHBzK','CabsO':_0x69bc(0xbe),'dZXpm':function(_0x101fd2,_0x1edb04){return _0x101fd2(_0x1edb04);},'WLDFP':function(_0x3bf544,_0x1696da){return _0x3bf544!==_0x1696da;},'CWPiw':_0x69bc(0xbf),'ooAYr':_0x69bc(0xc0),'IdIZK':function(_0x59d9d6,_0x2f10be){return _0x59d9d6===_0x2f10be;},'zYqNW':_0x69bc(0xc1),'jZfrb':_0x69bc(0xc2),'RjeDA':'📡\x20Training\x20API\x20response:','PXlEK':_0x69bc(0xc3),'lQOjn':_0x69bc(0xc4),'IZfcY':function(_0x4e46eb,_0x519c1e){return _0x4e46eb(_0x519c1e);},'REMMn':function(_0x37e95d){return _0x37e95d();},'uYdLW':function(_0x9b352f,_0x5db437){return _0x9b352f(_0x5db437);},'kypCd':function(_0x28d1ca,_0x4c7387){return _0x28d1ca===_0x4c7387;},'DynLS':_0x69bc(0xc5),'cKYJz':_0x69bc(0xc6),'zmZsL':'🎯\x20Training\x20Features:','MKele':function(_0x1c9095,_0x2f8fed){return _0x1c9095===_0x2f8fed;},'DTqTw':_0x69bc(0xc7),'mkjPq':_0x69bc(0xc8),'LcOSq':_0x69bc(0xc9),'LUHjb':_0x69bc(0xca),'GejOT':_0x69bc(0xcb),'ihcNd':_0x69bc(0xcc),'UAIuc':function(_0x5b36cf,_0x152565){return _0x5b36cf(_0x152565);},'Zbmat':'Training\x20model...','XIEzC':function(_0x22c12b,_0x31ce2a){return _0x22c12b(_0x31ce2a);},'aXIAL':function(_0x353447,_0x419053){return _0x353447!==_0x419053;},'pXLdJ':_0x69bc(0xcd),'LOIvq':function(_0x5b3d51,_0x8ed710){return _0x5b3d51(_0x8ed710);},'hiPfn':_0x69bc(0xce),'BVlEu':function(_0x5e3894){return _0x5e3894();},'YhFaW':_0x69bc(0xcf),'kelqa':function(_0x1a976b,_0x1fa94a){return _0x1a976b(_0x1fa94a);},'vohUX':function(_0x344ca8,_0x450cf5){return _0x344ca8 instanceof _0x450cf5;},'KzJnq':_0x69bc(0xd0),'rbsqa':function(_0x45e219){return _0x45e219();},'TOeAF':_0x69bc(0xd1),'CwVMH':_0x69bc(0xd2),'DqCwl':'SPKgS','mBuwT':_0x69bc(0xd3),'CRryD':_0x69bc(0xd4),'BtMsN':function(_0x49954b,_0x168294){return _0x49954b(_0x168294);},'RpRcj':'Background\x20training\x20failed\x20to\x20start','DDJvp':function(_0x1d1fd9,_0x216d61){return _0x1d1fd9===_0x216d61;},'gGOmg':function(_0x1ab8b3,_0x49209f){return _0x1ab8b3===_0x49209f;},'KDrhZ':function(_0x33c05b,_0x5940ae){return _0x33c05b===_0x5940ae;},'xKCsx':function(_0x48c332,_0x3c541d){return _0x48c332===_0x3c541d;},'EpNRk':'🔌\x20Socket\x20ID\x20for\x20training:','AOYjI':function(_0x3799cd,_0x425f31){return _0x3799cd===_0x425f31;},'pQslL':'🔄\x20Socket\x20reconnected\x20after','CWotS':_0x69bc(0xd5),'Ntexu':_0x69bc(0xd6),'mSgbq':function(_0x331c62,_0x554811){return _0x331c62(_0x554811);},'wlGYr':'DiYYc','EsBRb':_0x69bc(0xd7),'POGkl':_0x69bc(0xd8),'BvLNt':_0x69bc(0xd9),'akPrJ':_0x69bc(0xda),'HocER':_0x69bc(0xdb),'YkTVf':function(_0x2a0b46,_0x4b4646){return _0x2a0b46===_0x4b4646;},'Mnqbs':'ahxqF','pYmcY':_0x69bc(0xdc),'PzmLD':'🔍\x20Socket\x20state\x20after\x201\x20second:','PIOff':function(_0x2acf03,_0x17a31d){return _0x2acf03===_0x17a31d;},'QzAlr':function(_0x832760,_0x178622){return _0x832760===_0x178622;},'oFkJy':function(_0x2fe00c,_0x319693){return _0x2fe00c===_0x319693;},'KYIRm':function(_0x55318a,_0xff5e14){return _0x55318a===_0xff5e14;},'ZawEJ':_0x69bc(0xdd),'kwonG':_0x69bc(0xde),'NCKCw':_0x69bc(0xdf),'oexeu':_0x69bc(0xe0),'VibPf':'✅\x20YouTube\x20tokens\x20refreshed,\x20but\x20training\x20restart\x20disabled','bkfkV':_0x69bc(0xe1),'yBeKK':_0x69bc(0xe2),'KNaro':_0x69bc(0xe3),'vhWxL':_0x69bc(0xe4),'uqtel':_0x69bc(0xe5),'CDaQC':_0x69bc(0xe6),'EsWWW':'YouTube\x20reconnection\x20failed.\x20Please\x20restart\x20from\x20connector\x20screen.','SjtrF':_0x69bc(0xe7),'XAKuj':function(_0x331820){return _0x331820();},'rQPYe':'📊\x20Training\x20update:','sZyBI':'YouTube\x20access\x20token\x20has\x20expired','PWDwy':_0x69bc(0xe8),'FYddR':'nWRHW','nQEqB':_0x69bc(0xe9),'FaNra':function(_0x116c73,_0x33ef6e,_0x5092f3){return _0x116c73(_0x33ef6e,_0x5092f3);},'lLWVM':_0x69bc(0xea),'EuMXs':function(_0x14b9d9,_0x14062b){return _0x14b9d9(_0x14062b);},'EZncN':'🔗\x20Connections\x20required\x20detected\x20from\x20socket','MYDxS':_0x69bc(0xeb),'SrMIP':_0x69bc(0xec),'doPRU':_0x69bc(0xed),'cLLnO':function(_0x234a1e,_0xdfb41d){return _0x234a1e(_0xdfb41d);},'pRkCR':'Training\x20in\x20progress','rYSQA':'🔍\x20Socket\x20state\x20after\x205\x20seconds:','eMHfg':function(_0x43684f,_0x258be6){return _0x43684f===_0x258be6;},'JnLdt':function(_0x5cd658,_0x5987be){return _0x5cd658===_0x5987be;},'pBZZa':function(_0x35166a,_0x3c1681){return _0x35166a===_0x3c1681;},'Hrqom':_0x69bc(0xee),'VmWeq':'🔍\x20Socket\x20state:','xqDLA':'Connection\x20timeout.\x20Please\x20check\x20your\x20internet\x20and\x20try\x20again.','AwVsZ':_0x69bc(0xef),'ULCdm':function(_0x1282c2,_0x4ab30b){return _0x1282c2>_0x4ab30b;},'jSSBD':function(_0x5864b3,_0x1f8acd){return _0x5864b3(_0x1f8acd);},'DBENw':_0x69bc(0xf0),'UoVYE':function(_0x552e68,_0x2d9e6b){return _0x552e68(_0x2d9e6b);},'xUJbS':function(_0x33dda7,_0x19fb7c){return _0x33dda7(_0x19fb7c);},'xmPJr':function(_0x4b8f58,_0x20bff2){return _0x4b8f58!==_0x20bff2;},'ySkLP':_0x69bc(0xf1),'vUwdN':_0x69bc(0xf2),'hrwhz':'🔐\x20Step\x201:\x20Ensuring\x20authentication\x20token...','HmPlD':_0x69bc(0xf3),'FvFgK':_0x69bc(0xf4),'EKmlG':_0x69bc(0xf5),'ywTPu':_0x69bc(0xf6),'OwyoU':function(_0x1cb85f,_0x44f5ec){return _0x1cb85f!==_0x44f5ec;},'tPZdq':_0x69bc(0xf7),'hEWAW':_0x69bc(0xf8),'OsswG':function(_0x85a467,_0x4696b6){return _0x85a467===_0x4696b6;},'wKCJR':function(_0x5c24bc,_0x1d8ec5){return _0x5c24bc===_0x1d8ec5;},'DpEQk':function(_0x4440e5,_0x4b71b4){return _0x4440e5(_0x4b71b4);},'tTkBt':function(_0x52c01f,_0x34834f){return _0x52c01f===_0x34834f;},'dTYqq':function(_0x8cea4e,_0x3fbb40){return _0x8cea4e===_0x3fbb40;},'VSdwt':function(_0x502494,_0x1652c8){return _0x502494===_0x1652c8;},'gdwcp':_0x69bc(0xf9),'HtLnB':_0x69bc(0xfa),'RweLi':_0x69bc(0xfb),'KTrSZ':_0x69bc(0xfc),'NLnsh':_0x69bc(0xfd),'MjAUQ':function(_0x589421,_0x301892){return _0x589421(_0x301892);},'aUBCy':_0x69bc(0xfe),'qCnMt':function(_0x21e0de,_0x1e445f){return _0x21e0de(_0x1e445f);},'oVawT':_0x69bc(0xff),'sFFiu':_0x69bc(0x100),'BwDrG':_0x69bc(0x101),'aNwzR':_0x69bc(0x102),'KQBIU':_0x69bc(0x103),'oRAAI':_0x69bc(0x104),'vJLgs':_0x69bc(0x105),'tKnqD':_0x69bc(0x106),'CLONM':_0x69bc(0x107),'MhdFq':'inferenceCompleted','lbuqE':_0x69bc(0x108),'YYIiJ':_0x69bc(0x109),'XhbZh':_0x69bc(0x10a),'LvUtM':_0x69bc(0x10b),'KlCHN':_0x69bc(0x10c),'UMuNt':function(_0x306af1,_0x3ea2f6){return _0x306af1(_0x3ea2f6);},'fXkyE':_0x69bc(0x10d),'jzMCq':'🔑\x20[CACHED\x20LOGIN]\x20User\x20authenticated\x20but\x20no\x20connections\x20-\x20skipping\x20to\x20platforms','dBVZI':_0x69bc(0x10e),'pWIIE':'Your\x20persona\x20is\x20ready!\x20🎉','AiZdN':function(_0x3e9c3e,_0x45e575){return _0x3e9c3e<_0x45e575;},'vVpwC':function(_0x4f625e,_0x4ac0f3){return _0x4f625e<_0x4ac0f3;},'mNEgc':function(_0x526efb,_0x4f6d4f){return _0x526efb<_0x4f6d4f;},'FZZst':_0x69bc(0x10f),'Zitab':function(_0x1d8552,_0x11a8ac){return _0x1d8552<_0x11a8ac;},'nXYLC':_0x69bc(0x110),'EHcFN':_0x69bc(0x111),'MOZES':function(_0x40887f,_0x3cb79a){return _0x40887f+_0x3cb79a;},'sFrJZ':_0x69bc(0x112),'JGYMf':function(_0x3dbc19,_0x13ccdd){return _0x3dbc19===_0x13ccdd;},'Fjwmm':function(_0x2e9bbd,_0x37095c){return _0x2e9bbd*_0x37095c;},'YCJhJ':function(_0x763b,_0x48c080){return _0x763b!==_0x48c080;},'bizqc':_0x69bc(0x113),'FxtMY':'🔌\x20Disconnecting\x20training\x20socket...','OIiBc':function(_0x598009,_0x58c15f){return _0x598009===_0x58c15f;},'uBfeN':function(_0x43dba8,_0x575a18,_0x22298b,_0x41646a){return _0x43dba8(_0x575a18,_0x22298b,_0x41646a);},'mZtBK':function(_0x2d1ccb,_0x2f5b47){return _0x2d1ccb===_0x2f5b47;},'ulvyo':function(_0x28407e,_0x17d037){return _0x28407e===_0x17d037;},'PBQFk':function(_0x18d2f,_0x5c2f8b,_0x584e6c,_0x236f0d){return _0x18d2f(_0x5c2f8b,_0x584e6c,_0x236f0d);},'fRqWB':function(_0x4bbf8f,_0x4a15db){return _0x4bbf8f===_0x4a15db;},'TzZse':'AqgCA','csBCH':_0x69bc(0x114),'nZCLC':function(_0x3f63e8,_0x4b3b41){return _0x3f63e8===_0x4b3b41;},'twwEz':_0x69bc(0x115),'znHyh':function(_0x5d8848,_0x1016d8){return _0x5d8848!==_0x1016d8;},'BVDvU':'JZNQz','yNwqF':_0x69bc(0x116),'TeUmj':function(_0x333f68,_0x5f54d9){return _0x333f68===_0x5f54d9;},'vtiaA':_0x69bc(0x117),'xpwCv':_0x69bc(0x118),'tvUrn':'ℹ️\x20SDK\x20does\x20not\x20create\x20users\x20during\x20onboarding','OhhyT':'ℹ️\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email','ODToR':'Failed\x20to\x20create\x20authentication\x20token\x20for\x20background\x20training','kVONd':_0x69bc(0x119),'KqAlZ':_0x69bc(0x11a),'gUtgN':function(_0x28cd40,_0x3c2f02){return _0x28cd40&&_0x3c2f02;},'qkWaz':function(_0x5f4faa,_0x560239){return _0x5f4faa===_0x560239;},'OplmJ':_0x69bc(0x2),'CQbAD':function(_0x3f3ec7,_0x4cfcc7){return _0x3f3ec7!=_0x4cfcc7;},'LhWCH':_0x69bc(0x3),'MdBNf':function(_0x689149,_0x34d12d,_0xf0b647,_0x292ad9){return _0x689149(_0x34d12d,_0xf0b647,_0x292ad9);},'bJTba':_0x69bc(0x11b),'eugGX':function(_0x41ee52,_0x1c552f,_0x26dea8){return _0x41ee52(_0x1c552f,_0x26dea8);},'ewtQX':'🚀\x20[BACKGROUND]\x20Starting\x20background\x20training\x20optimization...','AZKUb':_0x69bc(0x11c),'GPzyx':function(_0x27463b){return _0x27463b();},'GdNhO':_0x69bc(0x11d),'CCWPm':_0x69bc(0x11e),'QDpUJ':function(_0x56bb09,_0x347801){return _0x56bb09===_0x347801;},'mYMyV':function(_0x2e7496,_0x22cc8d){return _0x2e7496===_0x22cc8d;},'OMQey':function(_0x4ee5dd,_0x33b329){return _0x4ee5dd(_0x33b329);},'XaCPN':function(_0x4483cc,_0x4942c0){return _0x4483cc(_0x4942c0);},'ZTEuR':_0x69bc(0x11f),'uneaL':_0x69bc(0x120),'ELuBh':_0x69bc(0x121),'LkHOo':_0x69bc(0x122),'yAtVW':_0x69bc(0x123),'IXZIY':function(_0x30947b,_0x55a1ec){return _0x30947b===_0x55a1ec;},'WDvkv':function(_0x1f2e13,_0x5ad2ce){return _0x1f2e13===_0x5ad2ce;},'CgWJw':function(_0xf6b770,_0x3504ad){return _0xf6b770===_0x3504ad;},'AnWUf':function(_0x107a16,_0x50cd4a){return _0x107a16===_0x50cd4a;},'Cxnfl':function(_0x1b3512,_0x3910c2){return _0x1b3512===_0x3910c2;},'smBgJ':'📡\x20Background\x20training\x20API\x20response:','KOJNM':_0x69bc(0x124),'zWNBw':_0x69bc(0x125),'kwQeq':function(_0x5e91d6,_0x15e018){return _0x5e91d6(_0x15e018);},'xGhEO':'🚀\x20Background\x20training\x20started:','CqETY':_0x69bc(0x126),'xXTFY':function(_0x3c9725,_0x17ffd4){return _0x3c9725(_0x17ffd4);},'OAvQW':_0x69bc(0x127),'DealA':function(_0x2927ad){return _0x2927ad();},'uNOoO':_0x69bc(0x128),'OGPll':function(_0x2b4c7a,_0x5e53a9){return _0x2b4c7a(_0x5e53a9);},'BiMcl':function(_0x402f58,_0x5b227f){return _0x402f58%_0x5b227f;},'sAsid':function(_0xdbf2a3,_0x5901aa){return _0xdbf2a3===_0x5901aa;},'JRpyZ':_0x69bc(0x129),'HomQK':function(_0x480fe0,_0x28a144){return _0x480fe0!==_0x28a144;},'BowlX':_0x69bc(0x12a),'sEzMP':'🔑\x20[SDK]\x20Auth\x20data\x20retrieved\x20in\x20parallel\x20for\x20returning\x20user','XJqsN':function(_0x10bc01,_0x4e8df8){return _0x10bc01&&_0x4e8df8;},'eyMan':function(_0x5dc934,_0x2f2200){return _0x5dc934===_0x2f2200;},'oIuoy':_0x69bc(0x12b),'PGoOO':function(_0x20163c,_0x4659bc){return _0x20163c===_0x4659bc;},'CQngN':'KcjPK','LIcGb':_0x69bc(0x12c),'FlqCU':function(_0x1ceed4,_0x5cbc44){return _0x1ceed4===_0x5cbc44;},'TQNBi':function(_0x425fb5,_0x26ab85,_0x382dab,_0x11741b){return _0x425fb5(_0x26ab85,_0x382dab,_0x11741b);},'zLxGc':function(_0x579b63,_0x33aca0){return _0x579b63(_0x33aca0);},'zTYGy':function(_0x5da12e,_0x1463a6){return _0x5da12e!==_0x1463a6;},'NvpSU':'DOHeZ','RNIEF':_0x69bc(0x12d),'VLFXV':_0x69bc(0x12e),'cshBz':_0x69bc(0x12f),'HnYUD':_0x69bc(0x130),'RdwxS':_0x69bc(0x131),'KtYWR':_0x69bc(0x132),'NXida':_0x69bc(0x133),'GBEFc':_0x69bc(0x134),'ahwNB':_0x69bc(0x135),'OXlpG':_0x69bc(0x136),'PIdsL':'linkedin','ELttl':_0x69bc(0x137),'QhchV':_0x69bc(0x138),'ZzCRB':_0x69bc(0x139),'xBYdC':_0x69bc(0x13a),'xcTQU':'#10A37F','ueUxR':_0x69bc(0x13b),'gpQjx':_0x69bc(0x13c),'eXrgy':'Handle\x20Top:\x20','DmBOp':_0x69bc(0x13d),'xnpkZ':function(_0x2310cc,_0x40780e){return _0x2310cc===_0x40780e;}},[_0x4ce213,_0x9d10e7]=(0x0,_react[_0x69bc(0x13e)])(primaryAuthOnly?_0x526299['gIznQ']:_0x526299[_0x69bc(0x13f)]),[_0x2153b1,_0x51fe22]=(0x0,_react['useState'])({}),[_0x17b099,_0x2f943d]=(0x0,_react['useState'])(''),[_0x36df14,_0x49bf33]=(0x0,_react['useState'])(_0x526299[_0x69bc(0x140)]),[_0x32339e]=(0x0,_react[_0x69bc(0x13e)])(new _reactNative[(_0x69bc(0x141))]['Value'](height)),[_0x4968f6]=(0x0,_react['useState'])(new _reactNative[(_0x69bc(0x141))][(_0x69bc(0x142))](0x0)),[_0x2562d6,_0x4615fd]=(0x0,_react[_0x69bc(0x13e)])({}),[_0x3e2d14,_0x5a513f]=(0x0,_react[_0x69bc(0x13e)])(''),[_0x5f26c5,_0x39a301]=(0x0,_react['useState'])(''),[_0x4e1bd8,_0x3c9ae4]=(0x0,_react[_0x69bc(0x13e)])(''),[_0x96c439,_0x2b622a]=(0x0,_react[_0x69bc(0x13e)])(''),[_0x5bcd06,_0x4384b1]=(0x0,_react[_0x69bc(0x13e)])(![]),[_0x370650,_0x2aa599]=(0x0,_react[_0x69bc(0x13e)])(''),[_0x69b53f,_0x373581]=(0x0,_react[_0x69bc(0x13e)])(![]),[_0xc28c4a,_0x3c1933]=(0x0,_react[_0x69bc(0x13e)])([]),[_0x53fdae,_0x50d63d]=(0x0,_react['useState'])(null),[_0x2bd374,_0x5605c1]=(0x0,_react[_0x69bc(0x13e)])(![]),[_0x317e0c,_0x2d6e69]=(0x0,_react[_0x69bc(0x13e)])(![]),[_0x4e5209,_0x539d64]=(0x0,_react['useState'])(![]),[_0x4de7f0,_0x28a7f0]=(0x0,_react[_0x69bc(0x13e)])(0x0),[_0x1d94b1,_0x3da051]=(0x0,_react[_0x69bc(0x13e)])(0x8),[_0x478f96,_0x3632d2]=(0x0,_react[_0x69bc(0x13e)])(0x6);(0x0,_react[_0x69bc(0x143)])(()=>{console[_0x69bc(0x144)](_0x69bc(0x145),_0x3f645e),console[_0x69bc(0x144)](_0x69bc(0x146),_0x2bd374),console[_0x69bc(0x144)](_0x526299['EXuRB'],_0x4ce213),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x147)],primaryAuthOnly);},[_0x3f645e,_0x2bd374,_0x4ce213,primaryAuthOnly]),(0x0,_react[_0x69bc(0x143)])(()=>{if(primaryAuthOnly&&_0x3f645e&&(_0x4ce213===_0x69bc(0x2f)||_0x526299[_0x69bc(0x148)](_0x4ce213,_0x69bc(0x50)))){if(_0x526299[_0x69bc(0x148)](_0x526299[_0x69bc(0x149)],_0x526299[_0x69bc(0x149)]))console[_0x69bc(0x144)](_0x526299['FoWZe']),console['log'](_0x526299['SfXEd'],_0x4ce213,_0x69bc(0x92)),_0x9d10e7(_0x526299['zPrzD']);else return(0x0,_0x25a620[_0x69bc(0x14a)])(_0x4881fd);}},[primaryAuthOnly,_0x3f645e]);const _0x5cf135=(0x0,_react[_0x69bc(0x14b)])(![]),[_0x880d03,_0x5a572a]=(0x0,_react[_0x69bc(0x13e)])(0x5),[_0x415217,_0x4e100b]=(0x0,_react[_0x69bc(0x13e)])(![]),[_0x14ca8d]=(0x0,_react[_0x69bc(0x13e)])(new _reactNative[(_0x69bc(0x141))][(_0x69bc(0x142))](0x0)),_0x686341=(0x0,_react[_0x69bc(0x14b)])(null),_0x46e84e=null,[_0xb822d4,_0x5605a7]=(0x0,_react[_0x69bc(0x13e)])(''),[_0x31ef7a,_0x5e3e3b]=(0x0,_react[_0x69bc(0x13e)])(0x0),[_0x542366,_0x578b58]=(0x0,_react[_0x69bc(0x13e)])(_0x526299['RdwxS']),[_0x50c427,_0x1a54ff]=(0x0,_react[_0x69bc(0x13e)])(![]),[_0x5a2ecf,_0x2a6c67]=(0x0,_react[_0x69bc(0x13e)])(![]),[_0x320b30,_0x403847]=(0x0,_react[_0x69bc(0x13e)])(![]),[_0x5bd7d0,_0x670bce]=(0x0,_react[_0x69bc(0x13e)])(null),[_0xcf499f,_0x1443f7]=(0x0,_react[_0x69bc(0x13e)])(null),[_0x362b90,_0x2de5b8]=(0x0,_react[_0x69bc(0x13e)])(null),[_0x3c0ad2,_0x227af5]=(0x0,_react[_0x69bc(0x13e)])(null),[_0x3c80a8,_0x1c5e66]=(0x0,_react[_0x69bc(0x13e)])(''),_0x1d5361=(0x0,_react[_0x69bc(0x14b)])(null),_0x3d5eb0=(0x0,_react[_0x69bc(0x14b)])(null),[_0x2101fd,_0x49026e]=(0x0,_react[_0x69bc(0x13e)])(![]),[_0x5e1530,_0xbae78f]=(0x0,_react['useState'])(null),[_0x1c61fa,_0x3748a0]=(0x0,_react[_0x69bc(0x13e)])(null),[_0x3ebcae,_0x24e29c]=(0x0,_react[_0x69bc(0x13e)])(null),[_0xbcdc65,_0x3dad44]=(0x0,_react[_0x69bc(0x13e)])(null),[_0x2ccece,_0x4ec398]=(0x0,_react['useState'])(![]),[_0x16f057,_0x576701]=(0x0,_react['useState'])(![]),[_0x1a510c,_0x17f071]=(0x0,_react[_0x69bc(0x13e)])(''),[_0x22f8b8,_0x1978a9]=(0x0,_react[_0x69bc(0x13e)])(null),_0x49a27d=async _0x2b91b4=>{const _0x313dea={'ysTdd':function(_0x2b9118,_0x2850a1){return _0x2b9118(_0x2850a1);},'dupCO':function(_0x235bd5,_0x330d1c){return _0x526299['TZaWM'](_0x235bd5,_0x330d1c);}};if(_0x526299[_0x69bc(0x14c)](_0x526299[_0x69bc(0x14d)],_0x526299[_0x69bc(0x14d)]))_0x35fe08['log']('✅\x20YouTube\x20tokens\x20refreshed,\x20but\x20training\x20restart\x20disabled'),_0x313dea[_0x69bc(0x14e)](_0x2500c9,'YouTube\x20tokens\x20refreshed\x20-\x20but\x20training\x20only\x20starts\x20from\x20connector→PIN'),_0x313dea[_0x69bc(0x14f)](_0x235e37,!![]);else try{if(_0x526299[_0x69bc(0x148)](_0x526299[_0x69bc(0x150)],_0x526299[_0x69bc(0x150)])){const _0x204af3=await _asyncStorage[_0x69bc(0x4)][_0x69bc(0x151)]('connectedPlatforms');let _0x10faa8=_0x204af3?JSON[_0x69bc(0x152)](_0x204af3):[];!_0x10faa8[_0x69bc(0x153)](_0x2b91b4)&&(_0x10faa8[_0x69bc(0x154)](_0x2b91b4),await _asyncStorage[_0x69bc(0x4)][_0x69bc(0x155)](_0x526299[_0x69bc(0x156)],JSON['stringify'](_0x10faa8)),console[_0x69bc(0x144)](_0x69bc(0x157),_0x2b91b4,_0x526299[_0x69bc(0x158)],_0x10faa8));}else _0x103023['error'](_0x526299[_0x69bc(0x159)],_0x35026e),_0x3e7cbe(_0x526299[_0x69bc(0x15a)]),_0x526299[_0x69bc(0x15b)](_0x4ca777,_0x526299[_0x69bc(0x15c)]),_0x526299[_0x69bc(0x15b)](_0x5a9b57,!![]);}catch(_0x24ba0e){'LkVRy'!==_0x526299['SwHsi']?(_0x526299[_0x69bc(0x15b)](_0x71a244,_0x3bd730[_0x69bc(0x15d)]),_0x1bd6e6['current']=null):console[_0x69bc(0x15e)](_0x526299[_0x69bc(0x15f)],_0x24ba0e);}},_0x367b79=async _0x417eac=>{try{const _0x2e52a4=await _asyncStorage[_0x69bc(0x4)][_0x69bc(0x151)](_0x69bc(0x1b));let _0x7c5702=_0x2e52a4?JSON[_0x69bc(0x152)](_0x2e52a4):[];_0x7c5702=_0x7c5702[_0x69bc(0x160)](_0x19bf95=>_0x19bf95!==_0x417eac),await _asyncStorage[_0x69bc(0x4)][_0x69bc(0x155)](_0x526299['FjVdd'],JSON['stringify'](_0x7c5702)),console['log'](_0x526299['VpiQR'],_0x417eac,_0x69bc(0x161),_0x7c5702);}catch(_0x3ef878){console['error'](_0x526299[_0x69bc(0x162)],_0x3ef878);}},_0x275238=(_0x5ea2c9,_0x652f35)=>{const _0x589b01={'rrcfL':_0x69bc(0xab),'JvpDD':_0x526299[_0x69bc(0x163)],'XxGZI':_0x526299[_0x69bc(0x164)],'GUMWo':function(_0x34c0a8,_0x94b6d9){return _0x34c0a8(_0x94b6d9);},'FwQXv':_0x526299['OQMLU'],'koihj':function(_0x18afbc){return _0x526299[_0x69bc(0x165)](_0x18afbc);},'mYhOg':_0x526299[_0x69bc(0x166)],'alLhX':function(_0x5b2ffa,_0x2beb46){return _0x5b2ffa(_0x2beb46);},'AzzRO':_0x526299['QxWmI'],'Agscp':function(_0x3e0e0f,_0x26fd06){return _0x526299[_0x69bc(0x15b)](_0x3e0e0f,_0x26fd06);},'sxtnq':function(_0x2bc960,_0x2efd24){return _0x526299[_0x69bc(0x14c)](_0x2bc960,_0x2efd24);},'qmcAk':_0x69bc(0x167),'TvkIT':function(_0x54c5ae){return _0x54c5ae();},'ZBkIX':_0x69bc(0x168),'GxFeV':_0x526299[_0x69bc(0x169)]};_0x69bc(0x16a)===_0x526299[_0x69bc(0x16b)]?(_0xb4a50a[_0x69bc(0x144)](_0x589b01[_0x69bc(0x16c)],_0x232464?_0x472d3b[_0x69bc(0x16d)](0x0,0x14)+_0x69bc(0x16e):_0x589b01[_0x69bc(0x16f)]),_0x48d104['log'](_0x589b01[_0x69bc(0x170)]),_0x589b01[_0x69bc(0x171)](_0x1ac7e7,_0x589b01[_0x69bc(0x172)])):_reactNative[_0x69bc(0x173)][_0x69bc(0x174)](_0x526299[_0x69bc(0x175)],'Are\x20you\x20sure\x20you\x20want\x20to\x20disconnect\x20'+_0x652f35+'?',[{'text':'No','style':_0x526299['mQwuX']},{'text':_0x526299[_0x69bc(0x176)],'style':_0x526299[_0x69bc(0x177)],'onPress':async()=>{const _0x562ea0={'IGHNk':function(_0x407333,_0x5bf2c2){return _0x589b01[_0x69bc(0x171)](_0x407333,_0x5bf2c2);},'UizwN':function(_0x3c4ad6){return _0x589b01['koihj'](_0x3c4ad6);},'CBtMI':_0x589b01[_0x69bc(0x178)],'VGMSv':function(_0x221e55,_0x1af16e){return _0x589b01[_0x69bc(0x179)](_0x221e55,_0x1af16e);},'NlJse':_0x589b01['AzzRO'],'isNPJ':function(_0x116571,_0x1dbe4a){return _0x589b01[_0x69bc(0x17a)](_0x116571,_0x1dbe4a);}};if(_0x589b01['sxtnq'](_0x69bc(0x167),_0x589b01[_0x69bc(0x17b)])){const _0x43f428='4|5|0|7|6|3|1|2'['split']('|');let _0x318467=0x0;while(!![]){switch(_0x43f428[_0x318467++]){case'0':_0x562ea0[_0x69bc(0x17c)](_0x3163de,_0x313f08);continue;case'1':_0x562ea0['UizwN'](_0x49647a);continue;case'2':return;case'3':_0x562ea0[_0x69bc(0x17c)](_0x3ad34e,!![]);continue;case'4':_0x53a6d8[_0x69bc(0x144)](_0x69bc(0x17d));continue;case'5':_0x1827bd(_0x562ea0[_0x69bc(0x17e)]);continue;case'6':_0x562ea0[_0x69bc(0x17f)](_0xfa91c,_0x562ea0[_0x69bc(0x180)]);continue;case'7':_0x562ea0[_0x69bc(0x181)](_0x16c223,!![]);continue;}break;}}else try{_0x589b01[_0x69bc(0x17a)](_0x32a312,_0x5ad7b2=>({..._0x5ad7b2,[_0x5ea2c9]:_0x69bc(0x182)})),_0x51fe22(_0x208ec5=>{const _0x17ed6d={..._0x208ec5};return delete _0x17ed6d[_0x5ea2c9],_0x17ed6d;}),_0x589b01[_0x69bc(0x179)](_0x4615fd,_0x205f55=>({..._0x205f55,[_0x5ea2c9]:![]})),await _0x367b79(_0x5ea2c9),await _0x589b01[_0x69bc(0x183)](_0x3c1ebc),console[_0x69bc(0x144)](_0x589b01[_0x69bc(0x184)],_0x5ea2c9);}catch(_0x23329e){console[_0x69bc(0x15e)](_0x589b01['GxFeV'],_0x23329e);}}}]);},_0x4f3c23=()=>{const _0xdbed63={'VfVnG':function(_0x22fc25,_0x1d1881){return _0x526299[_0x69bc(0x14c)](_0x22fc25,_0x1d1881);},'CXEQw':_0x69bc(0x185),'MyATI':_0x526299[_0x69bc(0x186)],'dsEWH':function(_0x30f8f6,_0x320531){return _0x30f8f6%_0x320531;},'KNNPT':function(_0x33f14a,_0xcf932b){return _0x526299['ndFaz'](_0x33f14a,_0xcf932b);},'uLqAN':function(_0x28ba3c,_0x341298){return _0x526299['cJuKd'](_0x28ba3c,_0x341298);},'NKSej':function(_0x11a635,_0x13d1ec){return _0x11a635(_0x13d1ec);}};if(_0x526299[_0x69bc(0x148)](_0x526299['wCUun'],_0x69bc(0x187))){_0x3d5eb0[_0x69bc(0x15d)]&&_0x526299[_0x69bc(0x15b)](clearInterval,_0x3d5eb0[_0x69bc(0x15d)]);let _0x7a5aac=0x0;_0x3d5eb0[_0x69bc(0x15d)]=_0x526299[_0x69bc(0x188)](setInterval,()=>{_0xdbed63['VfVnG'](_0xdbed63['CXEQw'],_0xdbed63[_0x69bc(0x189)])?(_0x7a5aac=_0xdbed63['dsEWH'](_0x7a5aac+0x1,0x4),_0xdbed63[_0x69bc(0x18a)](_0x7a5aac,0x0)?_0xdbed63[_0x69bc(0x18b)](_0x1c5e66,''):_0xdbed63[_0x69bc(0x18c)](_0x1c5e66,'.'['repeat'](_0x7a5aac))):_0x35b3d1(_0x2b7c15[_0x69bc(0x15d)]);},0x1f4);}else _0x38a41c[_0x69bc(0x15e)](_0x69bc(0x18d)+_0x4a6226+':',_0xa2c8d1);},_0x2985d6=()=>{_0x3d5eb0[_0x69bc(0x15d)]&&(_0x526299[_0x69bc(0x18e)](clearInterval,_0x3d5eb0[_0x69bc(0x15d)]),_0x3d5eb0[_0x69bc(0x15d)]=null),_0x526299[_0x69bc(0x15b)](_0x1c5e66,'');},_0x1e34ae=[{'id':_0x526299[_0x69bc(0x18f)],'name':_0x526299[_0x69bc(0x190)],'color':_0x526299['GBEFc']},{'id':_0x526299['ahwNB'],'name':_0x69bc(0x191),'color':_0x526299['OXlpG']},{'id':_0x526299[_0x69bc(0x192)],'name':_0x526299[_0x69bc(0x193)],'color':_0x526299['QhchV']}],_0xdd2b2c=[{'id':_0x69bc(0x194),'name':_0x69bc(0x195),'color':_0x526299[_0x69bc(0x196)]},{'id':_0x69bc(0x197),'name':_0x526299[_0x69bc(0x198)],'color':_0x526299['xBYdC']},{'id':_0x69bc(0xae),'name':_0x69bc(0x199),'color':_0x526299['xcTQU']}],_0x13438a=[..._0x1e34ae,..._0xdd2b2c],_0x17ddea=async()=>{},_0x3c1ebc=async()=>{},_0x5eb5ae=()=>_0x69bc(0x182),_0x18c6f4=![],_0x55178a=()=>![],[_0x241321,_0x32a312]=(0x0,_react['useState'])({}),[_0x20fa93,_0x87f95d]=(0x0,_react[_0x69bc(0x13e)])(null),_0x128963=_0xa08616=>{return(0x0,_assetRegistry[_0x69bc(0x14a)])(_0xa08616);},_0x59f747=(0x0,_react['useRef'])(![]),_0x3c5586=(0x0,_react[_0x69bc(0x14b)])(_0x464be5);(0x0,_react[_0x69bc(0x143)])(()=>{const _0x4f3b66={'VNZBT':_0x526299[_0x69bc(0x19a)],'srVJW':function(_0x12da52,_0x7f166e){return _0x12da52(_0x7f166e);},'fkefR':_0x526299[_0x69bc(0x19b)],'qJnRW':function(_0x4a4976){return _0x526299[_0x69bc(0x19c)](_0x4a4976);}};_0x526299['AlyLd'](_0x526299[_0x69bc(0x19d)],_0x526299['xMFrn'])?(_0x56a0d7[_0x69bc(0x15e)](_0x4f3b66[_0x69bc(0x19e)]),_0x4f3b66['srVJW'](_0x5ce929,_0x4f3b66['fkefR']),_0x4f3b66['srVJW'](_0x345512,!![]),_0x4f3b66[_0x69bc(0x19f)](_0x3d1d84)):_0x3c5586['current']=_0x464be5;},[_0x464be5]),(0x0,_react['useEffect'])(()=>{const _0x13ef7b={'DbNEF':_0x526299[_0x69bc(0x1a0)],'liieQ':function(_0x3b8c38,_0x560791){return _0x526299['KFNyf'](_0x3b8c38,_0x560791);},'WNedy':_0x69bc(0x1a1),'twdzG':_0x526299[_0x69bc(0x1a2)],'OlbEF':_0x526299[_0x69bc(0x1a3)],'WmuvS':_0x526299[_0x69bc(0x1a4)],'dFCAg':_0x526299[_0x69bc(0x1a5)],'gtXWg':_0x526299[_0x69bc(0x1a6)],'XvstT':_0x526299[_0x69bc(0x1a7)],'VHmzW':_0x526299[_0x69bc(0x1a8)],'gKxAh':function(_0x23267a,_0x518752){return _0x526299[_0x69bc(0x18e)](_0x23267a,_0x518752);},'FXNSg':function(_0x177adb){return _0x177adb();},'AKCsc':function(_0x4b851c,_0x30ae36){return _0x526299[_0x69bc(0x1a9)](_0x4b851c,_0x30ae36);},'wlOjb':function(_0x1db956,_0x42722d){return _0x526299[_0x69bc(0x18e)](_0x1db956,_0x42722d);},'LRiFC':function(_0x5b15d4,_0x5de108){return _0x526299[_0x69bc(0x1aa)](_0x5b15d4,_0x5de108);},'lcQyS':_0x526299[_0x69bc(0x1ab)],'xSKOi':_0x526299[_0x69bc(0x1ac)]};if(_0x526299[_0x69bc(0x1ad)]===_0x526299[_0x69bc(0x1ae)]){(0x0,_0x1427dd[_0x69bc(0x1af)])(_0xed26d0[_0x69bc(0x1b0)][_0x69bc(0x1b1)]);if(_0x1f6cd5){_0x10184['log'](_0x526299['ZyTFZ']),_0x56864b(_0x526299[_0x69bc(0x1b2)]);return;}_0x45d0f3[_0x69bc(0x144)](_0x526299[_0x69bc(0x1b3)]),_0x526299[_0x69bc(0x18e)](_0x45c974,_0x526299[_0x69bc(0x1b4)]);}else{if(_0x3f645e){if(_0x526299[_0x69bc(0x1b5)](_0x526299[_0x69bc(0x1b6)],_0x526299[_0x69bc(0x1b7)])){_0x59f747[_0x69bc(0x15d)]=!![],_0x5cf135['current']=![],_0x4968f6[_0x69bc(0x1b8)](0x0),_0x526299[_0x69bc(0x1b9)](_0x5605c1,!![]),_0x526299[_0x69bc(0x1ba)](_0x45755a),requestAnimationFrame(()=>{_reactNative[_0x69bc(0x141)][_0x69bc(0x1bb)](_0x4968f6,{'toValue':0x1,'duration':0x12c,'useNativeDriver':!![]})['start']();});const _0x5131de=_reactNative[_0x69bc(0x1bc)][_0x69bc(0x1bd)](_0x526299[_0x69bc(0x1be)],_0x1b8474);return()=>{_0x13ef7b[_0x69bc(0x1bf)](_0x13ef7b[_0x69bc(0x1c0)],_0x13ef7b['WNedy'])?_0x29ae0c[_0x69bc(0x144)](_0x13ef7b[_0x69bc(0x1c1)]):_0x5131de['remove']();};}else{_0x388801[_0x69bc(0x144)]('🎉\x20All\x20Complete:',_0xd523f4);if(_0xf3e6e4[_0x69bc(0x1c2)]){const _0x11f368=_0x13ef7b['twdzG'][_0x69bc(0x1c3)]('|');let _0xbd9e05=0x0;while(!![]){switch(_0x11f368[_0xbd9e05++]){case'0':_0x4af20a[_0x69bc(0x144)](_0x13ef7b['OlbEF'],_0x4d383e[_0x69bc(0x1c4)]);continue;case'1':_0x47baf8['log']('🧠\x20Inference\x20enabled:',_0x49e692[_0x69bc(0x1c5)]);continue;case'2':_0x443acb[_0x69bc(0x1c6)]&&_0x15cb88['log'](_0x13ef7b[_0x69bc(0x1c7)]);continue;case'3':_0x211911[_0x69bc(0x144)](_0x13ef7b['dFCAg'],_0x50ed68[_0x69bc(0x1c8)]);continue;case'4':_0x53a6c9['databases']&&_0x478483[_0x69bc(0x1c9)](_0x476f00['databases'])&&_0x53757f[_0x69bc(0x144)](_0x13ef7b[_0x69bc(0x1ca)],_0x5aaf38[_0x69bc(0x1cb)][_0x69bc(0x1cc)](',\x20'));continue;case'5':_0x49fa05[_0x69bc(0x144)](_0x13ef7b['XvstT'],_0x4caed4[_0x69bc(0x1cd)]);continue;}break;}}_0x276159(!![]),_0xaeb15c(_0x13ef7b['VHmzW']),_0x13ef7b[_0x69bc(0x1ce)](_0x12ea1d,0x64),_0x13ef7b['FXNSg'](_0x11dd37);}}else{if(_0x59f747[_0x69bc(0x15d)]&&!_0x5cf135[_0x69bc(0x15d)])_0x526299[_0x69bc(0x1cf)]!=='BhKks'?_0x243b04[_0x69bc(0x15e)](_0x526299[_0x69bc(0x1d0)],_0x353037):_reactNative[_0x69bc(0x141)][_0x69bc(0x1bb)](_0x4968f6,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x69bc(0x1d1)](()=>{const _0x242521={'JDCRy':function(_0x402605,_0x55e1e7){return _0x13ef7b[_0x69bc(0x1d2)](_0x402605,_0x55e1e7);},'mQEgl':function(_0x141553,_0x552bac){return _0x13ef7b[_0x69bc(0x1d3)](_0x141553,_0x552bac);}};_0x13ef7b[_0x69bc(0x1d4)]===_0x13ef7b[_0x69bc(0x1d5)]?(_0x13ef7b[_0x69bc(0x1d6)](_0x112776,![]),_0x4c71e3[_0x69bc(0x15d)]=![]):setTimeout(()=>{var _0x22da60;_0x242521[_0x69bc(0x1d7)](_0x5605c1,![]),_0x242521[_0x69bc(0x1d8)](_0x22da60=_0x3c5586[_0x69bc(0x15d)],null)||_0x22da60===void 0x0||_0x22da60['call'](_0x3c5586);},0x10);});else _0x59f747[_0x69bc(0x15d)]&&_0x5cf135[_0x69bc(0x15d)]&&(_0x5605c1(![]),_0x5cf135[_0x69bc(0x15d)]=![]);}}},[_0x3f645e]),(0x0,_react[_0x69bc(0x143)])(()=>{return()=>{_0x1d5361[_0x69bc(0x15d)]&&(console[_0x69bc(0x144)](_0x526299['ZuXpA']),_0x1d5361[_0x69bc(0x15d)][_0x69bc(0x102)](),_0x1d5361['current']=null),_0x526299['VlQMl'](_0x2985d6);};},[_0x3f645e]);const _0x1b8474=(0x0,_react[_0x69bc(0x1d9)])(({url:_0xc922fc})=>{(0x0,_platformAuthService[_0x69bc(0x1da)])(_0xc922fc)&&(_0x526299[_0x69bc(0x1b5)](_0x526299[_0x69bc(0x1db)],_0x526299[_0x69bc(0x1dc)])?_0x526299[_0x69bc(0x1b9)](_0x487ea0,_0xc922fc):_0x526299[_0x69bc(0x18e)](_0x4952dc,![]));},[]);(0x0,_react['useEffect'])(()=>{const _0x449c47={'jPKvV':_0x526299[_0x69bc(0x1dd)],'YAefK':_0x69bc(0xd9),'frsvo':function(_0x28682b,_0x57d059){return _0x526299[_0x69bc(0x1de)](_0x28682b,_0x57d059);},'Gdmve':_0x526299[_0x69bc(0x1df)],'WhTPC':_0x526299[_0x69bc(0x1e0)],'XoDuD':_0x69bc(0x65),'guSqo':_0x526299[_0x69bc(0x1e1)]};if(_0x526299['IewyB'](_0x526299[_0x69bc(0x1e2)],_0x526299[_0x69bc(0x1e3)])){const _0x1dc45a=async()=>{const _0x5704dc={'ontKV':_0x526299[_0x69bc(0x1e4)],'ovNUR':_0x69bc(0xac),'EKspi':function(_0x14396b,_0x19756c){return _0x526299['cJuKd'](_0x14396b,_0x19756c);},'uHXDz':_0x526299['zSrnq'],'XxwRF':function(_0x59c5cb,_0x132050){return _0x59c5cb(_0x132050);},'HMlXV':_0x69bc(0x50),'scSNo':_0x526299['ugsUL'],'avNzQ':_0x69bc(0x1e5),'zNTNc':_0x526299['xsrJS']};try{if(_0x526299[_0x69bc(0x14c)](_0x526299[_0x69bc(0x1e6)],_0x526299['nuoqc']))_0x1d2fea['error'](_0x5704dc[_0x69bc(0x1e7)]),_0x256e41(_0x5704dc['ovNUR']),_0x5704dc[_0x69bc(0x1e8)](_0x2b0a6f,!![]),_0x155192();else{const _0x330e08=await _asyncStorage['default'][_0x69bc(0x151)](_0x526299['iggZn']),_0x5b89fd=await _asyncStorage[_0x69bc(0x4)][_0x69bc(0x151)](_0x526299['VchRL']);if(_0x526299[_0x69bc(0x1e9)](_0x330e08,_0x5b89fd)){const _0x30da78=_0x526299[_0x69bc(0x1ea)][_0x69bc(0x1c3)]('|');let _0x4970ed=0x0;while(!![]){switch(_0x30da78[_0x4970ed++]){case'0':_0x526299[_0x69bc(0x1eb)](_0xbae78f,_0x330e08);continue;case'1':console[_0x69bc(0x144)](_0x526299[_0x69bc(0x1ec)]);continue;case'2':_0x526299[_0x69bc(0x1b9)](_0x3748a0,JSON['parse'](_0x5b89fd));continue;case'3':_0x49026e(!![]);continue;case'4':await _asyncStorage[_0x69bc(0x4)]['removeItem'](_0x526299[_0x69bc(0x1ed)]);continue;case'5':await _asyncStorage[_0x69bc(0x4)][_0x69bc(0x1ee)](_0x526299['VchRL']);continue;}break;}}const _0x20ea2e=await(0x0,_jwtStorageService[_0x69bc(0x1ef)])();_0x2de5b8(_0x20ea2e);if(_0x20ea2e){var _0x16aa6f;const _0x5e422=await(0x0,_authService[_0x69bc(0x1f0)])(),_0x1dedff=await _asyncStorage[_0x69bc(0x4)][_0x69bc(0x151)]('user_email'),_0x587e2b=_0x5e422||(_0x526299['EAmUz'](_0x46e84e,null)||_0x526299[_0x69bc(0x1f1)](_0x46e84e,void 0x0)||(_0x16aa6f=_0x46e84e[_0x69bc(0x1f2)])===null||_0x16aa6f===void 0x0?void 0x0:_0x16aa6f[_0x69bc(0x1c3)]('@')[0x0])||(_0x526299[_0x69bc(0x1f3)](_0x46e84e,null)||_0x526299[_0x69bc(0x1aa)](_0x46e84e,void 0x0)?void 0x0:_0x46e84e['name'])||_0x526299[_0x69bc(0x1f4)];console[_0x69bc(0x144)]('🔍\x20Using\x20username\x20for\x20training:',_0x587e2b),_0x526299[_0x69bc(0x1f5)](_0x227af5,{'username':_0x587e2b,'email':_0x1dedff||(_0x526299[_0x69bc(0x1aa)](_0x46e84e,null)||_0x526299[_0x69bc(0x1f1)](_0x46e84e,void 0x0)?void 0x0:_0x46e84e[_0x69bc(0x1f2)])||null,'id':null}),_0x526299[_0x69bc(0x1f5)](_0x5605a7,_0x587e2b);if(_0x1dedff&&_0x526299[_0x69bc(0x148)](_0x4ce213,_0x526299[_0x69bc(0x13f)])&&!primaryAuthOnly){console[_0x69bc(0x144)](_0x526299['mgpsR'],_0x1dedff);const _0x36d98e=await _asyncStorage[_0x69bc(0x4)][_0x69bc(0x151)](_0x526299[_0x69bc(0x156)]),_0x39439b=_0x36d98e?JSON[_0x69bc(0x152)](_0x36d98e):[];if(_0x39439b[_0x69bc(0x1f6)]>0x0){if(_0x526299[_0x69bc(0x14c)](_0x526299[_0x69bc(0x1f7)],_0x526299[_0x69bc(0x1f8)])){const _0x57e3e7=_0x526299[_0x69bc(0x1f9)][_0x69bc(0x1c3)]('|');let _0x424223=0x0;while(!![]){switch(_0x57e3e7[_0x424223++]){case'0':_0x526299['BzqQl'](_0x2b622a,_0x1dedff);continue;case'1':_0x526299[_0x69bc(0x1fa)](_0x3c1933,_0x39439b);continue;case'2':console[_0x69bc(0x144)](_0x69bc(0x1fb),_0x39439b);continue;case'3':console['log'](_0x526299[_0x69bc(0x1fc)]);continue;case'4':_0x526299[_0x69bc(0x1eb)](_0x9d10e7,_0x69bc(0x7e));continue;case'5':_0x526299[_0x69bc(0x1b9)](_0x373581,!![]);continue;}break;}}else _0x516378[_0x69bc(0x144)](_0x5704dc[_0x69bc(0x1fd)]),_0x5704dc[_0x69bc(0x1fe)](_0x4f36f7,_0x4f81d8),_0x5704dc[_0x69bc(0x1e8)](_0x476efe,_0x5704dc[_0x69bc(0x1ff)]);}else _0x526299[_0x69bc(0x1b5)](_0x526299['ziSPc'],_0x526299[_0x69bc(0x200)])?(console[_0x69bc(0x144)](_0x69bc(0x201)),_0x526299[_0x69bc(0x1eb)](_0x2b622a,_0x1dedff),_0x526299['BzqQl'](_0x9d10e7,_0x526299[_0x69bc(0x1b2)])):(_0x234b54[_0x69bc(0x15e)]('❌\x20Error\x20resending\x20verification\x20code:',_0x2b38fe),_0x5704dc['EKspi'](_0x75fbea,_0x5704dc[_0x69bc(0x202)]));}}}}catch(_0x1dc962){if(_0x526299[_0x69bc(0x203)](_0x526299[_0x69bc(0x204)],_0x526299['pLdiD']))_0x5394a7[_0x69bc(0x15e)](_0x5704dc['avNzQ'],_0x110f70),_0x5704dc[_0x69bc(0x1e8)](_0x1b2d54,_0x5704dc[_0x69bc(0x205)]);else{var _0x1113fa;console[_0x69bc(0x15e)](_0x526299['AQVGp'],_0x1dc962);const _0x1ecfe0=(_0x526299[_0x69bc(0x1aa)](_0x46e84e,null)||_0x526299[_0x69bc(0x1aa)](_0x46e84e,void 0x0)||_0x526299['kAGaD'](_0x1113fa=_0x46e84e[_0x69bc(0x1f2)],null)||_0x1113fa===void 0x0?void 0x0:_0x1113fa[_0x69bc(0x1c3)]('@')[0x0])||(_0x526299['SikbZ'](_0x46e84e,null)||_0x526299[_0x69bc(0x206)](_0x46e84e,void 0x0)?void 0x0:_0x46e84e[_0x69bc(0x207)])||_0x526299[_0x69bc(0x1f4)];_0x526299[_0x69bc(0x208)](_0x227af5,{'username':_0x1ecfe0,'email':(_0x46e84e===null||_0x526299[_0x69bc(0x148)](_0x46e84e,void 0x0)?void 0x0:_0x46e84e[_0x69bc(0x1f2)])||null,'id':null}),_0x526299[_0x69bc(0x209)](_0x5605a7,_0x1ecfe0);}}};if(_0x3f645e){if(_0x526299[_0x69bc(0x20a)]!==_0x526299[_0x69bc(0x20b)])_0x1dc45a();else{const _0x4cef37=_0x449c47['jPKvV']['split']('|');let _0x40778a=0x0;while(!![]){switch(_0x4cef37[_0x40778a++]){case'0':_0xb305bb['log'](_0x69bc(0xda),_0x5a0a94);continue;case'1':_0x43a336(_0x449c47[_0x69bc(0x20c)]);continue;case'2':_0x30da6a(0x50);continue;case'3':_0x449c47[_0x69bc(0x20d)](_0x5c6de7,_0x22b7eb[_0x69bc(0x20e)]);continue;case'4':_0x449c47[_0x69bc(0x20d)](_0xee215f,_0xfd94da[_0x69bc(0x20f)]);continue;}break;}}}}else{const _0x406396=_0x449c47['Gdmve'][_0x69bc(0x1c3)]('|');let _0x35074e=0x0;while(!![]){switch(_0x406396[_0x35074e++]){case'0':_0x449c47[_0x69bc(0x20d)](_0x1f887b,![]);continue;case'1':_0x449c47['frsvo'](_0x28db40,_0x449c47[_0x69bc(0x210)]);continue;case'2':_0x204ccf(_0x449c47[_0x69bc(0x211)]);continue;case'3':return;case'4':_0x4e86a2[_0x69bc(0x144)](_0x449c47[_0x69bc(0x212)]);continue;}break;}}},[_0x3f645e,_0x46e84e,_0x4ce213,primaryAuthOnly]);const _0x45755a=async()=>{const _0x1844b8={'GNUfM':function(_0x31ea38,_0x34f8ef){return _0x526299[_0x69bc(0x1b5)](_0x31ea38,_0x34f8ef);},'buMdi':function(_0x18c7d6,_0x3d2e52){return _0x526299[_0x69bc(0x1b5)](_0x18c7d6,_0x3d2e52);},'yudMt':_0x69bc(0x182),'Asyat':function(_0x5b0342,_0x22f116){return _0x526299[_0x69bc(0x213)](_0x5b0342,_0x22f116);},'hxvsf':_0x526299[_0x69bc(0x214)],'PKYob':function(_0x3f50a3,_0x3b9d17,_0x35a7b8,_0x1806f7){return _0x526299['RPueo'](_0x3f50a3,_0x3b9d17,_0x35a7b8,_0x1806f7);},'kkZTc':_0x526299[_0x69bc(0x215)],'svHjh':_0x526299['FBQDC'],'Ieqyb':function(_0x5832b6,_0x240fd3){return _0x526299[_0x69bc(0x216)](_0x5832b6,_0x240fd3);},'ZRHKp':function(_0x39ad50,_0x20ae6c,_0xb5f41d,_0x14cd60){return _0x526299[_0x69bc(0x217)](_0x39ad50,_0x20ae6c,_0xb5f41d,_0x14cd60);},'Cczfq':function(_0x1dbac8,_0xd0f7f5){return _0x526299[_0x69bc(0x218)](_0x1dbac8,_0xd0f7f5);}};try{if(_0x69bc(0x219)!==_0x526299[_0x69bc(0x21a)]){const _0x57ed2e=await(0x0,_authService['getOnairosUsername'])(),_0x449a2c=(_0x46e84e===null||_0x526299[_0x69bc(0x21b)](_0x46e84e,void 0x0)?void 0x0:_0x46e84e[_0x69bc(0x1f2)])||(_0x46e84e===null||_0x526299['XNGSn'](_0x46e84e,void 0x0)?void 0x0:_0x46e84e[_0x69bc(0x207)])||_0x69bc(0x21c)+Math[_0x69bc(0x21d)](_0x526299[_0x69bc(0x21e)](Math['random'](),0x2710)),_0x2c8b88=_0x57ed2e||_0x449a2c;console[_0x69bc(0x144)](_0x526299[_0x69bc(0x21f)],{'storedUsername':_0x57ed2e,'fallbackUsername':_0x449a2c,'finalUsername':_0x2c8b88}),_0x526299[_0x69bc(0x18e)](_0x5605a7,_0x2c8b88);const _0x532bee=await _0x526299[_0x69bc(0x19c)](_0x5eb5ae);console['log'](_0x526299['hwVAn'],_0x532bee),_0x526299[_0x69bc(0x18e)](_0x51fe22,_0x532bee);const _0x1208dc={};Object[_0x69bc(0x220)](_0x532bee)['forEach'](_0x50633f=>{var _0xb899ea;_0x1208dc[_0x50633f]=_0x1844b8['GNUfM'](_0xb899ea=_0x532bee[_0x50633f],null)&&_0x1844b8['buMdi'](_0xb899ea,void 0x0)&&_0xb899ea[_0x69bc(0x221)]?_0x69bc(0x221):_0x1844b8[_0x69bc(0x222)];}),_0x32a312(_0x1208dc);const _0x5c98ca={};Object[_0x69bc(0x220)](_0x532bee)['forEach'](_0x923bc4=>{var _0x51b183;_0x5c98ca[_0x923bc4]=((_0x51b183=_0x532bee[_0x923bc4])===null||_0x1844b8[_0x69bc(0x223)](_0x51b183,void 0x0)?void 0x0:_0x51b183[_0x69bc(0x221)])||![];}),_0x526299[_0x69bc(0x1b9)](_0x4615fd,_0x5c98ca),console['log'](_0x526299['VjewU'],_0x1208dc),console['log'](_0x526299[_0x69bc(0x224)],_0x5c98ca);}else _0x395b7c['error'](_0x1844b8[_0x69bc(0x225)],_0x519288),_0x1844b8['Asyat'](_0x186771,null)||_0x1844b8[_0x69bc(0x223)](_0x155dfc,void 0x0)||_0x1844b8['PKYob'](_0x47e8ee,_0x4fa314[_0x69bc(0x226)]['BASE_URL'],_0x1844b8[_0x69bc(0x227)],{'email':(_0x1844b8[_0x69bc(0x223)](_0x4cb2e2,null)||_0x52db78===void 0x0?void 0x0:_0x3f26df[_0x69bc(0x1f2)])||'',..._0x18e657});}catch(_0x1ef87f){if(_0x526299['YGRje']===_0x69bc(0x228))_0x29ee14['error'](_0x1844b8[_0x69bc(0x229)]),_0x1844b8[_0x69bc(0x223)](_0x34f9f9,null)||_0x1844b8[_0x69bc(0x22a)](_0xa920b9,void 0x0)||_0x1844b8['ZRHKp'](_0xdb8a72,_0x5d4fef[_0x69bc(0x226)][_0x69bc(0x22b)],'training-complete-token',{'email':(_0x1844b8['Cczfq'](_0x2f7dd1,null)||_0x1844b8[_0x69bc(0x22a)](_0x199b81,void 0x0)?void 0x0:_0x133aee[_0x69bc(0x1f2)])||'',..._0x25a51c});else{console[_0x69bc(0x15e)](_0x526299['tlzyh'],_0x1ef87f),_0x526299[_0x69bc(0x22c)](_0x51fe22,{}),_0x526299[_0x69bc(0x209)](_0x32a312,{}),_0x526299['YoNGi'](_0x4615fd,{});const _0x3495fb=(_0x526299[_0x69bc(0x22d)](_0x46e84e,null)||_0x526299['nNanC'](_0x46e84e,void 0x0)?void 0x0:_0x46e84e[_0x69bc(0x1f2)])||(_0x46e84e===null||_0x526299[_0x69bc(0x22e)](_0x46e84e,void 0x0)?void 0x0:_0x46e84e['name'])||_0x69bc(0x21c)+Math[_0x69bc(0x21d)](_0x526299[_0x69bc(0x21e)](Math[_0x69bc(0x22f)](),0x2710));_0x526299['KgLxu'](_0x5605a7,_0x3495fb);}}},_0x48e85a=()=>{const _0x1c8d33=_0x5cf135[_0x69bc(0x15d)];_reactNative['Animated'][_0x69bc(0x1bb)](_0x4968f6,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})['start'](()=>{const _0x489268={'cAjjd':function(_0x2f6bd4,_0x3a2dfc){return _0x2f6bd4(_0x3a2dfc);},'TDyQV':_0x526299[_0x69bc(0x230)],'DRALS':function(_0x1914e2,_0x5af318){return _0x526299[_0x69bc(0x231)](_0x1914e2,_0x5af318);}};setTimeout(()=>{_0x69bc(0x232)===_0x489268[_0x69bc(0x233)]?_0x489268[_0x69bc(0x234)](_0xaa70e,_0x5ee2c9):(_0x489268[_0x69bc(0x235)](_0x5605c1,![]),!_0x1c8d33&&_0x464be5());},0x64);});},_0x458abd=()=>{const _0x18f7e4={'ymniF':function(_0x164ffa,_0x208ec1){return _0x526299['iddaA'](_0x164ffa,_0x208ec1);},'dVdKg':_0x526299['vdJaK'],'Unqkh':function(_0x3a333f,_0x3a9d6e){return _0x526299[_0x69bc(0x1b9)](_0x3a333f,_0x3a9d6e);},'EdXJa':_0x526299[_0x69bc(0x236)],'Qomkt':function(_0x535a36){return _0x535a36();}};if(_0x526299[_0x69bc(0x237)](_0x526299[_0x69bc(0x238)],_0x526299[_0x69bc(0x239)])){_0x170151[_0x69bc(0x144)](_0x69bc(0x23a)),_0x18f7e4[_0x69bc(0x23b)](_0x240c1c,_0x18f7e4['dVdKg']),_0x271491(_0x5c4df4),_0x18f7e4[_0x69bc(0x23c)](_0x132cbf,!![]),_0x18f7e4[_0x69bc(0x23c)](_0x2f41dd,_0x18f7e4[_0x69bc(0x23d)]),_0x18f7e4['Unqkh'](_0x254300,!![]),_0x18f7e4['Qomkt'](_0x207e7f);return;}else{(0x0,_haptics[_0x69bc(0x1af)])(_haptics[_0x69bc(0x1b0)]['BUTTON_PRESS']);if(primaryAuthOnly){if(_0x526299['EAmUz'](_0x69bc(0x23e),_0x526299[_0x69bc(0x23f)])){var _0x56c91b;_0x5ecc5f[_0x69bc(0x144)](_0x526299[_0x69bc(0x240)],_0x586e32),_0x3bf843[_0x69bc(0x144)](_0x69bc(0x241),{'reason':_0x235eec,'wasConnected':_0x5cde0d,'socketId':_0x526299['lBtmU'](_0x56c91b=_0x28b785['current'],null)||_0x526299[_0x69bc(0x148)](_0x56c91b,void 0x0)?void 0x0:_0x56c91b['id']}),_0x526299['cJuKd'](_0x271582,![]);}else{console[_0x69bc(0x144)](_0x526299[_0x69bc(0x242)]),_0x9d10e7(_0x526299[_0x69bc(0x1b2)]);return;}}console[_0x69bc(0x144)](_0x526299['hWpje']),_0x526299['TZaWM'](_0x9d10e7,_0x526299[_0x69bc(0x1b4)]);}},_0x46a8a0=async _0xe346b3=>{const _0x319867={'QEHHi':_0x526299[_0x69bc(0x243)]};(0x0,_haptics['triggerHaptic'])(_haptics['HapticType'][_0x69bc(0x1b1)]),_0x526299['cJuKd'](_0x4384b1,!![]),_0x526299[_0x69bc(0x244)](_0x2aa599,'');try{if(_0x69bc(0x245)!==_0x526299[_0x69bc(0x246)]){if(_0xe346b3===_0x69bc(0x247)){if(_0x69bc(0x248)===_0x526299[_0x69bc(0x249)]){_0x184daf[_0x69bc(0x15e)](_0x69bc(0x24a),_0x2b83d8);throw _0x21e07d;}else{const _0x1135d9=_0x526299[_0x69bc(0x24b)]['split']('|');let _0x402def=0x0;while(!![]){switch(_0x1135d9[_0x402def++]){case'0':return;case'1':_0x9d10e7(_0x526299[_0x69bc(0x1b2)]);continue;case'2':_0x2b622a(_0xe346b3);continue;case'3':await _asyncStorage['default']['setItem']('onairos_user',_0x526299[_0x69bc(0x24c)]);continue;case'4':_0x526299[_0x69bc(0x24d)](_0x4384b1,![]);continue;case'5':console[_0x69bc(0x144)](_0x69bc(0x24e));continue;case'6':await(0x0,_jwtStorageService['storeJWT'])(_0x526299['OXwpk']);continue;}break;}}}if(_0xe346b3==='test@bypass.com'){if(_0x526299[_0x69bc(0x24f)]!==_0x526299['gdYem']){console[_0x69bc(0x144)](_0x526299[_0x69bc(0x1e1)]),_0x526299[_0x69bc(0x250)](_0x2b622a,_0x526299[_0x69bc(0x251)]),_0x526299[_0x69bc(0x252)](_0x9d10e7,_0x526299[_0x69bc(0x1e0)]),_0x4384b1(![]);return;}else _0x526299[_0x69bc(0x253)](_0x27b4ed,null);}console[_0x69bc(0x144)](_0x526299[_0x69bc(0x254)],_0xe346b3);const _0x355098=await(0x0,_authService[_0x69bc(0x255)])(_0xe346b3);_0x355098[_0x69bc(0x256)]?(console['log']('✅\x20Verification\x20code\x20sent\x20successfully'),_0x526299[_0x69bc(0x257)](_0x2b622a,_0xe346b3),_0x9d10e7(_0x526299['JEkHg'])):(console['log'](_0x526299[_0x69bc(0x258)],_0x355098[_0x69bc(0x1cd)]),_0x526299['iddaA'](_0x2aa599,_0x355098[_0x69bc(0x1cd)]||_0x526299[_0x69bc(0x259)]));}else _0x53bd96['error'](_0x526299['RGWHk'],_0x5671e6[_0x69bc(0x15e)]),_0x526299[_0x69bc(0x25a)](_0x5aeaa4,'Error:\x20'+_0x5548e1['error']),_0x526299[_0x69bc(0x25b)](_0x39f9d9,!![]),_0x526299[_0x69bc(0x25c)](_0x4d71d2);}catch(_0x684757){if(_0x526299[_0x69bc(0x203)]('TWXfz',_0x526299[_0x69bc(0x25d)]))console[_0x69bc(0x15e)](_0x526299[_0x69bc(0x25e)],_0x684757),_0x526299[_0x69bc(0x1a9)](_0x2aa599,_0x526299[_0x69bc(0x25f)]);else return _0x388bcb[_0x69bc(0x144)](_0x319867['QEHHi'],_0x365bd2[_0x69bc(0x16d)](0x0,0x14)+_0x69bc(0x16e)),_0x47b335[_0x69bc(0x144)](_0x69bc(0xf5),_0x3683d6[_0x69bc(0x1f6)]),_0x32dd43;}finally{if(_0x526299[_0x69bc(0x260)]===_0x526299[_0x69bc(0x261)]){const _0x5e5d63={'GHOTe':'🔌\x20Cleaning\x20up\x20socket\x20connection...'};return()=>{_0x5c4545[_0x69bc(0x15d)]&&(_0xbe9380[_0x69bc(0x144)](_0x5e5d63[_0x69bc(0x262)]),_0x2416d0['current'][_0x69bc(0x102)](),_0x11cb2b[_0x69bc(0x15d)]=null),_0x273fa5();};}else _0x526299['jQhLm'](_0x4384b1,![]);}},_0x566c86=async()=>{const _0x23811c={'fvVoD':function(_0x154883,_0xab25f9){return _0x526299[_0x69bc(0x208)](_0x154883,_0xab25f9);},'lMWSt':function(_0x12469c,_0x90ae97){return _0x526299[_0x69bc(0x1de)](_0x12469c,_0x90ae97);},'cShMp':_0x526299['wkerV']};if(_0x526299[_0x69bc(0x14c)]('JIgHb',_0x526299['bdtyk'])){(0x0,_haptics[_0x69bc(0x1af)])(_haptics[_0x69bc(0x1b0)]['BUTTON_PRESS']),_0x526299[_0x69bc(0x209)](_0x4384b1,!![]),_0x526299[_0x69bc(0x18e)](_0x2aa599,'');try{console['log'](_0x526299['PVgvt']);const _0x4ad4a5=await(0x0,_googleAuthService[_0x69bc(0x263)])();if(_0x4ad4a5[_0x69bc(0x256)]&&_0x4ad4a5[_0x69bc(0x264)]){console['log'](_0x69bc(0x265),_0x4ad4a5[_0x69bc(0x264)][_0x69bc(0x1f2)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x266)],_0x4ad4a5[_0x69bc(0x267)]),_0x526299[_0x69bc(0x268)](_0x2b622a,_0x4ad4a5['user'][_0x69bc(0x1f2)]);const _0x47c5f2=_0x4ad4a5[_0x69bc(0x264)][_0x69bc(0x269)]||_0x4ad4a5[_0x69bc(0x264)][_0x69bc(0x1f2)]['split']('@')[0x0];_0x526299['MEIds'](_0x5605a7,_0x47c5f2);if(_0x526299[_0x69bc(0x26a)](_0x4ad4a5['isNewUser'],![])){console[_0x69bc(0x144)](_0x526299[_0x69bc(0x26b)]);try{const _0x3fc915=await(0x0,_connectedAccountsService[_0x69bc(0x26c)])(_0x4ad4a5['user'][_0x69bc(0x1f2)],_0x4ad4a5[_0x69bc(0x264)]['id'],_0x47c5f2);if(_0x3fc915&&_0x526299[_0x69bc(0x26d)](_0x3fc915[_0x69bc(0x1f6)],0x0)){if(_0x526299[_0x69bc(0x26e)](_0x526299[_0x69bc(0x26f)],_0x526299[_0x69bc(0x270)]))_0x23811c[_0x69bc(0x271)](_0x1975c9,_0x455a29=>({..._0x455a29,[_0x1a57ce]:{'userName':_0x1dd1ed,'connected':!![]}})),_0x23811c[_0x69bc(0x272)](_0x1b2e18,_0x161c27=>({..._0x161c27,[_0x10e246]:!![]})),_0x23811c[_0x69bc(0x272)](_0x15f9ba,_0x23811c[_0x69bc(0x273)]);else{const _0x6ce033=_0x526299[_0x69bc(0x274)][_0x69bc(0x1c3)]('|');let _0x3660c0=0x0;while(!![]){switch(_0x6ce033[_0x3660c0++]){case'0':return;case'1':console[_0x69bc(0x144)](_0x69bc(0x275)+_0x3fc915[_0x69bc(0x1f6)]+'\x20existing\x20connections\x20-\x20skipping\x20to\x20consent');continue;case'2':(0x0,_haptics[_0x69bc(0x1af)])(_haptics[_0x69bc(0x1b0)][_0x69bc(0x276)]);continue;case'3':_0x526299[_0x69bc(0x277)](_0x373581,!![]);continue;case'4':_0x526299[_0x69bc(0x278)](_0x9d10e7,'consent');continue;case'5':_0x526299[_0x69bc(0x1eb)](_0x3c1933,_0x3fc915[_0x69bc(0x279)](_0x4968ce=>_0x4968ce['platform']));continue;}break;}}}else _0x526299[_0x69bc(0x26a)](_0x526299[_0x69bc(0x27a)],_0x526299['evlxe'])?console['log'](_0x526299['bDpoo']):_0x526299[_0x69bc(0x27b)](_0x5b5815,_0x121fb2[_0x69bc(0x1cd)]||_0x526299['SwjUG']);}catch(_0x5137c2){console['log'](_0x69bc(0x27c),_0x5137c2);}}_0x526299['oLueS'](_0x9d10e7,_0x69bc(0x2d)),(0x0,_haptics[_0x69bc(0x1af)])(_haptics[_0x69bc(0x1b0)][_0x69bc(0x276)]);}else{if(_0x4ad4a5['cancelled'])console[_0x69bc(0x144)](_0x526299[_0x69bc(0x27d)]);else{if(_0x526299[_0x69bc(0x1b5)](_0x526299['OmLqR'],_0x526299[_0x69bc(0x27e)])){const _0x29c436=_0x526299[_0x69bc(0x27f)][_0x69bc(0x1c3)]('|');let _0x8dcf1b=0x0;while(!![]){switch(_0x29c436[_0x8dcf1b++]){case'0':_0x417ca4[_0x69bc(0x1c6)]&&_0xeebfe9[_0x69bc(0x144)](_0x526299[_0x69bc(0x1a4)]);continue;case'1':_0x19aa90['log'](_0x526299[_0x69bc(0x1a7)],_0xafdcd9[_0x69bc(0x1cd)]);continue;case'2':_0x4caf60[_0x69bc(0x144)](_0x526299[_0x69bc(0x280)],_0x5bfd75[_0x69bc(0x1c5)]);continue;case'3':_0x7b0795['log']('💾\x20Storage\x20method:',_0x237a93['storage']);continue;case'4':_0x3aaa86[_0x69bc(0x1cb)]&&_0x16b8dd['isArray'](_0x58f2b4['databases'])&&_0x2d0ec5['log'](_0x526299[_0x69bc(0x1a6)],_0x31effd[_0x69bc(0x1cb)][_0x69bc(0x1cc)](',\x20'));continue;case'5':_0x256290[_0x69bc(0x144)](_0x69bc(0x34),_0x17a40c[_0x69bc(0x1c8)]);continue;}break;}}else _0x526299[_0x69bc(0x281)](_0x2aa599,_0x4ad4a5['message']||_0x69bc(0x282)),(0x0,_haptics[_0x69bc(0x1af)])(_haptics[_0x69bc(0x1b0)][_0x69bc(0x283)]);}}}catch(_0x29ee8a){console['error'](_0x69bc(0x284),_0x29ee8a),_0x526299[_0x69bc(0x285)](_0x2aa599,_0x29ee8a[_0x69bc(0x1cd)]||_0x526299[_0x69bc(0x286)]),(0x0,_haptics[_0x69bc(0x1af)])(_haptics[_0x69bc(0x1b0)][_0x69bc(0x283)]),_0x526299['OxJYH'](_0x2aa599,'Google\x20Sign-In\x20failed.\x20Please\x20try\x20again.');}finally{_0x526299[_0x69bc(0x15b)](_0x4384b1,![]);}}else _0x526299[_0x69bc(0x19c)](_0x1246b6);},_0x2c1b71=async _0x16ce33=>{const _0x4d8b57={'XDqNy':'❌\x20[BACKGROUND]\x20Failed\x20to\x20continue\x20background\x20training:'};(0x0,_haptics['triggerHaptic'])(_haptics[_0x69bc(0x1b0)][_0x69bc(0x1b1)]),_0x526299[_0x69bc(0x287)](_0x4384b1,!![]),_0x2aa599('');try{if(_0x526299['WXziG'](_0x96c439,_0x526299[_0x69bc(0x251)])){console[_0x69bc(0x144)](_0x69bc(0x288)),_0x526299[_0x69bc(0x289)](_0x9d10e7,_0x526299['gIznQ']),_0x526299[_0x69bc(0x289)](_0x4384b1,![]);return;}console[_0x69bc(0x144)](_0x526299[_0x69bc(0x28a)],_0x96c439,_0x16ce33),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x28b)],_0x28d36a);const _0x15d56e=await(0x0,_authService[_0x69bc(0x28c)])(_0x96c439,_0x16ce33);if(_0x15d56e[_0x69bc(0x256)]){var _0x3ee6b4,_0xaa9110,_0x599fe4,_0x4bea28;console['log'](_0x526299['fXyIc']),console[_0x69bc(0x144)](_0x526299['QpJEH'],{'isNewUser':_0x15d56e['isNewUser'],'flowType':_0x15d56e[_0x69bc(0x28d)],'hasExistingData':_0x526299[_0x69bc(0x28e)](_0x3ee6b4=_0x15d56e[_0x69bc(0x28f)],null)||_0x526299['nNanC'](_0x3ee6b4,void 0x0)?void 0x0:_0x3ee6b4[_0x69bc(0x290)],'connectionsCount':(_0x526299[_0x69bc(0x22d)](_0xaa9110=_0x15d56e[_0x69bc(0x28f)],null)||_0x526299[_0x69bc(0x291)](_0xaa9110,void 0x0)||_0x526299[_0x69bc(0x292)](_0xaa9110=_0xaa9110['connections'],null)||_0x526299[_0x69bc(0x293)](_0xaa9110,void 0x0)?void 0x0:_0xaa9110[_0x69bc(0x1f6)])||0x0});const _0x230fff=_0x526299[_0x69bc(0x294)](_0x15d56e[_0x69bc(0x267)],![])||_0x15d56e[_0x69bc(0x28d)]===_0x526299['HsDCI'],_0x440a11=_0x526299[_0x69bc(0x218)](_0x599fe4=_0x15d56e[_0x69bc(0x28f)],null)||_0x599fe4===void 0x0?void 0x0:_0x599fe4[_0x69bc(0x295)],_0x43140d=Array[_0x69bc(0x1c9)](_0x440a11)?_0x440a11:[],_0x3e1813=_0x43140d[_0x69bc(0x160)](_0x4dae9d=>_0x4dae9d&&(_0x4dae9d[_0x69bc(0x296)]||_0x4dae9d[_0x69bc(0x297)]===_0x69bc(0x298)))['map'](_0x486b14=>_0x486b14===null||_0x486b14===void 0x0?void 0x0:_0x486b14['platform'])[_0x69bc(0x160)](Boolean);console['log'](_0x526299[_0x69bc(0x299)],{'isReturning':_0x230fff,'connectedPlatformNames':_0x3e1813,'showWelcomeBack':_0x526299[_0x69bc(0x294)](_0x4bea28=_0x15d56e[_0x69bc(0x29a)],null)||_0x526299['TMFaQ'](_0x4bea28,void 0x0)?void 0x0:_0x4bea28['showWelcomeBack']});if(_0x230fff&&_0x526299[_0x69bc(0x29b)](_0x3e1813[_0x69bc(0x1f6)],0x0))console[_0x69bc(0x144)](_0x526299[_0x69bc(0x29c)]),_0x526299[_0x69bc(0x29d)](_0x373581,!![]),_0x3c1933(_0x3e1813),_0x526299[_0x69bc(0x29e)](_0x9d10e7,_0x526299[_0x69bc(0x29f)]);else{if(_0x526299[_0x69bc(0x2a0)](_0x526299[_0x69bc(0x2a1)],_0x526299[_0x69bc(0x2a2)])){_0x28fc71[_0x69bc(0x15e)](_0x4d8b57[_0x69bc(0x2a3)],_0x5ad29c);throw _0x22f7d6;}else console['log'](_0x526299[_0x69bc(0x2a4)]),_0x373581(![]),_0x526299[_0x69bc(0x289)](_0x3c1933,[]),_0x526299[_0x69bc(0x22c)](_0x9d10e7,_0x526299['gIznQ']);}}else console[_0x69bc(0x144)](_0x526299[_0x69bc(0x2a5)],_0x15d56e['message']),_0x526299['rHMHq'](_0x2aa599,_0x15d56e[_0x69bc(0x1cd)]||_0x526299['ILJNJ']);}catch(_0xc3c6f4){console[_0x69bc(0x15e)](_0x526299['vvMdi'],_0xc3c6f4),_0x526299[_0x69bc(0x253)](_0x2aa599,_0x526299[_0x69bc(0x2a6)]);}finally{_0x526299[_0x69bc(0x2a7)](_0x4384b1,![]);}},_0x3153c5=()=>{(0x0,_haptics[_0x69bc(0x1af)])(_haptics[_0x69bc(0x1b0)][_0x69bc(0x1b1)]),_0x2aa599(''),_0x526299[_0x69bc(0x2a8)](_0x9d10e7,_0x526299[_0x69bc(0x1b4)]);},_0x45fdde=async()=>{(0x0,_haptics['triggerHaptic'])(_haptics['HapticType'][_0x69bc(0x1b1)]),console['log'](_0x526299[_0x69bc(0x2a9)]);try{const _0x46a49b=_0x526299[_0x69bc(0x2aa)][_0x69bc(0x1c3)]('|');let _0x4580bc=0x0;while(!![]){switch(_0x46a49b[_0x4580bc++]){case'0':_0x9d10e7(_0x526299[_0x69bc(0x1b4)]);continue;case'1':_0x2b622a('');continue;case'2':console['log'](_0x526299[_0x69bc(0x2ab)]);continue;case'3':_0x227af5(null);continue;case'4':await _asyncStorage[_0x69bc(0x4)]['multiRemove']([_0x526299['kVXhi'],_0x526299[_0x69bc(0x2ac)],_0x69bc(0x2ad),_0x69bc(0x2ae),_0x526299[_0x69bc(0x2af)],_0x526299['zxoRm']]);continue;case'5':_0x526299[_0x69bc(0x25b)](_0x373581,![]);continue;case'6':_0x2aa599('');continue;case'7':_0x526299[_0x69bc(0x25b)](_0x3c1933,[]);continue;case'8':_0x526299[_0x69bc(0x1a9)](_0x2de5b8,null);continue;}break;}}catch(_0xb6dcc4){console[_0x69bc(0x15e)](_0x526299[_0x69bc(0x2b0)],_0xb6dcc4),_0x526299['CHTmF'](_0x9d10e7,_0x526299[_0x69bc(0x1b4)]);}},_0x12ed1c=async()=>{const _0x4ed8ea={'imqnF':_0x526299[_0x69bc(0x2b1)],'vHIqR':_0x526299[_0x69bc(0x2b2)],'DUNeZ':function(_0x39b469,_0x34bb97){return _0x526299[_0x69bc(0x1e9)](_0x39b469,_0x34bb97);},'ELGVp':function(_0x57497b,_0x1999ef){return _0x526299[_0x69bc(0x24d)](_0x57497b,_0x1999ef);},'vrhVB':_0x526299[_0x69bc(0x2b3)],'Yjssp':_0x526299[_0x69bc(0x15a)],'RuEJB':function(_0x30609f,_0x152108){return _0x526299[_0x69bc(0x2b4)](_0x30609f,_0x152108);},'XmDGX':_0x526299[_0x69bc(0x2b5)]};(0x0,_haptics[_0x69bc(0x1af)])(_haptics[_0x69bc(0x1b0)]['BUTTON_PRESS']),_0x526299[_0x69bc(0x25b)](_0x4384b1,!![]),_0x2aa599('');try{console[_0x69bc(0x144)](_0x69bc(0x2b6),_0x96c439);const _0xbc5448=await(0x0,_authService[_0x69bc(0x255)])(_0x96c439);if(_0xbc5448['success']){if(_0x526299[_0x69bc(0x2b7)](_0x69bc(0x2b8),_0x526299[_0x69bc(0x2b9)])){const _0x22f9ca=new _0x3bdaaf(_0x3bd0b9),_0x407606=_0x22f9ca[_0x69bc(0x2ba)][_0x69bc(0xa)](_0x4ed8ea['imqnF']),_0x876829=_0x22f9ca[_0x69bc(0x2ba)]['get'](_0x4ed8ea[_0x69bc(0x2bb)])||_0x5e2c8a;_0x4ed8ea[_0x69bc(0x2bc)](_0x407606,_0x876829)&&(_0x4ed8ea[_0x69bc(0x2bd)](_0x3df0dd,_0x2d90e8=>({..._0x2d90e8,[_0x876829]:{'userName':_0x3693b2,'connected':!![]}})),_0x4ed8ea['ELGVp'](_0x2acbe6,_0x59a9db=>({..._0x59a9db,[_0x876829]:!![]})),_0x4ed8ea[_0x69bc(0x2bd)](_0x555834,_0x69bc(0x6e)));}else console[_0x69bc(0x144)](_0x69bc(0x2be));}else _0x526299[_0x69bc(0x2bf)](_0x2aa599,_0xbc5448[_0x69bc(0x1cd)]||_0x526299['SwjUG']);}catch(_0x500790){if(_0x526299[_0x69bc(0x14c)](_0x526299[_0x69bc(0x2c0)],_0x526299['wCSuR'])){_0x46b555[_0x69bc(0x15e)](_0x526299[_0x69bc(0x2c1)]);throw new _0x2af377(_0x526299[_0x69bc(0x2c2)]);}else console['error'](_0x69bc(0x2c3),_0x500790),_0x526299[_0x69bc(0x231)](_0x2aa599,_0x526299[_0x69bc(0x2c4)]);}finally{_0x526299[_0x69bc(0x2c5)](_0x69bc(0x2c6),_0x526299['NmHPj'])?_0x526299[_0x69bc(0x2b4)](_0x4384b1,![]):(_0x34afd9[_0x69bc(0x144)](_0x4ed8ea['vrhVB']),_0x5cf87a(_0x4ed8ea[_0x69bc(0x2c7)]),_0x4ed8ea[_0x69bc(0x2c8)](_0xdf66cc,_0x4ed8ea[_0x69bc(0x2c9)]),_0x4ed8ea[_0x69bc(0x2c8)](_0x131bcf,!![]));}},_0x4f737a=async _0x313b1d=>{const _0xdd69a4={'BTHoE':_0x526299['naCvf']};(0x0,_haptics['triggerHaptic'])(_haptics['HapticType'][_0x69bc(0x276)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x2ca)],_0x313b1d);try{if(_0x526299[_0x69bc(0x2cb)]===_0x526299[_0x69bc(0x2cc)])_0xf878f5['log'](_0x69bc(0x2be));else{const [_0xd725d7,_0x4e698c,_0x3341c3]=await Promise[_0x69bc(0x2cd)]([(0x0,_authService[_0x69bc(0x2ce)])(),_asyncStorage[_0x69bc(0x4)][_0x69bc(0x151)](_0x69bc(0x2ad)),(0x0,_authService[_0x69bc(0x1f0)])()]);console[_0x69bc(0x144)](_0x526299[_0x69bc(0x2cf)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x2d0)],_0xd725d7?_0xd725d7[_0x69bc(0x16d)](0x0,0x14)+_0x69bc(0x16e):'NO'),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x2d1)],_0x526299[_0x69bc(0x2d2)](_0x4e698c,'NO')),_0x5cf135['current']=!![];const _0x2bc287={'connectedPlatforms':_0x313b1d};_0x4e698c&&(_0x526299[_0x69bc(0x2d3)](_0x526299[_0x69bc(0x2d4)],'aSxRK')?(_0x2bc287[_0x69bc(0x1f2)]=_0x4e698c,_0x2bc287[_0x69bc(0x269)]=_0x3341c3||_0x4e698c[_0x69bc(0x1c3)]('@')[0x0]):_0xe763dc&&((0x0,_0x1bbc41[_0x69bc(0x1af)])(_0x3db9e8[_0x69bc(0x1b0)]['BUTTON_PRESS']),_0x1940ef['log'](_0x526299[_0x69bc(0x2d5)]),_0x526299[_0x69bc(0x1ba)](_0x141621)[_0x69bc(0x2d6)](_0x46a172=>{_0x1df633[_0x69bc(0x15e)](_0x69bc(0x2d7),_0x46a172);}),_0x526299[_0x69bc(0x257)](_0x43b2eb,_0x526299[_0x69bc(0x2d8)])));if(_0x526299[_0x69bc(0x1e9)](_0xd725d7,_0x4e698c))_0x526299[_0x69bc(0x2d9)]!=='BVwgV'?_0x4f377f[_0x69bc(0x144)](_0xdd69a4[_0x69bc(0x2da)]):(console[_0x69bc(0x144)](_0x526299[_0x69bc(0x2db)]),await(_0x526299[_0x69bc(0x292)](_0x4ffb36,null)||_0x526299[_0x69bc(0x2dc)](_0x4ffb36,void 0x0)?void 0x0:_0x4ffb36(_api['API_CONFIG']['BASE_URL'],_0xd725d7,_0x2bc287)));else _0x4e698c?(console['log'](_0x526299[_0x69bc(0x2dd)]),await(_0x526299['ndFaz'](_0x4ffb36,null)||_0x526299[_0x69bc(0x2de)](_0x4ffb36,void 0x0)?void 0x0:_0x526299[_0x69bc(0x2df)](_0x4ffb36,_api[_0x69bc(0x226)][_0x69bc(0x22b)],'',_0x2bc287))):'zADcL'!==_0x526299[_0x69bc(0x2e0)]?(console[_0x69bc(0x2e1)](_0x526299['CEjbO']),await(_0x4ffb36===null||_0x4ffb36===void 0x0?void 0x0:_0x526299[_0x69bc(0x2df)](_0x4ffb36,_api[_0x69bc(0x226)]['BASE_URL'],'',_0x2bc287))):_0x526299[_0x69bc(0x1e9)](_0x787db3,_0x329bb5)&&(_0x526299[_0x69bc(0x1f3)](_0x4a333b,_0x69bc(0x2f))||_0x526299[_0x69bc(0x2e2)](_0x53c3bf,_0x526299[_0x69bc(0x1e0)]))&&(_0x2eccea[_0x69bc(0x144)](_0x526299[_0x69bc(0x2e3)]),_0x12afe4[_0x69bc(0x144)](_0x526299[_0x69bc(0x2e4)],_0x68ada1,_0x526299[_0x69bc(0x2e5)]),_0x526299[_0x69bc(0x1a9)](_0x3c528b,_0x526299['zPrzD']));}}catch(_0xc973c1){console[_0x69bc(0x15e)](_0x526299['DsPju'],_0xc973c1);const _0x25146c=await _asyncStorage['default'][_0x69bc(0x151)](_0x526299[_0x69bc(0x2e6)])[_0x69bc(0x2d6)](()=>null);await(_0x526299[_0x69bc(0x2e7)](_0x4ffb36,null)||_0x4ffb36===void 0x0?void 0x0:_0x526299['BeypQ'](_0x4ffb36,_api[_0x69bc(0x226)][_0x69bc(0x22b)],'',{'connectedPlatforms':_0x313b1d,..._0x526299[_0x69bc(0x1e9)](_0x25146c,{'email':_0x25146c})}));}console[_0x69bc(0x144)](_0x526299[_0x69bc(0x2e8)]);},_0x54cf92=async()=>{(0x0,_haptics[_0x69bc(0x1af)])(_haptics[_0x69bc(0x1b0)][_0x69bc(0x1b1)]),console['log'](_0x526299[_0x69bc(0x2e9)]);try{const [_0x1a2bbe,_0x5ba450,_0x2b20eb]=await Promise[_0x69bc(0x2cd)]([(0x0,_authService[_0x69bc(0x2ce)])(),_asyncStorage[_0x69bc(0x4)][_0x69bc(0x151)](_0x526299[_0x69bc(0x2e6)]),(0x0,_authService[_0x69bc(0x1f0)])()]);_0x5cf135[_0x69bc(0x15d)]=!![],_0x526299['aBlIw'](_0x1a2bbe,_0x5ba450)?_0x526299['XNGSn'](_0x526299[_0x69bc(0x2ea)],_0x526299['jlOrc'])?(console[_0x69bc(0x144)](_0x69bc(0x2eb)),await(_0x4ffb36===null||_0x526299['nNanC'](_0x4ffb36,void 0x0)?void 0x0:_0x526299[_0x69bc(0x2ec)](_0x4ffb36,_api[_0x69bc(0x226)][_0x69bc(0x22b)],_0x1a2bbe,{'email':_0x5ba450,'connectedPlatforms':[],'username':_0x2b20eb||_0x5ba450['split']('@')[0x0],'skipped':!![]}))):_0x5e17d4=_0x526299['JYTMu']:(console[_0x69bc(0x2e1)](_0x526299['ROTzV']),await(_0x526299[_0x69bc(0x213)](_0x4ffb36,null)||_0x526299['lhAKZ'](_0x4ffb36,void 0x0)?void 0x0:_0x526299['biepC'](_0x4ffb36,_api['API_CONFIG'][_0x69bc(0x22b)],'',{'connectedPlatforms':[],'skipped':!![]})));}catch(_0x33db69){console[_0x69bc(0x15e)](_0x526299[_0x69bc(0x2ed)],_0x33db69),await(_0x526299[_0x69bc(0x2ee)](_0x4ffb36,null)||_0x4ffb36===void 0x0?void 0x0:_0x526299[_0x69bc(0x2ef)](_0x4ffb36,_api[_0x69bc(0x226)][_0x69bc(0x22b)],'',{'connectedPlatforms':[],'skipped':!![]}));}console[_0x69bc(0x144)](_0x526299[_0x69bc(0x2f0)]);},_0x5f058d=async()=>{console['log'](_0x526299[_0x69bc(0x2f1)]),(0x0,_haptics[_0x69bc(0x1af)])(_haptics[_0x69bc(0x1b0)][_0x69bc(0x1b1)]);try{_0x526299[_0x69bc(0x2f2)](_0x526299[_0x69bc(0x2f3)],_0x526299['xfrHs'])?(_0xf0d6a9['log']('🔍\x20UniversalOnboarding:\x20visible\x20prop\x20changed\x20to:',_0x2e5ba4),_0x18d233[_0x69bc(0x144)](_0x69bc(0x146),_0x482e88),_0x3eaff2[_0x69bc(0x144)](_0x526299['EXuRB'],_0x2a24cd),_0xfec236[_0x69bc(0x144)](_0x526299[_0x69bc(0x147)],_0x3d56f9)):(await _asyncStorage[_0x69bc(0x4)][_0x69bc(0x155)](_0x69bc(0x2f4),_0x526299['dpUpc']),await(0x0,_jwtStorageService['storeJWT'])(_0x526299[_0x69bc(0x2f5)]),console['log'](_0x526299['OlfKx']),_0x526299[_0x69bc(0x1ba)](_0x48e85a));}catch(_0x66173c){console[_0x69bc(0x15e)](_0x69bc(0x2f6),_0x66173c),_0x526299['oWBaS'](_0x48e85a);}},_0x15bd54=async _0x1299f6=>{const _0x7c6096={'sbHjW':function(_0x5aac46,_0x17334f){return _0x526299[_0x69bc(0x1fa)](_0x5aac46,_0x17334f);},'DFxgY':_0x526299[_0x69bc(0x2f7)],'ZJNts':_0x526299['lXPrf']};(0x0,_haptics[_0x69bc(0x1af)])(_haptics[_0x69bc(0x1b0)][_0x69bc(0x1b1)]),_0x526299[_0x69bc(0x281)](_0x87f95d,_0x1299f6);try{if(_0x526299[_0x69bc(0x2f2)](_0x69bc(0x2f8),_0x69bc(0x2f9))){if((0x0,_platformAuthService[_0x69bc(0x2fa)])(_0x1299f6)){_0x526299[_0x69bc(0x2fb)](_0x39a301,_0x1299f6);const _0x2166c5=await(0x0,_platformAuthService['initiateNativeAuth'])(_0x1299f6,_0xb822d4);_0x2166c5&&(_0x526299['gjVdo'](_0x51fe22,_0x4bd6ae=>({..._0x4bd6ae,[_0x1299f6]:{'userName':_0xb822d4,'connected':!![]}})),_0x526299[_0x69bc(0x1de)](_0x4615fd,_0x30b494=>({..._0x30b494,[_0x1299f6]:!![]})),_0x526299[_0x69bc(0x1f5)](_0x32a312,_0x84479f=>({..._0x84479f,[_0x1299f6]:_0x69bc(0x221)})),await _0x526299[_0x69bc(0x15b)](_0x49a27d,_0x1299f6));}else{_0x526299[_0x69bc(0x1f5)](_0x39a301,_0x1299f6);const _0x247981=await(0x0,_platformAuthService[_0x69bc(0x2fc)])(_0x1299f6,_0xb822d4);_0x247981&&(_0x526299[_0x69bc(0x2fd)]!==_0x69bc(0x2fe)?(_0x526299[_0x69bc(0x231)](_0x5a513f,_0x247981),_0x9d10e7(_0x526299[_0x69bc(0x2ff)])):(_0x7c6096[_0x69bc(0x300)](_0x2422b8,_0x171a00[_0x69bc(0x297)]||_0x7c6096[_0x69bc(0x301)]),_0x4565c8[_0x69bc(0x144)](_0x7c6096[_0x69bc(0x302)],_0xb3b2e2[_0x69bc(0x303)],'%')));}}else _0x2c1fdc[_0x69bc(0x15d)]=_0xf5ef14;}catch(_0x2ed0bb){console[_0x69bc(0x15e)]('Error\x20connecting\x20to\x20'+_0x1299f6+':',_0x2ed0bb);}finally{_0x526299[_0x69bc(0x304)]!=='gaRGB'?_0x526299[_0x69bc(0x29d)](_0x87f95d,null):_0x2af46d[_0x69bc(0x305)]();}},_0x2fcbcb=(0x0,_react['useCallback'])(async _0x4effb8=>{const _0x79380e={'deleh':function(_0x57616a,_0x59eb92){return _0x526299['XQmFG'](_0x57616a,_0x59eb92);},'HikAy':function(_0x1009fe,_0x11e9f4){return _0x1009fe(_0x11e9f4);},'TfOQH':function(_0x3aecbb){return _0x3aecbb();},'OOjGh':'✅\x20Using\x20real\x20authentication\x20token\x20for\x20onComplete:','KpRRN':function(_0x274f2c,_0x1398e8){return _0x526299[_0x69bc(0x306)](_0x274f2c,_0x1398e8);},'EceEo':'Bfqay'};if(!_0x2562d6[_0x4effb8]){if(_0x526299[_0x69bc(0x307)]!==_0x526299['ozuaW'])try{if(_0x526299[_0x69bc(0x308)](_0x4effb8,'instagram')){_0x526299[_0x69bc(0x309)](_0x4615fd,_0x530631=>({..._0x530631,[_0x4effb8]:!_0x530631[_0x4effb8]})),_0x526299[_0x69bc(0x30a)](_0x51fe22,_0x31420e=>({..._0x31420e,[_0x4effb8]:{'userName':_0x4effb8+_0x69bc(0x30b),'connected':!![]}})),await _0x49a27d(_0x4effb8);return;}if(_0x526299['AwfDh'](_0x4effb8,_0x526299['qSXhW'])||_0x4effb8===_0x526299[_0x69bc(0x30c)]){console['log']('🤖\x20Handling\x20LLM/ChatGPT\x20connection\x20-\x20sending\x20to\x20backend...');const _0x3c0dda={'userId':_0x526299['JCyci'](_0x4e1bd8,_0xb822d4),'email':_0x4e1bd8||_0xb822d4+'@temp.com','appName':_0x28d36a,'timestamp':Date[_0x69bc(0x30d)](),'data':{'conversations':[],'chatHistory':[],'preferences':{},'customData':{}},'accessToken':undefined,'refreshToken':undefined,'tokenExpiry':undefined},_0xbecd5=await(0x0,_llmDataStorage[_0x69bc(0x30e)])(_0x3c0dda);if(_0xbecd5[_0x69bc(0x256)]){if(_0x526299[_0x69bc(0x30f)](_0x69bc(0x310),_0x526299[_0x69bc(0x311)])){const _0x16d3be={'sEUgO':function(_0x1bc109,_0x143003){return _0x79380e['deleh'](_0x1bc109,_0x143003);},'hHGBt':function(_0x5ac441,_0x522feb){return _0x79380e[_0x69bc(0x312)](_0x5ac441,_0x522feb);},'weqiG':function(_0x2433a1,_0x7692d4,_0xb27a79){return _0x2433a1(_0x7692d4,_0xb27a79);}};_0x14c2c9[_0x69bc(0x141)][_0x69bc(0x1bb)](_0x70676e,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x69bc(0x1d1)](()=>{_0x16d3be[_0x69bc(0x313)](_0xd58228,()=>{var _0x45335d;_0x135261(![]),_0x16d3be[_0x69bc(0x314)](_0x45335d=_0x76d774[_0x69bc(0x15d)],null)||_0x16d3be[_0x69bc(0x315)](_0x45335d,void 0x0)||_0x45335d[_0x69bc(0xe)](_0x32bfb4);},0x10);});}else{const _0x1e1c86=_0x526299['PpBgt']['split']('|');let _0x5e31c1=0x0;while(!![]){switch(_0x1e1c86[_0x5e31c1++]){case'0':console[_0x69bc(0x144)](_0x69bc(0x316),_0xbecd5[_0x69bc(0x317)]);continue;case'1':_0x526299[_0x69bc(0x22c)](_0x4615fd,_0x3b538b=>({..._0x3b538b,[_0x4effb8]:!![]}));continue;case'2':console[_0x69bc(0x144)]('✅\x20'+_0x4effb8+_0x69bc(0x318));continue;case'3':console[_0x69bc(0x144)](_0x526299[_0x69bc(0x319)]);continue;case'4':_0x526299['lwSyO'](_0x51fe22,_0x26c4bb=>({..._0x26c4bb,[_0x4effb8]:{'userName':_0xb822d4,'connected':!![],'connectionId':_0xbecd5[_0x69bc(0x317)],'storedInBackend':!![]}}));continue;case'5':await _0x49a27d(_0x4effb8);continue;}break;}}}else{if(_0x526299['kMqXe']===_0x526299[_0x69bc(0x31a)])_0x526299['BiQUz'](_0x45ba0d,()=>{_0x79380e[_0x69bc(0x31b)](_0x3aac3,![]),!_0x21b983&&_0x79380e[_0x69bc(0x31c)](_0x26be40);},0x64);else throw new Error('Failed\x20to\x20send\x20LLM\x20data\x20to\x20backend:\x20'+_0xbecd5[_0x69bc(0x1cd)]);}return;}if((0x0,_platformAuthService[_0x69bc(0x2fa)])(_0x4effb8)){_0x39a301(_0x4effb8);const _0x3c710f=await(0x0,_platformAuthService['initiateNativeAuth'])(_0x4effb8,_0xb822d4);_0x3c710f&&(_0x526299[_0x69bc(0x31d)](_0x51fe22,_0x527057=>({..._0x527057,[_0x4effb8]:{'userName':_0xb822d4,'connected':!![]}})),_0x4615fd(_0x5b22e3=>({..._0x5b22e3,[_0x4effb8]:!![]})),await _0x526299[_0x69bc(0x31e)](_0x49a27d,_0x4effb8));return;}_0x526299[_0x69bc(0x252)](_0x39a301,_0x4effb8);const _0xe03945=await(0x0,_platformAuthService['initiateOAuth'])(_0x4effb8,_0xb822d4);_0xe03945&&(_0x526299[_0x69bc(0x31f)](_0x5a513f,_0xe03945),_0x526299[_0x69bc(0x320)](_0x9d10e7,_0x526299[_0x69bc(0x2ff)]));}catch(_0x54a208){if(_0x526299['Vjneg']===_0x526299[_0x69bc(0x321)]){console['error'](_0x69bc(0x322)+_0x4effb8+':',_0x54a208);return;}else{var _0x73b730,_0xe0c644,_0x82b27f,_0x1abf65;_0x7e328d[_0x69bc(0x144)](_0x69bc(0x323)),_0x63693c[_0x69bc(0x144)](_0x526299['KBpxv'],{'id':_0x526299[_0x69bc(0x324)](_0x73b730=_0xa96657['current'],null)||_0x526299[_0x69bc(0x148)](_0x73b730,void 0x0)?void 0x0:_0x73b730['id'],'connected':_0x526299[_0x69bc(0x306)](_0xe0c644=_0x5cc803['current'],null)||_0x526299[_0x69bc(0x325)](_0xe0c644,void 0x0)?void 0x0:_0xe0c644['connected'],'transport':_0x526299[_0x69bc(0x2d3)](_0x82b27f=_0x5e1cac[_0x69bc(0x15d)],null)||_0x526299['WXziG'](_0x82b27f,void 0x0)||(_0x82b27f=_0x82b27f['io'])===null||_0x526299['aHyEx'](_0x82b27f,void 0x0)||_0x526299[_0x69bc(0x326)](_0x82b27f=_0x82b27f[_0x69bc(0x327)],null)||_0x526299[_0x69bc(0x2e7)](_0x82b27f,void 0x0)||(_0x82b27f=_0x82b27f['transport'])===null||_0x526299[_0x69bc(0x291)](_0x82b27f,void 0x0)?void 0x0:_0x82b27f['name']}),_0x526299[_0x69bc(0x31e)](_0x528b7d,!![]),_0x526299[_0x69bc(0x328)](_0x524f9f,_0x526299[_0x69bc(0x329)]),_0x526299[_0x69bc(0x32a)](_0x358d1f,0xa);const _0x2bb090=(_0x1abf65=_0xbcb244[_0x69bc(0x15d)])===null||_0x1abf65===void 0x0?void 0x0:_0x1abf65['id'];_0x39587e['log'](_0x69bc(0x32b),_0x2bb090),_0x2bb090?(_0x208777[_0x69bc(0x144)](_0x526299[_0x69bc(0x32c)],_0x18b446?_0x3e6134['substring'](0x0,0x14)+_0x69bc(0x16e):_0x69bc(0x32d)),_0x56a038[_0x69bc(0x144)](_0x69bc(0x32e)),_0x526299[_0x69bc(0x277)](_0x195579,_0x69bc(0x1f))):(_0x3324e2['error'](_0x526299[_0x69bc(0x1e4)]),_0x526299[_0x69bc(0x32f)](_0x17b14a,_0x526299[_0x69bc(0x330)]),_0x526299[_0x69bc(0x253)](_0x35fabb,!![]),_0x526299[_0x69bc(0x331)](_0x5c22fd));}}else _0xa4c4c7[_0x69bc(0x1f2)]=_0x2fac4b,_0x27bdf9[_0x69bc(0x269)]=_0x401722||_0x401104[_0x69bc(0x1c3)]('@')[0x0];}else _0x526299['ikOBF'](_0x4615fd,_0x3384bd=>({..._0x3384bd,[_0x4effb8]:!_0x3384bd[_0x4effb8]})),_0x526299['lmeyZ'](_0x51fe22,_0xa08b39=>{const _0x1d6fb2={'mkZYA':_0x79380e['OOjGh'],'XTtJJ':function(_0x1e4f67,_0x402a9){return _0x79380e[_0x69bc(0x332)](_0x1e4f67,_0x402a9);},'ZGTFc':function(_0x1bd13f,_0x4cf900,_0x27a41b,_0x3580f4){return _0x1bd13f(_0x4cf900,_0x27a41b,_0x3580f4);}};if(_0x79380e[_0x69bc(0x333)]===_0x69bc(0x334)){const _0x2a6c71={..._0xa08b39};return delete _0x2a6c71[_0x4effb8],_0x2a6c71;}else _0xcd55ea[_0x69bc(0x144)](_0x1d6fb2['mkZYA'],_0x3b4756[_0x69bc(0x16d)](0x0,0x1e)+_0x69bc(0x16e)),_0x1d6fb2['XTtJJ'](_0x507c7d,null)||_0x31d217===void 0x0||_0x1d6fb2[_0x69bc(0x335)](_0x128ab8,_0x1a8215[_0x69bc(0x226)][_0x69bc(0x22b)],_0x478018,{'email':(_0x1d6fb2[_0x69bc(0x336)](_0x82a6f4,null)||_0x1d6fb2[_0x69bc(0x336)](_0x19718e,void 0x0)?void 0x0:_0x219f82[_0x69bc(0x1f2)])||'',..._0x2793e5});});},[_0x2562d6,_0xb822d4]),_0x487ea0=(0x0,_react[_0x69bc(0x1d9)])(_0x1d62d1=>{try{const _0x6548fe=new URL(_0x1d62d1),_0x3464c0=_0x6548fe[_0x69bc(0x2ba)][_0x69bc(0xa)](_0x526299[_0x69bc(0x2b1)]),_0x2e0c29=_0x6548fe[_0x69bc(0x2ba)]['get'](_0x69bc(0x337))||_0x5f26c5;_0x3464c0&&_0x2e0c29&&(_0x526299[_0x69bc(0x213)](_0x526299[_0x69bc(0x338)],_0x526299[_0x69bc(0x339)])?_0x5e59c9[_0x69bc(0x15e)](_0x526299[_0x69bc(0x162)],_0xe31056):(_0x526299[_0x69bc(0x2fb)](_0x51fe22,_0xa819c1=>({..._0xa819c1,[_0x2e0c29]:{'userName':_0xb822d4,'connected':!![]}})),_0x526299['DYjKf'](_0x4615fd,_0x48136a=>({..._0x48136a,[_0x2e0c29]:!![]})),_0x9d10e7(_0x69bc(0x6e))));}catch(_0x4a6f4f){if(_0x526299['mVxVx']===_0x526299[_0x69bc(0x33a)]){const _0x17b053={'smTUN':function(_0x4d5212,_0x540ed1){return _0x526299['MZSJc'](_0x4d5212,_0x540ed1);},'rpJsR':function(_0x2dec22,_0x394c13){return _0x526299[_0x69bc(0x2de)](_0x2dec22,_0x394c13);}};_0x2be663(()=>{var _0x22cdfd;_0x17b053[_0x69bc(0x33b)](_0x262647,![]),_0x17b053['rpJsR'](_0x22cdfd=_0x5b3320[_0x69bc(0x15d)],null)||_0x17b053['rpJsR'](_0x22cdfd,void 0x0)||_0x22cdfd[_0x69bc(0xe)](_0x50e64);},0x10);}else console[_0x69bc(0x15e)](_0x526299[_0x69bc(0x1d0)],_0x4a6f4f);}},[_0x5f26c5,_0xb822d4]),_0x564763=(0x0,_react[_0x69bc(0x1d9)])(async _0x25f9d3=>{const _0x1ae093={'tzMtt':_0x69bc(0x33c),'RASyM':_0x526299[_0x69bc(0x33d)],'mkAUt':_0x526299[_0x69bc(0x33e)],'QKiIL':_0x526299[_0x69bc(0x33f)],'pUrHe':_0x526299['fjMlA'],'JJgZn':_0x526299[_0x69bc(0x340)],'uttkg':function(_0x50c941,_0x61333){return _0x526299[_0x69bc(0x341)](_0x50c941,_0x61333);},'csEUi':function(_0x28612f,_0x289fb3){return _0x526299['nNanC'](_0x28612f,_0x289fb3);},'PHWmo':_0x69bc(0x342)};console[_0x69bc(0x144)]('🎉\x20OAuth\x20success\x20for\x20'+_0x5f26c5+_0x69bc(0x343)),console[_0x69bc(0x144)](_0x69bc(0x344),_0x25f9d3);if(_0x5f26c5){if(_0x526299[_0x69bc(0x345)](_0x69bc(0x346),_0x526299['jJCyb']))console['log'](_0x69bc(0x347)+_0x5f26c5),_0x51fe22(_0x347c35=>({..._0x347c35,[_0x5f26c5]:{'userName':_0xb822d4,'connected':!![]}})),_0x526299['LlidG'](_0x4615fd,_0x3e5bcc=>({..._0x3e5bcc,[_0x5f26c5]:!![]})),_0x526299[_0x69bc(0x15b)](_0x32a312,_0x3e5e4b=>({..._0x3e5e4b,[_0x5f26c5]:_0x69bc(0x221)})),await _0x526299[_0x69bc(0x348)](_0x49a27d,_0x5f26c5),console[_0x69bc(0x144)](_0x69bc(0x349)+_0x5f26c5+_0x69bc(0x34a));else try{const _0x167a8f=_0x1ae093[_0x69bc(0x34b)][_0x69bc(0x1c3)]('|');let _0x25a798=0x0;while(!![]){switch(_0x167a8f[_0x25a798++]){case'0':_0x337984[_0x69bc(0x144)](_0x1ae093[_0x69bc(0x34c)],_0x526303);continue;case'1':_0xe69036[_0x69bc(0x144)](_0x69bc(0x34d));continue;case'2':_0x354e1e['log'](_0x1ae093['mkAUt']);continue;case'3':_0x5a277d[_0x69bc(0x144)](_0x1ae093[_0x69bc(0x34e)]);continue;case'4':if(!_0x3ca7aa)throw new _0x475219(_0x1ae093[_0x69bc(0x34f)]);continue;case'5':_0x3d48b4[_0x69bc(0x144)](_0x1ae093[_0x69bc(0x350)],(_0x1ae093[_0x69bc(0x351)](_0x57f6d0,null)||_0x1ae093[_0x69bc(0x352)](_0x3218bb,void 0x0)?void 0x0:_0x549762[_0x69bc(0x16d)](0x0,0x14))+_0x69bc(0x16e));continue;}break;}}catch(_0x5dfcbf){_0xe8ebde[_0x69bc(0x15e)](_0x1ae093[_0x69bc(0x353)],_0x5dfcbf);throw _0x5dfcbf;}}console['log'](_0x69bc(0x354)),_0x526299[_0x69bc(0x244)](_0x5a513f,''),_0x9d10e7(_0x526299[_0x69bc(0x355)]);},[_0x5f26c5,_0xb822d4,_0x49a27d]),_0x23b71d=(0x0,_react['useCallback'])(async _0x9ff8cc=>{_0x526299[_0x69bc(0x356)](_0x2f943d,_0x9ff8cc),(0x0,_pinStorageUtils[_0x69bc(0x357)])(_0x9ff8cc),console[_0x69bc(0x144)]('🔐\x20[PIN\x20SUBMIT]\x20PIN\x20submitted,\x20checking\x20for\x20background\x20training...');if(_0x526299['UahbR'](_0x16f057,_0x22f8b8)){console['log'](_0x69bc(0x358));try{_0x526299[_0x69bc(0x359)](_0x526299[_0x69bc(0x35a)],_0x526299['msQEI'])?(_0x5b188b['log'](_0x526299[_0x69bc(0x2a5)],_0x58ad67[_0x69bc(0x1cd)]),_0x526299['ZbiUF'](_0x22696a,_0x25c0ab[_0x69bc(0x1cd)]||_0x526299['ILJNJ'])):(await _0x526299['oLueS'](_0x47dfce,_0x9ff8cc),_0x526299['VFDXn'](_0x9d10e7,_0x526299[_0x69bc(0x15a)]));}catch(_0x16593f){console[_0x69bc(0x15e)](_0x526299['dGorj'],_0x16593f),_0x526299['uaVDX'](_0x9d10e7,_0x526299[_0x69bc(0x15a)]),_0x526299[_0x69bc(0x356)](_0x578b58,_0x526299[_0x69bc(0x15c)]),_0x526299[_0x69bc(0x1b9)](_0x403847,!![]);}}else console[_0x69bc(0x144)](_0x526299[_0x69bc(0x2b3)]),_0x526299[_0x69bc(0x287)](_0x9d10e7,'persona'),_0x526299['IRwAo'](_0x578b58,_0x526299['dXzCL']),_0x403847(!![]);console[_0x69bc(0x144)](_0x526299[_0x69bc(0x35b)]);},[_0x16f057,_0x22f8b8]),_0x1e6179=async(_0x1bcaba,_0x4619d2)=>{const _0x28c23d={'PPAyE':_0x526299[_0x69bc(0x15f)],'idGEX':_0x69bc(0x35c),'oZJDo':_0x526299[_0x69bc(0x35d)],'cMfco':function(_0xb37736,_0x4d5093){return _0xb37736(_0x4d5093);},'UllPu':function(_0x1cdb14,_0x320797){return _0x526299[_0x69bc(0x2e7)](_0x1cdb14,_0x320797);},'IBZab':function(_0x17e098,_0x3093ed){return _0x526299[_0x69bc(0x308)](_0x17e098,_0x3093ed);}};try{if(_0x526299['IRfrN'](_0x526299[_0x69bc(0x35e)],_0x526299[_0x69bc(0x35e)])){_0x526299[_0x69bc(0x35f)](_0x578b58,_0x526299[_0x69bc(0x360)]),_0x526299['dZXpm'](_0x5e3e3b,0xf);const _0x5bbc3f=_0x4619d2||await(0x0,_jwtStorageService[_0x69bc(0x1ef)])();if(!_0x5bbc3f){if(_0x526299[_0x69bc(0x361)](_0x69bc(0x362),_0x526299[_0x69bc(0x363)])){console[_0x69bc(0x15e)]('❌\x20No\x20authentication\x20token\x20available');throw new Error(_0x526299[_0x69bc(0x2c2)]);}else _0x341c3e[_0x69bc(0x15e)](_0x28c23d['PPAyE'],_0x2bab8d);}console[_0x69bc(0x144)](_0x526299[_0x69bc(0x364)],_0x1bcaba),console[_0x69bc(0x144)](_0x69bc(0x365),_0x5bbc3f?_0x5bbc3f[_0x69bc(0x16d)](0x0,0x14)+_0x69bc(0x16e):_0x69bc(0x32d));const _0x1e78f8=await(0x0,_authService[_0x69bc(0x1f0)])(),_0x20416e=_0x1e78f8||(_0x526299[_0x69bc(0x366)](_0x3c0ad2,null)||_0x526299[_0x69bc(0x367)](_0x3c0ad2,void 0x0)?void 0x0:_0x3c0ad2[_0x69bc(0x269)])||(_0x3c0ad2===null||_0x526299[_0x69bc(0x2de)](_0x3c0ad2,void 0x0)?void 0x0:_0x3c0ad2[_0x69bc(0x207)])||_0xb822d4||_0x526299[_0x69bc(0x1f4)],_0x1737cf=await _asyncStorage[_0x69bc(0x4)][_0x69bc(0x151)](_0x69bc(0x1b)),_0x4e0066=_0x1737cf?JSON['parse'](_0x1737cf):[];console['log'](_0x526299[_0x69bc(0x368)],_0x4e0066);const _0x5493a7=await(0x0,_pinEncryptionService[_0x69bc(0x369)])()[_0x69bc(0x2d6)](_0xed822e=>{return console[_0x69bc(0x2e1)](_0x28c23d[_0x69bc(0x36a)],_0xed822e),null;}),_0x5f57bd={'socketId':_0x1bcaba,'username':_0x20416e,'email':(_0x3c0ad2===null||_0x526299[_0x69bc(0x1f1)](_0x3c0ad2,void 0x0)?void 0x0:_0x3c0ad2[_0x69bc(0x1f2)])||null,'modelKey':null,'connectedPlatforms':_0x4e0066,'platformConnections':_0x2153b1,..._0x526299[_0x69bc(0x36b)](_0x5493a7,{'encryptedPin':_0x5493a7,'hasPinData':!![]})};console[_0x69bc(0x144)](_0x526299[_0x69bc(0x36c)],_0x5f57bd);const _0x27cb0b=await(0x0,_mobileTrainingService[_0x69bc(0x36d)])(_0x5f57bd);console[_0x69bc(0x144)](_0x526299['RjeDA'],_0x27cb0b);if(_0x27cb0b['requiresConnections']||_0x27cb0b[_0x69bc(0x8a)]===_0x69bc(0x20)){if(_0x526299[_0x69bc(0x1b5)](_0x526299['PXlEK'],_0x526299[_0x69bc(0x36e)])){const _0x2d4c8e=_0x69bc(0x36f)[_0x69bc(0x1c3)]('|');let _0x153449=0x0;while(!![]){switch(_0x2d4c8e[_0x153449++]){case'0':_0x526299[_0x69bc(0x370)](_0x403847,!![]);continue;case'1':_0x526299[_0x69bc(0x371)](_0x24e29c,_0x526299[_0x69bc(0x166)]);continue;case'2':_0x526299[_0x69bc(0x372)](_0x2985d6);continue;case'3':_0x526299[_0x69bc(0x371)](_0x578b58,_0x526299[_0x69bc(0x236)]);continue;case'4':_0x3dad44(_0x27cb0b);continue;case'5':_0x526299[_0x69bc(0x373)](_0x4ec398,!![]);continue;case'6':console['log'](_0x69bc(0x23a));continue;case'7':return;}break;}}else{if(_0x518136[_0x69bc(0x9)](_0x54b301))return _0xf1b3e5[_0x69bc(0xa)](_0x17bf14);_0x218ef3[_0x69bc(0xb)](_0x6a2acb,_0x40515d);}}if(_0x27cb0b[_0x69bc(0x256)])_0x526299[_0x69bc(0x374)](_0x69bc(0x375),_0x526299[_0x69bc(0x376)])?(_0x526299[_0x69bc(0x31d)](_0x4df236,_0x30a4a6),_0x2da34a(_0x526299[_0x69bc(0x2ff)])):(console[_0x69bc(0x144)](_0x526299[_0x69bc(0x377)],_0x27cb0b[_0x69bc(0x1cd)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x378)],_0x27cb0b[_0x69bc(0x379)]),_0x27cb0b[_0x69bc(0x379)]&&(_0x526299[_0x69bc(0x37a)](_0x526299[_0x69bc(0x37b)],_0x69bc(0x37c))?_0x514384=_0x28c23d['oZJDo']:(console[_0x69bc(0x144)](_0x526299[_0x69bc(0x37d)],_0x27cb0b['features'][_0x69bc(0x1c5)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x1a3)],_0x27cb0b[_0x69bc(0x379)][_0x69bc(0x1c4)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x37e)],_0x27cb0b[_0x69bc(0x379)][_0x69bc(0x37f)]),console[_0x69bc(0x144)](_0x526299['SkFqk'],_0x27cb0b[_0x69bc(0x379)][_0x69bc(0x1c8)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x380)],_0x27cb0b['features'][_0x69bc(0x381)]),console['log'](_0x526299[_0x69bc(0x382)],_0x27cb0b['features'][_0x69bc(0x1cb)]),console[_0x69bc(0x144)](_0x526299['ihcNd'],_0x27cb0b[_0x69bc(0x379)][_0x69bc(0x383)]))),_0x526299['UAIuc'](_0x578b58,_0x526299[_0x69bc(0x384)]),_0x526299[_0x69bc(0x385)](_0x5e3e3b,0x19));else{if(_0x526299[_0x69bc(0x386)](_0x69bc(0xcd),_0x526299['pXLdJ'])){var _0x3ed979;_0x28c23d['cMfco'](_0x5d46c4,![]),_0x28c23d['UllPu'](_0x3ed979=_0x134a10['current'],null)||_0x28c23d[_0x69bc(0x387)](_0x3ed979,void 0x0)||_0x3ed979[_0x69bc(0xe)](_0x2d913c);}else console[_0x69bc(0x15e)](_0x69bc(0x388),_0x27cb0b[_0x69bc(0x15e)]),_0x526299[_0x69bc(0x389)](_0x578b58,'Error:\x20'+(_0x27cb0b[_0x69bc(0x15e)]||_0x526299['hiPfn'])),_0x403847(!![]),_0x526299[_0x69bc(0x38a)](_0x2985d6);}}else _0x951cc3[_0x69bc(0x144)](_0x69bc(0xd8),_0x5569ef),_0x12b67f(_0x526299[_0x69bc(0x38b)]),_0x243793(0x3c);}catch(_0x43531b){console[_0x69bc(0x15e)](_0x526299['YhFaW'],_0x43531b),_0x526299[_0x69bc(0x38c)](_0x578b58,'Error:\x20'+(_0x526299[_0x69bc(0x38d)](_0x43531b,Error)?_0x43531b['message']:_0x526299['KzJnq'])),_0x526299[_0x69bc(0x25b)](_0x403847,!![]),_0x526299['rbsqa'](_0x2985d6);}},_0x47dfce=async _0x3b176d=>{if(_0x526299['MWeOl'](_0x526299[_0x69bc(0x38e)],_0x69bc(0x38f)))try{if(_0x526299[_0x69bc(0x345)](_0x526299[_0x69bc(0x390)],_0x526299['DqCwl'])){const _0x571672=_0x526299[_0x69bc(0x391)]['split']('|');let _0x2ed8bb=0x0;while(!![]){switch(_0x571672[_0x2ed8bb++]){case'0':console[_0x69bc(0x144)](_0x526299['aUrgm'],(_0x526299[_0x69bc(0x2dc)](_0x362b90,null)||_0x526299['lhAKZ'](_0x362b90,void 0x0)?void 0x0:_0x362b90[_0x69bc(0x16d)](0x0,0x14))+'...');continue;case'1':if(!_0x22f8b8)throw new Error(_0x526299[_0x69bc(0x392)]);continue;case'2':console[_0x69bc(0x144)]('🔐\x20[BACKGROUND]\x20Continuing\x20existing\x20background\x20training\x20with\x20PIN\x20validation');continue;case'3':console['log'](_0x526299[_0x69bc(0x33f)]);continue;case'4':console[_0x69bc(0x144)](_0x526299[_0x69bc(0x33d)],_0x22f8b8);continue;case'5':console[_0x69bc(0x144)](_0x69bc(0xb9));continue;}break;}}else return _0x4fd48b&&_0x345bcc[_0x69bc(0x1)]?_0x54b953:{'default':_0x3eb894};}catch(_0x900904){if(_0x526299['CRryD']!==_0x526299['CRryD']){const _0xaf98a={..._0x1c956f};return delete _0xaf98a[_0x985757],_0xaf98a;}else{console['error']('❌\x20[BACKGROUND]\x20Failed\x20to\x20continue\x20background\x20training:',_0x900904);throw _0x900904;}}else _0x56305f[_0x69bc(0x15d)]&&(_0x3f2f35[_0x69bc(0x144)](_0x526299[_0x69bc(0x393)]),_0x1276e0[_0x69bc(0x15d)][_0x69bc(0x102)](),_0xb715e4[_0x69bc(0x15d)]=null),_0x287d3f();},_0x6ccdee=async()=>{const _0x3b73fe={'DAGLG':function(_0x3e15af,_0x32064f){return _0x526299[_0x69bc(0x320)](_0x3e15af,_0x32064f);},'DzkAC':_0x526299[_0x69bc(0x19b)],'BZZWy':function(_0x405d75,_0x22dbc7){return _0x526299[_0x69bc(0x394)](_0x405d75,_0x22dbc7);},'zQXHY':function(_0x24bc1a){return _0x526299['zoJnd'](_0x24bc1a);},'UcRMa':function(_0x3ab8e5){return _0x3ab8e5();},'dCdVu':_0x526299['ZawEJ'],'UCPlh':function(_0x49fe36,_0x1f76a6){return _0x526299[_0x69bc(0x356)](_0x49fe36,_0x1f76a6);},'HFsDl':_0x69bc(0xac),'AGPcv':_0x526299[_0x69bc(0x392)],'kLzJF':function(_0x4686fe,_0x188840){return _0x4686fe(_0x188840);},'aATOj':_0x526299[_0x69bc(0x286)],'pOpDm':_0x526299[_0x69bc(0x395)],'dAjBR':_0x526299['NCKCw'],'BRKjj':_0x526299[_0x69bc(0x396)],'jvdeA':_0x526299[_0x69bc(0x397)],'Nirqm':_0x526299['bkfkV'],'qvqTy':function(_0x10c199,_0x102193){return _0x10c199(_0x102193);},'tgZYd':_0x526299['yBeKK'],'pfhnu':_0x526299[_0x69bc(0x398)],'lVkVP':function(_0x208335,_0x541c2a){return _0x208335(_0x541c2a);},'fboZu':_0x69bc(0x135),'fZygo':'✅\x20YouTube\x20reconnected,\x20but\x20training\x20restart\x20disabled','VZFlX':_0x526299[_0x69bc(0x399)],'CgVZi':function(_0x1c0c2a,_0x3073fe){return _0x526299[_0x69bc(0x35f)](_0x1c0c2a,_0x3073fe);},'NruZD':function(_0x286bd9,_0x55f7ad){return _0x526299[_0x69bc(0x2c5)](_0x286bd9,_0x55f7ad);},'FjAXO':_0x526299[_0x69bc(0x39a)],'cefvj':_0x69bc(0x39b),'jUxFt':_0x526299[_0x69bc(0x39c)],'OppMg':function(_0x452153,_0x4cef70){return _0x452153(_0x4cef70);},'LSeyZ':_0x526299[_0x69bc(0x39d)],'TiviT':_0x526299[_0x69bc(0x39e)],'kTZin':_0x526299[_0x69bc(0x25e)],'eccQs':'Unknown\x20error','OIdYe':function(_0x5339fc){return _0x526299[_0x69bc(0x38a)](_0x5339fc);},'gRoMt':function(_0xcd89d0){return _0x526299['XAKuj'](_0xcd89d0);},'YavYh':function(_0x3342c8,_0x14f703){return _0x3342c8===_0x14f703;},'aKayj':_0x69bc(0x39f),'tbhMm':_0x69bc(0x3a0),'MelnA':_0x526299['rQPYe'],'NOzBD':_0x526299['sZyBI'],'FpKPG':function(_0x12eb23,_0x1faba0){return _0x526299['nNanC'](_0x12eb23,_0x1faba0);},'MwyvM':_0x526299['PWDwy'],'uhtAK':_0x526299['FYddR'],'wLaxm':_0x526299['nQEqB'],'XlTeJ':function(_0x255ba2,_0x320aa5,_0x2a63a1){return _0x526299[_0x69bc(0x3a1)](_0x255ba2,_0x320aa5,_0x2a63a1);},'whKgT':_0x526299[_0x69bc(0x166)],'XczAA':_0x526299[_0x69bc(0x3a2)],'FfTzu':function(_0x1b67f3,_0x4b8c5e){return _0x1b67f3(_0x4b8c5e);},'ycXSt':_0x526299[_0x69bc(0x236)],'nuxOO':function(_0x223006,_0x5a0c82){return _0x526299['VFDXn'](_0x223006,_0x5a0c82);},'lOQVM':function(_0x3daf75,_0x24c769){return _0x526299[_0x69bc(0x3a3)](_0x3daf75,_0x24c769);},'WWAzm':_0x526299[_0x69bc(0x3a4)],'SpuZn':function(_0x5ac69f,_0x36fcfe){return _0x5ac69f===_0x36fcfe;},'QWkeY':'NO_DATA','YGtIB':function(_0x28349e,_0x3d18b4){return _0x28349e===_0x3d18b4;},'jrKqt':'oPUUT','dcFYl':_0x69bc(0x3a5),'hOujp':function(_0x4f76d3,_0x4040f9){return _0x4f76d3(_0x4040f9);},'VuLRE':_0x526299[_0x69bc(0x3a6)],'KUMDd':function(_0x308f61,_0x3d4f15){return _0x526299['Rmcbn'](_0x308f61,_0x3d4f15);},'kXNNt':function(_0x586ff8,_0x373aaf){return _0x526299[_0x69bc(0x3a7)](_0x586ff8,_0x373aaf);},'kHjTa':_0x526299[_0x69bc(0x3a8)],'tGnwx':_0x526299[_0x69bc(0x3a9)],'qWEFI':function(_0x42281f,_0x2978d0){return _0x526299[_0x69bc(0x3aa)](_0x42281f,_0x2978d0);},'IKXbX':function(_0x28a7b9,_0x2ba8d6){return _0x28a7b9(_0x2ba8d6);},'YjQHW':_0x69bc(0x5e),'gOisX':function(_0x2480bf,_0x15cd8b){return _0x2480bf(_0x15cd8b);},'uQPTT':_0x526299[_0x69bc(0x3ab)],'UgBUr':function(_0x512757,_0x491c62){return _0x512757>_0x491c62;},'uehpE':_0x526299[_0x69bc(0x3ac)],'ABThV':function(_0x68cb81,_0x6bb228){return _0x526299['njNtE'](_0x68cb81,_0x6bb228);},'kdZDw':function(_0x415e52,_0xab13d){return _0x526299[_0x69bc(0x3ad)](_0x415e52,_0xab13d);},'gXjyU':function(_0x37ff98,_0x535ff7){return _0x526299[_0x69bc(0x2dc)](_0x37ff98,_0x535ff7);},'rmsoB':function(_0x45e964,_0xbc94c){return _0x526299['JnLdt'](_0x45e964,_0xbc94c);},'tQaAz':function(_0x15d18b,_0x110cb0){return _0x526299[_0x69bc(0x3ae)](_0x15d18b,_0x110cb0);},'tPEDY':_0x526299[_0x69bc(0x3af)],'YNeyt':_0x526299['VmWeq'],'fKIPP':_0x526299[_0x69bc(0x3b0)],'BYAkv':_0x526299['AwVsZ'],'ZRZHg':function(_0x34667d,_0x596403){return _0x526299[_0x69bc(0x3b1)](_0x34667d,_0x596403);}};_0x526299[_0x69bc(0x3b2)](_0x5e3e3b,0x0),_0x526299[_0x69bc(0x370)](_0x578b58,_0x526299[_0x69bc(0x3b3)]),_0x526299[_0x69bc(0x3b4)](_0x1a54ff,![]),_0x526299[_0x69bc(0x3b5)](_0x403847,![]),_0x4f3c23();try{if(_0x526299[_0x69bc(0x3b6)](_0x526299[_0x69bc(0x3b7)],_0x526299[_0x69bc(0x3b8)])){var _0x4cd18d;console[_0x69bc(0x144)](_0x69bc(0x3b9)),console['log'](_0x526299[_0x69bc(0x3ba)]);const _0x53b71d=await _0x4f1abe();if(!_0x53b71d)throw new Error(_0x526299[_0x69bc(0x3bb)]);_0x526299[_0x69bc(0x29e)](_0x2de5b8,_0x53b71d),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x3bc)],_0x53b71d['substring'](0x0,0x14)+_0x69bc(0x16e)),console[_0x69bc(0x144)](_0x526299['EKmlG'],_0x53b71d[_0x69bc(0x1f6)]);const _0x6bb148=await(0x0,_jwtStorageService[_0x69bc(0x1ef)])();console[_0x69bc(0x144)](_0x69bc(0x3bd),_0x6bb148?_0x6bb148['substring'](0x0,0x14)+_0x69bc(0x16e):_0x526299[_0x69bc(0x3be)]);if(!_0x3c0ad2){if(_0x526299[_0x69bc(0x3bf)](_0x526299[_0x69bc(0x3c0)],_0x69bc(0xf7)))_0x2ac242[_0x69bc(0x15e)]('❌\x20Background\x20training\x20start\x20failed:',_0x2ad298[_0x69bc(0x15e)]),_0x526299[_0x69bc(0x3c1)](_0x4277e0,_0x69bc(0x3c2)+(_0x285195['error']||_0x526299[_0x69bc(0x3c3)])),_0x526299[_0x69bc(0x253)](_0x1e21c1,!![]),_0x526299[_0x69bc(0x372)](_0x36ac01);else{var _0xc9d609;console['log'](_0x526299[_0x69bc(0x3c4)]);const _0x50f60a=await(0x0,_authService[_0x69bc(0x1f0)])(),_0x3d9af9=_0x50f60a||(_0x526299[_0x69bc(0x3c5)](_0x46e84e,null)||_0x526299[_0x69bc(0x218)](_0x46e84e,void 0x0)||_0x526299['wKCJR'](_0xc9d609=_0x46e84e['email'],null)||_0xc9d609===void 0x0?void 0x0:_0xc9d609['split']('@')[0x0])||(_0x526299[_0x69bc(0x3c6)](_0x46e84e,null)||_0x526299[_0x69bc(0x3c5)](_0x46e84e,void 0x0)?void 0x0:_0x46e84e[_0x69bc(0x207)])||_0x69bc(0x45),_0x555b9a={'username':_0x3d9af9,'email':(_0x46e84e===null||_0x46e84e===void 0x0?void 0x0:_0x46e84e[_0x69bc(0x1f2)])||null,'id':null};_0x526299[_0x69bc(0x3c7)](_0x227af5,_0x555b9a),_0x5605a7(_0x3d9af9),console[_0x69bc(0x144)](_0x69bc(0x3c8),_0x555b9a),await new Promise(_0x2b847f=>setTimeout(()=>_0x2b847f(),0xc8));}}const _0x4b990e=_0x526299[_0x69bc(0x2d2)](_0x3c0ad2,{'username':_0xb822d4||(_0x526299['ziQsx'](_0x46e84e,null)||_0x526299[_0x69bc(0x3c9)](_0x46e84e,void 0x0)||(_0x4cd18d=_0x46e84e[_0x69bc(0x1f2)])===null||_0x526299[_0x69bc(0x3ca)](_0x4cd18d,void 0x0)?void 0x0:_0x4cd18d[_0x69bc(0x1c3)]('@')[0x0])||(_0x526299[_0x69bc(0x22e)](_0x46e84e,null)||_0x526299[_0x69bc(0x3cb)](_0x46e84e,void 0x0)?void 0x0:_0x46e84e[_0x69bc(0x207)])||_0x526299[_0x69bc(0x1f4)],'email':(_0x526299[_0x69bc(0x26a)](_0x46e84e,null)||_0x46e84e===void 0x0?void 0x0:_0x46e84e[_0x69bc(0x1f2)])||null,'id':null});if(!_0x53b71d){console[_0x69bc(0x15e)](_0x69bc(0x89));throw new Error('No\x20authentication\x20token\x20available');}console['log'](_0x526299[_0x69bc(0x3cc)]),console[_0x69bc(0x144)](_0x526299['HtLnB'],_0x4b990e),console[_0x69bc(0x144)]('🔑\x20Token\x20available:',!!_0x53b71d),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x3cd)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x3ce)],_reactNative['Platform']['OS']),console['log'](_0x526299[_0x69bc(0x3cf)]),_0x526299['MjAUQ'](_0x578b58,_0x526299['aUBCy']),_0x526299[_0x69bc(0x3d0)](_0x5e3e3b,0x5),_0x1d5361['current']=(0x0,_socket['io'])(_api[_0x69bc(0x226)]['BASE_URL'],{'transports':[_0x526299[_0x69bc(0x3d1)],_0x526299[_0x69bc(0x3d2)]],'autoConnect':![],'timeout':0x3a98,'reconnection':!![],'reconnectionAttempts':0x3,'reconnectionDelay':0x3e8,'forceNew':!![]}),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x3d3)],{'connected':_0x1d5361[_0x69bc(0x15d)][_0x69bc(0x221)],'id':_0x1d5361[_0x69bc(0x15d)]['id'],'disconnected':_0x1d5361['current'][_0x69bc(0x182)]}),_0x1d5361[_0x69bc(0x15d)]['on'](_0x526299[_0x69bc(0x355)],()=>{var _0x280243,_0xe290b1,_0x5ce95b,_0x2c8ca5;console[_0x69bc(0x144)](_0x69bc(0x323)),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x3d4)],{'id':_0x526299[_0x69bc(0x3d5)](_0x280243=_0x1d5361['current'],null)||_0x526299['slBJc'](_0x280243,void 0x0)?void 0x0:_0x280243['id'],'connected':(_0xe290b1=_0x1d5361[_0x69bc(0x15d)])===null||_0x526299[_0x69bc(0x2e7)](_0xe290b1,void 0x0)?void 0x0:_0xe290b1['connected'],'transport':_0x526299['IRfrN'](_0x5ce95b=_0x1d5361[_0x69bc(0x15d)],null)||_0x526299[_0x69bc(0x292)](_0x5ce95b,void 0x0)||_0x526299[_0x69bc(0x3d6)](_0x5ce95b=_0x5ce95b['io'],null)||_0x526299[_0x69bc(0x3d7)](_0x5ce95b,void 0x0)||_0x526299[_0x69bc(0x2ee)](_0x5ce95b=_0x5ce95b['engine'],null)||_0x526299[_0x69bc(0x3d8)](_0x5ce95b,void 0x0)||_0x526299[_0x69bc(0x1f1)](_0x5ce95b=_0x5ce95b['transport'],null)||_0x5ce95b===void 0x0?void 0x0:_0x5ce95b[_0x69bc(0x207)]}),_0x526299['UIfLF'](_0x2a6c67,!![]),_0x578b58(_0x526299['THUIo']),_0x526299[_0x69bc(0x289)](_0x5e3e3b,0xa);const _0x23c459=_0x526299[_0x69bc(0x1aa)](_0x2c8ca5=_0x1d5361[_0x69bc(0x15d)],null)||_0x526299[_0x69bc(0x2b7)](_0x2c8ca5,void 0x0)?void 0x0:_0x2c8ca5['id'];console[_0x69bc(0x144)](_0x526299[_0x69bc(0x3d9)],_0x23c459),_0x23c459?(console[_0x69bc(0x144)](_0x526299[_0x69bc(0x32c)],_0x53b71d?_0x53b71d['substring'](0x0,0x14)+_0x69bc(0x16e):_0x526299[_0x69bc(0x163)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x164)]),_0x578b58(_0x526299['OQMLU'])):(console[_0x69bc(0x15e)](_0x526299[_0x69bc(0x1e4)]),_0x526299[_0x69bc(0x29d)](_0x578b58,_0x526299[_0x69bc(0x330)]),_0x403847(!![]),_0x2985d6());}),_0x1d5361[_0x69bc(0x15d)]['on'](_0x526299[_0x69bc(0x3da)],_0x4c54d6=>{var _0x3170c0;console['log'](_0x526299[_0x69bc(0x240)],_0x4c54d6),console['log'](_0x69bc(0x241),{'reason':_0x4c54d6,'wasConnected':_0x5a2ecf,'socketId':_0x526299[_0x69bc(0x1f3)](_0x3170c0=_0x1d5361['current'],null)||_0x526299['AOYjI'](_0x3170c0,void 0x0)?void 0x0:_0x3170c0['id']}),_0x526299[_0x69bc(0x3c1)](_0x2a6c67,![]);}),_0x1d5361[_0x69bc(0x15d)]['on'](_0x526299[_0x69bc(0x3db)],_0xb9f9df=>{console[_0x69bc(0x144)](_0x526299[_0x69bc(0x3dc)],_0xb9f9df,'attempts'),_0x526299[_0x69bc(0x285)](_0x2a6c67,!![]);}),_0x1d5361[_0x69bc(0x15d)]['on'](_0x526299[_0x69bc(0x3dd)],_0x3bcc49=>{_0x526299[_0x69bc(0x361)](_0x526299[_0x69bc(0x3de)],_0x526299[_0x69bc(0x3df)])?(console[_0x69bc(0x144)](_0x69bc(0x3e0),_0x3bcc49),_0x526299[_0x69bc(0x3e1)](_0x578b58,_0x69bc(0x3e2)+_0x3bcc49+_0x69bc(0x3e3))):_0x3b73fe[_0x69bc(0x3e4)](_0x21015d,![]);}),_0x1d5361['current']['on'](_0x526299[_0x69bc(0x3e5)],_0xe24bd0=>{console[_0x69bc(0x15e)](_0x69bc(0x3e6),_0xe24bd0);}),_0x1d5361[_0x69bc(0x15d)]['on'](_0x526299['tKnqD'],()=>{console[_0x69bc(0x15e)](_0x69bc(0x28)),_0x3b73fe[_0x69bc(0x3e4)](_0x578b58,_0x3b73fe[_0x69bc(0x3e7)]),_0x3b73fe[_0x69bc(0x3e8)](_0x403847,!![]),_0x3b73fe[_0x69bc(0x3e9)](_0x2985d6);}),_0x1d5361['current']['on'](_0x526299[_0x69bc(0x3ea)],_0xb4259c=>{const _0x358d4d=_0x69bc(0x3eb)[_0x69bc(0x1c3)]('|');let _0x1ee4bd=0x0;while(!![]){switch(_0x358d4d[_0x1ee4bd++]){case'0':_0x3b73fe[_0x69bc(0x3ec)](_0x2985d6);continue;case'1':console[_0x69bc(0x15e)](_0x3b73fe[_0x69bc(0x3ed)],{'message':_0xb4259c['message'],'name':_0xb4259c['name'],'stack':_0xb4259c[_0x69bc(0x3ee)],'errorObject':_0xb4259c});continue;case'2':_0x3b73fe['UCPlh'](_0x578b58,_0x3b73fe[_0x69bc(0x3ef)]);continue;case'3':console[_0x69bc(0x15e)](_0x69bc(0x3f0),_0xb4259c);continue;case'4':_0x3b73fe[_0x69bc(0x3e8)](_0x403847,!![]);continue;}break;}}),_0x1d5361[_0x69bc(0x15d)]['on'](_0x69bc(0x3f1),_0x28c23a=>{if(_0x526299[_0x69bc(0x3f2)]!==_0x526299[_0x69bc(0x3f3)])console['log'](_0x526299[_0x69bc(0x3f4)],_0x28c23a),_0x526299[_0x69bc(0x389)](_0x578b58,_0x526299['CwSZL']),_0x526299['kelqa'](_0x5e3e3b,0x3c);else throw new _0x3a77b1(_0x3b73fe[_0x69bc(0x3f5)]);}),_0x1d5361[_0x69bc(0x15d)]['on'](_0x526299[_0x69bc(0x3f6)],_0x4f5b9c=>{const _0x261a50=_0x69bc(0x3f7)[_0x69bc(0x1c3)]('|');let _0x1bf6c1=0x0;while(!![]){switch(_0x261a50[_0x1bf6c1++]){case'0':_0x670bce(_0x4f5b9c[_0x69bc(0x20f)]);continue;case'1':_0x526299['ZaLrf'](_0x1443f7,_0x4f5b9c['inferenceResults']);continue;case'2':_0x526299[_0x69bc(0x32f)](_0x578b58,_0x526299[_0x69bc(0x3f8)]);continue;case'3':_0x526299[_0x69bc(0x3c1)](_0x5e3e3b,0x50);continue;case'4':console[_0x69bc(0x144)](_0x526299[_0x69bc(0x3f9)],_0x4f5b9c);continue;}break;}}),_0x1d5361[_0x69bc(0x15d)]['on'](_0x526299[_0x69bc(0x3fa)],_0x27fbdf=>{if(_0x69bc(0xdb)!==_0x526299[_0x69bc(0x3fb)])_0x3b73fe[_0x69bc(0x3fc)](_0x12b054,'');else{console[_0x69bc(0x144)](_0x69bc(0x3fd),_0x27fbdf);if(_0x27fbdf['completed']){console[_0x69bc(0x144)](_0x526299['QfnGi'],_0x27fbdf[_0x69bc(0x1cd)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x1a3)],_0x27fbdf[_0x69bc(0x1c4)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x1a5)],_0x27fbdf[_0x69bc(0x1c8)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x280)],_0x27fbdf[_0x69bc(0x1c5)]);_0x27fbdf[_0x69bc(0x1cb)]&&Array[_0x69bc(0x1c9)](_0x27fbdf['databases'])&&(_0x526299[_0x69bc(0x3fe)](_0x526299[_0x69bc(0x3ff)],_0x69bc(0x400))?console['log'](_0x526299['CKeTs'],_0x27fbdf['databases']['join'](',\x20')):(_0x3b73fe[_0x69bc(0x3e4)](_0x4f725a,_0x109399),_0x3b73fe[_0x69bc(0x3e8)](_0x3a2981,_0x69bc(0xa7))));if(_0x27fbdf['testing']){if(_0x69bc(0x401)!==_0x526299[_0x69bc(0x402)])console[_0x69bc(0x144)](_0x526299[_0x69bc(0x1a4)]);else{_0x8246f5[_0x69bc(0x15e)](_0x69bc(0x322)+_0x5e0899+':',_0xd75f28);return;}}}_0x1a54ff(!![]),_0x578b58('Complete!'),_0x526299[_0x69bc(0x2bf)](_0x5e3e3b,0x64),_0x2985d6();}}),_0x1d5361[_0x69bc(0x15d)]['on'](_0x526299[_0x69bc(0x403)],_0x15b575=>{const _0x471e82={'zfDDU':_0x69bc(0x404),'jnSRq':_0x3b73fe[_0x69bc(0x405)],'dmzSl':function(_0x394f27,_0x3c83f2){return _0x3b73fe[_0x69bc(0x3e4)](_0x394f27,_0x3c83f2);},'Kbuex':_0x69bc(0x128),'sghjP':_0x3b73fe[_0x69bc(0x406)],'nTwfP':function(_0x3a08d5){return _0x3b73fe[_0x69bc(0x407)](_0x3a08d5);},'jiMwZ':function(_0x471da9,_0x22a223){return _0x3b73fe[_0x69bc(0x408)](_0x471da9,_0x22a223);},'DHlaV':_0x69bc(0x21),'gLDmq':function(_0x3e1bd0,_0x2ff2ae){return _0x3b73fe[_0x69bc(0x409)](_0x3e1bd0,_0x2ff2ae);},'kfhQc':function(_0x5e612b){return _0x3b73fe[_0x69bc(0x40a)](_0x5e612b);}};if(_0x3b73fe[_0x69bc(0x40b)](_0x3b73fe[_0x69bc(0x40c)],_0x3b73fe[_0x69bc(0x40d)]))_0x1fc9ca['Animated']['timing'](_0x44e9e2,{'toValue':0x1,'duration':0x12c,'useNativeDriver':!![]})['start']();else{console[_0x69bc(0x144)](_0x3b73fe['MelnA'],_0x15b575);if(_0x15b575[_0x69bc(0x15e)]&&_0x15b575[_0x69bc(0x15e)][_0x69bc(0x153)](_0x3b73fe['NOzBD'])){if(_0x3b73fe['FpKPG'](_0x3b73fe[_0x69bc(0x40e)],_0x3b73fe[_0x69bc(0x40f)]))_0x155c73['log'](_0x471e82[_0x69bc(0x410)]),_0x38e84e[_0x69bc(0x15d)]['disconnect'](),_0xfb718f[_0x69bc(0x15d)]=null;else{console['log'](_0x3b73fe[_0x69bc(0x411)]),_0x24e29c(null),_0x3b73fe[_0x69bc(0x3e4)](_0x4ec398,![]),_0x578b58(_0x69bc(0x412)),_0x3b73fe['XlTeJ'](setTimeout,async()=>{const _0x444672={'HqrfZ':'❌\x20Google\x20Sign-In\x20error:','wqLSG':function(_0x2bac97,_0xb983d8){return _0x3b73fe[_0x69bc(0x3e4)](_0x2bac97,_0xb983d8);},'uQEGo':_0x3b73fe[_0x69bc(0x413)],'lHkSb':function(_0xcfb1ff,_0x90366d){return _0x3b73fe['BZZWy'](_0xcfb1ff,_0x90366d);}};if(_0x3b73fe[_0x69bc(0x414)]===_0x3b73fe[_0x69bc(0x415)])_0x1c7679[_0x69bc(0x15e)](_0x471e82[_0x69bc(0x416)],_0x19ff03),_0x471e82[_0x69bc(0x417)](_0x5310c5,_0x69bc(0x69));else try{console[_0x69bc(0x144)](_0x3b73fe['BRKjj']);const _0x7879ca=await(0x0,_platformAuthService[_0x69bc(0x418)])();if(_0x7879ca)console['log'](_0x3b73fe['jvdeA']),_0x3b73fe[_0x69bc(0x3e8)](_0x578b58,_0x3b73fe['Nirqm']),_0x3b73fe[_0x69bc(0x419)](_0x403847,!![]);else{console[_0x69bc(0x144)](_0x3b73fe['tgZYd']),_0x3b73fe[_0x69bc(0x3e4)](_0x578b58,_0x3b73fe[_0x69bc(0x41a)]);try{await _0x3b73fe[_0x69bc(0x41b)](_0x15bd54,_0x3b73fe['fboZu']),console['log'](_0x3b73fe['fZygo']),_0x578b58(_0x3b73fe[_0x69bc(0x41c)]),_0x3b73fe['CgVZi'](_0x403847,!![]);}catch(_0x4ed4da){_0x3b73fe['NruZD'](_0x3b73fe[_0x69bc(0x41d)],_0x3b73fe[_0x69bc(0x41e)])?(console['error'](_0x3b73fe[_0x69bc(0x41f)],_0x4ed4da),_0x3b73fe[_0x69bc(0x420)](_0x578b58,_0x3b73fe[_0x69bc(0x421)]),_0x403847(!![]),_0x3b73fe[_0x69bc(0x3e9)](_0x2985d6)):(_0x4b3962[_0x69bc(0x15e)](_0x444672[_0x69bc(0x422)],_0x507d9a),_0x444672[_0x69bc(0x423)](_0x4658e7,_0x3b85b0[_0x69bc(0x1cd)]||_0x444672[_0x69bc(0x424)]),(0x0,_0xdea354['triggerHaptic'])(_0x3dee62['HapticType'][_0x69bc(0x283)]),_0x444672['lHkSb'](_0x308022,_0x69bc(0x282)));}}}catch(_0x1d40d5){console[_0x69bc(0x15e)](_0x3b73fe[_0x69bc(0x425)],_0x1d40d5),_0x578b58(_0x69bc(0x426)),_0x403847(!![]),_0x3b73fe[_0x69bc(0x3e9)](_0x2985d6);}},0x3e8);return;}}if(_0x15b575['requiresConnections']||_0x3b73fe[_0x69bc(0x427)](_0x15b575[_0x69bc(0x8a)],_0x3b73fe[_0x69bc(0x428)])){const _0x4f927f=_0x3b73fe[_0x69bc(0x429)][_0x69bc(0x1c3)]('|');let _0x4ee3a0=0x0;while(!![]){switch(_0x4f927f[_0x4ee3a0++]){case'0':_0x3b73fe['qvqTy'](_0x403847,!![]);continue;case'1':_0x3b73fe[_0x69bc(0x42a)](_0x578b58,_0x3b73fe[_0x69bc(0x42b)]);continue;case'2':_0x3b73fe['nuxOO'](_0x24e29c,'CONNECTIONS_REQUIRED');continue;case'3':_0x3b73fe[_0x69bc(0x42c)](_0x3dad44,_0x15b575);continue;case'4':_0x3b73fe[_0x69bc(0x40a)](_0x2985d6);continue;case'5':return;case'6':_0x3b73fe[_0x69bc(0x408)](_0x4ec398,!![]);continue;case'7':console[_0x69bc(0x144)](_0x3b73fe[_0x69bc(0x42d)]);continue;}break;}}if(_0x3b73fe['SpuZn'](_0x15b575['code'],_0x3b73fe['QWkeY'])){if(_0x3b73fe['YGtIB'](_0x3b73fe['jrKqt'],_0x3b73fe[_0x69bc(0x42e)])){const _0x56667c=_0x3b73fe['dcFYl'][_0x69bc(0x1c3)]('|');let _0x3da292=0x0;while(!![]){switch(_0x56667c[_0x3da292++]){case'0':_0x3b73fe[_0x69bc(0x408)](_0x3dad44,_0x15b575[_0x69bc(0x42f)]);continue;case'1':return;case'2':_0x3b73fe[_0x69bc(0x430)](_0x4ec398,!![]);continue;case'3':_0x578b58(_0x3b73fe[_0x69bc(0x431)]);continue;case'4':_0x3b73fe[_0x69bc(0x3e9)](_0x2985d6);continue;case'5':console[_0x69bc(0x144)]('🚫\x20No\x20data\x20scenario\x20detected');continue;case'6':_0x3b73fe[_0x69bc(0x42a)](_0x403847,!![]);continue;case'7':_0x3b73fe[_0x69bc(0x432)](_0x24e29c,_0x3b73fe['QWkeY']);continue;}break;}}else _0x4c941e[_0x69bc(0x15e)](_0x471e82[_0x69bc(0x433)],_0x7a1725),_0x471e82[_0x69bc(0x417)](_0x243032,_0x69bc(0x3c2)+(_0x3cbc66 instanceof _0x4113e9?_0x323d6f[_0x69bc(0x1cd)]:_0x471e82[_0x69bc(0x434)])),_0x471e82['dmzSl'](_0xc1a659,!![]),_0x471e82[_0x69bc(0x435)](_0x4ec495);}if(_0x3b73fe[_0x69bc(0x436)](_0x15b575[_0x69bc(0x8a)],_0x3b73fe[_0x69bc(0x437)])){if(_0x3b73fe[_0x69bc(0x438)](_0x3b73fe[_0x69bc(0x439)],_0x69bc(0x43a))){console[_0x69bc(0x144)]('ℹ️\x20Limited\x20data\x20scenario\x20detected'),_0x3b73fe[_0x69bc(0x43b)](_0x24e29c,_0x3b73fe[_0x69bc(0x437)]),_0x3dad44(_0x15b575[_0x69bc(0x42f)]),_0x4ec398(!![]),_0x3b73fe[_0x69bc(0x43c)](_0x578b58,_0x69bc(0x43d));return;}else{_0x24fe92['log'](_0x69bc(0x125)),_0x471e82[_0x69bc(0x417)](_0x15c3ba,_0x69bc(0x20)),_0xdb0cdd(_0x15fc0a),_0x471e82['jiMwZ'](_0x4bf230,!![]),_0x314c8e(_0x471e82[_0x69bc(0x43e)]),_0x471e82[_0x69bc(0x43f)](_0x492059,!![]),_0x471e82[_0x69bc(0x440)](_0x3846f2);return;}}if(_0x15b575[_0x69bc(0x15e)])console[_0x69bc(0x15e)](_0x3b73fe[_0x69bc(0x441)],_0x15b575[_0x69bc(0x15e)]),_0x3b73fe[_0x69bc(0x442)](_0x578b58,'Error:\x20'+_0x15b575[_0x69bc(0x15e)]),_0x3b73fe[_0x69bc(0x43c)](_0x403847,!![]),_0x2985d6();else _0x15b575['progress']&&(_0x3b73fe['kLzJF'](_0x5e3e3b,_0x15b575[_0x69bc(0x303)]),_0x578b58(_0x15b575['status']||_0x3b73fe[_0x69bc(0x443)]),_0x2ccece&&_0x3b73fe['UgBUr'](_0x15b575[_0x69bc(0x303)],0x1e)&&_0x3b73fe[_0x69bc(0x409)](_0x4ec398,![]));}}),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x444)]),console[_0x69bc(0x144)](_0x69bc(0x445),{'url':_api['API_CONFIG'][_0x69bc(0x22b)],'transports':[_0x526299[_0x69bc(0x3d1)]],'autoConnect':![],'timeout':0x2710,'reconnection':![]}),_0x1d5361[_0x69bc(0x15d)][_0x69bc(0x6e)](),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x446)]),_0x526299[_0x69bc(0x447)](setTimeout,()=>{var _0x2871ed,_0x1252ec,_0x410e09,_0x2db765;console[_0x69bc(0x144)](_0x526299['PzmLD'],{'connected':(_0x2871ed=_0x1d5361[_0x69bc(0x15d)])===null||_0x526299[_0x69bc(0x448)](_0x2871ed,void 0x0)?void 0x0:_0x2871ed[_0x69bc(0x221)],'disconnected':_0x526299[_0x69bc(0x325)](_0x1252ec=_0x1d5361[_0x69bc(0x15d)],null)||_0x526299[_0x69bc(0x3fe)](_0x1252ec,void 0x0)?void 0x0:_0x1252ec[_0x69bc(0x182)],'id':_0x526299['lBtmU'](_0x410e09=_0x1d5361[_0x69bc(0x15d)],null)||_0x526299['MKele'](_0x410e09,void 0x0)?void 0x0:_0x410e09['id'],'engineConnected':_0x526299[_0x69bc(0x294)](_0x2db765=_0x1d5361['current'],null)||_0x526299[_0x69bc(0x26a)](_0x2db765,void 0x0)||_0x526299[_0x69bc(0x2de)](_0x2db765=_0x2db765['io'],null)||_0x526299['QzAlr'](_0x2db765,void 0x0)||_0x526299['oFkJy'](_0x2db765=_0x2db765[_0x69bc(0x327)],null)||_0x526299[_0x69bc(0x449)](_0x2db765,void 0x0)?void 0x0:_0x2db765[_0x69bc(0x44a)]});},0x3e8),_0x526299[_0x69bc(0x3a1)](setTimeout,()=>{var _0x1bb310,_0x34c7b7,_0x268845,_0x1b026c;console[_0x69bc(0x144)](_0x3b73fe[_0x69bc(0x44b)],{'connected':_0x3b73fe[_0x69bc(0x44c)](_0x1bb310=_0x1d5361['current'],null)||_0x1bb310===void 0x0?void 0x0:_0x1bb310['connected'],'disconnected':_0x3b73fe[_0x69bc(0x44d)](_0x34c7b7=_0x1d5361[_0x69bc(0x15d)],null)||_0x34c7b7===void 0x0?void 0x0:_0x34c7b7[_0x69bc(0x182)],'id':_0x3b73fe[_0x69bc(0x44d)](_0x268845=_0x1d5361[_0x69bc(0x15d)],null)||_0x3b73fe[_0x69bc(0x44e)](_0x268845,void 0x0)?void 0x0:_0x268845['id'],'engineConnected':_0x3b73fe[_0x69bc(0x44f)](_0x1b026c=_0x1d5361[_0x69bc(0x15d)],null)||_0x3b73fe[_0x69bc(0x44f)](_0x1b026c,void 0x0)||_0x3b73fe['YGtIB'](_0x1b026c=_0x1b026c['io'],null)||_0x3b73fe[_0x69bc(0x450)](_0x1b026c,void 0x0)||_0x3b73fe[_0x69bc(0x450)](_0x1b026c=_0x1b026c[_0x69bc(0x327)],null)||_0x3b73fe[_0x69bc(0x451)](_0x1b026c,void 0x0)?void 0x0:_0x1b026c[_0x69bc(0x44a)]});},0x1388),setTimeout(()=>{if(!_0x5a2ecf&&_0x1d5361['current']&&!_0x1d5361[_0x69bc(0x15d)][_0x69bc(0x221)]){const _0x552702=_0x3b73fe[_0x69bc(0x452)][_0x69bc(0x1c3)]('|');let _0x596324=0x0;while(!![]){switch(_0x552702[_0x596324++]){case'0':_0x1d5361[_0x69bc(0x15d)]&&(_0x1d5361[_0x69bc(0x15d)][_0x69bc(0x102)](),_0x1d5361['current']=null);continue;case'1':console[_0x69bc(0x15e)](_0x3b73fe[_0x69bc(0x453)],{'connected':_0x1d5361[_0x69bc(0x15d)][_0x69bc(0x221)],'disconnected':_0x1d5361['current'][_0x69bc(0x182)],'id':_0x1d5361['current']['id']});continue;case'2':_0x3b73fe[_0x69bc(0x409)](_0x578b58,_0x3b73fe[_0x69bc(0x454)]);continue;case'3':_0x3b73fe[_0x69bc(0x407)](_0x2985d6);continue;case'4':console[_0x69bc(0x15e)](_0x3b73fe[_0x69bc(0x455)]);continue;case'5':_0x403847(!![]);continue;}break;}}},0x4e20);}else _0x3b73fe['FfTzu'](_0x58ec64,_0x1aafe1['progress']),_0x3b73fe[_0x69bc(0x408)](_0x3c16f6,_0x203999[_0x69bc(0x297)]||_0x3b73fe[_0x69bc(0x443)]),_0x790e09&&_0x3b73fe['ZRZHg'](_0x576a1a[_0x69bc(0x303)],0x1e)&&_0x3b73fe[_0x69bc(0x41b)](_0x1eb36a,![]);}catch(_0x7251cf){console[_0x69bc(0x15e)](_0x526299[_0x69bc(0x456)],_0x7251cf),_0x526299[_0x69bc(0x457)](_0x578b58,_0x526299[_0x69bc(0x458)]),_0x526299[_0x69bc(0x3b2)](_0x403847,!![]),_0x2985d6();}},_0x9bccfa=_0x168b8e=>{const _0x4ce9ab={'GdkJt':_0x526299['jzMCq'],'ayVLu':function(_0x36321d,_0x11e0d8){return _0x36321d(_0x11e0d8);},'fwvCV':_0x526299[_0x69bc(0x1b2)]};if(_0x320b30)return _0x526299[_0x69bc(0x459)];if(_0x50c427)return _0x526299[_0x69bc(0x45a)];let _0x261bde='';if(_0x526299['AiZdN'](_0x168b8e,0x14))_0x261bde=_0x69bc(0x45b);else{if(_0x526299[_0x69bc(0x45c)](_0x168b8e,0x28))_0x261bde=_0x69bc(0x115);else{if(_0x526299['mNEgc'](_0x168b8e,0x3c))_0x261bde=_0x526299[_0x69bc(0x45d)];else{if(_0x526299[_0x69bc(0x45e)](_0x168b8e,0x50))_0x261bde=_0x526299[_0x69bc(0x45f)];else _0x526299[_0x69bc(0x460)](_0x168b8e,0x5f)?_0x261bde=_0x526299['RiLVx']:_0x526299[_0x69bc(0x461)]===_0x526299[_0x69bc(0x462)]?(_0x515836[_0x69bc(0x144)](_0x4ce9ab[_0x69bc(0x463)]),_0x2019e6(_0x88332a),_0x4ce9ab[_0x69bc(0x464)](_0x11b9ce,_0x4ce9ab['fwvCV'])):_0x261bde=_0x69bc(0x465);}}}return _0x526299[_0x69bc(0x466)](_0x261bde,_0x3c80a8);},_0x375232=async()=>{const _0x369176={'nbPWa':function(_0x4bf669,_0x2bf46a){return _0x4bf669(_0x2bf46a);},'vZzZO':function(_0x441f40,_0x4f2836){return _0x526299[_0x69bc(0x467)](_0x441f40,_0x4f2836);},'ROElR':function(_0x5185e3,_0x414920){return _0x526299[_0x69bc(0x2de)](_0x5185e3,_0x414920);},'DaivC':function(_0x1d0ffe,_0x1d0e4e){return _0x526299['JGYMf'](_0x1d0ffe,_0x1d0e4e);},'MkOLj':function(_0x17fda3,_0x408e3c){return _0x526299[_0x69bc(0x468)](_0x17fda3,_0x408e3c);}};if(_0x526299[_0x69bc(0x469)](_0x526299[_0x69bc(0x46a)],_0x526299[_0x69bc(0x46a)])){_0x380e95[_0x69bc(0x15e)]('Error\x20loading\x20initial\x20connection\x20status:',_0x8fc9b6),_0x369176[_0x69bc(0x46b)](_0x355ac2,{}),_0x369176[_0x69bc(0x46b)](_0x5d294a,{}),_0x369176[_0x69bc(0x46c)](_0x3ee0dd,{});const _0x4f8670=(_0x369176[_0x69bc(0x46d)](_0x395b52,null)||_0x369176[_0x69bc(0x46e)](_0x2c0572,void 0x0)?void 0x0:_0x5c33e3['email'])||(_0x369176[_0x69bc(0x46d)](_0x311f2f,null)||_0x37f40c===void 0x0?void 0x0:_0x3f1c9f['name'])||_0x69bc(0x21c)+_0x341432['floor'](_0x369176[_0x69bc(0x46f)](_0x51abd6[_0x69bc(0x22f)](),0x2710));_0x299cf3(_0x4f8670);}else{console['log'](_0x69bc(0x470));_0x1d5361[_0x69bc(0x15d)]&&(console[_0x69bc(0x144)](_0x526299[_0x69bc(0x471)]),_0x1d5361['current'][_0x69bc(0x102)](),_0x1d5361[_0x69bc(0x15d)]=null);(0x0,_pinStorageUtils[_0x69bc(0x472)])(),_0x5cf135[_0x69bc(0x15d)]=!![];try{const _0x16662b=await(0x0,_jwtStorageService[_0x69bc(0x1ef)])();_0x16662b?(console[_0x69bc(0x144)]('✅\x20Using\x20real\x20authentication\x20token\x20for\x20onComplete:',_0x16662b[_0x69bc(0x16d)](0x0,0x1e)+_0x69bc(0x16e)),_0x526299[_0x69bc(0x473)](_0x4ffb36,null)||_0x4ffb36===void 0x0||_0x526299[_0x69bc(0x474)](_0x4ffb36,_api['API_CONFIG'][_0x69bc(0x22b)],_0x16662b,{'email':(_0x526299[_0x69bc(0x475)](_0x3c0ad2,null)||_0x526299[_0x69bc(0x476)](_0x3c0ad2,void 0x0)?void 0x0:_0x3c0ad2[_0x69bc(0x1f2)])||'',..._0x3c0ad2})):(console[_0x69bc(0x15e)](_0x526299['FBQDC']),_0x526299['HteWA'](_0x4ffb36,null)||_0x4ffb36===void 0x0||_0x526299[_0x69bc(0x477)](_0x4ffb36,_api[_0x69bc(0x226)][_0x69bc(0x22b)],_0x69bc(0x55),{'email':(_0x526299[_0x69bc(0x478)](_0x3c0ad2,null)||_0x526299[_0x69bc(0x1aa)](_0x3c0ad2,void 0x0)?void 0x0:_0x3c0ad2[_0x69bc(0x1f2)])||'',..._0x3c0ad2}));}catch(_0x285f51){if(_0x526299[_0x69bc(0x479)]!==_0x526299[_0x69bc(0x47a)])console[_0x69bc(0x15e)](_0x526299[_0x69bc(0x214)],_0x285f51),_0x4ffb36===null||_0x526299['pTmMH'](_0x4ffb36,void 0x0)||_0x526299['PBQFk'](_0x4ffb36,_api[_0x69bc(0x226)][_0x69bc(0x22b)],_0x526299[_0x69bc(0x215)],{'email':(_0x526299[_0x69bc(0x47b)](_0x3c0ad2,null)||_0x3c0ad2===void 0x0?void 0x0:_0x3c0ad2[_0x69bc(0x1f2)])||'',..._0x3c0ad2});else{_0x54b483[_0x69bc(0x15e)](_0x526299[_0x69bc(0x47c)],_0x2979d1),_0x1acdfa('');throw _0x10377b;}}}},_0x4f1abe=async()=>{if(_0x526299['znHyh'](_0x526299['BVDvU'],_0x526299[_0x69bc(0x47d)]))try{const _0x34a4c4=await(0x0,_jwtStorageService[_0x69bc(0x1ef)])();if(_0x34a4c4&&_0x34a4c4[_0x69bc(0x47e)]()[_0x69bc(0x1f6)]>0x14){if(_0x526299['TeUmj'](_0x526299[_0x69bc(0x47f)],'eCmNd'))return console[_0x69bc(0x144)](_0x526299[_0x69bc(0x243)],_0x34a4c4['substring'](0x0,0x14)+_0x69bc(0x16e)),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x480)],_0x34a4c4[_0x69bc(0x1f6)]),_0x34a4c4;else _0x328ecf=_0x526299['twwEz'];}return console[_0x69bc(0x2e1)](_0x526299[_0x69bc(0x481)]),console[_0x69bc(0x2e1)](_0x526299[_0x69bc(0x482)]),console[_0x69bc(0x2e1)](_0x526299[_0x69bc(0x483)]),null;}catch(_0x32760b){console[_0x69bc(0x15e)](_0x69bc(0x24a),_0x32760b);throw _0x32760b;}else{_0x33c3b8[_0x69bc(0x144)](_0x526299[_0x69bc(0x242)]),_0x51e864(_0x526299['gIznQ']);return;}},_0x1e641b=Object[_0x69bc(0x484)](_0x2562d6)[_0x69bc(0x485)](_0x1efb37=>_0x1efb37),_0xad5d0f=()=>{const _0x4eb611={'oGuXP':_0x526299[_0x69bc(0x45f)]};if(_0x69bc(0x486)!==_0x526299[_0x69bc(0x487)]){if(_0x1e641b){if(_0x526299[_0x69bc(0x386)]('FonFh',_0x526299[_0x69bc(0x488)]))throw new _0x491d1c(_0x526299[_0x69bc(0x489)]);else(0x0,_haptics[_0x69bc(0x1af)])(_haptics[_0x69bc(0x1b0)][_0x69bc(0x1b1)]),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x2d5)]),_0x526299[_0x69bc(0x372)](_0x11a5db)[_0x69bc(0x2d6)](_0x58bf13=>{console['error']('❌\x20[TRANSITION]\x20Background\x20training\x20failed\x20during\x20transition:',_0x58bf13);}),_0x9d10e7(_0x526299[_0x69bc(0x2d8)]);}}else _0x41123d=_0x4eb611[_0x69bc(0x48a)];},_0x11a5db=(0x0,_react[_0x69bc(0x1d9)])(async()=>{const _0x5af39d={'PjBPk':_0x526299[_0x69bc(0x48b)],'iwnBl':function(_0x31309d,_0xe1f7db){return _0x526299[_0x69bc(0x252)](_0x31309d,_0xe1f7db);},'GVNuD':_0x69bc(0x48c),'XjLty':function(_0x3c08f3,_0x5b3fc9,_0x362b8a){return _0x526299['eugGX'](_0x3c08f3,_0x5b3fc9,_0x362b8a);},'fSegC':function(_0x47e14a,_0x267a9f){return _0x526299[_0x69bc(0x2a8)](_0x47e14a,_0x267a9f);},'pVyQi':_0x526299[_0x69bc(0x2f7)],'bYRnP':_0x526299[_0x69bc(0x48d)]};try{console['log'](_0x526299[_0x69bc(0x48e)]),_0x17f071(_0x526299[_0x69bc(0x48f)]);const _0x2a0db5=await _0x526299['GPzyx'](_0x4f1abe);if(!_0x2a0db5){if(_0x526299[_0x69bc(0x490)]!=='jaWGY'){const _0x564e33={'cQEyA':function(_0x5c150b,_0x121453){return _0x526299[_0x69bc(0x491)](_0x5c150b,_0x121453);},'XtuHj':function(_0x19b255,_0x53c391){return _0x526299[_0x69bc(0x492)](_0x19b255,_0x53c391);},'BUQYv':_0x526299['OplmJ'],'ZVvGY':function(_0x50d1bc,_0x13f872){return _0x526299['CQbAD'](_0x50d1bc,_0x13f872);},'XEOCh':_0x526299[_0x69bc(0x493)],'gJXnD':function(_0x2cbe56,_0x390f10){return _0x526299['xmPJr'](_0x2cbe56,_0x390f10);},'zNgbU':_0x69bc(0x4),'VFuhQ':function(_0x29fcff,_0x3582d2,_0x47f3d0,_0x2e7a50){return _0x526299[_0x69bc(0x494)](_0x29fcff,_0x3582d2,_0x47f3d0,_0x2e7a50);}};if(_0x526299[_0x69bc(0x493)]==typeof _0x4a3dc6)var _0x6df114=new _0x31d762(),_0x2982ac=new _0x3a00ca();return(_0x8fea32=function(_0x2eaf26,_0x49d6f3){if(_0x564e33['cQEyA'](!_0x49d6f3,_0x2eaf26)&&_0x2eaf26['__esModule'])return _0x2eaf26;var _0x27cd15,_0x46a3e7,_0x3a54c1={'__proto__':null,'default':_0x2eaf26};if(_0x564e33['XtuHj'](null,_0x2eaf26)||_0x564e33['BUQYv']!=typeof _0x2eaf26&&_0x564e33['ZVvGY'](_0x564e33[_0x69bc(0x495)],typeof _0x2eaf26))return _0x3a54c1;if(_0x27cd15=_0x49d6f3?_0x2982ac:_0x6df114){if(_0x27cd15[_0x69bc(0x9)](_0x2eaf26))return _0x27cd15['get'](_0x2eaf26);_0x27cd15[_0x69bc(0xb)](_0x2eaf26,_0x3a54c1);}for(const _0x15b5c2 in _0x2eaf26)_0x564e33[_0x69bc(0x496)](_0x564e33['zNgbU'],_0x15b5c2)&&{}[_0x69bc(0xd)]['call'](_0x2eaf26,_0x15b5c2)&&((_0x46a3e7=(_0x27cd15=_0x23e4ac[_0x69bc(0xf)])&&_0x1fdc4d['getOwnPropertyDescriptor'](_0x2eaf26,_0x15b5c2))&&(_0x46a3e7[_0x69bc(0xa)]||_0x46a3e7['set'])?_0x564e33[_0x69bc(0x497)](_0x27cd15,_0x3a54c1,_0x15b5c2,_0x46a3e7):_0x3a54c1[_0x15b5c2]=_0x2eaf26[_0x15b5c2]);return _0x3a54c1;})(_0x43b316,_0x13f917);}else throw new Error(_0x526299[_0x69bc(0x489)]);}console[_0x69bc(0x144)](_0x526299[_0x69bc(0x498)],_0x2a0db5[_0x69bc(0x16d)](0x0,0x14)+_0x69bc(0x16e)),_0x526299[_0x69bc(0x385)](_0x2de5b8,_0x2a0db5);if(!_0x3c0ad2){var _0xbc78b5;const _0x268b8e=await(0x0,_authService[_0x69bc(0x1f0)])(),_0x2039c4=_0x268b8e||(_0x526299[_0x69bc(0x308)](_0x46e84e,null)||_0x526299[_0x69bc(0x206)](_0x46e84e,void 0x0)||(_0xbc78b5=_0x46e84e[_0x69bc(0x1f2)])===null||_0x526299[_0x69bc(0x325)](_0xbc78b5,void 0x0)?void 0x0:_0xbc78b5[_0x69bc(0x1c3)]('@')[0x0])||(_0x526299[_0x69bc(0x308)](_0x46e84e,null)||_0x46e84e===void 0x0?void 0x0:_0x46e84e['name'])||_0x526299[_0x69bc(0x1f4)],_0xaf2085={'username':_0x2039c4,'email':(_0x526299['QDpUJ'](_0x46e84e,null)||_0x526299[_0x69bc(0x499)](_0x46e84e,void 0x0)?void 0x0:_0x46e84e['email'])||null,'id':null};_0x526299[_0x69bc(0x49a)](_0x227af5,_0xaf2085),_0x526299[_0x69bc(0x49b)](_0x5605a7,_0x2039c4),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x49c)],_0xaf2085);}console[_0x69bc(0x144)](_0x69bc(0x49d)),_0x526299[_0x69bc(0x231)](_0x17f071,'Initializing\x20data\x20collection...');const _0x291ce7=(0x0,_socket['io'])(_api['API_CONFIG']['BASE_URL'],{'transports':[_0x526299[_0x69bc(0x3d1)],'polling'],'autoConnect':![],'timeout':0x3a98,'reconnection':!![],'reconnectionAttempts':0x3,'reconnectionDelay':0x3e8,'forceNew':!![]});_0x291ce7['on'](_0x526299[_0x69bc(0x355)],async()=>{console[_0x69bc(0x144)](_0x5af39d[_0x69bc(0x49e)]);const _0x41c628=_0x291ce7['id'];_0x1978a9(_0x41c628||null),_0x5af39d[_0x69bc(0x49f)](_0x17f071,_0x5af39d[_0x69bc(0x4a0)]),_0x41c628&&await _0x5af39d['XjLty'](_0x4b3a84,_0x41c628,_0x2a0db5);}),_0x291ce7['on'](_0x526299['YYIiJ'],_0xe58ccd=>{_0xe58ccd[_0x69bc(0x303)]&&(_0x5af39d[_0x69bc(0x4a1)](_0x17f071,_0xe58ccd[_0x69bc(0x297)]||_0x5af39d[_0x69bc(0x4a2)]),console[_0x69bc(0x144)](_0x5af39d['bYRnP'],_0xe58ccd[_0x69bc(0x303)],'%'));}),_0x291ce7['on'](_0x526299[_0x69bc(0x3da)],()=>{console['log'](_0x526299[_0x69bc(0x1a0)]);}),_0x1d5361['current']=_0x291ce7,_0x291ce7[_0x69bc(0x6e)](),console[_0x69bc(0x144)](_0x526299[_0x69bc(0x4a3)]);}catch(_0x481a02){console[_0x69bc(0x15e)](_0x526299['sFrJZ'],_0x481a02),_0x17f071('');throw _0x481a02;}},[_0x3c0ad2,_0xb822d4,_0x46e84e]),_0x4b3a84=async(_0x29ac38,_0x3a3e25)=>{const _0x1a6290={'gXUhT':function(_0x1fea19,_0x2915db){return _0x526299[_0x69bc(0x308)](_0x1fea19,_0x2915db);},'GhDPl':_0x526299[_0x69bc(0x2f7)],'NwBOh':_0x526299[_0x69bc(0x48d)]};if(_0x69bc(0x122)!==_0x526299[_0x69bc(0x4a4)])_0x5094d3[_0x69bc(0x144)](_0x526299[_0x69bc(0x3dc)],_0x5f1a28,_0x526299[_0x69bc(0x4a5)]),_0x526299['PxYJg'](_0x56346a,!![]);else try{console['log'](_0x526299[_0x69bc(0x4a6)],_0x29ac38),console[_0x69bc(0x144)](_0x69bc(0x365),_0x3a3e25[_0x69bc(0x16d)](0x0,0x14)+'...');const _0x38cb27={'socketId':_0x29ac38,'username':(_0x526299[_0x69bc(0x4a7)](_0x3c0ad2,null)||_0x3c0ad2===void 0x0?void 0x0:_0x3c0ad2[_0x69bc(0x269)])||(_0x526299[_0x69bc(0x4a8)](_0x3c0ad2,null)||_0x526299[_0x69bc(0x4a9)](_0x3c0ad2,void 0x0)?void 0x0:_0x3c0ad2[_0x69bc(0x207)])||_0xb822d4||_0x526299[_0x69bc(0x1f4)],'email':(_0x526299['AnWUf'](_0x3c0ad2,null)||_0x526299[_0x69bc(0x4aa)](_0x3c0ad2,void 0x0)?void 0x0:_0x3c0ad2[_0x69bc(0x1f2)])||null,'modelKey':null,'connectedPlatforms':[],'platformConnections':{}};console['log'](_0x69bc(0x4ab),_0x38cb27);const _0x829987=await(0x0,_mobileTrainingService[_0x69bc(0x36d)])(_0x38cb27);console[_0x69bc(0x144)](_0x526299[_0x69bc(0x4ac)],_0x829987);if(_0x829987['requiresConnections']||_0x526299[_0x69bc(0x2ee)](_0x829987[_0x69bc(0x8a)],_0x526299['vdJaK'])){if(_0x526299['KOJNM']===_0x526299[_0x69bc(0x4ad)]){console[_0x69bc(0x144)](_0x526299['zWNBw']),_0x526299['xWtKP'](_0x24e29c,_0x526299[_0x69bc(0x166)]),_0x526299[_0x69bc(0x4ae)](_0x3dad44,_0x829987),_0x526299[_0x69bc(0x18e)](_0x4ec398,!![]),_0x526299[_0x69bc(0x4af)](_0x578b58,_0x526299[_0x69bc(0x236)]),_0x403847(!![]),_0x526299['Fvfur'](_0x2985d6);return;}else{var _0x347af9;_0x25ca36[_0x211489]=(_0x1a6290['gXUhT'](_0x347af9=_0x526375[_0x3b6a7a],null)||_0x347af9===void 0x0?void 0x0:_0x347af9[_0x69bc(0x221)])||![];}}if(_0x829987[_0x69bc(0x256)]){console['log'](_0x526299[_0x69bc(0x4b0)],_0x829987[_0x69bc(0x1cd)]),console[_0x69bc(0x144)](_0x69bc(0x4b1),_0x829987['features']),_0x526299[_0x69bc(0x371)](_0x576701,!![]);if(_0x829987[_0x69bc(0x379)]){if(_0x526299['KFNyf'](_0x69bc(0x4b2),_0x69bc(0x4b2)))_0x1c98fd[_0x69bc(0x303)]&&(_0x3139a2(_0x48419b[_0x69bc(0x297)]||_0x1a6290[_0x69bc(0x4b3)]),_0x530b03[_0x69bc(0x144)](_0x1a6290[_0x69bc(0x4b4)],_0xaf4596[_0x69bc(0x303)],'%'));else{const _0x299e71=_0x526299[_0x69bc(0x4b5)][_0x69bc(0x1c3)]('|');let _0x2e10de=0x0;while(!![]){switch(_0x299e71[_0x2e10de++]){case'0':console[_0x69bc(0x144)](_0x526299[_0x69bc(0x37e)],_0x829987[_0x69bc(0x379)]['compression']);continue;case'1':console[_0x69bc(0x144)](_0x69bc(0xca),_0x829987[_0x69bc(0x379)]['type']);continue;case'2':console['log']('💾\x20Storage\x20method:',_0x829987[_0x69bc(0x379)][_0x69bc(0x1c4)]);continue;case'3':console[_0x69bc(0x144)](_0x69bc(0xcb),_0x829987['features'][_0x69bc(0x1cb)]);continue;case'4':console['log'](_0x526299[_0x69bc(0x4b6)],_0x829987[_0x69bc(0x379)]['queryScores']);continue;case'5':console['log'](_0x526299[_0x69bc(0x1a5)],_0x829987[_0x69bc(0x379)][_0x69bc(0x1c8)]);continue;case'6':console[_0x69bc(0x144)](_0x526299[_0x69bc(0x37d)],_0x829987[_0x69bc(0x379)][_0x69bc(0x1c5)]);continue;}break;}}}_0x526299[_0x69bc(0x4b7)](_0x578b58,_0x69bc(0x4b8)),_0x526299[_0x69bc(0x22c)](_0x5e3e3b,0x19);}else console['error'](_0x526299[_0x69bc(0x4b9)],_0x829987['error']),_0x578b58('Error:\x20'+(_0x829987[_0x69bc(0x15e)]||_0x526299[_0x69bc(0x3c3)])),_0x526299[_0x69bc(0x4ba)](_0x403847,!![]),_0x526299['DealA'](_0x2985d6);}catch(_0x17bdad){console[_0x69bc(0x15e)](_0x526299[_0x69bc(0x4bb)],_0x17bdad),_0x526299[_0x69bc(0x467)](_0x578b58,_0x69bc(0x3c2)+(_0x526299['vohUX'](_0x17bdad,Error)?_0x17bdad[_0x69bc(0x1cd)]:'Unknown\x20error')),_0x526299['OGPll'](_0x403847,!![]),_0x526299[_0x69bc(0x25c)](_0x2985d6);}};return _react['default'][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4bd)],{'transparent':!![],'visible':_0x2bd374,'animationType':_0x526299['ueUxR'],'onRequestClose':_0x48e85a,'statusBarTranslucent':!![]},_react['default'][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4be)],{'style':styles['modalOverlay']},_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4bf)],{'onPress':_0x48e85a},_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x141)][_0x69bc(0x4be)],{'style':[styles[_0x69bc(0x4c0)],{'opacity':_0x4968f6}]})),_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4be)],{'style':styles[_0x69bc(0x4c1)]},_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative['View'],{'style':styles['container']},_react['default'][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4be)],{'style':styles[_0x69bc(0x4c2)]},_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative['TouchableOpacity'],{'onPress':_0x48e85a,'style':styles[_0x69bc(0x4c3)]},_react['default'][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4be)],{'style':styles[_0x69bc(0x4c4)]}))),_0x4e5209&&_0x4ce213==='platforms'&&_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4be)],{'style':styles[_0x69bc(0x4c5)]},_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4c6)],{'style':styles[_0x69bc(0x4c7)]},_0x69bc(0x4c8)),_react['default'][_0x69bc(0x4bc)](_reactNative['View'],{'style':styles['debugRow']},_react['default'][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4c6)],{'style':styles[_0x69bc(0x4c9)]},_0x69bc(0x4ca),_0x4de7f0),_react[_0x69bc(0x4)]['createElement'](_reactNative[_0x69bc(0x4cb)],{'onPress':()=>_0x28a7f0(_0x357a1c=>Math['max'](0x0,_0x357a1c-0x2)),'style':styles[_0x69bc(0x4cc)]},_react[_0x69bc(0x4)]['createElement'](_reactNative['Text'],null,'-')),_react['default'][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4cb)],{'onPress':()=>_0x28a7f0(_0x5f3154=>_0x5f3154+0x2),'style':styles[_0x69bc(0x4cc)]},_react['default'][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4c6)],null,'+'))),_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4be)],{'style':styles['debugRow']},_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4c6)],{'style':styles['debugLabel']},_0x526299[_0x69bc(0x4cd)],_0x1d94b1),_react['default'][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4cb)],{'onPress':()=>_0x3da051(_0x2f2168=>Math['max'](0x0,_0x2f2168-0x2)),'style':styles[_0x69bc(0x4cc)]},_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4c6)],null,'-')),_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4cb)],{'onPress':()=>_0x3da051(_0x321a2d=>_0x321a2d+0x2),'style':styles[_0x69bc(0x4cc)]},_react['default']['createElement'](_reactNative['Text'],null,'+'))),_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4be)],{'style':styles[_0x69bc(0x4ce)]},_react[_0x69bc(0x4)]['createElement'](_reactNative['Text'],{'style':styles[_0x69bc(0x4c9)]},_0x526299[_0x69bc(0x4cf)],_0x478f96),_react['default'][_0x69bc(0x4bc)](_reactNative['TouchableOpacity'],{'onPress':()=>_0x3632d2(_0x2d1748=>Math[_0x69bc(0x4d0)](0x0,_0x2d1748-0x2)),'style':styles[_0x69bc(0x4cc)]},_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4c6)],null,'-')),_react['default'][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4cb)],{'onPress':()=>_0x3632d2(_0x157cd3=>_0x157cd3+0x2),'style':styles[_0x69bc(0x4cc)]},_react[_0x69bc(0x4)]['createElement'](_reactNative['Text'],null,'+'))),_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4cb)],{'onPress':()=>_0x539d64(![]),'style':styles[_0x69bc(0x4d1)]},_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative['Text'],{'style':styles[_0x69bc(0x4d2)]},'Hide\x20Debug'))),_0x4ce213===_0x526299[_0x69bc(0x13f)]&&_react[_0x69bc(0x4)]['createElement'](_reactNative[_0x69bc(0x4be)],{'style':styles[_0x69bc(0x4d3)]},_react['default'][_0x69bc(0x4bc)](_reactNative['View'],{'style':styles[_0x69bc(0x4d4)]},_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_BrandMark[_0x69bc(0x4)],null)),_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4be)],{'style':styles[_0x69bc(0x4d5)]},_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_HeadingGroup[_0x69bc(0x4)],null)),_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4be)],{'style':styles[_0x69bc(0x4d6)]},_react['default'][_0x69bc(0x4bc)](_BodyText[_0x69bc(0x4)],null)),_react['default']['createElement'](_reactNative[_0x69bc(0x4be)],{'style':styles['welcomeSpacer']}),_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_reactNative[_0x69bc(0x4be)],{'style':styles[_0x69bc(0x4d7)]},_react[_0x69bc(0x4)]['createElement'](_PrimaryButton['default'],{'label':_0x69bc(0x4d8),'onPress':_0x458abd,'testID':_0x526299[_0x69bc(0x4d9)]}))),_0x526299['XQmFG'](_0x4ce213,_0x526299[_0x69bc(0x1b4)])&&_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_SignInStep[_0x69bc(0x4)],{'onEmailSubmit':_0x46a8a0,'onGoogleSignIn':_0x566c86,'onContinue':()=>_0x9d10e7('verification'),'loading':_0x5bcd06,'error':_0x370650,'initialEmail':_0x96c439}),_0x526299[_0x69bc(0x367)](_0x4ce213,_0x526299[_0x69bc(0x1e0)])&&_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_VerificationStep[_0x69bc(0x4)],{'email':_0x96c439,'onCodeSubmit':_0x2c1b71,'onBack':_0x3153c5,'loading':_0x5bcd06,'error':_0x370650,'onResendCode':_0x12ed1c}),_0x526299[_0x69bc(0x4da)](_0x4ce213,_0x69bc(0x2d))&&_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_PlatformConnectorsStep[_0x69bc(0x4)],{'onUpdate':_0x4f737a,'onSkip':allowSkip?_0x54cf92:undefined,'onReviewerBypass':_0x5f058d,'onLogout':_0x45fdde,'allowedPlatforms':_0x50af7c,'recommendedPlatforms':_0x525f59}),_0x4ce213==='consent'&&_react[_0x69bc(0x4)][_0x69bc(0x4bc)](_PersonalizationConsentScreen[_0x69bc(0x4)],{'visible':!![],'loading':_0x317e0c,'onLogout':_0x45fdde,'onAccept':async()=>{const _0x1f9af1={'hMFeR':function(_0xf3d6bb,_0xf39cc2){return _0x526299['BiMcl'](_0xf3d6bb,_0xf39cc2);},'EyzWC':function(_0x844396,_0x2bddb5){return _0x844396+_0x2bddb5;},'zlWCS':function(_0x30b061,_0x59a5a2){return _0x526299[_0x69bc(0x4db)](_0x30b061,_0x59a5a2);},'uqqAn':function(_0x2a171e,_0x15914){return _0x2a171e(_0x15914);},'HLayW':_0x69bc(0x4dc)};console['log'](_0x526299['JRpyZ']),_0x2d6e69(!![]),await new Promise(_0x4f4082=>setTimeout(_0x4f4082,0x32));try{if(_0x526299[_0x69bc(0x4dd)](_0x69bc(0x12a),_0x526299['BowlX']))_0x27641c=_0x1f9af1[_0x69bc(0x4de)](_0x1f9af1[_0x69bc(0x4df)](_0x49b5dd,0x1),0x4),_0x1f9af1[_0x69bc(0x4e0)](_0x3b687a,0x0)?_0x1095c5(''):_0x1f9af1[_0x69bc(0x4e1)](_0x6b129,'.'['repeat'](_0x51a148));else{const [_0x1c5049,_0x3e674b,_0x3327d9]=await Promise[_0x69bc(0x2cd)]([(0x0,_authService[_0x69bc(0x2ce)])(),_asyncStorage['default']['getItem'](_0x526299[_0x69bc(0x2e6)]),(0x0,_authService[_0x69bc(0x1f0)])()]);console[_0x69bc(0x144)](_0x526299[_0x69bc(0x4e2)]),_0x5cf135[_0x69bc(0x15d)]=!![],_0x526299[_0x69bc(0x4e3)](_0x1c5049,_0x3e674b)?(console[_0x69bc(0x144)]('✅\x20[SDK]\x20Calling\x20onComplete\x20for\x20returning\x20user'),await(_0x4ffb36===null||_0x526299['eyMan'](_0x4ffb36,void 0x0)?void 0x0:_0x526299[_0x69bc(0x474)](_0x4ffb36,_api[_0x69bc(0x226)][_0x69bc(0x22b)],_0x1c5049,{'email':_0x3e674b,'connectedPlatforms':_0xc28c4a,'username':_0x3327d9||_0x3e674b[_0x69bc(0x1c3)]('@')[0x0],'isReturningUser':!![]}))):(console['warn'](_0x526299[_0x69bc(0x4e4)]),await(_0x526299[_0x69bc(0x4e5)](_0x4ffb36,null)||_0x4ffb36===void 0x0?void 0x0:_0x4ffb36(_api['API_CONFIG'][_0x69bc(0x22b)],'',{'connectedPlatforms':_0xc28c4a,'isReturningUser':!![]})));}}catch(_0x141871){if(_0x526299[_0x69bc(0x2c5)](_0x69bc(0x4e6),_0x526299[_0x69bc(0x4e7)])){_0x257975[_0x69bc(0x15e)](_0x1f9af1['HLayW']);throw new _0x1dbcd(_0x69bc(0x4e8));}else console[_0x69bc(0x15e)](_0x526299[_0x69bc(0x4e9)],_0x141871),await(_0x526299[_0x69bc(0x4ea)](_0x4ffb36,null)||_0x4ffb36===void 0x0?void 0x0:_0x526299[_0x69bc(0x4eb)](_0x4ffb36,_api[_0x69bc(0x226)][_0x69bc(0x22b)],'',{'connectedPlatforms':_0xc28c4a,'isReturningUser':!![]}));}console[_0x69bc(0x144)]('✅\x20[SDK]\x20Returning\x20user\x20onComplete\x20finished\x20-\x20waiting\x20for\x20parent\x20to\x20close\x20modal');},'onDecline':()=>{const _0x5f0c56={'EOQxB':function(_0x2427e7,_0x2ffb55){return _0x526299[_0x69bc(0x4ec)](_0x2427e7,_0x2ffb55);}};_0x526299[_0x69bc(0x4ed)](_0x526299[_0x69bc(0x4ee)],_0x69bc(0x4ef))?(console[_0x69bc(0x144)](_0x69bc(0x4f0)),_0x48e85a()):(_0x5f0c56['EOQxB'](_0x5f0ea7,![]),!_0xbdfad0&&_0x1bb0b4());},'connectedPlatforms':_0xc28c4a,'onConnectMore':()=>{if(_0x526299[_0x69bc(0x4f1)](_0x526299['RNIEF'],_0x526299[_0x69bc(0x4f2)]))console[_0x69bc(0x144)](_0x526299['cshBz']),_0x9d10e7('platforms');else{const _0x1080bb={..._0x44bb62};return delete _0x1080bb[_0x36ba99],_0x1080bb;}},'isReturningUser':_0x69b53f,'appName':_0x28d36a})))));};exports[_0x69bc(0x0)]=UniversalOnboarding;const LEGACY_REMOVED=!![],styles=_reactNative[_0x69bc(0x4f3)]['create']({'modalOverlay':{'flex':0x1,'justifyContent':_0x69bc(0x4f4)},'backdrop':{..._reactNative[_0x69bc(0x4f3)][_0x69bc(0x4f5)],'backgroundColor':_0x69bc(0x4f6)},'bottomSheet':{'backgroundColor':_0x69bc(0x4f7),'borderTopLeftRadius':0x18,'borderTopRightRadius':0x18,'paddingTop':0x0,'paddingBottom':0x0,'minHeight':height*0.86,'overflow':_0x69bc(0x4f8),'width':_0x69bc(0x4f9)},'container':{'flex':0x1,'backgroundColor':_0x69bc(0x4f7)},'welcomeContainer':{'flex':0x1,'alignItems':'center','paddingTop':0x46,'paddingHorizontal':0x18},'brandMarkContainer':{'marginBottom':0x20},'headingContainer':{'marginBottom':0x18},'bodyContainer':{'marginBottom':0x20,'width':_0x69bc(0x4f9)},'welcomeSpacer':{'flex':0x1,'minHeight':0x14},'welcomeButtonContainer':{'width':_0x69bc(0x4f9),'paddingBottom':0x14},'handleContainer':{'alignItems':_0x69bc(0x4fa),'paddingTop':0xc,'paddingBottom':0x4,'backgroundColor':_0x69bc(0x4fb)},'handleButton':{'padding':0x0,'width':0x78,'alignItems':_0x69bc(0x4fa)},'handle':{'width':0x64,'height':0x6,'borderRadius':0x3,'backgroundColor':'#D0D0D0'},'debugPanel':{'position':_0x69bc(0x4fc),'top':0x3c,'right':0xa,'backgroundColor':_0x69bc(0x4fd),'padding':0xc,'borderRadius':0x8,'zIndex':0x270f,'minWidth':0xc8},'debugTitle':{'color':_0x69bc(0x4fe),'fontSize':0xe,'fontWeight':_0x69bc(0x4ff),'marginBottom':0x8},'debugRow':{'flexDirection':_0x69bc(0x500),'alignItems':_0x69bc(0x4fa),'marginBottom':0x6},'debugLabel':{'color':_0x69bc(0x4fe),'fontSize':0xc,'flex':0x1},'debugBtn':{'backgroundColor':'#444','paddingHorizontal':0xc,'paddingVertical':0x4,'borderRadius':0x4,'marginLeft':0x4},'debugCloseBtn':{'backgroundColor':_0x69bc(0x501),'paddingVertical':0x6,'borderRadius':0x4,'marginTop':0x8,'alignItems':_0x69bc(0x4fa)},'debugCloseBtnText':{'color':_0x69bc(0x4fe),'fontSize':0xc},'header':{'alignItems':_0x69bc(0x4fa),'marginBottom':0x14,'paddingHorizontal':0x18},'headerContent':{'flexDirection':_0x69bc(0x500),'alignItems':_0x69bc(0x4fa),'justifyContent':_0x69bc(0x4fa),'marginBottom':0x18},'appIcon':{'width':0x30,'height':0x30,'borderRadius':0x18,'backgroundColor':_0x69bc(0x502),'alignItems':_0x69bc(0x4fa),'justifyContent':'center'},'appIconText':{'fontSize':0x18,'fontWeight':_0x69bc(0x503),'color':'#333'},'arrow':{'marginHorizontal':0x10,'fontSize':0x18,'color':_0x69bc(0x501)},'onairosIcon':{'width':0x36,'height':0x36,'borderRadius':0x20,'backgroundColor':_0x69bc(0x4fb),'alignItems':_0x69bc(0x4fa),'justifyContent':'center'},'onairosIconText':{'fontSize':0x18,'fontWeight':_0x69bc(0x503),'color':_0x69bc(0x4fe)},'onairosIconImage':{'width':0x36,'height':0x36},'titleContainer':{'alignItems':_0x69bc(0x4fa)},'mainTitle':{'fontSize':0x18,'fontWeight':_0x69bc(0x504),'color':'#333','textAlign':_0x69bc(0x4fa),'marginBottom':0xc},'privacyMessage':{'fontSize':0xe,'color':_0x69bc(0x501),'textAlign':_0x69bc(0x4fa),'marginBottom':0x14},'privacyLink':{'color':'#000000','fontWeight':'600','textDecorationLine':_0x69bc(0x505)},'boldText':{'fontWeight':_0x69bc(0x503)},'content':{'flex':0x1,'paddingHorizontal':0x18},'platformsScrollView':{'flex':0x1,'width':_0x69bc(0x4f9)},'platformsScrollContent':{'paddingBottom':0x0,'paddingHorizontal':0x18},'platformsContainer':{'marginTop':0x10},'platformItem':{'flexDirection':'row','alignItems':_0x69bc(0x4fa),'justifyContent':_0x69bc(0x506),'paddingVertical':0x10,'paddingHorizontal':0x8,'borderBottomWidth':0x1,'borderBottomColor':_0x69bc(0x507)},'platformInfo':{'flexDirection':_0x69bc(0x500),'alignItems':_0x69bc(0x4fa)},'platformIcon':{'width':0x28,'height':0x28,'borderRadius':0x14,'backgroundColor':_0x69bc(0x502),'alignItems':_0x69bc(0x4fa),'justifyContent':_0x69bc(0x4fa),'marginRight':0x10},'platformIconText':{'fontSize':0x12,'fontWeight':'bold','color':_0x69bc(0x508),'textAlign':_0x69bc(0x4fa),'textAlignVertical':_0x69bc(0x4fa)},'platformIconImage':{'width':0x18,'height':0x18},'youtubeIconImage':{'width':0x3a,'height':0x3a},'redditIconImage':{'width':0x22,'height':0x22},'pinterestIconImage':{'width':0x30,'height':0x30},'gmailIconImage':{'width':0x20,'height':0x20},'linkedinPlatformIcon':{'width':0x28,'height':0x28,'borderRadius':0x8,'backgroundColor':'#F5F5F5','alignItems':_0x69bc(0x4fa),'justifyContent':_0x69bc(0x4fa),'marginRight':0x10},'pinterestPlatformIcon':{'width':0x22,'height':0x22,'borderRadius':0x11,'backgroundColor':_0x69bc(0x502),'alignItems':'center','justifyContent':'center','marginRight':0x10},'platformName':{'fontSize':0x10,'color':_0x69bc(0x508),'textAlignVertical':_0x69bc(0x4fa)},'footer':{'flexDirection':_0x69bc(0x500),'alignItems':_0x69bc(0x4fa),'justifyContent':'space-between','padding':0x18,'borderTopWidth':0x1,'borderTopColor':_0x69bc(0x507)},'footerButtonCancel':{'paddingVertical':0xc,'paddingHorizontal':0x10},'footerButtonText':{'color':_0x69bc(0x501),'fontSize':0x10},'footerButtonConfirm':{'paddingVertical':0xc,'paddingHorizontal':0x18,'backgroundColor':'#000000','borderRadius':0x8,'marginTop':0x14},'footerButtonConnected':{'paddingVertical':0xc,'paddingHorizontal':0x18,'backgroundColor':'#E9C46A','borderRadius':0x8},'footerButtonDisabled':{'backgroundColor':_0x69bc(0x507)},'footerButtonTextConfirm':{'color':'#fff','fontSize':0x10,'fontWeight':'600'},'footerButtonTextConnected':{'color':_0x69bc(0x509),'fontSize':0x10,'fontWeight':_0x69bc(0x504)},'connectContainer':{'flex':0x1},'modalContent':{'flex':0x1,'backgroundColor':'#FFFFFF','borderTopLeftRadius':0x14,'borderTopRightRadius':0x14,'padding':0x18},'backButton':{'padding':0x8,'width':0x28},'backButtonText':{'fontSize':0x18,'color':_0x69bc(0x50a)},'backButtonSpacer':{'width':0x28},'headerTitle':{'fontSize':0x12,'fontWeight':_0x69bc(0x504),'color':_0x69bc(0x508),'textAlign':_0x69bc(0x4fa)},'privacyHeader':{'flexDirection':_0x69bc(0x500),'alignItems':_0x69bc(0x4fa),'justifyContent':_0x69bc(0x506),'paddingHorizontal':0x10,'paddingVertical':0x14,'backgroundColor':_0x69bc(0x136),'borderBottomWidth':0x1,'borderBottomColor':_0x69bc(0x50b)},'privacyDetailsContainer':{'paddingHorizontal':0x18,'paddingVertical':0x8,'flex':0x1,'marginTop':0x14},'privacyDetailsTitle':{'fontSize':0x14,'fontWeight':'600','color':_0x69bc(0x508),'marginBottom':0x0},'privacyBulletPoint':{'flexDirection':_0x69bc(0x500),'marginBottom':0x10,'alignItems':_0x69bc(0x50c)},'bulletPoint':{'fontSize':0x12,'marginRight':0x8,'color':_0x69bc(0x508)},'privacyBulletText':{'fontSize':0x10,'color':_0x69bc(0x508),'flex':0x1,'lineHeight':0x18},'connectionsCountText':{'fontSize':0x12,'fontWeight':_0x69bc(0x504),'color':_0x69bc(0x508),'marginBottom':0x18},'personaContainer':{'flex':0x1,'padding':0x10,'backgroundColor':_0x69bc(0x4fe),'justifyContent':_0x69bc(0x50c)},'personaHeaderWithBack':{'flexDirection':'row','alignItems':'center','justifyContent':_0x69bc(0x506),'marginBottom':0x10,'paddingVertical':0x8},'personaBackButton':{'padding':0x8},'personaHeader':{'alignItems':_0x69bc(0x4fa),'marginBottom':0x20,'paddingHorizontal':0x18},'personaTitle':{'fontSize':0x14,'fontWeight':_0x69bc(0x504),'color':'#333','textAlign':'center','flex':0x1,'marginBottom':0x8},'personaSubtitle':{'fontSize':0xe,'color':'#666','marginBottom':0x18,'textAlign':_0x69bc(0x4fa)},'personaProgressContainer':{'marginBottom':0x18,'paddingHorizontal':0x0},'personaProgressBar':{'height':0x8,'backgroundColor':_0x69bc(0x502),'borderRadius':0x4,'overflow':'hidden','marginBottom':0xc},'personaProgressFill':{'height':_0x69bc(0x4f9),'backgroundColor':_0x69bc(0x50d),'borderRadius':0x4},'personaProgressText':{'fontSize':0x10,'fontWeight':'600','color':_0x69bc(0x508),'textAlign':_0x69bc(0x4fa),'marginBottom':0x8},'personaStatusText':{'fontSize':0xe,'color':_0x69bc(0x501),'textAlign':_0x69bc(0x4fa)},'personaCompleteContainer':{'alignItems':_0x69bc(0x4fa),'paddingHorizontal':0x0},'personaCompleteTitle':{'fontSize':0x14,'fontWeight':_0x69bc(0x504),'color':_0x69bc(0x508),'marginBottom':0x8,'textAlign':_0x69bc(0x4fa)},'personaCompleteSubtitle':{'fontSize':0xe,'color':'#666','textAlign':_0x69bc(0x4fa),'marginBottom':0x28},'personaContinueButton':{'backgroundColor':_0x69bc(0x50a),'paddingVertical':0x10,'paddingHorizontal':0x30,'borderRadius':0x10,'alignItems':'center','width':_0x69bc(0x4f9),'marginTop':0x20,'shadowColor':_0x69bc(0x509),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x3},'personaContinueButtonText':{'color':'#fff','fontSize':0x10,'fontWeight':'600'},'progressError':{'backgroundColor':_0x69bc(0x50e)},'dataWarningContainer':{'padding':0x10,'borderRadius':0xc,'marginTop':0x10,'borderWidth':0x1,'shadowColor':_0x69bc(0x509),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x3},'dataWarningHeader':{'flexDirection':_0x69bc(0x500),'alignItems':_0x69bc(0x4fa),'marginBottom':0x8},'dataWarningIcon':{'fontSize':0x14,'marginRight':0x8},'dataWarningTitle':{'fontSize':0x10,'fontWeight':_0x69bc(0x504),'flex':0x1},'dataWarningMessage':{'fontSize':0xe,'marginBottom':0x0,'lineHeight':0x14},'dataWarningSuggestions':{'marginTop':0xc,'paddingTop':0xc,'borderTopWidth':0x1},'dataWarningSuggestionsTitle':{'fontSize':0xe,'fontWeight':_0x69bc(0x504),'marginBottom':0x6},'dataWarningSuggestionItem':{'fontSize':0xd,'marginBottom':0x4,'lineHeight':0x12},'dataWarningContinueNote':{'fontSize':0xd,'fontWeight':_0x69bc(0x50f),'marginTop':0xc,'fontStyle':_0x69bc(0x510)},'dataWarningError':{'backgroundColor':_0x69bc(0x511),'borderColor':_0x69bc(0x512)},'dataInfoContainer':{'backgroundColor':_0x69bc(0x513),'borderColor':_0x69bc(0x514)},'dataConnectionsRequired':{'backgroundColor':_0x69bc(0x502),'borderColor':_0x69bc(0x515),'shadowColor':_0x69bc(0x516),'shadowOffset':{'width':0x0,'height':0x0},'shadowOpacity':0.15,'shadowRadius':0x8},'highlightedBackButton':{'backgroundColor':_0x69bc(0x502),'borderRadius':0x14,'borderWidth':0x2,'borderColor':_0x69bc(0x50a),'shadowColor':_0x69bc(0x50a),'shadowOffset':{'width':0x0,'height':0x0},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0x5},'highlightedBackArrow':{'color':_0x69bc(0x50a),'fontWeight':_0x69bc(0x503)},'goBackButton':{'backgroundColor':_0x69bc(0x50a),'paddingVertical':0xc,'paddingHorizontal':0x10,'borderRadius':0x8,'marginTop':0xc,'alignItems':_0x69bc(0x4fa),'shadowColor':_0x69bc(0x50a),'shadowOffset':{'width':0x0,'height':0x0},'shadowOpacity':0.3,'shadowRadius':0x6,'elevation':0x3},'goBackButtonText':{'color':_0x69bc(0x136),'fontSize':0xe,'fontWeight':_0x69bc(0x504)},'additionalPlatformsToggle':{'paddingVertical':0x10,'paddingHorizontal':0x8,'alignItems':_0x69bc(0x4fa),'borderBottomWidth':0x1,'borderBottomColor':_0x69bc(0x507)},'additionalPlatformsText':{'fontSize':0xe,'color':_0x69bc(0x501),'fontWeight':'500'},'asterisk':{'color':_0x69bc(0x517),'fontSize':0x10,'fontWeight':_0x69bc(0x503),'marginLeft':0x2},'linkedinRequirementContainer':{'backgroundColor':_0x69bc(0x518),'borderWidth':0x1,'borderColor':_0x69bc(0x519),'borderRadius':0x8,'paddingHorizontal':0xc,'paddingVertical':0x8,'marginTop':0x8,'marginHorizontal':0x4},'linkedinRequirementText':{'fontSize':0xc,'fontStyle':_0x69bc(0x510),'textAlign':_0x69bc(0x4fa)},'linkedinRequirementAsterisk':{'color':'#FF6B6B','fontWeight':_0x69bc(0x503)},'linkedinRequirementMessage':{'color':_0x69bc(0x516)},'existingUserBanner':{'backgroundColor':'#F0F9FF','borderWidth':0x1,'borderColor':'#0EA5E9','borderRadius':0xc,'paddingHorizontal':0x10,'paddingVertical':0xc,'marginTop':0xc},'existingUserText':{'fontSize':0xe,'fontWeight':_0x69bc(0x504),'color':'#0369A1','marginBottom':0x4},'existingUserSubtext':{'fontSize':0xc,'color':_0x69bc(0x51a),'lineHeight':0x10}});
30
+ Object[_0x38f2(0x0)](exports,_0x38f2(0x1),{'value':!![]}),exports[_0x38f2(0x2)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_asyncStorage=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x2)),_BrandMark=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x3)),_HeadingGroup=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x4)),_BodyText=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x5)),_PrimaryButton=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x6)),_SignInStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x7)),_VerificationStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x8)),_PlatformConnectorsStep=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x9)),_PersonalizationConsentScreen=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0xa)),_platformAuthService=__ONAIROS_REQ_FUNC__(0xb),_assetRegistry=__ONAIROS_REQ_FUNC__(0xc),_googleAuthService=__ONAIROS_REQ_FUNC__(0xd),_haptics=__ONAIROS_REQ_FUNC__(0xe),_authService=__ONAIROS_REQ_FUNC__(0xf),_socket=__ONAIROS_REQ_FUNC__(0x10),_pinStorageUtils=__ONAIROS_REQ_FUNC__(0x11),_pinEncryptionService=__ONAIROS_REQ_FUNC__(0x12),_mobileTrainingService=__ONAIROS_REQ_FUNC__(0x13),_llmDataStorage=__ONAIROS_REQ_FUNC__(0x14),_connectedAccountsService=__ONAIROS_REQ_FUNC__(0x15),_api=__ONAIROS_REQ_FUNC__(0x16),_jwtStorageService=__ONAIROS_REQ_FUNC__(0x17);function _interopRequireDefault(_0x28ef9d){return _0x28ef9d&&_0x28ef9d[_0x38f2(0x1)]?_0x28ef9d:{'default':_0x28ef9d};}function _0x209a(){const _0x2daa4b=['defineProperty','__esModule','UniversalOnboarding','function','default','nhPVS','cUzLD','mWBnM','EKggc','qwRtT','Qcbkp','yHZOd','has','get','set','hasOwnProperty','call','xyTJq','❌\x20Failed\x20to\x20store\x20reviewer\x20bypass:','tglAP','🔍\x20UniversalOnboarding:\x20visible\x20prop\x20changed\x20to:','🔍\x20UniversalOnboarding:\x20modalVisible\x20state\x20is:','🔍\x20UniversalOnboarding:\x20current\x20step\x20is:','verification','rNuLl','🍎\x20[APPLE\x20FIX]\x20primaryAuthOnly\x20detected\x20-\x20resetting\x20to\x20welcome\x20step','🍎\x20[APPLE\x20FIX]\x20Current\x20step\x20was:','welcome','object','❌\x20[TRANSITION]\x20Background\x20training\x20failed\x20during\x20transition:','🚀\x20[TRANSITION]\x20Starting\x20background\x20training\x20during\x20connect\x20→\x20pin\x20transition','hovPx','connectedPlatforms','ZcEwT','📱\x20Stored\x20connected\x20platform:','Total\x20platforms:','AghhD','Error\x20storing\x20connected\x20platform:','🚫\x20No\x20data\x20scenario\x20detected','No\x20interaction\x20data\x20found','Remaining\x20platforms:','Error\x20removing\x20connected\x20platform:','enTwg','RZAFs','Unknown\x20error','qdPOh','destructive','Failed\x20to\x20initialize\x20training.\x20Please\x20try\x20again.','sZOMm','0|2|3|1|4','persona','No\x20training\x20in\x20progress.\x20Please\x20restart\x20the\x20flow.','BydPR','url','YouTube\x20reconnection\x20failed.\x20Please\x20restart\x20from\x20connector\x20screen.','7|2|4|3|5|0|1|6','CONNECTIONS_REQUIRED','Connections\x20required','🔗\x20Connections\x20required\x20detected\x20from\x20background\x20training','🍎\x20Get\x20Started\x20pressed\x20(Apple\x20user)\x20-\x20skipping\x20signin,\x20going\x20to\x20platforms','platforms','NeFVu','existing_user_info','rltgW','1|3|5|2|0|4','zLJhm','🔑\x20[CACHED\x20LOGIN]\x20Found\x20valid\x20token\x20for\x20user:','consent','Error\x20loading\x20user\x20data:','disconnected','PvXJH','Error\x20loading\x20initial\x20connection\x20status:','🔑\x20[CACHED\x20LOGIN]\x20User\x20has\x20existing\x20connections:','🔑\x20[CACHED\x20LOGIN]\x20Skipping\x20to\x20consent\x20screen','uXBoH','KcPlE','🚀\x20Get\x20Started\x20pressed\x20-\x20moving\x20to\x20signin','reviewer@bypass.com','6|3|4|0|2|1|5','onairos_user','2|0|4|1|3','test@example.com','🧪\x20Test\x20bypass\x20detected\x20-\x20skipping\x20to\x20verification\x20screen','📧\x20Sending\x20verification\x20code\x20to:','✅\x20Verification\x20code\x20sent\x20successfully','pvhAw','Failed\x20to\x20send\x20verification\x20code.\x20Please\x20try\x20again.','❌\x20Error\x20sending\x20verification\x20code:','Network\x20error.\x20Please\x20check\x20your\x20connection\x20and\x20try\x20again.','Error\x20handling\x20OAuth\x20callback:','❌\x20No\x20authentication\x20token\x20available\x20after\x20ensureAuthToken','No\x20authentication\x20token\x20available','BNMOZ','uFYXD','👤\x20Returning\x20user\x20detected\x20via\x20Google\x20Sign-In\x20-\x20checking\x20for\x20existing\x20connections','5|4|2|1|3|0','ℹ️\x20No\x20existing\x20connections\x20found\x20-\x20proceeding\x20to\x20platforms\x20step','⚠️\x20Could\x20not\x20fetch\x20existing\x20connections,\x20proceeding\x20to\x20platforms:','No\x20background\x20socket\x20ID\x20available','Verification\x20failed.\x20Please\x20try\x20again.','❌\x20[PIN\x20SUBMIT]\x20Failed\x20to\x20continue\x20background\x20training:','PryWW','🧪\x20Test\x20bypass\x20-\x20skipping\x20code\x20verification,\x20going\x20to\x20platforms','🔍\x20Verifying\x20email\x20code:','✅\x20Email\x20verification\x20successful','🔍\x20Returning\x20user\x20check:','OnKzI','🆕\x20New\x20user\x20or\x20no\x20existing\x20connections,\x20showing\x20platform\x20connection\x20screen','❌\x20Email\x20verification\x20failed:','DHJkw','signin','🔑\x20[CACHED\x20LOGIN]\x20User\x20authenticated\x20but\x20no\x20connections\x20-\x20skipping\x20to\x20platforms','gCIhy','✅\x20Logout\x20complete\x20-\x20user\x20is\x20now\x20on\x20login\x20page','onairos_jwt_token','onairos_username','auth_method','❌\x20Error\x20during\x20logout:','Processing...','YAUiw','Failed\x20to\x20resend\x20verification\x20code.','bkHsF','📧\x20[SDK]\x20Email\x20available:','lHpek','🍎\x20[SDK]\x20Calling\x20onComplete\x20with\x20email\x20(no\x20SDK\x20token\x20-\x20Apple\x20auth)','⚠️\x20[SDK]\x20No\x20email\x20found\x20-\x20calling\x20onComplete\x20with\x20limited\x20data','❌\x20Socket\x20reconnection\x20error:','Connection\x20error.\x20Please\x20try\x20again.','3|4|1|5|2|0','Creating\x20your\x20persona\x20with\x20available\x20data','LIMITED_DATA','DPVSm','qtlVy','YPXtj','❌\x20[SDK]\x20Error\x20during\x20skip:','✅\x20[SDK]\x20Skip\x20complete\x20-\x20waiting\x20for\x20parent\x20to\x20close\x20modal','eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyZXZpZXdlciI6dHJ1ZSwiaWF0IjoxNzA0MDY3MjAwfQ.reviewer-bypass-signature-placeholder','✅\x20Stored\x20reviewer\x20bypass\x20markers','MxqTw','🗄️\x20Databases:','📊\x20Training\x20type:','📈\x20Query\x20scores\x20enabled:','✅\x20Inference\x20enabled:','🔒\x20Compression\x20enabled:','💾\x20Storage\x20method:','Background\x20training\x20model...','code','platform','AEWSK','kvEUE','GAODK','🤖\x20Handling\x20LLM/ChatGPT\x20connection\x20-\x20sending\x20to\x20backend...','2|5|1|4|3|0','✅\x20Backend\x20received\x20and\x20stored\x20LLM\x20data','nhqGU','➕\x20Returning\x20user\x20wants\x20to\x20connect\x20more\x20platforms','CjOen','kPono','🔄\x20Returning\x20to\x20connect\x20step','✅\x20[PIN\x20SUBMIT]\x20Background\x20training\x20detected,\x20continuing\x20with\x20PIN\x20validation...','mFwmE','gEnZU','🔄\x20Socket\x20ready\x20for\x20persona\x20display\x20with\x20token:','None','HfgTX','⚠️\x20Could\x20not\x20get\x20encrypted\x20PIN\x20for\x20training:','Starting\x20training...','gocOU','YXIda','📱\x20Connected\x20platforms\x20for\x20training:','📤\x20Sending\x20training\x20data\x20to\x20/mobile-training/enoch:','7|1|4|3|5|0|2|6','🔗\x20Connections\x20required\x20detected\x20from\x20HTTP\x20response','🚀\x20Training\x20Started:','🎯\x20Training\x20Features:','Training\x20model...','❌\x20Training\x20start\x20failed:','Training\x20failed\x20to\x20start','rftJJ','5|2|4|3|0|1','🔌\x20[BACKGROUND]\x20Using\x20existing\x20socket\x20ID:','✅\x20[BACKGROUND]\x20PIN\x20submitted\x20for\x20existing\x20training\x20session','🔐\x20[BACKGROUND]\x20PIN\x20validation\x20-\x20continuing\x20with\x20existing\x20training\x20session','ITJRW','⏰\x20Socket\x20registered\x20but\x20training\x20will\x20not\x20start\x20from\x20persona\x20screen...','Waiting\x20for\x20training\x20to\x20start\x20from\x20connector→PIN\x20transition','🔐\x20[BACKGROUND]\x20Continuing\x20existing\x20background\x20training\x20with\x20PIN\x20validation','mOkDz','🔍\x20Disconnect\x20details:','🔄\x20Socket\x20reconnected\x20after','lMNIa','eqggm','Connection\x20failed.\x20Please\x20try\x20again.','📊\x20Training\x20update:','YouTube\x20access\x20token\x20has\x20expired','🔄\x20YouTube\x20token\x20expired,\x20triggering\x20reconnection...','YouTube\x20token\x20expired\x20-\x20reconnecting...','🔗\x20Connections\x20required\x20detected\x20from\x20socket','NXXpe','mpiRx','ojZzs','ℹ️\x20Limited\x20data\x20scenario\x20detected','❌\x20Training\x20update\x20error:','🔍\x20Socket\x20state\x20after\x201\x20second:','❌\x20[BACKGROUND]\x20Socket\x20disconnected','dxEEV','❌\x20Socket\x20connection\x20timeout\x20after\x2020\x20seconds','Connection\x20timeout.\x20Please\x20check\x20your\x20internet\x20and\x20try\x20again.','cMSXh','rogpv','Redaq','tHSCJ','🔄\x20Socket\x20reconnection\x20attempt:','❌\x20Socket\x20connection\x20error:','❌\x20Socket\x20error\x20details:','LJJWE','🔐\x20Encryption\x20enabled:','Complete!','Failed\x20to\x20create\x20authentication\x20token\x20for\x20background\x20training','JVWiW','❌\x20Token\x20refresh\x20failed,\x20attempting\x20full\x20reconnection...','✅\x20YouTube\x20reconnected,\x20but\x20training\x20restart\x20disabled','YouTube\x20reconnected\x20-\x20please\x20restart\x20from\x20connector\x20screen','YouTube\x20connection\x20failed.\x20Please\x20try\x20again.','Initializing','🚀\x20Starting\x20persona\x20creation...','🔐\x20Step\x201:\x20Ensuring\x20authentication\x20token...','✅\x20Authentication\x20token\x20set\x20in\x20state:','🔄\x20UserInfo\x20not\x20available,\x20attempting\x20to\x20reload...','mobile_user','🔑\x20Token\x20available:','🌐\x20Attempting\x20to\x20connect\x20to:\x20${API_CONFIG.BASE_URL}','🔗\x20Network\x20connectivity\x20check\x20starting...','websocket','polling','🔌\x20Socket\x20instance\x20created:','reconnect','reconnect_attempt','reconnect_failed','connect_error','trainingCompleted','modelStandby','🔌\x20Attempting\x20to\x20connect\x20to\x20socket...','🔌\x20Socket\x20config:','Finalizing\x20your\x20unique\x20persona','Something\x20went\x20wrong.\x20Please\x20try\x20again.','Trying\x20to\x20understand\x20your\x20mind','You\x27re\x20more\x20interesting\x20than\x20I\x20expected','EYcAZ','Almost\x20done','oHmHy','JudbS','❌\x20No\x20real\x20authentication\x20token\x20found\x20after\x20training\x20completion','training-complete-token','AGiDB','🔍\x20Token\x20length:','⚠️\x20No\x20authentication\x20token\x20found','ℹ️\x20SDK\x20does\x20not\x20create\x20users\x20during\x20onboarding','ℹ️\x20User\x20should\x20authenticate\x20first\x20via\x20Google/Apple/Email','❌\x20Error\x20checking\x20authentication\x20token:','pDyva','ExsgN','📊\x20[BACKGROUND]\x20Training\x20progress:','LxXIE','✅\x20[BACKGROUND]\x20Socket\x20connected,\x20starting\x20background\x20data\x20collection...','Connecting...','rOChb','🧑‍💻\x20[BACKGROUND]\x20User\x20info\x20set:','Initializing\x20data\x20collection...','iSvWf','📤\x20Sending\x20background\x20training\x20data\x20to\x20/mobile-training/enoch:','📡\x20Background\x20training\x20API\x20response:','4|3|5|0|1|7|2|6','🚀\x20Background\x20training\x20started:','3|1|4|0|2|5|6','❌\x20Background\x20training\x20start\x20failed:','JqwGd','aIfkN','❌\x20Background\x20training\x20start\x20error:','🗄️\x20Databases\x20used:','✅\x20Returning\x20user\x20accepted\x20consent','✅\x20[SDK]\x20Calling\x20onComplete\x20for\x20returning\x20user','oUcav','rcEFk','⚠️\x20[SDK]\x20No\x20token/email\x20found\x20for\x20returning\x20user','❌\x20[SDK]\x20Error\x20during\x20returning\x20user\x20consent:','❌\x20Returning\x20user\x20declined\x20consent','QAMkY','EOeim','Medium','Initializing...','pinterest','Pinterest','#E60023','#FFFFFF','linkedin','LinkedIn','#0077B5','reddit','Reddit','gmail','Gmail','#EA4335','chatgpt','#10A37F','Container\x20Top:\x20','Container\x20Bottom:\x20','Handle\x20Top:\x20','Hide\x20Debug','Get\x20Started','welcome-get-started-button','useState','ROBmP','xDmtt','Animated','Value','useEffect','log','tPIuJ','eyplZ','🔍\x20UniversalOnboarding:\x20primaryAuthOnly\x20is:','uEfmx','DTRJX','gMbnV','MzMDv','FpxrK','xxpeW','DKves','JpyTo','->\x20Setting\x20to:\x20welcome','CZVds','useRef','Umfym','inSRj','HIZiJ','pin','Xdytr','YryCN','jjrFu','email','username','split','pCSFU','parse','includes','vRGUk','OKwMx','triggerHaptic','BUTTON_PRESS','DzKGP','FUjJj','error','dtapz','XwXYC','uwbxR','stringify','UXjGY','CcPvC','jsBye','gbgdk','tcldT','ZMdkm','DzjDy','csiDy','WRONs','Cnzie','getOwnPropertyDescriptor','eOThV','EIZIT','GYhaL','NO_DATA','LgsKy','INBLO','TWEDG','getItem','filter','setItem','📱\x20Removed\x20connected\x20platform:','YpppL','BVPzQ','Alert','alert','Are\x20you\x20sure\x20you\x20want\x20to\x20disconnect\x20','cancel','ZXQaf','qvAZu','ALowl','fLyQi','vjkQk','🔌\x20Disconnected\x20platform:','HVZBp','Error\x20disconnecting\x20platform:','pFpTU','JIPnL','cJPrk','isbgw','Error:\x20','SDRKw','message','MGDLF','rCdMn','❌\x20Error\x20in\x20startPersonaCreation:','burYD','ePXGZ','tqrDS','current','IZQIO','Gvced','aeFyv','pwYNM','gNHPO','repeat','XeQly','NDtjA','MPHdf','QapqD','EqSyl','🧠\x20Inference\x20Complete:','traits','ckaoH','ZIJEa','inferenceResults','GUcqm','FHpIV','kvBOD','YouTube','pitaf','dNTrt','YfqKk','oCKzi','UwQDI','uOoOF','adWAV','getUniversalOnboardingIcon','❌\x20YouTube\x20token\x20refresh/reconnection\x20error:','ℹ️\x20[PIN\x20SUBMIT]\x20No\x20background\x20training\x20detected','LbRwm','GxBEY','ZPSBP','hUymB','timing','start','Linking','addEventListener','ToTkN','remove','HxXUg','wRaYa','mctos','sSlLE','alCwO','oyumA','GVmiN','ZMjQB','jqVmc','xXBGY','INEJx','NvGNL','useCallback','isOAuthCallback','zJAco','YMtEC','tRhXi','sHxXK','tdOYR','wqvuE','dNcPc','KKeSL','zBcFJ','jVchK','existing_user_token','XmNLl','NIdWC','xRvgD','dMzCV','yaCFZ','wdeCR','PAUCb','dtHok','nqeUg','eqVco','EFYjc','❌\x20YouTube\x20reconnection\x20failed:','cqcZM','XudNO','QDBIR','OilHQ','EALNo','hnDxX','TuRGk','🔍\x20Found\x20existing\x20user\x20info\x20-\x20user\x20wants\x20to\x20add\x20more\x20data','removeItem','JxQMv','getJWT','dnBTq','ZPmrz','lyXTj','QOrRA','hQEvA','safjO','mHlEt','getOnairosUsername','qlqHA','WvSCk','name','JgwHa','ePDlp','NVKZH','OHLXx','SXaJQ','fEMIU','UQHFG','xoRpt','length','uVjrv','gHXfl','zIMqb','XBzDC','SfRmE','Google\x20Sign-In\x20failed.\x20Please\x20try\x20again.','HapticType','yIzoe','Ckliq','AGlvK','fWNQj','UBhUI','cnaSG','ktGPO','ktQTj','jklKi','EmsaG','user_','floor','lpiYX','random','eautC','🔍\x20Loading\x20username\x20for\x20data\x20connections:','rYJkv','iLxIA','keys','forEach','vqehK','connected','ycaRO','TtCIP','DjhXK','Connection\x20statuses\x20set:','Platform\x20toggles\x20set:','qBTWn','WJBCp','glFrM','LaHeu','troDy','ERuyD','Ekmqk','rXfcV','VCHZI','koTYn','POfRK','frHTx','AxLBp','MYyiw','mChUz','lGkhR','WfdsZ','yPOWl','eiWTp','xvJAP','nhZIZ','progress','sOJBn','QdyIo','YWuPP','gijcS','ZmiUA','hQMDq','MLuFF','KygSH','pJOvE','xbNKH','trpEl','uaTYW','vyDUU','pUQew','QmvoP','UkyVi','JYKQL','BcKUL','pdpWg','test@bypass.com','Mvruv','kBFLp','Failed\x20to\x20send\x20LLM\x20data\x20to\x20backend:\x20','ZHfRb','FElfJ','BnrDY','success','bUnnb','WmMOQ','tzAsM','DNNhW','UzSrh','tLiho','Bnkoa','disconnect','kEImD','kSztg','uIadu','NnVuE','gmtRn','rDtBJ','KfDQo','xWzob','AcyXw','wxnUs','signInWithGoogle','user','qmWJD','IJHnj','Fikjl','cfcWW','isNewUser','ifPWl','sqjTg','getConnectedAccountsSmart','map','SUCCESS','oSoFu','✅\x20Found\x20','IxCNK','JHpQR','hgceo','JVYKH','cancelled','hZpOS','weUZw','JKRgp','rhmED','ERROR','GeyHl','gdXJO','mInRB','Qfpip','❌\x20Error\x20verifying\x20email\x20code:','TNlWy','KYvUQ','dAIEe','qYUqY','cKBLF','qrCZG','MfTHa','eosMt','confirmEmailVerificationCode','YKLdD','🔍\x20Checking\x20for\x20returning\x20user\x20data...','flowType','hasExistingData','existingUserData','dttUo','atJaI','EaXBh','WHIcN','mdieU','connections','isArray','hasData','status','active','rXIsy','bpjGb','enochInstructions','vChRq','showWelcomeBack','pWrTF','fNLNo','WiwqI','awDgg','gLnuS','BMIqo','KqqeB','CqJjV','REDrW','LdNAV','OgbTK','LKGnc','ObzJg','iCDVS','tOIoO','GaojB','mXLhM','eYZWt','yotau','EyKps','xxsEZ','\x20existing\x20connections\x20-\x20skipping\x20to\x20consent','UmrpP','oXdcz','kYZCV','uOPTq','HyDJS','IBCgV','rhZhY','multiRemove','sdk_jwt_token','AowFS','Otqxj','FhdJa','zhUYI','dHvez','hgdUo','nJvCR','fCOBz','SPaJr','shCPG','ZTyoh','🔄\x20Resending\x20verification\x20code\x20to:','✅\x20Verification\x20code\x20resent\x20successfully','oFXub','uVVqx','GHQwB','pjkFm','baMaH','gJJSz','ZVfcy','ooYLV','all','Cftoy','...','kgqLB','UKdjj','API_CONFIG','oenLo','BASE_URL','warn','lxgkr','OmVJY','dRGhr','gREVl','YiQtd','IQHpZ','CzKGa','hDahS','⏭️\x20Skipping\x20platform\x20connections','YwnvR','FhlfP','✅\x20[SDK]\x20User\x20skipped\x20platforms\x20-\x20still\x20calling\x20onComplete\x20with\x20auth\x20data','JHZuV','EKvOh','ByYOo','⚠️\x20[SDK]\x20User\x20skipped\x20-\x20no\x20auth\x20data\x20available','FwfTw','Neyaq','details','gvKSE','SEteB','lGOeQ','mXXgT','🔍\x20Socket\x20state\x20after\x205\x20seconds:','dLARg','dsWdP','ODAfT','HBTUC','engine','ekVZl','readyState','SYqXT','JwSki','bxKbR','storeJWT','Mncuo','OdpRP','🔌\x20Cleaning\x20up\x20socket\x20connection...','hFNbX','hasNativeSDK','oauth','aooFq','RXEda','tsjdI','jgsJH','KVEzx','krVxQ','dXyOj','DTDal','DwjAG','vZtTV','xTXzY','vRXNb','byXNo','vCJmM','PcxdO','_user','aUqfj','etyYR','llm','kQmBN','DhATq','🎯\x20Background\x20training\x20Features:','features','gnySZ','encryption','hfvll','databases','type','jaxSt','queryScores','SFbUP','inference','compression','qrrvw','storage','weRGw','DcZHO','pYNUc','@temp.com','now','IupVw','seUxB','connectionId','📝\x20Connection\x20ID:','initiateNativeAuth','initiateOAuth','TJYIA','uzaDn','BRJYC','eIRLu','Error\x20initiating\x20OAuth\x20for\x20','LnFsM','FYNPJ','XBUvl','searchParams','Wfddc','EHvQo','ArAXd','NXMZJ','BQkbW','GnMMd','TCtlz','TAeRG','FfhYe','KRJQD','apnvv','mfUFA','connect','pZuzL','NBEjj','askqh','zuedo','aEvWA','\x20-\x20backend\x20callback\x20completed','📝\x20Received\x20result:','ZlSrA','💾\x20','\x20connection\x20stored\x20successfully','✅\x20Updating\x20connection\x20state\x20for\x20','aIXeG','VJEkN','🧪\x20Testing\x20mode\x20enabled','ygfOI','CZKax','itELa','DEDjc','xNAgv','vTxgF','gabtD','WjZaj','hzOXB','klGWs','XaScN','uarea','YFOuM','GsDrk','XoWbR','IebVX','bfmDj','eEXtK','SucHL','TwsVy','CCvpE','zFAHo','roLFH','🔌\x20Socket\x20connection\x20details:','sXMXe','bAeGc','lBAnq','BcPFv','ITdSG','jfUgj','Starting\x20training','TtaFz','🔌\x20Socket\x20ID\x20for\x20training:','SanDw','substring','WzWda','ygTzN','❌\x20No\x20authentication\x20token\x20available','🔑\x20Using\x20auth\x20token:','YrJrc','PJdnO','getEncryptedPinForAPI','catch','fZwnG','WUgoh','CLJAl','pAImK','BiUSe','uobKo','GtyFy','oEvgT','bUkeZ','fqISk','BQulE','svwYS','EexaZ','dfxls','gOYUv','WwKBa','startEnochTrainingWithYouTubeCheck','ESoWO','requiresConnections','HLTFr','hytdY','bqabg','cAOqf','adzud','qSIBL','WMvJN','YnEdQ','cuxdT','XTvGr','grICd','SIaop','cIyGB','JExyZ','DNfHs','IfWyJ','KPhrA','NFnxo','qKhCI','KlaNq','GhWkw','rzKQA','qFfGk','liUlD','WFeQi','FOdhA','xWeuq','PJItb','Bnuoi','IIlHg','GQlBT','ABcxl','AStRy','ZLUmR','rKkmh','LnbYf','JRXQV','Sbsyq','JEMYa','rePAr','tftlk','UUmEx','BzwiP','HnQto','QFcWL','vldTX','VZQyP','ArHdd','pESRo','🎉\x20All\x20Complete:','BpTCR','🧠\x20Inference\x20enabled:','olpbG','UYblI','FCBnx','KJuXS','YouTube\x20tokens\x20refreshed\x20-\x20but\x20training\x20only\x20starts\x20from\x20connector→PIN','KXswe','nEpPd','LRNSh','youtube','FDlWB','yCCzo','VoEZA','RSgTH','dKqUE','XUpJh','cZjnb','daJFV','kHSES','IbLFE','🔑\x20Token\x20stored\x20verification:','RVWuD','ogMUh','nbDJk','aEBEH','ZvlWC','lIGpv','qAirR','QfnUV','XFcKp','bvPqD','VCCxc','MZdKk','UBLQs','🔧\x20Setting\x20up\x20socket\x20connection\x20for\x20real\x20training...','🧑‍💻\x20User\x20info\x20available:','anbhI','RLBJh','Platform','gsCMZ','Connecting','OPBtK','AelUA','VAUCb','bEixU','HUnij','sMtep','NZNPA','gFDJP','oIdGa','jMVwO','TSVLK','ciCRk','tGCva','SByHt','mVDYy','tRjmF','crBXO','gUbcv','VRAJG','gXlDs','0|2|3|1|4|5','jwGSI','UrCdu','❌\x20Socket\x20disconnected,\x20reason:','iNgXw','mtULt','attempts','HELeQ','fFTVY','ecgth','yMnUS','nOKyF','svmCj','Reconnecting...\x20(','/3)','nYxvP','vtZmH','LiuXf','wcDGB','FDjAs','oqEsP','❌\x20Socket\x20reconnection\x20failed\x20after\x20all\x20attempts','zDHke','stack','kRswi','rGBSh','PkOaU','ODuLF','Zurvp','godBY','CSkjM','VlfNt','✅\x20Training\x20Complete:','Running\x20test\x20inference','UVJNX','inferenceCompleted','qmmFp','lINRH','VJzSB','EMEIf','FqhFo','UzStX','✅\x20Training\x20completed:','NIyGZ','EGpzf','YRrTf','kGcCY','WnIPr','yswZH','mUXTt','rvxdJ','BLshg','join','testing','WKIFv','mCZKo','vzuJf','RnmLx','JuRcG','SZwkE','dFcbJ','uwZXx','ZQPrJ','BjOgF','HwWKP','IvnSM','refreshYouTubeTokens','✅\x20YouTube\x20tokens\x20refreshed,\x20but\x20training\x20restart\x20disabled','GJvjt','WiwCX','tmjbe','CVplg','rSReZ','IbUzQ','aSkaf','nLmbw','bZpOe','ZKnWK','ZniUU','YeixF','cScPv','BwxtE','NYOFA','RpTAI','LAuZF','euLZt','izSnh','Kknfi','mIKSs','WGncz','onZAC','ibPPE','zySqD','vzXdl','LqxBI','NckMG','kSqge','rexvP','MeWFi','sDHGQ','IMnic','wxlso','dKGBi','WoyJJ','NkByW','prJKl','Bemee','ZuOXM','JOImy','Mxzcp','ZfVHt','OhALS','lNQko','jWVMV','dHWJZ','BitTp','eDRpb','AOUez','JnAeO','kDIfu','GrKzw','Kuwvk','BEtPb','dsiLg','igqsI','XGoUP','Your\x20persona\x20is\x20ready!\x20🎉','SVmQp','qFuke','KvldX','oUjJf','ZmuOI','uFZEh','BJcZv','QNDEI','LbJjp','qxFvj','jDoLV','EuxlT','cKUAH','🎉\x20Real\x20persona\x20creation\x20completed\x20successfully','🔌\x20Disconnecting\x20training\x20socket...','clearTemporaryPin','✅\x20Using\x20real\x20authentication\x20token\x20for\x20onComplete:','nqyDo','GRZOl','jhQDO','UQSSo','aNkDa','pRZsJ','dYWBy','mZvTW','thdpc','yPGRz','FLunw','hIBwT','WTtUJ','EshzD','❌\x20Error\x20retrieving\x20real\x20token\x20for\x20onComplete:','Gpjgp','hitxX','returning_user','ZEJzo','wWubl','yQoZS','JdNGQ','pnisQ','EJiFO','ZdSpg','kizMA','pXDBU','dpSyB','TTRUt','nDodd','jIiyT','dNCdk','✅\x20Authentication\x20token\x20already\x20exists:','xHowN','xYbws','XZytW','tNThD','values','some','xqsMG','bEbwM','GEWSH','OvRcX','oNiap','coKtM','jsRfa','xBZuI','isfSb','fgZUm','FSXYf','CIvLs','zrzNj','gOGBm','🚀\x20[BACKGROUND]\x20Starting\x20background\x20training\x20optimization...','MdoSZ','pAqUr','WOzqv','hYRZH','XpfRM','kyVJR','fuNzS','fEUQm','Ntinp','VNBSf','zuxMo','pSXQz','rMJRl','WMsQX','YhySc','FkCcD','aoUUi','trainingUpdate','mgxbm','QVyvv','pRJBT','SsEey','✅\x20[BACKGROUND]\x20Background\x20training\x20initiated\x20successfully','❌\x20[BACKGROUND]\x20Background\x20training\x20failed:','zGDCo','rPsGV','hFKGG','cdrfe','VKEep','TVabg','lntxW','ZXKoe','MTdiZ','CXCvc','ufFWy','jBfgm','nUpMy','iklHt','tOaqg','UeCem','ARnsa','JRNrI','VKVpf','oDIgQ','ZKRnh','xvXbk','Modal','slide','createElement','View','modalOverlay','TouchableWithoutFeedback','backdrop','container','handleContainer','TouchableOpacity','handleButton','handle','debugPanel','Text','debugTitle','Debug\x20Padding','debugLabel','PSFQe','max','debugBtn','RpxFB','hpxTW','debugCloseBtn','yqLsv','wCaCY','welcomeContainer','brandMarkContainer','headingContainer','bodyContainer','welcomeButtonContainer','cCDip','uFOvl','SUZgk','QmfBR','getAuthToken','user_email','MgXVp','cdyNt','JdBKY','iikVb','yijyY','RDzul','xWqrS','Eztwo','rACxz','lMvGd','RoGwg','StyleSheet','flex-end','absoluteFillObject','#FAFAFA','100%','center','transparent','absolute','rgba(0,0,0,0.85)','#fff','row','bold','#333','#666','600','#000000','underline','space-between','#F5F5F5','#E5E5E5','#E9C46A','#000','flex-start','hidden','#1BA9D4','500','italic','#FFF5F5','#FEB2B2','#F0F9FF','#BAE6FD','#6B7280','#FF6B6B','#F8F9FA','#E5E7EB','#0EA5E9','#0369A1'];_0x209a=function(){return _0x2daa4b;};return _0x209a();}function _0x38f2(_0x209a47,_0x38f23a){_0x209a47=_0x209a47-0x0;const _0x3278f0=_0x209a();let _0x9de1c6=_0x3278f0[_0x209a47];return _0x9de1c6;}function _interopRequireWildcard(_0x4abb52,_0x4ed0b7){const _0x34f15f={'tglAP':function(_0x2c9fb9){return _0x2c9fb9();},'cUzLD':function(_0x256adb,_0x3784a5){return _0x256adb!==_0x3784a5;},'EKggc':'KIpIr','vhugL':function(_0x34db0b,_0xa185a9){return _0x34db0b&&_0xa185a9;},'qwRtT':function(_0x2f1324,_0xc70fac){return _0x2f1324===_0xc70fac;},'Qcbkp':function(_0x13da10,_0x3a3561){return _0x13da10!=_0x3a3561;},'EaQJD':'object','yHZOd':_0x38f2(0x3),'nrOFS':_0x38f2(0x4),'xyTJq':function(_0x4145df,_0x48ba87,_0x1875fd,_0x444662){return _0x4145df(_0x48ba87,_0x1875fd,_0x444662);},'nhPVS':function(_0x20c336,_0x4687d6){return _0x20c336==_0x4687d6;}};if(_0x34f15f[_0x38f2(0x5)](_0x38f2(0x3),typeof WeakMap))var _0x2e9ab7=new WeakMap(),_0x316d9d=new WeakMap();return(_interopRequireWildcard=function(_0x5cb91c,_0x45df7c){if(_0x34f15f[_0x38f2(0x6)](_0x38f2(0x7),_0x34f15f[_0x38f2(0x8)])){if(_0x34f15f['vhugL'](!_0x45df7c,_0x5cb91c)&&_0x5cb91c[_0x38f2(0x1)])return _0x5cb91c;var _0x15178e,_0x32e011,_0x4bd092={'__proto__':null,'default':_0x5cb91c};if(_0x34f15f[_0x38f2(0x9)](null,_0x5cb91c)||_0x34f15f[_0x38f2(0xa)](_0x34f15f['EaQJD'],typeof _0x5cb91c)&&_0x34f15f[_0x38f2(0xa)](_0x34f15f[_0x38f2(0xb)],typeof _0x5cb91c))return _0x4bd092;if(_0x15178e=_0x45df7c?_0x316d9d:_0x2e9ab7){if(_0x15178e[_0x38f2(0xc)](_0x5cb91c))return _0x15178e[_0x38f2(0xd)](_0x5cb91c);_0x15178e[_0x38f2(0xe)](_0x5cb91c,_0x4bd092);}for(const _0x34c4e7 in _0x5cb91c)_0x34f15f['nrOFS']!==_0x34c4e7&&{}[_0x38f2(0xf)][_0x38f2(0x10)](_0x5cb91c,_0x34c4e7)&&((_0x32e011=(_0x15178e=Object['defineProperty'])&&Object['getOwnPropertyDescriptor'](_0x5cb91c,_0x34c4e7))&&(_0x32e011[_0x38f2(0xd)]||_0x32e011['set'])?_0x34f15f[_0x38f2(0x11)](_0x15178e,_0x4bd092,_0x34c4e7,_0x32e011):_0x4bd092[_0x34c4e7]=_0x5cb91c[_0x34c4e7]);return _0x4bd092;}else _0x24681b['error'](_0x38f2(0x12),_0x1e1656),_0x34f15f[_0x38f2(0x13)](_0x1a23c6);})(_0x4abb52,_0x4ed0b7);}const {height,width}=_reactNative['Dimensions']['get']('window'),UniversalOnboarding=({visible:_0x3cc8b4,onClose:_0xdbd476,AppName:_0x540927,requestData:_0x1cc8b6,returnLink:_0x1a8b9b,onComplete:_0x163da5,embedd:embedd=![],debug:debug=![],test:test=![],preferredPlatform:_0x515560,primaryAuthOnly:primaryAuthOnly=![],allowedPlatforms:_0x2459a7,recommendedPlatforms:_0x5bf4d5,allowSkip:allowSkip=!![]})=>{const _0x18e357={'tPIuJ':_0x38f2(0x14),'eyplZ':_0x38f2(0x15),'KIerK':_0x38f2(0x16),'uEfmx':function(_0x14d8ed,_0x25c145){return _0x14d8ed(_0x25c145);},'DTRJX':function(_0x4fe1d5,_0x126f2b){return _0x4fe1d5&&_0x126f2b;},'gMbnV':function(_0x24f71b,_0x49823f){return _0x24f71b===_0x49823f;},'MzMDv':_0x38f2(0x17),'FpxrK':function(_0x3f1d45,_0x16f9d7){return _0x3f1d45===_0x16f9d7;},'xxpeW':_0x38f2(0x18),'fIxqi':_0x38f2(0x19),'JpyTo':_0x38f2(0x1a),'CZVds':_0x38f2(0x1b),'ZMdkm':function(_0xff18c3,_0x4485f6){return _0xff18c3&&_0x4485f6;},'DzjDy':function(_0x29c2e9,_0x2c0f4c){return _0x29c2e9===_0x2c0f4c;},'csiDy':function(_0x1b0b15,_0x152127){return _0x1b0b15!=_0x152127;},'WRONs':_0x38f2(0x1c),'Cnzie':function(_0x54d911,_0x4ef584){return _0x54d911!==_0x4ef584;},'hQMDq':_0x38f2(0x4),'eOThV':function(_0x3b2d8b,_0x46bb77,_0x7047d3,_0x54527d){return _0x3b2d8b(_0x46bb77,_0x7047d3,_0x54527d);},'shCPG':_0x38f2(0x1d),'inSRj':_0x38f2(0x1e),'HIZiJ':function(_0xdfd46b){return _0xdfd46b();},'Xdytr':function(_0x3a89be,_0x1ede2b){return _0x3a89be===_0x1ede2b;},'YryCN':'qIlsp','jjrFu':_0x38f2(0x1f),'pCSFU':_0x38f2(0x20),'vRGUk':_0x38f2(0x21),'UXjGY':_0x38f2(0x22),'CcPvC':_0x38f2(0x23),'gbgdk':_0x38f2(0x24),'tcldT':_0x38f2(0x25),'GYhaL':_0x38f2(0x26),'LgsKy':function(_0x156a26,_0x1431bd){return _0x156a26(_0x1431bd);},'INBLO':_0x38f2(0x27),'TWEDG':function(_0x56d65f){return _0x56d65f();},'EIZIT':'bcMZZ','YpppL':_0x38f2(0x28),'dYfdQ':_0x38f2(0x29),'qvAZu':function(_0x21e0a7,_0x26d13c){return _0x21e0a7%_0x26d13c;},'ALowl':function(_0xcd54cf,_0x42d744){return _0xcd54cf===_0x42d744;},'fLyQi':function(_0x1276fc,_0x3b2267){return _0x1276fc===_0x3b2267;},'vjkQk':_0x38f2(0x2a),'isbgw':function(_0x396eab,_0x22494f){return _0x396eab(_0x22494f);},'HVZBp':_0x38f2(0x2b),'SDRKw':function(_0x80f95e,_0x2c34d7){return _0x80f95e instanceof _0x2c34d7;},'MGDLF':_0x38f2(0x2c),'rCdMn':function(_0x1b584b){return _0x1b584b();},'BVPzQ':_0x38f2(0x2d),'CoUTz':'Disconnect\x20Platform','ZXQaf':'Yes','dmlPb':_0x38f2(0x2e),'burYD':_0x38f2(0x2f),'ePXGZ':_0x38f2(0x30),'tqrDS':function(_0x55d2d6,_0x3ec0ad){return _0x55d2d6%_0x3ec0ad;},'lNQko':function(_0x44b265,_0x201580,_0x5eb0d9){return _0x44b265(_0x201580,_0x5eb0d9);},'MPHdf':_0x38f2(0x31),'VZQyP':'Uploading\x20to\x20S3','QapqD':function(_0x491f0f,_0x3c3a83){return _0x491f0f===_0x3c3a83;},'GUcqm':function(_0x204d66,_0x482c66){return _0x204d66(_0x482c66);},'HxXUg':function(_0xbdd007,_0x56857d){return _0xbdd007===_0x56857d;},'DNNhW':function(_0x5eca39,_0x5cee5b){return _0x5eca39===_0x5cee5b;},'wRaYa':'dpjZT','gOGBm':function(_0x18f3d9,_0x2cea39,_0x271798){return _0x18f3d9(_0x2cea39,_0x271798);},'LbRwm':function(_0x1b2807,_0x1257c5){return _0x1b2807(_0x1257c5);},'GxBEY':_0x38f2(0x32),'ZPSBP':_0x38f2(0x33),'hUymB':_0x38f2(0x34),'ToTkN':_0x38f2(0x35),'INEJx':'🔌\x20Cleaning\x20up\x20socket\x20connection...','zJAco':function(_0x26cf5f,_0x522052){return _0x26cf5f(_0x522052);},'OEkjw':_0x38f2(0x36),'YMtEC':function(_0x34d0cc){return _0x34d0cc();},'tRhXi':_0x38f2(0x37),'rYJkv':function(_0x3ada83,_0xb9d395){return _0x3ada83(_0xb9d395);},'sHxXK':_0x38f2(0x38),'tdOYR':function(_0x337334,_0x27fda7){return _0x337334(_0x27fda7);},'wqvuE':_0x38f2(0x39),'dNcPc':_0x38f2(0x3a),'KKeSL':'❌\x20Google\x20Sign-In\x20error:','zBcFJ':'Google\x20Sign-In\x20failed.\x20Please\x20try\x20again.','jVchK':_0x38f2(0x3b),'ROBmP':_0x38f2(0x3c),'RhroT':_0x38f2(0x3d),'iBNZq':_0x38f2(0x3e),'gOYUv':function(_0x45e0ef,_0x594271){return _0x45e0ef&&_0x594271;},'XmNLl':_0x38f2(0x3f),'NIdWC':_0x38f2(0x40),'KSPon':_0x38f2(0x41),'xRvgD':'user_email','dMzCV':function(_0x4ff6d7,_0x3cfd35){return _0x4ff6d7===_0x3cfd35;},'buztn':_0x38f2(0x42),'iqXhM':'5|1|4|3|0|2','wdeCR':_0x38f2(0x43),'PAUCb':function(_0x549a5b,_0x333227){return _0x549a5b(_0x333227);},'dtHok':_0x38f2(0x44),'nqeUg':function(_0x2da0b6,_0x245d2f){return _0x2da0b6===_0x245d2f;},'fwCCM':function(_0x53e321){return _0x53e321();},'jklKi':'Keeping\x20your\x20data\x20private','TtCIP':function(_0x266e67,_0x4a23ad){return _0x266e67===_0x4a23ad;},'DjhXK':function(_0x450e7a,_0x1f1a40){return _0x450e7a===_0x1f1a40;},'ktGPO':_0x38f2(0x45),'ktQTj':_0x38f2(0x46),'SVmQp':function(_0xbb9e67,_0x4bd87a){return _0xbb9e67===_0x4bd87a;},'EmsaG':function(_0x5d4a14,_0x14787e){return _0x5d4a14===_0x14787e;},'lpiYX':function(_0x16ffa5,_0x506680){return _0x16ffa5*_0x506680;},'eautC':function(_0x48ddbc,_0x273ccf){return _0x48ddbc||_0x273ccf;},'iLxIA':function(_0x29dc15,_0x4e67ff){return _0x29dc15(_0x4e67ff);},'qBTWn':_0x38f2(0x47),'WJBCp':function(_0x409c85,_0x5f2d1f){return _0x409c85(_0x5f2d1f);},'glFrM':function(_0xb84ba,_0xa6475){return _0xb84ba(_0xa6475);},'LaHeu':function(_0x4d96dd,_0x5b5c93){return _0x4d96dd===_0x5b5c93;},'troDy':function(_0x11ac7b,_0x27c84b){return _0x11ac7b*_0x27c84b;},'tAAbq':_0x38f2(0x48),'gFjiB':_0x38f2(0x49),'ERuyD':_0x38f2(0x4a),'NPzOF':'iypFl','Ekmqk':'zheia','rXfcV':function(_0x507571){return _0x507571();},'VCHZI':function(_0x4974ee,_0x4c3c17,_0x12a2a0){return _0x4974ee(_0x4c3c17,_0x12a2a0);},'WmMOQ':function(_0x2b857f,_0x5580b6){return _0x2b857f(_0x5580b6);},'sOJBn':'Training\x20in\x20progress','QdyIo':function(_0x14d1e7,_0x5740db){return _0x14d1e7>_0x5740db;},'yWcUr':_0x38f2(0x4b),'YWuPP':_0x38f2(0x4c),'kzCtp':function(_0x437ab2,_0xa6c718){return _0x437ab2==_0xa6c718;},'gijcS':_0x38f2(0x3),'ZmiUA':function(_0x524b9b,_0x2d1867){return _0x524b9b!==_0x2d1867;},'MLuFF':function(_0x119018,_0x19bfe5){return _0x119018(_0x19bfe5);},'KygSH':function(_0x3f4bf3,_0xa5721){return _0x3f4bf3!==_0xa5721;},'pJOvE':'dNbGg','JYKQL':_0x38f2(0x4d),'oFJjN':_0x38f2(0x4e),'yotau':function(_0x3fecc4,_0x40be54){return _0x3fecc4(_0x40be54);},'BcKUL':_0x38f2(0x4f),'pdpWg':'🔍\x20Reviewer\x20bypass\x20detected','qYUqY':function(_0x2b04d7,_0x315123){return _0x2b04d7===_0x315123;},'NkByW':function(_0x52188b,_0x4e8d7c){return _0x52188b===_0x4e8d7c;},'kBFLp':'LbLCA','EPlzz':_0x38f2(0x50),'ZHfRb':_0x38f2(0x51),'FElfJ':_0x38f2(0x52),'tzAsM':function(_0x311ccc,_0x5577f1){return _0x311ccc(_0x5577f1);},'BnrDY':_0x38f2(0x53),'bUnnb':_0x38f2(0x54),'UzSrh':_0x38f2(0x55),'tLiho':'❌\x20Failed\x20to\x20send\x20verification\x20code:','Bnkoa':_0x38f2(0x56),'kEImD':function(_0x3e1b81,_0x285776){return _0x3e1b81===_0x285776;},'tgrqi':'lHcWT','kSztg':'pgBTJ','febLu':_0x38f2(0x57),'gmtRn':_0x38f2(0x58),'rDtBJ':'UXxBY','KfDQo':function(_0x828ce9,_0x51a2a8){return _0x828ce9(_0x51a2a8);},'tOIoO':'Invalid\x20verification\x20code.\x20Please\x20try\x20again.','hgceo':_0x38f2(0x59),'ZcZKI':_0x38f2(0x5a),'xWzob':_0x38f2(0x5b),'OGflC':function(_0x2508e2,_0x324c98){return _0x2508e2(_0x324c98);},'AcyXw':function(_0x13ce1f,_0x5e950e){return _0x13ce1f!==_0x5e950e;},'wxnUs':_0x38f2(0x5c),'qmWJD':_0x38f2(0x5d),'IJHnj':'BtOWN','Fikjl':'✅\x20Google\x20Sign-In\x20successful:','cfcWW':'🔍\x20Is\x20new\x20user?','ifPWl':function(_0xa4fc44,_0x454a69){return _0xa4fc44===_0x454a69;},'sqjTg':_0x38f2(0x5e),'NNavl':_0x38f2(0x5f),'oSoFu':function(_0x214a5a,_0x383b41){return _0x214a5a(_0x383b41);},'JHpQR':'IxCNK','WehCI':_0x38f2(0x60),'JVYKH':_0x38f2(0x61),'hZpOS':'weUZw','JKRgp':'ℹ️\x20Google\x20Sign-In\x20cancelled\x20by\x20user','hFNbX':function(_0x244361,_0x3bbdbe){return _0x244361(_0x3bbdbe);},'GeyHl':function(_0x9afbc1,_0xacd8f){return _0x9afbc1(_0xacd8f);},'gdXJO':function(_0x5b02c5,_0x5c07cb){return _0x5b02c5===_0x5c07cb;},'mInRB':'VXvSJ','GaojB':_0x38f2(0x62),'BWGuZ':_0x38f2(0x63),'TNlWy':_0x38f2(0x64),'KYvUQ':'Error:\x20Failed\x20to\x20continue\x20training','dAIEe':function(_0x19a209,_0x351183){return _0x19a209(_0x351183);},'cKBLF':_0x38f2(0x65),'qrCZG':'eSkAD','eosMt':_0x38f2(0x66),'MMbMs':_0x38f2(0x67),'YKLdD':_0x38f2(0x68),'atJaI':function(_0x3d151c,_0x58401d){return _0x3d151c===_0x58401d;},'dttUo':function(_0x325d27,_0x1847ff){return _0x325d27===_0x1847ff;},'EaXBh':function(_0x43cefd,_0x3c31f3){return _0x43cefd===_0x3c31f3;},'WHIcN':function(_0x1ef1e7,_0x4a2326){return _0x1ef1e7===_0x4a2326;},'mdieU':'returning_user','rXIsy':_0x38f2(0x69),'bpjGb':function(_0x11edf8,_0xa580cf){return _0x11edf8===_0xa580cf;},'vChRq':function(_0x373c2b,_0x2ec3af){return _0x373c2b===_0x2ec3af;},'pyJfT':function(_0x4de0db,_0x3ab6ad){return _0x4de0db>_0x3ab6ad;},'pWrTF':function(_0xf393cc,_0x208290){return _0xf393cc===_0x208290;},'fNLNo':_0x38f2(0x6a),'WiwqI':'srrrI','CqJjV':'👋\x20Welcome\x20back!\x20User\x20has\x20existing\x20connections,\x20skipping\x20to\x20consent\x20screen','REDrW':function(_0x3c2936,_0x20acbf){return _0x3c2936(_0x20acbf);},'LdNAV':function(_0x2b03a,_0x1a7347){return _0x2b03a(_0x1a7347);},'OgbTK':function(_0xbae370,_0x538169){return _0xbae370(_0x538169);},'LKGnc':_0x38f2(0x6b),'ObzJg':'JSfXP','JcmqK':_0x38f2(0x6c),'iCDVS':function(_0x3e7dba,_0x585ce6){return _0x3e7dba(_0x585ce6);},'mXLhM':'❌\x20Error\x20verifying\x20email\x20code:','eYZWt':function(_0x3e29a9,_0x4d6db3){return _0x3e29a9(_0x4d6db3);},'EyKps':_0x38f2(0x6d),'xxsEZ':_0x38f2(0x6e),'oXdcz':_0x38f2(0x6f),'kYZCV':function(_0x1d2e16,_0x19fec4){return _0x1d2e16(_0x19fec4);},'VTZlq':_0x38f2(0x70),'uOPTq':'RTXWS','HyDJS':'4|1|7|2|5|3|8|6|0','IBCgV':_0x38f2(0x71),'rhZhY':function(_0x17d857,_0x570db9){return _0x17d857(_0x570db9);},'AowFS':_0x38f2(0x72),'Otqxj':_0x38f2(0x73),'FhdJa':_0x38f2(0x74),'zhUYI':function(_0x12763e,_0x551b7e){return _0x12763e(_0x551b7e);},'dHvez':_0x38f2(0x75),'hgdUo':function(_0x417b39,_0xcac282){return _0x417b39(_0xcac282);},'baMaH':_0x38f2(0x76),'ZTyoh':function(_0x336625,_0x44046c){return _0x336625(_0x44046c);},'oFXub':_0x38f2(0x77),'xTsSV':_0x38f2(0x78),'GHQwB':'ljLfY','pjkFm':'klBkR','gJJSz':'❌\x20Error\x20resending\x20verification\x20code:','ALVqa':'Network\x20error.\x20Please\x20try\x20again.','ZVfcy':function(_0x1bf299,_0x171cd1){return _0x1bf299(_0x171cd1);},'YupOV':'✅\x20Onboarding\x20complete!\x20Connected\x20platforms:','sblkt':function(_0x1a1f1e,_0x3acd47){return _0x1a1f1e!==_0x3acd47;},'bgsor':'oorGu','ooYLV':_0x38f2(0x79),'Cftoy':'🔑\x20[SDK]\x20Auth\x20data\x20retrieved\x20in\x20parallel','BHMYh':'🔑\x20[SDK]\x20Token\x20available:','cSqzw':_0x38f2(0x7a),'kgqLB':_0x38f2(0x7b),'UKdjj':'✅\x20[SDK]\x20Calling\x20onComplete\x20with\x20token\x20and\x20user\x20data','MJJIx':_0x38f2(0x7c),'oenLo':function(_0x426e6a,_0x38a3e7,_0x17b867,_0x30d90f){return _0x426e6a(_0x38a3e7,_0x17b867,_0x30d90f);},'ysphY':_0x38f2(0x7d),'lxgkr':function(_0x49c532,_0x49e538){return _0x49c532===_0x49e538;},'OmVJY':function(_0x5157d7,_0x3ee122){return _0x5157d7===_0x3ee122;},'mWNdN':'❌\x20[SDK]\x20Error\x20retrieving\x20auth\x20data\x20for\x20onComplete:','dRGhr':function(_0x404594,_0x20a9c0){return _0x404594&&_0x20a9c0;},'Vzzqz':'✅\x20[SDK]\x20onComplete\x20finished\x20-\x20waiting\x20for\x20parent\x20to\x20close\x20modal','rePAr':_0x38f2(0x7e),'dLARg':function(_0x4888de,_0x12d13b){return _0x4888de===_0x12d13b;},'dsWdP':function(_0x1af13f,_0x227adc){return _0x1af13f===_0x227adc;},'ODAfT':function(_0x5822f2,_0x4ab9e6){return _0x5822f2===_0x4ab9e6;},'HBTUC':function(_0x1f496e,_0x47bc82){return _0x1f496e===_0x47bc82;},'ekVZl':function(_0x39cbc2,_0x29815c){return _0x39cbc2===_0x29815c;},'gREVl':'❌\x20No\x20socket\x20ID\x20available\x20after\x20connection','UUmEx':_0x38f2(0x7f),'XLoWP':function(_0x316f2f){return _0x316f2f();},'YiQtd':_0x38f2(0x80),'IQHpZ':_0x38f2(0x81),'CzKGa':_0x38f2(0x82),'hDahS':_0x38f2(0x83),'XKQpD':'fabPe','YwnvR':function(_0x2ce1f4,_0x202a15){return _0x2ce1f4===_0x202a15;},'FhlfP':_0x38f2(0x84),'JRNrI':function(_0x34873f,_0x4fb7e6){return _0x34873f!==_0x4fb7e6;},'JHZuV':_0x38f2(0x85),'FwfTw':function(_0x45acad,_0x75e71c){return _0x45acad===_0x75e71c;},'dKGBi':function(_0x233242,_0x4c9ff9){return _0x233242===_0x4c9ff9;},'AjKBx':'BwDtK','fsdtI':_0x38f2(0x86),'lGOeQ':function(_0x4a85d2,_0x2fc55d){return _0x4a85d2===_0x2fc55d;},'mXXgT':function(_0x44d502,_0x2aa2d4,_0x45c241,_0x4a5edc){return _0x44d502(_0x2aa2d4,_0x45c241,_0x4a5edc);},'YVcWe':_0x38f2(0x87),'sXMXe':function(_0x52152d,_0x2a5053){return _0x52152d===_0x2a5053;},'SYqXT':'Lhbyd','JwSki':'🔍\x20Reviewer\x20bypass\x20triggered\x20from\x20platforms','bxKbR':'true','Mncuo':_0x38f2(0x88),'cAkCk':_0x38f2(0x89),'zDHke':function(_0x15c60c){return _0x15c60c();},'OdpRP':_0x38f2(0x12),'XoWbR':function(_0x478264,_0x3a244c){return _0x478264(_0x3a244c);},'TtaFz':function(_0x259292,_0x4a10e0){return _0x259292(_0x4a10e0);},'aooFq':function(_0x5c399c,_0x515c76){return _0x5c399c!==_0x515c76;},'RXEda':_0x38f2(0x8a),'KVEzx':'rpIeK','gnySZ':'4|6|5|0|2|1|3','hfvll':_0x38f2(0x8b),'qeAbQ':_0x38f2(0x8c),'jaxSt':_0x38f2(0x8d),'SFbUP':_0x38f2(0x8e),'WMvJN':_0x38f2(0x8f),'qrrvw':_0x38f2(0x90),'grICd':function(_0x36b086,_0x1c9a3a){return _0x36b086(_0x1c9a3a);},'weRGw':_0x38f2(0x91),'dXyOj':_0x38f2(0x92),'FfhYe':_0x38f2(0x93),'VJEkN':'connect','DwjAG':_0x38f2(0x94),'vZtTV':function(_0x4d751a,_0x539fd7){return _0x4d751a===_0x539fd7;},'xTXzY':'instagram','vRXNb':'AYCXu','byXNo':_0x38f2(0x95),'PcxdO':function(_0x3e8238,_0xe4223a){return _0x3e8238(_0xe4223a);},'HKmyY':function(_0x110986,_0x2ca5a7){return _0x110986(_0x2ca5a7);},'aUqfj':function(_0x50644e,_0x3b8fa1){return _0x50644e(_0x3b8fa1);},'NBEjj':function(_0x5d7822,_0x1d6293){return _0x5d7822===_0x1d6293;},'etyYR':function(_0x231a4e,_0x558091){return _0x231a4e===_0x558091;},'kQmBN':function(_0x1b5957,_0x17e010){return _0x1b5957!==_0x17e010;},'DhATq':_0x38f2(0x96),'DcZHO':_0x38f2(0x97),'pYNUc':function(_0x51f081,_0x13b5ce){return _0x51f081||_0x13b5ce;},'IupVw':_0x38f2(0x98),'yCCzo':function(_0xd8f8aa,_0x5c109c){return _0xd8f8aa(_0x5c109c);},'seUxB':_0x38f2(0x99),'jXair':function(_0x43bf8d,_0x361b81){return _0x43bf8d===_0x361b81;},'TJYIA':_0x38f2(0x9a),'uzaDn':'oauth','LnFsM':function(_0x240eb8,_0x27fbb3){return _0x240eb8(_0x27fbb3);},'KRJQD':function(_0x1fc500,_0x2cd840){return _0x1fc500&&_0x2cd840;},'apnvv':function(_0x55bd70,_0x4f044a){return _0x55bd70(_0x4f044a);},'mfUFA':function(_0x23d0db,_0x464273){return _0x23d0db(_0x464273);},'pZuzL':_0x38f2(0x9b),'fHnrs':_0x38f2(0x9c),'askqh':_0x38f2(0x9d),'ZlSrA':function(_0x3ba932,_0x12cae3){return _0x3ba932(_0x12cae3);},'tYpHM':_0x38f2(0x9e),'aIXeG':function(_0x2e3b9a,_0x161869){return _0x2e3b9a(_0x161869);},'ygfOI':function(_0x1f3f4d,_0x2e1ee4){return _0x1f3f4d===_0x2e1ee4;},'CZKax':function(_0x56db94,_0x1dff68){return _0x56db94===_0x1dff68;},'itELa':function(_0x74f8fd,_0x559706){return _0x74f8fd(_0x559706);},'kxMPp':'🔐\x20[PIN\x20SUBMIT]\x20PIN\x20submitted,\x20checking\x20for\x20background\x20training...','DEDjc':function(_0x1bff12,_0x120ec3){return _0x1bff12&&_0x120ec3;},'xNAgv':_0x38f2(0x9f),'POKKy':_0x38f2(0xa0),'vTxgF':_0x38f2(0xa1),'gabtD':function(_0x1abe8c,_0x3aeecd){return _0x1abe8c(_0x3aeecd);},'YSkRB':function(_0x4bbbbb,_0x3a5ff2){return _0x4bbbbb!==_0x3a5ff2;},'WjZaj':'hzOXB','YFOuM':function(_0x5c09fc,_0x29516c){return _0x5c09fc(_0x29516c);},'GsDrk':'🔐\x20[PIN\x20SUBMIT]\x20PIN\x20stored\x20securely,\x20moved\x20to\x20persona\x20step','roLFH':'✅\x20Socket\x20connected\x20for\x20training','MKavp':function(_0x2011aa,_0x365031){return _0x2011aa===_0x365031;},'bAeGc':function(_0x51ead4,_0x552074){return _0x51ead4===_0x552074;},'lBAnq':function(_0x117930,_0x56ebff){return _0x117930===_0x56ebff;},'bEixU':function(_0x252acf,_0x44b391){return _0x252acf===_0x44b391;},'BcPFv':function(_0x1cff26,_0x4f82fc){return _0x1cff26===_0x4f82fc;},'ITdSG':function(_0x48f097,_0x18fd98){return _0x48f097===_0x18fd98;},'JuRcG':function(_0x30becc,_0x944807){return _0x30becc(_0x944807);},'jfUgj':function(_0x56d2af,_0x5317a8){return _0x56d2af(_0x5317a8);},'SanDw':_0x38f2(0xa2),'WzWda':_0x38f2(0xa3),'ygTzN':function(_0x2126bc){return _0x2126bc();},'IebVX':function(_0x32fb6d,_0x5a1e95){return _0x32fb6d===_0x5a1e95;},'Qrlhx':_0x38f2(0xa4),'bfmDj':_0x38f2(0xa5),'eEXtK':function(_0x33e85d,_0x29e61f){return _0x33e85d(_0x29e61f);},'SucHL':function(_0x5574f7,_0x14a7c1){return _0x5574f7===_0x14a7c1;},'TwsVy':'SIbPD','CCvpE':_0x38f2(0xa6),'dlkrQ':_0x38f2(0xa7),'zFAHo':_0x38f2(0xa8),'YrJrc':function(_0x2996f2,_0x2f2bc2){return _0x2996f2===_0x2f2bc2;},'PJdnO':_0x38f2(0xa9),'dfxls':function(_0x46e9b9,_0x8bc744){return _0x46e9b9===_0x8bc744;},'WwKBa':_0x38f2(0xaa),'ESoWO':'📡\x20Training\x20API\x20response:','HLTFr':function(_0x2f323b,_0x580517){return _0x2f323b===_0x580517;},'hytdY':_0x38f2(0xab),'bqabg':function(_0x38cbf4,_0x1effd2){return _0x38cbf4(_0x1effd2);},'cAOqf':function(_0x4aeaf2,_0x1f8ee7){return _0x4aeaf2(_0x1f8ee7);},'EdmGP':_0x38f2(0xac),'adzud':_0x38f2(0xad),'qSIBL':_0x38f2(0xae),'XDsDY':function(_0x2f8dab,_0x123b3d){return _0x2f8dab(_0x123b3d);},'YnEdQ':_0x38f2(0xaf),'cuxdT':function(_0x33b696,_0x2f259a){return _0x33b696(_0x2f259a);},'XTvGr':_0x38f2(0xb0),'SIaop':_0x38f2(0xb1),'JExyZ':function(_0x2737de,_0x50d57a){return _0x2737de!==_0x50d57a;},'DNfHs':_0x38f2(0xb2),'KlaNq':'❌\x20Training\x20start\x20error:','GhWkw':function(_0x5447be,_0x2abbcc){return _0x5447be(_0x2abbcc);},'PxAUr':function(_0x19c7af,_0x47910a){return _0x19c7af instanceof _0x47910a;},'rzKQA':function(_0x3c39cf){return _0x3c39cf();},'qFfGk':function(_0x54e219,_0x2c3c1e){return _0x54e219!==_0x2c3c1e;},'liUlD':'qUkpD','IIlHg':_0x38f2(0xb3),'GQlBT':_0x38f2(0xb4),'ABcxl':_0x38f2(0xb5),'gUbcv':'🔑\x20Using\x20auth\x20token:','AStRy':function(_0x3c8eab,_0x260fcb){return _0x3c8eab===_0x260fcb;},'ZLUmR':function(_0x84fafc,_0x11d553){return _0x84fafc===_0x11d553;},'rKkmh':_0x38f2(0xb6),'LnbYf':'❌\x20[BACKGROUND]\x20Failed\x20to\x20continue\x20background\x20training:','VAUCb':function(_0x25106a,_0x28fb0e){return _0x25106a===_0x28fb0e;},'HUnij':function(_0x4db5fc,_0x597d91){return _0x4db5fc===_0x597d91;},'sMtep':function(_0xd7cdae,_0x360f6a){return _0xd7cdae===_0x360f6a;},'NZNPA':function(_0x4f9d53,_0x4f31e9){return _0x4f9d53===_0x4f31e9;},'gFDJP':function(_0x188986,_0x228eba){return _0x188986===_0x228eba;},'oIdGa':function(_0x1841df,_0x853b75){return _0x1841df(_0x853b75);},'jMVwO':function(_0x125a47,_0x19988c){return _0x125a47===_0x19988c;},'TSVLK':function(_0x4ad5b0,_0x80db77){return _0x4ad5b0!==_0x80db77;},'ciCRk':_0x38f2(0xb7),'EuzmP':_0x38f2(0xb8),'WGncz':function(_0x35dc16,_0x2c114e){return _0x35dc16(_0x2c114e);},'mVDYy':_0x38f2(0xb9),'tRjmF':function(_0x55fa88,_0x65be5c){return _0x55fa88(_0x65be5c);},'crBXO':_0x38f2(0xba),'gXlDs':_0x38f2(0xbb),'iNgXw':_0x38f2(0xbc),'BheRu':function(_0x4e41eb,_0x1efe34){return _0x4e41eb===_0x1efe34;},'fuNzS':function(_0x6b05b5,_0x500bf5){return _0x6b05b5===_0x500bf5;},'mtULt':_0x38f2(0xbd),'wcDGB':function(_0x413a2e,_0x24f5b9){return _0x413a2e!==_0x24f5b9;},'FDjAs':_0x38f2(0xbe),'oqEsP':_0x38f2(0xbf),'MMrxn':_0x38f2(0xc0),'mCZKo':_0x38f2(0xc1),'vzuJf':_0x38f2(0xc2),'RnmLx':_0x38f2(0xc3),'SZwkE':function(_0x5a4ec8,_0x41e7ed){return _0x5a4ec8(_0x41e7ed);},'MsPhG':_0x38f2(0xc4),'dFcbJ':function(_0x3c9dff,_0x5c7179,_0x17f7a3){return _0x3c9dff(_0x5c7179,_0x17f7a3);},'MZdKk':function(_0x9faf05,_0x2b52fc){return _0x9faf05===_0x2b52fc;},'NYOFA':_0x38f2(0xc5),'RpTAI':function(_0x39969d,_0x53eab5){return _0x39969d(_0x53eab5);},'LAuZF':function(_0xfda928,_0x5e9a14){return _0xfda928(_0x5e9a14);},'euLZt':'NO_DATA','izSnh':_0x38f2(0xc6),'cOfWH':function(_0x64be40,_0x427770){return _0x64be40(_0x427770);},'Mxzcp':function(_0x329441,_0x1fe2da){return _0x329441===_0x1fe2da;},'onZAC':_0x38f2(0xc7),'ibPPE':_0x38f2(0xc8),'zySqD':_0x38f2(0xc9),'vzXdl':function(_0x33e6a5,_0x528b37){return _0x33e6a5(_0x528b37);},'frJGT':function(_0x17570d,_0x26d93c){return _0x17570d(_0x26d93c);},'yDgbd':'vhhmO','RSgTH':_0x38f2(0xca),'kSqge':function(_0x401a3f,_0xc69b){return _0x401a3f(_0xc69b);},'MAlvr':function(_0x1c8e37,_0x3adbcd){return _0x1c8e37(_0x3adbcd);},'rexvP':function(_0x4de5c1,_0x1d3047){return _0x4de5c1(_0x1d3047);},'IMnic':_0x38f2(0xcb),'wxlso':function(_0x293db2,_0x4df50e){return _0x293db2===_0x4df50e;},'qAirR':function(_0x15152d,_0x2a0a4c){return _0x15152d===_0x2a0a4c;},'pESRo':function(_0x22d1b1,_0x807505){return _0x22d1b1===_0x807505;},'JJSJN':function(_0x43e4f5,_0xf5bca0){return _0x43e4f5===_0xf5bca0;},'WoyJJ':function(_0x4d1771,_0x3159d9){return _0x4d1771===_0x3159d9;},'prJKl':'qLmRq','Bemee':'🔍\x20Socket\x20state\x20after\x205\x20seconds:','ZuOXM':function(_0x1e4dc4,_0x48253d){return _0x1e4dc4===_0x48253d;},'JOImy':function(_0x5c4a2d,_0x59b314){return _0x5c4a2d===_0x59b314;},'ZfVHt':function(_0x4c8692,_0x5dd78d){return _0x4c8692===_0x5dd78d;},'OhALS':function(_0x3211be,_0x1408fa){return _0x3211be===_0x1408fa;},'jWVMV':_0x38f2(0xcc),'dHWJZ':_0x38f2(0xcd),'BitTp':_0x38f2(0xce),'eDRpb':'🔍\x20Socket\x20state:','AOUez':_0x38f2(0xcf),'JnAeO':function(_0x348af7){return _0x348af7();},'vLgwn':_0x38f2(0xd0),'kDIfu':_0x38f2(0xd1),'JRXQV':function(_0x548a5e){return _0x548a5e();},'Sbsyq':_0x38f2(0xd2),'JEMYa':_0x38f2(0xd3),'AxFab':_0x38f2(0xd4),'tftlk':_0x38f2(0xd5),'BzwiP':_0x38f2(0xd6),'HnQto':function(_0xbbc718,_0x11913f){return _0xbbc718!==_0x11913f;},'BLwLq':_0x38f2(0xd7),'vldTX':'🧠\x20Inference\x20Complete:','xJcUN':function(_0x349371,_0x2efd0c){return _0x349371===_0x2efd0c;},'ArHdd':function(_0x3420b1,_0x3f1b5b){return _0x3420b1===_0x3f1b5b;},'BpTCR':_0x38f2(0xd8),'olpbG':_0x38f2(0xd9),'UYblI':_0x38f2(0xda),'pGoaI':_0x38f2(0xdb),'KJuXS':'🔄\x20Attempting\x20to\x20refresh\x20YouTube\x20tokens...','HBgbN':_0x38f2(0xdc),'KXswe':'Token\x20refresh\x20failed\x20-\x20please\x20restart\x20from\x20connector\x20screen','sloez':_0x38f2(0xdd),'gpNAh':_0x38f2(0xde),'FDlWB':function(_0x1b6b13,_0x185ed4){return _0x1b6b13(_0x185ed4);},'FYYUo':'❌\x20YouTube\x20reconnection\x20failed:','VoEZA':_0x38f2(0xdf),'dKqUE':function(_0x303698,_0x2e32ef){return _0x303698(_0x2e32ef);},'XUpJh':_0x38f2(0xe0),'cZjnb':function(_0x5bb701){return _0x5bb701();},'daJFV':_0x38f2(0xe1),'kHSES':_0x38f2(0xe2),'BJcZv':'Failed\x20to\x20create\x20or\x20retrieve\x20authentication\x20token','IbLFE':_0x38f2(0xe3),'RVWuD':'Not\x20stored','ogMUh':_0x38f2(0xe4),'nbDJk':function(_0x2e86c0,_0xd0dcd4){return _0x2e86c0===_0xd0dcd4;},'aEBEH':function(_0x4c9a32,_0x279054){return _0x4c9a32===_0x279054;},'ZvlWC':function(_0x1a1c04,_0x5d19e4){return _0x1a1c04===_0x5d19e4;},'lIGpv':function(_0x4304e5,_0x57bb7e){return _0x4304e5===_0x57bb7e;},'QfnUV':function(_0x1c5c2d,_0x30794f){return _0x1c5c2d(_0x30794f);},'XFcKp':'🧑‍💻\x20Set\x20user\x20info:','bvPqD':function(_0x27eefd,_0x4f7fa1){return _0x27eefd||_0x4f7fa1;},'VCCxc':function(_0x4464dc,_0x3fe6ec){return _0x4464dc===_0x3fe6ec;},'UBLQs':_0x38f2(0xe5),'anbhI':_0x38f2(0xe6),'KFimc':_0x38f2(0xe7),'RLBJh':'📱\x20Device\x20platform:','gsCMZ':_0x38f2(0xe8),'rHzhX':_0x38f2(0xe9),'OPBtK':_0x38f2(0xea),'AelUA':_0x38f2(0xeb),'xqfIW':_0x38f2(0xec),'HELeQ':_0x38f2(0xed),'LiuXf':_0x38f2(0xee),'bxJkW':_0x38f2(0xef),'Zurvp':_0x38f2(0xf0),'VJzSB':_0x38f2(0xf1),'MeWFi':_0x38f2(0xf2),'sDHGQ':_0x38f2(0xf3),'dsiLg':function(_0x4ad080,_0x5b5ff4){return _0x4ad080(_0x5b5ff4);},'igqsI':function(_0x5412f6){return _0x5412f6();},'KZvPz':function(_0x1fa44d,_0xa19d94){return _0x1fa44d(_0xa19d94);},'uFZEh':_0x38f2(0xf4),'XGoUP':_0x38f2(0xf5),'qFuke':'KfQbt','KvldX':_0x38f2(0xf6),'oUjJf':function(_0x57150b,_0x49d5a4){return _0x57150b<_0x49d5a4;},'ZmuOI':_0x38f2(0xf7),'fOUQR':_0x38f2(0xf8),'QNDEI':function(_0x1f2a5e,_0x408212){return _0x1f2a5e<_0x408212;},'LbJjp':_0x38f2(0xf9),'qxFvj':function(_0x5d7e67,_0x4cdae0){return _0x5d7e67===_0x4cdae0;},'EuxlT':'Just\x20a\x20few\x20more\x20seconds','cKUAH':function(_0x5c2ee9,_0x2973ff){return _0x5c2ee9(_0x2973ff);},'nqyDo':function(_0x3c23a5,_0x5eca0f){return _0x3c23a5===_0x5eca0f;},'UQSSo':function(_0x3f4abc,_0x43a28a,_0x5b511f,_0x4c7ab7){return _0x3f4abc(_0x43a28a,_0x5b511f,_0x4c7ab7);},'KqprS':_0x38f2(0xfa),'GRZOl':_0x38f2(0xfb),'jhQDO':_0x38f2(0xfc),'uuccJ':function(_0x1b99b6,_0x9cb805){return _0x1b99b6===_0x9cb805;},'aNkDa':_0x38f2(0xfd),'pRZsJ':function(_0x34542c,_0x48d9ea){return _0x34542c===_0x48d9ea;},'yPGRz':function(_0x299372,_0xff2bc5){return _0x299372===_0xff2bc5;},'FLunw':_0x38f2(0xfe),'hIBwT':'tbiVF','tpuEy':function(_0x64d755,_0x44c10b){return _0x64d755===_0x44c10b;},'Gpjgp':function(_0x421b36,_0x5ce6e9){return _0x421b36===_0x5ce6e9;},'hitxX':function(_0x33df31,_0x2b67f2){return _0x33df31===_0x2b67f2;},'ZEJzo':function(_0x407728,_0x49eb2c){return _0x407728(_0x49eb2c);},'wWubl':function(_0x3bddd7,_0x12dc78){return _0x3bddd7(_0x12dc78);},'yQoZS':function(_0xae8d19,_0x235205){return _0xae8d19(_0x235205);},'JdNGQ':function(_0x2abe31,_0x19f372){return _0x2abe31!==_0x19f372;},'pnisQ':'rFheh','xHowN':_0x38f2(0xff),'QsCUf':_0x38f2(0x100),'xYbws':_0x38f2(0x101),'XZytW':_0x38f2(0x102),'tNThD':_0x38f2(0x103),'sISPV':'->\x20Setting\x20to:\x20welcome','ZPvXL':function(_0x5cba17,_0x19622a){return _0x5cba17(_0x19622a);},'xqsMG':_0x38f2(0x104),'bEbwM':function(_0x19eeeb,_0x5de28d){return _0x19eeeb!==_0x5de28d;},'GEWSH':_0x38f2(0x105),'Ipyzq':function(_0x9a28fd){return _0x9a28fd();},'FSXYf':function(_0x289415,_0xb04680){return _0x289415(_0xb04680);},'mgxbm':function(_0x121f9d,_0x5691f2){return _0x121f9d(_0x5691f2);},'QVyvv':_0x38f2(0x106),'pRJBT':_0x38f2(0x107),'SsEey':'XssBz','CIvLs':_0x38f2(0x108),'FyVEW':function(_0x37a73c,_0x7d5cac){return _0x37a73c||_0x7d5cac;},'zrzNj':'Collecting\x20your\x20data...','MdoSZ':function(_0x50677a,_0x12524e){return _0x50677a(_0x12524e);},'pAqUr':_0x38f2(0x109),'WOzqv':'✅\x20[BACKGROUND]\x20Auth\x20token\x20ready:','hYRZH':_0x38f2(0x10a),'XpfRM':function(_0x38e130,_0x3e5e6a){return _0x38e130===_0x3e5e6a;},'kyVJR':function(_0xa52171,_0x4e8ec6){return _0xa52171===_0x4e8ec6;},'fEUQm':function(_0x311370,_0x33f36b){return _0x311370===_0x33f36b;},'Ntinp':function(_0x3467b4,_0x3555e4){return _0x3467b4(_0x3555e4);},'VNBSf':_0x38f2(0x10b),'zuxMo':'🔌\x20[BACKGROUND]\x20Setting\x20up\x20socket\x20for\x20background\x20training...','pSXQz':_0x38f2(0x10c),'tOaqg':function(_0x36611b,_0x17599a){return _0x36611b(_0x17599a);},'UeCem':function(_0x3943d8){return _0x3943d8();},'xvXbk':function(_0x8908dc,_0x222f23){return _0x8908dc(_0x222f23);},'zGDCo':function(_0x4479d1,_0x5159d8){return _0x4479d1===_0x5159d8;},'rPsGV':_0x38f2(0x10d),'cdrfe':function(_0x3dc8bc,_0x32ed97){return _0x3dc8bc===_0x32ed97;},'Sljpa':_0x38f2(0x10e),'VKEep':_0x38f2(0x10f),'TVabg':_0x38f2(0x110),'lntxW':function(_0x410e3a,_0x1bbca4){return _0x410e3a(_0x1bbca4);},'HiIvQ':function(_0x10af87,_0x2d145d){return _0x10af87(_0x2d145d);},'ZXKoe':_0x38f2(0x111),'bLzhd':function(_0x40563c,_0x2d3c9c){return _0x40563c===_0x2d3c9c;},'MTdiZ':'CXCvc','ufFWy':_0x38f2(0x112),'jBfgm':function(_0xcb46ba,_0x1b35a5){return _0xcb46ba(_0x1b35a5);},'Dncsa':function(_0xc21ba9,_0x58649a){return _0xc21ba9!==_0x58649a;},'iklHt':'nUpMy','ARnsa':_0x38f2(0x113),'kFvHw':'Background\x20training\x20failed\x20to\x20start','zvrlW':function(_0x4b707b,_0x5ed114){return _0x4b707b(_0x5ed114);},'VKVpf':_0x38f2(0x114),'oDIgQ':_0x38f2(0x115),'ZKRnh':_0x38f2(0x116),'noogl':function(_0x4c9b40,_0x36a744){return _0x4c9b40 instanceof _0x36a744;},'QmfBR':_0x38f2(0x117),'qozdp':_0x38f2(0x118),'MgXVp':'🔑\x20[SDK]\x20Auth\x20data\x20retrieved\x20in\x20parallel\x20for\x20returning\x20user','cdyNt':function(_0x3199b1,_0x488497){return _0x3199b1!==_0x488497;},'JdBKY':'UEWNv','iikVb':_0x38f2(0x119),'RDzul':function(_0x2af43c,_0x3354b7){return _0x2af43c===_0x3354b7;},'xWqrS':_0x38f2(0x11a),'Eztwo':_0x38f2(0x11b),'YsoiD':_0x38f2(0x11c),'rACxz':_0x38f2(0x11d),'rIofO':'✅\x20[SDK]\x20Returning\x20user\x20onComplete\x20finished\x20-\x20waiting\x20for\x20parent\x20to\x20close\x20modal','NAiWL':_0x38f2(0x11e),'lMvGd':_0x38f2(0x11f),'RoGwg':_0x38f2(0x120),'xDmtt':_0x38f2(0x121),'Umfym':_0x38f2(0x122),'FHpIV':_0x38f2(0x123),'JlDGw':_0x38f2(0x124),'kvBOD':_0x38f2(0x125),'pitaf':_0x38f2(0x126),'UylyE':_0x38f2(0x127),'dNTrt':_0x38f2(0x128),'YfqKk':_0x38f2(0x129),'oCKzi':_0x38f2(0x12a),'xoSJy':_0x38f2(0x12b),'UwQDI':_0x38f2(0x12c),'uOoOF':_0x38f2(0x12d),'AdGLK':_0x38f2(0x12e),'adWAV':_0x38f2(0x12f),'yHqNC':_0x38f2(0x130),'vdtGR':function(_0x479775,_0x51488a){return _0x479775===_0x51488a;},'PSFQe':_0x38f2(0x131),'RpxFB':_0x38f2(0x132),'hpxTW':_0x38f2(0x133),'yqLsv':_0x38f2(0x134),'wCaCY':function(_0x3e7906,_0x311bc4){return _0x3e7906===_0x311bc4;},'cCDip':_0x38f2(0x135),'uFOvl':_0x38f2(0x136),'DfDtZ':function(_0x1c4707,_0x4dbd41){return _0x1c4707===_0x4dbd41;},'SUZgk':function(_0xcd02a1,_0x298fb4){return _0xcd02a1===_0x298fb4;}},[_0x4c83c8,_0x4410b1]=(0x0,_react[_0x38f2(0x137)])(primaryAuthOnly?_0x18e357[_0x38f2(0x138)]:'welcome'),[_0x10de7d,_0x12a0f5]=(0x0,_react[_0x38f2(0x137)])({}),[_0x33702a,_0x4fe496]=(0x0,_react['useState'])(''),[_0x36e7ec,_0x3164c6]=(0x0,_react[_0x38f2(0x137)])(_0x18e357[_0x38f2(0x139)]),[_0x42da28]=(0x0,_react[_0x38f2(0x137)])(new _reactNative[(_0x38f2(0x13a))]['Value'](height)),[_0x56f268]=(0x0,_react[_0x38f2(0x137)])(new _reactNative['Animated'][(_0x38f2(0x13b))](0x0)),[_0x4bd1ea,_0x1fa1e7]=(0x0,_react[_0x38f2(0x137)])({}),[_0x5bb751,_0x176dcb]=(0x0,_react[_0x38f2(0x137)])(''),[_0x16323c,_0xe2c547]=(0x0,_react[_0x38f2(0x137)])(''),[_0x408279,_0x3d3fd0]=(0x0,_react[_0x38f2(0x137)])(''),[_0x3441a5,_0x3b25ea]=(0x0,_react[_0x38f2(0x137)])(''),[_0x972741,_0x4a4673]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x2fe4d5,_0x409ce0]=(0x0,_react[_0x38f2(0x137)])(''),[_0x27bb00,_0x500488]=(0x0,_react['useState'])(![]),[_0x20065d,_0xa0cc52]=(0x0,_react['useState'])([]),[_0xfd379a,_0x42c1d9]=(0x0,_react['useState'])(null),[_0x149881,_0x4bcc43]=(0x0,_react['useState'])(![]),[_0x526f88,_0x4d6da6]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x149bb9,_0x5cff93]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x4250d3,_0x2d2866]=(0x0,_react[_0x38f2(0x137)])(0x0),[_0x5ad552,_0x3fdc89]=(0x0,_react['useState'])(0x8),[_0x1d3c49,_0x432407]=(0x0,_react[_0x38f2(0x137)])(0x6);(0x0,_react[_0x38f2(0x13c)])(()=>{console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x13e)],_0x3cc8b4),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x13f)],_0x149881),console[_0x38f2(0x13d)](_0x18e357['KIerK'],_0x4c83c8),console[_0x38f2(0x13d)](_0x38f2(0x140),primaryAuthOnly);},[_0x3cc8b4,_0x149881,_0x4c83c8,primaryAuthOnly]),(0x0,_react[_0x38f2(0x13c)])(()=>{const _0x1d5257={'DKves':function(_0x2f40e6,_0x4a1134){return _0x18e357[_0x38f2(0x141)](_0x2f40e6,_0x4a1134);}};_0x18e357[_0x38f2(0x142)](primaryAuthOnly,_0x3cc8b4)&&(_0x18e357[_0x38f2(0x143)](_0x4c83c8,_0x38f2(0x6e))||_0x18e357[_0x38f2(0x143)](_0x4c83c8,_0x18e357[_0x38f2(0x144)]))&&(_0x18e357[_0x38f2(0x145)]('NJdfM',_0x18e357[_0x38f2(0x146)])?_0x1d5257[_0x38f2(0x147)](_0x1f67a1,![]):(console[_0x38f2(0x13d)](_0x18e357['fIxqi']),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x148)],_0x4c83c8,_0x38f2(0x149)),_0x4410b1(_0x18e357[_0x38f2(0x14a)])));},[primaryAuthOnly,_0x3cc8b4]);const _0x193d3b=(0x0,_react[_0x38f2(0x14b)])(![]),[_0x4903a3,_0x54e8b9]=(0x0,_react[_0x38f2(0x137)])(0x5),[_0x1ea96c,_0x404aa4]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x7814d7]=(0x0,_react['useState'])(new _reactNative[(_0x38f2(0x13a))][(_0x38f2(0x13b))](0x0)),_0x5d63e3=(0x0,_react[_0x38f2(0x14b)])(null),_0x5448c3=null,[_0x1604f4,_0x38aed0]=(0x0,_react[_0x38f2(0x137)])(''),[_0x2a97bf,_0x48a0e2]=(0x0,_react[_0x38f2(0x137)])(0x0),[_0x59e769,_0x328f27]=(0x0,_react[_0x38f2(0x137)])(_0x18e357[_0x38f2(0x14c)]),[_0x4f942d,_0x2ae88a]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x5d9e23,_0x7f16ca]=(0x0,_react['useState'])(![]),[_0x68b2bd,_0x56d549]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x11f566,_0x2d0a87]=(0x0,_react[_0x38f2(0x137)])(null),[_0x4acd33,_0x423bab]=(0x0,_react[_0x38f2(0x137)])(null),[_0x181c80,_0x18c3dc]=(0x0,_react[_0x38f2(0x137)])(null),[_0x295a99,_0x2a86a6]=(0x0,_react[_0x38f2(0x137)])(null),[_0xea9b96,_0x5438b3]=(0x0,_react[_0x38f2(0x137)])(''),_0x15ee34=(0x0,_react[_0x38f2(0x14b)])(null),_0x55fea2=(0x0,_react[_0x38f2(0x14b)])(null),[_0x10cfb4,_0xc142df]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x2680ea,_0x201d2f]=(0x0,_react[_0x38f2(0x137)])(null),[_0x51fc32,_0x330511]=(0x0,_react['useState'])(null),[_0x40f16d,_0x2c4814]=(0x0,_react['useState'])(null),[_0x4f7732,_0x114441]=(0x0,_react[_0x38f2(0x137)])(null),[_0xfc77dc,_0x5a5646]=(0x0,_react[_0x38f2(0x137)])(![]),[_0x5a0591,_0x555072]=(0x0,_react['useState'])(![]),[_0x1df002,_0x73f841]=(0x0,_react['useState'])(''),[_0x4c0fd5,_0x21fba1]=(0x0,_react[_0x38f2(0x137)])(null),_0x20360f=async _0x1f5b23=>{const _0x132c17={'OKwMx':_0x18e357['shCPG'],'DzKGP':_0x18e357[_0x38f2(0x14d)],'FUjJj':function(_0x3e4a3d){return _0x18e357[_0x38f2(0x14e)](_0x3e4a3d);},'XwXYC':function(_0x256b1b,_0x4a7017){return _0x18e357[_0x38f2(0x141)](_0x256b1b,_0x4a7017);},'uwbxR':_0x38f2(0x14f)};if(_0x18e357[_0x38f2(0x150)](_0x18e357[_0x38f2(0x151)],_0x18e357[_0x38f2(0x152)]))_0xa29ef4[_0x38f2(0x153)]=_0x5c8734,_0x1c1fdb[_0x38f2(0x154)]=_0xfd7ff9||_0x2b7bfa[_0x38f2(0x155)]('@')[0x0];else try{const _0x5b955f=await _asyncStorage[_0x38f2(0x4)]['getItem'](_0x18e357[_0x38f2(0x156)]);let _0x29a4e6=_0x5b955f?JSON[_0x38f2(0x157)](_0x5b955f):[];if(!_0x29a4e6[_0x38f2(0x158)](_0x1f5b23)){if(_0x18e357[_0x38f2(0x159)]!==_0x38f2(0x21)){const _0x1e5832={'dtapz':_0x132c17[_0x38f2(0x15a)]};_0x57d0c1&&((0x0,_0x5e1cf3[_0x38f2(0x15b)])(_0x176f2b['HapticType'][_0x38f2(0x15c)]),_0x4cc16e['log'](_0x132c17[_0x38f2(0x15d)]),_0x132c17[_0x38f2(0x15e)](_0x1e0617)['catch'](_0x440e95=>{_0x385da2[_0x38f2(0x15f)](_0x1e5832[_0x38f2(0x160)],_0x440e95);}),_0x132c17[_0x38f2(0x161)](_0x547c5f,_0x132c17[_0x38f2(0x162)]));}else _0x29a4e6['push'](_0x1f5b23),await _asyncStorage[_0x38f2(0x4)]['setItem'](_0x18e357[_0x38f2(0x156)],JSON[_0x38f2(0x163)](_0x29a4e6)),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x164)],_0x1f5b23,_0x18e357[_0x38f2(0x165)],_0x29a4e6);}}catch(_0xa3614f){if(_0x18e357['Cnzie'](_0x38f2(0x166),_0x18e357[_0x38f2(0x167)]))console['error'](_0x18e357[_0x38f2(0x168)],_0xa3614f);else{if(_0x18e357[_0x38f2(0x169)](!_0x1cf042,_0x45f8b8)&&_0x117983['__esModule'])return _0x4a34e6;var _0x5d8b6d,_0x43bcbe,_0x3c2022={'__proto__':null,'default':_0x37c55f};if(_0x18e357[_0x38f2(0x16a)](null,_0x5ad40a)||_0x18e357[_0x38f2(0x16b)](_0x18e357[_0x38f2(0x16c)],typeof _0x151b09)&&_0x18e357[_0x38f2(0x16b)]('function',typeof _0x289755))return _0x3c2022;if(_0x5d8b6d=_0x578d6d?_0x4eeb9b:_0x5b9bd9){if(_0x5d8b6d[_0x38f2(0xc)](_0x52f262))return _0x5d8b6d[_0x38f2(0xd)](_0x4d563b);_0x5d8b6d[_0x38f2(0xe)](_0xa64337,_0x3c2022);}for(const _0x1e1da0 in _0x1b9f22)_0x18e357[_0x38f2(0x16d)](_0x18e357['hQMDq'],_0x1e1da0)&&{}[_0x38f2(0xf)][_0x38f2(0x10)](_0x3a3ef5,_0x1e1da0)&&((_0x43bcbe=(_0x5d8b6d=_0x439dcc[_0x38f2(0x0)])&&_0x45a98a[_0x38f2(0x16e)](_0xb24654,_0x1e1da0))&&(_0x43bcbe[_0x38f2(0xd)]||_0x43bcbe[_0x38f2(0xe)])?_0x18e357[_0x38f2(0x16f)](_0x5d8b6d,_0x3c2022,_0x1e1da0,_0x43bcbe):_0x3c2022[_0x1e1da0]=_0x3e1d47[_0x1e1da0]);return _0x3c2022;}}},_0x342969=async _0x67d616=>{if(_0x18e357[_0x38f2(0x16d)](_0x18e357[_0x38f2(0x170)],_0x18e357[_0x38f2(0x170)])){_0x481fb5[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x171)]),_0x18e357[_0x38f2(0x141)](_0x527384,_0x38f2(0x172)),_0x18e357[_0x38f2(0x141)](_0x2b6470,_0x1b5126['details']),_0x498651(!![]),_0x18e357[_0x38f2(0x173)](_0x56dd69,_0x18e357[_0x38f2(0x174)]),_0x2ceab7(!![]),_0x18e357[_0x38f2(0x175)](_0xeda4b5);return;}else try{const _0xaf6887=await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x176)](_0x18e357[_0x38f2(0x156)]);let _0x550c2a=_0xaf6887?JSON['parse'](_0xaf6887):[];_0x550c2a=_0x550c2a[_0x38f2(0x177)](_0x3710a3=>_0x3710a3!==_0x67d616),await _asyncStorage['default'][_0x38f2(0x178)](_0x38f2(0x20),JSON['stringify'](_0x550c2a)),console[_0x38f2(0x13d)](_0x38f2(0x179),_0x67d616,_0x18e357[_0x38f2(0x17a)],_0x550c2a);}catch(_0x351b02){console[_0x38f2(0x15f)](_0x18e357['dYfdQ'],_0x351b02);}},_0x5ce091=(_0x5cc001,_0x2a938b)=>{_0x18e357[_0x38f2(0x143)]('qdPOh',_0x18e357[_0x38f2(0x17b)])?_reactNative[_0x38f2(0x17c)][_0x38f2(0x17d)](_0x18e357['CoUTz'],_0x38f2(0x17e)+_0x2a938b+'?',[{'text':'No','style':_0x38f2(0x17f)},{'text':_0x18e357[_0x38f2(0x180)],'style':_0x18e357['dmlPb'],'onPress':async()=>{const _0x4925d7={'pFpTU':function(_0x2e602b,_0x190e26){return _0x18e357[_0x38f2(0x181)](_0x2e602b,_0x190e26);},'JIPnL':function(_0x566e7e,_0x1b08bb){return _0x566e7e+_0x1b08bb;},'puhkT':function(_0x51ccc8,_0x5a8798){return _0x18e357[_0x38f2(0x182)](_0x51ccc8,_0x5a8798);},'cJPrk':function(_0x383e8a,_0x4835fd){return _0x18e357[_0x38f2(0x173)](_0x383e8a,_0x4835fd);}};if(_0x18e357[_0x38f2(0x183)]('enTwg',_0x18e357[_0x38f2(0x184)]))try{_0x53838c(_0x1febfc=>({..._0x1febfc,[_0x5cc001]:_0x38f2(0x45)})),_0x18e357['LgsKy'](_0x12a0f5,_0x6f904b=>{const _0x571064={..._0x6f904b};return delete _0x571064[_0x5cc001],_0x571064;}),_0x1fa1e7(_0x2cb17e=>({..._0x2cb17e,[_0x5cc001]:![]})),await _0x18e357['isbgw'](_0x342969,_0x5cc001),await _0x18e357['TWEDG'](_0x3a5e37),console[_0x38f2(0x13d)](_0x38f2(0x185),_0x5cc001);}catch(_0x5c7339){_0x18e357[_0x38f2(0x143)](_0x18e357[_0x38f2(0x186)],'RZAFs')?console[_0x38f2(0x15f)](_0x38f2(0x187),_0x5c7339):_0x5ed994['error'](_0x38f2(0x25),_0x3a5e82);}else _0x43075d=_0x4925d7[_0x38f2(0x188)](_0x4925d7[_0x38f2(0x189)](_0x430d19,0x1),0x4),_0x4925d7['puhkT'](_0x5bed78,0x0)?_0x590ad5(''):_0x4925d7[_0x38f2(0x18a)](_0x2cda64,'.'['repeat'](_0x8dbee3));}}]):(_0x570d3c[_0x38f2(0x15f)](_0x38f2(0x116),_0x1595de),_0x18e357[_0x38f2(0x18b)](_0x2fa8e6,_0x38f2(0x18c)+(_0x18e357[_0x38f2(0x18d)](_0xb3ced2,_0x4b2714)?_0x36172f[_0x38f2(0x18e)]:_0x18e357[_0x38f2(0x18f)])),_0x4645b7(!![]),_0x18e357[_0x38f2(0x190)](_0x365123));},_0x23c72c=()=>{const _0x363e25={'XeQly':_0x38f2(0x191),'gNHPO':function(_0x2030a3,_0x4adcdb){return _0x2030a3(_0x4adcdb);},'NDtjA':_0x18e357[_0x38f2(0x192)],'IZQIO':function(_0xf33637,_0x3eceb4){return _0xf33637!==_0x3eceb4;},'Gvced':_0x18e357[_0x38f2(0x193)],'RuJyt':function(_0x442434,_0x5c9095){return _0x18e357[_0x38f2(0x194)](_0x442434,_0x5c9095);},'pwYNM':function(_0x26ffed,_0x1f9dc2){return _0x26ffed+_0x1f9dc2;}};_0x55fea2['current']&&_0x18e357[_0x38f2(0x18b)](clearInterval,_0x55fea2[_0x38f2(0x195)]);let _0x4c30b7=0x0;_0x55fea2[_0x38f2(0x195)]=_0x18e357['lNQko'](setInterval,()=>{_0x363e25[_0x38f2(0x196)](_0x363e25[_0x38f2(0x197)],_0x38f2(0x198))?(_0x4c30b7=_0x363e25['RuJyt'](_0x363e25[_0x38f2(0x199)](_0x4c30b7,0x1),0x4),_0x4c30b7===0x0?_0x363e25[_0x38f2(0x19a)](_0x5438b3,''):_0x363e25[_0x38f2(0x19a)](_0x5438b3,'.'[_0x38f2(0x19b)](_0x4c30b7))):(_0x39ccb3[_0x38f2(0x15f)](_0x363e25[_0x38f2(0x19c)],_0x3a52f6),_0x363e25[_0x38f2(0x19a)](_0x205e22,_0x363e25[_0x38f2(0x19d)]),_0x435174(!![]),_0x23e464());},0x1f4);},_0x11db53=()=>{const _0x41b7db={'EqSyl':_0x18e357[_0x38f2(0x19e)],'ckaoH':function(_0x1745c7,_0x529a03){return _0x18e357[_0x38f2(0x141)](_0x1745c7,_0x529a03);},'ZIJEa':_0x18e357['VZQyP']};if(_0x18e357[_0x38f2(0x19f)]('odbNq','cKbFv')){const _0x50554=_0x41b7db[_0x38f2(0x1a0)][_0x38f2(0x155)]('|');let _0x410ce3=0x0;while(!![]){switch(_0x50554[_0x410ce3++]){case'0':_0x2968db[_0x38f2(0x13d)](_0x38f2(0x1a1),_0x55c496);continue;case'1':_0x28cc57(_0x3edc84[_0x38f2(0x1a2)]);continue;case'2':_0x41b7db[_0x38f2(0x1a3)](_0x5b096f,_0x41b7db[_0x38f2(0x1a4)]);continue;case'3':_0xe72e5c(0x50);continue;case'4':_0x3ef93b(_0x2f8468[_0x38f2(0x1a5)]);continue;}break;}}else _0x55fea2[_0x38f2(0x195)]&&(_0x18e357[_0x38f2(0x1a6)](clearInterval,_0x55fea2['current']),_0x55fea2[_0x38f2(0x195)]=null),_0x5438b3('');},_0x1ded85=[{'id':_0x18e357[_0x38f2(0x1a7)],'name':_0x18e357['JlDGw'],'color':_0x18e357[_0x38f2(0x1a8)]},{'id':'youtube','name':_0x38f2(0x1a9),'color':_0x18e357[_0x38f2(0x1aa)]},{'id':_0x18e357['UylyE'],'name':_0x18e357[_0x38f2(0x1ab)],'color':_0x18e357[_0x38f2(0x1ac)]}],_0x37d55a=[{'id':_0x18e357[_0x38f2(0x1ad)],'name':_0x18e357['xoSJy'],'color':'#FFFFFF'},{'id':_0x18e357[_0x38f2(0x1ae)],'name':_0x18e357[_0x38f2(0x1af)],'color':_0x18e357['AdGLK']},{'id':_0x18e357[_0x38f2(0x1b0)],'name':'ChatGPT','color':_0x18e357['yHqNC']}],_0x250894=[..._0x1ded85,..._0x37d55a],_0x523e4d=async()=>{},_0x3a5e37=async()=>{},_0x31bd47=()=>_0x38f2(0x45),_0xf30a33=![],_0x2e31a1=()=>![],[_0x6282ab,_0x53838c]=(0x0,_react[_0x38f2(0x137)])({}),[_0x4f8b6e,_0x4926a0]=(0x0,_react[_0x38f2(0x137)])(null),_0x1ed4b4=_0x3acd16=>{return(0x0,_assetRegistry[_0x38f2(0x1b1)])(_0x3acd16);},_0x6cca8b=(0x0,_react['useRef'])(![]),_0x2d4c2d=(0x0,_react[_0x38f2(0x14b)])(_0xdbd476);(0x0,_react['useEffect'])(()=>{_0x2d4c2d[_0x38f2(0x195)]=_0xdbd476;},[_0xdbd476]),(0x0,_react['useEffect'])(()=>{const _0x1234ca={'sSlLE':_0x38f2(0x1b2),'alCwO':_0x38f2(0xdf),'uUCzz':_0x38f2(0x1b3),'GVmiN':function(_0x44dda5,_0x1badba){return _0x18e357[_0x38f2(0x1b4)](_0x44dda5,_0x1badba);},'ZMjQB':_0x18e357[_0x38f2(0x1b5)],'jqVmc':_0x18e357[_0x38f2(0x1b6)],'xXBGY':function(_0x3b0017,_0x13d1d4){return _0x18e357[_0x38f2(0x18b)](_0x3b0017,_0x13d1d4);}};if(_0x38f2(0x34)===_0x18e357[_0x38f2(0x1b7)]){if(_0x3cc8b4){_0x6cca8b[_0x38f2(0x195)]=!![],_0x193d3b[_0x38f2(0x195)]=![],_0x56f268['setValue'](0x0),_0x18e357[_0x38f2(0x18b)](_0x4bcc43,!![]),_0x18e357[_0x38f2(0x190)](_0x427381),requestAnimationFrame(()=>{_reactNative[_0x38f2(0x13a)][_0x38f2(0x1b8)](_0x56f268,{'toValue':0x1,'duration':0x12c,'useNativeDriver':!![]})[_0x38f2(0x1b9)]();});const _0x1f2b60=_reactNative[_0x38f2(0x1ba)][_0x38f2(0x1bb)](_0x18e357[_0x38f2(0x1bc)],_0x1574e7);return()=>{_0x1f2b60[_0x38f2(0x1bd)]();};}else{if(_0x6cca8b[_0x38f2(0x195)]&&!_0x193d3b['current'])_reactNative[_0x38f2(0x13a)]['timing'](_0x56f268,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x38f2(0x1b9)](()=>{const _0x46320={'oyumA':function(_0x19e75a,_0xbc006c){return _0x19e75a(_0xbc006c);},'MaeUp':function(_0xdff859,_0x51215a){return _0x18e357[_0x38f2(0x1be)](_0xdff859,_0x51215a);}};_0x18e357['DNNhW'](_0x18e357[_0x38f2(0x1bf)],_0x38f2(0x1c0))?(_0x5056c7['error'](_0x1234ca[_0x38f2(0x1c1)],_0x414c95),_0x1d4252(_0x1234ca[_0x38f2(0x1c2)]),_0x309898(!![]),_0x94938f()):_0x18e357['gOGBm'](setTimeout,()=>{var _0x27974b;_0x46320[_0x38f2(0x1c3)](_0x4bcc43,![]),_0x46320['MaeUp'](_0x27974b=_0x2d4c2d[_0x38f2(0x195)],null)||_0x27974b===void 0x0||_0x27974b['call'](_0x2d4c2d);},0x10);});else _0x6cca8b['current']&&_0x193d3b[_0x38f2(0x195)]&&(_0x18e357[_0x38f2(0x1a6)](_0x4bcc43,![]),_0x193d3b[_0x38f2(0x195)]=![]);}}else _0x58d622['log'](_0x1234ca['uUCzz']),_0x1234ca[_0x38f2(0x1c4)](_0x1fc210,_0x1234ca[_0x38f2(0x1c5)]),_0x1234ca[_0x38f2(0x1c4)](_0x5cd397,_0x1234ca[_0x38f2(0x1c6)]),_0x1234ca[_0x38f2(0x1c7)](_0x298564,!![]);},[_0x3cc8b4]),(0x0,_react[_0x38f2(0x13c)])(()=>{const _0x57e51a={'NvGNL':_0x18e357[_0x38f2(0x1c8)]};return()=>{_0x15ee34[_0x38f2(0x195)]&&(console[_0x38f2(0x13d)](_0x57e51a[_0x38f2(0x1c9)]),_0x15ee34[_0x38f2(0x195)]['disconnect'](),_0x15ee34[_0x38f2(0x195)]=null),_0x11db53();};},[_0x3cc8b4]);const _0x1574e7=(0x0,_react[_0x38f2(0x1ca)])(({url:_0x442d89})=>{(0x0,_platformAuthService[_0x38f2(0x1cb)])(_0x442d89)&&_0x18e357[_0x38f2(0x1cc)](_0x4c4af3,_0x442d89);},[]);(0x0,_react[_0x38f2(0x13c)])(()=>{const _0x15f281={'cqcZM':function(_0x354fb7,_0xc1080c){return _0x354fb7(_0xc1080c);},'kncNp':_0x18e357['OEkjw'],'XudNO':function(_0x446845){return _0x18e357[_0x38f2(0x1cd)](_0x446845);},'lyXTj':_0x18e357[_0x38f2(0x1ce)],'QOrRA':function(_0x593f8f,_0x37403e){return _0x18e357[_0x38f2(0x141)](_0x593f8f,_0x37403e);},'dnBTq':function(_0x936397,_0x3d4a05){return _0x18e357['rYJkv'](_0x936397,_0x3d4a05);},'hQEvA':_0x18e357[_0x38f2(0x1cf)],'safjO':function(_0x2ff89f,_0x246978){return _0x18e357[_0x38f2(0x1d0)](_0x2ff89f,_0x246978);},'mHlEt':_0x18e357[_0x38f2(0x1d1)],'OESag':_0x18e357[_0x38f2(0x1d2)],'SfRmE':_0x18e357[_0x38f2(0x1d3)],'yIzoe':_0x18e357[_0x38f2(0x1d4)],'eqVco':_0x18e357[_0x38f2(0x1d5)],'AGlvK':_0x18e357[_0x38f2(0x138)],'EFYjc':function(_0x155901,_0x5d51ff){return _0x18e357[_0x38f2(0x16d)](_0x155901,_0x5d51ff);},'AyuhW':_0x18e357['RhroT'],'QDBIR':_0x38f2(0x1d6),'OilHQ':_0x18e357['iBNZq'],'EALNo':function(_0x1bac37,_0x1aea3d){return _0x18e357['gOYUv'](_0x1bac37,_0x1aea3d);},'hnDxX':function(_0x3dddfd,_0x33046f){return _0x18e357[_0x38f2(0x182)](_0x3dddfd,_0x33046f);},'xHdBc':_0x18e357[_0x38f2(0x1d7)],'TuRGk':_0x18e357[_0x38f2(0x1d8)],'ZPmrz':_0x18e357['KSPon'],'qlqHA':_0x18e357[_0x38f2(0x1d9)],'WvSCk':function(_0x551aa4,_0x5e7f8a){return _0x551aa4===_0x5e7f8a;},'JgwHa':_0x38f2(0xe5),'ePDlp':function(_0x4b2ca0,_0x2fdfd1){return _0x4b2ca0(_0x2fdfd1);},'NVKZH':function(_0x2bac4e,_0x421200){return _0x18e357[_0x38f2(0x1da)](_0x2bac4e,_0x421200);},'OHLXx':function(_0x1b9f9f,_0x2ca41d){return _0x1b9f9f===_0x2ca41d;},'SXaJQ':function(_0x43440d,_0x5e6127){return _0x18e357[_0x38f2(0x18b)](_0x43440d,_0x5e6127);},'fEMIU':_0x38f2(0x1db),'weTvh':_0x18e357['buztn'],'qKXEp':_0x38f2(0x20),'uVjrv':'NtogS','AelOS':_0x18e357['iqXhM'],'gHXfl':_0x38f2(0x49),'zIMqb':_0x18e357[_0x38f2(0x1dc)],'deKDs':function(_0x3f8c77,_0x1239ab){return _0x3f8c77(_0x1239ab);},'Ckliq':function(_0x1595b2,_0x4586ba){return _0x18e357[_0x38f2(0x141)](_0x1595b2,_0x4586ba);},'XBzDC':'🔑\x20[CACHED\x20LOGIN]\x20User\x20has\x20existing\x20connections:','lGYoH':function(_0x480376,_0x2d73ac){return _0x18e357[_0x38f2(0x1dd)](_0x480376,_0x2d73ac);},'qLdCk':_0x18e357[_0x38f2(0x1de)],'fWNQj':function(_0x1a7af5,_0x18232b){return _0x1a7af5===_0x18232b;},'UBhUI':function(_0x18c212,_0xb544fc){return _0x18e357[_0x38f2(0x1df)](_0x18c212,_0xb544fc);},'icNbx':function(_0x4c4fca,_0x369eef){return _0x18e357[_0x38f2(0x150)](_0x4c4fca,_0x369eef);},'cnaSG':function(_0x42476d,_0xff78e0){return _0x42476d===_0xff78e0;}},_0x49cc5c=async()=>{const _0x2ea2d1={'JxQMv':_0x38f2(0xf6),'UQHFG':_0x15f281[_0x38f2(0x1e0)],'xoRpt':_0x15f281['AGlvK']};try{if(_0x15f281[_0x38f2(0x1e1)](_0x38f2(0x3d),_0x15f281['AyuhW']))_0x4d7175[_0x38f2(0x15f)](_0x38f2(0x1e2),_0x2c9042),_0x15f281[_0x38f2(0x1e3)](_0x3f4a45,_0x15f281['kncNp']),_0x15f281[_0x38f2(0x1e3)](_0x34d9d8,!![]),_0x15f281[_0x38f2(0x1e4)](_0x2c97eb);else{const _0x96d770=await _asyncStorage['default']['getItem'](_0x15f281[_0x38f2(0x1e5)]),_0x16f01a=await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x176)](_0x15f281[_0x38f2(0x1e6)]);if(_0x15f281[_0x38f2(0x1e7)](_0x96d770,_0x16f01a)){if(_0x15f281[_0x38f2(0x1e8)](_0x15f281['xHdBc'],_0x38f2(0x3f))){const _0x36d0c8=_0x15f281[_0x38f2(0x1e9)][_0x38f2(0x155)]('|');let _0x5869cb=0x0;while(!![]){switch(_0x36d0c8[_0x5869cb++]){case'0':await _asyncStorage[_0x38f2(0x4)]['removeItem'](_0x15f281[_0x38f2(0x1e5)]);continue;case'1':console[_0x38f2(0x13d)](_0x38f2(0x1ea));continue;case'2':_0x330511(JSON[_0x38f2(0x157)](_0x16f01a));continue;case'3':_0x15f281['cqcZM'](_0xc142df,!![]);continue;case'4':await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x1eb)](_0x15f281[_0x38f2(0x1e6)]);continue;case'5':_0x201d2f(_0x96d770);continue;}break;}}else _0x57d971=_0x2ea2d1[_0x38f2(0x1ec)];}const _0x27d7b5=await(0x0,_jwtStorageService[_0x38f2(0x1ed)])();_0x15f281[_0x38f2(0x1ee)](_0x18c3dc,_0x27d7b5);if(_0x27d7b5){if(_0x15f281[_0x38f2(0x1ef)]!==_0x38f2(0x41)){const _0x5b358c=_0x15f281[_0x38f2(0x1f0)][_0x38f2(0x155)]('|');let _0xf7bfe7=0x0;while(!![]){switch(_0x5b358c[_0xf7bfe7++]){case'0':_0x15f281[_0x38f2(0x1f1)](_0x37e09a,!![]);continue;case'1':_0x1ec054();continue;case'2':_0x15f281[_0x38f2(0x1ee)](_0x279796,_0x15f281[_0x38f2(0x1f2)]);continue;case'3':_0x15f281[_0x38f2(0x1f3)](_0xe7a994,!![]);continue;case'4':_0x15f281[_0x38f2(0x1f1)](_0x51f2b3,_0x43a1af);continue;case'5':_0x15f281[_0x38f2(0x1ee)](_0x4d724b,_0x15f281[_0x38f2(0x1f4)]);continue;case'6':return;case'7':_0x10127f['log'](_0x15f281['OESag']);continue;}break;}}else{var _0x50f199;const _0x4f53c7=await(0x0,_authService[_0x38f2(0x1f5)])(),_0x276c09=await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x176)](_0x15f281[_0x38f2(0x1f6)]),_0x377023=_0x4f53c7||(_0x15f281[_0x38f2(0x1e8)](_0x5448c3,null)||_0x5448c3===void 0x0||_0x15f281[_0x38f2(0x1f7)](_0x50f199=_0x5448c3['email'],null)||_0x15f281['hnDxX'](_0x50f199,void 0x0)?void 0x0:_0x50f199['split']('@')[0x0])||(_0x5448c3===null||_0x15f281[_0x38f2(0x1f7)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3[_0x38f2(0x1f8)])||_0x15f281[_0x38f2(0x1f9)];console[_0x38f2(0x13d)]('🔍\x20Using\x20username\x20for\x20training:',_0x377023),_0x15f281[_0x38f2(0x1fa)](_0x2a86a6,{'username':_0x377023,'email':_0x276c09||(_0x15f281[_0x38f2(0x1fb)](_0x5448c3,null)||_0x15f281[_0x38f2(0x1fc)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3['email'])||null,'id':null}),_0x15f281[_0x38f2(0x1fd)](_0x38aed0,_0x377023);if(_0x276c09&&_0x15f281['OHLXx'](_0x4c83c8,'welcome')&&!primaryAuthOnly){if(_0x15f281[_0x38f2(0x1fe)]!==_0x15f281[_0x38f2(0x1fe)]){_0x338ed9[_0x38f2(0x13d)](_0x2ea2d1[_0x38f2(0x1ff)]),_0xf42263(_0x2ea2d1[_0x38f2(0x200)]);return;}else{console[_0x38f2(0x13d)](_0x15f281['weTvh'],_0x276c09);const _0x20789e=await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x176)](_0x15f281['qKXEp']),_0x5a4a6b=_0x20789e?JSON['parse'](_0x20789e):[];if(_0x5a4a6b[_0x38f2(0x201)]>0x0){if(_0x15f281[_0x38f2(0x1f7)](_0x15f281[_0x38f2(0x202)],_0x15f281['uVjrv'])){const _0x548611=_0x15f281['AelOS'][_0x38f2(0x155)]('|');let _0x53b677=0x0;while(!![]){switch(_0x548611[_0x53b677++]){case'0':_0x15f281['SXaJQ'](_0xa0cc52,_0x5a4a6b);continue;case'1':console[_0x38f2(0x13d)](_0x15f281[_0x38f2(0x203)]);continue;case'2':_0x15f281[_0x38f2(0x1e3)](_0x4410b1,_0x15f281[_0x38f2(0x204)]);continue;case'3':_0x15f281['deKDs'](_0x500488,!![]);continue;case'4':_0x15f281['Ckliq'](_0x3b25ea,_0x276c09);continue;case'5':console[_0x38f2(0x13d)](_0x15f281[_0x38f2(0x205)],_0x5a4a6b);continue;}break;}}else _0x1027a2['error'](_0x15f281[_0x38f2(0x206)],_0x56c15a),_0xb84f99(_0x24b1ec[_0x38f2(0x18e)]||_0x38f2(0x207)),(0x0,_0x1fb059[_0x38f2(0x15b)])(_0x24fe74[_0x38f2(0x208)]['ERROR']),_0x15f281[_0x38f2(0x1e3)](_0x29650c,_0x15f281[_0x38f2(0x209)]);}else console[_0x38f2(0x13d)]('🔑\x20[CACHED\x20LOGIN]\x20User\x20authenticated\x20but\x20no\x20connections\x20-\x20skipping\x20to\x20platforms'),_0x15f281[_0x38f2(0x20a)](_0x3b25ea,_0x276c09),_0x15f281['lGYoH'](_0x4410b1,_0x15f281[_0x38f2(0x20b)]);}}}}}}catch(_0x16efa6){var _0x4cd145;console[_0x38f2(0x15f)](_0x15f281['qLdCk'],_0x16efa6);const _0x159756=(_0x15f281[_0x38f2(0x20c)](_0x5448c3,null)||_0x15f281['NVKZH'](_0x5448c3,void 0x0)||_0x15f281[_0x38f2(0x20d)](_0x4cd145=_0x5448c3[_0x38f2(0x153)],null)||_0x15f281[_0x38f2(0x20c)](_0x4cd145,void 0x0)?void 0x0:_0x4cd145['split']('@')[0x0])||(_0x15f281['icNbx'](_0x5448c3,null)||_0x15f281[_0x38f2(0x20e)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3['name'])||_0x38f2(0xe5);_0x15f281[_0x38f2(0x1f3)](_0x2a86a6,{'username':_0x159756,'email':(_0x15f281[_0x38f2(0x1fc)](_0x5448c3,null)||_0x5448c3===void 0x0?void 0x0:_0x5448c3['email'])||null,'id':null}),_0x38aed0(_0x159756);}};_0x3cc8b4&&_0x18e357['fwCCM'](_0x49cc5c);},[_0x3cc8b4,_0x5448c3,_0x4c83c8,primaryAuthOnly]);const _0x427381=async()=>{const _0xb3364f={'vqehK':function(_0xe69102,_0x170c2f){return _0xe69102!==_0x170c2f;},'ycaRO':_0x18e357[_0x38f2(0x20f)]};if(_0x18e357['Cnzie'](_0x18e357[_0x38f2(0x210)],_0x38f2(0x46)))_0x1624a4=_0x18e357[_0x38f2(0x211)];else try{const _0x1a9b0b=await(0x0,_authService[_0x38f2(0x1f5)])(),_0x8f56e0=(_0x18e357['SVmQp'](_0x5448c3,null)||_0x18e357[_0x38f2(0x212)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3[_0x38f2(0x153)])||(_0x18e357[_0x38f2(0x19f)](_0x5448c3,null)||_0x18e357['ALowl'](_0x5448c3,void 0x0)?void 0x0:_0x5448c3[_0x38f2(0x1f8)])||_0x38f2(0x213)+Math[_0x38f2(0x214)](_0x18e357[_0x38f2(0x215)](Math[_0x38f2(0x216)](),0x2710)),_0x2add04=_0x18e357[_0x38f2(0x217)](_0x1a9b0b,_0x8f56e0);console[_0x38f2(0x13d)](_0x38f2(0x218),{'storedUsername':_0x1a9b0b,'fallbackUsername':_0x8f56e0,'finalUsername':_0x2add04}),_0x18e357[_0x38f2(0x219)](_0x38aed0,_0x2add04);const _0x59cf47=await _0x18e357[_0x38f2(0x190)](_0x31bd47);console[_0x38f2(0x13d)]('Initial\x20connection\x20status:',_0x59cf47),_0x18e357[_0x38f2(0x21a)](_0x12a0f5,_0x59cf47);const _0x400660={};Object[_0x38f2(0x21b)](_0x59cf47)[_0x38f2(0x21c)](_0x32031c=>{var _0x4ee4a4;_0x400660[_0x32031c]=_0xb3364f[_0x38f2(0x21d)](_0x4ee4a4=_0x59cf47[_0x32031c],null)&&_0xb3364f[_0x38f2(0x21d)](_0x4ee4a4,void 0x0)&&_0x4ee4a4[_0x38f2(0x21e)]?_0x38f2(0x21e):_0xb3364f[_0x38f2(0x21f)];}),_0x53838c(_0x400660);const _0x4d7287={};Object[_0x38f2(0x21b)](_0x59cf47)[_0x38f2(0x21c)](_0x295bcb=>{var _0x4953ce;_0x4d7287[_0x295bcb]=(_0x18e357[_0x38f2(0x220)](_0x4953ce=_0x59cf47[_0x295bcb],null)||_0x18e357[_0x38f2(0x221)](_0x4953ce,void 0x0)?void 0x0:_0x4953ce[_0x38f2(0x21e)])||![];}),_0x18e357[_0x38f2(0x21a)](_0x1fa1e7,_0x4d7287),console['log'](_0x38f2(0x222),_0x400660),console[_0x38f2(0x13d)](_0x38f2(0x223),_0x4d7287);}catch(_0x380f87){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x224)],_0x380f87),_0x18e357[_0x38f2(0x225)](_0x12a0f5,{}),_0x18e357[_0x38f2(0x225)](_0x53838c,{}),_0x18e357[_0x38f2(0x226)](_0x1fa1e7,{});const _0x1fec89=(_0x18e357[_0x38f2(0x16a)](_0x5448c3,null)||_0x5448c3===void 0x0?void 0x0:_0x5448c3['email'])||(_0x18e357[_0x38f2(0x227)](_0x5448c3,null)||_0x18e357['nqeUg'](_0x5448c3,void 0x0)?void 0x0:_0x5448c3['name'])||'user_'+Math[_0x38f2(0x214)](_0x18e357[_0x38f2(0x228)](Math[_0x38f2(0x216)](),0x2710));_0x18e357[_0x38f2(0x18b)](_0x38aed0,_0x1fec89);}},_0x1630ae=()=>{if(_0x38f2(0x4b)===_0x18e357['yWcUr']){const _0x2c02b3=_0x193d3b[_0x38f2(0x195)];_reactNative['Animated'][_0x38f2(0x1b8)](_0x56f268,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x38f2(0x1b9)](()=>{const _0x11dbd7={'koTYn':function(_0x4ac9ac,_0x2f208e){return _0x4ac9ac(_0x2f208e);},'POfRK':_0x38f2(0x43),'BmZsC':_0x18e357['tAAbq'],'frHTx':_0x18e357['gFjiB'],'mChUz':function(_0x121048,_0x59bf1a){return _0x121048!==_0x59bf1a;},'AxLBp':_0x18e357[_0x38f2(0x229)],'qMXrJ':_0x18e357['NPzOF'],'MYyiw':function(_0x4210a8,_0x10149e){return _0x18e357[_0x38f2(0x219)](_0x4210a8,_0x10149e);},'TymdP':_0x18e357[_0x38f2(0x22a)],'WoLOT':function(_0x462fe3){return _0x18e357[_0x38f2(0x22b)](_0x462fe3);}};_0x18e357[_0x38f2(0x22c)](setTimeout,()=>{const _0x3a42ca={'lGkhR':'3|5|2|4|0|1','WfdsZ':function(_0x3b174a,_0x249be8){return _0x3b174a(_0x249be8);},'yPOWl':function(_0x3ff885,_0xfe168d){return _0x11dbd7[_0x38f2(0x22d)](_0x3ff885,_0xfe168d);},'eiWTp':_0x11dbd7[_0x38f2(0x22e)],'xvJAP':_0x11dbd7['BmZsC'],'nhZIZ':_0x11dbd7[_0x38f2(0x22f)]};if(_0x11dbd7['mChUz'](_0x11dbd7[_0x38f2(0x230)],_0x11dbd7['qMXrJ'])){_0x11dbd7[_0x38f2(0x231)](_0x4bcc43,![]);if(!_0x2c02b3){if(_0x11dbd7[_0x38f2(0x232)](_0x11dbd7['TymdP'],'zheia')){const _0x3ae93e=_0x3a42ca[_0x38f2(0x233)][_0x38f2(0x155)]('|');let _0x418ad7=0x0;while(!![]){switch(_0x3ae93e[_0x418ad7++]){case'0':_0x3a42ca[_0x38f2(0x234)](_0x2c4b15,_0x43198e);continue;case'1':_0x3a42ca[_0x38f2(0x235)](_0x183f23,_0x3a42ca[_0x38f2(0x236)]);continue;case'2':_0x3a42ca['WfdsZ'](_0xb718b8,_0x48cee2);continue;case'3':_0x2dd480[_0x38f2(0x13d)](_0x3a42ca[_0x38f2(0x237)],_0x57cd68);continue;case'4':_0x3a42ca[_0x38f2(0x235)](_0x10dc4c,!![]);continue;case'5':_0x41f4c5[_0x38f2(0x13d)](_0x3a42ca[_0x38f2(0x238)]);continue;}break;}}else _0x11dbd7['WoLOT'](_0xdbd476);}}else _0x128348[_0x38f2(0x13d)]('✅\x20Verification\x20code\x20resent\x20successfully');},0x64);});}else _0x18e357[_0x38f2(0x1d0)](_0x2e7942,_0x20b5d7[_0x38f2(0x239)]),_0x18e357['WmMOQ'](_0x5e05d7,_0x43997e['status']||_0x18e357[_0x38f2(0x23a)]),_0x20282c&&_0x18e357[_0x38f2(0x23b)](_0x5f14ef[_0x38f2(0x239)],0x1e)&&_0x56f74a(![]);},_0x4782e3=()=>{(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]);if(primaryAuthOnly){console[_0x38f2(0x13d)](_0x38f2(0x3b)),_0x4410b1(_0x18e357[_0x38f2(0x138)]);return;}console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x23c)]),_0x18e357[_0x38f2(0x173)](_0x4410b1,_0x38f2(0x6e));},_0x5073cf=async _0x54ce28=>{const _0x208628={'xbNKH':function(_0x269a8b,_0x350295){return _0x269a8b&&_0x350295;},'trpEl':function(_0x550fe2,_0x6452cd){return _0x550fe2===_0x6452cd;},'uaTYW':function(_0x19716e,_0x2ccb02){return _0x18e357[_0x38f2(0x16b)](_0x19716e,_0x2ccb02);},'vyDUU':_0x38f2(0x1c),'pUQew':function(_0x28cd45,_0x1a4dbc){return _0x18e357[_0x38f2(0x16b)](_0x28cd45,_0x1a4dbc);},'QmvoP':_0x18e357[_0x38f2(0x23d)],'UkyVi':function(_0x365877,_0x423443){return _0x18e357[_0x38f2(0x23e)](_0x365877,_0x423443);},'FnfoD':_0x18e357[_0x38f2(0x23f)]};(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]),_0x18e357[_0x38f2(0x141)](_0x4a4673,!![]),_0x18e357[_0x38f2(0x240)](_0x409ce0,'');try{if(_0x18e357[_0x38f2(0x241)](_0x18e357[_0x38f2(0x242)],_0x18e357[_0x38f2(0x242)])){if(_0x18e357['kzCtp'](_0x18e357[_0x38f2(0x23d)],typeof _0x2f0edb))var _0x22916d=new _0x59f7c2(),_0x248175=new _0x488935();return(_0x1cb25f=function(_0x5190ca,_0x48c4f6){if(_0x208628[_0x38f2(0x243)](!_0x48c4f6,_0x5190ca)&&_0x5190ca[_0x38f2(0x1)])return _0x5190ca;var _0x58ed7a,_0x6907b0,_0x16f199={'__proto__':null,'default':_0x5190ca};if(_0x208628[_0x38f2(0x244)](null,_0x5190ca)||_0x208628[_0x38f2(0x245)](_0x208628[_0x38f2(0x246)],typeof _0x5190ca)&&_0x208628[_0x38f2(0x247)](_0x208628[_0x38f2(0x248)],typeof _0x5190ca))return _0x16f199;if(_0x58ed7a=_0x48c4f6?_0x248175:_0x22916d){if(_0x58ed7a[_0x38f2(0xc)](_0x5190ca))return _0x58ed7a[_0x38f2(0xd)](_0x5190ca);_0x58ed7a[_0x38f2(0xe)](_0x5190ca,_0x16f199);}for(const _0x5f397c in _0x5190ca)_0x208628[_0x38f2(0x249)](_0x208628['FnfoD'],_0x5f397c)&&{}[_0x38f2(0xf)][_0x38f2(0x10)](_0x5190ca,_0x5f397c)&&((_0x6907b0=(_0x58ed7a=_0x5c655f[_0x38f2(0x0)])&&_0x50525a[_0x38f2(0x16e)](_0x5190ca,_0x5f397c))&&(_0x6907b0[_0x38f2(0xd)]||_0x6907b0[_0x38f2(0xe)])?_0x58ed7a(_0x16f199,_0x5f397c,_0x6907b0):_0x16f199[_0x5f397c]=_0x5190ca[_0x5f397c]);return _0x16f199;})(_0xbf28fa,_0x5113ed);}else{if(_0x54ce28===_0x18e357[_0x38f2(0x24a)]){const _0x1a1129=_0x18e357['oFJjN'][_0x38f2(0x155)]('|');let _0x16599c=0x0;while(!![]){switch(_0x1a1129[_0x16599c++]){case'0':_0x18e357[_0x38f2(0x1a6)](_0x3b25ea,_0x54ce28);continue;case'1':_0x18e357['yotau'](_0x4a4673,![]);continue;case'2':_0x4410b1(_0x38f2(0x3c));continue;case'3':await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x178)](_0x18e357[_0x38f2(0x24b)],'true');continue;case'4':await(0x0,_jwtStorageService['storeJWT'])(_0x38f2(0x88));continue;case'5':return;case'6':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x24c)]);continue;}break;}}if(_0x18e357['qYUqY'](_0x54ce28,_0x38f2(0x24d))){if(_0x18e357['NkByW'](_0x38f2(0x24e),_0x18e357[_0x38f2(0x24f)]))throw new _0x2db750(_0x38f2(0x250)+_0x4bc69e['message']);else{const _0x4d4627=_0x18e357['EPlzz'][_0x38f2(0x155)]('|');let _0x5d6a5f=0x0;while(!![]){switch(_0x4d4627[_0x5d6a5f++]){case'0':_0x3b25ea(_0x18e357[_0x38f2(0x251)]);continue;case'1':_0x18e357[_0x38f2(0x1cc)](_0x4a4673,![]);continue;case'2':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x252)]);continue;case'3':return;case'4':_0x18e357['tzAsM'](_0x4410b1,_0x18e357[_0x38f2(0x144)]);continue;}break;}}}console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x253)],_0x54ce28);const _0x4c9771=await(0x0,_authService['sendEmailVerificationCode'])(_0x54ce28);_0x4c9771[_0x38f2(0x254)]?(console['log'](_0x18e357[_0x38f2(0x255)]),_0x18e357[_0x38f2(0x256)](_0x3b25ea,_0x54ce28),_0x18e357[_0x38f2(0x257)](_0x4410b1,_0x18e357[_0x38f2(0x144)])):_0x18e357[_0x38f2(0x258)](_0x18e357[_0x38f2(0x259)],_0x38f2(0x55))?(console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x25a)],_0x4c9771['message']),_0x409ce0(_0x4c9771[_0x38f2(0x18e)]||_0x18e357[_0x38f2(0x25b)])):(_0x4ddab8[_0x38f2(0x195)][_0x38f2(0x25c)](),_0x1e0291[_0x38f2(0x195)]=null);}}catch(_0x359503){if(_0x18e357[_0x38f2(0x25d)](_0x18e357['tgrqi'],_0x18e357[_0x38f2(0x25e)])){const _0x581f09={'uIadu':_0x18e357[_0x38f2(0x1c8)],'NnVuE':function(_0x219e1a){return _0x219e1a();}};return()=>{_0x300bef[_0x38f2(0x195)]&&(_0x53e6cb[_0x38f2(0x13d)](_0x581f09[_0x38f2(0x25f)]),_0x1a0cd0[_0x38f2(0x195)][_0x38f2(0x25c)](),_0x1ab577['current']=null),_0x581f09[_0x38f2(0x260)](_0x32c964);};}else console[_0x38f2(0x15f)](_0x18e357['febLu'],_0x359503),_0x409ce0(_0x18e357[_0x38f2(0x261)]);}finally{_0x18e357[_0x38f2(0x145)](_0x18e357[_0x38f2(0x262)],_0x18e357['rDtBJ'])?_0x18e357[_0x38f2(0x263)](_0x4a4673,![]):_0x3d1dbd[_0x38f2(0x1bd)]();}},_0x3374db=async()=>{const _0x567d60={'rhmED':_0x18e357['ZcZKI'],'yfEtJ':_0x18e357[_0x38f2(0x264)],'imAPe':function(_0x562de7,_0x7fe885){return _0x18e357['OGflC'](_0x562de7,_0x7fe885);},'Qfpip':_0x38f2(0x207)};(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]),_0x4a4673(!![]),_0x409ce0('');try{if(_0x18e357[_0x38f2(0x265)]('BNMOZ',_0x18e357[_0x38f2(0x266)]))return(0x0,_0x53ec64[_0x38f2(0x1b1)])(_0x77a224);else{console['log']('🔗\x20Initiating\x20Google\x20Sign-In');const _0x1bd067=await(0x0,_googleAuthService[_0x38f2(0x267)])();if(_0x1bd067[_0x38f2(0x254)]&&_0x1bd067[_0x38f2(0x268)]){if(_0x18e357[_0x38f2(0x258)](_0x18e357[_0x38f2(0x269)],_0x18e357[_0x38f2(0x26a)]))_0x4ab5a6['log'](_0x38f2(0x6c),_0x5368ff['message']),_0x3aeb0b(_0x2bf8c0[_0x38f2(0x18e)]||_0x18e357['tOIoO']);else{console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x26b)],_0x1bd067['user']['email']),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x26c)],_0x1bd067[_0x38f2(0x26d)]),_0x18e357[_0x38f2(0x1b4)](_0x3b25ea,_0x1bd067[_0x38f2(0x268)]['email']);const _0x3bd4e6=_0x1bd067[_0x38f2(0x268)][_0x38f2(0x154)]||_0x1bd067[_0x38f2(0x268)][_0x38f2(0x153)][_0x38f2(0x155)]('@')[0x0];_0x18e357[_0x38f2(0x1cc)](_0x38aed0,_0x3bd4e6);if(_0x18e357[_0x38f2(0x26e)](_0x1bd067[_0x38f2(0x26d)],![])){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x26f)]);try{const _0x3b987a=await(0x0,_connectedAccountsService[_0x38f2(0x270)])(_0x1bd067['user'][_0x38f2(0x153)],_0x1bd067[_0x38f2(0x268)]['id'],_0x3bd4e6);if(_0x3b987a&&_0x3b987a['length']>0x0){const _0x6f0d9a=_0x18e357['NNavl'][_0x38f2(0x155)]('|');let _0x381a56=0x0;while(!![]){switch(_0x6f0d9a[_0x381a56++]){case'0':return;case'1':_0x4410b1(_0x18e357[_0x38f2(0x1dc)]);continue;case'2':_0xa0cc52(_0x3b987a[_0x38f2(0x271)](_0x245668=>_0x245668['platform']));continue;case'3':(0x0,_haptics[_0x38f2(0x15b)])(_haptics['HapticType'][_0x38f2(0x272)]);continue;case'4':_0x18e357[_0x38f2(0x273)](_0x500488,!![]);continue;case'5':console[_0x38f2(0x13d)](_0x38f2(0x274)+_0x3b987a[_0x38f2(0x201)]+'\x20existing\x20connections\x20-\x20skipping\x20to\x20consent');continue;}break;}}else _0x18e357[_0x38f2(0x212)](_0x38f2(0x275),_0x18e357[_0x38f2(0x276)])?console[_0x38f2(0x13d)](_0x18e357['WehCI']):_0x119183['error'](_0x18e357[_0x38f2(0x277)],_0x511fc4);}catch(_0xc8c3f4){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x278)],_0xc8c3f4);}}_0x18e357['PAUCb'](_0x4410b1,'platforms'),(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x272)]);}}else{if(_0x1bd067[_0x38f2(0x279)]){if(_0x18e357[_0x38f2(0x27a)]===_0x38f2(0x27b))console['log'](_0x18e357[_0x38f2(0x27c)]);else{_0x456a8e[_0x38f2(0x15f)](_0x567d60[_0x38f2(0x27d)]);throw new _0x4000e2(_0x567d60['yfEtJ']);}}else _0x18e357[_0x38f2(0x1dd)](_0x409ce0,_0x1bd067[_0x38f2(0x18e)]||_0x18e357[_0x38f2(0x1d4)]),(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x27e)]);}}}catch(_0x3ae827){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x1d3)],_0x3ae827),_0x18e357['hFNbX'](_0x409ce0,_0x3ae827['message']||_0x38f2(0x207)),(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)]['ERROR']),_0x18e357[_0x38f2(0x27f)](_0x409ce0,_0x38f2(0x207));}finally{_0x18e357[_0x38f2(0x280)]('UsJEU',_0x18e357[_0x38f2(0x281)])?(_0x567d60['imAPe'](_0x5ae417,_0x34aae6[_0x38f2(0x18e)]||_0x567d60[_0x38f2(0x282)]),(0x0,_0x35e864[_0x38f2(0x15b)])(_0x45806d['HapticType'][_0x38f2(0x27e)])):_0x4a4673(![]);}},_0x29c9f6=async _0x13e3d4=>{const _0x5975e5={'SPjuf':_0x38f2(0x283),'MPwxG':function(_0x5ade0b,_0x18216b){return _0x18e357['WJBCp'](_0x5ade0b,_0x18216b);},'MfTHa':_0x18e357['BWGuZ'],'awDgg':_0x18e357[_0x38f2(0x284)],'gLnuS':function(_0x5ee6d4,_0x1eefd7){return _0x5ee6d4(_0x1eefd7);},'BMIqo':_0x18e357[_0x38f2(0x1b5)],'KqqeB':_0x18e357[_0x38f2(0x285)]};(0x0,_haptics[_0x38f2(0x15b)])(_haptics['HapticType'][_0x38f2(0x15c)]),_0x18e357[_0x38f2(0x21a)](_0x4a4673,!![]),_0x18e357[_0x38f2(0x286)](_0x409ce0,'');try{if(_0x18e357[_0x38f2(0x287)](_0x18e357[_0x38f2(0x288)],_0x18e357[_0x38f2(0x289)]))_0x10a061[_0x38f2(0x15f)](_0x5975e5['SPjuf'],_0x5aceaf),_0x5975e5['MPwxG'](_0x331ddf,_0x5975e5[_0x38f2(0x28a)]);else{if(_0x18e357[_0x38f2(0x287)](_0x3441a5,_0x18e357[_0x38f2(0x251)])){console['log'](_0x18e357[_0x38f2(0x28b)]),_0x18e357['iLxIA'](_0x4410b1,_0x18e357[_0x38f2(0x138)]),_0x18e357['iLxIA'](_0x4a4673,![]);return;}console[_0x38f2(0x13d)](_0x18e357['MMbMs'],_0x3441a5,_0x13e3d4),console[_0x38f2(0x13d)]('🔍\x20App\x20name:',_0x540927);const _0x284e1a=await(0x0,_authService[_0x38f2(0x28c)])(_0x3441a5,_0x13e3d4);if(_0x284e1a[_0x38f2(0x254)]){var _0x5e83a9,_0x1fc6a0,_0x1a9606,_0x376692;console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x28d)]),console[_0x38f2(0x13d)](_0x38f2(0x28e),{'isNewUser':_0x284e1a[_0x38f2(0x26d)],'flowType':_0x284e1a[_0x38f2(0x28f)],'hasExistingData':(_0x5e83a9=_0x284e1a['existingUserData'])===null||_0x18e357['atJaI'](_0x5e83a9,void 0x0)?void 0x0:_0x5e83a9[_0x38f2(0x290)],'connectionsCount':(_0x18e357[_0x38f2(0x150)](_0x1fc6a0=_0x284e1a[_0x38f2(0x291)],null)||_0x18e357[_0x38f2(0x292)](_0x1fc6a0,void 0x0)||_0x18e357[_0x38f2(0x293)](_0x1fc6a0=_0x1fc6a0['connections'],null)||_0x18e357[_0x38f2(0x294)](_0x1fc6a0,void 0x0)?void 0x0:_0x1fc6a0['length'])||0x0});const _0x210189=_0x18e357[_0x38f2(0x220)](_0x284e1a[_0x38f2(0x26d)],![])||_0x18e357[_0x38f2(0x295)](_0x284e1a[_0x38f2(0x28f)],_0x18e357[_0x38f2(0x296)]),_0x38deba=_0x18e357['ALowl'](_0x1a9606=_0x284e1a['existingUserData'],null)||_0x1a9606===void 0x0?void 0x0:_0x1a9606[_0x38f2(0x297)],_0x191908=Array[_0x38f2(0x298)](_0x38deba)?_0x38deba:[],_0x494fb9=_0x191908[_0x38f2(0x177)](_0x43d4a5=>_0x43d4a5&&(_0x43d4a5[_0x38f2(0x299)]||_0x43d4a5[_0x38f2(0x29a)]===_0x38f2(0x29b)))['map'](_0x4c6ec1=>_0x4c6ec1===null||_0x4c6ec1===void 0x0?void 0x0:_0x4c6ec1[_0x38f2(0x93)])[_0x38f2(0x177)](Boolean);console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x29c)],{'isReturning':_0x210189,'connectedPlatformNames':_0x494fb9,'showWelcomeBack':_0x18e357[_0x38f2(0x29d)](_0x376692=_0x284e1a[_0x38f2(0x29e)],null)||_0x18e357[_0x38f2(0x29f)](_0x376692,void 0x0)?void 0x0:_0x376692[_0x38f2(0x2a0)]}),_0x210189&&_0x18e357['pyJfT'](_0x494fb9['length'],0x0)?_0x18e357[_0x38f2(0x2a1)](_0x18e357[_0x38f2(0x2a2)],_0x18e357[_0x38f2(0x2a3)])?(_0x22cd34[_0x38f2(0x15f)](_0x5975e5[_0x38f2(0x2a4)],_0x2a9ccb),_0x5975e5[_0x38f2(0x2a5)](_0x273b5d,_0x5975e5[_0x38f2(0x2a6)]),_0x5975e5['MPwxG'](_0x82aa90,_0x5975e5[_0x38f2(0x2a7)]),_0x563cb6(!![])):(console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x2a8)]),_0x18e357[_0x38f2(0x2a9)](_0x500488,!![]),_0x18e357[_0x38f2(0x2aa)](_0xa0cc52,_0x494fb9),_0x18e357[_0x38f2(0x2ab)](_0x4410b1,_0x18e357[_0x38f2(0x1dc)])):(console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x2ac)]),_0x18e357[_0x38f2(0x2ab)](_0x500488,![]),_0xa0cc52([]),_0x18e357['iLxIA'](_0x4410b1,_0x18e357['ROBmP']));}else{if(_0x18e357[_0x38f2(0x2ad)]===_0x18e357[_0x38f2(0x2ad)])console[_0x38f2(0x13d)](_0x18e357['JcmqK'],_0x284e1a['message']),_0x18e357[_0x38f2(0x2ae)](_0x409ce0,_0x284e1a['message']||_0x18e357[_0x38f2(0x2af)]);else throw new _0x42558a(_0x18e357[_0x38f2(0x2b0)]);}}}catch(_0x170a6b){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x2b1)],_0x170a6b),_0x18e357[_0x38f2(0x226)](_0x409ce0,_0x38f2(0x63));}finally{_0x18e357[_0x38f2(0x2b2)](_0x4a4673,![]);}},_0x1f3188=()=>{const _0x4e3e2d={'UmrpP':function(_0xe1d7fa,_0x4b6863){return _0x18e357[_0x38f2(0x2b3)](_0xe1d7fa,_0x4b6863);},'SMUTM':_0x38f2(0x43)};if(_0x18e357[_0x38f2(0x221)](_0x18e357[_0x38f2(0x2b4)],_0x18e357[_0x38f2(0x2b4)]))(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)]['BUTTON_PRESS']),_0x409ce0(''),_0x18e357[_0x38f2(0x141)](_0x4410b1,_0x18e357[_0x38f2(0x2b5)]);else{_0x3fa4ce[_0x38f2(0x13d)](_0x38f2(0x274)+_0x32ec0e[_0x38f2(0x201)]+_0x38f2(0x2b6)),_0x4e3e2d[_0x38f2(0x2b7)](_0x26cc20,!![]),_0x4e3e2d[_0x38f2(0x2b7)](_0x4e1442,_0x514a39[_0x38f2(0x271)](_0x487073=>_0x487073['platform'])),_0xc7a5d4(_0x4e3e2d['SMUTM']),(0x0,_0x156515[_0x38f2(0x15b)])(_0x44eb34[_0x38f2(0x208)]['SUCCESS']);return;}},_0x1d2b30=async()=>{const _0x47e257={'nJvCR':_0x18e357[_0x38f2(0x2b8)],'fCOBz':function(_0x1f0088,_0x394b24){return _0x18e357[_0x38f2(0x2b9)](_0x1f0088,_0x394b24);},'SPaJr':function(_0xb5b362,_0xba2c7a){return _0xb5b362(_0xba2c7a);}};if(_0x18e357['VTZlq']!==_0x18e357[_0x38f2(0x2ba)]){(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)]['BUTTON_PRESS']),console[_0x38f2(0x13d)]('👋\x20Logout\x20requested\x20-\x20clearing\x20tokens\x20and\x20navigating\x20to\x20login');try{const _0x945d2=_0x18e357[_0x38f2(0x2bb)][_0x38f2(0x155)]('|');let _0x3b27dd=0x0;while(!![]){switch(_0x945d2[_0x3b27dd++]){case'0':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x2bc)]);continue;case'1':_0x18e357[_0x38f2(0x2bd)](_0x18c3dc,null);continue;case'2':_0x3b25ea('');continue;case'3':_0xa0cc52([]);continue;case'4':await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x2be)]([_0x38f2(0x2bf),_0x18e357[_0x38f2(0x2c0)],_0x18e357[_0x38f2(0x1d9)],_0x18e357[_0x38f2(0x2c1)],_0x18e357[_0x38f2(0x2c2)],_0x18e357['BcKUL']]);continue;case'5':_0x18e357[_0x38f2(0x263)](_0x500488,![]);continue;case'6':_0x18e357[_0x38f2(0x2b9)](_0x4410b1,_0x18e357[_0x38f2(0x2b5)]);continue;case'7':_0x18e357[_0x38f2(0x2c3)](_0x2a86a6,null);continue;case'8':_0x409ce0('');continue;}break;}}catch(_0x1e3d7c){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x2c4)],_0x1e3d7c),_0x18e357[_0x38f2(0x2c5)](_0x4410b1,_0x38f2(0x6e));}}else _0x59b367[_0x38f2(0x13d)](_0x47e257[_0x38f2(0x2c6)]),_0x47e257[_0x38f2(0x2c7)](_0x48924a,_0x932dc9),_0x47e257[_0x38f2(0x2c8)](_0x127ad5,_0x38f2(0x3c));},_0x25077d=async()=>{const _0x5f18d7={'uVVqx':_0x18e357[_0x38f2(0x2c9)]};(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]),_0x4a4673(!![]),_0x18e357[_0x38f2(0x2ca)](_0x409ce0,'');try{console[_0x38f2(0x13d)](_0x38f2(0x2cb),_0x3441a5);const _0x3d7090=await(0x0,_authService['sendEmailVerificationCode'])(_0x3441a5);_0x3d7090[_0x38f2(0x254)]?console[_0x38f2(0x13d)](_0x38f2(0x2cc)):_0x18e357[_0x38f2(0x2cd)]===_0x18e357['oFXub']?_0x18e357[_0x38f2(0x18b)](_0x409ce0,_0x3d7090['message']||_0x18e357['xTsSV']):((0x0,_0x268cad['triggerHaptic'])(_0x5aec0f[_0x38f2(0x208)][_0x38f2(0x15c)]),_0x366fbf[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x14d)]),_0x5829ad()['catch'](_0x25873a=>{_0x469008[_0x38f2(0x15f)](_0x5f18d7[_0x38f2(0x2ce)],_0x25873a);}),_0x18e357[_0x38f2(0x219)](_0x7c322b,_0x38f2(0x14f)));}catch(_0x3df21a){_0x18e357[_0x38f2(0x29d)](_0x18e357[_0x38f2(0x2cf)],_0x18e357[_0x38f2(0x2d0)])?(_0x18e357[_0x38f2(0x273)](_0x1b373a,_0x459369[_0x38f2(0x29a)]||_0x18e357[_0x38f2(0x2d1)]),_0x5bf1a7[_0x38f2(0x13d)]('📊\x20[BACKGROUND]\x20Training\x20progress:',_0x16b446['progress'],'%')):(console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x2d2)],_0x3df21a),_0x18e357[_0x38f2(0x219)](_0x409ce0,_0x18e357['ALVqa']));}finally{_0x18e357[_0x38f2(0x2d3)](_0x4a4673,![]);}},_0xd50447=async _0x361495=>{(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x272)]),console['log'](_0x18e357['YupOV'],_0x361495);try{if(_0x18e357['sblkt'](_0x18e357['bgsor'],_0x18e357[_0x38f2(0x2d4)])){const [_0x81f387,_0x14f6fb,_0x360017]=await Promise[_0x38f2(0x2d5)]([(0x0,_authService['getAuthToken'])(),_asyncStorage[_0x38f2(0x4)]['getItem'](_0x18e357[_0x38f2(0x1d9)]),(0x0,_authService[_0x38f2(0x1f5)])()]);console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x2d6)]),console[_0x38f2(0x13d)](_0x18e357['BHMYh'],_0x81f387?_0x81f387['substring'](0x0,0x14)+_0x38f2(0x2d7):'NO'),console[_0x38f2(0x13d)](_0x18e357['cSqzw'],_0x14f6fb||'NO'),_0x193d3b['current']=!![];const _0x4f38e2={'connectedPlatforms':_0x361495};_0x14f6fb&&(_0x4f38e2['email']=_0x14f6fb,_0x4f38e2[_0x38f2(0x154)]=_0x360017||_0x14f6fb['split']('@')[0x0]);if(_0x81f387&&_0x14f6fb)_0x18e357['ifPWl'](_0x18e357[_0x38f2(0x2d8)],_0x18e357[_0x38f2(0x2d8)])?(console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x2d9)]),await(_0x18e357[_0x38f2(0x16a)](_0x163da5,null)||_0x18e357[_0x38f2(0x227)](_0x163da5,void 0x0)?void 0x0:_0x18e357[_0x38f2(0x16f)](_0x163da5,_api[_0x38f2(0x2da)]['BASE_URL'],_0x81f387,_0x4f38e2))):_0x141552=_0x38f2(0xf7);else _0x14f6fb?(console[_0x38f2(0x13d)](_0x18e357['MJJIx']),await(_0x18e357['TtCIP'](_0x163da5,null)||_0x163da5===void 0x0?void 0x0:_0x18e357[_0x38f2(0x2db)](_0x163da5,_api[_0x38f2(0x2da)][_0x38f2(0x2dc)],'',_0x4f38e2))):(console[_0x38f2(0x2dd)](_0x18e357['ysphY']),await(_0x18e357[_0x38f2(0x2de)](_0x163da5,null)||_0x18e357[_0x38f2(0x2df)](_0x163da5,void 0x0)?void 0x0:_0x18e357['eOThV'](_0x163da5,_api['API_CONFIG'][_0x38f2(0x2dc)],'',_0x4f38e2)));}else{const _0x3bf834={..._0x1b3300};return delete _0x3bf834[_0xce2447],_0x3bf834;}}catch(_0x401955){console[_0x38f2(0x15f)](_0x18e357['mWNdN'],_0x401955);const _0x363d0c=await _asyncStorage['default']['getItem'](_0x18e357[_0x38f2(0x1d9)])['catch'](()=>null);await(_0x18e357[_0x38f2(0x16a)](_0x163da5,null)||_0x163da5===void 0x0?void 0x0:_0x163da5(_api[_0x38f2(0x2da)][_0x38f2(0x2dc)],'',{'connectedPlatforms':_0x361495,..._0x18e357[_0x38f2(0x2e0)](_0x363d0c,{'email':_0x363d0c})}));}console[_0x38f2(0x13d)](_0x18e357['Vzzqz']);},_0x427ff0=async()=>{const _0x445f07={'EKvOh':_0x18e357[_0x38f2(0x2e1)],'ByYOo':function(_0x59ea32,_0x2108ae){return _0x18e357[_0x38f2(0x173)](_0x59ea32,_0x2108ae);},'qZEre':_0x18e357['UUmEx'],'nswjx':function(_0x2a4543){return _0x18e357['XLoWP'](_0x2a4543);},'Neyaq':_0x18e357[_0x38f2(0x2e2)],'gvKSE':_0x18e357[_0x38f2(0x2e3)],'SEteB':'ℹ️\x20Limited\x20data\x20scenario\x20detected','YZflx':_0x18e357[_0x38f2(0x2e4)]};if(_0x18e357[_0x38f2(0x23e)](_0x18e357[_0x38f2(0x2e5)],_0x18e357['XKQpD'])){(0x0,_haptics['triggerHaptic'])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]),console['log'](_0x38f2(0x2e6));try{if(_0x18e357[_0x38f2(0x2e7)]('OerJP',_0x18e357[_0x38f2(0x2e8)]))_0x416589['error'](_0x18e357['rePAr'],_0x432f00);else{const [_0x3a0595,_0x2d20de,_0x28c874]=await Promise[_0x38f2(0x2d5)]([(0x0,_authService['getAuthToken'])(),_asyncStorage[_0x38f2(0x4)][_0x38f2(0x176)](_0x18e357[_0x38f2(0x1d9)]),(0x0,_authService[_0x38f2(0x1f5)])()]);_0x193d3b[_0x38f2(0x195)]=!![],_0x18e357['ZMdkm'](_0x3a0595,_0x2d20de)?(console[_0x38f2(0x13d)](_0x38f2(0x2e9)),await(_0x163da5===null||_0x163da5===void 0x0?void 0x0:_0x163da5(_api['API_CONFIG']['BASE_URL'],_0x3a0595,{'email':_0x2d20de,'connectedPlatforms':[],'username':_0x28c874||_0x2d20de['split']('@')[0x0],'skipped':!![]}))):_0x18e357['JRNrI'](_0x18e357['JHZuV'],_0x18e357[_0x38f2(0x2ea)])?(_0xe1809a['error'](_0x445f07[_0x38f2(0x2eb)]),_0x445f07[_0x38f2(0x2ec)](_0x1e3978,_0x445f07['qZEre']),_0x445f07[_0x38f2(0x2ec)](_0x569eb5,!![]),_0x445f07['nswjx'](_0x5ea3f2)):(console[_0x38f2(0x2dd)](_0x38f2(0x2ed)),await(_0x18e357[_0x38f2(0x212)](_0x163da5,null)||_0x18e357[_0x38f2(0x2ee)](_0x163da5,void 0x0)?void 0x0:_0x18e357[_0x38f2(0x16f)](_0x163da5,_api[_0x38f2(0x2da)]['BASE_URL'],'',{'connectedPlatforms':[],'skipped':!![]})));}}catch(_0x223fe3){if(_0x18e357['dKGBi']('jeAau',_0x18e357['AjKBx'])){const _0x35da24=_0x445f07[_0x38f2(0x2ef)]['split']('|');let _0x5b00f5=0x0;while(!![]){switch(_0x35da24[_0x5b00f5++]){case'0':return;case'1':_0x25891a(_0x4a0efd[_0x38f2(0x2f0)]);continue;case'2':_0x23af67(_0x445f07[_0x38f2(0x2f1)]);continue;case'3':_0x1fa188['log'](_0x445f07[_0x38f2(0x2f2)]);continue;case'4':_0x5cb3d3(_0x445f07['YZflx']);continue;case'5':_0x445f07[_0x38f2(0x2ec)](_0x27c0e7,!![]);continue;}break;}}else console[_0x38f2(0x15f)](_0x18e357['fsdtI'],_0x223fe3),await(_0x163da5===null||_0x18e357[_0x38f2(0x2f3)](_0x163da5,void 0x0)?void 0x0:_0x18e357[_0x38f2(0x2f4)](_0x163da5,_api['API_CONFIG']['BASE_URL'],'',{'connectedPlatforms':[],'skipped':!![]}));}console[_0x38f2(0x13d)](_0x18e357['YVcWe']);}else{var _0x3c0342,_0x1b673b,_0x39504a,_0x528dba;_0x1151d1[_0x38f2(0x13d)](_0x38f2(0x2f5),{'connected':_0x18e357[_0x38f2(0x2f6)](_0x3c0342=_0x4d2d2f[_0x38f2(0x195)],null)||_0x3c0342===void 0x0?void 0x0:_0x3c0342[_0x38f2(0x21e)],'disconnected':_0x18e357['NkByW'](_0x1b673b=_0x556ae0[_0x38f2(0x195)],null)||_0x18e357[_0x38f2(0x2f7)](_0x1b673b,void 0x0)?void 0x0:_0x1b673b[_0x38f2(0x45)],'id':(_0x39504a=_0x49451d['current'])===null||_0x18e357[_0x38f2(0x2f8)](_0x39504a,void 0x0)?void 0x0:_0x39504a['id'],'engineConnected':(_0x528dba=_0x1802fc[_0x38f2(0x195)])===null||_0x18e357[_0x38f2(0x294)](_0x528dba,void 0x0)||_0x18e357[_0x38f2(0x2f9)](_0x528dba=_0x528dba['io'],null)||_0x18e357[_0x38f2(0x220)](_0x528dba,void 0x0)||(_0x528dba=_0x528dba[_0x38f2(0x2fa)])===null||_0x18e357[_0x38f2(0x2fb)](_0x528dba,void 0x0)?void 0x0:_0x528dba[_0x38f2(0x2fc)]});}},_0x3d7b6c=async()=>{if(_0x18e357['sXMXe'](_0x18e357['SYqXT'],_0x18e357[_0x38f2(0x2fd)])){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x2fe)]),(0x0,_haptics[_0x38f2(0x15b)])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]);try{await _asyncStorage[_0x38f2(0x4)][_0x38f2(0x178)](_0x18e357[_0x38f2(0x24b)],_0x18e357[_0x38f2(0x2ff)]),await(0x0,_jwtStorageService[_0x38f2(0x300)])(_0x18e357[_0x38f2(0x301)]),console[_0x38f2(0x13d)](_0x18e357['cAkCk']),_0x18e357['zDHke'](_0x1630ae);}catch(_0x28e71c){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x302)],_0x28e71c),_0x18e357[_0x38f2(0x22b)](_0x1630ae);}}else _0x120115[_0x38f2(0x195)]&&(_0xf07f65[_0x38f2(0x13d)](_0x38f2(0x303)),_0x4fe1e5[_0x38f2(0x195)]['disconnect'](),_0x1618c7[_0x38f2(0x195)]=null),_0x290916();},_0x175ecd=async _0x8dcd6c=>{const _0xe69431={'tsjdI':function(_0x26f987,_0xac7fdf){return _0x18e357[_0x38f2(0x304)](_0x26f987,_0xac7fdf);},'jgsJH':'📊\x20[BACKGROUND]\x20Training\x20progress:'};(0x0,_haptics[_0x38f2(0x15b)])(_haptics['HapticType'][_0x38f2(0x15c)]),_0x18e357['TtaFz'](_0x4926a0,_0x8dcd6c);try{if((0x0,_platformAuthService[_0x38f2(0x305)])(_0x8dcd6c)){_0xe2c547(_0x8dcd6c);const _0x397d75=await(0x0,_platformAuthService['initiateNativeAuth'])(_0x8dcd6c,_0x1604f4);_0x397d75&&(_0x18e357['ZTyoh'](_0x12a0f5,_0x4a7894=>({..._0x4a7894,[_0x8dcd6c]:{'userName':_0x1604f4,'connected':!![]}})),_0x1fa1e7(_0x9240fc=>({..._0x9240fc,[_0x8dcd6c]:!![]})),_0x53838c(_0x3f2ccc=>({..._0x3f2ccc,[_0x8dcd6c]:_0x38f2(0x21e)})),await _0x20360f(_0x8dcd6c));}else{_0x18e357['PAUCb'](_0xe2c547,_0x8dcd6c);const _0x181e3c=await(0x0,_platformAuthService['initiateOAuth'])(_0x8dcd6c,_0x1604f4);_0x181e3c&&(_0x18e357[_0x38f2(0x226)](_0x176dcb,_0x181e3c),_0x4410b1(_0x38f2(0x306)));}}catch(_0x1756e7){_0x18e357[_0x38f2(0x307)]('MutFe',_0x18e357[_0x38f2(0x308)])?console[_0x38f2(0x15f)]('Error\x20connecting\x20to\x20'+_0x8dcd6c+':',_0x1756e7):_0x51285f['progress']&&(_0xe69431[_0x38f2(0x309)](_0x2baff3,_0x24657c['status']||_0x38f2(0x76)),_0x12651a[_0x38f2(0x13d)](_0xe69431[_0x38f2(0x30a)],_0x11f022[_0x38f2(0x239)],'%'));}finally{if(_0x18e357['sblkt'](_0x18e357[_0x38f2(0x30b)],_0x38f2(0x30c)))_0x4926a0(null);else{_0xe2632f[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x28b)]),_0x18e357['XoWbR'](_0x387cb3,_0x18e357['ROBmP']),_0x39f28a(![]);return;}}},_0x339a54=(0x0,_react[_0x38f2(0x1ca)])(async _0x57edb5=>{const _0x542f84={'BRJYC':function(_0x4b6d8b,_0x3932e2){return _0x18e357[_0x38f2(0x226)](_0x4b6d8b,_0x3932e2);},'eIRLu':function(_0x55c45e,_0x3e927c){return _0x18e357[_0x38f2(0x1df)](_0x55c45e,_0x3e927c);},'nQxHJ':_0x18e357[_0x38f2(0x30d)],'Wfddc':_0x18e357['FfhYe'],'EHvQo':function(_0x102172,_0x2ff897){return _0x102172(_0x2ff897);},'ArAXd':function(_0xbc03ae,_0x5f0395){return _0x18e357[_0x38f2(0x2b9)](_0xbc03ae,_0x5f0395);},'NXMZJ':_0x18e357['VJEkN'],'FYNPJ':function(_0x5e1ba5,_0x584daf){return _0x18e357[_0x38f2(0x241)](_0x5e1ba5,_0x584daf);},'XBUvl':_0x38f2(0x30e),'NDQdX':_0x18e357[_0x38f2(0x30f)]};if(!_0x4bd1ea[_0x57edb5])try{if(_0x18e357[_0x38f2(0x310)](_0x57edb5,_0x18e357[_0x38f2(0x311)])){if(_0x18e357[_0x38f2(0x312)]===_0x18e357[_0x38f2(0x313)]){const _0x4e9d4b=_0x2c615c['current'];_0x4ed10d[_0x38f2(0x13a)][_0x38f2(0x1b8)](_0x519c66,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})[_0x38f2(0x1b9)](()=>{const _0x5d4750={'vCJmM':function(_0x22b7ee){return _0x22b7ee();}};_0x47f5b1(()=>{_0x2f195c(![]),!_0x4e9d4b&&_0x5d4750[_0x38f2(0x314)](_0x16a0fa);},0x64);});}else{_0x18e357[_0x38f2(0x315)](_0x1fa1e7,_0x15ba96=>({..._0x15ba96,[_0x57edb5]:!_0x15ba96[_0x57edb5]})),_0x18e357['HKmyY'](_0x12a0f5,_0x4d0f13=>({..._0x4d0f13,[_0x57edb5]:{'userName':_0x57edb5+_0x38f2(0x316),'connected':!![]}})),await _0x18e357[_0x38f2(0x317)](_0x20360f,_0x57edb5);return;}}if(_0x18e357['NBEjj'](_0x57edb5,_0x38f2(0x12f))||_0x18e357[_0x38f2(0x318)](_0x57edb5,_0x38f2(0x319))){if(_0x18e357[_0x38f2(0x31a)](_0x18e357[_0x38f2(0x31b)],_0x18e357['DhATq'])){_0x90967e['log'](_0x38f2(0x111),_0x48a1f2[_0x38f2(0x18e)]),_0xdafeec['log'](_0x38f2(0x31c),_0x21cdde[_0x38f2(0x31d)]),_0x46a7b2(!![]);if(_0x37b97b[_0x38f2(0x31d)]){const _0x38eb8b=_0x18e357[_0x38f2(0x31e)][_0x38f2(0x155)]('|');let _0x154037=0x0;while(!![]){switch(_0x38eb8b[_0x154037++]){case'0':_0x3e9037[_0x38f2(0x13d)](_0x38f2(0xd8),_0x2c1774[_0x38f2(0x31d)][_0x38f2(0x31f)]);continue;case'1':_0x4701ad[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x320)],_0x2f881f[_0x38f2(0x31d)][_0x38f2(0x321)]);continue;case'2':_0x4960b5[_0x38f2(0x13d)](_0x18e357['qeAbQ'],_0x2bba0b[_0x38f2(0x31d)][_0x38f2(0x322)]);continue;case'3':_0x2e6773[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x323)],_0x19ab92[_0x38f2(0x31d)][_0x38f2(0x324)]);continue;case'4':_0x40547f[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x325)],_0x46d724[_0x38f2(0x31d)][_0x38f2(0x326)]);continue;case'5':_0x569a39[_0x38f2(0x13d)](_0x18e357['WMvJN'],_0x5dae31[_0x38f2(0x31d)][_0x38f2(0x327)]);continue;case'6':_0x530cf7[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x328)],_0x5489e5['features'][_0x38f2(0x329)]);continue;}break;}}_0x18e357['grICd'](_0x459f30,_0x18e357[_0x38f2(0x32a)]),_0x18e357[_0x38f2(0x2b9)](_0xfdd95d,0x19);}else{console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x32b)]);const _0x23e1e7={'userId':_0x18e357[_0x38f2(0x32c)](_0x408279,_0x1604f4),'email':_0x408279||_0x1604f4+_0x38f2(0x32d),'appName':_0x540927,'timestamp':Date[_0x38f2(0x32e)](),'data':{'conversations':[],'chatHistory':[],'preferences':{},'customData':{}},'accessToken':undefined,'refreshToken':undefined,'tokenExpiry':undefined},_0x5ae1a5=await(0x0,_llmDataStorage['sendLLMDataToBackend'])(_0x23e1e7);if(_0x5ae1a5[_0x38f2(0x254)]){const _0x32fb60=_0x18e357[_0x38f2(0x32f)][_0x38f2(0x155)]('|');let _0x47de68=0x0;while(!![]){switch(_0x32fb60[_0x47de68++]){case'0':console[_0x38f2(0x13d)]('✅\x20'+_0x57edb5+'\x20successfully\x20connected\x20and\x20stored\x20in\x20backend');continue;case'1':_0x18e357['yCCzo'](_0x1fa1e7,_0x169137=>({..._0x169137,[_0x57edb5]:!![]}));continue;case'2':console['log'](_0x18e357[_0x38f2(0x330)]);continue;case'3':await _0x18e357[_0x38f2(0x225)](_0x20360f,_0x57edb5);continue;case'4':_0x18e357['PAUCb'](_0x12a0f5,_0x50737b=>({..._0x50737b,[_0x57edb5]:{'userName':_0x1604f4,'connected':!![],'connectionId':_0x5ae1a5[_0x38f2(0x331)],'storedInBackend':!![]}}));continue;case'5':console['log'](_0x38f2(0x332),_0x5ae1a5[_0x38f2(0x331)]);continue;}break;}}else throw new Error(_0x38f2(0x250)+_0x5ae1a5[_0x38f2(0x18e)]);return;}}if((0x0,_platformAuthService[_0x38f2(0x305)])(_0x57edb5)){_0xe2c547(_0x57edb5);const _0x51b5cd=await(0x0,_platformAuthService[_0x38f2(0x333)])(_0x57edb5,_0x1604f4);_0x51b5cd&&(_0x12a0f5(_0x3f237c=>({..._0x3f237c,[_0x57edb5]:{'userName':_0x1604f4,'connected':!![]}})),_0x18e357[_0x38f2(0x304)](_0x1fa1e7,_0x29018e=>({..._0x29018e,[_0x57edb5]:!![]})),await _0x18e357[_0x38f2(0x2ab)](_0x20360f,_0x57edb5));return;}_0xe2c547(_0x57edb5);const _0x2cd143=await(0x0,_platformAuthService[_0x38f2(0x334)])(_0x57edb5,_0x1604f4);_0x2cd143&&(_0x18e357['jXair'](_0x38f2(0x9a),_0x18e357[_0x38f2(0x335)])?(_0x18e357['WmMOQ'](_0x176dcb,_0x2cd143),_0x18e357[_0x38f2(0x173)](_0x4410b1,_0x18e357[_0x38f2(0x336)])):_0x18e357['lNQko'](_0x296bb4,()=>{var _0x3b4fc0;_0x542f84[_0x38f2(0x337)](_0x5a94c2,![]),_0x542f84[_0x38f2(0x338)](_0x3b4fc0=_0x178fd1[_0x38f2(0x195)],null)||_0x3b4fc0===void 0x0||_0x3b4fc0[_0x38f2(0x10)](_0x15fd44);},0x10));}catch(_0x431f5a){console[_0x38f2(0x15f)](_0x38f2(0x339)+_0x57edb5+':',_0x431f5a);return;}else _0x1fa1e7(_0x146596=>({..._0x146596,[_0x57edb5]:!_0x146596[_0x57edb5]})),_0x18e357[_0x38f2(0x33a)](_0x12a0f5,_0x32e16f=>{if(_0x542f84[_0x38f2(0x33b)](_0x542f84[_0x38f2(0x33c)],_0x542f84['NDQdX'])){const _0xffa792={..._0x32e16f};return delete _0xffa792[_0x57edb5],_0xffa792;}else{const _0xcef9a3=new _0x98f33e(_0x25b6bf),_0x6a605a=_0xcef9a3[_0x38f2(0x33d)][_0x38f2(0xd)](_0x542f84['nQxHJ']),_0x2240d9=_0xcef9a3[_0x38f2(0x33d)][_0x38f2(0xd)](_0x542f84[_0x38f2(0x33e)])||_0x4533b0;_0x6a605a&&_0x2240d9&&(_0x542f84[_0x38f2(0x33f)](_0x606c3f,_0x4958a7=>({..._0x4958a7,[_0x2240d9]:{'userName':_0x9d124f,'connected':!![]}})),_0x542f84['BRJYC'](_0x50ff87,_0x35eb6c=>({..._0x35eb6c,[_0x2240d9]:!![]})),_0x542f84[_0x38f2(0x340)](_0x4d0858,_0x542f84[_0x38f2(0x341)]));}});},[_0x4bd1ea,_0x1604f4]),_0x4c4af3=(0x0,_react['useCallback'])(_0x296f1b=>{const _0x9f2d3a={'IVcVx':function(_0xf858e3,_0x106a58){return _0xf858e3(_0x106a58);}};try{if(_0x18e357['aooFq'](_0x38f2(0x342),_0x38f2(0x342))){const _0x26c13f={'GnMMd':function(_0x4fd4b3,_0x1c048f){return _0x9f2d3a['IVcVx'](_0x4fd4b3,_0x1c048f);},'MgHAm':function(_0x453f4a,_0x55d9a0){return _0x453f4a===_0x55d9a0;}};_0x272dd0[_0x38f2(0x13a)][_0x38f2(0x1b8)](_0x38c545,{'toValue':0x0,'duration':0xfa,'useNativeDriver':!![]})['start'](()=>{const _0x575bcc={'TCtlz':function(_0x1f7215,_0x46f025){return _0x26c13f[_0x38f2(0x343)](_0x1f7215,_0x46f025);},'TAeRG':function(_0x5c16b2,_0x2a083b){return _0x26c13f['MgHAm'](_0x5c16b2,_0x2a083b);}};_0x43501f(()=>{var _0x401af2;_0x575bcc[_0x38f2(0x344)](_0x3aabf0,![]),_0x575bcc[_0x38f2(0x345)](_0x401af2=_0x214703[_0x38f2(0x195)],null)||_0x401af2===void 0x0||_0x401af2['call'](_0x5a905d);},0x10);});}else{const _0x1726d3=new URL(_0x296f1b),_0x1d4d17=_0x1726d3[_0x38f2(0x33d)]['get'](_0x38f2(0x92)),_0x14a210=_0x1726d3[_0x38f2(0x33d)][_0x38f2(0xd)](_0x18e357[_0x38f2(0x346)])||_0x16323c;_0x18e357[_0x38f2(0x347)](_0x1d4d17,_0x14a210)&&(_0x18e357[_0x38f2(0x27f)](_0x12a0f5,_0x29585e=>({..._0x29585e,[_0x14a210]:{'userName':_0x1604f4,'connected':!![]}})),_0x18e357[_0x38f2(0x348)](_0x1fa1e7,_0x4a632a=>({..._0x4a632a,[_0x14a210]:!![]})),_0x18e357[_0x38f2(0x349)](_0x4410b1,_0x38f2(0x34a)));}}catch(_0x40d935){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x277)],_0x40d935);}},[_0x16323c,_0x1604f4]),_0xc9399=(0x0,_react['useCallback'])(async _0x5dea74=>{const _0x1bf34e={'zuedo':_0x18e357[_0x38f2(0x34b)],'DEKEX':function(_0x983ac7,_0x2dc5aa){return _0x18e357[_0x38f2(0x173)](_0x983ac7,_0x2dc5aa);},'aEvWA':_0x18e357[_0x38f2(0x138)]};if(_0x18e357[_0x38f2(0x34c)](_0x18e357['fHnrs'],_0x18e357[_0x38f2(0x34d)]))_0x555ef5['log'](_0x1bf34e[_0x38f2(0x34e)]),_0x1bf34e['DEKEX'](_0x4e47f2,_0x1bf34e[_0x38f2(0x34f)]);else{console[_0x38f2(0x13d)]('🎉\x20OAuth\x20success\x20for\x20'+_0x16323c+_0x38f2(0x350)),console['log'](_0x38f2(0x351),_0x5dea74);if(_0x16323c){const _0xbebfd='5|0|1|4|3|2'[_0x38f2(0x155)]('|');let _0x317ddb=0x0;while(!![]){switch(_0xbebfd[_0x317ddb++]){case'0':_0x18e357[_0x38f2(0x352)](_0x12a0f5,_0x1151fd=>({..._0x1151fd,[_0x16323c]:{'userName':_0x1604f4,'connected':!![]}}));continue;case'1':_0x1fa1e7(_0x18d9fe=>({..._0x18d9fe,[_0x16323c]:!![]}));continue;case'2':console[_0x38f2(0x13d)](_0x38f2(0x353)+_0x16323c+_0x38f2(0x354));continue;case'3':await _0x18e357[_0x38f2(0x2b2)](_0x20360f,_0x16323c);continue;case'4':_0x53838c(_0x535f34=>({..._0x535f34,[_0x16323c]:_0x38f2(0x21e)}));continue;case'5':console[_0x38f2(0x13d)](_0x38f2(0x355)+_0x16323c);continue;}break;}}console['log'](_0x18e357['tYpHM']),_0x18e357[_0x38f2(0x356)](_0x176dcb,''),_0x18e357[_0x38f2(0x2b2)](_0x4410b1,_0x18e357[_0x38f2(0x357)]);}},[_0x16323c,_0x1604f4,_0x20360f]),_0x5e6ca7=(0x0,_react[_0x38f2(0x1ca)])(async _0x240047=>{const _0x19549d={'EWDsN':_0x38f2(0x358),'klGWs':function(_0x3ec3dc,_0x2c4a23){return _0x3ec3dc===_0x2c4a23;},'XaScN':function(_0x51b467,_0x324b32){return _0x18e357[_0x38f2(0x359)](_0x51b467,_0x324b32);},'uarea':function(_0x5aea37,_0x9a9040){return _0x18e357[_0x38f2(0x35a)](_0x5aea37,_0x9a9040);}};_0x18e357[_0x38f2(0x35b)](_0x4fe496,_0x240047),(0x0,_pinStorageUtils['setTemporaryPin'])(_0x240047),console[_0x38f2(0x13d)](_0x18e357['kxMPp']);if(_0x18e357[_0x38f2(0x35c)](_0x5a0591,_0x4c0fd5)){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x35d)]);try{_0x18e357['POKKy']===_0x18e357[_0x38f2(0x35e)]?_0x2427de[_0x38f2(0x13d)](_0x19549d['EWDsN']):(await _0x18e357[_0x38f2(0x2ae)](_0x206f8e,_0x240047),_0x4410b1(_0x18e357[_0x38f2(0x1b5)]));}catch(_0x464dbf){console[_0x38f2(0x15f)](_0x18e357['TNlWy'],_0x464dbf),_0x18e357[_0x38f2(0x35f)](_0x4410b1,_0x18e357[_0x38f2(0x1b5)]),_0x328f27(_0x18e357[_0x38f2(0x285)]),_0x18e357[_0x38f2(0x2d3)](_0x56d549,!![]);}}else _0x18e357['YSkRB'](_0x18e357[_0x38f2(0x360)],_0x38f2(0x361))?(_0x584b7f[_0x38f2(0x15f)](_0x38f2(0xfc)),_0x19549d[_0x38f2(0x362)](_0x1e8793,null)||_0x19549d[_0x38f2(0x363)](_0x1d702a,void 0x0)||_0x1a6397(_0x232df3[_0x38f2(0x2da)][_0x38f2(0x2dc)],_0x38f2(0xfd),{'email':(_0x19549d[_0x38f2(0x363)](_0x479edb,null)||_0x19549d[_0x38f2(0x364)](_0x19c232,void 0x0)?void 0x0:_0x3d5c2a[_0x38f2(0x153)])||'',..._0x32b446})):(console[_0x38f2(0x13d)](_0x38f2(0x1b3)),_0x18e357[_0x38f2(0x365)](_0x4410b1,_0x38f2(0x32)),_0x18e357[_0x38f2(0x240)](_0x328f27,_0x18e357[_0x38f2(0x1b6)]),_0x56d549(!![]));console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x366)]);},[_0x5a0591,_0x4c0fd5]),_0x3e5b65=async(_0x53418f,_0x2e35df)=>{const _0xc711fb={'fZwnG':_0x38f2(0x47),'WUgoh':function(_0x12d99b,_0x18fa31){return _0x18e357[_0x38f2(0x2ae)](_0x12d99b,_0x18fa31);},'CLJAl':function(_0x56d6b6,_0x1d40c2){return _0x18e357[_0x38f2(0x367)](_0x56d6b6,_0x1d40c2);},'pAImK':function(_0x17ffe8,_0x25f7d6){return _0x18e357[_0x38f2(0x368)](_0x17ffe8,_0x25f7d6);},'BiUSe':function(_0x364e14,_0x4a118e){return _0x18e357[_0x38f2(0x228)](_0x364e14,_0x4a118e);},'uobKo':function(_0x41177c,_0x46ff7a){return _0x18e357[_0x38f2(0x23e)](_0x41177c,_0x46ff7a);},'oEvgT':_0x18e357['Qrlhx'],'bUkeZ':_0x18e357[_0x38f2(0x369)],'cIyGB':_0x38f2(0x103),'IfWyJ':_0x18e357[_0x38f2(0x2a8)],'KPhrA':function(_0x1b74bd,_0x54f43f){return _0x18e357[_0x38f2(0x141)](_0x1b74bd,_0x54f43f);},'NFnxo':function(_0x3164c3,_0x3e4616){return _0x18e357[_0x38f2(0x36a)](_0x3164c3,_0x3e4616);},'qKhCI':_0x18e357[_0x38f2(0x1dc)]};try{if(_0x18e357[_0x38f2(0x36b)](_0x18e357['TwsVy'],_0x18e357[_0x38f2(0x36c)])){_0x328f27(_0x18e357[_0x38f2(0x36d)]),_0x18e357[_0x38f2(0x2b2)](_0x48a0e2,0xf);const _0xa16a57=_0x2e35df||await(0x0,_jwtStorageService['getJWT'])();if(!_0xa16a57){if(_0x18e357[_0x38f2(0x2f9)](_0x18e357['dlkrQ'],_0x18e357[_0x38f2(0x36e)])){var _0x37e247,_0x53633f,_0x179323,_0xa3e95e;_0x3bd52a[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x36f)]),_0x29d1c5[_0x38f2(0x13d)](_0x38f2(0x370),{'id':_0x18e357['MKavp'](_0x37e247=_0xe700a5[_0x38f2(0x195)],null)||_0x18e357[_0x38f2(0x371)](_0x37e247,void 0x0)?void 0x0:_0x37e247['id'],'connected':_0x18e357[_0x38f2(0x227)](_0x53633f=_0x158362[_0x38f2(0x195)],null)||_0x18e357[_0x38f2(0x372)](_0x53633f,void 0x0)?void 0x0:_0x53633f[_0x38f2(0x21e)],'transport':(_0x179323=_0x1ee073[_0x38f2(0x195)])===null||_0x179323===void 0x0||_0x18e357[_0x38f2(0x373)](_0x179323=_0x179323['io'],null)||_0x179323===void 0x0||_0x18e357[_0x38f2(0x258)](_0x179323=_0x179323['engine'],null)||_0x18e357['bEixU'](_0x179323,void 0x0)||_0x18e357[_0x38f2(0x374)](_0x179323=_0x179323['transport'],null)||_0x18e357[_0x38f2(0x375)](_0x179323,void 0x0)?void 0x0:_0x179323[_0x38f2(0x1f8)]}),_0x18e357['JuRcG'](_0x57f20a,!![]),_0x18e357[_0x38f2(0x376)](_0x3764a,_0x38f2(0x377)),_0x18e357[_0x38f2(0x378)](_0x364b4c,0xa);const _0x23860a=_0x18e357[_0x38f2(0x143)](_0xa3e95e=_0x1c2a77[_0x38f2(0x195)],null)||_0x18e357['kEImD'](_0xa3e95e,void 0x0)?void 0x0:_0xa3e95e['id'];_0x121e06['log'](_0x38f2(0x379),_0x23860a),_0x23860a?(_0x47f3ab[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x37a)],_0x338b9d?_0x123799[_0x38f2(0x37b)](0x0,0x14)+'...':_0x18e357[_0x38f2(0x37c)]),_0x2fa20c[_0x38f2(0x13d)](_0x38f2(0xb8)),_0x18e357[_0x38f2(0x348)](_0x2a23c8,'Waiting\x20for\x20training\x20to\x20start\x20from\x20connector→PIN\x20transition')):(_0x5de569['error'](_0x18e357[_0x38f2(0x2e1)]),_0x5c97dc(_0x38f2(0x7f)),_0x18e357[_0x38f2(0x2ab)](_0x2b7046,!![]),_0x18e357[_0x38f2(0x37d)](_0x4eabd0));}else{console[_0x38f2(0x15f)](_0x38f2(0x37e));throw new Error(_0x18e357[_0x38f2(0x264)]);}}console[_0x38f2(0x13d)]('🚀\x20Starting\x20Enoch\x20training\x20with\x20socketId:',_0x53418f),console[_0x38f2(0x13d)](_0x38f2(0x37f),_0xa16a57?_0xa16a57[_0x38f2(0x37b)](0x0,0x14)+'...':_0x18e357[_0x38f2(0x37c)]);const _0x1fb9f4=await(0x0,_authService[_0x38f2(0x1f5)])(),_0x3429dd=_0x1fb9f4||(_0x295a99===null||_0x18e357[_0x38f2(0x280)](_0x295a99,void 0x0)?void 0x0:_0x295a99[_0x38f2(0x154)])||(_0x18e357[_0x38f2(0x380)](_0x295a99,null)||_0x18e357['HBTUC'](_0x295a99,void 0x0)?void 0x0:_0x295a99[_0x38f2(0x1f8)])||_0x1604f4||_0x38f2(0xe5),_0x30491f=await _asyncStorage['default'][_0x38f2(0x176)](_0x38f2(0x20)),_0x1e3222=_0x30491f?JSON['parse'](_0x30491f):[];console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x381)],_0x1e3222);const _0x1037f8=await(0x0,_pinEncryptionService[_0x38f2(0x382)])()[_0x38f2(0x383)](_0x4f696d=>{const _0x194060={'UjILq':_0xc711fb[_0x38f2(0x384)],'fqISk':function(_0x57b87f,_0x476518){return _0xc711fb[_0x38f2(0x385)](_0x57b87f,_0x476518);},'BQulE':function(_0x33d3bf,_0x11a189){return _0xc711fb[_0x38f2(0x386)](_0x33d3bf,_0x11a189);},'svwYS':function(_0x47608a,_0xde6324){return _0x47608a===_0xde6324;},'WcWHZ':function(_0x48d96f,_0x3dd201){return _0xc711fb[_0x38f2(0x387)](_0x48d96f,_0x3dd201);},'EexaZ':function(_0x1ffc0e,_0x40d16e){return _0xc711fb[_0x38f2(0x388)](_0x1ffc0e,_0x40d16e);}};if(_0xc711fb[_0x38f2(0x389)](_0x38f2(0x38a),_0xc711fb[_0x38f2(0x38b)]))return console[_0x38f2(0x2dd)](_0xc711fb[_0x38f2(0x38c)],_0x4f696d),null;else{_0x2e9ed5['error'](_0x194060['UjILq'],_0x18378a),_0x194060[_0x38f2(0x38d)](_0x1c5e19,{}),_0x1e99d1({}),_0x194060[_0x38f2(0x38e)](_0x3c071c,{});const _0x2c2436=(_0x194060[_0x38f2(0x38f)](_0xbd1605,null)||_0x194060[_0x38f2(0x38f)](_0x3f5ccb,void 0x0)?void 0x0:_0x36f27b[_0x38f2(0x153)])||(_0x194060['WcWHZ'](_0x29c635,null)||_0x194060[_0x38f2(0x38f)](_0x4f04af,void 0x0)?void 0x0:_0x50204a[_0x38f2(0x1f8)])||_0x38f2(0x213)+_0x15af2a[_0x38f2(0x214)](_0x194060[_0x38f2(0x390)](_0x3e85c9['random'](),0x2710));_0x52186d(_0x2c2436);}}),_0x35e356={'socketId':_0x53418f,'username':_0x3429dd,'email':(_0x18e357[_0x38f2(0x391)](_0x295a99,null)||_0x295a99===void 0x0?void 0x0:_0x295a99[_0x38f2(0x153)])||null,'modelKey':null,'connectedPlatforms':_0x1e3222,'platformConnections':_0x10de7d,..._0x18e357[_0x38f2(0x392)](_0x1037f8,{'encryptedPin':_0x1037f8,'hasPinData':!![]})};console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x393)],_0x35e356);const _0x402664=await(0x0,_mobileTrainingService[_0x38f2(0x394)])(_0x35e356);console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x395)],_0x402664);if(_0x402664[_0x38f2(0x396)]||_0x18e357[_0x38f2(0x397)](_0x402664[_0x38f2(0x92)],_0x18e357[_0x38f2(0x1cf)])){const _0x25d917=_0x18e357[_0x38f2(0x398)][_0x38f2(0x155)]('|');let _0x1b31d6=0x0;while(!![]){switch(_0x25d917[_0x1b31d6++]){case'0':_0x18e357['eYZWt'](_0x56d549,!![]);continue;case'1':_0x18e357[_0x38f2(0x399)](_0x2c4814,_0x18e357['sHxXK']);continue;case'2':_0x11db53();continue;case'3':_0x18e357[_0x38f2(0x352)](_0x5a5646,!![]);continue;case'4':_0x18e357[_0x38f2(0x39a)](_0x114441,_0x402664);continue;case'5':_0x328f27(_0x18e357[_0x38f2(0x1d1)]);continue;case'6':return;case'7':console[_0x38f2(0x13d)](_0x18e357['EdmGP']);continue;}break;}}if(_0x402664[_0x38f2(0x254)]){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x39b)],_0x402664['message']),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x39c)],_0x402664[_0x38f2(0x31d)]);if(_0x402664[_0x38f2(0x31d)]){const _0x1456af='3|0|6|5|2|4|1'[_0x38f2(0x155)]('|');let _0x362db8=0x0;while(!![]){switch(_0x1456af[_0x362db8++]){case'0':console['log']('💾\x20Storage\x20method:',_0x402664[_0x38f2(0x31d)][_0x38f2(0x329)]);continue;case'1':console['log'](_0x18e357[_0x38f2(0x323)],_0x402664[_0x38f2(0x31d)]['queryScores']);continue;case'2':console['log'](_0x38f2(0x8c),_0x402664[_0x38f2(0x31d)][_0x38f2(0x322)]);continue;case'3':console[_0x38f2(0x13d)]('✅\x20Inference\x20enabled:',_0x402664[_0x38f2(0x31d)][_0x38f2(0x326)]);continue;case'4':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x320)],_0x402664[_0x38f2(0x31d)]['databases']);continue;case'5':console['log']('🔐\x20Encryption\x20enabled:',_0x402664[_0x38f2(0x31d)][_0x38f2(0x31f)]);continue;case'6':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x39d)],_0x402664['features']['compression']);continue;}break;}}_0x18e357['XDsDY'](_0x328f27,_0x18e357[_0x38f2(0x39e)]),_0x18e357[_0x38f2(0x39f)](_0x48a0e2,0x19);}else console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x3a0)],_0x402664['error']),_0x18e357[_0x38f2(0x3a1)](_0x328f27,_0x38f2(0x18c)+(_0x402664[_0x38f2(0x15f)]||_0x18e357[_0x38f2(0x3a2)])),_0x18e357[_0x38f2(0x263)](_0x56d549,!![]),_0x18e357['YMtEC'](_0x11db53);}else{_0x53bedf[_0x38f2(0x15f)](_0xc711fb[_0x38f2(0x3a3)],_0xc8428c);throw _0x56598c;}}catch(_0x127f7a){_0x18e357[_0x38f2(0x3a4)]('rftJJ',_0x18e357[_0x38f2(0x3a5)])?(_0x137ba6[_0x38f2(0x13d)](_0xc711fb[_0x38f2(0x3a6)]),_0xc711fb[_0x38f2(0x3a7)](_0x21b436,!![]),_0xc711fb[_0x38f2(0x3a8)](_0x3bb5a2,_0x28ec75),_0x3140ea(_0xc711fb[_0x38f2(0x3a9)])):(console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x3aa)],_0x127f7a),_0x18e357[_0x38f2(0x3ab)](_0x328f27,_0x38f2(0x18c)+(_0x18e357['PxAUr'](_0x127f7a,Error)?_0x127f7a[_0x38f2(0x18e)]:_0x18e357[_0x38f2(0x18f)])),_0x18e357[_0x38f2(0x35b)](_0x56d549,!![]),_0x18e357[_0x38f2(0x1cd)](_0x11db53));}},_0x206f8e=async _0x3bfdb4=>{const _0x3c6f46={'QzmOg':_0x38f2(0xc5),'WFeQi':function(_0xf41d0b,_0x4f9bc6){return _0xf41d0b(_0x4f9bc6);},'FOdhA':_0x38f2(0x38),'xWeuq':function(_0x3ca145,_0x2b79e1){return _0x18e357[_0x38f2(0x39f)](_0x3ca145,_0x2b79e1);},'PJItb':_0x38f2(0x39),'Bnuoi':function(_0x56f6ab){return _0x18e357[_0x38f2(0x3ac)](_0x56f6ab);}};if(_0x18e357[_0x38f2(0x3ad)](_0x18e357[_0x38f2(0x3ae)],_0x18e357['liUlD'])){_0x5bc64b[_0x38f2(0x13d)](_0x3c6f46['QzmOg']),_0x3c6f46[_0x38f2(0x3af)](_0xea772b,_0x3c6f46[_0x38f2(0x3b0)]),_0x3c6f46[_0x38f2(0x3b1)](_0x1ef54e,_0x447c53),_0x285e35(!![]),_0x153491(_0x3c6f46[_0x38f2(0x3b2)]),_0x3c6f46[_0x38f2(0x3b1)](_0x3d1999,!![]),_0x3c6f46[_0x38f2(0x3b3)](_0x2d276c);return;}else try{const _0xd76078=_0x18e357[_0x38f2(0x3b4)][_0x38f2(0x155)]('|');let _0xe71479=0x0;while(!![]){switch(_0xd76078[_0xe71479++]){case'0':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3b5)],_0x4c0fd5);continue;case'1':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3b6)]);continue;case'2':console[_0x38f2(0x13d)](_0x18e357['gUbcv'],(_0x18e357[_0x38f2(0x3b7)](_0x181c80,null)||_0x18e357[_0x38f2(0x3b8)](_0x181c80,void 0x0)?void 0x0:_0x181c80[_0x38f2(0x37b)](0x0,0x14))+_0x38f2(0x2d7));continue;case'3':console['log'](_0x18e357[_0x38f2(0x3b9)]);continue;case'4':if(!_0x4c0fd5)throw new Error(_0x18e357[_0x38f2(0x2b0)]);continue;case'5':console[_0x38f2(0x13d)](_0x38f2(0xba));continue;}break;}}catch(_0x821098){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x3ba)],_0x821098);throw _0x821098;}},_0x345224=async()=>{const _0x56c3df={'tGCva':_0x38f2(0x37e),'SByHt':_0x18e357[_0x38f2(0x264)],'fFTVY':function(_0x4a71f8){return _0x18e357[_0x38f2(0x3bb)](_0x4a71f8);},'ecgth':_0x18e357[_0x38f2(0x3bc)],'yMnUS':_0x18e357[_0x38f2(0x3bd)],'nOKyF':_0x18e357['AxFab'],'svmCj':function(_0x5e8c93,_0x16e3fc){return _0x18e357[_0x38f2(0x1cc)](_0x5e8c93,_0x16e3fc);},'vtZmH':_0x18e357[_0x38f2(0x3be)],'PkOaU':_0x18e357[_0x38f2(0x3bf)],'kRswi':_0x18e357[_0x38f2(0x3c0)],'rGBSh':function(_0x3b9a98,_0x107e9b){return _0x18e357[_0x38f2(0x18b)](_0x3b9a98,_0x107e9b);},'YeixF':function(_0xf39feb){return _0x18e357[_0x38f2(0x3bb)](_0xf39feb);},'ODuLF':_0x18e357[_0x38f2(0x3c1)],'godBY':_0x18e357[_0x38f2(0x369)],'CSkjM':function(_0x30ae01,_0x146f58){return _0x18e357[_0x38f2(0x3c2)](_0x30ae01,_0x146f58);},'VlfNt':_0x18e357['BLwLq'],'DOZoe':_0x38f2(0x3c3),'UVJNX':function(_0x5798b6,_0x27f005){return _0x18e357['GhWkw'](_0x5798b6,_0x27f005);},'qmmFp':_0x18e357[_0x38f2(0x3c4)],'lINRH':function(_0x39bae3,_0x44f015){return _0x18e357[_0x38f2(0x367)](_0x39bae3,_0x44f015);},'lPDgy':_0x18e357[_0x38f2(0x3c5)],'DjFwF':function(_0x25bcc2,_0x145356){return _0x18e357[_0x38f2(0x240)](_0x25bcc2,_0x145356);},'kGcCY':_0x38f2(0x44),'WnIPr':function(_0x1f7306,_0x5d9a7c){return _0x18e357['xJcUN'](_0x1f7306,_0x5d9a7c);},'yswZH':function(_0xa3e847,_0x23d488){return _0x18e357[_0x38f2(0x3c6)](_0xa3e847,_0x23d488);},'mUXTt':function(_0x547e7c,_0x2ea915){return _0x18e357[_0x38f2(0x3c7)](_0x547e7c,_0x2ea915);},'zPQLH':_0x38f2(0xe5),'rvxdJ':function(_0x14219f,_0x4f92c3){return _0x14219f(_0x4f92c3);},'CVplg':function(_0x9c042b,_0x548834){return _0x9c042b===_0x548834;},'BLshg':function(_0x6084b8,_0x4bfafe){return _0x18e357[_0x38f2(0x221)](_0x6084b8,_0x4bfafe);},'EMEIf':_0x38f2(0x3c8),'NIyGZ':_0x18e357[_0x38f2(0x328)],'tHtvJ':_0x18e357[_0x38f2(0x3c9)],'EGpzf':_0x38f2(0x3ca),'VhUVw':'🧪\x20Testing\x20mode\x20enabled','WKIFv':_0x18e357[_0x38f2(0x3cb)],'uwZXx':_0x18e357[_0x38f2(0x3cc)],'ZQPrJ':_0x38f2(0x14),'BjOgF':_0x38f2(0x16),'HwWKP':_0x38f2(0x3cd),'IvnSM':_0x18e357['pGoaI'],'iYRuA':_0x18e357[_0x38f2(0x3ce)],'GJvjt':_0x38f2(0x3cf),'WiwCX':_0x18e357['HBgbN'],'tmjbe':_0x18e357[_0x38f2(0x3d0)],'qLVgx':_0x38f2(0x3d1),'rSReZ':_0x38f2(0x3d2),'aSkaf':_0x38f2(0x3d3),'nLmbw':_0x18e357['sloez'],'bZpOe':_0x18e357['gpNAh'],'ZKnWK':function(_0x532a25,_0x4ea10a){return _0x18e357[_0x38f2(0x3d4)](_0x532a25,_0x4ea10a);},'KHuLa':_0x18e357['FYYUo'],'ZniUU':'YouTube\x20reconnection\x20failed.\x20Please\x20restart\x20from\x20connector\x20screen.','eGMFT':_0x38f2(0x1b2),'cScPv':function(_0x265896,_0x14cd6a){return _0x18e357[_0x38f2(0x3d5)](_0x265896,_0x14cd6a);},'OvTfl':_0x18e357[_0x38f2(0x3d6)],'BwxtE':function(_0x511229,_0x4f82b7){return _0x511229(_0x4f82b7);},'Kuwvk':_0x38f2(0x6e),'NckMG':_0x18e357[_0x38f2(0x3d7)],'uGcdp':_0x18e357['dHvez'],'GrKzw':function(_0x2af2dc,_0x109edc){return _0x2af2dc(_0x109edc);}};_0x18e357[_0x38f2(0x3d8)](_0x48a0e2,0x0),_0x328f27(_0x18e357[_0x38f2(0x3d9)]),_0x18e357[_0x38f2(0x348)](_0x2ae88a,![]),_0x18e357[_0x38f2(0x219)](_0x56d549,![]),_0x18e357[_0x38f2(0x3da)](_0x23c72c);try{var _0x5ed1db;console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3db)]),console['log'](_0x18e357[_0x38f2(0x3dc)]);const _0x20df51=await _0x18e357['zDHke'](_0x16746d);if(!_0x20df51)throw new Error(_0x18e357['BJcZv']);_0x18c3dc(_0x20df51),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3dd)],_0x20df51[_0x38f2(0x37b)](0x0,0x14)+_0x38f2(0x2d7)),console[_0x38f2(0x13d)](_0x38f2(0xff),_0x20df51[_0x38f2(0x201)]);const _0x56b104=await(0x0,_jwtStorageService[_0x38f2(0x1ed)])();console[_0x38f2(0x13d)](_0x38f2(0x3de),_0x56b104?_0x56b104[_0x38f2(0x37b)](0x0,0x14)+_0x38f2(0x2d7):_0x18e357[_0x38f2(0x3df)]);if(!_0x295a99){var _0x3acba4;console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3e0)]);const _0x35c0ad=await(0x0,_authService['getOnairosUsername'])(),_0x47694c=_0x35c0ad||(_0x18e357[_0x38f2(0x3e1)](_0x5448c3,null)||_0x18e357[_0x38f2(0x2fb)](_0x5448c3,void 0x0)||_0x18e357[_0x38f2(0x3e2)](_0x3acba4=_0x5448c3['email'],null)||_0x18e357[_0x38f2(0x3e3)](_0x3acba4,void 0x0)?void 0x0:_0x3acba4[_0x38f2(0x155)]('@')[0x0])||(_0x18e357[_0x38f2(0x2f7)](_0x5448c3,null)||_0x18e357[_0x38f2(0x3e4)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3['name'])||'mobile_user',_0x2c0933={'username':_0x47694c,'email':(_0x5448c3===null||_0x18e357[_0x38f2(0x3e5)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3[_0x38f2(0x153)])||null,'id':null};_0x2a86a6(_0x2c0933),_0x18e357[_0x38f2(0x3e6)](_0x38aed0,_0x47694c),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3e7)],_0x2c0933),await new Promise(_0x2b2c9a=>setTimeout(()=>_0x2b2c9a(),0xc8));}const _0x277868=_0x18e357[_0x38f2(0x3e8)](_0x295a99,{'username':_0x1604f4||(_0x5448c3===null||_0x18e357[_0x38f2(0x3e5)](_0x5448c3,void 0x0)||_0x18e357[_0x38f2(0x3e9)](_0x5ed1db=_0x5448c3['email'],null)||_0x18e357[_0x38f2(0x294)](_0x5ed1db,void 0x0)?void 0x0:_0x5ed1db[_0x38f2(0x155)]('@')[0x0])||(_0x5448c3===null||_0x18e357[_0x38f2(0x3ea)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3['name'])||_0x18e357[_0x38f2(0x3eb)],'email':(_0x5448c3===null||_0x18e357[_0x38f2(0x2df)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3[_0x38f2(0x153)])||null,'id':null});if(!_0x20df51){console[_0x38f2(0x15f)](_0x18e357['ZcZKI']);throw new Error(_0x18e357[_0x38f2(0x264)]);}console[_0x38f2(0x13d)](_0x38f2(0x3ec)),console[_0x38f2(0x13d)](_0x38f2(0x3ed),_0x277868),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3ee)],!!_0x20df51),console['log'](_0x18e357['KFimc']),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3ef)],_reactNative[_0x38f2(0x3f0)]['OS']),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3f1)]),_0x328f27(_0x38f2(0x3f2)),_0x18e357[_0x38f2(0x365)](_0x48a0e2,0x5),_0x15ee34['current']=(0x0,_socket['io'])(_api[_0x38f2(0x2da)]['BASE_URL'],{'transports':[_0x18e357['rHzhX'],_0x18e357[_0x38f2(0x3f3)]],'autoConnect':![],'timeout':0x3a98,'reconnection':!![],'reconnectionAttempts':0x3,'reconnectionDelay':0x3e8,'forceNew':!![]}),console['log'](_0x18e357[_0x38f2(0x3f4)],{'connected':_0x15ee34['current']['connected'],'id':_0x15ee34[_0x38f2(0x195)]['id'],'disconnected':_0x15ee34[_0x38f2(0x195)][_0x38f2(0x45)]}),_0x15ee34['current']['on'](_0x18e357[_0x38f2(0x357)],()=>{var _0x19d71b,_0x503d89,_0x246445,_0x39cfdc;console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x36f)]),console['log'](_0x38f2(0x370),{'id':_0x18e357[_0x38f2(0x3f5)](_0x19d71b=_0x15ee34[_0x38f2(0x195)],null)||_0x19d71b===void 0x0?void 0x0:_0x19d71b['id'],'connected':_0x18e357[_0x38f2(0x2de)](_0x503d89=_0x15ee34['current'],null)||_0x18e357[_0x38f2(0x3f6)](_0x503d89,void 0x0)?void 0x0:_0x503d89['connected'],'transport':_0x18e357['YrJrc'](_0x246445=_0x15ee34[_0x38f2(0x195)],null)||_0x18e357['Xdytr'](_0x246445,void 0x0)||_0x18e357[_0x38f2(0x3f7)](_0x246445=_0x246445['io'],null)||_0x18e357[_0x38f2(0x3f8)](_0x246445,void 0x0)||_0x18e357[_0x38f2(0x3f9)](_0x246445=_0x246445[_0x38f2(0x2fa)],null)||_0x18e357[_0x38f2(0x3fa)](_0x246445,void 0x0)||(_0x246445=_0x246445['transport'])===null||_0x18e357[_0x38f2(0x220)](_0x246445,void 0x0)?void 0x0:_0x246445[_0x38f2(0x1f8)]}),_0x7f16ca(!![]),_0x18e357[_0x38f2(0x39f)](_0x328f27,_0x38f2(0x377)),_0x18e357[_0x38f2(0x3fb)](_0x48a0e2,0xa);const _0x41a2e1=(_0x39cfdc=_0x15ee34[_0x38f2(0x195)])===null||_0x18e357[_0x38f2(0x3fc)](_0x39cfdc,void 0x0)?void 0x0:_0x39cfdc['id'];console['log']('🔌\x20Socket\x20ID\x20for\x20training:',_0x41a2e1);if(_0x41a2e1){if(_0x18e357[_0x38f2(0x3fd)](_0x18e357[_0x38f2(0x3fe)],_0x18e357[_0x38f2(0x3fe)])){_0x40b8c8[_0x38f2(0x15f)](_0x56c3df[_0x38f2(0x3ff)]);throw new _0x46a33f(_0x56c3df[_0x38f2(0x400)]);}else console['log'](_0x38f2(0xa2),_0x20df51?_0x20df51[_0x38f2(0x37b)](0x0,0x14)+_0x38f2(0x2d7):_0x18e357[_0x38f2(0x37c)]),console['log'](_0x18e357['EuzmP']),_0x18e357['WGncz'](_0x328f27,_0x18e357[_0x38f2(0x401)]);}else console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x2e1)]),_0x18e357[_0x38f2(0x402)](_0x328f27,_0x18e357[_0x38f2(0x3c0)]),_0x18e357['HKmyY'](_0x56d549,!![]),_0x11db53();}),_0x15ee34[_0x38f2(0x195)]['on']('disconnect',_0x72a32a=>{const _0x4f17e3={'yOqwz':_0x18e357[_0x38f2(0x403)],'rmdEk':_0x18e357[_0x38f2(0x3b9)],'kAZzK':_0x18e357[_0x38f2(0x404)],'jwGSI':function(_0x5b4d49,_0xa99d9b){return _0x5b4d49===_0xa99d9b;},'YARHV':_0x18e357[_0x38f2(0x2b0)],'UrCdu':_0x38f2(0xb4)};if(_0x38f2(0x405)===_0x18e357[_0x38f2(0x406)]){const _0x3f1fa1=_0x38f2(0x407)[_0x38f2(0x155)]('|');let _0x45acc4=0x0;while(!![]){switch(_0x3f1fa1[_0x45acc4++]){case'0':_0x3ec9d8[_0x38f2(0x13d)](_0x4f17e3['yOqwz']);continue;case'1':_0x24cd32[_0x38f2(0x13d)](_0x4f17e3['rmdEk']);continue;case'2':_0x354624['log'](_0x4f17e3['kAZzK'],(_0x41c2db===null||_0x4f17e3[_0x38f2(0x408)](_0x174c89,void 0x0)?void 0x0:_0x27b57c[_0x38f2(0x37b)](0x0,0x14))+_0x38f2(0x2d7));continue;case'3':if(!_0x49c311)throw new _0x4fa650(_0x4f17e3['YARHV']);continue;case'4':_0x26c10b[_0x38f2(0x13d)](_0x4f17e3[_0x38f2(0x409)],_0x10c776);continue;case'5':_0x16e495[_0x38f2(0x13d)](_0x38f2(0xb5));continue;}break;}}else{var _0x14910b;console[_0x38f2(0x13d)](_0x38f2(0x40a),_0x72a32a),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x40b)],{'reason':_0x72a32a,'wasConnected':_0x5d9e23,'socketId':_0x18e357['BheRu'](_0x14910b=_0x15ee34[_0x38f2(0x195)],null)||_0x18e357['fuNzS'](_0x14910b,void 0x0)?void 0x0:_0x14910b['id']}),_0x18e357['uEfmx'](_0x7f16ca,![]);}}),_0x15ee34[_0x38f2(0x195)]['on'](_0x18e357['xqfIW'],_0x3160eb=>{console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x40c)],_0x3160eb,_0x38f2(0x40d)),_0x18e357[_0x38f2(0x2bd)](_0x7f16ca,!![]);}),_0x15ee34[_0x38f2(0x195)]['on'](_0x18e357[_0x38f2(0x40e)],_0x5f0a5a=>{const _0x513bf5={'nYxvP':function(_0x2afdd9){return _0x56c3df[_0x38f2(0x40f)](_0x2afdd9);}};_0x56c3df[_0x38f2(0x410)]!==_0x56c3df[_0x38f2(0x411)]?(console[_0x38f2(0x13d)](_0x56c3df[_0x38f2(0x412)],_0x5f0a5a),_0x56c3df[_0x38f2(0x413)](_0x328f27,_0x38f2(0x414)+_0x5f0a5a+_0x38f2(0x415))):_0x513bf5[_0x38f2(0x416)](_0x3e70c5);}),_0x15ee34[_0x38f2(0x195)]['on']('reconnect_error',_0x4ab74e=>{console[_0x38f2(0x15f)](_0x56c3df[_0x38f2(0x417)],_0x4ab74e);}),_0x15ee34[_0x38f2(0x195)]['on'](_0x18e357[_0x38f2(0x418)],()=>{_0x18e357[_0x38f2(0x419)](_0x18e357[_0x38f2(0x41a)],_0x18e357[_0x38f2(0x41b)])?(console[_0x38f2(0x15f)](_0x38f2(0x41c)),_0x18e357['hgdUo'](_0x328f27,_0x18e357['MMrxn']),_0x18e357[_0x38f2(0x39a)](_0x56d549,!![]),_0x18e357[_0x38f2(0x41d)](_0x11db53)):(_0x1d63d4['error'](_0x56c3df['PkOaU'],_0x4ed384),_0x10c474[_0x38f2(0x15f)](_0x38f2(0xd6),{'message':_0x36ab86['message'],'name':_0x4259c0[_0x38f2(0x1f8)],'stack':_0x4d5a29[_0x38f2(0x41e)],'errorObject':_0xfbae77}),_0x111824(_0x56c3df[_0x38f2(0x41f)]),_0x56c3df[_0x38f2(0x420)](_0x493352,!![]),_0x56c3df['YeixF'](_0x418b7a));}),_0x15ee34['current']['on'](_0x18e357['bxJkW'],_0x2d3ad1=>{console['error'](_0x56c3df[_0x38f2(0x421)],_0x2d3ad1),console[_0x38f2(0x15f)](_0x56c3df[_0x38f2(0x422)],{'message':_0x2d3ad1['message'],'name':_0x2d3ad1[_0x38f2(0x1f8)],'stack':_0x2d3ad1[_0x38f2(0x41e)],'errorObject':_0x2d3ad1}),_0x328f27(_0x56c3df[_0x38f2(0x41f)]),_0x56c3df['svmCj'](_0x56d549,!![]),_0x11db53();}),_0x15ee34[_0x38f2(0x195)]['on'](_0x18e357[_0x38f2(0x423)],_0x2e5274=>{const _0x276641={'hBINL':_0x56c3df[_0x38f2(0x424)]};if(_0x56c3df[_0x38f2(0x425)](_0x56c3df[_0x38f2(0x426)],_0x56c3df['DOZoe']))console[_0x38f2(0x13d)](_0x38f2(0x427),_0x2e5274),_0x56c3df['rGBSh'](_0x328f27,_0x38f2(0x428)),_0x56c3df[_0x38f2(0x429)](_0x48a0e2,0x3c);else return _0x1f0083['warn'](_0x276641['hBINL'],_0x57d570),null;}),_0x15ee34['current']['on'](_0x38f2(0x42a),_0x34d30c=>{console[_0x38f2(0x13d)](_0x56c3df[_0x38f2(0x42b)],_0x34d30c),_0x56c3df[_0x38f2(0x42c)](_0x328f27,_0x56c3df['lPDgy']),_0x56c3df['DjFwF'](_0x48a0e2,0x50),_0x56c3df['lINRH'](_0x2d0a87,_0x34d30c['traits']),_0x423bab(_0x34d30c[_0x38f2(0x1a5)]);}),_0x15ee34[_0x38f2(0x195)]['on'](_0x18e357[_0x38f2(0x42d)],_0x4fb36b=>{const _0x246fe4={'UzStX':function(_0x32a2d2,_0x272e8e){return _0x32a2d2(_0x272e8e);}};console['log'](_0x56c3df[_0x38f2(0x42e)],_0x4fb36b);if(_0x4fb36b['completed']){if(_0x38f2(0x42f)!=='FqhFo')_0x246fe4[_0x38f2(0x430)](_0x26c8a4,![]);else{console['log'](_0x38f2(0x431),_0x4fb36b['message']),console[_0x38f2(0x13d)](_0x56c3df[_0x38f2(0x432)],_0x4fb36b['storage']),console[_0x38f2(0x13d)](_0x56c3df['tHtvJ'],_0x4fb36b['encryption']),console[_0x38f2(0x13d)](_0x56c3df[_0x38f2(0x433)],_0x4fb36b[_0x38f2(0x326)]);if(_0x4fb36b['databases']&&Array[_0x38f2(0x298)](_0x4fb36b[_0x38f2(0x321)])){if(_0x38f2(0x434)!==_0x38f2(0x434)){var _0x18c2d6;_0x26cce6['error'](_0x56c3df[_0x38f2(0x435)],_0x7e1117);const _0x14c58f=(_0x56c3df[_0x38f2(0x436)](_0x1c0385,null)||_0x532fdc===void 0x0||_0x56c3df[_0x38f2(0x437)](_0x18c2d6=_0x52292d['email'],null)||_0x56c3df[_0x38f2(0x438)](_0x18c2d6,void 0x0)?void 0x0:_0x18c2d6[_0x38f2(0x155)]('@')[0x0])||(_0x251b9a===null||_0x56c3df[_0x38f2(0x438)](_0x37a8a5,void 0x0)?void 0x0:_0x513b32['name'])||_0x56c3df['zPQLH'];_0x56c3df[_0x38f2(0x439)](_0x213736,{'username':_0x14c58f,'email':(_0x56c3df['CVplg'](_0x2129e9,null)||_0x56c3df[_0x38f2(0x43a)](_0x176d19,void 0x0)?void 0x0:_0x18bfc3[_0x38f2(0x153)])||null,'id':null}),_0x56c3df[_0x38f2(0x42c)](_0x534f3b,_0x14c58f);}else console[_0x38f2(0x13d)]('🗄️\x20Databases\x20used:',_0x4fb36b[_0x38f2(0x321)][_0x38f2(0x43b)](',\x20'));}_0x4fb36b[_0x38f2(0x43c)]&&console[_0x38f2(0x13d)](_0x56c3df['VhUVw']);}}_0x56c3df[_0x38f2(0x420)](_0x2ae88a,!![]),_0x56c3df[_0x38f2(0x439)](_0x328f27,_0x56c3df[_0x38f2(0x43d)]),_0x48a0e2(0x64),_0x11db53();}),_0x15ee34[_0x38f2(0x195)]['on']('trainingUpdate',_0x56b4e3=>{const _0x20fc68={'Kknfi':function(_0x3f56e4,_0x4ab2ac){return _0x3f56e4(_0x4ab2ac);},'mIKSs':_0x18e357[_0x38f2(0x336)]};console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x43e)],_0x56b4e3);if(_0x56b4e3[_0x38f2(0x15f)]&&_0x56b4e3[_0x38f2(0x15f)][_0x38f2(0x158)](_0x18e357[_0x38f2(0x43f)])){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x440)]),_0x18e357[_0x38f2(0x441)](_0x2c4814,null),_0x5a5646(![]),_0x18e357[_0x38f2(0x442)](_0x328f27,_0x18e357['MsPhG']),_0x18e357[_0x38f2(0x443)](setTimeout,async()=>{const _0xf5b0a4={'Baeyy':_0x56c3df[_0x38f2(0x444)],'IbUzQ':_0x56c3df[_0x38f2(0x445)],'vfEdA':_0x56c3df[_0x38f2(0x446)]};if(_0x56c3df['mUXTt'](_0x56c3df[_0x38f2(0x447)],_0x56c3df[_0x38f2(0x448)]))throw new _0x52c995(_0xf5b0a4['Baeyy']);else try{console['log'](_0x56c3df['iYRuA']);const _0x1588b9=await(0x0,_platformAuthService[_0x38f2(0x449)])();if(_0x1588b9)console[_0x38f2(0x13d)](_0x38f2(0x44a)),_0x328f27(_0x56c3df[_0x38f2(0x44b)]),_0x56c3df['DjFwF'](_0x56d549,!![]);else{console[_0x38f2(0x13d)](_0x56c3df[_0x38f2(0x44c)]),_0x56c3df[_0x38f2(0x413)](_0x328f27,_0x56c3df[_0x38f2(0x44d)]);try{_0x56c3df[_0x38f2(0x44e)](_0x56c3df['qLVgx'],_0x56c3df[_0x38f2(0x44f)])?(_0x5bd120[_0x38f2(0x13d)](_0xf5b0a4[_0x38f2(0x450)],_0x3cc13b),_0x4d7eb5[_0x38f2(0x13d)](_0x38f2(0x15),_0x172c1c),_0x51698e[_0x38f2(0x13d)](_0xf5b0a4['vfEdA'],_0x2b2e06),_0x968fdd[_0x38f2(0x13d)](_0x38f2(0x140),_0x31e374)):(await _0x175ecd(_0x56c3df[_0x38f2(0x451)]),console[_0x38f2(0x13d)](_0x56c3df[_0x38f2(0x452)]),_0x56c3df['rGBSh'](_0x328f27,_0x56c3df[_0x38f2(0x453)]),_0x56c3df[_0x38f2(0x454)](_0x56d549,!![]));}catch(_0x3b40d4){console[_0x38f2(0x15f)](_0x56c3df['KHuLa'],_0x3b40d4),_0x328f27(_0x56c3df[_0x38f2(0x455)]),_0x56d549(!![]),_0x56c3df[_0x38f2(0x456)](_0x11db53);}}}catch(_0x2c85b5){console[_0x38f2(0x15f)](_0x56c3df['eGMFT'],_0x2c85b5),_0x56c3df[_0x38f2(0x457)](_0x328f27,_0x56c3df['OvTfl']),_0x56c3df[_0x38f2(0x458)](_0x56d549,!![]),_0x56c3df[_0x38f2(0x456)](_0x11db53);}},0x3e8);return;}if(_0x56b4e3[_0x38f2(0x396)]||_0x18e357[_0x38f2(0x3ea)](_0x56b4e3[_0x38f2(0x92)],'CONNECTIONS_REQUIRED')){const _0xc8e5af='0|2|7|6|3|1|4|5'[_0x38f2(0x155)]('|');let _0x2275f5=0x0;while(!![]){switch(_0xc8e5af[_0x2275f5++]){case'0':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x459)]);continue;case'1':_0x56d549(!![]);continue;case'2':_0x18e357[_0x38f2(0x45a)](_0x2c4814,_0x18e357[_0x38f2(0x1cf)]);continue;case'3':_0x328f27(_0x18e357[_0x38f2(0x1d1)]);continue;case'4':_0x18e357[_0x38f2(0x41d)](_0x11db53);continue;case'5':return;case'6':_0x18e357[_0x38f2(0x39f)](_0x5a5646,!![]);continue;case'7':_0x18e357[_0x38f2(0x45b)](_0x114441,_0x56b4e3);continue;}break;}}if(_0x56b4e3[_0x38f2(0x92)]===_0x18e357[_0x38f2(0x45c)]){if(_0x18e357[_0x38f2(0x265)](_0x18e357[_0x38f2(0x45d)],_0x18e357[_0x38f2(0x45d)]))_0x20fc68[_0x38f2(0x45e)](_0x2008b6,_0x309dcb),_0x4d5bc8(_0x20fc68[_0x38f2(0x45f)]);else{console[_0x38f2(0x13d)]('🚫\x20No\x20data\x20scenario\x20detected'),_0x18e357['RpTAI'](_0x2c4814,_0x18e357['euLZt']),_0x18e357[_0x38f2(0x460)](_0x114441,_0x56b4e3[_0x38f2(0x2f0)]),_0x18e357[_0x38f2(0x257)](_0x5a5646,!![]),_0x18e357['cOfWH'](_0x328f27,'No\x20interaction\x20data\x20found'),_0x18e357[_0x38f2(0x1b4)](_0x56d549,!![]),_0x18e357[_0x38f2(0x175)](_0x11db53);return;}}if(_0x18e357['Mxzcp'](_0x56b4e3[_0x38f2(0x92)],_0x38f2(0x82))){if(_0x18e357[_0x38f2(0x461)]!==_0x18e357[_0x38f2(0x462)]){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x463)]),_0x18e357[_0x38f2(0x464)](_0x2c4814,_0x18e357[_0x38f2(0x2e4)]),_0x114441(_0x56b4e3[_0x38f2(0x2f0)]),_0x5a5646(!![]),_0x18e357['frJGT'](_0x328f27,_0x18e357[_0x38f2(0x2e3)]);return;}else(0x0,_0x290d5c['triggerHaptic'])(_0x276807[_0x38f2(0x208)][_0x38f2(0x15c)]),_0x56c3df['DjFwF'](_0x57e969,''),_0x525dd1(_0x56c3df['Kuwvk']);}if(_0x56b4e3['error'])_0x38f2(0x465)===_0x18e357['yDgbd']?(_0x5e052a[_0x38f2(0x15f)](_0x56c3df[_0x38f2(0x466)],_0xabe4af['error']),_0x25f453(_0x38f2(0x18c)+_0x5bdca6['error']),_0x3f83a0(!![]),_0x3e2a7d()):(console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x3d7)],_0x56b4e3[_0x38f2(0x15f)]),_0x18e357[_0x38f2(0x467)](_0x328f27,_0x38f2(0x18c)+_0x56b4e3[_0x38f2(0x15f)]),_0x18e357['MAlvr'](_0x56d549,!![]),_0x18e357[_0x38f2(0x37d)](_0x11db53));else _0x56b4e3[_0x38f2(0x239)]&&(_0x18e357[_0x38f2(0x219)](_0x48a0e2,_0x56b4e3[_0x38f2(0x239)]),_0x328f27(_0x56b4e3[_0x38f2(0x29a)]||_0x18e357[_0x38f2(0x23a)]),_0xfc77dc&&_0x56b4e3[_0x38f2(0x239)]>0x1e&&_0x18e357[_0x38f2(0x468)](_0x5a5646,![]));}),console['log'](_0x18e357[_0x38f2(0x469)]),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x46a)],{'url':_api['API_CONFIG'][_0x38f2(0x2dc)],'transports':['websocket'],'autoConnect':![],'timeout':0x2710,'reconnection':![]}),_0x15ee34[_0x38f2(0x195)]['connect'](),console[_0x38f2(0x13d)]('🔌\x20Socket\x20connect()\x20called\x20-\x20waiting\x20for\x20connection...'),_0x18e357['dFcbJ'](setTimeout,()=>{var _0x20d8c8,_0x527dfc,_0x1c0220,_0xf5113e;console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x46b)],{'connected':_0x18e357[_0x38f2(0x46c)](_0x20d8c8=_0x15ee34[_0x38f2(0x195)],null)||_0x18e357[_0x38f2(0x380)](_0x20d8c8,void 0x0)?void 0x0:_0x20d8c8['connected'],'disconnected':(_0x527dfc=_0x15ee34[_0x38f2(0x195)])===null||_0x18e357[_0x38f2(0x227)](_0x527dfc,void 0x0)?void 0x0:_0x527dfc[_0x38f2(0x45)],'id':_0x18e357[_0x38f2(0x2ee)](_0x1c0220=_0x15ee34[_0x38f2(0x195)],null)||_0x18e357['qAirR'](_0x1c0220,void 0x0)?void 0x0:_0x1c0220['id'],'engineConnected':_0x18e357[_0x38f2(0x46d)](_0xf5113e=_0x15ee34['current'],null)||_0xf5113e===void 0x0||(_0xf5113e=_0xf5113e['io'])===null||_0x18e357['pESRo'](_0xf5113e,void 0x0)||_0x18e357['JJSJN'](_0xf5113e=_0xf5113e[_0x38f2(0x2fa)],null)||_0x18e357[_0x38f2(0x46e)](_0xf5113e,void 0x0)?void 0x0:_0xf5113e[_0x38f2(0x2fc)]});},0x3e8),_0x18e357[_0x38f2(0x22c)](setTimeout,()=>{if(_0x18e357[_0x38f2(0x46f)](_0x18e357[_0x38f2(0x470)],_0x18e357[_0x38f2(0x470)])){var _0x515cb6,_0x590318,_0x1063d3,_0x54992c;console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x471)],{'connected':_0x18e357['lGOeQ'](_0x515cb6=_0x15ee34[_0x38f2(0x195)],null)||_0x515cb6===void 0x0?void 0x0:_0x515cb6[_0x38f2(0x21e)],'disconnected':_0x18e357[_0x38f2(0x472)](_0x590318=_0x15ee34['current'],null)||_0x18e357[_0x38f2(0x183)](_0x590318,void 0x0)?void 0x0:_0x590318[_0x38f2(0x45)],'id':_0x18e357[_0x38f2(0x295)](_0x1063d3=_0x15ee34[_0x38f2(0x195)],null)||_0x18e357[_0x38f2(0x473)](_0x1063d3,void 0x0)?void 0x0:_0x1063d3['id'],'engineConnected':(_0x54992c=_0x15ee34[_0x38f2(0x195)])===null||_0x18e357[_0x38f2(0x474)](_0x54992c,void 0x0)||_0x18e357[_0x38f2(0x475)](_0x54992c=_0x54992c['io'],null)||_0x18e357['WHIcN'](_0x54992c,void 0x0)||_0x18e357[_0x38f2(0x476)](_0x54992c=_0x54992c[_0x38f2(0x2fa)],null)||_0x18e357['dKGBi'](_0x54992c,void 0x0)?void 0x0:_0x54992c['readyState']});}else return _0x171c2e&&_0x52a570[_0x38f2(0x1)]?_0x20942f:{'default':_0x1063ec};},0x1388),_0x18e357[_0x38f2(0x477)](setTimeout,()=>{const _0x34fbdd={'BEtPb':_0x18e357[_0x38f2(0x478)]};!_0x5d9e23&&_0x15ee34[_0x38f2(0x195)]&&!_0x15ee34[_0x38f2(0x195)][_0x38f2(0x21e)]&&(_0x18e357[_0x38f2(0x16a)](_0x38f2(0xcd),_0x18e357[_0x38f2(0x479)])?(console['error'](_0x18e357[_0x38f2(0x47a)]),console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x47b)],{'connected':_0x15ee34[_0x38f2(0x195)][_0x38f2(0x21e)],'disconnected':_0x15ee34[_0x38f2(0x195)]['disconnected'],'id':_0x15ee34['current']['id']}),_0x328f27(_0x18e357[_0x38f2(0x47c)]),_0x56d549(!![]),_0x18e357[_0x38f2(0x47d)](_0x11db53),_0x15ee34[_0x38f2(0x195)]&&(_0x18e357['vLgwn']!==_0x18e357[_0x38f2(0x47e)]?(_0x15ee34[_0x38f2(0x195)][_0x38f2(0x25c)](),_0x15ee34[_0x38f2(0x195)]=null):(_0x5bec9e[_0x38f2(0x15f)](_0x56c3df['uGcdp'],_0x4aa2b1),_0x56c3df[_0x38f2(0x47f)](_0x388fbe,_0x56c3df[_0x38f2(0x480)])))):_0x514b5f['log'](_0x34fbdd[_0x38f2(0x481)]));},0x4e20);}catch(_0x5ccd56){console[_0x38f2(0x15f)](_0x38f2(0x191),_0x5ccd56),_0x328f27(_0x18e357[_0x38f2(0x192)]),_0x18e357[_0x38f2(0x482)](_0x56d549,!![]),_0x18e357[_0x38f2(0x483)](_0x11db53);}},_0xcef4c1=_0x10fe85=>{if(_0x68b2bd)return _0x18e357[_0x38f2(0x484)];if(_0x4f942d)return _0x38f2(0x485);let _0x20ae0e='';if(_0x10fe85<0x14)_0x18e357[_0x38f2(0x486)](_0x18e357[_0x38f2(0x487)],_0x18e357[_0x38f2(0x487)])?_0x20ae0e='Keeping\x20your\x20data\x20private':(_0x18e357['KZvPz'](_0x1cd7af,_0x22b89b=>({..._0x22b89b,[_0x1a5746]:{'userName':_0x1b9904,'connected':!![]}})),_0x107baf(_0x1695be=>({..._0x1695be,[_0x4621c7]:!![]})),_0x18e357[_0x38f2(0x2a9)](_0x24ce67,_0x18e357[_0x38f2(0x357)]));else{if(_0x10fe85<0x28)_0x20ae0e=_0x18e357[_0x38f2(0x488)];else{if(_0x18e357[_0x38f2(0x489)](_0x10fe85,0x3c))_0x20ae0e=_0x18e357[_0x38f2(0x48a)];else{if(_0x10fe85<0x50){if(_0x18e357[_0x38f2(0x16d)]('yuyES',_0x18e357['fOUQR']))_0x20ae0e=_0x18e357[_0x38f2(0x48b)];else throw new _0x25307f(_0x18e357[_0x38f2(0x48c)]);}else _0x18e357[_0x38f2(0x48d)](_0x10fe85,0x5f)?_0x20ae0e=_0x18e357[_0x38f2(0x48e)]:_0x18e357[_0x38f2(0x48f)](_0x38f2(0x490),'XbcwD')?_0x5e6bfe=_0x18e357[_0x38f2(0x48b)]:_0x20ae0e=_0x18e357[_0x38f2(0x491)];}}}return _0x20ae0e+_0xea9b96;},_0x4e7b44=async()=>{const _0x502740={'LfnOk':_0x18e357[_0x38f2(0x1d5)],'kdFYJ':function(_0x24873d,_0x57981f){return _0x18e357[_0x38f2(0x286)](_0x24873d,_0x57981f);},'dYWBy':_0x18e357[_0x38f2(0x138)],'mZvTW':function(_0x4ae3ad,_0x528305){return _0x18e357[_0x38f2(0x492)](_0x4ae3ad,_0x528305);},'thdpc':_0x18e357[_0x38f2(0x2b5)],'WTtUJ':_0x18e357[_0x38f2(0x25a)],'EshzD':_0x18e357[_0x38f2(0x25b)]};console[_0x38f2(0x13d)](_0x38f2(0x493));_0x15ee34[_0x38f2(0x195)]&&(console['log'](_0x38f2(0x494)),_0x15ee34[_0x38f2(0x195)][_0x38f2(0x25c)](),_0x15ee34[_0x38f2(0x195)]=null);(0x0,_pinStorageUtils[_0x38f2(0x495)])(),_0x193d3b['current']=!![];try{const _0x1a6e93=await(0x0,_jwtStorageService[_0x38f2(0x1ed)])();if(_0x1a6e93)console[_0x38f2(0x13d)](_0x38f2(0x496),_0x1a6e93[_0x38f2(0x37b)](0x0,0x1e)+_0x38f2(0x2d7)),_0x18e357[_0x38f2(0x497)](_0x163da5,null)||_0x163da5===void 0x0||_0x18e357['UQSSo'](_0x163da5,_api[_0x38f2(0x2da)][_0x38f2(0x2dc)],_0x1a6e93,{'email':(_0x18e357[_0x38f2(0x391)](_0x295a99,null)||_0x295a99===void 0x0?void 0x0:_0x295a99[_0x38f2(0x153)])||'',..._0x295a99});else{if(_0x18e357['KqprS']!==_0x18e357[_0x38f2(0x498)])console['error'](_0x18e357[_0x38f2(0x499)]),_0x18e357[_0x38f2(0x472)](_0x163da5,null)||_0x18e357['uuccJ'](_0x163da5,void 0x0)||_0x18e357[_0x38f2(0x49a)](_0x163da5,_api['API_CONFIG'][_0x38f2(0x2dc)],_0x18e357[_0x38f2(0x49b)],{'email':(_0x18e357[_0x38f2(0x49c)](_0x295a99,null)||_0x18e357[_0x38f2(0x258)](_0x295a99,void 0x0)?void 0x0:_0x295a99[_0x38f2(0x153)])||'',..._0x295a99});else{(0x0,_0x1c6038[_0x38f2(0x15b)])(_0x26a7df[_0x38f2(0x208)][_0x38f2(0x15c)]);if(_0x2c3d95){_0x317178[_0x38f2(0x13d)](_0x502740['LfnOk']),_0x502740['kdFYJ'](_0x2e6396,_0x502740[_0x38f2(0x49d)]);return;}_0x3e7895['log']('🚀\x20Get\x20Started\x20pressed\x20-\x20moving\x20to\x20signin'),_0x502740[_0x38f2(0x49e)](_0x20ff12,_0x502740[_0x38f2(0x49f)]);}}}catch(_0x32aae4){_0x18e357[_0x38f2(0x4a0)](_0x18e357[_0x38f2(0x4a1)],_0x18e357[_0x38f2(0x4a2)])?(_0x1bbaab[_0x38f2(0x13d)](_0x502740[_0x38f2(0x4a3)],_0x2426a3[_0x38f2(0x18e)]),_0x502740[_0x38f2(0x49e)](_0x2edd45,_0x593ac1[_0x38f2(0x18e)]||_0x502740[_0x38f2(0x4a4)])):(console[_0x38f2(0x15f)](_0x38f2(0x4a5),_0x32aae4),_0x18e357['tpuEy'](_0x163da5,null)||_0x18e357['OmVJY'](_0x163da5,void 0x0)||_0x18e357[_0x38f2(0x49a)](_0x163da5,_api['API_CONFIG']['BASE_URL'],_0x18e357['aNkDa'],{'email':(_0x18e357[_0x38f2(0x497)](_0x295a99,null)||_0x18e357[_0x38f2(0x4a6)](_0x295a99,void 0x0)?void 0x0:_0x295a99[_0x38f2(0x153)])||'',..._0x295a99}));}},_0x16746d=async()=>{const _0x5e9e72={'EJiFO':_0x18e357[_0x38f2(0x28d)],'ZdSpg':function(_0x43979f,_0x37f78a){return _0x18e357[_0x38f2(0x46e)](_0x43979f,_0x37f78a);},'kizMA':function(_0x102a38,_0x5cf087){return _0x18e357[_0x38f2(0x4a7)](_0x102a38,_0x5cf087);},'pXDBU':_0x38f2(0x4a8),'dpSyB':_0x18e357['rXIsy'],'TTRUt':_0x18e357['CqJjV'],'ImzDn':function(_0x36efbc,_0x4c7742){return _0x18e357[_0x38f2(0x4a9)](_0x36efbc,_0x4c7742);},'nDodd':function(_0x1cfe5c,_0x5b0649){return _0x18e357[_0x38f2(0x4aa)](_0x1cfe5c,_0x5b0649);},'jIiyT':_0x18e357['LKGnc'],'eoZvK':function(_0x47994e,_0x5903c3){return _0x18e357[_0x38f2(0x4ab)](_0x47994e,_0x5903c3);},'dNCdk':function(_0x10f0cf,_0x323206){return _0x10f0cf(_0x323206);}};try{const _0x9e0a89=await(0x0,_jwtStorageService[_0x38f2(0x1ed)])();if(_0x9e0a89&&_0x9e0a89['trim']()[_0x38f2(0x201)]>0x14){if(_0x18e357[_0x38f2(0x4ac)](_0x18e357[_0x38f2(0x4ad)],_0x18e357['pnisQ'])){var _0x4166ac,_0x19cb4f,_0x48014c,_0x3e6cb5;_0xeb0eb5[_0x38f2(0x13d)](_0x5e9e72[_0x38f2(0x4ae)]),_0x591814['log']('🔍\x20Checking\x20for\x20returning\x20user\x20data...',{'isNewUser':_0x274f2f[_0x38f2(0x26d)],'flowType':_0x59f948[_0x38f2(0x28f)],'hasExistingData':_0x5e9e72[_0x38f2(0x4af)](_0x4166ac=_0x4b5eb6['existingUserData'],null)||_0x5e9e72[_0x38f2(0x4af)](_0x4166ac,void 0x0)?void 0x0:_0x4166ac['hasExistingData'],'connectionsCount':(_0x5e9e72['kizMA'](_0x19cb4f=_0x3b9375[_0x38f2(0x291)],null)||_0x5e9e72[_0x38f2(0x4b0)](_0x19cb4f,void 0x0)||_0x5e9e72[_0x38f2(0x4b0)](_0x19cb4f=_0x19cb4f[_0x38f2(0x297)],null)||_0x19cb4f===void 0x0?void 0x0:_0x19cb4f[_0x38f2(0x201)])||0x0});const _0x5c845a=_0x1cc523[_0x38f2(0x26d)]===![]||_0x5e9e72[_0x38f2(0x4b0)](_0x4365c3[_0x38f2(0x28f)],_0x5e9e72[_0x38f2(0x4b1)]),_0x41ad04=_0x5e9e72['kizMA'](_0x48014c=_0x2d21d0['existingUserData'],null)||_0x5e9e72['ZdSpg'](_0x48014c,void 0x0)?void 0x0:_0x48014c[_0x38f2(0x297)],_0x2e1a26=_0x4b4650[_0x38f2(0x298)](_0x41ad04)?_0x41ad04:[],_0x4f8bf8=_0x2e1a26[_0x38f2(0x177)](_0x2372d5=>_0x2372d5&&(_0x2372d5[_0x38f2(0x299)]||_0x2372d5[_0x38f2(0x29a)]===_0x38f2(0x29b)))[_0x38f2(0x271)](_0x59b2f3=>_0x59b2f3===null||_0x59b2f3===void 0x0?void 0x0:_0x59b2f3[_0x38f2(0x93)])[_0x38f2(0x177)](_0x2289f9);_0x4c911b[_0x38f2(0x13d)](_0x5e9e72[_0x38f2(0x4b2)],{'isReturning':_0x5c845a,'connectedPlatformNames':_0x4f8bf8,'showWelcomeBack':_0x5e9e72[_0x38f2(0x4b0)](_0x3e6cb5=_0x32906b['enochInstructions'],null)||_0x3e6cb5===void 0x0?void 0x0:_0x3e6cb5[_0x38f2(0x2a0)]}),_0x5c845a&&_0x4f8bf8['length']>0x0?(_0x15c206['log'](_0x5e9e72[_0x38f2(0x4b3)]),_0x5e9e72['ImzDn'](_0x4c1b10,!![]),_0x5e9e72['nDodd'](_0x35b748,_0x4f8bf8),_0x5e9e72[_0x38f2(0x4b4)](_0x17333b,_0x38f2(0x43))):(_0x1999ab[_0x38f2(0x13d)](_0x5e9e72[_0x38f2(0x4b5)]),_0x5e9e72['eoZvK'](_0x5aa30e,![]),_0x5e9e72[_0x38f2(0x4b4)](_0x1a8f99,[]),_0x5e9e72[_0x38f2(0x4b6)](_0x204e72,_0x38f2(0x3c)));}else return console[_0x38f2(0x13d)](_0x38f2(0x4b7),_0x9e0a89['substring'](0x0,0x14)+'...'),console['log'](_0x18e357[_0x38f2(0x4b8)],_0x9e0a89[_0x38f2(0x201)]),_0x9e0a89;}return console['warn'](_0x18e357['QsCUf']),console[_0x38f2(0x2dd)](_0x18e357[_0x38f2(0x4b9)]),console[_0x38f2(0x2dd)](_0x18e357[_0x38f2(0x4ba)]),null;}catch(_0x45c3f6){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x4bb)],_0x45c3f6);throw _0x45c3f6;}},_0x4a43f4=Object[_0x38f2(0x4bc)](_0x4bd1ea)[_0x38f2(0x4bd)](_0x22695e=>_0x22695e),_0x1c3b0e=()=>{const _0x5b6651={'RBPYH':_0x38f2(0x19),'OvRcX':_0x18e357[_0x38f2(0x148)],'oNiap':_0x18e357['sISPV'],'coKtM':function(_0x4ebec5,_0x11d642){return _0x4ebec5(_0x11d642);},'jsRfa':_0x38f2(0x1b),'xBZuI':function(_0x4c921c,_0x5848d0){return _0x18e357['ZPvXL'](_0x4c921c,_0x5848d0);},'isfSb':_0x18e357[_0x38f2(0x336)],'OhrHh':function(_0x5850a5,_0x320eaa){return _0x5850a5!==_0x320eaa;},'Mdnqn':_0x18e357[_0x38f2(0x4be)],'fgZUm':_0x38f2(0x1d)};_0x18e357[_0x38f2(0x4bf)](_0x18e357[_0x38f2(0x4c0)],_0x18e357[_0x38f2(0x4c0)])?(_0x56f3ea[_0x38f2(0x13d)](_0x5b6651['RBPYH']),_0x99d33f[_0x38f2(0x13d)](_0x5b6651[_0x38f2(0x4c1)],_0x51cd03,_0x5b6651[_0x38f2(0x4c2)]),_0x5b6651[_0x38f2(0x4c3)](_0x56f60c,_0x5b6651[_0x38f2(0x4c4)])):_0x4a43f4&&((0x0,_haptics['triggerHaptic'])(_haptics[_0x38f2(0x208)][_0x38f2(0x15c)]),console[_0x38f2(0x13d)](_0x38f2(0x1e)),_0x18e357['Ipyzq'](_0x2ff316)[_0x38f2(0x383)](_0x4dfd4f=>{_0x5b6651['OhrHh']('pDyva',_0x5b6651['Mdnqn'])?(_0x5b6651[_0x38f2(0x4c3)](_0x3a5a6c,_0x5412e7),_0x5b6651[_0x38f2(0x4c5)](_0x514243,_0x5b6651[_0x38f2(0x4c6)])):console[_0x38f2(0x15f)](_0x5b6651[_0x38f2(0x4c7)],_0x4dfd4f);}),_0x18e357[_0x38f2(0x4c8)](_0x4410b1,_0x38f2(0x14f)));},_0x2ff316=(0x0,_react['useCallback'])(async()=>{const _0x492d03={'lVVAT':_0x18e357[_0x38f2(0x4c9)],'rMJRl':function(_0x43748d,_0xd79638){return _0x43748d(_0xd79638);},'WMsQX':function(_0x5ac3e6,_0x4653f5){return _0x18e357['FyVEW'](_0x5ac3e6,_0x4653f5);},'YhySc':function(_0x45ee35,_0x1be296){return _0x18e357[_0x38f2(0x467)](_0x45ee35,_0x1be296);},'FkCcD':_0x18e357[_0x38f2(0x4ca)],'aoUUi':function(_0x516327,_0x39577f,_0x50c6a2){return _0x18e357[_0x38f2(0x4cb)](_0x516327,_0x39577f,_0x50c6a2);}};try{console[_0x38f2(0x13d)](_0x38f2(0x4cc)),_0x18e357[_0x38f2(0x4cd)](_0x73f841,_0x18e357[_0x38f2(0x4ce)]);const _0x44d25f=await _0x18e357['Ipyzq'](_0x16746d);if(!_0x44d25f)throw new Error(_0x18e357[_0x38f2(0x3cc)]);console['log'](_0x18e357[_0x38f2(0x4cf)],_0x44d25f[_0x38f2(0x37b)](0x0,0x14)+_0x38f2(0x2d7)),_0x18c3dc(_0x44d25f);if(!_0x295a99){if(_0x18e357['Cnzie'](_0x18e357[_0x38f2(0x4d0)],_0x18e357[_0x38f2(0x4d0)]))_0x47465b[_0x38f2(0x13d)](_0x18e357['WehCI']);else{var _0x1894e6;const _0x50eb8e=await(0x0,_authService['getOnairosUsername'])(),_0x23abbb=_0x50eb8e||(_0x18e357[_0x38f2(0x4d1)](_0x5448c3,null)||_0x5448c3===void 0x0||_0x18e357[_0x38f2(0x4d2)](_0x1894e6=_0x5448c3[_0x38f2(0x153)],null)||_0x18e357['gMbnV'](_0x1894e6,void 0x0)?void 0x0:_0x1894e6[_0x38f2(0x155)]('@')[0x0])||(_0x18e357[_0x38f2(0x4d3)](_0x5448c3,null)||_0x18e357[_0x38f2(0x4d4)](_0x5448c3,void 0x0)?void 0x0:_0x5448c3[_0x38f2(0x1f8)])||_0x38f2(0xe5),_0x1c3a33={'username':_0x23abbb,'email':(_0x5448c3===null||_0x5448c3===void 0x0?void 0x0:_0x5448c3[_0x38f2(0x153)])||null,'id':null};_0x2a86a6(_0x1c3a33),_0x18e357[_0x38f2(0x4d5)](_0x38aed0,_0x23abbb),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x4d6)],_0x1c3a33);}}console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x4d7)]),_0x18e357[_0x38f2(0x263)](_0x73f841,_0x18e357[_0x38f2(0x4d8)]);const _0x1d8be9=(0x0,_socket['io'])(_api[_0x38f2(0x2da)][_0x38f2(0x2dc)],{'transports':[_0x18e357['rHzhX'],_0x18e357[_0x38f2(0x3f3)]],'autoConnect':![],'timeout':0x3a98,'reconnection':!![],'reconnectionAttempts':0x3,'reconnectionDelay':0x3e8,'forceNew':!![]});_0x1d8be9['on'](_0x18e357[_0x38f2(0x357)],async()=>{console[_0x38f2(0x13d)](_0x492d03['lVVAT']);const _0x18ea2f=_0x1d8be9['id'];_0x492d03[_0x38f2(0x4d9)](_0x21fba1,_0x492d03[_0x38f2(0x4da)](_0x18ea2f,null)),_0x492d03[_0x38f2(0x4db)](_0x73f841,_0x492d03[_0x38f2(0x4dc)]),_0x18ea2f&&await _0x492d03[_0x38f2(0x4dd)](_0x387b8a,_0x18ea2f,_0x44d25f);}),_0x1d8be9['on'](_0x38f2(0x4de),_0x192353=>{_0x192353['progress']&&(_0x18e357[_0x38f2(0x4df)](_0x73f841,_0x192353[_0x38f2(0x29a)]||_0x18e357[_0x38f2(0x2d1)]),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x4e0)],_0x192353[_0x38f2(0x239)],'%'));}),_0x1d8be9['on'](_0x38f2(0x25c),()=>{_0x18e357[_0x38f2(0x307)](_0x18e357[_0x38f2(0x4e1)],_0x18e357[_0x38f2(0x4e2)])?console[_0x38f2(0x13d)](_0x38f2(0xcc)):(0x0,_0x195549[_0x38f2(0x1cb)])(_0x52f6a5)&&_0x5791ea(_0x269a52);}),_0x15ee34[_0x38f2(0x195)]=_0x1d8be9,_0x1d8be9['connect'](),console[_0x38f2(0x13d)](_0x38f2(0x4e3));}catch(_0x21910e){console['error'](_0x38f2(0x4e4),_0x21910e),_0x18e357[_0x38f2(0x356)](_0x73f841,'');throw _0x21910e;}},[_0x295a99,_0x1604f4,_0x5448c3]),_0x387b8a=async(_0x164425,_0x1ff336)=>{try{if(_0x18e357[_0x38f2(0x4e5)](_0x18e357[_0x38f2(0x4e6)],_0x38f2(0x4e7)))return _0x3a7c7d[_0x38f2(0x13d)](_0x38f2(0x4b7),_0x38cde9[_0x38f2(0x37b)](0x0,0x14)+_0x38f2(0x2d7)),_0x3a1eae[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x4b8)],_0x12fa0d[_0x38f2(0x201)]),_0x5eeef0;else{console[_0x38f2(0x13d)]('🚀\x20[BACKGROUND]\x20Starting\x20background\x20training\x20with\x20socketId:',_0x164425),console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x404)],_0x1ff336[_0x38f2(0x37b)](0x0,0x14)+_0x38f2(0x2d7));const _0x556831={'socketId':_0x164425,'username':(_0x18e357[_0x38f2(0x182)](_0x295a99,null)||_0x18e357[_0x38f2(0x4e8)](_0x295a99,void 0x0)?void 0x0:_0x295a99[_0x38f2(0x154)])||(_0x295a99===null||_0x18e357['tpuEy'](_0x295a99,void 0x0)?void 0x0:_0x295a99[_0x38f2(0x1f8)])||_0x1604f4||_0x18e357[_0x38f2(0x3eb)],'email':(_0x18e357[_0x38f2(0x25d)](_0x295a99,null)||_0x295a99===void 0x0?void 0x0:_0x295a99[_0x38f2(0x153)])||null,'modelKey':null,'connectedPlatforms':[],'platformConnections':{}};console[_0x38f2(0x13d)](_0x18e357['Sljpa'],_0x556831);const _0x10e387=await(0x0,_mobileTrainingService['startEnochTrainingWithYouTubeCheck'])(_0x556831);console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x4e9)],_0x10e387);if(_0x10e387[_0x38f2(0x396)]||_0x10e387[_0x38f2(0x92)]===_0x18e357['sHxXK']){const _0x16b547=_0x18e357[_0x38f2(0x4ea)][_0x38f2(0x155)]('|');let _0x18fad5=0x0;while(!![]){switch(_0x16b547[_0x18fad5++]){case'0':_0x18e357[_0x38f2(0x4eb)](_0x5a5646,!![]);continue;case'1':_0x18e357[_0x38f2(0x273)](_0x328f27,_0x18e357[_0x38f2(0x1d1)]);continue;case'2':_0x11db53();continue;case'3':_0x18e357[_0x38f2(0x399)](_0x2c4814,_0x18e357[_0x38f2(0x1cf)]);continue;case'4':console['log'](_0x38f2(0x3a));continue;case'5':_0x114441(_0x10e387);continue;case'6':return;case'7':_0x18e357['HiIvQ'](_0x56d549,!![]);continue;}break;}}if(_0x10e387['success']){console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x4ec)],_0x10e387[_0x38f2(0x18e)]),console['log'](_0x38f2(0x31c),_0x10e387[_0x38f2(0x31d)]),_0x555072(!![]);if(_0x10e387['features']){if(_0x18e357['bLzhd'](_0x18e357[_0x38f2(0x4ed)],_0x38f2(0x4ee))){const _0x410359=_0x18e357[_0x38f2(0x4ef)][_0x38f2(0x155)]('|');let _0x1951ab=0x0;while(!![]){switch(_0x410359[_0x1951ab++]){case'0':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x3c9)],_0x10e387[_0x38f2(0x31d)][_0x38f2(0x31f)]);continue;case'1':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x328)],_0x10e387[_0x38f2(0x31d)][_0x38f2(0x329)]);continue;case'2':console[_0x38f2(0x13d)](_0x18e357['qeAbQ'],_0x10e387[_0x38f2(0x31d)][_0x38f2(0x322)]);continue;case'3':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x325)],_0x10e387['features'][_0x38f2(0x326)]);continue;case'4':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x39d)],_0x10e387[_0x38f2(0x31d)][_0x38f2(0x327)]);continue;case'5':console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x320)],_0x10e387['features'][_0x38f2(0x321)]);continue;case'6':console[_0x38f2(0x13d)](_0x18e357['jaxSt'],_0x10e387[_0x38f2(0x31d)][_0x38f2(0x324)]);continue;}break;}}else _0x2a07a6[_0x38f2(0x13d)](_0x38f2(0x11e)),_0x28c590();}_0x18e357[_0x38f2(0x4f0)](_0x328f27,_0x18e357[_0x38f2(0x32a)]),_0x18e357[_0x38f2(0x35b)](_0x48a0e2,0x19);}else _0x18e357['Dncsa'](_0x38f2(0x4f1),_0x18e357[_0x38f2(0x4f2)])?(_0x18e357[_0x38f2(0x4f3)](_0x15b1ce,![]),!_0x5cc36a&&_0x18e357[_0x38f2(0x4f4)](_0x2d49c0)):(console['error'](_0x18e357[_0x38f2(0x4f5)],_0x10e387[_0x38f2(0x15f)]),_0x18e357[_0x38f2(0x352)](_0x328f27,_0x38f2(0x18c)+(_0x10e387[_0x38f2(0x15f)]||_0x18e357['kFvHw'])),_0x18e357['zvrlW'](_0x56d549,!![]),_0x11db53());}}catch(_0x15a4f5){_0x18e357[_0x38f2(0x4f6)](_0x18e357[_0x38f2(0x4f7)],_0x18e357[_0x38f2(0x4f8)])?(console['error'](_0x18e357[_0x38f2(0x4f9)],_0x15a4f5),_0x18e357['GUcqm'](_0x328f27,_0x38f2(0x18c)+(_0x18e357['noogl'](_0x15a4f5,Error)?_0x15a4f5[_0x38f2(0x18e)]:_0x18e357[_0x38f2(0x18f)])),_0x56d549(!![]),_0x11db53()):(_0x3db91f[_0x38f2(0x15f)]('❌\x20Error\x20sending\x20verification\x20code:',_0x1e3607),_0x18e357[_0x38f2(0x4fa)](_0x2648b3,_0x18e357['gmtRn']));}};return _react['default']['createElement'](_reactNative[_0x38f2(0x4fb)],{'transparent':!![],'visible':_0x149881,'animationType':_0x38f2(0x4fc),'onRequestClose':_0x1630ae,'statusBarTranslucent':!![]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x4ff)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x500)],{'onPress':_0x1630ae},_react[_0x38f2(0x4)]['createElement'](_reactNative['Animated']['View'],{'style':[styles[_0x38f2(0x501)],{'opacity':_0x56f268}]})),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles['bottomSheet']},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x502)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x503)]},_react[_0x38f2(0x4)]['createElement'](_reactNative[_0x38f2(0x504)],{'onPress':_0x1630ae,'style':styles[_0x38f2(0x505)]},_react['default'][_0x38f2(0x4fd)](_reactNative['View'],{'style':styles[_0x38f2(0x506)]}))),_0x149bb9&&_0x18e357['vdtGR'](_0x4c83c8,_0x18e357[_0x38f2(0x138)])&&_react['default'][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x507)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],{'style':styles[_0x38f2(0x509)]},_0x38f2(0x50a)),_react['default']['createElement'](_reactNative[_0x38f2(0x4fe)],{'style':styles['debugRow']},_react['default'][_0x38f2(0x4fd)](_reactNative['Text'],{'style':styles[_0x38f2(0x50b)]},_0x18e357[_0x38f2(0x50c)],_0x4250d3),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative['TouchableOpacity'],{'onPress':()=>_0x2d2866(_0xe99175=>Math[_0x38f2(0x50d)](0x0,_0xe99175-0x2)),'style':styles[_0x38f2(0x50e)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],null,'-')),_react[_0x38f2(0x4)]['createElement'](_reactNative[_0x38f2(0x504)],{'onPress':()=>_0x2d2866(_0x110b25=>_0x110b25+0x2),'style':styles[_0x38f2(0x50e)]},_react[_0x38f2(0x4)]['createElement'](_reactNative[_0x38f2(0x508)],null,'+'))),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative['View'],{'style':styles['debugRow']},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],{'style':styles['debugLabel']},_0x18e357[_0x38f2(0x50f)],_0x5ad552),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x504)],{'onPress':()=>_0x3fdc89(_0x1f9330=>Math[_0x38f2(0x50d)](0x0,_0x1f9330-0x2)),'style':styles[_0x38f2(0x50e)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],null,'-')),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x504)],{'onPress':()=>_0x3fdc89(_0x32b702=>_0x32b702+0x2),'style':styles[_0x38f2(0x50e)]},_react[_0x38f2(0x4)]['createElement'](_reactNative[_0x38f2(0x508)],null,'+'))),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative['View'],{'style':styles['debugRow']},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],{'style':styles[_0x38f2(0x50b)]},_0x18e357[_0x38f2(0x510)],_0x1d3c49),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative['TouchableOpacity'],{'onPress':()=>_0x432407(_0x34ffda=>Math[_0x38f2(0x50d)](0x0,_0x34ffda-0x2)),'style':styles['debugBtn']},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative['Text'],null,'-')),_react[_0x38f2(0x4)]['createElement'](_reactNative[_0x38f2(0x504)],{'onPress':()=>_0x432407(_0x1ab8d7=>_0x1ab8d7+0x2),'style':styles[_0x38f2(0x50e)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],null,'+'))),_react['default'][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x504)],{'onPress':()=>_0x5cff93(![]),'style':styles[_0x38f2(0x511)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x508)],{'style':styles['debugCloseBtnText']},_0x18e357[_0x38f2(0x512)]))),_0x18e357[_0x38f2(0x513)](_0x4c83c8,_0x18e357['CZVds'])&&_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x514)]},_react['default'][_0x38f2(0x4fd)](_reactNative['View'],{'style':styles[_0x38f2(0x515)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_BrandMark[_0x38f2(0x4)],null)),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x516)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_HeadingGroup[_0x38f2(0x4)],null)),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles[_0x38f2(0x517)]},_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_BodyText[_0x38f2(0x4)],null)),_react['default'][_0x38f2(0x4fd)](_reactNative[_0x38f2(0x4fe)],{'style':styles['welcomeSpacer']}),_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_reactNative['View'],{'style':styles[_0x38f2(0x518)]},_react[_0x38f2(0x4)]['createElement'](_PrimaryButton[_0x38f2(0x4)],{'label':_0x18e357[_0x38f2(0x519)],'onPress':_0x4782e3,'testID':_0x18e357[_0x38f2(0x51a)]}))),_0x18e357[_0x38f2(0x3fc)](_0x4c83c8,_0x18e357[_0x38f2(0x2b5)])&&_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_SignInStep['default'],{'onEmailSubmit':_0x5073cf,'onGoogleSignIn':_0x3374db,'onContinue':()=>_0x4410b1('verification'),'loading':_0x972741,'error':_0x2fe4d5,'initialEmail':_0x3441a5}),_0x18e357['IebVX'](_0x4c83c8,_0x18e357[_0x38f2(0x144)])&&_react[_0x38f2(0x4)]['createElement'](_VerificationStep[_0x38f2(0x4)],{'email':_0x3441a5,'onCodeSubmit':_0x29c9f6,'onBack':_0x1f3188,'loading':_0x972741,'error':_0x2fe4d5,'onResendCode':_0x25077d}),_0x18e357['DfDtZ'](_0x4c83c8,_0x38f2(0x3c))&&_react[_0x38f2(0x4)][_0x38f2(0x4fd)](_PlatformConnectorsStep[_0x38f2(0x4)],{'onUpdate':_0xd50447,'onSkip':allowSkip?_0x427ff0:undefined,'onReviewerBypass':_0x3d7b6c,'onLogout':_0x1d2b30,'allowedPlatforms':_0x2459a7,'recommendedPlatforms':_0x5bf4d5}),_0x18e357[_0x38f2(0x51b)](_0x4c83c8,_0x18e357[_0x38f2(0x1dc)])&&_react[_0x38f2(0x4)]['createElement'](_PersonalizationConsentScreen['default'],{'visible':!![],'loading':_0x526f88,'onLogout':_0x1d2b30,'onAccept':async()=>{const _0x17c168={'yijyY':function(_0xd21be3,_0x3fcc39){return _0x18e357[_0x38f2(0x39f)](_0xd21be3,_0x3fcc39);},'ERjJZ':_0x18e357[_0x38f2(0x51c)]};console[_0x38f2(0x13d)](_0x18e357['qozdp']),_0x4d6da6(!![]),await new Promise(_0x5646c8=>setTimeout(_0x5646c8,0x32));try{const [_0x3995fb,_0x2ac723,_0x5b729d]=await Promise[_0x38f2(0x2d5)]([(0x0,_authService[_0x38f2(0x51d)])(),_asyncStorage[_0x38f2(0x4)][_0x38f2(0x176)](_0x38f2(0x51e)),(0x0,_authService[_0x38f2(0x1f5)])()]);console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x51f)]),_0x193d3b[_0x38f2(0x195)]=!![],_0x18e357[_0x38f2(0x35c)](_0x3995fb,_0x2ac723)?_0x18e357[_0x38f2(0x520)](_0x18e357[_0x38f2(0x521)],'unTlY')?(console[_0x38f2(0x13d)](_0x18e357[_0x38f2(0x522)]),await(_0x18e357[_0x38f2(0x182)](_0x163da5,null)||_0x163da5===void 0x0?void 0x0:_0x163da5(_api[_0x38f2(0x2da)]['BASE_URL'],_0x3995fb,{'email':_0x2ac723,'connectedPlatforms':_0x20065d,'username':_0x5b729d||_0x2ac723[_0x38f2(0x155)]('@')[0x0],'isReturningUser':!![]}))):_0x17c168[_0x38f2(0x523)](_0x4bdb87,'.'[_0x38f2(0x19b)](_0x1ce261)):_0x18e357[_0x38f2(0x524)](_0x18e357[_0x38f2(0x525)],_0x18e357[_0x38f2(0x526)])?_0x4d8cda['log'](_0x17c168['ERjJZ'],_0x312904[_0x38f2(0x321)][_0x38f2(0x43b)](',\x20')):(console[_0x38f2(0x2dd)](_0x18e357['YsoiD']),await(_0x163da5===null||_0x18e357[_0x38f2(0x3b7)](_0x163da5,void 0x0)?void 0x0:_0x18e357['oenLo'](_0x163da5,_api[_0x38f2(0x2da)][_0x38f2(0x2dc)],'',{'connectedPlatforms':_0x20065d,'isReturningUser':!![]})));}catch(_0x8cc035){console[_0x38f2(0x15f)](_0x18e357[_0x38f2(0x527)],_0x8cc035),await(_0x18e357['dttUo'](_0x163da5,null)||_0x18e357['pWrTF'](_0x163da5,void 0x0)?void 0x0:_0x18e357[_0x38f2(0x16f)](_0x163da5,_api[_0x38f2(0x2da)][_0x38f2(0x2dc)],'',{'connectedPlatforms':_0x20065d,'isReturningUser':!![]}));}console[_0x38f2(0x13d)](_0x18e357['rIofO']);},'onDecline':()=>{console[_0x38f2(0x13d)](_0x18e357['NAiWL']),_0x18e357[_0x38f2(0x483)](_0x1630ae);},'connectedPlatforms':_0x20065d,'onConnectMore':()=>{_0x18e357[_0x38f2(0x150)](_0x18e357[_0x38f2(0x528)],_0x18e357[_0x38f2(0x529)])?_0x186dc2=_0x38f2(0xf9):(console[_0x38f2(0x13d)](_0x38f2(0x9b)),_0x18e357[_0x38f2(0x273)](_0x4410b1,_0x18e357['ROBmP']));},'isReturningUser':_0x27bb00,'appName':_0x540927})))));};exports[_0x38f2(0x2)]=UniversalOnboarding;const LEGACY_REMOVED=!![],styles=_reactNative[_0x38f2(0x52a)]['create']({'modalOverlay':{'flex':0x1,'justifyContent':_0x38f2(0x52b)},'backdrop':{..._reactNative['StyleSheet'][_0x38f2(0x52c)],'backgroundColor':'rgba(0,\x200,\x200,\x200.5)'},'bottomSheet':{'backgroundColor':_0x38f2(0x52d),'borderTopLeftRadius':0x18,'borderTopRightRadius':0x18,'paddingTop':0x0,'paddingBottom':0x0,'minHeight':height*0.86,'overflow':'hidden','width':_0x38f2(0x52e)},'container':{'flex':0x1,'backgroundColor':_0x38f2(0x52d)},'welcomeContainer':{'flex':0x1,'alignItems':_0x38f2(0x52f),'paddingTop':0x46,'paddingHorizontal':0x18},'brandMarkContainer':{'marginBottom':0x20},'headingContainer':{'marginBottom':0x18},'bodyContainer':{'marginBottom':0x20,'width':_0x38f2(0x52e)},'welcomeSpacer':{'flex':0x1,'minHeight':0x14},'welcomeButtonContainer':{'width':_0x38f2(0x52e),'paddingBottom':0x14},'handleContainer':{'alignItems':'center','paddingTop':0xc,'paddingBottom':0x4,'backgroundColor':_0x38f2(0x530)},'handleButton':{'padding':0x0,'width':0x78,'alignItems':_0x38f2(0x52f)},'handle':{'width':0x64,'height':0x6,'borderRadius':0x3,'backgroundColor':'#D0D0D0'},'debugPanel':{'position':_0x38f2(0x531),'top':0x3c,'right':0xa,'backgroundColor':_0x38f2(0x532),'padding':0xc,'borderRadius':0x8,'zIndex':0x270f,'minWidth':0xc8},'debugTitle':{'color':_0x38f2(0x533),'fontSize':0xe,'fontWeight':'700','marginBottom':0x8},'debugRow':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f),'marginBottom':0x6},'debugLabel':{'color':'#fff','fontSize':0xc,'flex':0x1},'debugBtn':{'backgroundColor':'#444','paddingHorizontal':0xc,'paddingVertical':0x4,'borderRadius':0x4,'marginLeft':0x4},'debugCloseBtn':{'backgroundColor':'#666','paddingVertical':0x6,'borderRadius':0x4,'marginTop':0x8,'alignItems':_0x38f2(0x52f)},'debugCloseBtnText':{'color':'#fff','fontSize':0xc},'header':{'alignItems':_0x38f2(0x52f),'marginBottom':0x14,'paddingHorizontal':0x18},'headerContent':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f),'justifyContent':_0x38f2(0x52f),'marginBottom':0x18},'appIcon':{'width':0x30,'height':0x30,'borderRadius':0x18,'backgroundColor':'#F5F5F5','alignItems':_0x38f2(0x52f),'justifyContent':'center'},'appIconText':{'fontSize':0x18,'fontWeight':_0x38f2(0x535),'color':_0x38f2(0x536)},'arrow':{'marginHorizontal':0x10,'fontSize':0x18,'color':_0x38f2(0x537)},'onairosIcon':{'width':0x36,'height':0x36,'borderRadius':0x20,'backgroundColor':_0x38f2(0x530),'alignItems':_0x38f2(0x52f),'justifyContent':_0x38f2(0x52f)},'onairosIconText':{'fontSize':0x18,'fontWeight':_0x38f2(0x535),'color':'#fff'},'onairosIconImage':{'width':0x36,'height':0x36},'titleContainer':{'alignItems':_0x38f2(0x52f)},'mainTitle':{'fontSize':0x18,'fontWeight':_0x38f2(0x538),'color':_0x38f2(0x536),'textAlign':_0x38f2(0x52f),'marginBottom':0xc},'privacyMessage':{'fontSize':0xe,'color':'#666','textAlign':'center','marginBottom':0x14},'privacyLink':{'color':_0x38f2(0x539),'fontWeight':_0x38f2(0x538),'textDecorationLine':_0x38f2(0x53a)},'boldText':{'fontWeight':_0x38f2(0x535)},'content':{'flex':0x1,'paddingHorizontal':0x18},'platformsScrollView':{'flex':0x1,'width':_0x38f2(0x52e)},'platformsScrollContent':{'paddingBottom':0x0,'paddingHorizontal':0x18},'platformsContainer':{'marginTop':0x10},'platformItem':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f),'justifyContent':_0x38f2(0x53b),'paddingVertical':0x10,'paddingHorizontal':0x8,'borderBottomWidth':0x1,'borderBottomColor':'#E5E5E5'},'platformInfo':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f)},'platformIcon':{'width':0x28,'height':0x28,'borderRadius':0x14,'backgroundColor':'#F5F5F5','alignItems':'center','justifyContent':_0x38f2(0x52f),'marginRight':0x10},'platformIconText':{'fontSize':0x12,'fontWeight':_0x38f2(0x535),'color':_0x38f2(0x536),'textAlign':_0x38f2(0x52f),'textAlignVertical':_0x38f2(0x52f)},'platformIconImage':{'width':0x18,'height':0x18},'youtubeIconImage':{'width':0x3a,'height':0x3a},'redditIconImage':{'width':0x22,'height':0x22},'pinterestIconImage':{'width':0x30,'height':0x30},'gmailIconImage':{'width':0x20,'height':0x20},'linkedinPlatformIcon':{'width':0x28,'height':0x28,'borderRadius':0x8,'backgroundColor':_0x38f2(0x53c),'alignItems':_0x38f2(0x52f),'justifyContent':'center','marginRight':0x10},'pinterestPlatformIcon':{'width':0x22,'height':0x22,'borderRadius':0x11,'backgroundColor':_0x38f2(0x53c),'alignItems':'center','justifyContent':_0x38f2(0x52f),'marginRight':0x10},'platformName':{'fontSize':0x10,'color':'#333','textAlignVertical':_0x38f2(0x52f)},'footer':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f),'justifyContent':'space-between','padding':0x18,'borderTopWidth':0x1,'borderTopColor':_0x38f2(0x53d)},'footerButtonCancel':{'paddingVertical':0xc,'paddingHorizontal':0x10},'footerButtonText':{'color':_0x38f2(0x537),'fontSize':0x10},'footerButtonConfirm':{'paddingVertical':0xc,'paddingHorizontal':0x18,'backgroundColor':_0x38f2(0x539),'borderRadius':0x8,'marginTop':0x14},'footerButtonConnected':{'paddingVertical':0xc,'paddingHorizontal':0x18,'backgroundColor':_0x38f2(0x53e),'borderRadius':0x8},'footerButtonDisabled':{'backgroundColor':_0x38f2(0x53d)},'footerButtonTextConfirm':{'color':_0x38f2(0x533),'fontSize':0x10,'fontWeight':'600'},'footerButtonTextConnected':{'color':_0x38f2(0x53f),'fontSize':0x10,'fontWeight':_0x38f2(0x538)},'connectContainer':{'flex':0x1},'modalContent':{'flex':0x1,'backgroundColor':_0x38f2(0x126),'borderTopLeftRadius':0x14,'borderTopRightRadius':0x14,'padding':0x18},'backButton':{'padding':0x8,'width':0x28},'backButtonText':{'fontSize':0x18,'color':_0x38f2(0x539)},'backButtonSpacer':{'width':0x28},'headerTitle':{'fontSize':0x12,'fontWeight':'600','color':_0x38f2(0x536),'textAlign':_0x38f2(0x52f)},'privacyHeader':{'flexDirection':'row','alignItems':_0x38f2(0x52f),'justifyContent':_0x38f2(0x53b),'paddingHorizontal':0x10,'paddingVertical':0x14,'backgroundColor':_0x38f2(0x126),'borderBottomWidth':0x1,'borderBottomColor':'#F0F0F0'},'privacyDetailsContainer':{'paddingHorizontal':0x18,'paddingVertical':0x8,'flex':0x1,'marginTop':0x14},'privacyDetailsTitle':{'fontSize':0x14,'fontWeight':'600','color':'#333','marginBottom':0x0},'privacyBulletPoint':{'flexDirection':_0x38f2(0x534),'marginBottom':0x10,'alignItems':_0x38f2(0x540)},'bulletPoint':{'fontSize':0x12,'marginRight':0x8,'color':'#333'},'privacyBulletText':{'fontSize':0x10,'color':'#333','flex':0x1,'lineHeight':0x18},'connectionsCountText':{'fontSize':0x12,'fontWeight':_0x38f2(0x538),'color':_0x38f2(0x536),'marginBottom':0x18},'personaContainer':{'flex':0x1,'padding':0x10,'backgroundColor':_0x38f2(0x533),'justifyContent':_0x38f2(0x540)},'personaHeaderWithBack':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f),'justifyContent':_0x38f2(0x53b),'marginBottom':0x10,'paddingVertical':0x8},'personaBackButton':{'padding':0x8},'personaHeader':{'alignItems':_0x38f2(0x52f),'marginBottom':0x20,'paddingHorizontal':0x18},'personaTitle':{'fontSize':0x14,'fontWeight':_0x38f2(0x538),'color':'#333','textAlign':_0x38f2(0x52f),'flex':0x1,'marginBottom':0x8},'personaSubtitle':{'fontSize':0xe,'color':_0x38f2(0x537),'marginBottom':0x18,'textAlign':'center'},'personaProgressContainer':{'marginBottom':0x18,'paddingHorizontal':0x0},'personaProgressBar':{'height':0x8,'backgroundColor':_0x38f2(0x53c),'borderRadius':0x4,'overflow':_0x38f2(0x541),'marginBottom':0xc},'personaProgressFill':{'height':_0x38f2(0x52e),'backgroundColor':_0x38f2(0x542),'borderRadius':0x4},'personaProgressText':{'fontSize':0x10,'fontWeight':_0x38f2(0x538),'color':_0x38f2(0x536),'textAlign':'center','marginBottom':0x8},'personaStatusText':{'fontSize':0xe,'color':_0x38f2(0x537),'textAlign':_0x38f2(0x52f)},'personaCompleteContainer':{'alignItems':_0x38f2(0x52f),'paddingHorizontal':0x0},'personaCompleteTitle':{'fontSize':0x14,'fontWeight':_0x38f2(0x538),'color':'#333','marginBottom':0x8,'textAlign':'center'},'personaCompleteSubtitle':{'fontSize':0xe,'color':_0x38f2(0x537),'textAlign':_0x38f2(0x52f),'marginBottom':0x28},'personaContinueButton':{'backgroundColor':_0x38f2(0x539),'paddingVertical':0x10,'paddingHorizontal':0x30,'borderRadius':0x10,'alignItems':_0x38f2(0x52f),'width':'100%','marginTop':0x20,'shadowColor':_0x38f2(0x53f),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x3},'personaContinueButtonText':{'color':_0x38f2(0x533),'fontSize':0x10,'fontWeight':_0x38f2(0x538)},'progressError':{'backgroundColor':'#FF3B30'},'dataWarningContainer':{'padding':0x10,'borderRadius':0xc,'marginTop':0x10,'borderWidth':0x1,'shadowColor':_0x38f2(0x53f),'shadowOffset':{'width':0x0,'height':0x2},'shadowOpacity':0.1,'shadowRadius':0x4,'elevation':0x3},'dataWarningHeader':{'flexDirection':_0x38f2(0x534),'alignItems':_0x38f2(0x52f),'marginBottom':0x8},'dataWarningIcon':{'fontSize':0x14,'marginRight':0x8},'dataWarningTitle':{'fontSize':0x10,'fontWeight':_0x38f2(0x538),'flex':0x1},'dataWarningMessage':{'fontSize':0xe,'marginBottom':0x0,'lineHeight':0x14},'dataWarningSuggestions':{'marginTop':0xc,'paddingTop':0xc,'borderTopWidth':0x1},'dataWarningSuggestionsTitle':{'fontSize':0xe,'fontWeight':'600','marginBottom':0x6},'dataWarningSuggestionItem':{'fontSize':0xd,'marginBottom':0x4,'lineHeight':0x12},'dataWarningContinueNote':{'fontSize':0xd,'fontWeight':_0x38f2(0x543),'marginTop':0xc,'fontStyle':_0x38f2(0x544)},'dataWarningError':{'backgroundColor':_0x38f2(0x545),'borderColor':_0x38f2(0x546)},'dataInfoContainer':{'backgroundColor':_0x38f2(0x547),'borderColor':_0x38f2(0x548)},'dataConnectionsRequired':{'backgroundColor':_0x38f2(0x53c),'borderColor':'#D1D5DB','shadowColor':_0x38f2(0x549),'shadowOffset':{'width':0x0,'height':0x0},'shadowOpacity':0.15,'shadowRadius':0x8},'highlightedBackButton':{'backgroundColor':_0x38f2(0x53c),'borderRadius':0x14,'borderWidth':0x2,'borderColor':_0x38f2(0x539),'shadowColor':_0x38f2(0x539),'shadowOffset':{'width':0x0,'height':0x0},'shadowOpacity':0.3,'shadowRadius':0x8,'elevation':0x5},'highlightedBackArrow':{'color':_0x38f2(0x539),'fontWeight':_0x38f2(0x535)},'goBackButton':{'backgroundColor':'#000000','paddingVertical':0xc,'paddingHorizontal':0x10,'borderRadius':0x8,'marginTop':0xc,'alignItems':'center','shadowColor':'#000000','shadowOffset':{'width':0x0,'height':0x0},'shadowOpacity':0.3,'shadowRadius':0x6,'elevation':0x3},'goBackButtonText':{'color':_0x38f2(0x126),'fontSize':0xe,'fontWeight':'600'},'additionalPlatformsToggle':{'paddingVertical':0x10,'paddingHorizontal':0x8,'alignItems':_0x38f2(0x52f),'borderBottomWidth':0x1,'borderBottomColor':_0x38f2(0x53d)},'additionalPlatformsText':{'fontSize':0xe,'color':_0x38f2(0x537),'fontWeight':_0x38f2(0x543)},'asterisk':{'color':_0x38f2(0x54a),'fontSize':0x10,'fontWeight':_0x38f2(0x535),'marginLeft':0x2},'linkedinRequirementContainer':{'backgroundColor':_0x38f2(0x54b),'borderWidth':0x1,'borderColor':_0x38f2(0x54c),'borderRadius':0x8,'paddingHorizontal':0xc,'paddingVertical':0x8,'marginTop':0x8,'marginHorizontal':0x4},'linkedinRequirementText':{'fontSize':0xc,'fontStyle':_0x38f2(0x544),'textAlign':_0x38f2(0x52f)},'linkedinRequirementAsterisk':{'color':'#FF6B6B','fontWeight':_0x38f2(0x535)},'linkedinRequirementMessage':{'color':_0x38f2(0x549)},'existingUserBanner':{'backgroundColor':'#F0F9FF','borderWidth':0x1,'borderColor':_0x38f2(0x54d),'borderRadius':0xc,'paddingHorizontal':0x10,'paddingVertical':0xc,'marginTop':0xc},'existingUserText':{'fontSize':0xe,'fontWeight':_0x38f2(0x538),'color':_0x38f2(0x54e),'marginBottom':0x4},'existingUserSubtext':{'fontSize':0xc,'color':'#0C4A6E','lineHeight':0x10}});