@evomap/evolver 1.88.3 → 1.89.0

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 (94) hide show
  1. package/.cursor/BUGBOT.md +182 -0
  2. package/.env.example +68 -0
  3. package/.git-commit-guard-token +1 -0
  4. package/.github/CODEOWNERS +63 -0
  5. package/.github/ISSUE_TEMPLATE/good_first_issue.md +23 -0
  6. package/.github/pull_request_template.md +45 -0
  7. package/.github/workflows/test.yml +75 -0
  8. package/CHANGELOG.md +1123 -0
  9. package/README.md +86 -543
  10. package/README.public.md +594 -0
  11. package/SECURITY.md +108 -0
  12. package/assets/gep/events.jsonl +3 -0
  13. package/examples/atp-consumer-quickstart.md +100 -0
  14. package/examples/hello-world.md +38 -0
  15. package/index.js +30 -1
  16. package/package.json +5 -15
  17. package/proxy-package.json +39 -0
  18. package/public.manifest.json +141 -0
  19. package/src/evolve/guards.js +721 -1
  20. package/src/evolve/pipeline/collect.js +1283 -1
  21. package/src/evolve/pipeline/dispatch.js +421 -1
  22. package/src/evolve/pipeline/enrich.js +434 -1
  23. package/src/evolve/pipeline/hub.js +319 -1
  24. package/src/evolve/pipeline/select.js +274 -1
  25. package/src/evolve/pipeline/signals.js +206 -1
  26. package/src/evolve/utils.js +264 -1
  27. package/src/evolve.js +350 -1
  28. package/src/gep/a2aProtocol.js +4395 -1
  29. package/src/gep/assetCallLog.js +30 -2
  30. package/src/gep/autoDistillConv.js +205 -1
  31. package/src/gep/autoDistillLlm.js +315 -1
  32. package/src/gep/candidateEval.js +92 -1
  33. package/src/gep/candidates.js +198 -1
  34. package/src/gep/contentHash.js +30 -1
  35. package/src/gep/conversationSniffer.js +266 -1
  36. package/src/gep/crypto.js +89 -1
  37. package/src/gep/curriculum.js +163 -1
  38. package/src/gep/deviceId.js +218 -1
  39. package/src/gep/envFingerprint.js +118 -1
  40. package/src/gep/epigenetics.js +31 -1
  41. package/src/gep/execBridge.js +711 -1
  42. package/src/gep/explore.js +289 -1
  43. package/src/gep/hash.js +15 -1
  44. package/src/gep/hubFetch.js +359 -1
  45. package/src/gep/hubReview.js +207 -1
  46. package/src/gep/hubSearch.js +526 -1
  47. package/src/gep/hubVerify.js +306 -1
  48. package/src/gep/learningSignals.js +89 -1
  49. package/src/gep/memoryGraph.js +1374 -1
  50. package/src/gep/memoryGraphAdapter.js +203 -1
  51. package/src/gep/mutation.js +203 -1
  52. package/src/gep/narrativeMemory.js +108 -1
  53. package/src/gep/oauthLogin.js +143 -0
  54. package/src/gep/openPRRegistry.js +205 -1
  55. package/src/gep/personality.js +423 -1
  56. package/src/gep/policyCheck.js +599 -1
  57. package/src/gep/prompt.js +836 -1
  58. package/src/gep/recallInject.js +409 -1
  59. package/src/gep/recallVerifier.js +318 -1
  60. package/src/gep/reflection.js +177 -1
  61. package/src/gep/schemas/capsule.js +26 -0
  62. package/src/gep/selector.js +602 -1
  63. package/src/gep/skillDistiller.js +1294 -1
  64. package/src/gep/solidify.js +1699 -1
  65. package/src/gep/strategy.js +136 -1
  66. package/src/gep/tokenSavings.js +88 -0
  67. package/src/gep/workspaceKeychain.js +174 -1
  68. package/src/proxy/extensions/traceControl.js +99 -1
  69. package/src/proxy/index.js +36 -6
  70. package/src/proxy/inject.js +52 -1
  71. package/src/proxy/trace/extractor.js +534 -1
  72. package/src/proxy/trace/usage.js +105 -0
  73. package/CONTRIBUTING.md +0 -11
  74. package/assets/cover.png +0 -0
  75. package/scripts/a2a_export.js +0 -63
  76. package/scripts/a2a_ingest.js +0 -79
  77. package/scripts/a2a_promote.js +0 -118
  78. package/scripts/analyze_by_skill.js +0 -121
  79. package/scripts/build_binaries.js +0 -479
  80. package/scripts/check-changelog.js +0 -166
  81. package/scripts/extract_log.js +0 -85
  82. package/scripts/generate_history.js +0 -75
  83. package/scripts/gep_append_event.js +0 -96
  84. package/scripts/gep_personality_report.js +0 -234
  85. package/scripts/human_report.js +0 -147
  86. package/scripts/recall-verify-report.js +0 -234
  87. package/scripts/recover_loop.js +0 -61
  88. package/scripts/seed-merchants.js +0 -91
  89. package/scripts/suggest_version.js +0 -89
  90. package/scripts/validate-modules.js +0 -38
  91. package/scripts/validate-suite.js +0 -78
  92. package/skills/index.json +0 -14
  93. /package/assets/gep/{genes.seed.json → genes.json} +0 -0
  94. /package/{skills → bundled-skills}/_meta/SKILL.md +0 -0
@@ -1 +1,203 @@
1
- const _0x2b10a5=_0x2f1f;(function(_0x5eb088,_0x29a8a4){const _0x332d98=_0x2f1f,_0x129c87=_0x5eb088();while(!![]){try{const _0x55c304=-parseInt(_0x332d98(0x298,'\x76\x4a\x30\x79'))/(0xd*0xb3+0xc26+-0x153c)+-parseInt(_0x332d98(0x202,'\x6b\x36\x50\x6a'))/(0x5*0x3ca+0x20b*-0x5+-0x7*0x13f)+-parseInt(_0x332d98(0x2cc,'\x54\x52\x74\x70'))/(0x83e+0xc52*-0x3+0x1cbb)+-parseInt(_0x332d98(0x1ee,'\x42\x54\x6e\x6d'))/(0x1*0x1951+-0x50b*0x5+-0x16)*(parseInt(_0x332d98(0x1e6,'\x2a\x24\x50\x76'))/(-0xea4*-0x2+-0xd1f*-0x1+-0x2a62))+parseInt(_0x332d98(0x2e1,'\x56\x34\x30\x6d'))/(0x2439+-0x1*-0x919+-0x2d4c)*(parseInt(_0x332d98(0x26a,'\x23\x5a\x73\x75'))/(0x16db+-0x792+-0x5d*0x2a))+-parseInt(_0x332d98(0x234,'\x4c\x56\x37\x67'))/(0x9*0x13a+0xbf+-0xbc1)+-parseInt(_0x332d98(0x23d,'\x66\x75\x42\x71'))/(0x1d2c+0x1f6d+-0x3c90)*(-parseInt(_0x332d98(0x352,'\x23\x5a\x73\x75'))/(0x14d3+0x1423+-0x28ec));if(_0x55c304===_0x29a8a4)break;else _0x129c87['push'](_0x129c87['shift']());}catch(_0x2e658f){_0x129c87['push'](_0x129c87['shift']());}}}(_0x333b,-0x92f34+-0xd26d*-0x1+0x11d7fa));const _0x1ad630=(function(){const _0x11a13f=_0x2f1f,_0x4c8dcc={'\x70\x52\x55\x66\x6c':_0x11a13f(0x28f,'\x46\x6f\x7a\x43'),'\x6f\x56\x43\x46\x69':_0x11a13f(0x35f,'\x38\x30\x53\x51'),'\x68\x77\x6c\x6a\x74':function(_0xe9b89b){return _0xe9b89b();},'\x4e\x46\x75\x5a\x65':function(_0x2074f8,_0x2c68da){return _0x2074f8(_0x2c68da);},'\x61\x72\x4b\x66\x52':_0x11a13f(0x25c,'\x4e\x73\x67\x6f')+_0x11a13f(0x1be,'\x66\x64\x73\x46')+'\x6c','\x70\x4a\x54\x65\x42':function(_0x182278,_0x54ae1d){return _0x182278===_0x54ae1d;}};let _0x73e140=!![];return function(_0x1faf58,_0x375427){const _0x352b00=_0x11a13f,_0xb45cc4={'\x42\x55\x6d\x67\x42':function(_0x736a8c,_0x415bdb){return _0x736a8c===_0x415bdb;},'\x47\x78\x71\x44\x4b':_0x352b00(0x2fe,'\x74\x36\x4f\x70'),'\x51\x66\x68\x47\x55':_0x4c8dcc[_0x352b00(0x2a6,'\x69\x74\x53\x42')],'\x56\x66\x74\x48\x42':_0x4c8dcc[_0x352b00(0x227,'\x61\x5a\x4a\x62')],'\x58\x50\x59\x56\x63':function(_0x565920){const _0x5536a4=_0x352b00;return _0x4c8dcc[_0x5536a4(0x2c9,'\x7a\x5d\x38\x62')](_0x565920);},'\x69\x6f\x78\x71\x58':function(_0x7e61f,_0x2eaaba){return _0x4c8dcc['\x4e\x46\x75\x5a\x65'](_0x7e61f,_0x2eaaba);},'\x41\x58\x4a\x64\x5a':_0x4c8dcc[_0x352b00(0x2f1,'\x50\x40\x29\x74')],'\x6f\x4f\x4c\x6b\x57':function(_0xcfb30b,_0xe5b45f){const _0x2fced2=_0x352b00;return _0x4c8dcc[_0x2fced2(0x2b0,'\x76\x4a\x30\x79')](_0xcfb30b,_0xe5b45f);},'\x50\x68\x4b\x68\x57':'\x52\x7a\x61\x43\x70'},_0x1cfc31=_0x73e140?function(){const _0x492d00=_0x352b00,_0xc3ea82={'\x6f\x76\x57\x66\x4f':function(_0x3d14d0,_0x419593){const _0xee0611=_0x2f1f;return _0xb45cc4[_0xee0611(0x369,'\x2a\x24\x50\x76')](_0x3d14d0,_0x419593);},'\x61\x43\x79\x6f\x47':_0xb45cc4[_0x492d00(0x301,'\x50\x40\x29\x74')],'\x78\x50\x6d\x75\x54':_0xb45cc4[_0x492d00(0x359,'\x57\x66\x61\x4c')],'\x6d\x67\x76\x63\x65':_0xb45cc4[_0x492d00(0x1ed,'\x76\x4a\x30\x79')],'\x72\x4b\x4f\x72\x77':function(_0x143de7){const _0x20c08b=_0x492d00;return _0xb45cc4[_0x20c08b(0x1f2,'\x57\x66\x61\x4c')](_0x143de7);},'\x50\x4f\x4b\x4c\x76':function(_0xae94a3,_0x1c7155){const _0x3ceb76=_0x492d00;return _0xb45cc4[_0x3ceb76(0x292,'\x4d\x47\x48\x4e')](_0xae94a3,_0x1c7155);},'\x70\x6a\x6f\x78\x4a':_0x492d00(0x22e,'\x7a\x5d\x38\x62'),'\x5a\x56\x4a\x71\x6a':_0xb45cc4[_0x492d00(0x2ff,'\x2a\x24\x50\x76')],'\x7a\x7a\x7a\x54\x53':function(_0x5b3cd7,_0x388e07){const _0x198a5c=_0x492d00;return _0xb45cc4[_0x198a5c(0x205,'\x79\x66\x36\x79')](_0x5b3cd7,_0x388e07);},'\x77\x62\x43\x69\x64':function(_0x4741ae,_0x531e31){const _0x2b2464=_0x492d00;return _0xb45cc4[_0x2b2464(0x318,'\x56\x34\x30\x6d')](_0x4741ae,_0x531e31);}};if(_0x375427){if(_0xb45cc4['\x42\x55\x6d\x67\x42'](_0x492d00(0x34e,'\x6f\x44\x30\x77'),_0xb45cc4[_0x492d00(0x362,'\x31\x74\x23\x67')])){const _0x4f545c=_0x332e1f&&_0xc3ea82[_0x492d00(0x2c5,'\x23\x5a\x73\x75')](typeof _0x11c22a,_0xc3ea82['\x61\x43\x79\x6f\x47'])?_0x571d07:{},_0x1e8a65={'\x74\x79\x70\x65':_0xc3ea82[_0x492d00(0x1e0,'\x65\x44\x5d\x77')],'\x69\x64':_0xc3ea82[_0x492d00(0x378,'\x76\x34\x6d\x4e')](typeof _0x4f545c['\x69\x64'],_0xc3ea82[_0x492d00(0x215,'\x4e\x73\x67\x6f')])?_0x4f545c['\x69\x64']:_0x492d00(0x1fc,'\x55\x52\x33\x70')+_0xc3ea82[_0x492d00(0x1b9,'\x63\x36\x6c\x31')](_0x15fb57),'\x63\x61\x74\x65\x67\x6f\x72\x79':_0xcd5eff[_0x492d00(0x26d,'\x64\x26\x62\x6f')](_0x1a0b2c(_0x4f545c[_0x492d00(0x287,'\x4e\x73\x67\x6f')]))?_0xc3ea82[_0x492d00(0x1c7,'\x76\x66\x76\x7a')](_0xf0034c,_0x4f545c[_0x492d00(0x2b1,'\x46\x50\x75\x56')]):_0xc3ea82[_0x492d00(0x2fa,'\x66\x64\x73\x46')],'\x74\x72\x69\x67\x67\x65\x72\x5f\x73\x69\x67\x6e\x61\x6c\x73':_0x590abe(_0x4f545c[_0x492d00(0x1ca,'\x6f\x44\x30\x77')+_0x492d00(0x2cf,'\x28\x53\x32\x54')]),'\x74\x61\x72\x67\x65\x74':_0xc3ea82[_0x492d00(0x365,'\x64\x36\x43\x6c')](typeof _0x4f545c['\x74\x61\x72\x67\x65\x74'],_0xc3ea82[_0x492d00(0x278,'\x7a\x5d\x38\x62')])?_0x4f545c[_0x492d00(0x37b,'\x66\x64\x73\x46')]:_0xc3ea82[_0x492d00(0x204,'\x76\x34\x6d\x4e')],'\x65\x78\x70\x65\x63\x74\x65\x64\x5f\x65\x66\x66\x65\x63\x74':_0xc3ea82[_0x492d00(0x35c,'\x5e\x78\x78\x4a')](typeof _0x4f545c[_0x492d00(0x28a,'\x31\x74\x23\x67')+_0x492d00(0x33d,'\x6f\x44\x30\x77')],_0xc3ea82[_0x492d00(0x32c,'\x79\x66\x36\x79')])?_0x4f545c[_0x492d00(0x1bc,'\x65\x44\x5d\x77')+_0x492d00(0x26f,'\x25\x6a\x37\x71')]:_0xc3ea82[_0x492d00(0x266,'\x31\x74\x23\x67')](_0x52c387,_0x4f545c[_0x492d00(0x286,'\x76\x4a\x30\x79')]),'\x72\x69\x73\x6b\x5f\x6c\x65\x76\x65\x6c':_0x4d9cb8['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0xc3ea82[_0x492d00(0x363,'\x28\x49\x72\x4a')](_0x55e7c2,_0x4f545c[_0x492d00(0x20b,'\x66\x75\x42\x71')+'\x65\x6c']))?_0xc3ea82[_0x492d00(0x245,'\x66\x75\x42\x71')](_0x516623,_0x4f545c[_0x492d00(0x281,'\x25\x6a\x37\x71')+'\x65\x6c']):_0x492d00(0x21b,'\x49\x68\x6d\x65')};return _0x1e8a65;}else{const _0x360e5c=_0x375427[_0x492d00(0x30d,'\x6f\x44\x30\x77')](_0x1faf58,arguments);return _0x375427=null,_0x360e5c;}}}:function(){};return _0x73e140=![],_0x1cfc31;};}()),_0x34d12f=_0x1ad630(this,function(){const _0x4252dd=_0x2f1f,_0x3e40c4={};_0x3e40c4[_0x4252dd(0x21c,'\x69\x74\x53\x42')]=_0x4252dd(0x2c2,'\x46\x50\x75\x56')+_0x4252dd(0x36c,'\x4c\x56\x37\x67');const _0x2ec355=_0x3e40c4;return _0x34d12f[_0x4252dd(0x380,'\x64\x26\x62\x6f')]()[_0x4252dd(0x314,'\x28\x49\x72\x4a')](_0x2ec355[_0x4252dd(0x25b,'\x55\x52\x33\x70')])['\x74\x6f\x53\x74\x72\x69\x6e\x67']()[_0x4252dd(0x308,'\x5e\x78\x78\x4a')+'\x74\x6f\x72'](_0x34d12f)[_0x4252dd(0x1fd,'\x4d\x47\x48\x4e')]('\x28\x28\x28\x2e\x2b\x29\x2b\x29'+'\x2b\x29\x2b\x24');});_0x34d12f();const {VALID_CATEGORIES:_0x5d6a99,VALID_RISK_LEVELS:_0x45ea83}=require(_0x2b10a5(0x327,'\x4e\x73\x67\x6f')+_0x2b10a5(0x1fb,'\x74\x36\x4f\x70')+'\x6f\x6c');function _0x4edece(_0x5889a7){const _0x357683=_0x2b10a5,_0x35f3bf={'\x45\x59\x6e\x63\x57':function(_0x136175,_0x492532){return _0x136175(_0x492532);}},_0x4d5ea2=_0x35f3bf[_0x357683(0x2f4,'\x33\x34\x44\x6b')](Number,_0x5889a7);if(!Number[_0x357683(0x220,'\x69\x74\x53\x42')](_0x4d5ea2))return 0xcd3+-0x1*0x1d5f+0x108c;return Math[_0x357683(0x316,'\x31\x74\x23\x67')](0x1fa2+0x944*-0x3+-0x3d6,Math[_0x357683(0x28b,'\x28\x49\x72\x4a')](0x5b3+-0x1d7d*0x1+0x17cb,_0x4d5ea2));}function _0x333b(){const _0x49e52f=['\x57\x35\x62\x52\x45\x61','\x68\x53\x6f\x67\x57\x4f\x54\x58\x57\x51\x64\x63\x54\x48\x65\x36\x57\x4f\x71\x58\x73\x53\x6f\x77\x57\x36\x57','\x57\x35\x64\x63\x51\x43\x6b\x2b\x69\x6d\x6f\x38\x57\x4f\x64\x64\x47\x4e\x57','\x57\x51\x57\x73\x69\x53\x6f\x70\x43\x71','\x57\x51\x39\x44\x57\x4f\x61\x53\x68\x71\x7a\x66\x57\x50\x30','\x57\x37\x4a\x64\x49\x43\x6f\x6e\x57\x37\x2f\x64\x4f\x59\x6e\x6d\x67\x61','\x6e\x53\x6f\x4b\x57\x34\x74\x63\x4a\x61\x65\x6b\x68\x57','\x57\x35\x35\x59\x64\x38\x6b\x53\x70\x57','\x76\x6d\x6b\x7a\x6a\x38\x6f\x77\x57\x37\x75','\x57\x36\x70\x64\x4a\x38\x6f\x77\x6d\x32\x46\x64\x4a\x43\x6f\x6c\x61\x47','\x44\x38\x6b\x2f\x57\x51\x33\x64\x4b\x66\x48\x63\x74\x73\x6d','\x68\x6d\x6f\x48\x6d\x6d\x6f\x6d\x57\x51\x75','\x57\x34\x64\x63\x4a\x33\x61\x54\x63\x71','\x74\x53\x6b\x4b\x57\x37\x56\x64\x51\x75\x6d','\x57\x37\x4b\x76\x7a\x48\x37\x63\x4a\x57','\x57\x4f\x38\x57\x68\x43\x6f\x59\x63\x71','\x61\x47\x66\x75\x75\x31\x68\x64\x54\x30\x42\x64\x48\x47','\x57\x35\x37\x64\x56\x53\x6b\x2b\x57\x51\x34\x74','\x57\x36\x46\x64\x49\x32\x38\x4a\x75\x38\x6f\x72\x57\x4f\x4b\x31','\x73\x74\x50\x6d\x45\x57\x78\x64\x55\x76\x47','\x62\x38\x6f\x6e\x46\x38\x6b\x74\x57\x52\x50\x33\x57\x35\x74\x63\x50\x38\x6f\x76\x6a\x49\x74\x63\x4d\x43\x6f\x64','\x44\x63\x79\x37','\x57\x36\x50\x66\x71\x72\x52\x63\x4f\x57','\x57\x36\x7a\x31\x63\x43\x6b\x4d\x6d\x6d\x6f\x2b\x6b\x61','\x75\x38\x6f\x6e\x71\x43\x6f\x79\x57\x37\x4f','\x6a\x43\x6f\x6b\x68\x53\x6f\x47\x57\x50\x68\x64\x56\x43\x6f\x59\x57\x37\x69','\x72\x43\x6b\x45\x57\x34\x57\x2f','\x57\x52\x52\x63\x4c\x68\x61\x2b\x76\x71','\x72\x43\x6f\x42\x44\x43\x6f\x31\x57\x37\x34\x57\x69\x72\x57','\x57\x36\x61\x31\x78\x31\x52\x63\x4f\x47','\x57\x51\x5a\x63\x4e\x67\x57\x37\x74\x53\x6f\x63\x57\x50\x47\x70','\x57\x34\x37\x64\x52\x6d\x6f\x6a\x6b\x65\x30','\x57\x37\x4e\x64\x4d\x43\x6f\x58\x6b\x67\x52\x64\x4a\x61','\x70\x43\x6f\x46\x73\x71\x58\x35','\x65\x47\x34\x2b\x41\x4c\x46\x63\x47\x71','\x45\x78\x75\x39\x65\x43\x6f\x2f\x70\x53\x6b\x6a\x57\x52\x61','\x46\x43\x6f\x59\x41\x71\x37\x63\x54\x4c\x61\x76\x57\x34\x38','\x76\x74\x70\x64\x48\x53\x6b\x31\x61\x74\x56\x63\x56\x43\x6f\x50','\x57\x50\x57\x6d\x6f\x38\x6f\x37\x62\x47','\x68\x47\x38\x78\x42\x76\x70\x63\x4a\x62\x78\x64\x55\x71','\x57\x36\x70\x64\x4b\x38\x6f\x2b\x45\x4d\x42\x64\x4c\x6d\x6f\x70\x63\x61','\x61\x6d\x6f\x50\x45\x38\x6f\x69\x57\x36\x4b\x69\x62\x71','\x61\x53\x6f\x48\x74\x57\x54\x78','\x78\x59\x37\x64\x48\x6d\x6b\x4f\x68\x71','\x57\x34\x54\x51\x73\x59\x78\x63\x47\x61\x64\x63\x50\x6d\x6f\x36','\x57\x37\x66\x68\x68\x4c\x39\x7a\x57\x4f\x4a\x63\x55\x53\x6b\x43','\x57\x37\x62\x70\x64\x43\x6f\x70\x79\x47','\x71\x53\x6f\x6e\x61\x73\x5a\x63\x50\x57','\x57\x36\x6a\x38\x65\x6d\x6b\x2b\x57\x37\x57','\x6c\x76\x6a\x6c\x69\x61\x72\x57\x57\x35\x31\x79','\x57\x37\x4e\x64\x4c\x53\x6f\x70\x57\x50\x58\x38','\x57\x52\x50\x67\x57\x50\x6d\x54\x65\x74\x76\x66\x57\x4f\x43','\x57\x35\x7a\x6f\x6e\x6d\x6f\x46','\x72\x43\x6b\x48\x79\x31\x4b\x59\x66\x30\x75','\x42\x43\x6b\x63\x71\x43\x6b\x48','\x57\x34\x64\x64\x4c\x38\x6f\x7a\x6c\x76\x38','\x57\x36\x66\x30\x6d\x43\x6b\x47\x6f\x6d\x6f\x31\x6d\x31\x34','\x57\x34\x6e\x66\x64\x38\x6f\x43\x79\x71','\x68\x53\x6f\x73\x7a\x5a\x54\x61','\x66\x43\x6b\x2b\x41\x75\x2f\x63\x48\x47','\x6d\x49\x75\x58\x7a\x32\x6d','\x57\x36\x2f\x63\x4f\x49\x46\x64\x4b\x31\x79','\x43\x71\x6e\x69\x75\x71\x75','\x57\x36\x76\x63\x57\x50\x68\x63\x47\x53\x6b\x49\x57\x4f\x30','\x57\x34\x37\x64\x4a\x38\x6f\x68\x57\x37\x74\x64\x56\x48\x48\x42\x61\x47','\x44\x57\x34\x74\x7a\x4c\x48\x38\x57\x37\x54\x45\x70\x53\x6f\x6b\x57\x4f\x79','\x6e\x38\x6b\x6c\x65\x53\x6f\x32\x57\x37\x30','\x74\x43\x6b\x4d\x57\x35\x34\x58\x57\x35\x57','\x6d\x38\x6f\x59\x77\x61\x31\x4f\x67\x53\x6b\x75\x78\x57','\x57\x51\x64\x63\x4c\x30\x4f\x32\x74\x43\x6f\x7a\x57\x50\x4b\x44','\x68\x57\x6a\x6b\x75\x58\x6c\x64\x4f\x47','\x6d\x59\x4b\x63\x57\x34\x65\x36','\x76\x43\x6f\x6f\x7a\x6d\x6f\x4d\x57\x36\x47\x51\x67\x48\x57','\x57\x36\x76\x70\x6e\x43\x6f\x2b\x45\x61','\x57\x37\x6a\x74\x79\x57\x42\x63\x4f\x71','\x6c\x73\x72\x78\x64\x30\x78\x64\x50\x4d\x38\x66','\x57\x36\x72\x6f\x57\x4f\x42\x63\x4a\x43\x6b\x51\x57\x50\x70\x63\x4a\x71','\x71\x53\x6f\x6d\x57\x36\x4b\x57\x77\x43\x6f\x58','\x72\x6d\x6b\x51\x57\x35\x4a\x64\x51\x4e\x37\x64\x55\x6d\x6f\x7a\x57\x37\x30','\x57\x35\x70\x64\x55\x38\x6b\x47\x57\x52\x43\x6f\x57\x37\x50\x35\x76\x57','\x68\x43\x6b\x61\x44\x4e\x6c\x63\x54\x53\x6b\x44\x76\x48\x4f','\x57\x37\x78\x64\x4d\x38\x6f\x76\x57\x50\x7a\x55\x6e\x32\x74\x64\x4a\x47','\x7a\x53\x6b\x66\x57\x36\x68\x64\x50\x66\x34','\x57\x37\x35\x6a\x57\x4f\x6c\x63\x4a\x38\x6b\x2b\x57\x50\x56\x63\x4d\x38\x6f\x33','\x57\x37\x42\x64\x55\x6d\x6f\x6c\x57\x36\x68\x64\x50\x63\x48\x42','\x57\x36\x56\x64\x4a\x6d\x6f\x47\x6e\x4e\x61','\x71\x38\x6b\x33\x57\x34\x74\x64\x52\x4e\x52\x64\x56\x38\x6f\x78\x57\x36\x6d','\x57\x37\x72\x72\x6e\x38\x6b\x7a\x6b\x57','\x67\x43\x6b\x36\x57\x35\x6c\x63\x4c\x53\x6f\x70\x57\x51\x56\x63\x52\x53\x6b\x41','\x57\x35\x53\x72\x57\x34\x54\x50\x57\x36\x4c\x31\x57\x36\x71\x4f','\x57\x35\x4f\x73\x62\x53\x6b\x64','\x6f\x53\x6b\x33\x57\x37\x42\x63\x4b\x71\x79\x7a\x62\x77\x38','\x57\x34\x53\x76\x57\x35\x35\x2b\x57\x36\x31\x59','\x57\x34\x46\x63\x51\x77\x65\x38\x63\x57','\x41\x47\x58\x6b','\x71\x6d\x6b\x49\x57\x34\x4e\x63\x52\x32\x64\x64\x55\x43\x6f\x42\x57\x37\x61','\x78\x38\x6f\x61\x42\x6d\x6f\x32\x57\x35\x69','\x68\x61\x39\x78','\x57\x51\x42\x63\x4b\x33\x69\x57\x75\x38\x6f\x72\x57\x50\x4b\x31','\x57\x34\x62\x49\x6b\x53\x6b\x47\x57\x36\x43\x49\x6b\x48\x61','\x6c\x38\x6f\x66\x62\x6d\x6f\x51\x57\x4f\x64\x64\x53\x38\x6f\x30\x57\x36\x34','\x57\x50\x74\x63\x49\x38\x6f\x62\x57\x37\x4b\x56\x69\x38\x6b\x52\x57\x35\x61','\x6c\x78\x43\x64\x61\x71\x56\x64\x50\x49\x79\x66','\x62\x72\x4b\x56\x7a\x76\x33\x63\x4c\x47','\x57\x52\x48\x53\x57\x4f\x53\x2b\x6d\x57','\x57\x35\x53\x79\x63\x6d\x6b\x74\x76\x78\x53\x4d\x6f\x57','\x57\x34\x5a\x64\x4a\x43\x6f\x7a\x70\x68\x47','\x65\x43\x6f\x77\x57\x34\x37\x63\x52\x74\x57','\x57\x37\x42\x63\x47\x4b\x43\x48','\x6d\x43\x6f\x7a\x78\x71\x5a\x63\x47\x47','\x6b\x38\x6f\x45\x68\x53\x6f\x41','\x57\x34\x6a\x50\x67\x53\x6f\x48\x63\x4b\x37\x64\x50\x38\x6f\x6c','\x62\x6d\x6b\x6a\x73\x33\x46\x63\x50\x47','\x78\x38\x6f\x5a\x57\x35\x2f\x63\x52\x31\x62\x45','\x7a\x38\x6f\x30\x6f\x71\x5a\x63\x56\x66\x71\x64\x57\x4f\x61','\x61\x38\x6f\x4a\x78\x6d\x6f\x53\x57\x37\x38\x55\x68\x47','\x57\x34\x4c\x4a\x46\x63\x52\x63\x49\x71','\x57\x36\x4a\x64\x4a\x6d\x6f\x4b\x57\x50\x35\x35\x6a\x47','\x66\x53\x6f\x6d\x45\x38\x6f\x51\x57\x36\x47\x53\x78\x57','\x57\x4f\x34\x4e\x57\x50\x4e\x64\x52\x66\x56\x64\x54\x4c\x65','\x57\x37\x31\x72\x64\x76\x7a\x70\x57\x50\x4a\x63\x55\x53\x6b\x6c','\x57\x52\x30\x6b\x62\x6d\x6f\x68\x71\x53\x6b\x74\x57\x51\x61','\x57\x51\x64\x63\x4c\x31\x71\x2b\x72\x53\x6f\x79\x57\x51\x38\x35','\x57\x35\x2f\x63\x4a\x4a\x4a\x64\x54\x31\x61\x58\x6c\x73\x61','\x57\x35\x43\x39\x78\x4d\x56\x63\x50\x57','\x75\x71\x75\x68\x64\x6d\x6f\x46','\x6c\x38\x6f\x79\x67\x43\x6f\x57\x57\x50\x70\x64\x4a\x43\x6f\x48\x57\x36\x43','\x77\x53\x6b\x66\x6f\x53\x6f\x6c\x57\x36\x65\x4d\x57\x50\x4e\x63\x52\x71','\x57\x35\x33\x63\x4b\x6d\x6f\x2b\x57\x36\x6d\x56\x6c\x43\x6b\x38\x57\x35\x79','\x57\x36\x6a\x75\x57\x4f\x74\x63\x4b\x43\x6b\x75\x57\x50\x4e\x63\x4d\x38\x6f\x4c','\x57\x51\x39\x61\x57\x4f\x79\x47\x66\x71\x7a\x46','\x57\x37\x4e\x64\x4a\x53\x6f\x6a\x57\x37\x53','\x41\x43\x6f\x2b\x71\x53\x6f\x2f\x57\x37\x2f\x64\x55\x6d\x6b\x4a\x57\x36\x6d','\x57\x35\x78\x64\x4d\x43\x6f\x32\x70\x67\x5a\x64\x48\x38\x6f\x6c','\x62\x38\x6f\x46\x57\x52\x61\x36\x64\x38\x6f\x50\x64\x6d\x6b\x57','\x57\x52\x5a\x63\x4b\x68\x30\x4a\x73\x6d\x6f\x46\x57\x50\x6d','\x75\x6d\x6f\x68\x57\x36\x65','\x57\x34\x4e\x64\x56\x6d\x6f\x43\x57\x50\x50\x47','\x57\x37\x62\x57\x66\x38\x6f\x4f\x69\x53\x6f\x58\x6f\x4d\x38','\x57\x36\x2f\x64\x48\x6d\x6f\x47\x6e\x4d\x42\x64\x4c\x53\x6f\x41','\x68\x43\x6b\x39\x57\x35\x56\x63\x56\x6d\x6f\x2b','\x69\x6d\x6b\x70\x68\x6d\x6f\x49','\x79\x63\x61\x4e\x57\x52\x64\x63\x48\x57','\x57\x52\x52\x64\x47\x6d\x6b\x4f\x6a\x4a\x5a\x64\x4d\x6d\x6b\x6c\x67\x57','\x57\x4f\x6c\x63\x4b\x53\x6f\x2b\x57\x37\x38\x59\x6a\x43\x6f\x4c','\x57\x37\x30\x39\x74\x57\x46\x63\x55\x68\x4a\x63\x4a\x4c\x61','\x6e\x6d\x6f\x57\x44\x58\x74\x63\x56\x61','\x57\x51\x43\x6e\x64\x43\x6f\x67\x76\x43\x6b\x45\x57\x51\x46\x64\x4d\x61','\x57\x36\x70\x64\x4b\x53\x6f\x2b\x6e\x78\x2f\x64\x48\x43\x6f\x6c\x61\x47','\x57\x34\x58\x79\x6e\x53\x6f\x78\x75\x4b\x46\x64\x4b\x64\x47','\x57\x36\x42\x64\x48\x53\x6f\x79\x6e\x31\x4b','\x57\x35\x66\x4f\x6d\x38\x6b\x52\x57\x36\x38\x31\x70\x77\x38','\x57\x35\x7a\x54\x45\x73\x6c\x63\x53\x57\x70\x63\x54\x53\x6f\x50','\x57\x52\x48\x53\x57\x4f\x53\x2b\x65\x61','\x65\x38\x6f\x52\x57\x50\x52\x63\x55\x5a\x74\x63\x4f\x53\x6b\x6f\x57\x51\x66\x48\x57\x37\x53\x78\x57\x35\x72\x72\x57\x35\x43','\x73\x43\x6b\x5a\x57\x35\x2f\x64\x47\x68\x5a\x64\x50\x53\x6f\x78\x57\x36\x6d','\x43\x53\x6b\x64\x7a\x75\x65\x41','\x57\x36\x56\x63\x47\x59\x78\x64\x55\x68\x65','\x57\x37\x5a\x64\x48\x53\x6f\x45','\x7a\x53\x6f\x6a\x57\x4f\x74\x63\x48\x6d\x6f\x6c\x76\x53\x6f\x37','\x57\x52\x4e\x63\x4c\x4e\x6d\x32\x71\x53\x6f\x65\x57\x50\x71\x4d','\x78\x38\x6f\x2f\x69\x74\x4e\x63\x48\x47','\x57\x36\x74\x63\x56\x47\x2f\x64\x4b\x67\x69','\x57\x50\x46\x64\x51\x43\x6f\x4d\x44\x53\x6b\x4f\x57\x35\x46\x63\x48\x68\x53\x6d\x43\x68\x65\x76\x41\x57','\x62\x6d\x6b\x76\x79\x4c\x78\x63\x4b\x71','\x63\x43\x6f\x63\x45\x72\x31\x68','\x57\x51\x43\x6e\x61\x6d\x6f\x66\x76\x53\x6b\x42\x57\x52\x42\x64\x4a\x47','\x57\x36\x54\x44\x64\x31\x50\x63\x57\x4f\x53','\x57\x4f\x42\x64\x4a\x59\x70\x64\x4f\x4b\x6d\x33\x6d\x4a\x61','\x66\x53\x6f\x61\x7a\x6d\x6f\x49\x57\x37\x47\x49\x61\x48\x57','\x76\x57\x76\x35\x45\x64\x57','\x57\x34\x38\x73\x57\x37\x58\x4c\x57\x36\x4f','\x57\x35\x43\x61\x57\x34\x54\x4c\x57\x36\x6e\x5a\x57\x36\x57\x30','\x57\x36\x61\x49\x41\x57\x52\x63\x51\x61','\x43\x38\x6f\x34\x78\x38\x6f\x6f\x57\x34\x65','\x62\x62\x6d\x59\x79\x71','\x76\x53\x6b\x75\x6f\x53\x6f\x68\x57\x36\x53\x47\x57\x50\x68\x63\x53\x71','\x6d\x63\x71\x4c\x57\x34\x69\x49','\x44\x43\x6f\x65\x72\x38\x6f\x4b\x57\x35\x4f','\x57\x36\x76\x6f\x57\x50\x6c\x63\x49\x6d\x6b\x75\x57\x4f\x56\x63\x4b\x43\x6f\x4f','\x67\x53\x6b\x6b\x57\x51\x35\x49','\x76\x6d\x6b\x34\x66\x38\x6f\x5a\x57\x37\x79','\x42\x6d\x6f\x57\x6a\x58\x2f\x63\x50\x30\x53\x6a\x57\x34\x34','\x46\x4b\x65\x73\x43\x71\x76\x34\x74\x32\x43','\x57\x34\x58\x77\x6b\x6d\x6f\x74\x72\x31\x6c\x63\x4d\x77\x4f','\x57\x37\x43\x7a\x75\x4b\x74\x63\x50\x57\x72\x38','\x6d\x53\x6f\x49\x57\x37\x68\x63\x4f\x71','\x57\x37\x42\x63\x48\x65\x30\x51\x64\x53\x6f\x4a\x43\x61','\x72\x43\x6b\x48\x79\x31\x61\x2b\x65\x75\x75\x57','\x6f\x6d\x6f\x58\x67\x72\x58\x47','\x57\x35\x62\x64\x6d\x67\x7a\x65','\x57\x37\x44\x45\x65\x31\x72\x45\x57\x4f\x33\x63\x55\x38\x6b\x6b','\x74\x38\x6b\x56\x72\x66\x6d\x73','\x57\x34\x4f\x76\x57\x34\x58\x4a\x57\x36\x6a\x53\x57\x37\x6d\x63','\x65\x57\x39\x77\x75\x57\x70\x63\x54\x4b\x42\x64\x48\x57','\x6d\x38\x6b\x61\x64\x38\x6f\x50\x57\x35\x69\x66','\x75\x53\x6b\x57\x79\x66\x34\x63\x65\x75\x38\x34','\x6a\x6d\x6f\x59\x78\x47\x39\x51\x61\x71','\x70\x38\x6f\x58\x72\x47\x31\x53\x61\x71','\x41\x58\x37\x64\x51\x38\x6b\x67\x6b\x47','\x57\x35\x30\x73\x6f\x6d\x6b\x73\x76\x77\x61\x48\x6d\x47','\x57\x52\x35\x6d\x57\x4f\x4b\x56\x61\x47\x6e\x64\x57\x50\x53','\x57\x34\x66\x6a\x46\x5a\x33\x63\x4a\x72\x56\x63\x55\x53\x6f\x57','\x57\x35\x46\x63\x55\x53\x6b\x58\x69\x53\x6f\x56\x57\x50\x5a\x63\x49\x4b\x69','\x72\x53\x6b\x62\x6c\x38\x6f\x71\x57\x37\x47\x38\x57\x52\x74\x63\x4f\x71','\x77\x43\x6b\x45\x57\x34\x53\x54\x57\x34\x46\x64\x51\x30\x69\x4c','\x64\x6d\x6b\x6b\x41\x67\x74\x63\x4f\x38\x6b\x42\x72\x48\x30','\x78\x6d\x6f\x67\x57\x36\x65\x56\x73\x43\x6f\x34','\x71\x43\x6f\x49\x57\x35\x52\x63\x54\x66\x66\x61\x61\x61\x57','\x57\x36\x6a\x2f\x6b\x78\x58\x62','\x7a\x5a\x4f\x38\x68\x38\x6f\x35\x6d\x53\x6b\x68\x57\x52\x47','\x57\x34\x6c\x64\x55\x38\x6b\x37\x57\x51\x4b','\x62\x6d\x6b\x77\x69\x53\x6b\x5a\x57\x52\x6a\x33\x71\x65\x76\x6f\x57\x4f\x31\x5a\x57\x52\x48\x2f\x6e\x71','\x57\x36\x4e\x64\x51\x6d\x6b\x30\x57\x52\x61\x63\x57\x36\x39\x35\x73\x57','\x62\x61\x39\x70\x77\x49\x37\x64\x54\x66\x68\x64\x4b\x47','\x57\x51\x42\x63\x4c\x4e\x66\x54','\x57\x35\x42\x63\x4b\x6d\x6b\x79\x6e\x43\x6f\x53','\x6b\x53\x6b\x49\x63\x6d\x6f\x33\x57\x36\x79','\x68\x53\x6f\x36\x6b\x43\x6f\x68\x57\x51\x6d','\x69\x38\x6f\x74\x67\x53\x6f\x47\x57\x50\x78\x64\x50\x53\x6f\x4c\x57\x36\x38','\x57\x35\x38\x77\x7a\x49\x78\x63\x48\x71','\x46\x43\x6b\x72\x64\x38\x6f\x48\x57\x34\x6d\x45\x57\x50\x37\x64\x4d\x61','\x57\x35\x62\x35\x6f\x43\x6b\x50\x57\x37\x53\x4a\x65\x65\x61','\x75\x6d\x6f\x63\x57\x4f\x68\x63\x4a\x53\x6f\x42\x75\x43\x6f\x51\x57\x37\x4f','\x57\x36\x2f\x64\x4a\x53\x6f\x58\x6e\x67\x52\x64\x47\x71','\x44\x6d\x6f\x31\x57\x37\x64\x63\x4a\x32\x65','\x57\x36\x4f\x56\x72\x4c\x37\x63\x50\x57\x39\x48\x76\x71','\x71\x6d\x6f\x35\x57\x35\x4e\x63\x53\x31\x7a\x68\x6f\x71\x61','\x57\x35\x70\x63\x4a\x73\x42\x64\x54\x31\x71\x51','\x57\x36\x65\x4e\x57\x36\x76\x79\x57\x36\x75','\x57\x50\x34\x53\x6b\x6d\x6f\x4c\x76\x71','\x71\x53\x6f\x38\x45\x38\x6f\x4e\x57\x35\x43','\x68\x58\x44\x66\x72\x66\x68\x64\x53\x65\x4e\x64\x49\x57','\x57\x37\x37\x64\x4a\x53\x6f\x35\x70\x77\x37\x64\x47\x43\x6f\x6e\x6f\x61','\x57\x50\x70\x63\x4b\x53\x6f\x54\x57\x37\x47\x2b\x6a\x43\x6b\x4d','\x72\x6d\x6f\x67\x7a\x38\x6f\x53\x57\x35\x75\x33\x67\x72\x4b','\x61\x62\x47\x37\x57\x34\x34\x2f\x57\x36\x58\x76\x57\x37\x38','\x44\x62\x46\x64\x54\x43\x6b\x72\x66\x71','\x57\x52\x38\x67\x57\x50\x46\x64\x53\x67\x43','\x57\x36\x70\x64\x4b\x38\x6f\x42\x57\x37\x33\x64\x56\x5a\x6e\x61\x64\x47','\x57\x36\x4f\x4d\x74\x47\x70\x63\x4c\x71','\x57\x51\x66\x48\x57\x4f\x37\x63\x52\x6d\x6b\x4f\x57\x52\x74\x63\x4a\x71','\x64\x38\x6f\x37\x72\x71\x39\x4e\x6b\x53\x6b\x75\x74\x57','\x57\x37\x4a\x64\x49\x43\x6f\x61\x57\x37\x5a\x64\x4f\x63\x7a\x44\x64\x47','\x75\x38\x6f\x39\x46\x6d\x6f\x62\x57\x34\x47','\x57\x52\x53\x74\x67\x38\x6f\x79\x76\x47','\x71\x53\x6f\x44\x46\x43\x6f\x47\x57\x36\x30\x4d\x62\x63\x4f','\x74\x38\x6b\x32\x79\x32\x4f\x35\x61\x66\x71\x58','\x57\x37\x2f\x64\x47\x53\x6f\x7a\x57\x52\x70\x64\x50\x74\x6e\x42\x63\x47','\x57\x36\x50\x61\x67\x4c\x58\x45','\x6d\x53\x6f\x7a\x61\x38\x6f\x49\x57\x50\x68\x64\x54\x38\x6f\x59\x57\x35\x71','\x57\x4f\x61\x62\x66\x6d\x6f\x6c\x7a\x47','\x73\x53\x6f\x79\x57\x4f\x70\x63\x4b\x6d\x6f\x41\x72\x53\x6f\x79\x57\x36\x61','\x41\x53\x6b\x67\x6f\x38\x6f\x66\x57\x36\x53\x51\x57\x50\x64\x63\x56\x61','\x6d\x4c\x6e\x33\x69\x58\x50\x38\x57\x35\x44\x79','\x70\x53\x6f\x37\x62\x38\x6f\x57\x57\x51\x69','\x72\x53\x6f\x55\x64\x49\x5a\x63\x4d\x61','\x75\x63\x71\x56\x57\x52\x70\x63\x4f\x73\x38','\x57\x50\x70\x63\x47\x43\x6f\x2b\x57\x36\x53\x2b\x6e\x47','\x76\x6d\x6f\x33\x57\x35\x6c\x63\x51\x4b\x62\x78','\x44\x53\x6b\x56\x77\x65\x30\x78','\x72\x5a\x30\x61\x57\x34\x34\x76\x57\x36\x31\x79','\x57\x35\x2f\x64\x55\x53\x6b\x74\x57\x52\x79\x76\x57\x37\x58\x46','\x61\x62\x71\x53\x57\x35\x61\x64\x57\x36\x75\x71\x57\x37\x53','\x57\x36\x69\x31\x72\x61','\x6f\x43\x6b\x6a\x75\x4e\x70\x63\x54\x47','\x6d\x4e\x66\x72\x62\x75\x78\x64\x53\x67\x43\x63','\x57\x34\x4e\x63\x47\x74\x2f\x64\x50\x4c\x79\x38\x6d\x5a\x57','\x70\x43\x6b\x31\x57\x35\x78\x63\x54\x43\x6f\x73','\x63\x53\x6b\x45\x57\x35\x70\x64\x4b\x38\x6b\x44\x62\x38\x6b\x37\x57\x35\x68\x64\x47\x43\x6b\x53\x6a\x4b\x62\x62','\x71\x43\x6b\x71\x6b\x43\x6f\x42\x57\x51\x57\x53\x57\x4f\x5a\x63\x50\x71','\x77\x38\x6f\x4c\x57\x37\x33\x63\x52\x30\x54\x41\x69\x57\x61','\x57\x37\x42\x63\x48\x61\x78\x64\x50\x77\x65','\x76\x53\x6f\x6a\x65\x63\x4a\x63\x53\x61','\x57\x37\x4e\x64\x4a\x43\x6f\x6c\x57\x50\x58\x37\x69\x4e\x78\x64\x4a\x57','\x66\x38\x6b\x62\x44\x4d\x37\x63\x54\x6d\x6b\x6f\x76\x58\x57','\x57\x52\x4e\x63\x53\x66\x53\x64\x74\x71','\x57\x34\x2f\x63\x4d\x5a\x37\x64\x55\x31\x4b\x35','\x44\x53\x6f\x45\x57\x35\x70\x63\x4f\x65\x57','\x77\x53\x6f\x7a\x57\x50\x64\x63\x4b\x6d\x6f\x68\x76\x53\x6f\x36\x57\x36\x75','\x57\x51\x64\x63\x47\x33\x72\x36\x75\x38\x6f\x7a\x57\x4f\x34\x37','\x57\x35\x74\x63\x51\x33\x47\x43\x6e\x71','\x61\x30\x39\x71\x72\x62\x37\x64\x4f\x4b\x46\x64\x47\x71','\x45\x63\x61\x51\x69\x71','\x69\x38\x6f\x32\x74\x72\x50\x53\x68\x71','\x76\x59\x43\x70\x57\x52\x56\x63\x4b\x61','\x57\x37\x57\x79\x78\x4a\x52\x63\x53\x57','\x71\x43\x6b\x51\x79\x61','\x65\x47\x58\x66\x75\x47','\x57\x50\x71\x51\x41\x53\x6f\x38\x57\x52\x62\x4f\x44\x30\x43\x6e\x73\x71\x4f\x49\x79\x47','\x57\x34\x53\x65\x7a\x72\x37\x63\x4f\x57','\x45\x53\x6b\x70\x77\x75\x71\x33','\x57\x34\x54\x6c\x72\x49\x6c\x63\x55\x57','\x57\x35\x64\x63\x51\x43\x6b\x32\x6d\x38\x6f\x2b\x57\x4f\x6c\x64\x49\x71','\x73\x43\x6b\x5a\x57\x35\x38','\x77\x78\x79\x48\x57\x51\x33\x63\x54\x49\x70\x64\x49\x48\x75','\x57\x34\x52\x63\x52\x53\x6b\x36\x6a\x43\x6f\x2b\x57\x50\x43','\x57\x4f\x6d\x32\x64\x6d\x6f\x53\x61\x75\x46\x64\x51\x38\x6f\x44','\x6e\x66\x76\x78\x70\x64\x44\x35\x57\x35\x58\x6a','\x75\x53\x6b\x32\x7a\x76\x61\x57\x61\x65\x34\x47','\x6a\x53\x6b\x71\x57\x34\x42\x63\x53\x6d\x6f\x67','\x57\x35\x70\x63\x4d\x65\x79\x45\x64\x71','\x57\x36\x66\x50\x61\x6d\x6b\x48\x6a\x43\x6f\x52\x63\x67\x47','\x6e\x74\x53\x45\x57\x35\x65\x6d','\x67\x57\x69\x6a\x57\x35\x43\x73\x57\x36\x66\x6a','\x61\x62\x47\x56\x57\x34\x4f\x73','\x57\x36\x64\x64\x53\x6d\x6b\x49\x57\x4f\x43\x45','\x63\x53\x6f\x52\x71\x74\x62\x6c','\x57\x4f\x65\x48\x68\x38\x6f\x48\x62\x57','\x67\x53\x6b\x50\x76\x4e\x74\x63\x4b\x47','\x75\x6d\x6b\x79\x70\x53\x6f\x77\x57\x37\x75\x71\x57\x4f\x64\x63\x53\x71','\x63\x4a\x30\x4c\x57\x34\x71\x79','\x41\x43\x6b\x65\x57\x37\x6d\x71\x57\x34\x34','\x43\x49\x6c\x64\x48\x43\x6b\x48\x63\x4a\x4e\x63\x50\x71','\x57\x51\x78\x63\x49\x32\x53','\x57\x34\x52\x63\x4e\x48\x56\x64\x47\x33\x79','\x57\x4f\x69\x4c\x67\x38\x6f\x4e\x61\x31\x4a\x64\x52\x38\x6b\x6b','\x71\x6d\x6b\x42\x6f\x53\x6f\x6c\x57\x36\x65\x51\x57\x34\x70\x63\x52\x71','\x79\x63\x64\x64\x4f\x43\x6b\x77\x6a\x71','\x57\x35\x78\x63\x4e\x61\x52\x64\x55\x31\x4b\x33\x6b\x5a\x57','\x43\x62\x75\x62\x57\x52\x5a\x63\x54\x61','\x42\x38\x6f\x34\x46\x43\x6f\x37\x57\x35\x46\x64\x53\x43\x6b\x30\x57\x35\x79','\x6d\x53\x6f\x59\x57\x36\x68\x63\x4c\x57\x79\x67','\x57\x37\x43\x72\x75\x30\x2f\x63\x53\x48\x65\x31\x75\x61','\x73\x38\x6f\x6a\x57\x50\x6c\x63\x47\x38\x6f\x68\x72\x38\x6f\x71\x57\x36\x75','\x57\x37\x72\x57\x63\x38\x6b\x53','\x57\x4f\x4a\x63\x54\x53\x6f\x70\x57\x34\x4f\x59','\x57\x37\x44\x4f\x65\x78\x50\x6a','\x62\x72\x75\x53\x42\x32\x56\x63\x49\x63\x6c\x64\x50\x47','\x57\x50\x74\x63\x4c\x6d\x6f\x2b\x57\x36\x75\x31\x6a\x71','\x78\x59\x75\x56\x57\x52\x46\x63\x54\x57','\x78\x6d\x6f\x45\x57\x50\x64\x63\x4b\x43\x6f\x68\x75\x53\x6f\x71\x57\x36\x43','\x57\x36\x61\x32\x45\x31\x2f\x63\x4c\x47','\x57\x35\x4e\x64\x55\x43\x6b\x4d\x57\x51\x30\x6b\x57\x37\x72\x43\x78\x61','\x66\x61\x47\x36\x79\x61','\x70\x33\x6a\x6d\x63\x71\x68\x63\x4f\x4d\x38\x79','\x61\x72\x30\x48\x57\x34\x30\x36','\x65\x38\x6f\x51\x78\x59\x2f\x63\x54\x30\x4b\x51\x57\x51\x69','\x72\x38\x6b\x71\x70\x43\x6f\x6e\x57\x36\x61\x35\x57\x4f\x42\x63\x4d\x57','\x62\x6d\x6b\x73\x57\x52\x7a\x58\x62\x6d\x6b\x4b\x63\x38\x6b\x4c\x57\x4f\x70\x64\x4f\x38\x6f\x43\x46\x75\x4b','\x61\x57\x4c\x68\x77\x62\x64\x64\x55\x4c\x53','\x57\x36\x58\x67\x6c\x4b\x44\x45\x57\x4f\x78\x63\x53\x43\x6b\x69','\x57\x36\x74\x64\x55\x38\x6f\x43\x57\x50\x62\x63','\x44\x43\x6f\x49\x78\x6d\x6f\x32\x57\x34\x78\x64\x50\x47','\x78\x43\x6f\x6d\x57\x36\x69\x7a\x77\x43\x6f\x4e\x74\x38\x6b\x4a','\x57\x37\x74\x64\x4d\x53\x6f\x76\x57\x51\x6e\x35','\x71\x53\x6b\x5a\x57\x35\x4a\x64\x51\x4d\x56\x64\x55\x43\x6f\x6b\x57\x36\x47','\x46\x43\x6b\x35\x70\x72\x68\x64\x53\x30\x43\x76\x57\x34\x6d','\x46\x32\x7a\x69\x67\x48\x58\x36\x57\x34\x4b','\x7a\x43\x6b\x43\x57\x34\x34\x72\x57\x35\x43','\x61\x58\x61\x36\x41\x4c\x68\x63\x48\x59\x57','\x57\x51\x68\x63\x51\x53\x6f\x6a\x57\x34\x69\x55','\x78\x38\x6b\x67\x6c\x38\x6f\x69\x57\x37\x4b','\x57\x35\x30\x4a\x45\x4a\x2f\x63\x50\x61','\x75\x6d\x6f\x46\x57\x51\x74\x63\x49\x38\x6f\x61\x78\x6d\x6f\x37\x57\x36\x57','\x6e\x75\x48\x77\x70\x47\x7a\x59','\x6d\x76\x35\x4e\x70\x47\x57','\x77\x49\x65\x47\x57\x52\x52\x63\x53\x63\x56\x64\x47\x57\x75','\x6f\x6d\x6f\x32\x57\x35\x46\x63\x4a\x59\x75','\x57\x35\x30\x63\x57\x34\x31\x2f\x57\x36\x44\x39\x57\x51\x57','\x57\x37\x44\x6c\x46\x63\x2f\x63\x4e\x47','\x57\x51\x33\x63\x48\x43\x6b\x6c\x57\x34\x4b\x47\x42\x49\x4a\x64\x4e\x6d\x6b\x62\x57\x51\x61\x79\x64\x38\x6b\x33','\x73\x43\x6b\x33\x46\x76\x4f\x52\x62\x66\x71\x58','\x57\x37\x4a\x64\x4c\x43\x6f\x4a\x6d\x76\x42\x64\x4c\x6d\x6f\x41\x66\x71','\x70\x43\x6f\x49\x57\x36\x5a\x63\x4b\x48\x43\x4d\x65\x33\x34','\x57\x34\x33\x63\x54\x43\x6b\x35\x6b\x6d\x6f\x54\x57\x4f\x74\x64\x48\x65\x79','\x71\x43\x6f\x35\x57\x35\x46\x63\x53\x65\x62\x78','\x61\x58\x48\x52\x76\x62\x4f','\x57\x36\x43\x78\x46\x73\x2f\x63\x4a\x61','\x75\x49\x54\x4b\x41\x71\x71','\x64\x43\x6b\x6b\x6f\x67\x64\x63\x52\x6d\x6b\x6c\x61\x58\x57','\x6c\x43\x6f\x2b\x57\x37\x42\x63\x4c\x73\x57\x68\x61\x33\x57','\x46\x64\x53\x39\x65\x53\x6f\x55\x70\x38\x6b\x6f\x57\x51\x69','\x57\x34\x53\x72\x57\x35\x4c\x50\x57\x37\x50\x4a\x57\x52\x79\x31','\x57\x35\x62\x42\x46\x4a\x64\x63\x4e\x61\x4f','\x57\x35\x52\x63\x49\x65\x57\x49\x63\x53\x6f\x53\x44\x57','\x57\x37\x6c\x63\x4d\x66\x69\x49\x69\x57','\x57\x35\x35\x57\x6e\x78\x6a\x50','\x79\x59\x71\x6a\x6c\x38\x6f\x41','\x57\x4f\x34\x4a\x61\x43\x6f\x4a\x66\x65\x6c\x64\x50\x43\x6f\x79','\x6d\x43\x6f\x47\x73\x71','\x73\x6d\x6f\x59\x44\x38\x6f\x57\x57\x36\x69','\x57\x34\x7a\x37\x6c\x53\x6b\x50\x57\x36\x38\x2f\x70\x75\x4b','\x57\x51\x65\x5a\x68\x43\x6f\x4a\x66\x4b\x6c\x64\x50\x43\x6f\x65','\x71\x59\x4a\x64\x4c\x43\x6b\x4d\x67\x5a\x2f\x64\x55\x53\x6b\x48','\x78\x53\x6f\x76\x57\x36\x71\x59\x77\x43\x6f\x6b\x73\x53\x6b\x4c','\x41\x43\x6f\x59\x75\x6d\x6f\x57\x57\x35\x4e\x64\x49\x38\x6b\x30\x57\x37\x61','\x57\x35\x4f\x79\x63\x53\x6b\x75\x72\x67\x65','\x72\x43\x6b\x32\x57\x35\x37\x63\x53\x65\x50\x46\x69\x48\x65','\x76\x59\x6a\x35\x78\x62\x30','\x57\x37\x42\x63\x4c\x38\x6b\x75\x6d\x43\x6f\x72','\x6d\x6d\x6f\x4c\x57\x36\x4a\x64\x48\x61','\x67\x61\x39\x6f\x42\x62\x61','\x65\x53\x6f\x51\x57\x50\x52\x63\x56\x64\x56\x63\x50\x53\x6b\x6f\x57\x34\x62\x75\x57\x37\x4f\x78\x57\x36\x62\x4d','\x57\x36\x58\x32\x64\x38\x6f\x50\x46\x61','\x57\x34\x37\x63\x49\x49\x33\x64\x54\x4b\x34\x62\x6c\x74\x57','\x57\x34\x61\x74\x63\x6d\x6b\x6b\x75\x4d\x30\x51\x6a\x47','\x57\x35\x4f\x75\x64\x6d\x6b\x69\x72\x4d\x75\x38','\x41\x4a\x6d\x4f\x57\x52\x56\x63\x50\x59\x4e\x64\x4b\x57','\x57\x52\x66\x69\x57\x50\x65','\x57\x37\x74\x64\x4e\x38\x6f\x45\x57\x37\x42\x64\x54\x74\x6e\x6d\x64\x57','\x6c\x6d\x6f\x39\x42\x59\x78\x63\x55\x61','\x57\x50\x48\x48\x57\x4f\x4b\x4f\x68\x71','\x6c\x71\x69\x54\x57\x34\x4b\x67\x57\x35\x39\x79\x57\x36\x57','\x57\x34\x6a\x63\x61\x6d\x6b\x35\x57\x37\x53','\x57\x52\x4a\x63\x48\x43\x6f\x51\x57\x36\x4f\x2b\x69\x43\x6b\x52','\x57\x34\x70\x63\x56\x53\x6b\x35\x69\x53\x6b\x48','\x57\x35\x56\x64\x52\x53\x6b\x4b\x57\x51\x43\x63','\x57\x37\x38\x58\x74\x47\x52\x63\x55\x68\x42\x63\x48\x66\x69','\x57\x50\x38\x49\x57\x4f\x56\x64\x51\x4e\x74\x63\x53\x47\x39\x4f','\x68\x38\x6b\x59\x57\x35\x70\x63\x4d\x53\x6f\x31\x57\x52\x6d','\x46\x53\x6f\x56\x71\x43\x6f\x37\x57\x35\x6c\x64\x4f\x6d\x6b\x31','\x66\x57\x4b\x52\x57\x34\x61\x71\x57\x37\x72\x7a\x57\x36\x79','\x57\x34\x4a\x63\x4e\x57\x6c\x64\x47\x4d\x75','\x57\x34\x5a\x63\x4d\x4a\x2f\x64\x55\x47','\x6e\x53\x6f\x4e\x63\x72\x54\x6f','\x72\x5a\x38\x39\x57\x52\x42\x63\x4e\x73\x42\x64\x47\x48\x79','\x57\x37\x44\x68\x68\x66\x38\x6d\x57\x4f\x2f\x63\x53\x6d\x6b\x43','\x64\x38\x6f\x55\x77\x5a\x70\x63\x4f\x66\x79\x43\x57\x52\x57','\x42\x48\x35\x5a\x79\x48\x4c\x39\x66\x47','\x75\x53\x6b\x37\x57\x34\x56\x64\x4f\x77\x33\x64\x55\x53\x6f\x6c','\x63\x6d\x6b\x59\x57\x35\x78\x63\x4d\x6d\x6f\x33\x57\x51\x4a\x63\x55\x43\x6b\x76','\x57\x4f\x38\x4e\x68\x43\x6f\x4e\x62\x75\x74\x64\x55\x6d\x6f\x74','\x57\x37\x4e\x64\x4e\x43\x6f\x32\x70\x33\x33\x64\x4e\x43\x6b\x66\x61\x57','\x57\x52\x48\x42\x57\x4f\x47\x4f\x61\x63\x39\x63\x57\x4f\x47','\x79\x48\x76\x63\x44\x71\x48\x4f\x63\x4d\x38','\x57\x35\x75\x7a\x57\x35\x65','\x42\x53\x6f\x35\x71\x53\x6f\x48\x57\x35\x64\x64\x50\x6d\x6b\x50\x57\x36\x43','\x78\x6d\x6b\x37\x68\x6d\x6f\x59\x57\x35\x47','\x57\x35\x66\x45\x69\x38\x6f\x75\x75\x4b\x46\x64\x49\x47','\x57\x35\x5a\x64\x4b\x53\x6f\x41\x57\x37\x6c\x64\x4f\x49\x35\x67\x62\x71','\x6d\x43\x6b\x47\x6a\x38\x6f\x38\x57\x35\x38','\x46\x63\x65\x4e','\x6f\x43\x6f\x38\x76\x62\x4c\x78','\x57\x37\x53\x4d\x76\x71\x56\x63\x47\x68\x68\x63\x4d\x78\x4b','\x57\x35\x76\x44\x61\x53\x6f\x78\x76\x71','\x63\x6d\x6f\x31\x44\x49\x37\x63\x4f\x30\x61\x35\x57\x50\x79','\x57\x37\x4a\x64\x54\x38\x6f\x2f\x57\x37\x56\x64\x50\x71','\x57\x34\x57\x64\x72\x30\x6c\x63\x49\x61','\x77\x53\x6f\x48\x57\x50\x42\x64\x4a\x6d\x6b\x47\x57\x51\x37\x63\x49\x43\x6b\x6e\x63\x66\x68\x63\x4c\x47','\x43\x57\x72\x44\x46\x4a\x72\x34\x63\x4e\x38','\x57\x4f\x43\x4c\x69\x38\x6f\x6d\x6a\x57','\x77\x6d\x6f\x46\x57\x34\x33\x63\x4f\x67\x4f','\x57\x35\x7a\x31\x6e\x38\x6b\x50','\x77\x6d\x6f\x4c\x57\x35\x52\x63\x52\x66\x61','\x57\x52\x78\x63\x4b\x72\x34\x34\x78\x71','\x57\x35\x2f\x64\x4a\x53\x6f\x47\x64\x30\x6d','\x57\x4f\x47\x5a\x57\x4f\x4a\x64\x50\x65\x4a\x63\x53\x47\x76\x47','\x57\x36\x37\x64\x4b\x6d\x6f\x6c\x57\x50\x48\x58\x6a\x61','\x71\x53\x6b\x65\x57\x37\x34\x56\x57\x37\x42\x64\x52\x4c\x6d\x32','\x68\x49\x4f\x6a\x74\x4b\x79','\x57\x37\x2f\x64\x4a\x38\x6f\x31\x6b\x66\x42\x64\x4a\x43\x6f\x73\x66\x57','\x57\x34\x34\x59\x57\x35\x62\x51\x57\x34\x53','\x57\x34\x5a\x63\x56\x72\x4e\x64\x54\x66\x53','\x57\x34\x4a\x63\x4d\x66\x34\x4c\x67\x38\x6f\x4d\x42\x62\x6d','\x57\x36\x43\x75\x57\x35\x50\x34\x57\x36\x54\x35\x57\x36\x69\x30','\x57\x34\x78\x64\x56\x43\x6b\x5a\x57\x52\x79\x74\x57\x36\x35\x58\x75\x61','\x42\x38\x6f\x42\x57\x51\x68\x63\x4b\x6d\x6f\x48','\x57\x34\x54\x56\x6c\x6d\x6f\x78\x72\x61','\x79\x64\x47\x62\x63\x53\x6f\x36\x6b\x43\x6b\x6d\x57\x52\x71','\x78\x6d\x6b\x62\x6e\x57','\x57\x4f\x79\x35\x65\x38\x6f\x4c\x45\x71','\x6a\x32\x31\x56\x74\x38\x6b\x54\x79\x38\x6f\x43\x57\x52\x35\x39\x6f\x6d\x6f\x6c\x57\x34\x5a\x63\x52\x71','\x67\x38\x6b\x7a\x57\x37\x78\x63\x4d\x6d\x6f\x73','\x70\x6d\x6f\x32\x57\x37\x68\x63\x4d\x58\x71\x65\x66\x68\x6d','\x64\x53\x6f\x33\x64\x71\x39\x77\x73\x47','\x57\x52\x30\x74\x64\x38\x6f\x61\x76\x57','\x57\x4f\x52\x63\x49\x43\x6f\x49','\x69\x53\x6b\x7a\x64\x43\x6f\x49\x57\x35\x47\x64\x57\x50\x47','\x63\x53\x6f\x72\x69\x49\x54\x6a','\x76\x6d\x6f\x44\x57\x37\x64\x63\x48\x77\x53'];_0x333b=function(){return _0x49e52f;};return _0x333b();}function _0x4846f5(){return Date['\x6e\x6f\x77']();}function _0x8ad506(_0x40512b){const _0x50f6c4=_0x2b10a5,_0x554311={'\x59\x57\x5a\x54\x6b':function(_0xf46fa8,_0x339da1){return _0xf46fa8(_0x339da1);},'\x48\x77\x47\x52\x4b':function(_0x197560,_0x40fbe2){return _0x197560===_0x40fbe2;},'\x55\x76\x69\x6d\x45':_0x50f6c4(0x1d6,'\x76\x66\x76\x7a'),'\x7a\x56\x54\x4f\x6d':function(_0x557347,_0x5eb680){return _0x557347(_0x5eb680);},'\x51\x46\x52\x58\x5a':function(_0x2dd92c,_0x20dc3d){return _0x2dd92c||_0x20dc3d;}},_0x4c7c31=[],_0x124faa=new Set();for(const _0x2b8d41 of Array[_0x50f6c4(0x2be,'\x46\x50\x75\x56')](_0x40512b)?_0x40512b:[]){if(_0x554311[_0x50f6c4(0x1e1,'\x57\x66\x61\x4c')](_0x50f6c4(0x1c2,'\x37\x75\x45\x40'),_0x554311[_0x50f6c4(0x346,'\x25\x6a\x37\x71')])){const _0x3811d6=WWJCMC[_0x50f6c4(0x1c6,'\x28\x49\x72\x4a')](_0x4b04fe,_0x178d9a);if(!_0x3188d7[_0x50f6c4(0x2a2,'\x36\x5e\x26\x44')](_0x3811d6))return-0x1d1b*0x1+0x1e33+-0x118;return _0x465349[_0x50f6c4(0x1e9,'\x64\x36\x43\x6c')](0x178f+-0x39a*0x1+-0x13f5,_0x3304fc[_0x50f6c4(0x2b4,'\x61\x5a\x4a\x62')](-0x1e25+0x1c83+0x1a3,_0x3811d6));}else{const _0x1fa1b7=_0x554311[_0x50f6c4(0x1b2,'\x38\x30\x53\x51')](String,_0x554311[_0x50f6c4(0x1fa,'\x5a\x4c\x42\x43')](_0x2b8d41,''))[_0x50f6c4(0x1b4,'\x7a\x5d\x38\x62')]();if(!_0x1fa1b7)continue;if(_0x124faa[_0x50f6c4(0x207,'\x23\x5a\x73\x75')](_0x1fa1b7))continue;_0x124faa[_0x50f6c4(0x340,'\x4c\x56\x37\x67')](_0x1fa1b7),_0x4c7c31[_0x50f6c4(0x27f,'\x69\x74\x53\x42')](_0x1fa1b7);}}return _0x4c7c31;}function _0x29349e(_0xd00514){const _0x3d4e41=_0x2b10a5,_0x1ed27a={};_0x1ed27a[_0x3d4e41(0x36a,'\x53\x57\x57\x77')]=_0x3d4e41(0x20a,'\x4e\x73\x67\x6f')+'\x5f\x73\x65\x6c\x66\x5f\x68\x65'+'\x61\x6c\x65\x64',_0x1ed27a[_0x3d4e41(0x2ef,'\x6f\x44\x30\x77')]=_0x3d4e41(0x239,'\x4c\x56\x37\x67')+'\x72',_0x1ed27a[_0x3d4e41(0x1c8,'\x53\x57\x57\x77')]=_0x3d4e41(0x27d,'\x2a\x24\x50\x76')+'\x6e',_0x1ed27a[_0x3d4e41(0x290,'\x66\x64\x73\x46')]=_0x3d4e41(0x1e4,'\x37\x75\x45\x40'),_0x1ed27a[_0x3d4e41(0x1f7,'\x37\x75\x45\x40')]=_0x3d4e41(0x1ec,'\x69\x74\x53\x42'),_0x1ed27a[_0x3d4e41(0x2de,'\x4e\x73\x67\x6f')]=_0x3d4e41(0x348,'\x61\x5a\x4a\x62'),_0x1ed27a[_0x3d4e41(0x2f5,'\x69\x74\x53\x42')]=_0x3d4e41(0x307,'\x7a\x5d\x38\x62')+_0x3d4e41(0x1b8,'\x49\x68\x6d\x65');const _0x17a54c=_0x1ed27a,_0x34d775=Array['\x69\x73\x41\x72\x72\x61\x79'](_0xd00514)?_0xd00514[_0x3d4e41(0x270,'\x28\x43\x40\x2a')](_0x332e79=>String(_0x332e79||'')):[];if(_0x34d775['\x69\x6e\x63\x6c\x75\x64\x65\x73']('\x69\x73\x73\x75\x65\x5f\x61\x6c'+_0x3d4e41(0x26c,'\x69\x74\x53\x42')+_0x3d4e41(0x24f,'\x37\x75\x45\x40'))||_0x34d775[_0x3d4e41(0x1c0,'\x42\x54\x6e\x6d')](_0x17a54c['\x6e\x53\x76\x70\x7a']))return![];const _0x1fd2a6=[_0x17a54c[_0x3d4e41(0x1f1,'\x69\x74\x53\x42')],_0x3d4e41(0x1d1,'\x64\x36\x43\x6c'),_0x17a54c[_0x3d4e41(0x1c8,'\x53\x57\x57\x77')],_0x17a54c[_0x3d4e41(0x2c6,'\x64\x36\x43\x6c')],_0x17a54c[_0x3d4e41(0x273,'\x28\x43\x40\x2a')]];for(const _0x107cf1 of _0x34d775){const _0x3389dd=_0x107cf1[_0x3d4e41(0x222,'\x53\x57\x57\x77')+_0x3d4e41(0x2cd,'\x55\x52\x33\x70')]();if(_0x1fd2a6[_0x3d4e41(0x312,'\x64\x26\x62\x6f')](_0x22ed25=>_0x3389dd===_0x22ed25))return!![];if(_0x3389dd[_0x3d4e41(0x2a9,'\x7a\x5d\x38\x62')+'\x74\x68'](_0x17a54c['\x70\x4a\x52\x79\x64'])||_0x3389dd[_0x3d4e41(0x2d4,'\x56\x34\x30\x6d')+'\x74\x68'](_0x17a54c[_0x3d4e41(0x334,'\x51\x56\x4c\x73')]))return!![];}return![];}var _0x22f15a=[_0x2b10a5(0x339,'\x78\x74\x6b\x30')+'\x74\x75\x72\x65\x5f\x72\x65\x71'+'\x75\x65\x73\x74',_0x2b10a5(0x2a4,'\x6f\x44\x30\x77')+_0x2b10a5(0x20c,'\x76\x34\x6d\x4e')+_0x2b10a5(0x1de,'\x54\x52\x74\x70')+'\x69\x6f\x6e',_0x2b10a5(0x279,'\x64\x36\x43\x6c')+_0x2b10a5(0x23f,'\x33\x34\x44\x6b'),_0x2b10a5(0x300,'\x56\x34\x30\x6d')+_0x2b10a5(0x32d,'\x75\x58\x36\x30'),'\x73\x74\x61\x62\x6c\x65\x5f\x73'+_0x2b10a5(0x1bf,'\x6b\x36\x50\x6a')+'\x6c\x61\x74\x65\x61\x75',_0x2b10a5(0x306,'\x23\x5a\x73\x75')+'\x5f\x6f\x70\x70\x6f\x72\x74\x75'+_0x2b10a5(0x2d2,'\x36\x5e\x26\x44'),_0x2b10a5(0x321,'\x64\x26\x62\x6f')+_0x2b10a5(0x30c,'\x46\x6f\x7a\x43'),_0x2b10a5(0x28c,'\x53\x57\x57\x77')+'\x74\x65\x64\x5f\x69\x6e\x70\x75'+_0x2b10a5(0x257,'\x79\x66\x36\x79'),'\x65\x76\x6f\x6c\x75\x74\x69\x6f'+_0x2b10a5(0x1c3,'\x51\x56\x4c\x73')+_0x2b10a5(0x299,'\x31\x74\x23\x67')+_0x2b10a5(0x2ea,'\x75\x58\x36\x30'),_0x2b10a5(0x225,'\x42\x54\x6e\x6d')+_0x2b10a5(0x1d8,'\x76\x34\x6d\x4e')+_0x2b10a5(0x22f,'\x33\x34\x44\x6b'),_0x2b10a5(0x2eb,'\x28\x43\x40\x2a')+'\x6e\x6f\x76\x61\x74\x69\x6f\x6e'+_0x2b10a5(0x1b6,'\x7a\x5d\x38\x62')+'\x65\x70\x61\x69\x72\x5f\x6c\x6f'+'\x6f\x70',_0x2b10a5(0x1b7,'\x74\x36\x4f\x70')+_0x2b10a5(0x200,'\x76\x34\x6d\x4e'),_0x2b10a5(0x1f8,'\x42\x54\x6e\x6d')+_0x2b10a5(0x2ac,'\x55\x52\x33\x70')+'\x74',_0x2b10a5(0x336,'\x65\x44\x5d\x77')+_0x2b10a5(0x263,'\x53\x57\x57\x77')+_0x2b10a5(0x305,'\x4c\x56\x37\x67'),_0x2b10a5(0x232,'\x37\x5e\x33\x57')+_0x2b10a5(0x274,'\x2a\x24\x50\x76')+_0x2b10a5(0x226,'\x28\x53\x32\x54'),_0x2b10a5(0x217,'\x54\x52\x74\x70')+'\x63\x6c\x65\x5f\x6c\x6f\x6f\x70'+_0x2b10a5(0x2a8,'\x28\x49\x72\x4a')+'\x64'];function _0x3764d5(_0x15b4b8){const _0x481cff=_0x2b10a5,_0x5a84ef={'\x6f\x41\x6c\x49\x65':_0x481cff(0x343,'\x6f\x44\x30\x77'),'\x66\x51\x66\x77\x44':_0x481cff(0x364,'\x28\x49\x72\x4a'),'\x61\x4d\x59\x51\x7a':_0x481cff(0x24e,'\x63\x36\x6c\x31'),'\x56\x79\x70\x43\x79':_0x481cff(0x209,'\x63\x36\x6c\x31'),'\x76\x46\x6e\x49\x51':function(_0xe62794,_0x385db3){return _0xe62794>=_0x385db3;},'\x5a\x78\x6d\x58\x44':function(_0x323b7f,_0x3e5cc7){return _0x323b7f(_0x3e5cc7);},'\x54\x75\x6a\x73\x6c':_0x481cff(0x31f,'\x33\x34\x44\x6b'),'\x64\x46\x4e\x75\x50':_0x481cff(0x322,'\x6f\x44\x30\x77'),'\x56\x75\x6c\x5a\x62':function(_0x21a819,_0x2f2e24){return _0x21a819(_0x2f2e24);},'\x69\x4e\x52\x50\x54':function(_0x5e4d3e,_0x5c215a){return _0x5e4d3e===_0x5c215a;},'\x4c\x54\x48\x52\x74':_0x481cff(0x2bf,'\x28\x53\x32\x54'),'\x73\x6c\x69\x68\x5a':_0x481cff(0x302,'\x79\x66\x36\x79'),'\x67\x58\x5a\x75\x73':function(_0x30d0d9,_0x8f4914){return _0x30d0d9+_0x8f4914;},'\x68\x6d\x71\x47\x52':function(_0xa5d87c,_0x368b26){return _0xa5d87c<_0x368b26;}};var _0x1e11d7=Array['\x69\x73\x41\x72\x72\x61\x79'](_0x15b4b8)?_0x15b4b8[_0x481cff(0x356,'\x46\x6f\x7a\x43')](function(_0x38c2c3){const _0x39bfc2=_0x481cff;if(_0x5a84ef[_0x39bfc2(0x216,'\x5e\x78\x78\x4a')]!==_0x5a84ef[_0x39bfc2(0x22d,'\x51\x56\x4c\x73')]){const _0xdd1627=(_0x39bfc2(0x33e,'\x4c\x56\x37\x67')+_0x39bfc2(0x29e,'\x5a\x4c\x42\x43'))[_0x39bfc2(0x2d3,'\x49\x68\x6d\x65')]('\x7c');let _0x5265b5=0x219b+0x1c44+-0x3ddf;while(!![]){switch(_0xdd1627[_0x5265b5++]){case'\x30':if(_0x3d19be[_0x39bfc2(0x35e,'\x76\x66\x76\x7a')](_0x39bfc2(0x2d6,'\x49\x68\x6d\x65')+'\x6f\x70\x70\x6f\x72\x74\x75\x6e'+_0x39bfc2(0x2ad,'\x54\x52\x74\x70')))return _0x5a84ef[_0x39bfc2(0x228,'\x38\x30\x53\x51')];continue;case'\x31':var _0x3d19be=_0x5b930f[_0x39bfc2(0x1e7,'\x7a\x5d\x38\x62')](_0x1a6fbf)?_0xdb740b:[];continue;case'\x32':return _0x5a84ef[_0x39bfc2(0x2fb,'\x36\x5e\x26\x44')];case'\x33':if(_0x15571f(_0x4e0e89))return _0x5a84ef[_0x39bfc2(0x36d,'\x54\x52\x74\x70')];continue;case'\x34':try{var _0x5927da=_0x1833f2('\x2e\x2f\x73\x74\x72\x61\x74\x65'+'\x67\x79')[_0x39bfc2(0x379,'\x28\x49\x72\x4a')+_0x39bfc2(0x1cb,'\x61\x5a\x4a\x62')]();if(_0x5927da&&typeof _0x5927da[_0x39bfc2(0x34c,'\x6f\x44\x30\x77')]===_0x5a84ef[_0x39bfc2(0x213,'\x7a\x5d\x38\x62')]&&_0x5a84ef['\x76\x46\x6e\x49\x51'](_0x5927da[_0x39bfc2(0x309,'\x75\x58\x36\x30')],-0x223*0xb+-0x201f+0x37a0+0.5))return _0x5a84ef[_0x39bfc2(0x30f,'\x28\x53\x32\x54')];}catch(_0xc271ef){}continue;case'\x35':if(_0x1ad072)return _0x39bfc2(0x34b,'\x76\x66\x76\x7a');continue;case'\x36':if(_0x5a84ef[_0x39bfc2(0x214,'\x4d\x47\x48\x4e')](_0x1f963e,_0x3d41a5))return _0x5a84ef[_0x39bfc2(0x280,'\x68\x63\x26\x43')];continue;}break;}}else return _0x5a84ef[_0x39bfc2(0x20e,'\x5a\x4c\x42\x43')](String,_0x38c2c3||'');}):[];for(var _0x15f4cc=-0xef*0x4+0x469*-0x1+0x825;_0x5a84ef['\x68\x6d\x71\x47\x52'](_0x15f4cc,_0x22f15a[_0x481cff(0x2b2,'\x68\x63\x26\x43')]);_0x15f4cc++){var _0x3f3d83=_0x22f15a[_0x15f4cc];if(_0x1e11d7[_0x481cff(0x30b,'\x78\x74\x6b\x30')](_0x3f3d83))return!![];if(_0x1e11d7[_0x481cff(0x324,'\x5a\x4c\x42\x43')](function(_0x5bf518){const _0x88b4ad=_0x481cff,_0x454198={};_0x454198[_0x88b4ad(0x22b,'\x25\x6a\x37\x71')]='\x28\x28\x28\x2e\x2b\x29\x2b\x29'+_0x88b4ad(0x2ee,'\x65\x44\x5d\x77');const _0x398874=_0x454198;return _0x5a84ef[_0x88b4ad(0x28d,'\x54\x52\x74\x70')](_0x5a84ef[_0x88b4ad(0x2e7,'\x57\x66\x61\x4c')],_0x5a84ef[_0x88b4ad(0x231,'\x2a\x24\x50\x76')])?_0x3157b5[_0x88b4ad(0x236,'\x38\x30\x53\x51')]()[_0x88b4ad(0x2d8,'\x6f\x44\x30\x77')](EEEsaP[_0x88b4ad(0x29d,'\x37\x75\x45\x40')])[_0x88b4ad(0x1df,'\x66\x75\x42\x71')]()['\x63\x6f\x6e\x73\x74\x72\x75\x63'+_0x88b4ad(0x2b8,'\x79\x66\x36\x79')](_0x50c480)[_0x88b4ad(0x264,'\x64\x26\x62\x6f')](EEEsaP[_0x88b4ad(0x241,'\x54\x52\x74\x70')]):_0x5bf518[_0x88b4ad(0x1dd,'\x42\x54\x6e\x6d')+'\x74\x68'](_0x5a84ef[_0x88b4ad(0x275,'\x6b\x36\x50\x6a')](_0x3f3d83,'\x3a'));}))return!![];}return![];}function _0x2ef255({signals:_0x63eeaa,driftEnabled:_0x9a08a9}){const _0x42111b=_0x2b10a5,_0x18f38a={'\x6d\x4c\x65\x64\x76':_0x42111b(0x329,'\x37\x75\x45\x40'),'\x5a\x4a\x5a\x49\x53':function(_0x56942d,_0x1f26cd){return _0x56942d(_0x1f26cd);},'\x77\x75\x78\x66\x4c':_0x42111b(0x224,'\x51\x56\x4c\x73')+_0x42111b(0x377,'\x38\x30\x53\x51')+_0x42111b(0x2f8,'\x46\x6f\x7a\x43')+'\x73\x6b','\x4d\x43\x67\x4d\x56':function(_0x1bd615,_0x4ea4da){return _0x1bd615(_0x4ea4da);},'\x52\x72\x63\x63\x58':_0x42111b(0x2a1,'\x75\x58\x36\x30'),'\x58\x51\x43\x42\x55':_0x42111b(0x31c,'\x65\x44\x5d\x77'),'\x55\x49\x67\x63\x78':function(_0x5b69a0,_0x203f0c){return _0x5b69a0!==_0x203f0c;},'\x6b\x63\x4a\x4e\x45':_0x42111b(0x328,'\x5e\x78\x78\x4a'),'\x55\x72\x70\x55\x4a':function(_0x4720bf,_0x1bbb72){return _0x4720bf(_0x1bbb72);},'\x70\x54\x47\x54\x6c':_0x42111b(0x2ca,'\x49\x68\x6d\x65')+'\x67\x79','\x61\x6c\x72\x78\x6b':_0x42111b(0x238,'\x53\x57\x57\x77'),'\x59\x50\x56\x56\x7a':function(_0x56fb5e,_0x732945){return _0x56fb5e>=_0x732945;}};if(_0x18f38a[_0x42111b(0x325,'\x37\x5e\x33\x57')](_0x29349e,_0x63eeaa))return _0x18f38a[_0x42111b(0x2e2,'\x4d\x47\x48\x4e')];if(_0x9a08a9)return _0x18f38a[_0x42111b(0x1bb,'\x65\x44\x5d\x77')];if(_0x18f38a[_0x42111b(0x20d,'\x76\x4a\x30\x79')](_0x3764d5,_0x63eeaa))return'\x69\x6e\x6e\x6f\x76\x61\x74\x65';var _0x51457d=Array[_0x42111b(0x284,'\x31\x74\x23\x67')](_0x63eeaa)?_0x63eeaa:[];if(_0x51457d[_0x42111b(0x2bd,'\x46\x6f\x7a\x43')]('\x65\x78\x70\x6c\x6f\x72\x65\x5f'+'\x6f\x70\x70\x6f\x72\x74\x75\x6e'+_0x42111b(0x291,'\x55\x52\x33\x70')))return _0x42111b(0x2b5,'\x66\x64\x73\x46');try{if(_0x18f38a[_0x42111b(0x341,'\x75\x58\x36\x30')](_0x42111b(0x328,'\x5e\x78\x78\x4a'),_0x18f38a[_0x42111b(0x29a,'\x4e\x73\x67\x6f')]))_0x577338[_0x42111b(0x254,'\x46\x50\x75\x56')+'\x65\x6c']=_0x18f38a[_0x42111b(0x2d9,'\x4d\x47\x48\x4e')],_0x34ee6f['\x74\x72\x69\x67\x67\x65\x72\x5f'+_0x42111b(0x304,'\x78\x74\x6b\x30')]=_0x18f38a[_0x42111b(0x2c3,'\x65\x44\x5d\x77')](_0x161395,[..._0x535800[_0x42111b(0x34f,'\x6b\x36\x50\x6a')+_0x42111b(0x235,'\x74\x36\x4f\x70')]||[],_0x18f38a[_0x42111b(0x259,'\x5a\x4c\x42\x43')]]);else{var _0x33c9db=_0x18f38a[_0x42111b(0x29f,'\x6f\x44\x30\x77')](require,_0x18f38a[_0x42111b(0x1f5,'\x49\x68\x6d\x65')])[_0x42111b(0x233,'\x54\x52\x74\x70')+_0x42111b(0x206,'\x63\x36\x6c\x31')]();if(_0x33c9db&&typeof _0x33c9db[_0x42111b(0x1f4,'\x5e\x78\x78\x4a')]===_0x18f38a['\x61\x6c\x72\x78\x6b']&&_0x18f38a[_0x42111b(0x1ce,'\x64\x52\x29\x28')](_0x33c9db[_0x42111b(0x1d4,'\x46\x6f\x7a\x43')],-0x204f+0xa57+0x2*0xafc+0.5))return _0x18f38a[_0x42111b(0x35a,'\x69\x74\x53\x42')];}}catch(_0x568b95){}return'\x6f\x70\x74\x69\x6d\x69\x7a\x65';}function _0x2f1f(_0x498627,_0xea601f){_0x498627=_0x498627-(-0x3*-0xa2d+0x2499+-0x4171*0x1);const _0x5798b1=_0x333b();let _0x1096de=_0x5798b1[_0x498627];if(_0x2f1f['\x6d\x6a\x7a\x59\x47\x4a']===undefined){var _0x38a5b5=function(_0x440252){const _0x1f4206='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x1a5126='',_0x517476='',_0x7bb4f5=_0x1a5126+_0x38a5b5,_0x33a7d2=(''+function(){return 0x927+0x2a3+0x1f7*-0x6;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')!==-(0x265*0x1+0x923*0x1+-0xb87);for(let _0x2af535=-0x32b*-0x9+0x1*0x1229+-0x1d*0x19c,_0x2204ce,_0xa597eb,_0x4fc73e=-0x1d*0x11c+-0x2*-0x25+0xff1*0x2;_0xa597eb=_0x440252['\x63\x68\x61\x72\x41\x74'](_0x4fc73e++);~_0xa597eb&&(_0x2204ce=_0x2af535%(-0xdd6+-0x23f*-0x1+0xb9b)?_0x2204ce*(-0x2085+0x2b*-0xa8+-0xd*-0x4b1)+_0xa597eb:_0xa597eb,_0x2af535++%(0x1*-0xa98+-0x1ce+0xe3*0xe))?_0x1a5126+=_0x33a7d2||_0x7bb4f5['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x4fc73e+(0x1237+-0x831+-0x9fc))-(-0x1ed7*-0x1+0x1*0x17d1+-0x369e)!==-0x117*-0xf+0x1ecc+-0x2f25?String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0x9bd+0x3f7+-0xcb5*0x1&_0x2204ce>>(-(-0x227*-0x7+-0x385*0x1+-0xb8a)*_0x2af535&-0x6f8+-0x1b07+0x2205)):_0x2af535:0xbfc+0x1472+-0x7*0x4a2){_0xa597eb=_0x1f4206['\x69\x6e\x64\x65\x78\x4f\x66'](_0xa597eb);}for(let _0x156606=0xb1e+0x111a*-0x1+0x5fc,_0x183c64=_0x1a5126['\x6c\x65\x6e\x67\x74\x68'];_0x156606<_0x183c64;_0x156606++){_0x517476+='\x25'+('\x30\x30'+_0x1a5126['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x156606)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x1bd6+-0x3*-0xc97+-0x9df))['\x73\x6c\x69\x63\x65'](-(0x309*-0x6+0x21c+0x101c));}return decodeURIComponent(_0x517476);};const _0x30df2b=function(_0x19d5bf,_0x2ac66e){let _0x525d2d=[],_0x47783c=-0x683+0x4e5+0x19e,_0x598a86,_0x888a89='';_0x19d5bf=_0x38a5b5(_0x19d5bf);let _0x3b3b54;for(_0x3b3b54=0x6d3*-0x1+0x15a9*-0x1+-0x4*-0x71f;_0x3b3b54<-0x16+0x25cf+-0x24b9;_0x3b3b54++){_0x525d2d[_0x3b3b54]=_0x3b3b54;}for(_0x3b3b54=0x1c13+-0x8a1+0x1*-0x1372;_0x3b3b54<-0x11e*-0x19+-0x26f1+-0x3*-0x401;_0x3b3b54++){_0x47783c=(_0x47783c+_0x525d2d[_0x3b3b54]+_0x2ac66e['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x3b3b54%_0x2ac66e['\x6c\x65\x6e\x67\x74\x68']))%(0x1b1e+0x1567+-0x2f85),_0x598a86=_0x525d2d[_0x3b3b54],_0x525d2d[_0x3b3b54]=_0x525d2d[_0x47783c],_0x525d2d[_0x47783c]=_0x598a86;}_0x3b3b54=0xd1c*0x1+-0x2645+-0x71*-0x39,_0x47783c=-0x1*-0x17b1+-0x149+-0xb34*0x2;for(let _0x18e9b4=-0x127d+-0x2439+-0x2f*-0x12a;_0x18e9b4<_0x19d5bf['\x6c\x65\x6e\x67\x74\x68'];_0x18e9b4++){_0x3b3b54=(_0x3b3b54+(0x26d5+-0xc1e+-0xd*0x20e))%(-0x1c1*-0xd+-0x1*-0x1d5c+-0x1*0x3329),_0x47783c=(_0x47783c+_0x525d2d[_0x3b3b54])%(0xca+0x7*-0x3bc+-0xd2d*-0x2),_0x598a86=_0x525d2d[_0x3b3b54],_0x525d2d[_0x3b3b54]=_0x525d2d[_0x47783c],_0x525d2d[_0x47783c]=_0x598a86,_0x888a89+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x19d5bf['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x18e9b4)^_0x525d2d[(_0x525d2d[_0x3b3b54]+_0x525d2d[_0x47783c])%(0x1*-0x71b+-0x1*0x139c+0xb*0x285)]);}return _0x888a89;};_0x2f1f['\x4e\x6d\x51\x52\x72\x6e']=_0x30df2b,_0x2f1f['\x69\x52\x76\x49\x69\x59']={},_0x2f1f['\x6d\x6a\x7a\x59\x47\x4a']=!![];}const _0xb11f49=_0x5798b1[0x1d34+-0x1554+-0x7e0],_0x3d1629=_0x498627+_0xb11f49,_0x276786=_0x2f1f['\x69\x52\x76\x49\x69\x59'][_0x3d1629];if(!_0x276786){if(_0x2f1f['\x57\x64\x42\x4d\x73\x78']===undefined){const _0x1feea4=function(_0x11fc78){this['\x48\x43\x63\x72\x5a\x46']=_0x11fc78,this['\x56\x72\x6d\x61\x72\x4b']=[-0x145*-0x7+0x1c78+-0x255a*0x1,0x8*0x107+-0xa54*0x3+0x16c4,0x1b4b+0xbf+-0xe05*0x2],this['\x58\x69\x51\x6d\x52\x58']=function(){return'\x6e\x65\x77\x53\x74\x61\x74\x65';},this['\x6b\x73\x42\x72\x6f\x4e']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['\x43\x66\x6b\x44\x51\x74']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x1feea4['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x66\x7a\x71\x54\x48\x4b']=function(){const _0x1a0063=new RegExp(this['\x6b\x73\x42\x72\x6f\x4e']+this['\x43\x66\x6b\x44\x51\x74']),_0x3ae991=_0x1a0063['\x74\x65\x73\x74'](this['\x58\x69\x51\x6d\x52\x58']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())?--this['\x56\x72\x6d\x61\x72\x4b'][-0xb8d*0x3+0x1*-0x1ad5+0x6d5*0x9]:--this['\x56\x72\x6d\x61\x72\x4b'][0x2054+-0x5e4+-0x1a70];return this['\x75\x6d\x6d\x68\x54\x43'](_0x3ae991);},_0x1feea4['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x75\x6d\x6d\x68\x54\x43']=function(_0x332e1f){if(!Boolean(~_0x332e1f))return _0x332e1f;return this['\x6a\x73\x78\x58\x4e\x6f'](this['\x48\x43\x63\x72\x5a\x46']);},_0x1feea4['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x6a\x73\x78\x58\x4e\x6f']=function(_0x11c22a){for(let _0x571d07=0x6ad*0x5+0x1*0x2179+-0x42da,_0x15fb57=this['\x56\x72\x6d\x61\x72\x4b']['\x6c\x65\x6e\x67\x74\x68'];_0x571d07<_0x15fb57;_0x571d07++){this['\x56\x72\x6d\x61\x72\x4b']['\x70\x75\x73\x68'](Math['\x72\x6f\x75\x6e\x64'](Math['\x72\x61\x6e\x64\x6f\x6d']())),_0x15fb57=this['\x56\x72\x6d\x61\x72\x4b']['\x6c\x65\x6e\x67\x74\x68'];}return _0x11c22a(this['\x56\x72\x6d\x61\x72\x4b'][0x33f*0x9+0x1fef+-0x3d26]);},(''+function(){return 0x1926+-0x1884+-0xa2;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')===-(0x108*-0x14+0x2101+0x24*-0x58)&&new _0x1feea4(_0x2f1f)['\x66\x7a\x71\x54\x48\x4b'](),_0x2f1f['\x57\x64\x42\x4d\x73\x78']=!![];}_0x1096de=_0x2f1f['\x4e\x6d\x51\x52\x72\x6e'](_0x1096de,_0xea601f),_0x2f1f['\x69\x52\x76\x49\x69\x59'][_0x3d1629]=_0x1096de;}else _0x1096de=_0x276786;return _0x1096de;}function _0x5910df(_0x30110b){const _0x274ac0=_0x2b10a5,_0x5dcaab={'\x52\x4c\x43\x76\x4a':function(_0x2fc5a7,_0x3bff88){return _0x2fc5a7(_0x3bff88);},'\x76\x42\x6f\x66\x45':function(_0x47bebe,_0x4cb07c){return _0x47bebe||_0x4cb07c;},'\x53\x4f\x76\x66\x72':_0x274ac0(0x2f7,'\x78\x74\x6b\x30'),'\x73\x4c\x62\x56\x54':function(_0x5e3ef8,_0x264066){return _0x5e3ef8===_0x264066;},'\x76\x49\x52\x56\x75':'\x6f\x70\x74\x69\x6d\x69\x7a\x65','\x42\x73\x4b\x56\x56':function(_0x5bd0c2,_0x2e9946){return _0x5bd0c2===_0x2e9946;},'\x42\x44\x4b\x78\x64':_0x274ac0(0x24b,'\x76\x34\x6d\x4e'),'\x4e\x62\x77\x62\x45':_0x274ac0(0x31b,'\x6b\x36\x50\x6a')+_0x274ac0(0x1d9,'\x46\x6f\x7a\x43')+_0x274ac0(0x1ef,'\x54\x52\x74\x70')+_0x274ac0(0x36e,'\x57\x66\x61\x4c')+_0x274ac0(0x23c,'\x57\x66\x61\x4c')+_0x274ac0(0x317,'\x23\x5a\x73\x75')+_0x274ac0(0x208,'\x25\x6a\x37\x71')+'\x6d','\x69\x50\x51\x68\x73':function(_0x136ce0,_0x17991d){return _0x136ce0===_0x17991d;},'\x53\x65\x46\x64\x42':_0x274ac0(0x2ed,'\x76\x34\x6d\x4e'),'\x6d\x43\x75\x79\x51':_0x274ac0(0x32a,'\x57\x66\x61\x4c')+_0x274ac0(0x1c4,'\x37\x75\x45\x40')+_0x274ac0(0x31e,'\x29\x37\x78\x5b')+'\x75\x63\x63\x65\x73\x73\x20\x70'+_0x274ac0(0x1b3,'\x55\x52\x33\x70')+'\x74\x79'},_0x30b727=_0x5dcaab[_0x274ac0(0x267,'\x63\x36\x6c\x31')](String,_0x5dcaab[_0x274ac0(0x2a5,'\x28\x49\x72\x4a')](_0x30110b,''));if(_0x30b727===_0x5dcaab[_0x274ac0(0x249,'\x79\x66\x36\x79')])return _0x274ac0(0x1e8,'\x2a\x24\x50\x76')+_0x274ac0(0x21e,'\x54\x52\x74\x70')+'\x72\x72\x6f\x72\x73\x2c\x20\x69'+_0x274ac0(0x21d,'\x4e\x73\x67\x6f')+_0x274ac0(0x2bc,'\x28\x43\x40\x2a')+_0x274ac0(0x36f,'\x31\x74\x23\x67')+_0x274ac0(0x1c9,'\x74\x36\x4f\x70')+_0x274ac0(0x1eb,'\x29\x37\x78\x5b')+'\x65';if(_0x5dcaab[_0x274ac0(0x1ff,'\x64\x36\x43\x6c')](_0x30b727,_0x5dcaab['\x76\x49\x52\x56\x75']))return'\x69\x6d\x70\x72\x6f\x76\x65\x20'+'\x73\x75\x63\x63\x65\x73\x73\x20'+_0x274ac0(0x2c8,'\x74\x36\x4f\x70')+'\x20\x72\x65\x64\x75\x63\x65\x20'+_0x274ac0(0x1af,'\x5e\x78\x78\x4a')+_0x274ac0(0x361,'\x56\x34\x30\x6d')+_0x274ac0(0x282,'\x38\x30\x53\x51')+'\x74';if(_0x5dcaab[_0x274ac0(0x219,'\x36\x5e\x26\x44')](_0x30b727,_0x5dcaab[_0x274ac0(0x315,'\x5a\x4c\x42\x43')]))return _0x5dcaab[_0x274ac0(0x1dc,'\x76\x66\x76\x7a')];if(_0x5dcaab[_0x274ac0(0x296,'\x46\x6f\x7a\x43')](_0x30b727,_0x5dcaab[_0x274ac0(0x25e,'\x53\x57\x57\x77')]))return _0x274ac0(0x358,'\x49\x68\x6d\x65')+_0x274ac0(0x342,'\x28\x53\x32\x54')+'\x20\x69\x6e\x74\x65\x72\x6e\x61'+_0x274ac0(0x2db,'\x55\x52\x33\x70')+_0x274ac0(0x253,'\x5e\x78\x78\x4a')+_0x274ac0(0x2dd,'\x64\x52\x29\x28')+_0x274ac0(0x2e9,'\x66\x75\x42\x71')+_0x274ac0(0x313,'\x46\x50\x75\x56')+_0x274ac0(0x303,'\x29\x37\x78\x5b')+_0x274ac0(0x37a,'\x74\x36\x4f\x70')+_0x274ac0(0x265,'\x37\x75\x45\x40')+_0x274ac0(0x2e0,'\x6f\x44\x30\x77')+_0x274ac0(0x1d0,'\x46\x6f\x7a\x43')+'\x73';return _0x5dcaab[_0x274ac0(0x1ba,'\x66\x64\x73\x46')];}function _0x2c1586(_0x352ffb){const _0x583667=_0x2b10a5;if(_0x352ffb&&_0x352ffb['\x69\x64'])return _0x583667(0x277,'\x63\x36\x6c\x31')+String(_0x352ffb['\x69\x64']);return _0x583667(0x381,'\x28\x43\x40\x2a')+_0x583667(0x338,'\x61\x5a\x4a\x62')+'\x6c';}function _0xa648f3(_0xe9d8fb){const _0x17a97e=_0x2b10a5,_0x21fdbd={'\x48\x6a\x4d\x55\x68':function(_0x3544a3,_0x3fc755){return _0x3544a3(_0x3fc755);},'\x45\x43\x4f\x61\x76':function(_0x47f1fb,_0x56ccc9){return _0x47f1fb!=_0x56ccc9;},'\x74\x70\x4e\x50\x52':function(_0x31ad49,_0x353748){return _0x31ad49>_0x353748;}},_0x2d4731=_0xe9d8fb&&Number[_0x17a97e(0x243,'\x42\x54\x6e\x6d')](_0x21fdbd[_0x17a97e(0x376,'\x38\x30\x53\x51')](Number,_0xe9d8fb[_0x17a97e(0x212,'\x2a\x24\x50\x76')]))?_0x21fdbd['\x48\x6a\x4d\x55\x68'](Number,_0xe9d8fb[_0x17a97e(0x1da,'\x38\x30\x53\x51')]):null,_0x44b795=_0xe9d8fb&&Number[_0x17a97e(0x1f0,'\x37\x75\x45\x40')](_0x21fdbd[_0x17a97e(0x1d5,'\x53\x57\x57\x77')](Number,_0xe9d8fb[_0x17a97e(0x1cc,'\x56\x34\x30\x6d')+_0x17a97e(0x1c1,'\x6f\x44\x30\x77')]))?_0x21fdbd[_0x17a97e(0x34a,'\x37\x5e\x33\x57')](Number,_0xe9d8fb[_0x17a97e(0x36b,'\x78\x74\x6b\x30')+'\x65\x72\x61\x6e\x63\x65']):null;if(_0x21fdbd[_0x17a97e(0x221,'\x25\x6a\x37\x71')](_0x2d4731,null)&&_0x2d4731<-0x2*-0x209+-0x6e2*0x4+0x1776*0x1+0.5)return!![];if(_0x44b795!=null&&_0x21fdbd[_0x17a97e(0x27e,'\x69\x74\x53\x42')](_0x44b795,0x63f*0x1+0x146d+-0x1aac+0.6))return!![];return![];}function _0x3da1cc(_0x43343a){const _0x4be492=_0x2b10a5,_0x3787dc={'\x52\x78\x49\x75\x51':function(_0x3f8837,_0x3f47b0){return _0x3f8837(_0x3f47b0);},'\x66\x4b\x4b\x43\x4e':function(_0x50a01f,_0x319e62){return _0x50a01f(_0x319e62);},'\x64\x45\x6a\x70\x47':function(_0x233a6e,_0xeae1b8){return _0x233a6e>=_0xeae1b8;}},_0x3684f4=_0x43343a&&Number[_0x4be492(0x2c1,'\x6f\x44\x30\x77')](Number(_0x43343a[_0x4be492(0x2e3,'\x64\x52\x29\x28')]))?_0x3787dc[_0x4be492(0x2e6,'\x50\x40\x29\x74')](Number,_0x43343a['\x72\x69\x67\x6f\x72']):-0xf16+-0x14a2+0x23b8,_0x247828=_0x43343a&&Number[_0x4be492(0x220,'\x69\x74\x53\x42')](Number(_0x43343a[_0x4be492(0x27a,'\x4a\x79\x61\x74')+_0x4be492(0x2da,'\x33\x34\x44\x6b')]))?_0x3787dc[_0x4be492(0x2b7,'\x37\x75\x45\x40')](Number,_0x43343a[_0x4be492(0x37c,'\x76\x34\x6d\x4e')+_0x4be492(0x1e2,'\x25\x6a\x37\x71')]):0x4ba*0x2+0x2e5*-0x9+0x109a;return _0x3787dc[_0x4be492(0x320,'\x28\x43\x40\x2a')](_0x3684f4,0x15d+0x2430*0x1+-0x258d+0.6)&&_0x247828<=-0x129a*0x1+0x2317+0x7*-0x25b+0.5;}function _0x3e8a8f({signals:_0x474cd1,selectedGene:_0x41d161,driftEnabled:_0x355277,personalityState:_0x304456,allowHighRisk:allowHighRisk=![],target:_0x412078,expected_effect:_0x25eb7d}={}){const _0x4b9281=_0x2b10a5,_0x16bb72={'\x52\x5a\x76\x74\x47':_0x4b9281(0x248,'\x28\x49\x72\x4a'),'\x52\x4d\x6f\x71\x4c':_0x4b9281(0x22c,'\x42\x54\x6e\x6d')+_0x4b9281(0x268,'\x46\x50\x75\x56'),'\x75\x56\x59\x73\x52':function(_0x232f21,_0x3b4631){return _0x232f21+_0x3b4631;},'\x4e\x6b\x76\x57\x4f':function(_0x2b5c9c){return _0x2b5c9c();},'\x4e\x41\x4b\x53\x4f':function(_0x188ca1,_0x5ba4cd){return _0x188ca1(_0x5ba4cd);},'\x6a\x49\x76\x66\x4f':_0x4b9281(0x2a7,'\x5a\x4c\x42\x43'),'\x78\x4c\x6d\x61\x78':function(_0x2fd565,_0x91b8b1){return _0x2fd565(_0x91b8b1);},'\x76\x6e\x7a\x41\x6e':'\x6c\x6f\x77','\x44\x50\x59\x72\x44':function(_0x6889f9,_0x4f1b0d){return _0x6889f9===_0x4f1b0d;},'\x62\x71\x41\x66\x52':_0x4b9281(0x31c,'\x65\x44\x5d\x77'),'\x55\x54\x67\x6c\x78':_0x4b9281(0x1b0,'\x4c\x56\x37\x67'),'\x78\x4e\x67\x69\x5a':function(_0x39fabf,_0x382b8a){return _0x39fabf===_0x382b8a;},'\x76\x53\x6c\x79\x49':'\x69\x56\x56\x4a\x72','\x47\x66\x4a\x72\x74':_0x4b9281(0x33b,'\x46\x6f\x7a\x43'),'\x52\x77\x46\x53\x43':function(_0x11e7c5,_0x3a5075){return _0x11e7c5||_0x3a5075;},'\x77\x6a\x46\x6d\x66':function(_0x48ffaf,_0x544a00){return _0x48ffaf!==_0x544a00;},'\x47\x4a\x56\x74\x6c':_0x4b9281(0x240,'\x61\x5a\x4a\x62'),'\x67\x61\x52\x71\x56':_0x4b9281(0x250,'\x74\x36\x4f\x70'),'\x50\x42\x5a\x49\x62':_0x4b9281(0x256,'\x28\x49\x72\x4a')+_0x4b9281(0x31a,'\x49\x68\x6d\x65')+_0x4b9281(0x360,'\x69\x74\x53\x42')+'\x7a\x65\x20\x75\x6e\x64\x65\x72'+'\x20\x68\x69\x67\x68\x2d\x72\x69'+_0x4b9281(0x2dc,'\x57\x66\x61\x4c')+_0x4b9281(0x370,'\x50\x40\x29\x74')+_0x4b9281(0x230,'\x29\x37\x78\x5b')+_0x4b9281(0x261,'\x64\x52\x29\x28')+_0x4b9281(0x1f9,'\x49\x68\x6d\x65')+_0x4b9281(0x32e,'\x56\x34\x30\x6d'),'\x56\x77\x43\x72\x4f':_0x4b9281(0x383,'\x63\x36\x6c\x31')+'\x76\x6f\x69\x64\x5f\x69\x6e\x6e'+_0x4b9281(0x262,'\x4c\x56\x37\x67')+_0x4b9281(0x2f0,'\x28\x53\x32\x54')+_0x4b9281(0x24c,'\x6f\x44\x30\x77')+'\x73\x6f\x6e\x61\x6c\x69\x74\x79','\x4d\x67\x42\x51\x4a':_0x4b9281(0x288,'\x6f\x44\x30\x77')+_0x4b9281(0x246,'\x25\x6a\x37\x71')+_0x4b9281(0x1d3,'\x4d\x47\x48\x4e')+'\x73\x6b'},_0x327f21=_0x16bb72[_0x4b9281(0x23e,'\x36\x5e\x26\x44')](_0x4846f5),_0x1eb6d5={};_0x1eb6d5[_0x4b9281(0x28e,'\x50\x40\x29\x74')]=_0x474cd1,_0x1eb6d5[_0x4b9281(0x289,'\x28\x43\x40\x2a')+_0x4b9281(0x201,'\x74\x36\x4f\x70')]=!!_0x355277;const _0x44b45b=_0x2ef255(_0x1eb6d5),_0x2f2c2a=_0x16bb72[_0x4b9281(0x2f2,'\x4d\x47\x48\x4e')](_0x8ad506,_0x474cd1),_0x227cf2={'\x74\x79\x70\x65':_0x16bb72[_0x4b9281(0x29b,'\x37\x75\x45\x40')],'\x69\x64':_0x4b9281(0x372,'\x46\x50\x75\x56')+_0x327f21,'\x63\x61\x74\x65\x67\x6f\x72\x79':_0x44b45b,'\x74\x72\x69\x67\x67\x65\x72\x5f\x73\x69\x67\x6e\x61\x6c\x73':_0x2f2c2a,'\x74\x61\x72\x67\x65\x74':String(_0x412078||_0x2c1586(_0x41d161)),'\x65\x78\x70\x65\x63\x74\x65\x64\x5f\x65\x66\x66\x65\x63\x74':_0x16bb72[_0x4b9281(0x218,'\x2a\x24\x50\x76')](String,_0x25eb7d||_0x16bb72[_0x4b9281(0x218,'\x2a\x24\x50\x76')](_0x5910df,_0x44b45b)),'\x72\x69\x73\x6b\x5f\x6c\x65\x76\x65\x6c':_0x16bb72[_0x4b9281(0x344,'\x76\x4a\x30\x79')]};if(_0x16bb72[_0x4b9281(0x2d7,'\x6f\x44\x30\x77')](_0x44b45b,_0x16bb72[_0x4b9281(0x2bb,'\x76\x66\x76\x7a')]))_0x227cf2[_0x4b9281(0x229,'\x33\x34\x44\x6b')+'\x65\x6c']=_0x16bb72['\x55\x54\x67\x6c\x78'];if(allowHighRisk&&_0x16bb72[_0x4b9281(0x335,'\x55\x52\x33\x70')](_0x44b45b,_0x16bb72[_0x4b9281(0x2bb,'\x76\x66\x76\x7a')])){if(_0x16bb72[_0x4b9281(0x237,'\x75\x58\x36\x30')](_0x4b9281(0x2a3,'\x33\x34\x44\x6b'),_0x16bb72['\x76\x53\x6c\x79\x49']))_0x227cf2[_0x4b9281(0x350,'\x79\x66\x36\x79')+'\x65\x6c']=_0x16bb72[_0x4b9281(0x2e8,'\x6b\x36\x50\x6a')];else{const _0x4ea0b2=_0x531da9[_0x4b9281(0x295,'\x37\x5e\x33\x57')+_0x4b9281(0x25d,'\x4d\x47\x48\x4e')]();if(_0x1de94c[_0x4b9281(0x367,'\x33\x34\x44\x6b')](_0x23e246=>_0x4ea0b2===_0x23e246))return!![];if(_0x4ea0b2[_0x4b9281(0x283,'\x37\x5e\x33\x57')+'\x74\x68'](bQRNrh[_0x4b9281(0x354,'\x76\x34\x6d\x4e')])||_0x4ea0b2[_0x4b9281(0x384,'\x54\x52\x74\x70')+'\x74\x68'](bQRNrh[_0x4b9281(0x1cf,'\x4a\x79\x61\x74')]))return!![];}}const _0x5cc4f6=_0x16bb72[_0x4b9281(0x323,'\x46\x50\x75\x56')](_0xa648f3,_0x16bb72['\x52\x77\x46\x53\x43'](_0x304456,null));if(_0x16bb72['\x44\x50\x59\x72\x44'](_0x227cf2[_0x4b9281(0x23b,'\x23\x5a\x73\x75')],_0x16bb72[_0x4b9281(0x1fe,'\x25\x6a\x37\x71')])&&_0x5cc4f6){if(_0x16bb72[_0x4b9281(0x294,'\x50\x40\x29\x74')](_0x16bb72[_0x4b9281(0x210,'\x2a\x24\x50\x76')],_0x16bb72[_0x4b9281(0x247,'\x46\x50\x75\x56')]))_0x227cf2[_0x4b9281(0x333,'\x69\x74\x53\x42')]='\x6f\x70\x74\x69\x6d\x69\x7a\x65',_0x227cf2[_0x4b9281(0x271,'\x46\x6f\x7a\x43')+_0x4b9281(0x276,'\x61\x5a\x4a\x62')]=_0x16bb72[_0x4b9281(0x1bd,'\x64\x36\x43\x6c')],_0x227cf2[_0x4b9281(0x310,'\x76\x4a\x30\x79')+'\x65\x6c']=_0x16bb72[_0x4b9281(0x2f6,'\x31\x74\x23\x67')],_0x227cf2[_0x4b9281(0x1d7,'\x56\x34\x30\x6d')+_0x4b9281(0x331,'\x76\x66\x76\x7a')]=_0x8ad506([..._0x227cf2[_0x4b9281(0x293,'\x64\x36\x43\x6c')+_0x4b9281(0x26e,'\x64\x26\x62\x6f')]||[],_0x16bb72[_0x4b9281(0x2aa,'\x42\x54\x6e\x6d')]]);else{var _0x4027cc=_0x3ea462[_0x110895];if(_0x4213b1[_0x4b9281(0x30b,'\x78\x74\x6b\x30')](_0x4027cc))return!![];if(_0x2b645f[_0x4b9281(0x29c,'\x6b\x36\x50\x6a')](function(_0x172279){const _0x34e609=_0x4b9281;return _0x172279[_0x34e609(0x1b1,'\x37\x75\x45\x40')+'\x74\x68'](bQRNrh['\x75\x56\x59\x73\x52'](_0x4027cc,'\x3a'));}))return!![];}}return _0x16bb72[_0x4b9281(0x203,'\x64\x36\x43\x6c')](_0x227cf2[_0x4b9281(0x310,'\x76\x4a\x30\x79')+'\x65\x6c'],_0x16bb72[_0x4b9281(0x1ea,'\x5e\x78\x78\x4a')])&&!_0x16bb72[_0x4b9281(0x2ce,'\x79\x66\x36\x79')](_0x3da1cc,_0x16bb72[_0x4b9281(0x242,'\x64\x36\x43\x6c')](_0x304456,null))&&(_0x227cf2[_0x4b9281(0x33c,'\x53\x57\x57\x77')+'\x65\x6c']=_0x4b9281(0x223,'\x46\x50\x75\x56'),_0x227cf2['\x74\x72\x69\x67\x67\x65\x72\x5f'+_0x4b9281(0x371,'\x51\x56\x4c\x73')]=_0x16bb72[_0x4b9281(0x26b,'\x50\x40\x29\x74')](_0x8ad506,[..._0x227cf2[_0x4b9281(0x1db,'\x65\x44\x5d\x77')+_0x4b9281(0x33a,'\x28\x43\x40\x2a')]||[],_0x16bb72[_0x4b9281(0x21f,'\x64\x52\x29\x28')]])),_0x227cf2;}function _0x2359e0(_0x3cfdda){const _0x3f080e=_0x2b10a5,_0x2f911b={'\x5a\x63\x7a\x74\x42':'\x32\x7c\x33\x7c\x37\x7c\x36\x7c'+_0x3f080e(0x347,'\x6f\x44\x30\x77')+'\x31','\x68\x43\x41\x43\x6b':function(_0x4d94e9,_0x4e36ba){return _0x4d94e9!==_0x4e36ba;},'\x57\x6c\x69\x6a\x46':_0x3f080e(0x1c5,'\x69\x74\x53\x42'),'\x50\x67\x55\x64\x6c':_0x3f080e(0x260,'\x4e\x73\x67\x6f'),'\x55\x46\x56\x79\x6f':function(_0x2bcec3,_0x56d9a3){return _0x2bcec3!==_0x56d9a3;},'\x68\x6f\x6e\x5a\x61':_0x3f080e(0x244,'\x66\x75\x42\x71'),'\x56\x76\x4b\x78\x4a':function(_0x328869,_0x53e788){return _0x328869(_0x53e788);},'\x63\x76\x74\x70\x6b':function(_0x26f990,_0x250b6d){return _0x26f990!==_0x250b6d;}},_0x3d6c20=_0x2f911b[_0x3f080e(0x375,'\x68\x63\x26\x43')][_0x3f080e(0x2b3,'\x76\x66\x76\x7a')]('\x7c');let _0x26b239=-0x1*0x16d9+0x3*-0x2d7+-0x2da*-0xb;while(!![]){switch(_0x3d6c20[_0x26b239++]){case'\x30':if(!Array[_0x3f080e(0x211,'\x2a\x24\x50\x76')](_0x3cfdda[_0x3f080e(0x293,'\x64\x36\x43\x6c')+_0x3f080e(0x373,'\x5a\x4c\x42\x43')]))return![];continue;case'\x31':return!![];case'\x32':if(!_0x3cfdda||_0x2f911b[_0x3f080e(0x2b6,'\x68\x63\x26\x43')](typeof _0x3cfdda,_0x2f911b[_0x3f080e(0x355,'\x69\x74\x53\x42')]))return![];continue;case'\x33':if(_0x3cfdda[_0x3f080e(0x2ec,'\x50\x40\x29\x74')]!==_0x2f911b[_0x3f080e(0x272,'\x37\x5e\x33\x57')])return![];continue;case'\x34':if(!_0x3cfdda[_0x3f080e(0x1cd,'\x2a\x24\x50\x76')+'\x65\x6c']||!_0x45ea83[_0x3f080e(0x2bd,'\x46\x6f\x7a\x43')](String(_0x3cfdda['\x72\x69\x73\x6b\x5f\x6c\x65\x76'+'\x65\x6c'])))return![];continue;case'\x35':if(!_0x3cfdda[_0x3f080e(0x330,'\x38\x30\x53\x51')+_0x3f080e(0x258,'\x5a\x4c\x42\x43')]||_0x2f911b[_0x3f080e(0x252,'\x31\x74\x23\x67')](typeof _0x3cfdda[_0x3f080e(0x2a0,'\x4a\x79\x61\x74')+_0x3f080e(0x21a,'\x64\x52\x29\x28')],_0x2f911b[_0x3f080e(0x23a,'\x75\x58\x36\x30')]))return![];continue;case'\x36':if(!_0x3cfdda[_0x3f080e(0x2fc,'\x4d\x47\x48\x4e')]||!_0x5d6a99[_0x3f080e(0x2e5,'\x38\x30\x53\x51')](_0x2f911b[_0x3f080e(0x1e5,'\x76\x34\x6d\x4e')](String,_0x3cfdda[_0x3f080e(0x311,'\x28\x49\x72\x4a')])))return![];continue;case'\x37':if(!_0x3cfdda['\x69\x64']||_0x2f911b[_0x3f080e(0x251,'\x64\x36\x43\x6c')](typeof _0x3cfdda['\x69\x64'],_0x2f911b[_0x3f080e(0x366,'\x53\x57\x57\x77')]))return![];continue;case'\x38':if(!_0x3cfdda['\x74\x61\x72\x67\x65\x74']||_0x2f911b[_0x3f080e(0x2c7,'\x4e\x73\x67\x6f')](typeof _0x3cfdda[_0x3f080e(0x27b,'\x76\x4a\x30\x79')],_0x2f911b[_0x3f080e(0x269,'\x74\x36\x4f\x70')]))return![];continue;}break;}}function _0x350cff(_0x4f59a9){const _0x4394e9=_0x2b10a5,_0x3399c={'\x48\x5a\x70\x4c\x5a':function(_0x270794,_0x1a70e5){return _0x270794===_0x1a70e5;},'\x6b\x51\x71\x4e\x44':_0x4394e9(0x37e,'\x4d\x47\x48\x4e'),'\x48\x73\x72\x68\x4e':'\x4d\x75\x74\x61\x74\x69\x6f\x6e','\x64\x45\x6a\x70\x64':_0x4394e9(0x1f6,'\x69\x74\x53\x42'),'\x47\x57\x4d\x6b\x52':function(_0x1ea719){return _0x1ea719();},'\x46\x59\x48\x41\x45':function(_0x3ef8c2,_0x4a3994){return _0x3ef8c2(_0x4a3994);},'\x45\x62\x5a\x69\x66':_0x4394e9(0x30e,'\x23\x5a\x73\x75')+_0x4394e9(0x338,'\x61\x5a\x4a\x62')+'\x6c','\x69\x58\x68\x6d\x77':function(_0x460034,_0x576017){return _0x460034(_0x576017);},'\x59\x51\x55\x75\x48':function(_0x3d285f,_0x598ed2){return _0x3d285f(_0x598ed2);}},_0x43f76d=_0x4f59a9&&_0x3399c[_0x4394e9(0x2d0,'\x53\x57\x57\x77')](typeof _0x4f59a9,_0x3399c[_0x4394e9(0x2f3,'\x5e\x78\x78\x4a')])?_0x4f59a9:{},_0x3ad57f={'\x74\x79\x70\x65':_0x3399c[_0x4394e9(0x297,'\x51\x56\x4c\x73')],'\x69\x64':typeof _0x43f76d['\x69\x64']===_0x3399c[_0x4394e9(0x351,'\x28\x43\x40\x2a')]?_0x43f76d['\x69\x64']:_0x4394e9(0x326,'\x65\x44\x5d\x77')+_0x3399c[_0x4394e9(0x30a,'\x23\x5a\x73\x75')](_0x4846f5),'\x63\x61\x74\x65\x67\x6f\x72\x79':_0x5d6a99[_0x4394e9(0x255,'\x55\x52\x33\x70')](_0x3399c[_0x4394e9(0x37f,'\x64\x52\x29\x28')](String,_0x43f76d[_0x4394e9(0x25f,'\x6b\x36\x50\x6a')]))?_0x3399c[_0x4394e9(0x25a,'\x38\x30\x53\x51')](String,_0x43f76d[_0x4394e9(0x2d1,'\x65\x44\x5d\x77')]):_0x4394e9(0x337,'\x54\x52\x74\x70'),'\x74\x72\x69\x67\x67\x65\x72\x5f\x73\x69\x67\x6e\x61\x6c\x73':_0x3399c[_0x4394e9(0x37f,'\x64\x52\x29\x28')](_0x8ad506,_0x43f76d[_0x4394e9(0x2ba,'\x63\x36\x6c\x31')+_0x4394e9(0x285,'\x23\x5a\x73\x75')]),'\x74\x61\x72\x67\x65\x74':typeof _0x43f76d[_0x4394e9(0x37d,'\x4d\x47\x48\x4e')]===_0x4394e9(0x22a,'\x61\x5a\x4a\x62')?_0x43f76d[_0x4394e9(0x1e3,'\x61\x5a\x4a\x62')]:_0x3399c[_0x4394e9(0x2c4,'\x5a\x4c\x42\x43')],'\x65\x78\x70\x65\x63\x74\x65\x64\x5f\x65\x66\x66\x65\x63\x74':_0x3399c[_0x4394e9(0x2ae,'\x76\x66\x76\x7a')](typeof _0x43f76d[_0x4394e9(0x374,'\x76\x34\x6d\x4e')+_0x4394e9(0x357,'\x42\x54\x6e\x6d')],_0x3399c[_0x4394e9(0x2d5,'\x51\x56\x4c\x73')])?_0x43f76d[_0x4394e9(0x1f3,'\x75\x58\x36\x30')+_0x4394e9(0x357,'\x42\x54\x6e\x6d')]:_0x3399c[_0x4394e9(0x2ab,'\x50\x40\x29\x74')](_0x5910df,_0x43f76d[_0x4394e9(0x368,'\x54\x52\x74\x70')]),'\x72\x69\x73\x6b\x5f\x6c\x65\x76\x65\x6c':_0x45ea83['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0x3399c['\x69\x58\x68\x6d\x77'](String,_0x43f76d[_0x4394e9(0x349,'\x64\x36\x43\x6c')+'\x65\x6c']))?_0x3399c[_0x4394e9(0x35d,'\x4d\x47\x48\x4e')](String,_0x43f76d[_0x4394e9(0x385,'\x36\x5e\x26\x44')+'\x65\x6c']):_0x4394e9(0x319,'\x74\x36\x4f\x70')};return _0x3ad57f;}const _0x20295e={};_0x20295e[_0x2b10a5(0x32f,'\x4a\x79\x61\x74')]=_0x4edece,_0x20295e[_0x2b10a5(0x24d,'\x46\x50\x75\x56')+'\x61\x74\x69\x6f\x6e']=_0x3e8a8f,_0x20295e[_0x2b10a5(0x2fd,'\x49\x68\x6d\x65')+_0x2b10a5(0x33f,'\x49\x68\x6d\x65')]=_0x2359e0,_0x20295e[_0x2b10a5(0x34d,'\x50\x40\x29\x74')+_0x2b10a5(0x382,'\x79\x66\x36\x79')+'\x6e']=_0x350cff,_0x20295e[_0x2b10a5(0x332,'\x49\x68\x6d\x65')+_0x2b10a5(0x31d,'\x61\x5a\x4a\x62')+_0x2b10a5(0x2e4,'\x79\x66\x36\x79')+'\x64']=_0x3da1cc,_0x20295e[_0x2b10a5(0x2df,'\x33\x34\x44\x6b')+'\x73\x6b\x50\x65\x72\x73\x6f\x6e'+_0x2b10a5(0x2c0,'\x54\x52\x74\x70')]=_0xa648f3,_0x20295e[_0x2b10a5(0x353,'\x23\x5a\x73\x75')+_0x2b10a5(0x20f,'\x28\x53\x32\x54')+_0x2b10a5(0x345,'\x66\x64\x73\x46')]=_0x3764d5,module[_0x2b10a5(0x27c,'\x53\x57\x57\x77')]=_0x20295e;
1
+ const { VALID_CATEGORIES, VALID_RISK_LEVELS } = require('./schemas/protocol');
2
+
3
+ function clamp01(x) {
4
+ const n = Number(x);
5
+ if (!Number.isFinite(n)) return 0;
6
+ return Math.max(0, Math.min(1, n));
7
+ }
8
+
9
+ function nowTsMs() {
10
+ return Date.now();
11
+ }
12
+
13
+ function uniqStrings(list) {
14
+ const out = [];
15
+ const seen = new Set();
16
+ for (const x of Array.isArray(list) ? list : []) {
17
+ const s = String(x || '').trim();
18
+ if (!s) continue;
19
+ if (seen.has(s)) continue;
20
+ seen.add(s);
21
+ out.push(s);
22
+ }
23
+ return out;
24
+ }
25
+
26
+ function hasErrorishSignal(signals) {
27
+ const list = Array.isArray(signals) ? signals.map(s => String(s || '')) : [];
28
+ if (list.includes('issue_already_resolved') || list.includes('openclaw_self_healed')) return false;
29
+ const ERROR_INDICATORS = ['log_error', 'error', 'exception', 'failed', 'unstable'];
30
+ for (const sig of list) {
31
+ const s = sig.toLowerCase();
32
+ if (ERROR_INDICATORS.some(ind => s === ind)) return true;
33
+ if (s.startsWith('errsig:') || s.startsWith('errsig_norm:')) return true;
34
+ }
35
+ return false;
36
+ }
37
+
38
+ // Opportunity signals that indicate a chance to innovate (not just fix).
39
+ var OPPORTUNITY_SIGNALS = [
40
+ 'user_feature_request',
41
+ 'user_improvement_suggestion',
42
+ 'perf_bottleneck',
43
+ 'capability_gap',
44
+ 'stable_success_plateau',
45
+ 'external_opportunity',
46
+ 'recurring_error',
47
+ 'unsupported_input_type',
48
+ 'evolution_stagnation_detected',
49
+ 'repair_loop_detected',
50
+ 'force_innovation_after_repair_loop',
51
+ 'tool_bypass',
52
+ 'curriculum_target',
53
+ 'issue_already_resolved',
54
+ 'openclaw_self_healed',
55
+ 'empty_cycle_loop_detected',
56
+ ];
57
+
58
+ function hasOpportunitySignal(signals) {
59
+ var list = Array.isArray(signals) ? signals.map(function (s) { return String(s || ''); }) : [];
60
+ for (var i = 0; i < OPPORTUNITY_SIGNALS.length; i++) {
61
+ var name = OPPORTUNITY_SIGNALS[i];
62
+ if (list.includes(name)) return true;
63
+ if (list.some(function (s) { return s.startsWith(name + ':'); })) return true;
64
+ }
65
+ return false;
66
+ }
67
+
68
+ function mutationCategoryFromContext({ signals, driftEnabled }) {
69
+ if (hasErrorishSignal(signals)) return 'repair';
70
+ if (driftEnabled) return 'innovate';
71
+ // Auto-innovate: opportunity signals present and no errors
72
+ if (hasOpportunitySignal(signals)) return 'innovate';
73
+ // Explore: saturated + explicit explore signal present
74
+ var sigList = Array.isArray(signals) ? signals : [];
75
+ if (sigList.includes('explore_opportunity')) return 'explore';
76
+ // Consult strategy preset: if the configured strategy favors innovation,
77
+ // default to innovate instead of optimize when there is nothing specific to do.
78
+ try {
79
+ var strategy = require('./strategy').resolveStrategy();
80
+ if (strategy && typeof strategy.innovate === 'number' && strategy.innovate >= 0.5) return 'innovate';
81
+ } catch (_) {}
82
+ return 'optimize';
83
+ }
84
+
85
+ function expectedEffectFromCategory(category) {
86
+ const c = String(category || '');
87
+ if (c === 'repair') return 'reduce runtime errors, increase stability, and lower failure rate';
88
+ if (c === 'optimize') return 'improve success rate and reduce repeated operational cost';
89
+ if (c === 'innovate') return 'explore new strategy combinations to escape local optimum';
90
+ if (c === 'explore') return 'proactively scan internal codebase and external knowledge sources to discover new evolution opportunities';
91
+ return 'improve robustness and success probability';
92
+ }
93
+
94
+ function targetFromGene(selectedGene) {
95
+ if (selectedGene && selectedGene.id) return `gene:${String(selectedGene.id)}`;
96
+ return 'behavior:protocol';
97
+ }
98
+
99
+ function isHighRiskPersonality(p) {
100
+ // Conservative definition: low rigor or high risk_tolerance is treated as high-risk personality.
101
+ const rigor = p && Number.isFinite(Number(p.rigor)) ? Number(p.rigor) : null;
102
+ const riskTol = p && Number.isFinite(Number(p.risk_tolerance)) ? Number(p.risk_tolerance) : null;
103
+ if (rigor != null && rigor < 0.5) return true;
104
+ if (riskTol != null && riskTol > 0.6) return true;
105
+ return false;
106
+ }
107
+
108
+ function isHighRiskMutationAllowed(personalityState) {
109
+ const rigor = personalityState && Number.isFinite(Number(personalityState.rigor)) ? Number(personalityState.rigor) : 0;
110
+ const riskTol =
111
+ personalityState && Number.isFinite(Number(personalityState.risk_tolerance))
112
+ ? Number(personalityState.risk_tolerance)
113
+ : 1;
114
+ return rigor >= 0.6 && riskTol <= 0.5;
115
+ }
116
+
117
+ function buildMutation({
118
+ signals,
119
+ selectedGene,
120
+ driftEnabled,
121
+ personalityState,
122
+ allowHighRisk = false,
123
+ target,
124
+ expected_effect,
125
+ } = {}) {
126
+ const ts = nowTsMs();
127
+ const category = mutationCategoryFromContext({ signals, driftEnabled: !!driftEnabled });
128
+ const triggerSignals = uniqStrings(signals);
129
+
130
+ const base = {
131
+ type: 'Mutation',
132
+ id: `mut_${ts}`,
133
+ category,
134
+ trigger_signals: triggerSignals,
135
+ target: String(target || targetFromGene(selectedGene)),
136
+ expected_effect: String(expected_effect || expectedEffectFromCategory(category)),
137
+ risk_level: 'low',
138
+ };
139
+
140
+ // Default risk assignment: innovate is medium; others low.
141
+ if (category === 'innovate') base.risk_level = 'medium';
142
+
143
+ // Optional high-risk escalation (rare, and guarded by strict safety constraints).
144
+ if (allowHighRisk && category === 'innovate') {
145
+ base.risk_level = 'high';
146
+ }
147
+
148
+ // Safety constraints (hard):
149
+ // - forbid innovate + high-risk personality (downgrade innovation to optimize)
150
+ // - forbid high-risk mutation unless personality satisfies constraints
151
+ const highRiskPersonality = isHighRiskPersonality(personalityState || null);
152
+ if (base.category === 'innovate' && highRiskPersonality) {
153
+ base.category = 'optimize';
154
+ base.expected_effect = 'safety downgrade: optimize under high-risk personality (avoid innovate+high-risk combo)';
155
+ base.risk_level = 'low';
156
+ base.trigger_signals = uniqStrings([...(base.trigger_signals || []), 'safety:avoid_innovate_with_high_risk_personality']);
157
+ }
158
+
159
+ if (base.risk_level === 'high' && !isHighRiskMutationAllowed(personalityState || null)) {
160
+ // Downgrade rather than emit illegal high-risk mutation.
161
+ base.risk_level = 'medium';
162
+ base.trigger_signals = uniqStrings([...(base.trigger_signals || []), 'safety:downgrade_high_risk']);
163
+ }
164
+
165
+ return base;
166
+ }
167
+
168
+ function isValidMutation(obj) {
169
+ if (!obj || typeof obj !== 'object') return false;
170
+ if (obj.type !== 'Mutation') return false;
171
+ if (!obj.id || typeof obj.id !== 'string') return false;
172
+ if (!obj.category || !VALID_CATEGORIES.includes(String(obj.category))) return false;
173
+ if (!Array.isArray(obj.trigger_signals)) return false;
174
+ if (!obj.target || typeof obj.target !== 'string') return false;
175
+ if (!obj.expected_effect || typeof obj.expected_effect !== 'string') return false;
176
+ if (!obj.risk_level || !VALID_RISK_LEVELS.includes(String(obj.risk_level))) return false;
177
+ return true;
178
+ }
179
+
180
+ function normalizeMutation(obj) {
181
+ const m = obj && typeof obj === 'object' ? obj : {};
182
+ const out = {
183
+ type: 'Mutation',
184
+ id: typeof m.id === 'string' ? m.id : `mut_${nowTsMs()}`,
185
+ category: VALID_CATEGORIES.includes(String(m.category)) ? String(m.category) : 'optimize',
186
+ trigger_signals: uniqStrings(m.trigger_signals),
187
+ target: typeof m.target === 'string' ? m.target : 'behavior:protocol',
188
+ expected_effect: typeof m.expected_effect === 'string' ? m.expected_effect : expectedEffectFromCategory(m.category),
189
+ risk_level: VALID_RISK_LEVELS.includes(String(m.risk_level)) ? String(m.risk_level) : 'low',
190
+ };
191
+ return out;
192
+ }
193
+
194
+ module.exports = {
195
+ clamp01,
196
+ buildMutation,
197
+ isValidMutation,
198
+ normalizeMutation,
199
+ isHighRiskMutationAllowed,
200
+ isHighRiskPersonality,
201
+ hasOpportunitySignal,
202
+ };
203
+
@@ -1 +1,108 @@
1
- const _0x2e4cfc=_0x1f32;(function(_0x31dbc6,_0x269160){const _0x3128c0=_0x1f32,_0x167250=_0x31dbc6();while(!![]){try{const _0x5b3eec=-parseInt(_0x3128c0(0x2ab,'\x69\x47\x76\x65'))/(-0x675+0x107*-0x4+0xa92)*(-parseInt(_0x3128c0(0x27c,'\x59\x73\x62\x23'))/(0x1*-0x257c+-0x772+0xb3c*0x4))+-parseInt(_0x3128c0(0x2d2,'\x72\x74\x29\x31'))/(0x32*0x7f+-0x103d+-0x92*0xf)*(parseInt(_0x3128c0(0x291,'\x6b\x44\x39\x50'))/(0x12e*-0x9+-0x1cff+0x27a1))+parseInt(_0x3128c0(0x222,'\x66\x36\x28\x74'))/(-0x2542+0x139*0x3+-0x12*-0x1de)*(parseInt(_0x3128c0(0x268,'\x42\x54\x74\x4c'))/(-0x119b+-0x2f8+0x1*0x1499))+parseInt(_0x3128c0(0x217,'\x53\x59\x7a\x7a'))/(0x1576+0x188f*0x1+-0x2dfe)+parseInt(_0x3128c0(0x203,'\x28\x46\x74\x5b'))/(-0xd99+-0x60a+0x13ab)*(-parseInt(_0x3128c0(0x29f,'\x70\x5d\x6d\x31'))/(-0x609*0x4+0x1f6a+-0x6d*0x11))+-parseInt(_0x3128c0(0x237,'\x30\x73\x74\x77'))/(-0x21f5*0x1+-0x12d1*-0x2+0x13*-0x31)*(-parseInt(_0x3128c0(0x1e7,'\x42\x75\x75\x45'))/(-0xad8*-0x3+0x5f2+-0x266f*0x1))+parseInt(_0x3128c0(0x1eb,'\x4a\x52\x67\x6d'))/(0x1*0xb3e+-0x43*-0x62+-0x24d8);if(_0x5b3eec===_0x269160)break;else _0x167250['push'](_0x167250['shift']());}catch(_0x899abb){_0x167250['push'](_0x167250['shift']());}}}(_0x1cc6,-0x1b*0x5bae+0x937c7*0x2+-0x11f6*-0xb));const _0x186256=(function(){const _0x1729ea=_0x1f32,_0x44488a={};_0x44488a[_0x1729ea(0x2a7,'\x5b\x72\x47\x65')]=function(_0x42dfb6,_0x260247){return _0x42dfb6<=_0x260247;},_0x44488a[_0x1729ea(0x2b3,'\x6b\x73\x45\x6d')]=_0x1729ea(0x2b2,'\x30\x73\x74\x77'),_0x44488a[_0x1729ea(0x26f,'\x47\x69\x78\x41')]=function(_0x4ab21f,_0x355f6d){return _0x4ab21f>_0x355f6d;},_0x44488a[_0x1729ea(0x265,'\x79\x73\x6e\x4e')]=function(_0xf6cf19,_0x163bc7){return _0xf6cf19+_0x163bc7;},_0x44488a['\x49\x6f\x54\x4b\x58']=function(_0x369113,_0x59faa0){return _0x369113-_0x59faa0;},_0x44488a[_0x1729ea(0x228,'\x47\x69\x78\x41')]=function(_0xa6db65,_0x249726){return _0xa6db65===_0x249726;},_0x44488a[_0x1729ea(0x2d7,'\x70\x5d\x6d\x31')]=_0x1729ea(0x257,'\x77\x43\x55\x6f');const _0x2c4b18=_0x44488a;let _0x472dca=!![];return function(_0x5131d4,_0x6379d6){const _0x3963e0=_0x1729ea,_0x3f5376={'\x70\x64\x4b\x6a\x70':function(_0x1ed327,_0x25cc8b){return _0x2c4b18['\x68\x50\x52\x6b\x4e'](_0x1ed327,_0x25cc8b);},'\x53\x6b\x6b\x67\x76':_0x2c4b18[_0x3963e0(0x1e2,'\x43\x5d\x69\x53')],'\x73\x61\x71\x49\x6b':function(_0x272ceb,_0x1bfe53){return _0x272ceb<_0x1bfe53;},'\x6a\x56\x59\x45\x6f':function(_0x2961b6,_0x5aa966){const _0x55cfcf=_0x3963e0;return _0x2c4b18[_0x55cfcf(0x1ec,'\x6b\x73\x45\x6d')](_0x2961b6,_0x5aa966);},'\x44\x4f\x52\x61\x57':function(_0x20fab0,_0x3082d3){const _0x57615d=_0x3963e0;return _0x2c4b18[_0x57615d(0x207,'\x23\x78\x51\x51')](_0x20fab0,_0x3082d3);},'\x4d\x76\x42\x62\x41':function(_0x58862b,_0x8422a){const _0x197108=_0x3963e0;return _0x2c4b18[_0x197108(0x24b,'\x21\x4e\x53\x44')](_0x58862b,_0x8422a);},'\x51\x51\x49\x6c\x4c':function(_0x377efc,_0x4badc2){const _0x229fa1=_0x3963e0;return _0x2c4b18[_0x229fa1(0x1f9,'\x69\x36\x4d\x68')](_0x377efc,_0x4badc2);},'\x72\x62\x41\x4b\x67':function(_0x3fd677,_0x57c9d8){return _0x3fd677+_0x57c9d8;},'\x77\x73\x72\x4f\x73':_0x3963e0(0x230,'\x68\x36\x47\x34')+_0x3963e0(0x21a,'\x29\x6e\x47\x6a')+_0x3963e0(0x2bd,'\x5b\x72\x47\x65')+_0x3963e0(0x2a6,'\x42\x54\x74\x4c')+'\x6f\x67\x69\x63\x61\x6c\x20\x72'+'\x65\x63\x6f\x72\x64\x20\x6f\x66'+_0x3963e0(0x1ea,'\x4a\x52\x67\x6d')+_0x3963e0(0x2ca,'\x43\x5d\x69\x53')+_0x3963e0(0x1f2,'\x47\x31\x4c\x30')+_0x3963e0(0x2d6,'\x74\x46\x63\x58')+_0x3963e0(0x279,'\x48\x69\x47\x41'),'\x6d\x4e\x45\x64\x4a':function(_0x1f6fe4,_0x1b8285){return _0x2c4b18['\x61\x4a\x49\x67\x42'](_0x1f6fe4,_0x1b8285);},'\x46\x6a\x62\x4f\x53':_0x3963e0(0x2a3,'\x35\x6c\x72\x4f'),'\x4d\x78\x52\x65\x4c':_0x2c4b18[_0x3963e0(0x260,'\x68\x36\x47\x34')]},_0x4b4183=_0x472dca?function(){const _0x14ed35=_0x3963e0;if(_0x3f5376[_0x14ed35(0x22c,'\x5d\x4a\x70\x33')](_0x3f5376[_0x14ed35(0x215,'\x68\x36\x47\x34')],_0x3f5376[_0x14ed35(0x254,'\x47\x69\x78\x41')])){if(_0x6379d6){if(_0x3f5376[_0x14ed35(0x21c,'\x4c\x33\x57\x35')](_0x3f5376[_0x14ed35(0x28b,'\x55\x30\x6e\x4f')],_0x3f5376[_0x14ed35(0x286,'\x23\x72\x39\x29')])){const _0x453e0e=_0x6379d6[_0x14ed35(0x29a,'\x4e\x6f\x69\x75')](_0x5131d4,arguments);return _0x6379d6=null,_0x453e0e;}else{if(_0x3f5376['\x70\x64\x4b\x6a\x70'](_0x41edcb[_0x14ed35(0x23c,'\x66\x36\x28\x74')],_0xc4378))return _0x4ceade;const _0x171013=_0x15f52c[_0x14ed35(0x2bf,'\x21\x4e\x53\x44')](_0x3f5376[_0x14ed35(0x2a4,'\x7a\x55\x42\x28')]);if(_0x3f5376[_0x14ed35(0x29e,'\x79\x73\x6e\x4e')](_0x171013,0x6b*0x5d+-0x19*-0xad+-0x56*0xa6))return _0x450ee8[_0x14ed35(0x24e,'\x68\x36\x47\x34')](-_0x15d759);const _0x2ae995=_0x3c3a04[_0x14ed35(0x2b1,'\x74\x30\x6a\x4c')](0xfb*-0xb+-0x3*-0xa75+-0x22*0x9b,_0x171013),_0x49f8b7=_0x1a9abc['\x73\x6c\x69\x63\x65'](_0x171013)[_0x14ed35(0x2cc,'\x6b\x44\x39\x50')](/(?=^### \[)/m);while(_0x3f5376['\x6a\x56\x59\x45\x6f'](_0x49f8b7[_0x14ed35(0x27e,'\x53\x59\x7a\x7a')],_0x123047)){_0x49f8b7[_0x14ed35(0x2c7,'\x55\x50\x37\x46')]();}let _0x3afa35=_0x3f5376[_0x14ed35(0x246,'\x5b\x72\x47\x65')](_0x2ae995,_0x49f8b7[_0x14ed35(0x211,'\x26\x31\x43\x6a')](''));if(_0x3f5376[_0x14ed35(0x2db,'\x72\x74\x29\x31')](_0x3afa35[_0x14ed35(0x25a,'\x42\x75\x75\x45')],_0x482b94)){const _0x3c4cc1=_0x5023ad[_0x14ed35(0x284,'\x69\x36\x4d\x68')](0xbdd*-0x2+0x26eb+-0x288*0x6,_0x3f5376[_0x14ed35(0x205,'\x37\x59\x21\x56')](_0x49f8b7[_0x14ed35(0x2a0,'\x26\x31\x43\x6a')],-0x511*0x7+-0x155a+-0x979*-0x6));_0x3afa35=_0x3f5376[_0x14ed35(0x28a,'\x77\x43\x55\x6f')](_0x2ae995,_0x49f8b7[_0x14ed35(0x2b9,'\x5a\x57\x46\x49')](-_0x3c4cc1)[_0x14ed35(0x209,'\x69\x47\x76\x65')](''));}return _0x3afa35;}}}else _0x18c623=_0x3f5376[_0x14ed35(0x29b,'\x26\x31\x43\x6a')];}:function(){};return _0x472dca=![],_0x4b4183;};}()),_0x1de748=_0x186256(this,function(){const _0x19f91b=_0x1f32,_0x27a39c={};_0x27a39c[_0x19f91b(0x293,'\x54\x49\x4b\x63')]=_0x19f91b(0x1fc,'\x5b\x72\x47\x65')+_0x19f91b(0x261,'\x78\x29\x2a\x5e');const _0x650767=_0x27a39c;return _0x1de748[_0x19f91b(0x23d,'\x5d\x4a\x70\x33')]()['\x73\x65\x61\x72\x63\x68'](_0x19f91b(0x24c,'\x53\x59\x7a\x7a')+'\x2b\x29\x2b\x24')[_0x19f91b(0x2a5,'\x41\x52\x53\x53')]()[_0x19f91b(0x297,'\x7a\x55\x42\x28')+_0x19f91b(0x26a,'\x7a\x55\x42\x28')](_0x1de748)[_0x19f91b(0x276,'\x5d\x4a\x70\x33')](_0x650767[_0x19f91b(0x227,'\x6b\x73\x45\x6d')]);});_0x1de748();'use strict';function _0x1f32(_0x270a8e,_0x304087){_0x270a8e=_0x270a8e-(-0x201+-0x3*0xc73+0x293c);const _0x439854=_0x1cc6();let _0x21592a=_0x439854[_0x270a8e];if(_0x1f32['\x67\x75\x6e\x7a\x6a\x6c']===undefined){var _0x93353=function(_0x2918da){const _0x1841d9='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x4190c9='',_0x72cb32='',_0x49a9fe=_0x4190c9+_0x93353,_0x4e6495=(''+function(){return-0xd83+0x51b*0x7+-0x163a;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')!==-(-0xfe*-0xc+0x13*0x70+-0x1437);for(let _0x2ea78e=-0x2ed+0x5*0x61+0x108,_0x149cd2,_0x11ae51,_0x56baa8=0x272*0x1+-0x23b8+0x2146;_0x11ae51=_0x2918da['\x63\x68\x61\x72\x41\x74'](_0x56baa8++);~_0x11ae51&&(_0x149cd2=_0x2ea78e%(-0x23d7+0x413*-0x9+0x4886)?_0x149cd2*(-0xd*0x119+-0x9*-0x19a+0x1*0x1b)+_0x11ae51:_0x11ae51,_0x2ea78e++%(-0x16*0x1+-0x1*0x19fa+-0xd0a*-0x2))?_0x4190c9+=_0x4e6495||_0x49a9fe['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x56baa8+(0x1dc8+-0x17d2+-0x4*0x17b))-(-0x58*-0x1a+0x1*-0x1db9+0x6f1*0x3)!==0x6*-0x58f+0x4d2+-0x58*-0x53?String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x36*-0x53+-0x152d+-0x6*-0xc7&_0x149cd2>>(-(0x1a96+-0x4*0x56d+-0x4e0)*_0x2ea78e&0xdd5+0x925*-0x2+0x47b)):_0x2ea78e:-0x1de5+0x1537*0x1+0xca*0xb){_0x11ae51=_0x1841d9['\x69\x6e\x64\x65\x78\x4f\x66'](_0x11ae51);}for(let _0x5d05e2=-0x1f6+-0x1c81*0x1+0x1e77,_0x37b497=_0x4190c9['\x6c\x65\x6e\x67\x74\x68'];_0x5d05e2<_0x37b497;_0x5d05e2++){_0x72cb32+='\x25'+('\x30\x30'+_0x4190c9['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x5d05e2)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x253b+-0x15b8+-0x1*-0x3b03))['\x73\x6c\x69\x63\x65'](-(-0x1ad8+0x25a1*0x1+-0xac7));}return decodeURIComponent(_0x72cb32);};const _0x4e8691=function(_0x19b396,_0x28bb9c){let _0x2767c1=[],_0x1e8bff=0x1*-0xe5f+-0x15ac+0x240b,_0x35a8c4,_0x49f9ab='';_0x19b396=_0x93353(_0x19b396);let _0x4f9752;for(_0x4f9752=0x1*0xfa1+-0x111a+0x179;_0x4f9752<0x178c+-0x141*0x9+-0xb43;_0x4f9752++){_0x2767c1[_0x4f9752]=_0x4f9752;}for(_0x4f9752=-0x1a58+-0x75e+-0x6be*-0x5;_0x4f9752<0x477+-0x1a55+0x16de;_0x4f9752++){_0x1e8bff=(_0x1e8bff+_0x2767c1[_0x4f9752]+_0x28bb9c['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x4f9752%_0x28bb9c['\x6c\x65\x6e\x67\x74\x68']))%(-0x491+0x6*-0x2f4+0x1749),_0x35a8c4=_0x2767c1[_0x4f9752],_0x2767c1[_0x4f9752]=_0x2767c1[_0x1e8bff],_0x2767c1[_0x1e8bff]=_0x35a8c4;}_0x4f9752=0x1187+0x1ed5+0x4*-0xc17,_0x1e8bff=0xcf3*0x1+-0x13c5+0x6d2;for(let _0xb4536=-0x4*0xd3+0x2af*0x2+-0x212;_0xb4536<_0x19b396['\x6c\x65\x6e\x67\x74\x68'];_0xb4536++){_0x4f9752=(_0x4f9752+(0x2*-0xe87+-0x1*-0xbad+-0x19*-0xb2))%(-0x39*-0x59+0x92*0x26+-0x2b3*0xf),_0x1e8bff=(_0x1e8bff+_0x2767c1[_0x4f9752])%(0x1*-0x238f+-0x1f*-0x2+0x1*0x2451),_0x35a8c4=_0x2767c1[_0x4f9752],_0x2767c1[_0x4f9752]=_0x2767c1[_0x1e8bff],_0x2767c1[_0x1e8bff]=_0x35a8c4,_0x49f9ab+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x19b396['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0xb4536)^_0x2767c1[(_0x2767c1[_0x4f9752]+_0x2767c1[_0x1e8bff])%(-0x39*0x1b+0x1d5*-0x13+0x65*0x6a)]);}return _0x49f9ab;};_0x1f32['\x4d\x64\x57\x43\x4e\x4e']=_0x4e8691,_0x1f32['\x4a\x6b\x61\x46\x51\x6c']={},_0x1f32['\x67\x75\x6e\x7a\x6a\x6c']=!![];}const _0x1ec404=_0x439854[0xef+-0x6e5+0x2fb*0x2],_0x3eaf06=_0x270a8e+_0x1ec404,_0x12a786=_0x1f32['\x4a\x6b\x61\x46\x51\x6c'][_0x3eaf06];if(!_0x12a786){if(_0x1f32['\x42\x78\x43\x43\x4d\x45']===undefined){const _0x584b3d=function(_0x50385e){this['\x41\x6e\x70\x6b\x67\x44']=_0x50385e,this['\x46\x58\x47\x7a\x52\x49']=[-0x1c62+0x1*-0x1a51+0x36b4*0x1,0x2*0x17b+-0x13*-0x2c+-0x63a,-0x2095+0x239*-0x2+0x2507],this['\x69\x44\x61\x78\x77\x4c']=function(){return'\x6e\x65\x77\x53\x74\x61\x74\x65';},this['\x68\x61\x43\x65\x44\x47']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['\x4a\x41\x42\x56\x4b\x68']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x584b3d['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x76\x75\x48\x69\x46\x5a']=function(){const _0x376a15=new RegExp(this['\x68\x61\x43\x65\x44\x47']+this['\x4a\x41\x42\x56\x4b\x68']),_0x39238f=_0x376a15['\x74\x65\x73\x74'](this['\x69\x44\x61\x78\x77\x4c']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())?--this['\x46\x58\x47\x7a\x52\x49'][0x1d49*0x1+0x73f+-0x2487]:--this['\x46\x58\x47\x7a\x52\x49'][0x1*0xfa6+0x1f79+-0x2f1f];return this['\x48\x6c\x74\x57\x47\x63'](_0x39238f);},_0x584b3d['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x48\x6c\x74\x57\x47\x63']=function(_0x5cef70){if(!Boolean(~_0x5cef70))return _0x5cef70;return this['\x48\x72\x70\x56\x4a\x79'](this['\x41\x6e\x70\x6b\x67\x44']);},_0x584b3d['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x48\x72\x70\x56\x4a\x79']=function(_0x45c3f2){for(let _0x272018=0x977+-0x11c*-0x13+-0x1*0x1e8b,_0x325de3=this['\x46\x58\x47\x7a\x52\x49']['\x6c\x65\x6e\x67\x74\x68'];_0x272018<_0x325de3;_0x272018++){this['\x46\x58\x47\x7a\x52\x49']['\x70\x75\x73\x68'](Math['\x72\x6f\x75\x6e\x64'](Math['\x72\x61\x6e\x64\x6f\x6d']())),_0x325de3=this['\x46\x58\x47\x7a\x52\x49']['\x6c\x65\x6e\x67\x74\x68'];}return _0x45c3f2(this['\x46\x58\x47\x7a\x52\x49'][-0x2480+-0x2191+0x4611]);},(''+function(){return 0xfd9+-0x182b+0x852;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')===-(0x20df+0x1b5c+-0x3c3a)&&new _0x584b3d(_0x1f32)['\x76\x75\x48\x69\x46\x5a'](),_0x1f32['\x42\x78\x43\x43\x4d\x45']=!![];}_0x21592a=_0x1f32['\x4d\x64\x57\x43\x4e\x4e'](_0x21592a,_0x304087),_0x1f32['\x4a\x6b\x61\x46\x51\x6c'][_0x3eaf06]=_0x21592a;}else _0x21592a=_0x12a786;return _0x21592a;}const _0x2978bf=require('\x66\x73'),_0x5ee67e=require(_0x2e4cfc(0x26d,'\x43\x5d\x69\x53')),{getNarrativePath:_0x2d06a1,getEvolutionDir:_0x53e3f0}=require(_0x2e4cfc(0x23b,'\x41\x52\x53\x53')),_0x164428=0x220d+0x4*0x942+0x46f7*-0x1,_0x248543=0x1*-0x4069+0x1819*0x1+0x10*0x573;function _0x47cc7d(_0x1980bf){const _0xab9088=_0x2e4cfc;try{const _0x502bb8={};_0x502bb8[_0xab9088(0x259,'\x42\x75\x75\x45')+'\x65']=!![];if(!_0x2978bf[_0xab9088(0x238,'\x5b\x40\x56\x52')+'\x6e\x63'](_0x1980bf))_0x2978bf[_0xab9088(0x253,'\x5a\x52\x79\x7a')+'\x63'](_0x1980bf,_0x502bb8);}catch(_0x2f9539){}}function _0x281f8f({gene:_0x12a85f,signals:_0x4331ec,mutation:_0x4477d2,outcome:_0x3d0a80,blast:_0xf0f9b3,capsule:_0x58c19b}){const _0x294901=_0x2e4cfc,_0x5c27f6={'\x4b\x65\x43\x64\x58':_0x294901(0x23e,'\x54\x49\x4b\x63'),'\x76\x6e\x67\x6e\x54':function(_0x8e705e,_0x559e9f){return _0x8e705e>_0x559e9f;},'\x47\x4d\x74\x78\x55':_0x294901(0x251,'\x72\x74\x29\x31'),'\x6c\x75\x45\x68\x6a':function(_0x5178f7,_0xa88737){return _0x5178f7(_0xa88737);},'\x65\x4b\x48\x45\x44':_0x294901(0x287,'\x69\x36\x4d\x68'),'\x74\x65\x44\x44\x68':_0x294901(0x2aa,'\x47\x69\x78\x41'),'\x52\x6c\x75\x6a\x4d':function(_0x41f3f1,_0xd9d8ce){return _0x41f3f1===_0xd9d8ce;},'\x78\x4f\x55\x54\x44':_0x294901(0x255,'\x43\x5d\x69\x53'),'\x4a\x4e\x59\x63\x44':_0x294901(0x220,'\x4c\x33\x57\x35'),'\x4e\x76\x43\x56\x6f':function(_0x24e2aa,_0x5b946c){return _0x24e2aa(_0x5b946c);},'\x75\x46\x4e\x55\x56':_0x294901(0x2ba,'\x5b\x72\x47\x65'),'\x77\x6d\x79\x72\x61':_0x294901(0x2cb,'\x74\x30\x6a\x4c')+_0x294901(0x269,'\x26\x6d\x74\x2a')+'\x61\x74\x69\x76\x65\x0a\x0a\x41'+_0x294901(0x2a1,'\x79\x73\x6e\x4e')+_0x294901(0x1ff,'\x4a\x52\x67\x6d')+_0x294901(0x2ad,'\x4e\x35\x26\x4a')+_0x294901(0x1ea,'\x4a\x52\x67\x6d')+_0x294901(0x280,'\x77\x43\x55\x6f')+_0x294901(0x2ce,'\x4a\x52\x67\x6d')+'\x20\x6f\x75\x74\x63\x6f\x6d\x65'+_0x294901(0x2af,'\x26\x6d\x74\x2a'),'\x57\x68\x65\x59\x4e':function(_0x51c357,_0x426408){return _0x51c357(_0x426408);},'\x49\x58\x4b\x4c\x6d':_0x294901(0x214,'\x21\x4e\x53\x44'),'\x45\x53\x57\x72\x48':_0x294901(0x267,'\x53\x59\x7a\x7a')},_0x120126=_0x2d06a1();_0x5c27f6[_0x294901(0x21e,'\x79\x73\x6e\x4e')](_0x47cc7d,_0x5ee67e[_0x294901(0x1fd,'\x39\x79\x71\x42')](_0x120126));const _0x582d13=new Date()[_0x294901(0x294,'\x72\x74\x29\x31')+_0x294901(0x262,'\x42\x75\x75\x45')]()[_0x294901(0x25f,'\x43\x5d\x69\x53')]('\x54','\x20')[_0x294901(0x2dd,'\x55\x50\x37\x46')](0x16d9+0x455+-0x3e2*0x7,-0x15b6+-0x23d6+0x399f),_0x4104f2=_0x12a85f&&_0x12a85f['\x69\x64']?_0x12a85f['\x69\x64']:_0x5c27f6[_0x294901(0x281,'\x21\x4e\x53\x44')],_0x32d588=_0x4477d2&&_0x4477d2[_0x294901(0x2d9,'\x48\x69\x47\x41')]||_0x12a85f&&_0x12a85f[_0x294901(0x2c1,'\x69\x36\x4d\x68')]||_0x294901(0x1e3,'\x37\x59\x21\x56'),_0x546ea4=_0x3d0a80&&_0x3d0a80['\x73\x74\x61\x74\x75\x73']?_0x3d0a80[_0x294901(0x1e5,'\x54\x49\x4b\x63')]:_0x5c27f6[_0x294901(0x282,'\x55\x30\x6e\x4f')],_0x2a2a17=_0x3d0a80&&_0x5c27f6[_0x294901(0x2be,'\x55\x50\x37\x46')](typeof _0x3d0a80[_0x294901(0x1e9,'\x55\x30\x6e\x4f')],_0x5c27f6[_0x294901(0x1f8,'\x74\x30\x6a\x4c')])?_0x3d0a80['\x73\x63\x6f\x72\x65'][_0x294901(0x27b,'\x26\x31\x43\x6a')](0xa86*0x1+0x1549*-0x1+0xac5):'\x3f',_0x207b1e=Array[_0x294901(0x20e,'\x72\x74\x29\x31')](_0x4331ec)?_0x4331ec[_0x294901(0x1fb,'\x70\x5d\x6d\x31')](0x847+0x21d2+-0xd*0x33d,0x2e*0xcd+0x11*-0x12a+-0x1108)[_0x294901(0x24d,'\x6b\x44\x39\x50')]('\x2c\x20'):_0x5c27f6[_0x294901(0x283,'\x4c\x33\x57\x35')],_0x369b4c=_0xf0f9b3?_0xf0f9b3[_0x294901(0x24a,'\x70\x5d\x6d\x31')]:-0x1fa9+-0xd*0xe3+0x2b30,_0xb4487f=_0xf0f9b3?_0xf0f9b3[_0x294901(0x2d8,'\x59\x73\x62\x23')]:-0x465+-0x1*0xa37+-0x154*-0xb,_0x20521b=_0x4477d2&&_0x4477d2[_0x294901(0x224,'\x29\x6e\x47\x6a')+'\x65']?_0x5c27f6[_0x294901(0x210,'\x68\x36\x47\x34')](String,_0x4477d2[_0x294901(0x2b0,'\x43\x5d\x69\x53')+'\x65'])[_0x294901(0x252,'\x64\x52\x36\x65')](0x201*0x5+-0x1c*0x49+-0x209*0x1,-0xc30+-0x10dd+0x1dd5):'',_0x8f088a=_0x12a85f&&Array['\x69\x73\x41\x72\x72\x61\x79'](_0x12a85f[_0x294901(0x23a,'\x69\x47\x76\x65')])?_0x12a85f[_0x294901(0x20b,'\x78\x29\x2a\x5e')][_0x294901(0x226,'\x23\x78\x51\x51')](-0x7e3+-0x1*0x2fe+0x22d*0x5,-0x1f38+0x876+0x16c5)['\x6d\x61\x70']((_0x591693,_0xe9d74b)=>'\x20\x20'+(_0xe9d74b+(-0xb6e+0x88e+0x43*0xb))+'\x2e\x20'+_0x591693)[_0x294901(0x213,'\x5b\x72\x47\x65')]('\x0a'):'',_0x468892=_0x58c19b&&_0x58c19b[_0x294901(0x22e,'\x23\x78\x51\x51')]?_0x5c27f6['\x6c\x75\x45\x68\x6a'](String,_0x58c19b[_0x294901(0x1f0,'\x4c\x33\x57\x35')])[_0x294901(0x298,'\x66\x36\x28\x74')](-0x4bb*-0x6+0x226+-0x8*0x3d1,0x19ed+0x18b9*-0x1+-0x1*0x6c):'',_0x550c14=[_0x294901(0x250,'\x5d\x4a\x70\x33')+_0x582d13+'\x5d\x20'+_0x32d588[_0x294901(0x278,'\x4a\x52\x67\x6d')+_0x294901(0x22a,'\x69\x36\x4d\x68')]()+_0x294901(0x20a,'\x29\x6e\x47\x6a')+_0x546ea4,_0x294901(0x25b,'\x7a\x55\x42\x28')+_0x4104f2+(_0x294901(0x258,'\x4e\x6f\x69\x75')+'\x3a\x20')+_0x2a2a17+(_0x294901(0x221,'\x5d\x4a\x70\x33')+'\x3a\x20')+_0x369b4c+_0x294901(0x202,'\x35\x6c\x72\x4f')+_0xb4487f+_0x294901(0x229,'\x48\x69\x47\x41'),_0x294901(0x242,'\x79\x73\x6e\x4e')+_0x294901(0x231,'\x69\x36\x4d\x68')+_0x207b1e+'\x5d',_0x20521b?_0x294901(0x2c2,'\x35\x6c\x72\x4f')+_0x20521b:null,_0x8f088a?_0x294901(0x1f3,'\x69\x47\x76\x65')+_0x294901(0x2d5,'\x7a\x55\x42\x28')+_0x8f088a:null,_0x468892?_0x294901(0x219,'\x66\x36\x28\x74')+'\x3a\x20'+_0x468892:null,'']['\x66\x69\x6c\x74\x65\x72'](_0x2d2b46=>_0x2d2b46!==null)[_0x294901(0x2a8,'\x47\x31\x4c\x30')]('\x0a');let _0x1d42bf='';try{_0x2978bf[_0x294901(0x225,'\x66\x36\x28\x74')+'\x6e\x63'](_0x120126)&&(_0x1d42bf=_0x2978bf[_0x294901(0x274,'\x23\x72\x39\x29')+_0x294901(0x1f1,'\x26\x6d\x74\x2a')](_0x120126,_0x294901(0x2c8,'\x4a\x52\x67\x6d')));}catch(_0x43c4f7){}if(!_0x1d42bf[_0x294901(0x200,'\x5b\x72\x47\x65')]()){if(_0x5c27f6[_0x294901(0x21f,'\x43\x5d\x69\x53')]===_0x5c27f6[_0x294901(0x27d,'\x66\x36\x28\x74')])_0x1d42bf=_0x5c27f6[_0x294901(0x2dc,'\x74\x30\x6a\x4c')];else{if(!_0x1a4b10[_0x294901(0x1e6,'\x37\x59\x21\x56')+'\x6e\x63'](_0x4c6e26))return'';const _0x1550af=_0x21ea2f[_0x294901(0x2b5,'\x26\x6d\x74\x2a')+_0x294901(0x204,'\x28\x46\x74\x5b')](_0x4fc0b9,_0x294901(0x1ef,'\x55\x50\x37\x46'));if(!_0x1550af[_0x294901(0x277,'\x69\x36\x4d\x68')]())return'';const _0x430379=_0x1550af[_0x294901(0x270,'\x39\x79\x71\x42')](_0x5c27f6[_0x294901(0x240,'\x42\x54\x74\x4c')]);if(_0x430379<0x1*0x1ac9+-0xcdc+-0xded*0x1)return'';const _0x1ae254=_0x1550af['\x73\x6c\x69\x63\x65'](_0x430379)[_0x294901(0x236,'\x21\x4e\x53\x44')](/(?=^### \[)/m),_0x3e4009=_0x1ae254[_0x294901(0x216,'\x53\x59\x7a\x7a')](-(0x1ea1+-0x22f4+-0xdf*-0x5));let _0x249468=_0x3e4009[_0x294901(0x2c6,'\x39\x79\x71\x42')]('');if(_0x5c27f6[_0x294901(0x28c,'\x4c\x33\x57\x35')](_0x249468[_0x294901(0x1f4,'\x4e\x6f\x69\x75')],_0x48ee8c)){_0x249468=_0x249468[_0x294901(0x226,'\x23\x78\x51\x51')](-_0x1cbd82);const _0x44e9f=_0x249468['\x69\x6e\x64\x65\x78\x4f\x66'](_0x5c27f6['\x47\x4d\x74\x78\x55']);if(_0x44e9f>0x2673+-0x66e+-0x2005)_0x249468=_0x249468[_0x294901(0x21b,'\x39\x79\x71\x42')](_0x44e9f);}return _0x249468[_0x294901(0x234,'\x55\x30\x6e\x4f')]();}}const _0x33ec63=_0x1d42bf+_0x550c14,_0x3fe0a3=_0x5c27f6[_0x294901(0x273,'\x4a\x52\x67\x6d')](_0x186d0c,_0x33ec63),_0x3509b7=_0x120126+_0x5c27f6[_0x294901(0x26b,'\x30\x73\x74\x77')];_0x2978bf[_0x294901(0x1f7,'\x43\x5d\x69\x53')+_0x294901(0x22d,'\x42\x75\x75\x45')](_0x3509b7,_0x3fe0a3,_0x5c27f6[_0x294901(0x2b6,'\x72\x41\x62\x6f')]),_0x2978bf[_0x294901(0x208,'\x5a\x52\x79\x7a')+'\x6e\x63'](_0x3509b7,_0x120126);}function _0x186d0c(_0x4e65ae){const _0x1e2846=_0x2e4cfc,_0x4998e0={};_0x4998e0[_0x1e2846(0x1f5,'\x4a\x52\x67\x6d')]=_0x1e2846(0x28e,'\x54\x49\x4b\x63'),_0x4998e0[_0x1e2846(0x292,'\x74\x46\x63\x58')]=function(_0x1b5491,_0x595e1d){return _0x1b5491>_0x595e1d;},_0x4998e0['\x41\x52\x68\x55\x57']=function(_0x3f517c,_0xce629e){return _0x3f517c<=_0xce629e;},_0x4998e0[_0x1e2846(0x27f,'\x77\x43\x55\x6f')]=function(_0x47d25e,_0x304dd6){return _0x47d25e<_0x304dd6;},_0x4998e0[_0x1e2846(0x1e8,'\x74\x46\x63\x58')]=function(_0x56e4b7,_0x534613){return _0x56e4b7===_0x534613;},_0x4998e0[_0x1e2846(0x295,'\x70\x5d\x6d\x31')]=_0x1e2846(0x28f,'\x39\x79\x71\x42'),_0x4998e0[_0x1e2846(0x244,'\x78\x29\x2a\x5e')]=function(_0x59caad,_0x525a1f){return _0x59caad+_0x525a1f;},_0x4998e0[_0x1e2846(0x275,'\x53\x59\x7a\x7a')]=function(_0x10ca55,_0x327dc9){return _0x10ca55>_0x327dc9;},_0x4998e0[_0x1e2846(0x232,'\x21\x4e\x53\x44')]=_0x1e2846(0x2d4,'\x4c\x33\x57\x35'),_0x4998e0[_0x1e2846(0x223,'\x36\x4d\x2a\x4b')]=function(_0x4e0eaa,_0x5d66f0){return _0x4e0eaa-_0x5d66f0;};const _0x1ec837=_0x4998e0;if(_0x1ec837[_0x1e2846(0x285,'\x72\x74\x29\x31')](_0x4e65ae[_0x1e2846(0x2d3,'\x29\x6e\x47\x6a')],_0x248543))return _0x4e65ae;const _0x1ebabc=_0x4e65ae[_0x1e2846(0x289,'\x48\x69\x47\x41')](_0x1e2846(0x21d,'\x37\x59\x21\x56'));if(_0x1ec837[_0x1e2846(0x22b,'\x69\x47\x76\x65')](_0x1ebabc,-0x167f+0x14*0x10+0x153f))return _0x4e65ae[_0x1e2846(0x2d0,'\x7a\x55\x42\x28')](-_0x248543);const _0x11d273=_0x4e65ae['\x73\x6c\x69\x63\x65'](-0x1a7d*-0x1+0x4*0x5df+-0x31f9,_0x1ebabc),_0x5c91a8=_0x4e65ae[_0x1e2846(0x288,'\x5d\x36\x69\x67')](_0x1ebabc)['\x73\x70\x6c\x69\x74'](/(?=^### \[)/m);while(_0x1ec837['\x45\x47\x53\x55\x69'](_0x5c91a8[_0x1e2846(0x263,'\x5b\x40\x56\x52')],_0x164428)){_0x1ec837[_0x1e2846(0x20d,'\x64\x52\x36\x65')](_0x1ec837[_0x1e2846(0x218,'\x54\x49\x4b\x63')],_0x1e2846(0x233,'\x79\x73\x6e\x4e'))?_0x195e58[_0x1e2846(0x25d,'\x4e\x6f\x69\x75')]():_0x5c91a8['\x73\x68\x69\x66\x74']();}let _0x5ae6ae=_0x1ec837[_0x1e2846(0x2a9,'\x48\x69\x47\x41')](_0x11d273,_0x5c91a8[_0x1e2846(0x24d,'\x6b\x44\x39\x50')](''));if(_0x1ec837[_0x1e2846(0x271,'\x64\x52\x36\x65')](_0x5ae6ae[_0x1e2846(0x2cf,'\x70\x5d\x6d\x31')],_0x248543)){if(_0x1ec837[_0x1e2846(0x290,'\x5b\x72\x47\x65')](_0x1e2846(0x201,'\x54\x49\x4b\x63'),_0x1ec837[_0x1e2846(0x256,'\x68\x36\x47\x34')])){_0x1a0ff1=_0x890ab2[_0x1e2846(0x24f,'\x5b\x40\x56\x52')](-_0x47febb);const _0x2820fa=_0x349638[_0x1e2846(0x1e4,'\x72\x74\x29\x31')](_0x1ec837[_0x1e2846(0x243,'\x77\x43\x55\x6f')]);if(_0x1ec837[_0x1e2846(0x292,'\x74\x46\x63\x58')](_0x2820fa,-0x1bac+0x663+0x1549))_0x14c29c=_0x45148e[_0x1e2846(0x216,'\x53\x59\x7a\x7a')](_0x2820fa);}else{const _0x1971f3=Math[_0x1e2846(0x245,'\x74\x46\x63\x58')](0x2f*-0x7f+-0x18bc+0x1*0x300e,_0x1ec837[_0x1e2846(0x25c,'\x7a\x55\x42\x28')](_0x5c91a8[_0x1e2846(0x296,'\x4a\x52\x67\x6d')],0x51b*0x1+-0x227b+0x23*0xd7));_0x5ae6ae=_0x11d273+_0x5c91a8['\x73\x6c\x69\x63\x65'](-_0x1971f3)[_0x1e2846(0x248,'\x30\x73\x74\x77')]('');}}return _0x5ae6ae;}function _0x1e7e04(_0x3691d2){const _0x9bc67c=_0x2e4cfc,_0x3eca86={'\x48\x6f\x6a\x57\x41':function(_0x241e0a){return _0x241e0a();},'\x6a\x79\x72\x62\x63':_0x9bc67c(0x1ee,'\x74\x46\x63\x58'),'\x6e\x76\x64\x61\x6e':function(_0x55b5a0,_0x3c4cd8){return _0x55b5a0<_0x3c4cd8;},'\x4b\x62\x4f\x4d\x7a':function(_0x1812a7,_0x155274){return _0x1812a7>_0x155274;},'\x4f\x45\x71\x50\x4a':_0x9bc67c(0x2ac,'\x72\x74\x29\x31'),'\x70\x59\x68\x59\x4a':_0x9bc67c(0x29c,'\x7a\x55\x42\x28'),'\x68\x44\x53\x4c\x66':function(_0x3dda18,_0x5395c2){return _0x3dda18>_0x5395c2;}},_0x5609b2=Number[_0x9bc67c(0x2b8,'\x21\x4e\x53\x44')](_0x3691d2)?_0x3691d2:0x1a3f+-0xa7d+-0x2*0x11,_0x157030=_0x3eca86['\x48\x6f\x6a\x57\x41'](_0x2d06a1);try{if(!_0x2978bf[_0x9bc67c(0x266,'\x78\x29\x2a\x5e')+'\x6e\x63'](_0x157030))return'';const _0x391354=_0x2978bf['\x72\x65\x61\x64\x46\x69\x6c\x65'+_0x9bc67c(0x2a2,'\x6b\x44\x39\x50')](_0x157030,_0x3eca86[_0x9bc67c(0x27a,'\x5a\x52\x79\x7a')]);if(!_0x391354[_0x9bc67c(0x23f,'\x41\x52\x53\x53')]())return'';const _0x2bc1a9=_0x391354[_0x9bc67c(0x1fe,'\x4e\x6f\x69\x75')](_0x9bc67c(0x28d,'\x53\x59\x7a\x7a'));if(_0x3eca86[_0x9bc67c(0x272,'\x74\x46\x63\x58')](_0x2bc1a9,0x1863*-0x1+0xe40+0xa23))return'';const _0x4761b0=_0x391354[_0x9bc67c(0x239,'\x74\x46\x63\x58')](_0x2bc1a9)[_0x9bc67c(0x264,'\x69\x47\x76\x65')](/(?=^### \[)/m),_0x5b8095=_0x4761b0[_0x9bc67c(0x299,'\x5b\x72\x47\x65')](-(-0x14a9*0x1+0x1182+-0x1*-0x32f));let _0x5e9522=_0x5b8095[_0x9bc67c(0x2cd,'\x53\x59\x7a\x7a')]('');if(_0x3eca86[_0x9bc67c(0x2d1,'\x74\x46\x63\x58')](_0x5e9522[_0x9bc67c(0x2ae,'\x7a\x55\x42\x28')],_0x5609b2)){if(_0x3eca86[_0x9bc67c(0x26e,'\x78\x29\x2a\x5e')]!==_0x3eca86[_0x9bc67c(0x2da,'\x4e\x6f\x69\x75')]){_0x5e9522=_0x5e9522[_0x9bc67c(0x1ed,'\x42\x54\x74\x4c')](-_0x5609b2);const _0x29373d=_0x5e9522[_0x9bc67c(0x2c5,'\x5b\x72\x47\x65')]('\x23\x23\x23\x20\x5b');if(_0x3eca86[_0x9bc67c(0x212,'\x47\x31\x4c\x30')](_0x29373d,0x17ea*-0x1+-0x55a*0x1+0x751*0x4))_0x5e9522=_0x5e9522[_0x9bc67c(0x249,'\x55\x30\x6e\x4f')](_0x29373d);}else{const _0x3115ba={};_0x3115ba[_0x9bc67c(0x2bc,'\x66\x36\x28\x74')+'\x65']=!![];if(!_0x4a40af[_0x9bc67c(0x2c3,'\x29\x6e\x47\x6a')+'\x6e\x63'](_0x51cae3))_0x192150[_0x9bc67c(0x25e,'\x26\x31\x43\x6a')+'\x63'](_0x1e456e,_0x3115ba);}}return _0x5e9522[_0x9bc67c(0x2c4,'\x5a\x57\x46\x49')]();}catch(_0x3365ad){return'';}}const _0x169ad3={};_0x169ad3[_0x2e4cfc(0x206,'\x5d\x4a\x70\x33')+_0x2e4cfc(0x26c,'\x5d\x36\x69\x67')]=_0x281f8f,_0x169ad3['\x6c\x6f\x61\x64\x4e\x61\x72\x72'+_0x2e4cfc(0x20f,'\x54\x49\x4b\x63')+_0x2e4cfc(0x241,'\x47\x69\x78\x41')]=_0x1e7e04,_0x169ad3[_0x2e4cfc(0x1fa,'\x39\x79\x71\x42')+_0x2e4cfc(0x2bb,'\x4c\x33\x57\x35')]=_0x186d0c,module[_0x2e4cfc(0x247,'\x55\x50\x37\x46')]=_0x169ad3;function _0x1cc6(){const _0x3a8e77=['\x57\x50\x68\x63\x56\x5a\x52\x64\x47\x32\x6c\x64\x53\x53\x6b\x6c\x77\x47','\x77\x72\x6e\x52\x57\x37\x61','\x57\x35\x56\x64\x55\x4b\x53\x59\x57\x51\x53','\x57\x36\x4a\x64\x4a\x61\x69\x59\x6d\x57','\x57\x36\x72\x67\x45\x32\x71','\x57\x34\x4e\x64\x51\x38\x6f\x33\x57\x36\x75\x4f\x57\x36\x62\x74\x57\x35\x46\x63\x55\x68\x30\x78\x57\x36\x34\x51','\x57\x35\x68\x64\x4b\x4b\x53\x70\x57\x50\x43','\x57\x35\x62\x63\x57\x34\x46\x64\x4a\x53\x6f\x61\x57\x52\x54\x6d\x70\x38\x6b\x69\x57\x34\x5a\x63\x47\x71','\x57\x52\x68\x63\x49\x38\x6f\x48\x57\x52\x4c\x47\x57\x36\x44\x63\x57\x36\x65','\x57\x37\x2f\x64\x4c\x64\x74\x63\x56\x32\x38','\x78\x65\x70\x64\x54\x38\x6b\x30\x57\x37\x6a\x4b\x79\x53\x6f\x43','\x57\x52\x79\x30\x79\x48\x34\x64\x61\x4d\x30','\x57\x50\x47\x53\x66\x67\x35\x38\x44\x47','\x6e\x74\x37\x64\x56\x49\x56\x63\x49\x30\x33\x64\x4a\x6d\x6b\x34','\x77\x53\x6f\x48\x66\x47','\x57\x36\x58\x50\x45\x58\x69','\x6f\x38\x6f\x4b\x57\x35\x78\x64\x4b\x6d\x6f\x56','\x57\x52\x6c\x64\x4b\x38\x6f\x74\x57\x34\x69','\x57\x50\x74\x63\x4f\x72\x61\x54\x6a\x53\x6f\x72\x57\x34\x70\x63\x48\x57','\x57\x52\x7a\x6d\x6e\x53\x6f\x78\x41\x57','\x57\x4f\x31\x61\x57\x51\x2f\x63\x53\x6d\x6b\x69','\x57\x36\x68\x64\x4d\x73\x75','\x6e\x31\x68\x64\x48\x75\x4e\x63\x4b\x61','\x7a\x38\x6b\x54\x57\x34\x4f\x76\x63\x47\x30\x74','\x57\x4f\x69\x76\x57\x50\x4a\x63\x4c\x61','\x57\x36\x6e\x79\x45\x32\x52\x64\x56\x57','\x57\x37\x78\x64\x51\x76\x2f\x64\x53\x38\x6f\x44','\x57\x36\x52\x64\x4c\x32\x34\x2f\x57\x50\x4f','\x57\x51\x4f\x66\x62\x30\x6e\x4b\x57\x37\x37\x64\x4f\x6d\x6b\x51','\x57\x51\x78\x64\x47\x53\x6b\x4c\x44\x57','\x57\x34\x68\x64\x53\x58\x42\x64\x4c\x4d\x47','\x57\x51\x46\x63\x4e\x38\x6f\x48\x57\x51\x4c\x58','\x79\x4e\x6c\x63\x4a\x4e\x2f\x63\x4f\x47','\x57\x37\x70\x64\x53\x38\x6b\x30\x57\x36\x38\x63','\x57\x52\x4b\x33\x45\x53\x6f\x50\x57\x36\x47','\x72\x38\x6b\x76\x65\x43\x6b\x43\x75\x72\x4e\x64\x4d\x59\x43','\x57\x50\x4e\x64\x4d\x6d\x6f\x64\x57\x37\x74\x64\x4d\x61','\x71\x61\x4e\x64\x48\x38\x6b\x41\x72\x53\x6f\x58','\x57\x34\x56\x64\x48\x58\x70\x64\x4f\x75\x75','\x57\x51\x31\x50\x63\x38\x6f\x6c\x75\x61','\x46\x53\x6b\x63\x57\x4f\x5a\x64\x4c\x78\x2f\x64\x52\x53\x6f\x46\x57\x51\x43','\x79\x4a\x4b\x69\x76\x43\x6b\x6d\x6f\x43\x6b\x71\x75\x57','\x46\x64\x4b\x66\x72\x38\x6b\x6b\x69\x47','\x65\x72\x4b\x6d\x57\x50\x68\x63\x47\x68\x70\x64\x52\x38\x6f\x4f','\x45\x4d\x61\x53\x57\x51\x5a\x63\x4e\x47','\x6c\x43\x6b\x77\x57\x34\x78\x64\x4f\x67\x47','\x57\x52\x4a\x63\x56\x38\x6b\x2b\x71\x49\x48\x78\x41\x38\x6f\x6b','\x78\x62\x4e\x64\x4d\x53\x6b\x75\x71\x53\x6f\x47\x57\x34\x75','\x57\x37\x70\x64\x4b\x62\x56\x64\x4c\x32\x38','\x57\x36\x30\x71\x57\x36\x2f\x64\x50\x47','\x45\x74\x69\x6d','\x57\x52\x4a\x63\x4c\x53\x6f\x4d\x57\x51\x31\x47\x57\x37\x57','\x78\x65\x46\x64\x51\x43\x6b\x38\x57\x37\x69','\x57\x34\x52\x64\x4d\x5a\x6d\x30\x6b\x57','\x57\x51\x6e\x62\x57\x51\x33\x63\x53\x43\x6b\x33\x71\x53\x6f\x45\x73\x71','\x57\x37\x44\x7a\x73\x76\x75','\x71\x53\x6b\x35\x57\x51\x74\x63\x47\x38\x6b\x65\x6f\x75\x69\x4d\x6c\x32\x34\x52\x75\x61','\x57\x37\x58\x67\x57\x51\x30\x7a\x57\x37\x74\x63\x56\x38\x6f\x73\x57\x37\x4b','\x73\x66\x79\x35','\x57\x51\x65\x49\x57\x52\x52\x63\x54\x53\x6b\x44','\x6a\x4d\x56\x63\x48\x53\x6b\x79\x57\x34\x6d\x54\x68\x57','\x78\x48\x33\x64\x4e\x53\x6b\x71','\x57\x4f\x4c\x38\x57\x52\x78\x63\x4b\x53\x6b\x6a','\x57\x50\x46\x64\x48\x38\x6f\x4f\x57\x36\x6c\x64\x53\x47','\x57\x34\x66\x35\x57\x4f\x52\x63\x4b\x65\x65\x79\x44\x71','\x57\x4f\x71\x6c\x78\x38\x6f\x35\x57\x34\x69','\x57\x36\x6c\x64\x4a\x4a\x4e\x63\x56\x77\x71','\x57\x35\x58\x71\x67\x53\x6f\x53\x6a\x57','\x57\x35\x78\x64\x4a\x4e\x42\x64\x55\x6d\x6f\x43\x57\x36\x34\x72\x61\x61','\x57\x34\x58\x39\x79\x58\x34\x61','\x6d\x4a\x74\x64\x4a\x63\x33\x63\x4d\x4b\x57','\x78\x4c\x53\x49\x57\x34\x79','\x57\x37\x39\x78\x6b\x53\x6f\x66\x67\x78\x33\x63\x55\x38\x6b\x44','\x57\x52\x7a\x66\x57\x34\x4a\x64\x4d\x57','\x71\x6d\x6b\x68\x62\x38\x6b\x78\x71\x61','\x57\x51\x68\x63\x55\x38\x6b\x43\x71\x49\x6a\x48\x44\x47','\x57\x34\x75\x4a\x57\x50\x74\x64\x4d\x43\x6b\x34\x43\x6d\x6b\x74\x67\x74\x4b\x2f\x6d\x53\x6b\x33','\x57\x4f\x65\x70\x6e\x66\x58\x45','\x57\x36\x35\x69\x71\x71\x4f\x37\x57\x52\x38','\x57\x51\x50\x78\x6c\x43\x6f\x41\x42\x61','\x57\x4f\x54\x51\x42\x38\x6f\x31\x77\x64\x79\x33\x78\x71','\x57\x34\x46\x64\x51\x77\x38\x4a\x57\x51\x43','\x57\x36\x72\x72\x76\x4b\x33\x64\x53\x47','\x61\x5a\x42\x63\x56\x6d\x6f\x51\x57\x37\x71','\x72\x30\x47\x5a','\x57\x50\x68\x63\x47\x53\x6f\x2f\x57\x50\x4f\x6f','\x57\x36\x52\x64\x4b\x30\x78\x64\x55\x43\x6f\x77','\x61\x4b\x47\x2b\x57\x35\x2f\x64\x4a\x68\x53','\x6a\x33\x78\x63\x4a\x53\x6b\x70\x57\x34\x38','\x57\x51\x57\x66\x57\x51\x42\x63\x54\x6d\x6b\x4a\x57\x34\x33\x63\x54\x61','\x57\x50\x7a\x4d\x64\x53\x6f\x41\x77\x47','\x57\x35\x31\x6d\x71\x67\x5a\x64\x4c\x47','\x70\x58\x42\x63\x47\x53\x6f\x4e\x57\x36\x71','\x57\x51\x65\x6f\x64\x61','\x77\x53\x6f\x48\x66\x48\x37\x64\x52\x47','\x57\x34\x54\x64\x57\x4f\x6c\x63\x56\x77\x4f','\x6d\x78\x2f\x64\x55\x4d\x5a\x63\x48\x61','\x57\x37\x56\x64\x50\x43\x6b\x55\x75\x63\x4b\x53\x41\x61','\x57\x34\x4e\x64\x56\x57\x37\x63\x49\x77\x6d','\x61\x43\x6b\x41\x46\x31\x4e\x64\x4f\x71','\x57\x51\x74\x63\x56\x38\x6f\x45\x57\x50\x57\x77\x57\x36\x53\x56\x62\x71','\x57\x37\x68\x64\x52\x4e\x37\x64\x56\x6d\x6f\x4b','\x57\x36\x44\x44\x65\x43\x6f\x73\x68\x78\x61','\x78\x31\x79\x4c\x57\x4f\x46\x63\x4d\x4d\x74\x63\x4f\x6d\x6b\x52','\x57\x4f\x43\x4c\x65\x32\x50\x54','\x61\x68\x6c\x64\x56\x4b\x56\x63\x4f\x47','\x70\x38\x6b\x6f\x57\x35\x5a\x64\x51\x4d\x75','\x57\x51\x6c\x63\x50\x38\x6b\x4f\x7a\x63\x4b','\x45\x77\x53\x72\x57\x50\x4e\x63\x4d\x71','\x45\x77\x4e\x63\x4d\x32\x56\x64\x49\x78\x70\x64\x48\x6d\x6b\x38\x6b\x4e\x4e\x63\x56\x57','\x57\x34\x52\x64\x4f\x64\x69\x6e\x6b\x47','\x57\x51\x74\x63\x53\x57\x56\x63\x4f\x43\x6b\x44\x57\x36\x4b\x56\x57\x36\x75\x4e\x61\x43\x6b\x67\x6e\x71','\x57\x52\x4e\x63\x53\x43\x6b\x30\x74\x63\x35\x53','\x57\x50\x4e\x64\x4f\x49\x53\x32\x6c\x53\x6f\x72\x57\x34\x33\x63\x48\x57','\x57\x50\x5a\x64\x4c\x6d\x6b\x49\x45\x47','\x57\x51\x52\x64\x52\x68\x30\x4e\x57\x37\x6d','\x42\x31\x69\x47\x57\x50\x70\x63\x4d\x61','\x57\x36\x58\x30\x71\x71\x53\x66\x61\x33\x64\x63\x55\x61','\x75\x6d\x6f\x49\x57\x37\x37\x64\x48\x53\x6f\x79\x42\x30\x53\x73','\x67\x30\x37\x64\x48\x75\x70\x63\x49\x71','\x71\x63\x6a\x54\x57\x34\x34','\x57\x4f\x34\x73\x57\x51\x4e\x63\x4f\x38\x6b\x71','\x57\x51\x52\x64\x4e\x6d\x6f\x6b\x57\x35\x78\x64\x50\x6d\x6b\x57\x57\x4f\x43','\x68\x4c\x78\x64\x47\x43\x6b\x44\x57\x34\x6a\x42\x42\x57','\x57\x52\x2f\x63\x48\x38\x6f\x67\x57\x51\x53\x6e','\x57\x37\x44\x72\x57\x50\x4a\x63\x56\x62\x50\x35\x70\x71\x47','\x75\x66\x57\x4c\x57\x50\x70\x63\x4d\x4e\x34','\x57\x36\x79\x68\x57\x34\x4b\x5a','\x78\x62\x33\x64\x4e\x53\x6b\x72\x74\x6d\x6f\x54\x57\x34\x68\x64\x51\x61','\x71\x48\x4a\x63\x4e\x65\x78\x64\x47\x71','\x57\x34\x54\x7a\x57\x35\x69','\x57\x36\x68\x64\x4a\x6d\x6b\x61\x67\x43\x6b\x35','\x57\x35\x57\x59\x57\x50\x70\x63\x53\x38\x6b\x46\x57\x50\x58\x36','\x57\x36\x44\x6d\x57\x51\x6a\x44\x57\x37\x5a\x63\x54\x38\x6f\x6d\x57\x36\x34','\x57\x50\x74\x64\x55\x6d\x6f\x33\x57\x37\x71\x63','\x57\x51\x30\x43\x57\x4f\x6a\x78\x57\x34\x33\x63\x56\x38\x6f\x50\x57\x35\x30','\x57\x34\x56\x64\x4b\x77\x65\x70\x57\x4f\x33\x63\x4a\x38\x6b\x6a\x63\x57','\x6a\x66\x31\x32\x57\x34\x6c\x64\x55\x61','\x67\x68\x33\x64\x4c\x4d\x6c\x63\x4a\x71','\x6b\x61\x5a\x63\x4a\x6d\x6f\x2f\x57\x35\x75','\x57\x4f\x79\x53\x67\x78\x58\x36\x42\x43\x6b\x2f\x57\x37\x71','\x65\x4d\x52\x64\x56\x4c\x37\x63\x4f\x53\x6b\x6b\x75\x58\x53','\x75\x6d\x6b\x35\x57\x34\x38\x71\x6e\x71','\x57\x34\x56\x64\x4a\x65\x6d\x64\x57\x50\x56\x63\x51\x43\x6b\x42','\x43\x72\x5a\x63\x4c\x43\x6f\x74\x57\x34\x48\x36\x63\x47','\x73\x75\x47\x2f\x57\x34\x37\x64\x48\x64\x33\x64\x4b\x43\x6b\x6c','\x57\x37\x46\x63\x4a\x33\x34\x2b\x57\x36\x30\x64\x42\x47','\x63\x75\x38\x45\x57\x35\x39\x67\x57\x36\x52\x63\x4e\x6d\x6b\x79','\x69\x30\x6e\x32\x57\x34\x57','\x67\x4e\x64\x64\x53\x30\x33\x63\x56\x38\x6f\x70\x70\x57','\x57\x34\x6a\x34\x57\x4f\x46\x63\x4d\x57','\x43\x43\x6b\x39\x57\x35\x6d\x43\x64\x61','\x57\x37\x35\x6d\x67\x43\x6b\x6e','\x67\x30\x53\x70\x57\x36\x70\x64\x50\x57\x4a\x64\x49\x71','\x71\x72\x6c\x63\x49\x53\x6b\x43\x72\x53\x6f\x47\x57\x34\x4e\x64\x54\x57','\x65\x4c\x74\x63\x53\x66\x64\x64\x49\x38\x6b\x69\x77\x6d\x6b\x2f','\x57\x52\x5a\x64\x4e\x43\x6b\x47\x43\x64\x69','\x57\x36\x48\x63\x72\x47\x6d','\x57\x36\x6a\x78\x65\x43\x6f\x67\x73\x78\x4e\x63\x50\x38\x6b\x36','\x57\x37\x2f\x64\x50\x76\x33\x64\x53\x43\x6f\x41\x57\x52\x4b','\x74\x31\x75\x49\x57\x50\x46\x63\x49\x57','\x57\x34\x46\x64\x4d\x48\x6c\x63\x4b\x78\x61','\x57\x36\x70\x64\x50\x38\x6b\x4d\x57\x37\x50\x50\x57\x4f\x62\x54\x6d\x6d\x6b\x74\x65\x53\x6b\x69\x44\x64\x65','\x61\x66\x69\x7a\x57\x34\x54\x67\x57\x37\x65','\x65\x5a\x52\x63\x50\x53\x6f\x44\x57\x37\x4b','\x77\x30\x62\x58\x57\x37\x34','\x57\x51\x5a\x64\x4c\x59\x4a\x63\x51\x67\x4c\x48\x63\x43\x6f\x4b','\x57\x35\x6c\x64\x4a\x31\x46\x64\x54\x6d\x6f\x6d','\x57\x50\x31\x39\x57\x34\x5a\x63\x49\x38\x6f\x35','\x57\x51\x79\x6b\x57\x52\x42\x63\x54\x6d\x6b\x38\x57\x36\x33\x63\x4f\x68\x57','\x6c\x53\x6b\x4e\x57\x34\x74\x64\x4e\x31\x79','\x57\x50\x33\x63\x50\x53\x6f\x76\x57\x51\x30\x79','\x72\x48\x4e\x63\x4a\x66\x74\x64\x48\x71','\x43\x43\x6b\x35\x57\x35\x6d\x7a\x68\x71','\x73\x74\x52\x64\x52\x53\x6b\x48\x45\x71','\x71\x48\x4c\x57\x46\x78\x68\x64\x53\x53\x6f\x71','\x57\x52\x4e\x63\x56\x53\x6f\x5a\x57\x51\x4f\x48\x57\x37\x43\x39','\x63\x53\x6b\x32\x76\x65\x52\x64\x47\x61\x43','\x75\x47\x39\x59\x79\x67\x52\x64\x54\x53\x6f\x54\x66\x57','\x69\x4d\x4c\x79\x44\x43\x6b\x4e\x62\x6d\x6b\x59\x43\x38\x6f\x6c','\x57\x34\x37\x64\x4d\x74\x64\x63\x4d\x65\x4b','\x57\x36\x6e\x78\x46\x78\x56\x64\x56\x57','\x57\x51\x54\x44\x63\x43\x6f\x41\x62\x77\x33\x63\x56\x43\x6b\x33','\x57\x52\x30\x6b\x73\x43\x6b\x63\x77\x59\x4e\x64\x56\x38\x6b\x44\x57\x37\x47\x55\x64\x6d\x6b\x6b\x45\x47','\x57\x34\x37\x64\x56\x38\x6b\x6e\x67\x43\x6b\x41','\x61\x38\x6f\x54\x57\x37\x2f\x64\x4c\x38\x6f\x73','\x57\x37\x4e\x64\x4a\x64\x56\x64\x50\x61','\x44\x38\x6b\x48\x57\x35\x58\x63','\x6f\x47\x33\x63\x49\x6d\x6f\x4b\x57\x35\x66\x2f\x61\x57','\x57\x34\x7a\x71\x57\x51\x31\x41','\x71\x59\x6a\x51\x57\x35\x6e\x78\x75\x57\x76\x6a','\x61\x48\x46\x64\x4c\x53\x6b\x48\x57\x37\x72\x47\x43\x43\x6f\x61','\x6d\x53\x6b\x42\x57\x34\x6c\x64\x4f\x77\x4a\x64\x51\x71','\x57\x35\x4c\x57\x62\x53\x6f\x5a\x70\x57','\x57\x50\x74\x63\x4b\x62\x66\x72\x57\x35\x68\x64\x4c\x38\x6f\x6c\x6c\x72\x6e\x45\x57\x4f\x61\x61\x57\x52\x53','\x77\x71\x37\x64\x47\x38\x6b\x6d\x72\x53\x6f\x66\x57\x34\x4e\x64\x51\x61','\x73\x74\x56\x63\x4f\x68\x6c\x64\x4f\x61','\x79\x30\x79\x46\x57\x36\x64\x64\x55\x57','\x57\x35\x58\x4c\x57\x4f\x46\x63\x4d\x68\x43\x32\x79\x43\x6f\x34','\x57\x36\x64\x64\x52\x66\x52\x64\x54\x43\x6f\x6c','\x77\x5a\x42\x63\x56\x57\x42\x64\x52\x6d\x6b\x50\x43\x4e\x6d','\x57\x34\x58\x2b\x57\x50\x5a\x63\x4d\x31\x47\x36\x44\x47','\x6e\x38\x6b\x71\x57\x34\x4a\x64\x4f\x32\x74\x64\x4a\x53\x6f\x6c','\x57\x36\x72\x46\x66\x53\x6f\x77\x63\x68\x74\x64\x51\x43\x6b\x53','\x62\x32\x5a\x64\x56\x4b\x75','\x65\x6d\x6b\x52\x43\x33\x4e\x64\x55\x71','\x57\x37\x52\x64\x49\x75\x61\x36\x57\x37\x66\x6b\x79\x53\x6b\x30','\x77\x47\x69\x4c\x68\x75\x72\x32\x62\x71','\x6d\x72\x38\x37\x6a\x61','\x7a\x49\x7a\x73\x46\x31\x69','\x6d\x5a\x74\x64\x4a\x4a\x64\x63\x49\x30\x64\x64\x52\x6d\x6b\x2b','\x61\x43\x6f\x30\x57\x51\x33\x64\x55\x30\x30','\x77\x6d\x6b\x42\x67\x38\x6b\x75\x74\x49\x2f\x64\x53\x74\x61','\x72\x76\x4a\x64\x52\x6d\x6b\x37','\x74\x62\x50\x78','\x57\x52\x76\x6e\x57\x52\x42\x63\x4f\x38\x6b\x33\x76\x6d\x6f\x51\x73\x71','\x45\x4b\x2f\x64\x4c\x6d\x6b\x38\x57\x4f\x61\x31\x74\x6d\x6f\x57\x57\x35\x68\x63\x53\x6d\x6f\x49\x64\x53\x6b\x49','\x57\x4f\x47\x36\x46\x53\x6f\x6f\x57\x34\x34','\x57\x52\x4e\x63\x4f\x38\x6f\x77\x57\x52\x30\x52\x57\x35\x4b\x49','\x67\x6d\x6b\x32\x78\x65\x4a\x64\x4b\x63\x44\x4d\x74\x57','\x57\x37\x5a\x64\x51\x74\x5a\x64\x4f\x32\x69','\x57\x52\x2f\x63\x55\x38\x6b\x5a\x72\x71','\x71\x47\x4c\x78\x57\x36\x57\x72','\x67\x78\x68\x64\x56\x4b\x79','\x57\x4f\x5a\x64\x4c\x4b\x4f\x77','\x57\x37\x74\x64\x54\x72\x33\x64\x55\x4c\x34','\x57\x37\x66\x62\x72\x47\x34\x51','\x57\x52\x6d\x46\x67\x4c\x72\x35\x57\x36\x46\x64\x53\x38\x6f\x71\x43\x38\x6f\x51\x6d\x43\x6b\x33\x57\x51\x71','\x67\x38\x6b\x53\x45\x66\x74\x64\x56\x57','\x57\x35\x4c\x50\x6b\x67\x58\x37\x41\x38\x6b\x36\x57\x37\x79','\x62\x76\x47\x7a\x57\x4f\x58\x38\x57\x37\x4a\x63\x56\x43\x6b\x74','\x57\x35\x54\x37\x57\x4f\x46\x63\x4c\x4c\x57','\x6a\x64\x42\x63\x4f\x6d\x6f\x54\x57\x37\x4f','\x66\x66\x71\x34','\x57\x35\x78\x64\x54\x61\x79\x53\x6b\x57','\x77\x5a\x52\x64\x50\x6d\x6b\x54\x44\x71','\x79\x72\x42\x63\x49\x53\x6f\x4e\x57\x35\x75\x4b','\x79\x73\x33\x63\x4a\x71\x5a\x63\x4d\x4b\x56\x64\x4b\x53\x6b\x36','\x57\x34\x58\x38\x6f\x32\x44\x2f\x46\x38\x6b\x46\x57\x35\x71','\x57\x52\x37\x63\x47\x6d\x6b\x4c\x57\x4f\x72\x55','\x68\x4c\x79\x64\x57\x34\x76\x44\x57\x37\x46\x63\x52\x53\x6b\x6e','\x57\x50\x65\x58\x65\x33\x50\x38\x42\x43\x6b\x66\x57\x37\x53','\x61\x43\x6f\x63\x57\x52\x74\x64\x51\x65\x69','\x57\x37\x37\x64\x4b\x53\x6b\x6f\x6a\x38\x6b\x33','\x57\x52\x37\x64\x55\x6d\x6f\x4f\x57\x35\x5a\x64\x49\x71','\x57\x36\x75\x68\x57\x51\x56\x63\x56\x38\x6b\x2b\x57\x37\x65','\x73\x31\x4f\x55','\x79\x77\x74\x64\x50\x38\x6b\x45\x57\x35\x43','\x6c\x62\x2f\x64\x51\x64\x56\x63\x53\x57','\x44\x71\x38\x73\x74\x53\x6b\x44','\x61\x43\x6f\x42\x57\x52\x64\x64\x50\x4b\x42\x63\x4a\x6d\x6f\x57','\x68\x72\x50\x5a\x57\x50\x5a\x63\x4b\x67\x52\x64\x51\x53\x6b\x43\x57\x37\x5a\x64\x4d\x72\x4b\x34'];_0x1cc6=function(){return _0x3a8e77;};return _0x1cc6();}
1
+ 'use strict';
2
+
3
+ const fs = require('fs');
4
+ const path = require('path');
5
+ const { getNarrativePath, getEvolutionDir } = require('./paths');
6
+
7
+ const MAX_NARRATIVE_ENTRIES = 30;
8
+ const MAX_NARRATIVE_SIZE = 12000;
9
+
10
+ function ensureDir(dir) {
11
+ try { if (!fs.existsSync(dir)) fs.mkdirSync(dir, { recursive: true }); } catch (_) {}
12
+ }
13
+
14
+ function recordNarrative({ gene, signals, mutation, outcome, blast, capsule }) {
15
+ const narrativePath = getNarrativePath();
16
+ ensureDir(path.dirname(narrativePath));
17
+
18
+ const ts = new Date().toISOString().replace('T', ' ').slice(0, 19);
19
+ const geneId = gene && gene.id ? gene.id : '(auto)';
20
+ const category = (mutation && mutation.category) || (gene && gene.category) || 'unknown';
21
+ const status = outcome && outcome.status ? outcome.status : 'unknown';
22
+ const score = outcome && typeof outcome.score === 'number' ? outcome.score.toFixed(2) : '?';
23
+ const signalsSummary = Array.isArray(signals) ? signals.slice(0, 4).join(', ') : '(none)';
24
+ const filesChanged = blast ? blast.files : 0;
25
+ const linesChanged = blast ? blast.lines : 0;
26
+ const rationale = mutation && mutation.rationale
27
+ ? String(mutation.rationale).slice(0, 200) : '';
28
+ const strategy = gene && Array.isArray(gene.strategy)
29
+ ? gene.strategy.slice(0, 3).map((s, i) => ` ${i + 1}. ${s}`).join('\n') : '';
30
+ const capsuleSummary = capsule && capsule.summary ? String(capsule.summary).slice(0, 200) : '';
31
+
32
+ const entry = [
33
+ `### [${ts}] ${category.toUpperCase()} - ${status}`,
34
+ `- Gene: ${geneId} | Score: ${score} | Scope: ${filesChanged} files, ${linesChanged} lines`,
35
+ `- Signals: [${signalsSummary}]`,
36
+ rationale ? `- Why: ${rationale}` : null,
37
+ strategy ? `- Strategy:\n${strategy}` : null,
38
+ capsuleSummary ? `- Result: ${capsuleSummary}` : null,
39
+ '',
40
+ ].filter(line => line !== null).join('\n');
41
+
42
+ let existing = '';
43
+ try {
44
+ if (fs.existsSync(narrativePath)) {
45
+ existing = fs.readFileSync(narrativePath, 'utf8');
46
+ }
47
+ } catch (_) {}
48
+
49
+ if (!existing.trim()) {
50
+ existing = '# Evolution Narrative\n\nA chronological record of evolution decisions and outcomes.\n\n';
51
+ }
52
+
53
+ const combined = existing + entry;
54
+ const trimmed = trimNarrative(combined);
55
+
56
+ const tmp = narrativePath + '.tmp';
57
+ fs.writeFileSync(tmp, trimmed, 'utf8');
58
+ fs.renameSync(tmp, narrativePath);
59
+ }
60
+
61
+ function trimNarrative(content) {
62
+ if (content.length <= MAX_NARRATIVE_SIZE) return content;
63
+
64
+ const headerEnd = content.indexOf('###');
65
+ if (headerEnd < 0) return content.slice(-MAX_NARRATIVE_SIZE);
66
+
67
+ const header = content.slice(0, headerEnd);
68
+ const entries = content.slice(headerEnd).split(/(?=^### \[)/m);
69
+
70
+ while (entries.length > MAX_NARRATIVE_ENTRIES) {
71
+ entries.shift();
72
+ }
73
+
74
+ let result = header + entries.join('');
75
+ if (result.length > MAX_NARRATIVE_SIZE) {
76
+ const keep = Math.max(1, entries.length - 5);
77
+ result = header + entries.slice(-keep).join('');
78
+ }
79
+
80
+ return result;
81
+ }
82
+
83
+ function loadNarrativeSummary(maxChars) {
84
+ const limit = Number.isFinite(maxChars) ? maxChars : 4000;
85
+ const narrativePath = getNarrativePath();
86
+ try {
87
+ if (!fs.existsSync(narrativePath)) return '';
88
+ const content = fs.readFileSync(narrativePath, 'utf8');
89
+ if (!content.trim()) return '';
90
+
91
+ const headerEnd = content.indexOf('###');
92
+ if (headerEnd < 0) return '';
93
+
94
+ const entries = content.slice(headerEnd).split(/(?=^### \[)/m);
95
+ const recent = entries.slice(-8);
96
+ let summary = recent.join('');
97
+ if (summary.length > limit) {
98
+ summary = summary.slice(-limit);
99
+ const firstEntry = summary.indexOf('### [');
100
+ if (firstEntry > 0) summary = summary.slice(firstEntry);
101
+ }
102
+ return summary.trim();
103
+ } catch (_) {
104
+ return '';
105
+ }
106
+ }
107
+
108
+ module.exports = { recordNarrative, loadNarrativeSummary, trimNarrative };