@evomap/evolver 1.89.0 → 1.89.1
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.
- package/CONTRIBUTING.md +19 -0
- package/README.ja-JP.md +9 -32
- package/README.ko-KR.md +9 -32
- package/README.md +530 -86
- package/README.zh-CN.md +4 -31
- package/SKILL.md +1 -1
- package/assets/cover.png +0 -0
- package/index.js +1 -1
- package/package.json +17 -6
- package/scripts/a2a_export.js +63 -0
- package/scripts/a2a_ingest.js +79 -0
- package/scripts/a2a_promote.js +118 -0
- package/scripts/analyze_by_skill.js +121 -0
- package/scripts/build_binaries.js +479 -0
- package/scripts/check-changelog.js +166 -0
- package/scripts/extract_log.js +85 -0
- package/scripts/generate_history.js +75 -0
- package/scripts/gep_append_event.js +96 -0
- package/scripts/gep_personality_report.js +234 -0
- package/scripts/human_report.js +147 -0
- package/scripts/recall-verify-report.js +234 -0
- package/scripts/recover_loop.js +61 -0
- package/scripts/seed-merchants.js +91 -0
- package/scripts/suggest_version.js +89 -0
- package/scripts/validate-modules.js +38 -0
- package/scripts/validate-suite.js +78 -0
- package/skills/index.json +14 -0
- package/src/evolve/guards.js +1 -721
- package/src/evolve/pipeline/collect.js +1 -1283
- package/src/evolve/pipeline/dispatch.js +1 -421
- package/src/evolve/pipeline/enrich.js +1 -434
- package/src/evolve/pipeline/hub.js +1 -319
- package/src/evolve/pipeline/select.js +1 -274
- package/src/evolve/pipeline/signals.js +1 -206
- package/src/evolve/utils.js +1 -264
- package/src/evolve.js +1 -350
- package/src/forceUpdate.js +105 -20
- package/src/gep/a2aProtocol.js +1 -4395
- package/src/gep/autoDistillConv.js +1 -205
- package/src/gep/autoDistillLlm.js +1 -315
- package/src/gep/candidateEval.js +1 -92
- package/src/gep/candidates.js +1 -198
- package/src/gep/contentHash.js +1 -30
- package/src/gep/conversationSniffer.js +1 -266
- package/src/gep/crypto.js +1 -89
- package/src/gep/curriculum.js +1 -163
- package/src/gep/deviceId.js +1 -218
- package/src/gep/envFingerprint.js +1 -118
- package/src/gep/epigenetics.js +1 -31
- package/src/gep/execBridge.js +1 -711
- package/src/gep/explore.js +1 -289
- package/src/gep/hash.js +1 -15
- package/src/gep/hubFetch.js +1 -359
- package/src/gep/hubReview.js +1 -207
- package/src/gep/hubSearch.js +1 -526
- package/src/gep/hubVerify.js +1 -306
- package/src/gep/learningSignals.js +1 -89
- package/src/gep/memoryGraph.js +1 -1374
- package/src/gep/memoryGraphAdapter.js +1 -203
- package/src/gep/mutation.js +1 -203
- package/src/gep/narrativeMemory.js +1 -108
- package/src/gep/openPRRegistry.js +1 -205
- package/src/gep/personality.js +1 -423
- package/src/gep/policyCheck.js +1 -599
- package/src/gep/prompt.js +1 -836
- package/src/gep/recallInject.js +1 -409
- package/src/gep/recallVerifier.js +1 -318
- package/src/gep/reflection.js +1 -177
- package/src/gep/selector.js +1 -602
- package/src/gep/skillDistiller.js +1 -1294
- package/src/gep/skillPublisher.js +1 -1
- package/src/gep/solidify.js +1 -1699
- package/src/gep/strategy.js +1 -136
- package/src/gep/tokenSavings.js +1 -88
- package/src/gep/workspaceKeychain.js +1 -174
- package/src/proxy/extensions/traceControl.js +1 -99
- package/src/proxy/inject.js +1 -52
- package/src/proxy/lifecycle/manager.js +2 -0
- package/src/proxy/trace/extractor.js +1 -534
- package/src/proxy/trace/usage.js +1 -105
- package/.cursor/BUGBOT.md +0 -182
- package/.env.example +0 -68
- package/.git-commit-guard-token +0 -1
- package/.github/CODEOWNERS +0 -63
- package/.github/ISSUE_TEMPLATE/good_first_issue.md +0 -23
- package/.github/pull_request_template.md +0 -45
- package/.github/workflows/test.yml +0 -75
- package/CHANGELOG.md +0 -1123
- package/README.public.md +0 -594
- package/SECURITY.md +0 -108
- package/assets/gep/events.jsonl +0 -3
- package/examples/atp-consumer-quickstart.md +0 -100
- package/examples/hello-world.md +0 -38
- package/proxy-package.json +0 -39
- package/public.manifest.json +0 -141
- /package/assets/gep/{genes.json → genes.seed.json} +0 -0
- /package/{bundled-skills → skills}/_meta/SKILL.md +0 -0
package/src/gep/execBridge.js
CHANGED
|
@@ -1,711 +1 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
// P1 auto-exec bridge — closes the Brain->Hand loop on Claude Code (and, dormant,
|
|
4
|
-
// OpenClaw). evolver's daemon prints a sessions_spawn(...) call to stdout but
|
|
5
|
-
// never spawns the executor; the only thing that did was the OpenClaw-only
|
|
6
|
-
// feishu wrapper. This module is the harness-agnostic, tested generalization:
|
|
7
|
-
// run the Brain (`node index.js run` with EVOLVE_BRIDGE=true), scrape its
|
|
8
|
-
// stdout for the FIRST sessions_spawn(...) (via bridge.parseFirstSpawnCall),
|
|
9
|
-
// then spawn the Hand (a headless `claude -p` run) to apply the patch + run
|
|
10
|
-
// solidify, gated by a status file. Shadow-first: only runs via the opt-in
|
|
11
|
-
// `exec` CLI when EVOLVE_EXEC_BRIDGE=true.
|
|
12
|
-
//
|
|
13
|
-
// Design + adversarial reviews: P1 build spec (this session). Reference loop
|
|
14
|
-
// (read-only, NOT edited): feishu-evolver-wrapper-private/index.js.
|
|
15
|
-
|
|
16
|
-
const fs = require('fs');
|
|
17
|
-
const path = require('path');
|
|
18
|
-
const crypto = require('crypto');
|
|
19
|
-
const { execSync, execFileSync } = require('child_process');
|
|
20
|
-
|
|
21
|
-
const { getRepoRoot, getEvolutionDir } = require('./paths');
|
|
22
|
-
|
|
23
|
-
// --- B2 defense: vendor a parser fallback so a stale worktree (missing the
|
|
24
|
-
// P0-a export on bridge.js) can never crash the bridge at runtime. ---
|
|
25
|
-
const _bridge = require('./bridge');
|
|
26
|
-
const parseFirstSpawnCall =
|
|
27
|
-
typeof _bridge.parseFirstSpawnCall === 'function'
|
|
28
|
-
? _bridge.parseFirstSpawnCall
|
|
29
|
-
: _localParseFirstSpawnCall;
|
|
30
|
-
|
|
31
|
-
const _SPAWN_MARKER = 'sessions_spawn(';
|
|
32
|
-
function _localExtractFirstSpawnPayload(text) {
|
|
33
|
-
const s = String(text || '');
|
|
34
|
-
const idx = s.indexOf(_SPAWN_MARKER);
|
|
35
|
-
if (idx === -1) return null;
|
|
36
|
-
let braceStart = -1;
|
|
37
|
-
for (let i = idx + _SPAWN_MARKER.length; i < s.length; i++) {
|
|
38
|
-
if (s[i] === '{') { braceStart = i; break; }
|
|
39
|
-
if (!/\s/.test(s[i])) break;
|
|
40
|
-
}
|
|
41
|
-
if (braceStart === -1) return null;
|
|
42
|
-
let depth = 0, inString = false, escape = false;
|
|
43
|
-
for (let i = braceStart; i < s.length; i++) {
|
|
44
|
-
const ch = s[i];
|
|
45
|
-
if (inString) {
|
|
46
|
-
if (escape) escape = false;
|
|
47
|
-
else if (ch === '\\') escape = true;
|
|
48
|
-
else if (ch === '"') inString = false;
|
|
49
|
-
} else if (ch === '"') inString = true;
|
|
50
|
-
else if (ch === '{') depth++;
|
|
51
|
-
else if (ch === '}') { depth--; if (depth === 0) return s.slice(braceStart, i + 1); }
|
|
52
|
-
}
|
|
53
|
-
return null;
|
|
54
|
-
}
|
|
55
|
-
function _localParseFirstSpawnCall(text) {
|
|
56
|
-
const raw = _localExtractFirstSpawnPayload(text);
|
|
57
|
-
if (raw === null) return null;
|
|
58
|
-
try { const o = JSON.parse(raw); return o && typeof o === 'object' ? o : null; }
|
|
59
|
-
catch (_) { return null; }
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
// --- env-driven knobs (defaults baked here) ---
|
|
63
|
-
const HAND_TIMEOUT_MS = () => parseInt(process.env.EVOLVE_HAND_TIMEOUT_MS || '900000', 10) || 900000;
|
|
64
|
-
const BRAIN_TIMEOUT_MS = () => parseInt(process.env.EVOLVE_BRAIN_TIMEOUT_MS || '900000', 10) || 900000;
|
|
65
|
-
const KILL_GRACE_MS = () => parseInt(process.env.EVOLVE_HAND_KILL_GRACE_MS || '10000', 10) || 10000;
|
|
66
|
-
const IDLE_SLEEP_MS = () => parseInt(process.env.EVOLVE_IDLE_SLEEP_MS || '120000', 10) || 120000;
|
|
67
|
-
const MAX_BUF_BYTES = () => parseInt(process.env.EVOLVE_HAND_MAX_BUF_BYTES || '262144', 10) || 262144;
|
|
68
|
-
|
|
69
|
-
function sleep(ms) { return new Promise((r) => setTimeout(r, ms)); }
|
|
70
|
-
function tail(s, n) { const str = String(s || ''); return str.length <= n ? str : str.slice(-n); }
|
|
71
|
-
|
|
72
|
-
// #179 r4: the Brain is the EVOLVER package's own index.js (this module is
|
|
73
|
-
// src/gep/execBridge.js -> ../../index.js), NOT getRepoRoot()/index.js. In an
|
|
74
|
-
// npm-install layout getRepoRoot() is the user's project (the tree to evolve),
|
|
75
|
-
// which has no evolver index.js. Resolve evolver's own entrypoint from __dirname.
|
|
76
|
-
const EVOLVER_OWN_INDEX = path.resolve(__dirname, '..', '..', 'index.js');
|
|
77
|
-
|
|
78
|
-
// ---------------------------------------------------------------------------
|
|
79
|
-
// resolveBin — per-harness binary resolver (generalizes feishu resolveOpenclawPath)
|
|
80
|
-
// order: env override -> `which` -> candidate files -> bare cmd (bare NOT cached, m10)
|
|
81
|
-
// ---------------------------------------------------------------------------
|
|
82
|
-
const _binCache = {};
|
|
83
|
-
const _BIN_SPECS = {
|
|
84
|
-
'claude-code': { env: 'CLAUDE_BIN', cmd: 'claude',
|
|
85
|
-
candidates: ['claude', '~/.npm-global/bin/claude', '/usr/local/bin/claude', '/usr/bin/claude'] },
|
|
86
|
-
'openclaw': { env: 'OPENCLAW_BIN', cmd: 'openclaw',
|
|
87
|
-
candidates: ['openclaw', '~/.npm-global/bin/openclaw', '/usr/local/bin/openclaw', '/usr/bin/openclaw'] },
|
|
88
|
-
// P4-b: codex-cli (npm-global) + opencode (bun). Cross-home candidates so a
|
|
89
|
-
// PATH-stripped cron/daemon still resolves them; `which` wins first when PATH is set.
|
|
90
|
-
'codex': { env: 'CODEX_BIN', cmd: 'codex',
|
|
91
|
-
candidates: ['codex', '~/.npm-global/bin/codex', '~/.bun/bin/codex', '/usr/local/bin/codex', '/usr/bin/codex'] },
|
|
92
|
-
'opencode': { env: 'OPENCODE_BIN', cmd: 'opencode',
|
|
93
|
-
candidates: ['opencode', '~/.bun/bin/opencode', '~/.npm-global/bin/opencode', '/usr/local/bin/opencode', '/usr/bin/opencode'] },
|
|
94
|
-
};
|
|
95
|
-
function _expandHome(p) { return p.startsWith('~/') ? path.join(process.env.HOME || '', p.slice(2)) : p; }
|
|
96
|
-
|
|
97
|
-
// ---------------------------------------------------------------------------
|
|
98
|
-
// _resolveNpmCmdShim — CVE-2024-27980 safe path for Windows npm shims.
|
|
99
|
-
//
|
|
100
|
-
// Starting with Node 18.20.2 / 20.12.2 / 21.7.3 / 22+, child_process.spawn()
|
|
101
|
-
// refuses to launch a .cmd or .bat without `shell: true` (throws EINVAL).
|
|
102
|
-
// This package's engines require Node >= 22.12, so any Windows code path
|
|
103
|
-
// that hands a .cmd target to spawn() without `shell: true` is dead. The
|
|
104
|
-
// fix the auto-exec recipes need is "spawn the underlying JS entry through
|
|
105
|
-
// `node` directly" — shell-free, zero injection surface, and zero
|
|
106
|
-
// argument-quoting concerns (vs the cmd.exe /d /s /c wrapper alternative
|
|
107
|
-
// which requires hand-rolled cmd-style quoting). This is the direction
|
|
108
|
-
// autogame-17 recommended in the #196 review:
|
|
109
|
-
// https://github.com/EvoMap/evolver-private-dev/pull/196#pullrequestreview-4438622343
|
|
110
|
-
//
|
|
111
|
-
// npm-cli generates Windows shims with a well-known format whose last
|
|
112
|
-
// non-empty line ends with:
|
|
113
|
-
// ... "%_prog%" "%dp0%\<relative-entry>" %*
|
|
114
|
-
// where %dp0% is the .cmd's own directory. Pulling the relative entry out
|
|
115
|
-
// gives us the underlying JS file we can hand to node.exe directly.
|
|
116
|
-
//
|
|
117
|
-
// Returns { bin, args } when the shim was recognized and rewritten; null
|
|
118
|
-
// when the bin is not a .cmd, is on a non-Windows host, or the file does
|
|
119
|
-
// not match the npm-cli format (custom shim, hand-rolled wrapper, etc.).
|
|
120
|
-
// Callers must fall through to the original bin + args on null.
|
|
121
|
-
function _resolveNpmCmdShim(bin, args) {
|
|
122
|
-
if (process.platform !== 'win32') return null;
|
|
123
|
-
if (!bin || !/\.cmd$/i.test(bin)) return null;
|
|
124
|
-
|
|
125
|
-
// We need the absolute path of the .cmd file to read its content. spawn()
|
|
126
|
-
// would otherwise PATH-resolve a bare name itself; here we have to do it.
|
|
127
|
-
let absPath = bin;
|
|
128
|
-
if (!path.isAbsolute(bin)) {
|
|
129
|
-
try {
|
|
130
|
-
const out = execFileSync('where', [bin], {
|
|
131
|
-
encoding: 'utf8',
|
|
132
|
-
stdio: ['ignore', 'pipe', 'ignore'],
|
|
133
|
-
}).trim();
|
|
134
|
-
absPath = out.split(/\r?\n/)[0].trim();
|
|
135
|
-
} catch (_) {
|
|
136
|
-
return null;
|
|
137
|
-
}
|
|
138
|
-
if (!absPath) return null;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
let content;
|
|
142
|
-
try { content = fs.readFileSync(absPath, 'utf8'); }
|
|
143
|
-
catch (_) { return null; }
|
|
144
|
-
|
|
145
|
-
// The "%_prog%" line is the actual exec. Some shim variants use single
|
|
146
|
-
// quotes around the path or omit them entirely on the entry; the npm-cli
|
|
147
|
-
// default (the one we care about) double-quotes both, so anchor on that.
|
|
148
|
-
const m = content.match(/"%dp0%[\\/](.+?)"\s*%\*/);
|
|
149
|
-
if (!m) return null;
|
|
150
|
-
const entry = path.resolve(path.dirname(absPath), m[1]);
|
|
151
|
-
|
|
152
|
-
// npm shims may omit the .js extension (Node resolves it). Accept the
|
|
153
|
-
// path as-is OR with .js / .mjs appended, then hand the unresolved form
|
|
154
|
-
// back to Node so its own require/resolve handles the lookup.
|
|
155
|
-
if (!fs.existsSync(entry) &&
|
|
156
|
-
!fs.existsSync(entry + '.js') &&
|
|
157
|
-
!fs.existsSync(entry + '.mjs')) {
|
|
158
|
-
return null;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
return { bin: process.execPath, args: [entry, ...(args || [])] };
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
function resolveBin(harness) {
|
|
165
|
-
const spec = _BIN_SPECS[harness];
|
|
166
|
-
if (!spec) throw new Error(`execBridge: no bin spec for harness '${harness}'`);
|
|
167
|
-
if (process.env[spec.env]) return process.env[spec.env]; // env always wins, never cached stale
|
|
168
|
-
if (_binCache[harness]) return _binCache[harness];
|
|
169
|
-
try { execSync(`which ${spec.cmd}`, { stdio: 'ignore' }); _binCache[harness] = spec.cmd; return spec.cmd; }
|
|
170
|
-
catch (_) { /* fall through */ }
|
|
171
|
-
for (const c of spec.candidates) {
|
|
172
|
-
const abs = _expandHome(c);
|
|
173
|
-
if (abs !== spec.cmd) { try { if (fs.existsSync(abs)) { _binCache[harness] = abs; return abs; } } catch (_) {} }
|
|
174
|
-
}
|
|
175
|
-
return spec.cmd; // bare cmd, NOT cached (m10) — let a later PATH change be picked up
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
// ---------------------------------------------------------------------------
|
|
179
|
-
// writeScopedSettings — bridge-owned, validated. NEVER the user's repo .claude/settings.json.
|
|
180
|
-
// --print silently ignores an invalid settings file, so we JSON.parse it back.
|
|
181
|
-
// ---------------------------------------------------------------------------
|
|
182
|
-
function writeScopedSettings() {
|
|
183
|
-
const dir = getEvolutionDir();
|
|
184
|
-
try { if (!fs.existsSync(dir)) fs.mkdirSync(dir, { recursive: true }); } catch (_) {}
|
|
185
|
-
const p = path.join(dir, 'hand_claude_settings.json');
|
|
186
|
-
const settings = {
|
|
187
|
-
permissions: {
|
|
188
|
-
allow: [
|
|
189
|
-
'Edit', 'Write', 'Read', 'Glob', 'Grep',
|
|
190
|
-
'Bash(node index.js solidify)',
|
|
191
|
-
'Bash(git status*)', 'Bash(git diff*)', 'Bash(git add*)', 'Bash(git rev-parse*)', 'Bash(git ls-files*)',
|
|
192
|
-
],
|
|
193
|
-
deny: [
|
|
194
|
-
'Bash(git push*)', 'Bash(rm -rf *)', 'Bash(curl *)', 'Bash(wget *)', 'Bash(sudo *)',
|
|
195
|
-
'WebFetch', 'WebSearch',
|
|
196
|
-
],
|
|
197
|
-
},
|
|
198
|
-
};
|
|
199
|
-
fs.writeFileSync(p, JSON.stringify(settings, null, 2) + '\n', 'utf8');
|
|
200
|
-
// footgun guard (gate 1.4): a settings file that fails to parse is silently
|
|
201
|
-
// ignored by --print, which under acceptEdits could over-permit. Fail loud.
|
|
202
|
-
try { JSON.parse(fs.readFileSync(p, 'utf8')); }
|
|
203
|
-
catch (e) { throw new Error(`execBridge: wrote invalid scoped settings at ${p}: ${e.message}`); }
|
|
204
|
-
return p;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
// ---------------------------------------------------------------------------
|
|
208
|
-
// appendStatusFileContract — Risk #6: the GEP task only weakly mentions solidify,
|
|
209
|
-
// but the gate keys on [SOLIDIFY] SUCCESS/FAILED + a status JSON. Append a
|
|
210
|
-
// contract verbatim-aligned with evaluateStatusGate so a real success can't
|
|
211
|
-
// fall through to failure.
|
|
212
|
-
// ---------------------------------------------------------------------------
|
|
213
|
-
function appendStatusFileContract(taskText, statusFile, cycleTag) {
|
|
214
|
-
return String(taskText || '') +
|
|
215
|
-
'\n\n━━━━━━━━━━━━━━━━━━━━━━\n' +
|
|
216
|
-
'MANDATORY POST-SOLIDIFY STEP (exec-bridge authority — cannot be skipped)\n' +
|
|
217
|
-
'━━━━━━━━━━━━━━━━━━━━━━\n\n' +
|
|
218
|
-
'After applying your changes you MUST run:\n' +
|
|
219
|
-
' node index.js solidify\n' +
|
|
220
|
-
'It must print `[SOLIDIFY] SUCCESS` on completion (or `[SOLIDIFY] FAILED` on failure).\n\n' +
|
|
221
|
-
`Then write this status file (cycle ${cycleTag}) at EXACTLY this path:\n` +
|
|
222
|
-
` ${statusFile}\n` +
|
|
223
|
-
'with this JSON shape:\n' +
|
|
224
|
-
' {"result":"success|failure","en":"Status: [INTENT] <what you did, English, 1-2 sentences>","zh":"状态: [意图] <中文,1-2句>"}\n\n' +
|
|
225
|
-
'Rules: INTENT ∈ {INNOVATION, REPAIR, OPTIMIZE}. "en"/"zh" must describe the ACTUAL work (no generic "done"). ' +
|
|
226
|
-
'Both the [SOLIDIFY] marker AND this status file are required for the cycle to count as success.\n';
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
// ---------------------------------------------------------------------------
|
|
230
|
-
// runChild — spawn with HARD timeout + group-kill (B1) + buffer cap (M4) +
|
|
231
|
-
// label prefix (M6) + M3 clean-exit-not-timeout. Always resolves (never hangs).
|
|
232
|
-
// ---------------------------------------------------------------------------
|
|
233
|
-
function runChild(spawnFn, bin, args, { env, stdinText, timeoutMs, label, bufferMode, cwd } = {}) {
|
|
234
|
-
return new Promise((resolve) => {
|
|
235
|
-
let child;
|
|
236
|
-
// CVE-2024-27980: Node >= 18.20.2 refuses to spawn .cmd / .bat without
|
|
237
|
-
// shell:true. When the target is a recognized npm-cli Windows shim we
|
|
238
|
-
// rewrite (bin, args) into (node.exe, [<entry.js>, ...args]) and bypass
|
|
239
|
-
// the .cmd shell entirely. Pass-through for everything else: POSIX
|
|
240
|
-
// hosts, .exe binaries, and unrecognized custom shims (caller may need
|
|
241
|
-
// to install via an installer that produces .exe, or set the *_BIN env
|
|
242
|
-
// override to an absolute non-.cmd path).
|
|
243
|
-
const shim = _resolveNpmCmdShim(bin, args);
|
|
244
|
-
const spawnBin = shim ? shim.bin : bin;
|
|
245
|
-
const spawnArgs = shim ? shim.args : args;
|
|
246
|
-
try {
|
|
247
|
-
child = spawnFn(spawnBin, spawnArgs, {
|
|
248
|
-
env,
|
|
249
|
-
cwd: cwd || undefined, // #179 r4: run children in the evolution repo, not the launcher's cwd
|
|
250
|
-
detached: true, // B1: own process group so we can kill the whole subtree
|
|
251
|
-
stdio: [stdinText != null ? 'pipe' : 'ignore', 'pipe', 'pipe'],
|
|
252
|
-
});
|
|
253
|
-
} catch (e) {
|
|
254
|
-
resolve({ code: null, stdout: '', stderr: '', timedOut: false, spawnError: e.message, truncated: false });
|
|
255
|
-
return;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
let out = '', err = '', truncated = false;
|
|
259
|
-
let timedOut = false, spawnError = null, settled = false;
|
|
260
|
-
let hardTimer = null, killTimer = null, backstop = null;
|
|
261
|
-
const cap = MAX_BUF_BYTES();
|
|
262
|
-
const pfx = label ? `[${label}] ` : '';
|
|
263
|
-
// bufferMode picks which end of an over-cap stream to KEEP:
|
|
264
|
-
// 'head' — the Brain emits sessions_spawn(...) FIRST, so keep the head or a
|
|
265
|
-
// huge full-prompt log after it would evict the line we must scrape
|
|
266
|
-
// (Bugbot #179 r2: no_spawn despite a good Brain run).
|
|
267
|
-
// 'tail' — the Hand's claude result JSON + [SOLIDIFY] markers are at the END.
|
|
268
|
-
const mode = bufferMode === 'head' ? 'head' : 'tail';
|
|
269
|
-
|
|
270
|
-
// M4: bound the retained buffer at `cap` even when a single chunk is huge —
|
|
271
|
-
// concat then hard-slice every append so one large write can't blow past it.
|
|
272
|
-
const append = (buf, chunk) => {
|
|
273
|
-
const combined = buf + chunk;
|
|
274
|
-
if (combined.length <= cap) return combined;
|
|
275
|
-
truncated = true;
|
|
276
|
-
return mode === 'head' ? combined.slice(0, cap) : combined.slice(-cap);
|
|
277
|
-
};
|
|
278
|
-
|
|
279
|
-
const finish = (code) => {
|
|
280
|
-
if (settled) return; settled = true;
|
|
281
|
-
if (code === 0) timedOut = false; // M3: clean exit within grace is NOT a timeout
|
|
282
|
-
clearTimeout(hardTimer); clearTimeout(killTimer); clearTimeout(backstop);
|
|
283
|
-
resolve({ code, stdout: out, stderr: err, timedOut, spawnError, truncated });
|
|
284
|
-
};
|
|
285
|
-
|
|
286
|
-
child.on('error', (e) => { spawnError = e.message; finish(null); });
|
|
287
|
-
// #179 r6 (security MEDIUM): live-mirroring raw child output to the parent's
|
|
288
|
-
// stdout/stderr aids debugging but can surface tool output / secrets in logs.
|
|
289
|
-
// Mirror by default (operator-facing progress), but allow muting via
|
|
290
|
-
// EVOLVE_HAND_QUIET=true; the captured buffer is unaffected either way.
|
|
291
|
-
const mirror = String(process.env.EVOLVE_HAND_QUIET || '').toLowerCase() !== 'true';
|
|
292
|
-
if (child.stdout) child.stdout.on('data', (d) => { out = append(out, d.toString()); if (mirror) process.stdout.write(pfx + d); });
|
|
293
|
-
if (child.stderr) child.stderr.on('data', (d) => { err = append(err, d.toString()); if (mirror) process.stderr.write(pfx + d); });
|
|
294
|
-
child.on('close', (code) => finish(code));
|
|
295
|
-
|
|
296
|
-
hardTimer = setTimeout(() => {
|
|
297
|
-
timedOut = true;
|
|
298
|
-
const pid = child.pid;
|
|
299
|
-
try { process.kill(-pid, 'SIGTERM'); } catch (_) { try { child.kill('SIGTERM'); } catch (_) {} }
|
|
300
|
-
killTimer = setTimeout(() => {
|
|
301
|
-
try { process.kill(-pid, 'SIGKILL'); } catch (_) { try { child.kill('SIGKILL'); } catch (_) {} }
|
|
302
|
-
}, KILL_GRACE_MS());
|
|
303
|
-
// backstop: even an unkillable child can't wedge the loop — detach pipes,
|
|
304
|
-
// unref, and resolve so the parent event loop drains.
|
|
305
|
-
backstop = setTimeout(() => {
|
|
306
|
-
try { if (child.stdout) child.stdout.destroy(); if (child.stderr) child.stderr.destroy(); child.unref(); } catch (_) {}
|
|
307
|
-
finish(null);
|
|
308
|
-
}, KILL_GRACE_MS() + 5000);
|
|
309
|
-
}, timeoutMs);
|
|
310
|
-
|
|
311
|
-
if (stdinText != null) writeStdin(child, stdinText);
|
|
312
|
-
});
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
// m7: EPIPE-guarded one-shot stdin write+end (child gets EOF to start its turn).
|
|
316
|
-
function writeStdin(child, text) {
|
|
317
|
-
if (!child.stdin) return;
|
|
318
|
-
child.stdin.on('error', () => {}); // swallow EPIPE if child already exited
|
|
319
|
-
try { child.stdin.write(String(text), 'utf8'); child.stdin.end(); }
|
|
320
|
-
catch (_) { /* child gone; the timeout/close path handles it */ }
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
// ---------------------------------------------------------------------------
|
|
324
|
-
// tryParseClaudeResult — M5: claude -p --output-format json emits ONE result
|
|
325
|
-
// doc. Strip our [Hand] prefix, take the last non-empty line, JSON.parse it.
|
|
326
|
-
// Do NOT substring-match (model's free-text result may contain "type":"result").
|
|
327
|
-
// ---------------------------------------------------------------------------
|
|
328
|
-
function tryParseClaudeResult(stdout) {
|
|
329
|
-
const lines = String(stdout || '')
|
|
330
|
-
.split('\n')
|
|
331
|
-
.map((l) => l.replace(/^\[Hand\]\s?/, '').trim())
|
|
332
|
-
.filter(Boolean);
|
|
333
|
-
for (let i = lines.length - 1; i >= 0; i--) {
|
|
334
|
-
if (!lines[i].startsWith('{')) continue;
|
|
335
|
-
try {
|
|
336
|
-
const o = JSON.parse(lines[i]);
|
|
337
|
-
if (o && o.type === 'result') return o;
|
|
338
|
-
} catch (_) { /* keep scanning upward */ }
|
|
339
|
-
}
|
|
340
|
-
return null;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
// ---------------------------------------------------------------------------
|
|
344
|
-
// evaluateStatusGate — minimal v1 gate. Fallback A/B behind EVOLVE_EXEC_FALLBACKS.
|
|
345
|
-
// ---------------------------------------------------------------------------
|
|
346
|
-
function evaluateStatusGate({ r, statusFile, cycleStartMs, attemptStartMs, solidifyProof }) {
|
|
347
|
-
const combined = `${r.stdout}\n${r.stderr}`;
|
|
348
|
-
if (r.spawnError) return { ok: false, kind: 'spawn_error', reason: `spawn error: ${r.spawnError}` };
|
|
349
|
-
|
|
350
|
-
// claude JSON classification first (deterministic)
|
|
351
|
-
const jr = tryParseClaudeResult(r.stdout);
|
|
352
|
-
if (jr) {
|
|
353
|
-
// #179 r4: persist only the fixed enum subtype, never jr.result (free model
|
|
354
|
-
// text — may contain secrets/tool output that lands in the lessons log).
|
|
355
|
-
if (jr.is_error) return { ok: false, kind: 'nonzero', reason: `claude is_error: ${String(jr.subtype || 'unknown').slice(0, 80)}` };
|
|
356
|
-
if (Array.isArray(jr.permission_denials) && jr.permission_denials.length > 0) {
|
|
357
|
-
// surface only the denied tool NAMES, never tool_input (the command may
|
|
358
|
-
// embed secrets). Names are a bounded, non-sensitive enum.
|
|
359
|
-
const names = jr.permission_denials.map((d) => (d && d.tool_name) || '?').slice(0, 10);
|
|
360
|
-
return { ok: false, kind: 'permission_denied', reason: `tool perms denied: ${names.join(',')}` };
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
const hasSolidifyFail = combined.includes('[SOLIDIFY] FAILED'); // honored for ALL harnesses (cheap, can only fail)
|
|
365
|
-
// P4-b: how to obtain POSITIVE proof that solidify succeeded.
|
|
366
|
-
// 'stdout' (default — claude-code): the [SOLIDIFY] SUCCESS marker rides the
|
|
367
|
-
// claude --output-format json transcript reliably. Unchanged behavior.
|
|
368
|
-
// 'state' (codex/opencode): those harnesses frame/swallow the child's
|
|
369
|
-
// stdout, so trust the evolver-written evolution_solidify_state.json
|
|
370
|
-
// instead (written by solidify.js, freshness+skip_reason gated). Stricter,
|
|
371
|
-
// not weaker. Per-attempt freshness uses attemptStartMs (cycleStartMs fallback).
|
|
372
|
-
const sinceMs = Number.isFinite(attemptStartMs) ? attemptStartMs : cycleStartMs;
|
|
373
|
-
const hasSolidifyOk = (solidifyProof === 'state')
|
|
374
|
-
? solidifyStateSucceededSince(sinceMs)
|
|
375
|
-
: combined.includes('[SOLIDIFY] SUCCESS');
|
|
376
|
-
const statusResult = readStatusResult(statusFile); // null | 'success' | 'failure' | 'invalid'
|
|
377
|
-
|
|
378
|
-
// success check BEFORE honoring timeout (M3: clean exit within SIGTERM grace).
|
|
379
|
-
// Bugbot #179 r3: require POSITIVE proof of solidify, not just absence of
|
|
380
|
-
// FAILED. A Hand that skips `node index.js solidify`, or writes
|
|
381
|
-
// result:"failure", must NOT close the cycle as success. So: exit 0 AND no
|
|
382
|
-
// FAILED marker AND positive solidify proof (marker OR state per solidifyProof)
|
|
383
|
-
// AND a status file whose parsed result is exactly "success".
|
|
384
|
-
if (r.code === 0 && !hasSolidifyFail && hasSolidifyOk && statusResult === 'success') {
|
|
385
|
-
return { ok: true, kind: 'success', reason: '' };
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
if (r.timedOut) return { ok: false, kind: 'timeout', reason: `hand timed out after ${HAND_TIMEOUT_MS()}ms` };
|
|
389
|
-
|
|
390
|
-
if (String(process.env.EVOLVE_EXEC_FALLBACKS || '') === 'true') {
|
|
391
|
-
// Fallback A: stdout success markers -> auto-write status (v1.1 — port from feishu).
|
|
392
|
-
// P4-b (Bugbot #184): this path trusts stdout/stderr markers, which is exactly
|
|
393
|
-
// what solidifyProof:'state' exists to DISTRUST (codex frames its transcript to
|
|
394
|
-
// stderr; opencode reframes tool output into events). So skip Fallback A entirely
|
|
395
|
-
// for 'state' harnesses — they fall through to Fallback B (the state-file proof,
|
|
396
|
-
// which rejects skip_reason). claude-code ('stdout') keeps Fallback A unchanged.
|
|
397
|
-
const hasEvent = combined.includes('"type": "EvolutionEvent"') || combined.includes('"type":"EvolutionEvent"');
|
|
398
|
-
const hasCapsule = combined.includes('"type": "Capsule"') || combined.includes('"type":"Capsule"');
|
|
399
|
-
if (solidifyProof !== 'state' && r.code === 0 && !hasSolidifyFail && (combined.includes('[SOLIDIFY] SUCCESS') || (hasEvent && hasCapsule))) {
|
|
400
|
-
try {
|
|
401
|
-
fs.writeFileSync(statusFile, JSON.stringify({
|
|
402
|
-
result: 'success',
|
|
403
|
-
en: 'Status: [AUTO-DETECTED] Hand completed work (status auto-generated by exec-bridge).',
|
|
404
|
-
zh: '状态: [自动检测] Hand 完成工作(状态由 exec-bridge 自动生成)。',
|
|
405
|
-
}, null, 2));
|
|
406
|
-
return { ok: true, kind: 'success_fallback_a', reason: '' };
|
|
407
|
-
} catch (_) { /* fall through */ }
|
|
408
|
-
}
|
|
409
|
-
// Fallback B: solidify_state confirms a success AFTER THIS ATTEMPT started.
|
|
410
|
-
// Bugbot #179 r3: must gate on the per-ATTEMPT start, not the per-cycle start.
|
|
411
|
-
// P4-b (Bugbot #184): reuse solidifyStateSucceededSince so Fallback B applies
|
|
412
|
-
// the SAME success criteria as the primary 'state' proof — in particular it
|
|
413
|
-
// must also REJECT a fresh status:'success' that carries skip_reason (e.g. a
|
|
414
|
-
// PR-overlap rollback). Inlining the check here previously let such a rollback
|
|
415
|
-
// close the cycle as success_fallback_b even though the primary gate rejects it.
|
|
416
|
-
if (solidifyStateSucceededSince(sinceMs)) {
|
|
417
|
-
return { ok: true, kind: 'success_fallback_b', reason: '' };
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
// classify the failure precisely (#267): distinguish no-solidify-marker,
|
|
422
|
-
// explicit result:"failure", and missing/invalid status from a plain nonzero.
|
|
423
|
-
let kind;
|
|
424
|
-
if (hasSolidifyFail) kind = 'solidify_failed';
|
|
425
|
-
else if (!hasSolidifyOk) kind = 'no_solidify_marker';
|
|
426
|
-
else if (statusResult === null) kind = 'no_status';
|
|
427
|
-
else if (statusResult === 'failure') kind = 'status_failure';
|
|
428
|
-
else if (statusResult === 'invalid') kind = 'status_invalid';
|
|
429
|
-
else kind = 'nonzero';
|
|
430
|
-
// #299: do NOT persist raw model/tool stdout (may contain secrets). Keep only
|
|
431
|
-
// a classified, bounded reason — no transcript tail.
|
|
432
|
-
return { ok: false, kind, reason: `code=${r.code} solidify_ok=${hasSolidifyOk} status_result=${statusResult}` };
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
// Parse the Hand-written status file: -> 'success' | 'failure' | 'invalid' | null(absent).
|
|
436
|
-
// #267: a positive `result:"success"` is required for the success gate.
|
|
437
|
-
function readStatusResult(statusFile) {
|
|
438
|
-
if (!statusFile || !fs.existsSync(statusFile)) return null;
|
|
439
|
-
try {
|
|
440
|
-
const o = JSON.parse(fs.readFileSync(statusFile, 'utf8'));
|
|
441
|
-
if (o && o.result === 'success') return 'success';
|
|
442
|
-
if (o && o.result === 'failure') return 'failure';
|
|
443
|
-
return 'invalid';
|
|
444
|
-
} catch (_) { return 'invalid'; }
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
// P4-b: harness-AGNOSTIC positive proof that `node index.js solidify` ran and
|
|
448
|
-
// SUCCEEDED in THIS attempt — used for harnesses (codex/opencode) whose
|
|
449
|
-
// stdout/stderr may not relay the `[SOLIDIFY] SUCCESS` marker verbatim (codex
|
|
450
|
-
// frames its transcript to stderr; opencode reframes tool output into events).
|
|
451
|
-
// This is STRICTER than the stdout substring, not weaker: the state file is
|
|
452
|
-
// written by solidify.js itself (not the model, so it can't be faked by an
|
|
453
|
-
// echoed line), it is freshness-gated per-attempt, and it rejects any
|
|
454
|
-
// skip_reason. solidify.js writes state.last_solidify UNCONDITIONALLY on both
|
|
455
|
-
// success and failure (solidify.js:~1169), so freshness alone is insufficient —
|
|
456
|
-
// we require outcome.status==='success' AND no skip_reason AND at>=sinceMs.
|
|
457
|
-
// A PR-overlap rollback serializes outcome.status:'success' + skip_reason:
|
|
458
|
-
// 'open_pr_overlap' (solidify.js:~942) — that is NOT a real solidify success.
|
|
459
|
-
function solidifyStateSucceededSince(sinceMs) {
|
|
460
|
-
try {
|
|
461
|
-
if (!Number.isFinite(sinceMs)) return false;
|
|
462
|
-
const stPath = path.join(getEvolutionDir(), 'evolution_solidify_state.json');
|
|
463
|
-
if (!fs.existsSync(stPath)) return false;
|
|
464
|
-
const st = JSON.parse(fs.readFileSync(stPath, 'utf8'));
|
|
465
|
-
const ls = st && st.last_solidify;
|
|
466
|
-
if (!ls || !ls.outcome) return false;
|
|
467
|
-
if (ls.outcome.status !== 'success') return false;
|
|
468
|
-
if (ls.outcome.skip_reason) return false; // PR-overlap rollback etc. is NOT a real success
|
|
469
|
-
const at = Date.parse(ls.at || 0);
|
|
470
|
-
return Number.isFinite(at) && at >= sinceMs;
|
|
471
|
-
} catch (_) { return false; }
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
// thin lesson bank (full bank deferred to v1.1)
|
|
475
|
-
function appendFailureLesson(cycleTag, tag, reason) {
|
|
476
|
-
try {
|
|
477
|
-
const dir = getEvolutionDir();
|
|
478
|
-
if (!fs.existsSync(dir)) fs.mkdirSync(dir, { recursive: true });
|
|
479
|
-
fs.appendFileSync(path.join(dir, 'exec_bridge_lessons.jsonl'),
|
|
480
|
-
JSON.stringify({ at: new Date().toISOString(), cycle: cycleTag, tag, reason: String(reason || '').slice(0, 500) }) + '\n', 'utf8');
|
|
481
|
-
} catch (_) {}
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
// ---------------------------------------------------------------------------
|
|
485
|
-
// Recipes — per-harness Hand invocation.
|
|
486
|
-
// ---------------------------------------------------------------------------
|
|
487
|
-
const RECIPES = {
|
|
488
|
-
'claude-code': {
|
|
489
|
-
deliversTaskVia: 'stdin',
|
|
490
|
-
buildArgs({ sessionId, statusFile, cycleTag, settingsPath }) {
|
|
491
|
-
const allow = [
|
|
492
|
-
'Edit', 'Write', 'Read', 'Glob', 'Grep',
|
|
493
|
-
'Bash(node index.js solidify)',
|
|
494
|
-
'Bash(git status*)', 'Bash(git diff*)', 'Bash(git add*)', 'Bash(git rev-parse*)', 'Bash(git ls-files*)',
|
|
495
|
-
];
|
|
496
|
-
const args = [
|
|
497
|
-
'-p', '--output-format', 'json',
|
|
498
|
-
'--permission-mode', 'acceptEdits',
|
|
499
|
-
'--settings', settingsPath,
|
|
500
|
-
'--allowedTools', ...allow, // redundant defense vs silently-ignored settings (gate 1.4)
|
|
501
|
-
'--model', process.env.EVOLVE_HAND_MODEL || 'sonnet',
|
|
502
|
-
'--session-id', sessionId,
|
|
503
|
-
'--add-dir', getRepoRoot(),
|
|
504
|
-
'--max-turns', String(process.env.EVOLVE_HAND_MAX_TURNS || 60),
|
|
505
|
-
...(String(process.env.EVOLVE_HAND_DANGEROUS || '') === 'true' ? ['--dangerously-skip-permissions'] : []),
|
|
506
|
-
];
|
|
507
|
-
return { bin: resolveBin('claude-code'), args,
|
|
508
|
-
env: { EVOLVE_CYCLE_TAG: String(cycleTag), EVOLVE_STATUS_FILE: statusFile } };
|
|
509
|
-
},
|
|
510
|
-
},
|
|
511
|
-
// v1.1 — contract written, dormant (feishu already closes the openclaw loop).
|
|
512
|
-
'openclaw': {
|
|
513
|
-
deliversTaskVia: 'argv',
|
|
514
|
-
buildArgs({ sessionId, statusFile, cycleTag, taskText }) {
|
|
515
|
-
return {
|
|
516
|
-
bin: resolveBin('openclaw'),
|
|
517
|
-
args: ['agent', '--agent', 'main', '--session-id', sessionId, '-m', taskText, '--timeout', '600'],
|
|
518
|
-
env: { EVOLVE_CYCLE_TAG: String(cycleTag), EVOLVE_STATUS_FILE: statusFile },
|
|
519
|
-
};
|
|
520
|
-
},
|
|
521
|
-
},
|
|
522
|
-
// P4-b — codex-cli 0.131.0 headless `codex exec`. SHADOW/experimental until the
|
|
523
|
-
// live smoke test (scripts/smoke-exec-hand.sh) passes on a working-provider box.
|
|
524
|
-
// Verified on-box 2026-06-03 (flags/sandbox/framing; the live agentic turn was
|
|
525
|
-
// NOT verifiable here — provider auth 401):
|
|
526
|
-
// * deliversTaskVia:'stdin' — `codex exec` with no PROMPT reads stdin; the
|
|
527
|
-
// bridge pipes taskText (stdio[0]='pipe'). Avoids the argv leading-dash footgun.
|
|
528
|
-
// * solidifyProof:'state' — codex frames its transcript to STDERR (stdout=0 bytes)
|
|
529
|
-
// and may not relay the child `node index.js solidify` stdout, so the gate uses
|
|
530
|
-
// evolution_solidify_state.json (written by solidify.js) as positive proof.
|
|
531
|
-
// * -s workspace-write: writes confined to [workdir,/tmp,$TMPDIR], NETWORK OFF —
|
|
532
|
-
// the claude-acceptEdits analog (NOT --dangerously-bypass). Coarser than claude's
|
|
533
|
-
// per-command allow/deny (codex may run arbitrary shell INSIDE the sandbox), but
|
|
534
|
-
// network-off + cwd=git-repo make in-workspace damage recoverable.
|
|
535
|
-
// * -c approval_policy=never: non-interactive auto-approve INSIDE the sandbox.
|
|
536
|
-
// * -C REPO_ROOT: working + sandbox root.
|
|
537
|
-
// * --add-dir getEvolutionDir(): UNCONDITIONAL — MEMORY_DIR/EVOLUTION_DIR/
|
|
538
|
-
// OPENCLAW_WORKSPACE/EVOLVER_SESSION_SCOPE (paths.js) can relocate the status +
|
|
539
|
-
// state files OUTSIDE REPO_ROOT, which workspace-write would otherwise block.
|
|
540
|
-
// * --skip-git-repo-check + --ephemeral (no session persistence in ~/.codex).
|
|
541
|
-
// * NO --session-id (codex has none; resume is a subcommand) — passed id ignored.
|
|
542
|
-
// * EVOLVE_HAND_DANGEROUS=true escalates to danger-full-access (parity escape hatch).
|
|
543
|
-
// * -m only when EVOLVE_HAND_MODEL is set (codex wants a bare model name; claude's
|
|
544
|
-
// 'sonnet' default would be wrong to forward).
|
|
545
|
-
'codex': {
|
|
546
|
-
deliversTaskVia: 'stdin',
|
|
547
|
-
solidifyProof: 'state',
|
|
548
|
-
buildArgs({ statusFile, cycleTag }) {
|
|
549
|
-
const sandbox = String(process.env.EVOLVE_HAND_DANGEROUS || '') === 'true'
|
|
550
|
-
? 'danger-full-access' : 'workspace-write';
|
|
551
|
-
const args = [
|
|
552
|
-
'exec',
|
|
553
|
-
'-s', sandbox,
|
|
554
|
-
'-c', 'approval_policy=never',
|
|
555
|
-
'-C', getRepoRoot(),
|
|
556
|
-
'--add-dir', getEvolutionDir(),
|
|
557
|
-
'--skip-git-repo-check',
|
|
558
|
-
'--ephemeral',
|
|
559
|
-
...(process.env.EVOLVE_HAND_MODEL ? ['-m', process.env.EVOLVE_HAND_MODEL] : []),
|
|
560
|
-
// task delivered on stdin (deliversTaskVia:'stdin'); no PROMPT argv.
|
|
561
|
-
];
|
|
562
|
-
return { bin: resolveBin('codex'), args,
|
|
563
|
-
env: { EVOLVE_CYCLE_TAG: String(cycleTag), EVOLVE_STATUS_FILE: statusFile } };
|
|
564
|
-
},
|
|
565
|
-
},
|
|
566
|
-
// P4-b — opencode 1.14.41 headless `opencode run [message..]`. SHADOW/experimental
|
|
567
|
-
// (same live-turn caveat as codex; opencode hung at the model call on-box).
|
|
568
|
-
// * deliversTaskVia:'argv' — `opencode run` reads the message from the ARGV
|
|
569
|
-
// positional (NOT stdin). Verified multiline-safe (ARG_MAX 3.2MB, shell-free
|
|
570
|
-
// array spawn). The message MUST be the LAST arg (variadic [message..]); a `--`
|
|
571
|
-
// terminator guards a '-'-leading taskText.
|
|
572
|
-
// * solidifyProof:'state' — same rationale; opencode reframes tool output into
|
|
573
|
-
// events that bufferMode:'tail' could evict.
|
|
574
|
-
// * PERMISSIONS ASYMMETRY (honest): opencode has NO fine-grained scoping or
|
|
575
|
-
// sandbox — only the blunt --dangerously-skip-permissions (can run unrestricted
|
|
576
|
-
// shell: push/curl/rm anywhere). Mandatory for headless function (else it hangs
|
|
577
|
-
// on the first edit approval), so it is gated by a SECOND explicit env
|
|
578
|
-
// EVOLVE_OPENCODE_DANGEROUS=true, refused FAIL-FAST before the loop in
|
|
579
|
-
// runExecBridge (NOT thrown from buildArgs, which stays pure). Weakest-isolation
|
|
580
|
-
// harness — documented, opt-in twice.
|
|
581
|
-
// * --dir REPO_ROOT. No --format json (default relays to stdout = operator mirror;
|
|
582
|
-
// json buries output in non-tail events). -m only when EVOLVE_HAND_MODEL set
|
|
583
|
-
// (opencode wants provider/model).
|
|
584
|
-
'opencode': {
|
|
585
|
-
deliversTaskVia: 'argv',
|
|
586
|
-
solidifyProof: 'state',
|
|
587
|
-
buildArgs({ statusFile, cycleTag, taskText }) {
|
|
588
|
-
const args = [
|
|
589
|
-
'run',
|
|
590
|
-
'--dangerously-skip-permissions', // blunt; gated by EVOLVE_OPENCODE_DANGEROUS (checked pre-loop)
|
|
591
|
-
'--dir', getRepoRoot(),
|
|
592
|
-
...(process.env.EVOLVE_HAND_MODEL ? ['-m', process.env.EVOLVE_HAND_MODEL] : []),
|
|
593
|
-
'--', // terminate flags so a '-'-leading taskText is the message, not a flag
|
|
594
|
-
taskText, // positional message — MUST be last (variadic [message..])
|
|
595
|
-
];
|
|
596
|
-
return { bin: resolveBin('opencode'), args,
|
|
597
|
-
env: { EVOLVE_CYCLE_TAG: String(cycleTag), EVOLVE_STATUS_FILE: statusFile } };
|
|
598
|
-
},
|
|
599
|
-
},
|
|
600
|
-
// P3: a LIGHT read-only claude for DISTILLATION — it reads a distill prompt on
|
|
601
|
-
// stdin and outputs a Gene JSON; it must NOT edit files or run tools. Hence
|
|
602
|
-
// --permission-mode plan (read-only posture), no --add-dir / --settings /
|
|
603
|
-
// --allowedTools (an empty --allowedTools would swallow the next arg), low
|
|
604
|
-
// --max-turns. Distinct from the 'claude-code' Hand recipe (which edits + solidifies).
|
|
605
|
-
'claude-distill': {
|
|
606
|
-
deliversTaskVia: 'stdin',
|
|
607
|
-
buildArgs({ sessionId }) {
|
|
608
|
-
const args = [
|
|
609
|
-
'-p', '--output-format', 'json',
|
|
610
|
-
'--permission-mode', 'plan',
|
|
611
|
-
'--model', process.env.EVOLVE_DISTILL_MODEL || 'sonnet',
|
|
612
|
-
'--session-id', sessionId,
|
|
613
|
-
'--max-turns', String(parseInt(process.env.EVOLVE_DISTILL_MAX_TURNS || '3', 10) || 3),
|
|
614
|
-
];
|
|
615
|
-
return { bin: resolveBin('claude-code'), args, env: {} };
|
|
616
|
-
},
|
|
617
|
-
},
|
|
618
|
-
};
|
|
619
|
-
|
|
620
|
-
// ---------------------------------------------------------------------------
|
|
621
|
-
// runExecBridge — the loop. Brain -> scrape -> Hand (retry w/ hard timeout) -> gate.
|
|
622
|
-
// ---------------------------------------------------------------------------
|
|
623
|
-
async function runExecBridge(opts = {}) {
|
|
624
|
-
const harness = opts.harness || 'claude-code';
|
|
625
|
-
const recipe = RECIPES[harness];
|
|
626
|
-
if (!recipe) throw new Error(`execBridge: no recipe for harness '${harness}'`);
|
|
627
|
-
// P4-b: opencode has NO sandbox / fine-grained permissions — only the blunt
|
|
628
|
-
// --dangerously-skip-permissions (the Hand can run unrestricted shell). Refuse
|
|
629
|
-
// FAIL-FAST here (before any Brain run) unless the operator explicitly accepts
|
|
630
|
-
// that trade-off via a SECOND env. Done at the loop head — not in buildArgs
|
|
631
|
-
// (which must stay pure) — so a wasted Brain cycle never precedes the refusal.
|
|
632
|
-
if (harness === 'opencode'
|
|
633
|
-
&& String(process.env.EVOLVE_OPENCODE_DANGEROUS || '').toLowerCase() !== 'true') {
|
|
634
|
-
throw new Error(
|
|
635
|
-
'execBridge: opencode Hand requires EVOLVE_OPENCODE_DANGEROUS=true. opencode has no ' +
|
|
636
|
-
'fine-grained permission scoping (only the blunt --dangerously-skip-permissions, no ' +
|
|
637
|
-
'sandbox like codex -s workspace-write or claude --settings). Set it explicitly to accept ' +
|
|
638
|
-
'that the opencode Hand can run unrestricted shell, or use claude-code/codex.');
|
|
639
|
-
}
|
|
640
|
-
const spawnFn = opts.spawnFn || require('child_process').spawn;
|
|
641
|
-
const maxCycles = opts.once ? 1 : (Number(opts.maxCycles) || 0); // 0 = unbounded
|
|
642
|
-
const REPO_ROOT = getRepoRoot();
|
|
643
|
-
const MAX_RETRIES = parseInt(process.env.EVOLVE_HAND_MAX_RETRIES || '3', 10) || 3;
|
|
644
|
-
const BACKOFF_MS = (parseInt(process.env.EVOLVE_HAND_RETRY_BACKOFF_SECONDS || '15', 10) || 15) * 1000;
|
|
645
|
-
const settingsPath = (harness === 'claude-code') ? writeScopedSettings() : null;
|
|
646
|
-
|
|
647
|
-
let cycleCount = 0, lastOutcome = 'none';
|
|
648
|
-
while (maxCycles === 0 || cycleCount < maxCycles) {
|
|
649
|
-
cycleCount++;
|
|
650
|
-
const cycleStartMs = Date.now();
|
|
651
|
-
const cycleTag = String(cycleCount).padStart(4, '0');
|
|
652
|
-
const statusBase = path.join(getEvolutionDir(), `status_${cycleTag}`);
|
|
653
|
-
|
|
654
|
-
// BRAIN — force bridge print mode, scrape stdout (dispatch.js untouched).
|
|
655
|
-
const brain = await runChild(spawnFn, 'node', [EVOLVER_OWN_INDEX, 'run'], {
|
|
656
|
-
env: { ...process.env, EVOLVE_BRIDGE: 'true' }, stdinText: null, cwd: REPO_ROOT, // evolve the target tree, run evolver's own index.js
|
|
657
|
-
timeoutMs: BRAIN_TIMEOUT_MS(), label: 'Brain', bufferMode: 'head', // keep the sessions_spawn line at the head
|
|
658
|
-
});
|
|
659
|
-
if (brain.timedOut) { lastOutcome = 'brain_timeout'; appendFailureLesson(cycleTag, 'brain_timeout', brain.spawnError || ''); if (opts.once) break; await sleep(IDLE_SLEEP_MS()); continue; }
|
|
660
|
-
if (brain.code !== 0) { lastOutcome = 'brain_failed'; appendFailureLesson(cycleTag, 'brain_failed', brain.spawnError || `code=${brain.code}`); if (opts.once) break; await sleep(IDLE_SLEEP_MS()); continue; }
|
|
661
|
-
|
|
662
|
-
const spawnObj = parseFirstSpawnCall(brain.stdout);
|
|
663
|
-
if (!spawnObj || !spawnObj.task) { lastOutcome = 'no_spawn'; if (opts.once) break; await sleep(IDLE_SLEEP_MS()); continue; }
|
|
664
|
-
|
|
665
|
-
const baseTask = spawnObj.task;
|
|
666
|
-
let handOk = false;
|
|
667
|
-
let cycleOutcome = 'hand_failed'; // #179 r5: each cycle owns its outcome; the LAST cycle wins
|
|
668
|
-
for (let attempt = 1; attempt <= MAX_RETRIES && !handOk; attempt++) {
|
|
669
|
-
const attemptStartMs = Date.now(); // #179 r3: Fallback B must gate per-attempt, not per-cycle
|
|
670
|
-
const statusFile = `${statusBase}_${attempt}.json`; // m8: per-attempt file
|
|
671
|
-
try { if (fs.existsSync(statusFile)) fs.unlinkSync(statusFile); } catch (_) {}
|
|
672
|
-
const hint = attempt > 1
|
|
673
|
-
? `\n\nRETRY ${attempt}/${MAX_RETRIES}: previous attempt failed. Keep changes small/reversible; you MUST run \`node index.js solidify\` AND write the status JSON.\n`
|
|
674
|
-
: '';
|
|
675
|
-
const taskText = appendStatusFileContract(baseTask + hint, statusFile, cycleTag);
|
|
676
|
-
try { fs.writeFileSync(`${statusBase}_${attempt}_task.txt`, taskText); } catch (_) {}
|
|
677
|
-
|
|
678
|
-
const sessionId = (harness === 'claude-code') ? crypto.randomUUID() : `evolver_hand_${cycleTag}_${Date.now()}_${attempt}`;
|
|
679
|
-
const built = recipe.buildArgs({ sessionId, statusFile, cycleTag, settingsPath, taskText });
|
|
680
|
-
|
|
681
|
-
const r = await runChild(spawnFn, built.bin, built.args, {
|
|
682
|
-
env: { ...process.env, ...built.env },
|
|
683
|
-
stdinText: recipe.deliversTaskVia === 'stdin' ? taskText : null, cwd: REPO_ROOT, // Hand's solidify+git must run in the evolution repo
|
|
684
|
-
timeoutMs: HAND_TIMEOUT_MS(), label: 'Hand', bufferMode: 'tail', // keep claude's result JSON at the tail
|
|
685
|
-
});
|
|
686
|
-
|
|
687
|
-
const gate = evaluateStatusGate({ r, statusFile, cycleStartMs, attemptStartMs, solidifyProof: recipe.solidifyProof || 'stdout' });
|
|
688
|
-
if (gate.ok) { handOk = true; cycleOutcome = 'success'; break; }
|
|
689
|
-
appendFailureLesson(cycleTag, `hand_attempt_${attempt}_${gate.kind}`, gate.reason);
|
|
690
|
-
if (attempt < MAX_RETRIES) await sleep(BACKOFF_MS * attempt);
|
|
691
|
-
}
|
|
692
|
-
// #179 r5: assign unconditionally so a LATER cycle's failure is not masked by
|
|
693
|
-
// an EARLIER cycle's success. The latest cycle's outcome is the run outcome.
|
|
694
|
-
lastOutcome = cycleOutcome;
|
|
695
|
-
if (opts.once) break;
|
|
696
|
-
}
|
|
697
|
-
return { cycles: cycleCount, lastOutcome };
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
module.exports = {
|
|
701
|
-
runExecBridge, resolveBin, evaluateStatusGate, writeScopedSettings,
|
|
702
|
-
appendStatusFileContract, tryParseClaudeResult, runChild, RECIPES,
|
|
703
|
-
// Test-only surface for the CVE-2024-27980 Windows npm-shim resolver.
|
|
704
|
-
// Exposes the helper so tests can verify the parser handles real shim
|
|
705
|
-
// formats (claude-code, codex, opencode, openclaw, sdk packages) and
|
|
706
|
-
// gracefully returns null for non-shim targets, custom shims, missing
|
|
707
|
-
// entries, and non-Windows hosts.
|
|
708
|
-
__test: {
|
|
709
|
-
resolveNpmCmdShim: _resolveNpmCmdShim,
|
|
710
|
-
},
|
|
711
|
-
};
|
|
1
|
+
const _0x2aa4d6=_0x413a;(function(_0x53a3aa,_0x5509e5){const _0x41cb0c=_0x413a,_0x89988b=_0x53a3aa();while(!![]){try{const _0x2dd30d=parseInt(_0x41cb0c(0x247,'\x46\x33\x47\x52'))/(-0xa7f+0x1319*0x1+-0x899)+-parseInt(_0x41cb0c(0x1e5,'\x78\x4a\x6b\x5e'))/(-0x118c+-0x1*-0x263a+-0x14ac)+-parseInt(_0x41cb0c(0x26a,'\x5e\x5a\x37\x50'))/(0xb6b+-0x5*0x4a5+0xbd1)+-parseInt(_0x41cb0c(0x400,'\x23\x77\x50\x58'))/(-0x130a*0x1+0x14a3+0x3*-0x87)*(-parseInt(_0x41cb0c(0x3c4,'\x21\x6d\x58\x5a'))/(0x4e+0x1fee+-0x2037))+-parseInt(_0x41cb0c(0x37d,'\x6b\x56\x32\x38'))/(-0x1c1f+-0x185a+0x347f)+-parseInt(_0x41cb0c(0x2a2,'\x23\x6b\x32\x2a'))/(-0xffe+-0x7e0*0x2+0x1*0x1fc5)+parseInt(_0x41cb0c(0x2d8,'\x47\x62\x42\x69'))/(0x56*0x61+0x3b*0x1f+0x1*-0x27b3)*(parseInt(_0x41cb0c(0x332,'\x72\x63\x30\x29'))/(-0x6ee+-0x17f+-0x2d2*-0x3));if(_0x2dd30d===_0x5509e5)break;else _0x89988b['push'](_0x89988b['shift']());}catch(_0xfcde29){_0x89988b['push'](_0x89988b['shift']());}}}(_0x5e18,0xd8939+0x45d*-0x3+-0x610f0*0x1));const _0x5f3090=(function(){let _0x20a858=!![];return function(_0x349389,_0x1e9cb4){const _0x1ea9b3=_0x20a858?function(){const _0x152bcf=_0x413a;if(_0x1e9cb4){const _0x4a166f=_0x1e9cb4[_0x152bcf(0x2b1,'\x63\x54\x4d\x7a')](_0x349389,arguments);return _0x1e9cb4=null,_0x4a166f;}}:function(){};return _0x20a858=![],_0x1ea9b3;};}()),_0x321f7c=_0x5f3090(this,function(){const _0x4271c3=_0x413a,_0x5dcba3={};_0x5dcba3[_0x4271c3(0x39f,'\x75\x77\x31\x56')]=_0x4271c3(0x30b,'\x73\x58\x64\x4c')+_0x4271c3(0x613,'\x75\x77\x31\x56');const _0x11fe5e=_0x5dcba3;return _0x321f7c[_0x4271c3(0x5ed,'\x46\x6a\x35\x74')]()[_0x4271c3(0x518,'\x58\x25\x6b\x23')](_0x11fe5e[_0x4271c3(0x424,'\x58\x25\x6b\x23')])['\x74\x6f\x53\x74\x72\x69\x6e\x67']()[_0x4271c3(0x4a4,'\x73\x58\x64\x4c')+_0x4271c3(0x181,'\x24\x45\x21\x41')](_0x321f7c)[_0x4271c3(0x2ed,'\x24\x45\x21\x41')](_0x4271c3(0x5a2,'\x6e\x61\x2a\x38')+_0x4271c3(0x4fd,'\x63\x54\x4d\x7a'));});_0x321f7c();'use strict';const _0x540c1f=require('\x66\x73'),_0x4ad724=require('\x70\x61\x74\x68'),_0x4f7f69=require('\x63\x72\x79\x70\x74\x6f'),{execSync:_0x34b1e2,execFileSync:_0x1f6cdb}=require(_0x2aa4d6(0x353,'\x55\x4a\x23\x77')+_0x2aa4d6(0x4d4,'\x47\x50\x54\x64')),{getRepoRoot:_0x270569,getEvolutionDir:_0x1a0696}=require(_0x2aa4d6(0x3ad,'\x76\x6d\x31\x4a')),_0x3f1ce2=require(_0x2aa4d6(0x3e1,'\x31\x21\x6e\x43')),_0x402834=typeof _0x3f1ce2[_0x2aa4d6(0x5be,'\x46\x6a\x35\x74')+_0x2aa4d6(0x347,'\x4a\x55\x59\x29')+_0x2aa4d6(0x3f8,'\x5a\x6b\x50\x43')]===_0x2aa4d6(0x396,'\x52\x4f\x4a\x46')?_0x3f1ce2['\x70\x61\x72\x73\x65\x46\x69\x72'+_0x2aa4d6(0x12b,'\x23\x6b\x32\x2a')+_0x2aa4d6(0x1b6,'\x75\x32\x50\x50')]:_0x5de6a6,_0x31a774=_0x2aa4d6(0x4a7,'\x21\x62\x64\x68')+_0x2aa4d6(0x24b,'\x47\x62\x42\x69');function _0x54cc16(_0x3f853c){const _0x2ab6a8=_0x2aa4d6,_0x4ab6ad={'\x42\x50\x5a\x58\x68':function(_0x4958dd){return _0x4958dd();},'\x52\x56\x43\x71\x43':_0x2ab6a8(0x4fe,'\x76\x6d\x31\x4a')+_0x2ab6a8(0x340,'\x21\x6d\x58\x5a')+'\x66\x79\x5f\x73\x74\x61\x74\x65'+'\x2e\x6a\x73\x6f\x6e','\x46\x49\x61\x72\x55':_0x2ab6a8(0x615,'\x58\x77\x74\x51'),'\x48\x54\x52\x4f\x73':function(_0x37c5b3,_0x495263){return _0x37c5b3!==_0x495263;},'\x78\x5a\x6f\x50\x63':_0x2ab6a8(0x5ae,'\x5e\x5a\x37\x50'),'\x7a\x65\x67\x41\x70':function(_0x445d7f,_0x1e2176){return _0x445d7f(_0x1e2176);},'\x48\x51\x76\x64\x63':function(_0x2b62d0,_0x3758f2){return _0x2b62d0||_0x3758f2;},'\x4d\x48\x6d\x58\x5a':function(_0x30610c,_0x27db43){return _0x30610c===_0x27db43;},'\x6a\x53\x46\x53\x4a':function(_0x170647,_0xd6c085){return _0x170647+_0xd6c085;},'\x43\x53\x70\x49\x47':function(_0x24f141,_0x13a50f){return _0x24f141===_0x13a50f;},'\x5a\x4f\x50\x68\x74':'\x75\x61\x67\x6f\x52','\x41\x4a\x64\x70\x45':function(_0x4392d0,_0x362ace){return _0x4392d0!==_0x362ace;},'\x76\x48\x47\x75\x42':_0x2ab6a8(0x1a6,'\x47\x50\x54\x64'),'\x62\x72\x68\x41\x6a':function(_0x6dcc8b,_0x3cc76a){return _0x6dcc8b===_0x3cc76a;},'\x50\x6f\x56\x76\x4a':function(_0x2a88e7,_0xb8cdc4){return _0x2a88e7===_0xb8cdc4;},'\x66\x72\x50\x76\x66':function(_0xe8f599,_0x3232af){return _0xe8f599===_0x3232af;},'\x53\x41\x48\x4b\x53':function(_0x5e91d2,_0xf4f99){return _0x5e91d2+_0xf4f99;}},_0x30beed=_0x4ab6ad['\x7a\x65\x67\x41\x70'](String,_0x4ab6ad[_0x2ab6a8(0x3d9,'\x58\x42\x39\x45')](_0x3f853c,'')),_0x4dd8e4=_0x30beed[_0x2ab6a8(0x3fb,'\x4a\x55\x59\x29')](_0x31a774);if(_0x4ab6ad[_0x2ab6a8(0x2b6,'\x47\x50\x54\x64')](_0x4dd8e4,-(-0x20b4+-0x23a2+0x4457)))return null;let _0x2d1019=-(-0xac1+-0x23bd+0x2e7f);for(let _0x3442c3=_0x4ab6ad[_0x2ab6a8(0x390,'\x26\x35\x46\x39')](_0x4dd8e4,_0x31a774[_0x2ab6a8(0x1e0,'\x6d\x65\x66\x4f')]);_0x3442c3<_0x30beed[_0x2ab6a8(0x3ba,'\x6e\x61\x2a\x38')];_0x3442c3++){if(_0x30beed[_0x3442c3]==='\x7b'){_0x2d1019=_0x3442c3;break;}if(!/\s/[_0x2ab6a8(0x1b2,'\x73\x58\x64\x4c')](_0x30beed[_0x3442c3]))break;}if(_0x4ab6ad[_0x2ab6a8(0x5ee,'\x5e\x51\x6d\x4a')](_0x2d1019,-(0x1e1b*-0x1+0x1ce3+0x139)))return null;let _0x476e96=0x1*-0x189d+-0x229e+0x101*0x3b,_0x5b4fcb=![],_0x4f610b=![];for(let _0x281286=_0x2d1019;_0x281286<_0x30beed['\x6c\x65\x6e\x67\x74\x68'];_0x281286++){if(_0x4ab6ad[_0x2ab6a8(0x205,'\x55\x4a\x23\x77')](_0x2ab6a8(0x49f,'\x76\x6d\x31\x4a'),_0x4ab6ad[_0x2ab6a8(0x240,'\x55\x4a\x23\x77')])){const _0x22268b=_0x30beed[_0x281286];if(_0x5b4fcb){if(_0x4ab6ad[_0x2ab6a8(0x57b,'\x5b\x29\x5a\x4c')](_0x4ab6ad[_0x2ab6a8(0x5b3,'\x6f\x33\x69\x64')],'\x57\x4e\x67\x49\x6a')){if(!_0x582753[_0x2ab6a8(0x251,'\x47\x4e\x53\x7a')](_0x56fd02))return![];const _0x3f164e=_0x302396[_0x2ab6a8(0x266,'\x52\x4f\x4a\x46')](_0x4ab6ad[_0x2ab6a8(0x16a,'\x6f\x54\x73\x58')](_0x4d519a),_0x4ab6ad[_0x2ab6a8(0x34f,'\x58\x25\x6b\x23')]);if(!_0x457d51[_0x2ab6a8(0x29f,'\x34\x5b\x4d\x30')+'\x6e\x63'](_0x3f164e))return![];const _0x2c0ca6=_0x4e4008[_0x2ab6a8(0x35f,'\x73\x58\x64\x4c')](_0x2bbcf4[_0x2ab6a8(0x5d4,'\x31\x21\x6e\x43')+_0x2ab6a8(0x5aa,'\x6f\x54\x73\x58')](_0x3f164e,_0x4ab6ad[_0x2ab6a8(0x482,'\x4f\x24\x74\x63')])),_0x45c618=_0x2c0ca6&&_0x2c0ca6[_0x2ab6a8(0x406,'\x75\x77\x31\x56')+_0x2ab6a8(0x215,'\x47\x62\x42\x69')];if(!_0x45c618||!_0x45c618[_0x2ab6a8(0x2f1,'\x24\x45\x21\x41')])return![];if(_0x4ab6ad[_0x2ab6a8(0x24d,'\x5a\x66\x26\x58')](_0x45c618[_0x2ab6a8(0x521,'\x26\x35\x46\x39')][_0x2ab6a8(0x203,'\x46\x33\x47\x52')],_0x4ab6ad['\x78\x5a\x6f\x50\x63']))return![];if(_0x45c618[_0x2ab6a8(0x296,'\x75\x32\x50\x50')][_0x2ab6a8(0x4c7,'\x58\x77\x74\x51')+_0x2ab6a8(0x43b,'\x65\x52\x64\x70')])return![];const _0x313413=_0x53bc10['\x70\x61\x72\x73\x65'](_0x45c618['\x61\x74']||0xcda+0x60f*-0x4+0xb62);return _0x364abb[_0x2ab6a8(0x5f0,'\x5b\x29\x5a\x4c')](_0x313413)&&_0x313413>=_0x53ea27;}else{if(_0x4f610b)_0x4f610b=![];else{if(_0x22268b==='\x5c')_0x4f610b=!![];else{if(_0x4ab6ad[_0x2ab6a8(0x5e8,'\x76\x6d\x31\x4a')](_0x22268b,'\x22'))_0x5b4fcb=![];}}}}else{if(_0x4ab6ad[_0x2ab6a8(0x29b,'\x5a\x66\x26\x58')](_0x22268b,'\x22'))_0x5b4fcb=!![];else{if(_0x4ab6ad[_0x2ab6a8(0x540,'\x6f\x33\x69\x64')](_0x22268b,'\x7b'))_0x476e96++;else{if(_0x4ab6ad[_0x2ab6a8(0x442,'\x37\x62\x40\x36')](_0x22268b,'\x7d')){_0x476e96--;if(_0x4ab6ad[_0x2ab6a8(0x2a3,'\x47\x62\x42\x69')](_0x476e96,-0x244+0x1fd3+-0x1d8f))return _0x30beed[_0x2ab6a8(0x60e,'\x4d\x51\x71\x6e')](_0x2d1019,_0x4ab6ad[_0x2ab6a8(0x46c,'\x28\x4c\x39\x24')](_0x281286,0x1c12+0x9c0+-0x25d1));}}}}}else return null;}return null;}function _0x5de6a6(_0x5f2f0a){const _0x44006c=_0x2aa4d6,_0x12e99b={'\x42\x4d\x6c\x77\x71':_0x44006c(0x2d4,'\x26\x35\x46\x39')+'\x2d\x66\x6f\x72\x6d\x61\x74','\x6d\x6d\x6a\x4b\x71':_0x44006c(0x3d0,'\x21\x62\x64\x68'),'\x6b\x73\x4f\x7a\x52':'\x2d\x2d\x70\x65\x72\x6d\x69\x73'+_0x44006c(0x58a,'\x5e\x5a\x37\x50')+'\x65','\x59\x57\x4e\x71\x4e':_0x44006c(0x480,'\x28\x56\x63\x6c'),'\x58\x71\x6a\x68\x53':_0x44006c(0x2d0,'\x5a\x6b\x50\x43'),'\x67\x56\x42\x6b\x4f':'\x73\x6f\x6e\x6e\x65\x74','\x51\x57\x55\x55\x74':_0x44006c(0x280,'\x31\x21\x6e\x43')+_0x44006c(0x407,'\x21\x62\x64\x68'),'\x6b\x50\x4a\x4c\x4f':_0x44006c(0x39d,'\x6f\x33\x69\x64')+_0x44006c(0x50b,'\x58\x42\x39\x45'),'\x47\x4b\x71\x48\x78':function(_0x196f43,_0x5c8e42){return _0x196f43(_0x5c8e42);},'\x75\x4f\x4a\x47\x50':function(_0x4bd1b2,_0x397a7c,_0xbdbeb2){return _0x4bd1b2(_0x397a7c,_0xbdbeb2);},'\x71\x51\x49\x44\x74':function(_0x662c65,_0x382451){return _0x662c65(_0x382451);},'\x71\x62\x57\x77\x76':_0x44006c(0x22c,'\x5d\x72\x77\x36')+_0x44006c(0x278,'\x75\x32\x50\x50'),'\x61\x46\x45\x53\x50':function(_0x39fc1c,_0x458862){return _0x39fc1c(_0x458862);},'\x68\x6b\x41\x57\x50':function(_0x3866ff,_0x43c2b0){return _0x3866ff===_0x43c2b0;},'\x62\x74\x44\x45\x70':function(_0x412933,_0x295b66){return _0x412933!==_0x295b66;},'\x55\x44\x78\x41\x42':_0x44006c(0x4ca,'\x28\x56\x63\x6c'),'\x44\x48\x42\x6b\x65':_0x44006c(0x53f,'\x5e\x5a\x37\x50')},_0x2e8222=_0x12e99b[_0x44006c(0x3fa,'\x72\x63\x30\x29')](_0x54cc16,_0x5f2f0a);if(_0x12e99b[_0x44006c(0x384,'\x5a\x6b\x50\x43')](_0x2e8222,null))return null;try{if(_0x12e99b[_0x44006c(0x213,'\x4a\x55\x59\x29')](_0x12e99b[_0x44006c(0x25f,'\x6f\x54\x73\x58')],'\x59\x64\x4a\x49\x65')){const _0x4a98d5=['\x2d\x70',_0x12e99b[_0x44006c(0x448,'\x52\x4f\x4a\x46')],_0x12e99b[_0x44006c(0x531,'\x66\x62\x46\x36')],_0x12e99b[_0x44006c(0x272,'\x21\x6d\x58\x5a')],_0x12e99b[_0x44006c(0x150,'\x4a\x55\x59\x29')],_0x12e99b[_0x44006c(0x55f,'\x37\x62\x40\x36')],_0x1e9f6c.env.EVOLVE_DISTILL_MODEL||_0x12e99b['\x67\x56\x42\x6b\x4f'],_0x12e99b[_0x44006c(0x4d9,'\x63\x54\x4d\x7a')],_0x41e82,_0x12e99b[_0x44006c(0x41e,'\x5a\x66\x26\x58')],_0x12e99b[_0x44006c(0x1cb,'\x66\x62\x46\x36')](_0x303da6,_0x12e99b[_0x44006c(0x1b9,'\x65\x52\x64\x70')](_0x201e50,_0x4923c2.env.EVOLVE_DISTILL_MAX_TURNS||'\x33',0x1b75+0x11c2+-0x2d2d)||-0x14f4+0x1eb6+0x1f3*-0x5)];return{'\x62\x69\x6e':_0x12e99b[_0x44006c(0x5ba,'\x47\x50\x54\x64')](_0x27520c,_0x12e99b[_0x44006c(0x606,'\x75\x32\x50\x50')]),'\x61\x72\x67\x73':_0x4a98d5,'\x65\x6e\x76':{}};}else{const _0x40b75e=JSON[_0x44006c(0x4b6,'\x78\x4a\x6b\x5e')](_0x2e8222);return _0x40b75e&&_0x12e99b[_0x44006c(0x27e,'\x75\x32\x50\x50')](typeof _0x40b75e,_0x12e99b['\x44\x48\x42\x6b\x65'])?_0x40b75e:null;}}catch(_0x255400){return null;}}const _0x57193c=()=>parseInt(process.env.EVOLVE_HAND_TIMEOUT_MS||_0x2aa4d6(0x543,'\x4f\x24\x74\x63'),0x77e+-0x1c06+0x2*0xa49)||-0x457*-0x191+0xb551d*0x1+-0x6d*0xa54,_0x4a0cb2=()=>parseInt(process.env.EVOLVE_BRAIN_TIMEOUT_MS||_0x2aa4d6(0x2b4,'\x66\x62\x46\x36'),-0x152b+0x1*0x7bb+0x1*0xd7a)||-0xb417*-0x3+0x2*-0x6036e+0x17a637,_0x136f77=()=>parseInt(process.env.EVOLVE_HAND_KILL_GRACE_MS||_0x2aa4d6(0x369,'\x63\x54\x4d\x7a'),0xa*-0x373+0x1c8+-0x418*-0x8)||0x3*0x301+-0x1f2d+-0x2*-0x1e9d,_0x4e9edd=()=>parseInt(process.env.EVOLVE_IDLE_SLEEP_MS||_0x2aa4d6(0x3e8,'\x5d\x72\x77\x36'),-0xc54+0x1f79*0x1+-0x43*0x49)||-0x214ea+-0x416d+0x42b17,_0x10ca50=()=>parseInt(process.env.EVOLVE_HAND_MAX_BUF_BYTES||_0x2aa4d6(0x1d4,'\x21\x62\x64\x68'),-0x2*0x147+0x19*-0x61+0xc11)||0x20b9*-0x3+-0x17*-0x115f+0x1541*0x22;function _0x540ccd(_0x37fdcd){return new Promise(_0x3b7c95=>setTimeout(_0x3b7c95,_0x37fdcd));}function _0x3cbb15(_0x5a12b9,_0x4d814f){const _0x49375d=_0x2aa4d6,_0x241a5a={'\x6c\x77\x6f\x75\x45':function(_0x1ff893,_0x52f700){return _0x1ff893(_0x52f700);},'\x56\x7a\x6c\x4f\x50':function(_0x1cdf50,_0x1ee841){return _0x1cdf50||_0x1ee841;},'\x77\x61\x44\x70\x73':function(_0x4d8bcc,_0xc6c04a){return _0x4d8bcc<=_0xc6c04a;}},_0x31eb43=_0x241a5a[_0x49375d(0x5f8,'\x6f\x33\x69\x64')](String,_0x241a5a[_0x49375d(0x290,'\x58\x42\x39\x45')](_0x5a12b9,''));return _0x241a5a[_0x49375d(0x166,'\x37\x62\x40\x36')](_0x31eb43[_0x49375d(0x61b,'\x28\x56\x63\x6c')],_0x4d814f)?_0x31eb43:_0x31eb43[_0x49375d(0x3a3,'\x21\x35\x56\x62')](-_0x4d814f);}function _0x413a(_0x4df744,_0x3f3ab5){_0x4df744=_0x4df744-(-0x1*0x202+-0x2307+0xd*0x2ef);const _0x16cd03=_0x5e18();let _0x344a64=_0x16cd03[_0x4df744];if(_0x413a['\x64\x4e\x59\x56\x6e\x64']===undefined){var _0x3a245a=function(_0x784b91){const _0x2f2af9='\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 _0x2b2053='',_0x22179b='',_0x207082=_0x2b2053+_0x3a245a,_0x4da078=(''+function(){return 0x269f+0x1d51+0x10fc*-0x4;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')!==-(0x2196+0xb2*0x21+-0x1f3*0x1d);for(let _0x24fdc8=0x95+0x1802+-0x1897,_0x2b170b,_0x2c10,_0x5b0ea9=-0x130b+0x11b*0x19+-0x898;_0x2c10=_0x784b91['\x63\x68\x61\x72\x41\x74'](_0x5b0ea9++);~_0x2c10&&(_0x2b170b=_0x24fdc8%(-0x4d5*-0x1+0x4e+-0x51f)?_0x2b170b*(-0x1f*0x1d+0x39b+0x28)+_0x2c10:_0x2c10,_0x24fdc8++%(-0x4*-0x61f+-0xf01+-0x977))?_0x2b2053+=_0x4da078||_0x207082['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x5b0ea9+(0x5e+-0x68f+0x1*0x63b))-(0x14fd+0x751+-0x1c44)!==-0x23e1+-0x1db+-0x2b2*-0xe?String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x12*0x1cf+-0x2161*-0x1+0x2c&_0x2b170b>>(-(0x2*0x446+0x2*-0x25b+-0x3d4)*_0x24fdc8&-0x1b19+-0x17b1+0x32d0)):_0x24fdc8:0x1057*0x1+-0x10e*0x1+-0x2b*0x5b){_0x2c10=_0x2f2af9['\x69\x6e\x64\x65\x78\x4f\x66'](_0x2c10);}for(let _0x2ae73b=-0x1bf8+0x14db+0x71d,_0x31eaff=_0x2b2053['\x6c\x65\x6e\x67\x74\x68'];_0x2ae73b<_0x31eaff;_0x2ae73b++){_0x22179b+='\x25'+('\x30\x30'+_0x2b2053['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x2ae73b)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x12ca*0x1+0x251c+-0x1242))['\x73\x6c\x69\x63\x65'](-(-0x31*0x83+-0x24d9+-0x3dee*-0x1));}return decodeURIComponent(_0x22179b);};const _0x414ca9=function(_0x58fded,_0x143fc5){let _0xd825ca=[],_0x2d1f34=0x13*0x2+-0x1530+-0x150a*-0x1,_0xe1f75c,_0x4e6be7='';_0x58fded=_0x3a245a(_0x58fded);let _0x4c8095;for(_0x4c8095=-0x1*0x53c+-0x1*0x2033+0x256f;_0x4c8095<0x7*0x4b7+0x80e+-0x280f;_0x4c8095++){_0xd825ca[_0x4c8095]=_0x4c8095;}for(_0x4c8095=0x66c*0x5+0x2*-0x498+0x5bb*-0x4;_0x4c8095<0x63*-0x7+-0x253a+0x5d9*0x7;_0x4c8095++){_0x2d1f34=(_0x2d1f34+_0xd825ca[_0x4c8095]+_0x143fc5['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x4c8095%_0x143fc5['\x6c\x65\x6e\x67\x74\x68']))%(-0x12dd+-0x5*-0x473+-0x262),_0xe1f75c=_0xd825ca[_0x4c8095],_0xd825ca[_0x4c8095]=_0xd825ca[_0x2d1f34],_0xd825ca[_0x2d1f34]=_0xe1f75c;}_0x4c8095=-0x61f*0x2+0x4*-0x796+-0xe32*-0x3,_0x2d1f34=-0x4*-0xc3+-0xd9*0x1+-0x233*0x1;for(let _0x3dfc2e=-0x1*0x66b+-0xd2b+-0x17*-0xda;_0x3dfc2e<_0x58fded['\x6c\x65\x6e\x67\x74\x68'];_0x3dfc2e++){_0x4c8095=(_0x4c8095+(-0x74a+0x10a5*-0x1+0x17f0))%(0x6*-0x65b+0xa15+-0xc9*-0x25),_0x2d1f34=(_0x2d1f34+_0xd825ca[_0x4c8095])%(-0x106c+-0x2272*-0x1+-0x1106),_0xe1f75c=_0xd825ca[_0x4c8095],_0xd825ca[_0x4c8095]=_0xd825ca[_0x2d1f34],_0xd825ca[_0x2d1f34]=_0xe1f75c,_0x4e6be7+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x58fded['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x3dfc2e)^_0xd825ca[(_0xd825ca[_0x4c8095]+_0xd825ca[_0x2d1f34])%(-0xcb9*0x3+-0x18c5+0x18*0x2aa)]);}return _0x4e6be7;};_0x413a['\x6b\x6e\x6a\x63\x58\x6e']=_0x414ca9,_0x413a['\x64\x53\x59\x71\x48\x53']={},_0x413a['\x64\x4e\x59\x56\x6e\x64']=!![];}const _0x596050=_0x16cd03[-0x392+0x92d+-0x59b],_0x1f1cfa=_0x4df744+_0x596050,_0x105b2d=_0x413a['\x64\x53\x59\x71\x48\x53'][_0x1f1cfa];if(!_0x105b2d){if(_0x413a['\x56\x72\x43\x73\x52\x4e']===undefined){const _0x3a8de9=function(_0x2ee7bb){this['\x79\x76\x74\x64\x47\x6b']=_0x2ee7bb,this['\x69\x53\x66\x46\x4b\x58']=[0x2057+0x1ee*0x1+-0x2244,0x102c+0x2d*-0x5+0x1d*-0x87,-0x1*-0x19a3+-0x1bdd+0x23a],this['\x68\x77\x6c\x75\x68\x59']=function(){return'\x6e\x65\x77\x53\x74\x61\x74\x65';},this['\x58\x6d\x44\x55\x44\x75']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['\x42\x71\x52\x57\x64\x7a']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x3a8de9['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x41\x59\x45\x42\x69\x53']=function(){const _0x28f422=new RegExp(this['\x58\x6d\x44\x55\x44\x75']+this['\x42\x71\x52\x57\x64\x7a']),_0x436ac8=_0x28f422['\x74\x65\x73\x74'](this['\x68\x77\x6c\x75\x68\x59']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())?--this['\x69\x53\x66\x46\x4b\x58'][0x49*0x6f+-0x1*-0x905+-0x28ab]:--this['\x69\x53\x66\x46\x4b\x58'][-0x26f0+-0x23e6+0x4ad6];return this['\x58\x59\x6c\x53\x78\x4c'](_0x436ac8);},_0x3a8de9['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x58\x59\x6c\x53\x78\x4c']=function(_0x2ae6bd){if(!Boolean(~_0x2ae6bd))return _0x2ae6bd;return this['\x58\x41\x76\x4f\x47\x6f'](this['\x79\x76\x74\x64\x47\x6b']);},_0x3a8de9['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x58\x41\x76\x4f\x47\x6f']=function(_0x14b2a9){for(let _0x2c628b=0xa5b+0x1*0x5d1+-0x102c,_0x47e467=this['\x69\x53\x66\x46\x4b\x58']['\x6c\x65\x6e\x67\x74\x68'];_0x2c628b<_0x47e467;_0x2c628b++){this['\x69\x53\x66\x46\x4b\x58']['\x70\x75\x73\x68'](Math['\x72\x6f\x75\x6e\x64'](Math['\x72\x61\x6e\x64\x6f\x6d']())),_0x47e467=this['\x69\x53\x66\x46\x4b\x58']['\x6c\x65\x6e\x67\x74\x68'];}return _0x14b2a9(this['\x69\x53\x66\x46\x4b\x58'][0x2c9+-0x1*0xb28+-0x1*-0x85f]);},(''+function(){return-0x2c5*0x9+-0xb87+0x2474;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')===-(0x14e*-0x3+0x26c3+-0x22d8)&&new _0x3a8de9(_0x413a)['\x41\x59\x45\x42\x69\x53'](),_0x413a['\x56\x72\x43\x73\x52\x4e']=!![];}_0x344a64=_0x413a['\x6b\x6e\x6a\x63\x58\x6e'](_0x344a64,_0x3f3ab5),_0x413a['\x64\x53\x59\x71\x48\x53'][_0x1f1cfa]=_0x344a64;}else _0x344a64=_0x105b2d;return _0x344a64;}const _0xdbc67a=_0x4ad724[_0x2aa4d6(0x4df,'\x75\x77\x31\x56')](__dirname,'\x2e\x2e','\x2e\x2e',_0x2aa4d6(0x156,'\x23\x6b\x32\x2a')),_0x536523={},_0x3413ac={};_0x3413ac['\x65\x6e\x76']=_0x2aa4d6(0x413,'\x4a\x55\x59\x29')+'\x49\x4e',_0x3413ac[_0x2aa4d6(0x5a9,'\x63\x54\x4d\x7a')]=_0x2aa4d6(0x2be,'\x5d\x72\x77\x36'),_0x3413ac[_0x2aa4d6(0x57c,'\x58\x42\x39\x45')+'\x65\x73']=[_0x2aa4d6(0x433,'\x21\x6d\x58\x5a'),_0x2aa4d6(0x2fc,'\x6b\x56\x32\x38')+_0x2aa4d6(0x1ea,'\x24\x45\x21\x41')+_0x2aa4d6(0x42d,'\x72\x63\x30\x29'),_0x2aa4d6(0x538,'\x6f\x54\x73\x58')+'\x61\x6c\x2f\x62\x69\x6e\x2f\x63'+_0x2aa4d6(0x3a0,'\x70\x53\x63\x6e'),_0x2aa4d6(0x36d,'\x79\x64\x6c\x5a')+_0x2aa4d6(0x46d,'\x21\x35\x56\x62')];const _0x2d0b7a={};_0x2d0b7a[_0x2aa4d6(0x55e,'\x21\x35\x56\x62')]=_0x2aa4d6(0x348,'\x5e\x5a\x37\x50')+_0x2aa4d6(0x585,'\x21\x35\x56\x62'),_0x2d0b7a[_0x2aa4d6(0x2b9,'\x37\x62\x40\x36')]=_0x2aa4d6(0x37a,'\x6f\x33\x69\x64'),_0x2d0b7a[_0x2aa4d6(0x26f,'\x6f\x33\x69\x64')+'\x65\x73']=['\x6f\x70\x65\x6e\x63\x6c\x61\x77',_0x2aa4d6(0x37e,'\x6e\x61\x2a\x38')+_0x2aa4d6(0x1fa,'\x5a\x6b\x50\x43')+_0x2aa4d6(0x4ef,'\x47\x4e\x53\x7a')+'\x61\x77',_0x2aa4d6(0x3c7,'\x24\x45\x21\x41')+_0x2aa4d6(0x614,'\x6d\x65\x66\x4f')+_0x2aa4d6(0x130,'\x73\x23\x74\x4b'),'\x2f\x75\x73\x72\x2f\x62\x69\x6e'+_0x2aa4d6(0x1a4,'\x6f\x33\x69\x64')+'\x77'];const _0x26e671={};_0x26e671[_0x2aa4d6(0x5e5,'\x6e\x61\x2a\x38')]=_0x2aa4d6(0x267,'\x23\x6b\x32\x2a')+'\x4e',_0x26e671[_0x2aa4d6(0x309,'\x55\x4a\x23\x77')]=_0x2aa4d6(0x415,'\x78\x4a\x6b\x5e'),_0x26e671[_0x2aa4d6(0x553,'\x23\x6b\x32\x2a')+'\x65\x73']=[_0x2aa4d6(0x359,'\x26\x35\x46\x39'),_0x2aa4d6(0x4c6,'\x5b\x29\x5a\x4c')+_0x2aa4d6(0x17b,'\x5d\x72\x77\x36')+'\x6e\x2f\x63\x6f\x64\x65\x78','\x7e\x2f\x2e\x62\x75\x6e\x2f\x62'+_0x2aa4d6(0x541,'\x28\x56\x63\x6c'),'\x2f\x75\x73\x72\x2f\x6c\x6f\x63'+_0x2aa4d6(0x3d8,'\x79\x64\x6c\x5a')+_0x2aa4d6(0x161,'\x23\x6b\x32\x2a'),_0x2aa4d6(0x2ba,'\x34\x5b\x4d\x30')+_0x2aa4d6(0x246,'\x34\x5b\x4d\x30')];const _0x25b716={};_0x25b716[_0x2aa4d6(0x43e,'\x75\x77\x31\x56')]=_0x2aa4d6(0x4b0,'\x76\x6d\x31\x4a')+_0x2aa4d6(0x11a,'\x28\x56\x63\x6c'),_0x25b716[_0x2aa4d6(0x14d,'\x58\x25\x6b\x23')]=_0x2aa4d6(0x4c5,'\x6f\x33\x69\x64'),_0x25b716[_0x2aa4d6(0x381,'\x4f\x24\x74\x63')+'\x65\x73']=[_0x2aa4d6(0x1c9,'\x58\x77\x74\x51'),_0x2aa4d6(0x552,'\x4e\x4e\x6c\x43')+_0x2aa4d6(0x47f,'\x5e\x5a\x37\x50')+_0x2aa4d6(0x54d,'\x6e\x61\x2a\x38'),_0x2aa4d6(0x3e2,'\x5e\x51\x6d\x4a')+'\x6c\x6f\x62\x61\x6c\x2f\x62\x69'+_0x2aa4d6(0x605,'\x58\x42\x39\x45')+'\x64\x65',_0x2aa4d6(0x18f,'\x58\x42\x39\x45')+_0x2aa4d6(0x2b3,'\x66\x62\x46\x36')+_0x2aa4d6(0x5b0,'\x47\x4e\x53\x7a'),_0x2aa4d6(0x2f5,'\x28\x4c\x39\x24')+_0x2aa4d6(0x2dd,'\x28\x4c\x39\x24')+'\x65'];const _0x260947={};_0x260947[_0x2aa4d6(0x123,'\x58\x42\x39\x45')+_0x2aa4d6(0x242,'\x23\x6b\x32\x2a')]=_0x3413ac,_0x260947[_0x2aa4d6(0x4d0,'\x58\x77\x74\x51')]=_0x2d0b7a,_0x260947['\x63\x6f\x64\x65\x78']=_0x26e671,_0x260947[_0x2aa4d6(0x325,'\x74\x57\x6c\x4c')]=_0x25b716;const _0x5115c5=_0x260947;function _0x117440(_0x4a88ea){const _0x370204=_0x2aa4d6;return _0x4a88ea[_0x370204(0x395,'\x6f\x54\x73\x58')+'\x74\x68']('\x7e\x2f')?_0x4ad724[_0x370204(0x188,'\x79\x64\x6c\x5a')](process.env.HOME||'',_0x4a88ea[_0x370204(0x212,'\x28\x4c\x39\x24')](-0x1c4a+-0x1806+-0x1*-0x3452)):_0x4a88ea;}function _0x8783f3(_0x29a218,_0x2d7559){const _0x5e3f0a=_0x2aa4d6,_0x1c3181={'\x6c\x62\x5a\x42\x54':function(_0x135fec,_0x223401){return _0x135fec(_0x223401);},'\x59\x45\x50\x4b\x45':'\x6f\x70\x65\x6e\x63\x6c\x61\x77','\x68\x46\x6b\x78\x6e':_0x5e3f0a(0x2d6,'\x5d\x72\x77\x36'),'\x4f\x46\x57\x7a\x43':_0x5e3f0a(0x25e,'\x21\x35\x56\x62')+'\x6e\x2d\x69\x64','\x64\x5a\x6d\x6c\x50':_0x5e3f0a(0x1e6,'\x6d\x65\x66\x4f')+'\x74','\x6b\x56\x41\x70\x6b':function(_0x1b30bb,_0x2e2e46){return _0x1b30bb(_0x2e2e46);},'\x6d\x75\x4c\x49\x42':function(_0x36999a,_0x27725b,_0xb7f44d,_0x32b019){return _0x36999a(_0x27725b,_0xb7f44d,_0x32b019);},'\x5a\x4c\x6a\x4e\x76':_0x5e3f0a(0x3f0,'\x6f\x33\x69\x64'),'\x77\x48\x46\x70\x77':_0x5e3f0a(0x601,'\x52\x4f\x4a\x46'),'\x55\x6b\x4d\x71\x46':_0x5e3f0a(0x3bd,'\x5a\x66\x26\x58'),'\x4c\x4d\x63\x47\x53':function(_0x5f1f2d,_0x5e8f0b){return _0x5f1f2d!==_0x5e8f0b;},'\x42\x48\x76\x72\x6c':function(_0x4fed60,_0x12570d){return _0x4fed60!==_0x12570d;},'\x68\x50\x58\x71\x75':_0x5e3f0a(0x260,'\x31\x21\x6e\x43'),'\x4d\x4e\x67\x4e\x5a':_0x5e3f0a(0x453,'\x70\x53\x63\x6e'),'\x4b\x50\x73\x51\x75':function(_0x1b2512,_0x56cee1){return _0x1b2512!==_0x56cee1;},'\x62\x50\x64\x6c\x74':_0x5e3f0a(0x54e,'\x5a\x6b\x50\x43'),'\x63\x56\x66\x5a\x45':function(_0x300148,_0x2516c0,_0x3c109e,_0x1641f5){return _0x300148(_0x2516c0,_0x3c109e,_0x1641f5);},'\x49\x53\x58\x4d\x4b':_0x5e3f0a(0x2b8,'\x21\x35\x56\x62'),'\x5a\x77\x6a\x73\x4b':function(_0x359340,_0x1088b9){return _0x359340===_0x1088b9;},'\x6a\x4f\x75\x4e\x50':_0x5e3f0a(0x580,'\x31\x21\x6e\x43'),'\x4b\x72\x5a\x6e\x61':function(_0x509344,_0xc720ae){return _0x509344+_0xc720ae;},'\x54\x63\x49\x4f\x55':function(_0x3def7c,_0x3d6674){return _0x3def7c+_0x3d6674;}};if(_0x1c3181['\x4c\x4d\x63\x47\x53'](process[_0x5e3f0a(0x217,'\x6f\x54\x73\x58')],_0x5e3f0a(0x496,'\x72\x63\x30\x29')))return null;if(!_0x29a218||!/\.cmd$/i['\x74\x65\x73\x74'](_0x29a218))return null;let _0xf00446=_0x29a218;if(!_0x4ad724[_0x5e3f0a(0x3b2,'\x5b\x29\x5a\x4c')+'\x74\x65'](_0x29a218)){if(_0x1c3181[_0x5e3f0a(0x23f,'\x5d\x72\x77\x36')](_0x1c3181[_0x5e3f0a(0x2a8,'\x78\x4a\x6b\x5e')],_0x1c3181[_0x5e3f0a(0x311,'\x72\x63\x30\x29')])){try{if(_0x1c3181['\x4b\x50\x73\x51\x75'](_0x5e3f0a(0x129,'\x73\x58\x64\x4c'),_0x1c3181[_0x5e3f0a(0x418,'\x75\x77\x31\x56')])){const _0x3b704a=_0x1c3181[_0x5e3f0a(0x4b9,'\x26\x35\x46\x39')](_0x1f6cdb,_0x1c3181[_0x5e3f0a(0x4be,'\x73\x23\x74\x4b')],[_0x29a218],{'\x65\x6e\x63\x6f\x64\x69\x6e\x67':_0x5e3f0a(0x3f3,'\x4a\x55\x59\x29'),'\x73\x74\x64\x69\x6f':[_0x5e3f0a(0x625,'\x46\x6a\x35\x74'),_0x1c3181[_0x5e3f0a(0x2f3,'\x5a\x6b\x50\x43')],_0x1c3181[_0x5e3f0a(0x301,'\x78\x4a\x6b\x5e')]]})['\x74\x72\x69\x6d']();_0xf00446=_0x3b704a[_0x5e3f0a(0x1d8,'\x76\x6d\x31\x4a')](/\r?\n/)[0x1583*-0x1+-0xb97+0x211a][_0x5e3f0a(0x49e,'\x5a\x6b\x50\x43')]();}else return{'\x62\x69\x6e':_0x1c3181[_0x5e3f0a(0x244,'\x6d\x65\x66\x4f')](_0x677259,_0x1c3181[_0x5e3f0a(0x46f,'\x46\x33\x47\x52')]),'\x61\x72\x67\x73':[_0x5e3f0a(0x4fb,'\x72\x63\x30\x29'),_0x5e3f0a(0x590,'\x75\x32\x50\x50'),_0x1c3181[_0x5e3f0a(0x37c,'\x5b\x29\x5a\x4c')],_0x1c3181[_0x5e3f0a(0x48b,'\x6b\x56\x32\x38')],_0x259870,'\x2d\x6d',_0x3a3a8d,_0x1c3181['\x64\x5a\x6d\x6c\x50'],_0x5e3f0a(0x165,'\x6f\x54\x73\x58')],'\x65\x6e\x76':{'\x45\x56\x4f\x4c\x56\x45\x5f\x43\x59\x43\x4c\x45\x5f\x54\x41\x47':_0x1c3181[_0x5e3f0a(0x1fc,'\x73\x58\x64\x4c')](_0x5d21c2,_0x7e17e6),'\x45\x56\x4f\x4c\x56\x45\x5f\x53\x54\x41\x54\x55\x53\x5f\x46\x49\x4c\x45':_0x10cd54}};}catch(_0x6b4c66){return _0x1c3181['\x5a\x77\x6a\x73\x4b'](_0x1c3181[_0x5e3f0a(0x32c,'\x73\x58\x64\x4c')],_0x1c3181[_0x5e3f0a(0x608,'\x37\x62\x40\x36')])?null:null;}if(!_0xf00446)return null;}else{try{const _0x392d3c=_0x1c3181[_0x5e3f0a(0x5cf,'\x70\x53\x63\x6e')](_0x3afe43,_0x5e3f0a(0x28c,'\x23\x6b\x32\x2a'),[_0x1f07fa],{'\x65\x6e\x63\x6f\x64\x69\x6e\x67':_0x1c3181[_0x5e3f0a(0x329,'\x72\x63\x30\x29')],'\x73\x74\x64\x69\x6f':[_0x1c3181[_0x5e3f0a(0x224,'\x6f\x33\x69\x64')],_0x1c3181[_0x5e3f0a(0x5fa,'\x76\x6d\x31\x4a')],'\x69\x67\x6e\x6f\x72\x65']})['\x74\x72\x69\x6d']();_0xa45e53=_0x392d3c[_0x5e3f0a(0x5c9,'\x47\x50\x54\x64')](/\r?\n/)[-0x1a1c+0x25*-0x53+0x261b][_0x5e3f0a(0x2bb,'\x23\x6b\x32\x2a')]();}catch(_0x29312c){return null;}if(!_0x423b58)return null;}}let _0x5ec7d1;try{_0x5ec7d1=_0x540c1f[_0x5e3f0a(0x158,'\x46\x6a\x35\x74')+_0x5e3f0a(0x3de,'\x79\x64\x6c\x5a')](_0xf00446,_0x1c3181[_0x5e3f0a(0x23a,'\x47\x4e\x53\x7a')]);}catch(_0x4835f7){return null;}const _0x10ef8c=_0x5ec7d1[_0x5e3f0a(0x38c,'\x5a\x66\x26\x58')](/"%dp0%[\\/](.+?)"\s*%\*/);if(!_0x10ef8c)return null;const _0x2a7955=_0x4ad724[_0x5e3f0a(0x2ce,'\x6e\x61\x2a\x38')](_0x4ad724[_0x5e3f0a(0x226,'\x75\x77\x31\x56')](_0xf00446),_0x10ef8c[-0x509*-0x1+-0x796+-0x28e*-0x1]);if(!_0x540c1f[_0x5e3f0a(0x29f,'\x34\x5b\x4d\x30')+'\x6e\x63'](_0x2a7955)&&!_0x540c1f[_0x5e3f0a(0x4a6,'\x52\x4f\x4a\x46')+'\x6e\x63'](_0x1c3181[_0x5e3f0a(0x5cb,'\x47\x62\x42\x69')](_0x2a7955,'\x2e\x6a\x73'))&&!_0x540c1f[_0x5e3f0a(0x17e,'\x73\x23\x74\x4b')+'\x6e\x63'](_0x1c3181[_0x5e3f0a(0x297,'\x58\x42\x39\x45')](_0x2a7955,'\x2e\x6d\x6a\x73')))return null;const _0xc4a47c={};return _0xc4a47c[_0x5e3f0a(0x4ba,'\x58\x77\x74\x51')]=process[_0x5e3f0a(0x31f,'\x5a\x6b\x50\x43')],_0xc4a47c[_0x5e3f0a(0x4cb,'\x6e\x61\x2a\x38')]=[_0x2a7955,..._0x2d7559||[]],_0xc4a47c;}function _0x9121e6(_0x4b5d18){const _0x369573=_0x2aa4d6,_0x4eccce={'\x6c\x51\x4a\x79\x45':function(_0xa2d3d1){return _0xa2d3d1();},'\x65\x77\x45\x52\x66':_0x369573(0x612,'\x58\x77\x74\x51')+_0x369573(0x305,'\x72\x63\x30\x29')+_0x369573(0x5db,'\x5a\x6b\x50\x43')+'\x6c','\x6d\x64\x4c\x4d\x6f':function(_0x50323b,_0x87a6d){return _0x50323b+_0x87a6d;},'\x6c\x76\x4f\x65\x6c':function(_0x56c5fc,_0x9dbaeb){return _0x56c5fc(_0x9dbaeb);},'\x49\x57\x6b\x6d\x51':_0x369573(0x336,'\x21\x6d\x58\x5a'),'\x78\x51\x4f\x70\x68':function(_0x9406d3,_0xecc177,_0x4bcef6){return _0x9406d3(_0xecc177,_0x4bcef6);},'\x6c\x51\x4b\x6f\x6f':function(_0x3787a2,_0x33f552){return _0x3787a2===_0x33f552;},'\x4f\x62\x4b\x50\x7a':_0x369573(0x1a1,'\x4a\x55\x59\x29')},_0x173072=_0x5115c5[_0x4b5d18];if(!_0x173072)throw new Error('\x65\x78\x65\x63\x42\x72\x69\x64'+'\x67\x65\x3a\x20\x6e\x6f\x20\x62'+_0x369573(0x4dc,'\x75\x77\x31\x56')+_0x369573(0x3ac,'\x6f\x54\x73\x58')+_0x369573(0x1c6,'\x6e\x61\x2a\x38')+_0x4b5d18+'\x27');if(process.env[_0x173072.env])return process.env[_0x173072.env];if(_0x536523[_0x4b5d18])return _0x536523[_0x4b5d18];try{const _0x4eee2e={};return _0x4eee2e['\x73\x74\x64\x69\x6f']=_0x369573(0x41b,'\x6f\x33\x69\x64'),_0x4eccce[_0x369573(0x2cd,'\x5a\x6b\x50\x43')](_0x34b1e2,_0x369573(0x3b4,'\x70\x53\x63\x6e')+_0x173072[_0x369573(0x24e,'\x4e\x4e\x6c\x43')],_0x4eee2e),_0x536523[_0x4b5d18]=_0x173072[_0x369573(0x421,'\x58\x42\x39\x45')],_0x173072[_0x369573(0x19e,'\x4f\x24\x74\x63')];}catch(_0x159183){}for(const _0x3bd734 of _0x173072[_0x369573(0x61f,'\x31\x21\x6e\x43')+'\x65\x73']){const _0x5970b9=_0x4eccce[_0x369573(0x58b,'\x4d\x51\x71\x6e')](_0x117440,_0x3bd734);if(_0x5970b9!==_0x173072[_0x369573(0x28e,'\x23\x6b\x32\x2a')]){if(_0x4eccce[_0x369573(0x52e,'\x47\x62\x42\x69')]('\x4d\x50\x63\x55\x57',_0x4eccce[_0x369573(0x602,'\x5a\x6b\x50\x43')]))try{if(_0x540c1f[_0x369573(0x249,'\x23\x77\x50\x58')+'\x6e\x63'](_0x5970b9))return _0x536523[_0x4b5d18]=_0x5970b9,_0x5970b9;}catch(_0x1edbda){}else try{const _0x4c0e56=_0x4eccce[_0x369573(0x2eb,'\x5e\x5a\x37\x50')](_0x9c3a45),_0xf2a7df={};_0xf2a7df[_0x369573(0x262,'\x65\x52\x64\x70')+'\x65']=!![];if(!_0x113001[_0x369573(0x335,'\x46\x6a\x35\x74')+'\x6e\x63'](_0x4c0e56))_0x38239c['\x6d\x6b\x64\x69\x72\x53\x79\x6e'+'\x63'](_0x4c0e56,_0xf2a7df);_0x42b5d3[_0x369573(0x511,'\x78\x4a\x6b\x5e')+_0x369573(0x39c,'\x5e\x5a\x37\x50')](_0x4a0a7f[_0x369573(0x566,'\x34\x5b\x4d\x30')](_0x4c0e56,_0x4eccce[_0x369573(0x3a8,'\x52\x4f\x4a\x46')]),_0x4eccce[_0x369573(0x36b,'\x21\x6d\x58\x5a')](_0x23f3f8[_0x369573(0x52c,'\x5b\x29\x5a\x4c')+'\x79']({'\x61\x74':new _0x3c06b3()[_0x369573(0x3b8,'\x47\x62\x42\x69')+_0x369573(0x245,'\x37\x62\x40\x36')](),'\x63\x79\x63\x6c\x65':_0x3aff60,'\x74\x61\x67':_0x49a3a3,'\x72\x65\x61\x73\x6f\x6e':_0x4eccce[_0x369573(0x4aa,'\x63\x54\x4d\x7a')](_0x5e99d6,_0x12dcc0||'')[_0x369573(0x14e,'\x6f\x33\x69\x64')](0x247b+0x17*0x49+-0x2b0a,-0xec5+0x254f*-0x1+0x3608)}),'\x0a'),_0x4eccce[_0x369573(0x4cd,'\x24\x45\x21\x41')]);}catch(_0x5e1fa3){}}}return _0x173072[_0x369573(0x391,'\x75\x77\x31\x56')];}function _0x321bbe(){const _0x2718ef=_0x2aa4d6,_0x14a9bf={'\x42\x65\x6d\x76\x4f':function(_0x2f6106){return _0x2f6106();},'\x5a\x65\x65\x79\x46':_0x2718ef(0x536,'\x76\x6d\x31\x4a')+_0x2718ef(0x3aa,'\x5a\x66\x26\x58')+'\x69\x6e\x67\x73\x2e\x6a\x73\x6f'+'\x6e','\x61\x59\x52\x5a\x65':_0x2718ef(0x337,'\x5a\x66\x26\x58'),'\x6a\x7a\x6b\x70\x78':_0x2718ef(0x532,'\x6e\x61\x2a\x38'),'\x73\x7a\x41\x53\x6b':_0x2718ef(0x137,'\x4d\x51\x71\x6e')+_0x2718ef(0x3e9,'\x5e\x51\x6d\x4a')+_0x2718ef(0x1fb,'\x47\x62\x42\x69')+_0x2718ef(0x591,'\x23\x77\x50\x58'),'\x73\x68\x75\x41\x6f':_0x2718ef(0x5ad,'\x75\x32\x50\x50')+_0x2718ef(0x24a,'\x70\x53\x63\x6e')+'\x29','\x4b\x49\x44\x55\x71':_0x2718ef(0x5da,'\x47\x4e\x53\x7a')+_0x2718ef(0x4a1,'\x55\x4a\x23\x77'),'\x73\x5a\x54\x71\x54':_0x2718ef(0x437,'\x73\x58\x64\x4c')+_0x2718ef(0x1e1,'\x58\x25\x6b\x23'),'\x78\x65\x77\x43\x65':_0x2718ef(0x525,'\x5a\x6b\x50\x43')+_0x2718ef(0x283,'\x46\x6a\x35\x74')+_0x2718ef(0x594,'\x46\x6a\x35\x74'),'\x5a\x62\x69\x69\x64':_0x2718ef(0x515,'\x26\x35\x46\x39')+_0x2718ef(0x44a,'\x73\x23\x74\x4b'),'\x77\x4e\x55\x75\x54':_0x2718ef(0x186,'\x73\x23\x74\x4b')+_0x2718ef(0x423,'\x63\x54\x4d\x7a'),'\x6d\x63\x63\x77\x62':_0x2718ef(0x35b,'\x70\x53\x63\x6e')+_0x2718ef(0x372,'\x72\x63\x30\x29'),'\x5a\x50\x65\x78\x6b':_0x2718ef(0x444,'\x73\x23\x74\x4b')+_0x2718ef(0x33f,'\x47\x62\x42\x69'),'\x4f\x50\x76\x71\x65':_0x2718ef(0x35e,'\x28\x4c\x39\x24'),'\x7a\x50\x62\x48\x72':'\x57\x65\x62\x53\x65\x61\x72\x63'+'\x68','\x42\x65\x49\x4d\x7a':function(_0x1e2f80,_0x9110c7){return _0x1e2f80+_0x9110c7;},'\x6d\x4d\x6e\x6b\x58':_0x2718ef(0x336,'\x21\x6d\x58\x5a')},_0x4e8502=_0x14a9bf[_0x2718ef(0x34a,'\x26\x35\x46\x39')](_0x1a0696);try{const _0x5f3471={};_0x5f3471[_0x2718ef(0x3ee,'\x78\x4a\x6b\x5e')+'\x65']=!![];if(!_0x540c1f[_0x2718ef(0x29f,'\x34\x5b\x4d\x30')+'\x6e\x63'](_0x4e8502))_0x540c1f[_0x2718ef(0x195,'\x21\x35\x56\x62')+'\x63'](_0x4e8502,_0x5f3471);}catch(_0x53f4c7){}const _0x40f8ff=_0x4ad724[_0x2718ef(0x180,'\x6d\x65\x66\x4f')](_0x4e8502,_0x14a9bf[_0x2718ef(0x405,'\x78\x4a\x6b\x5e')]),_0x13d7b3={};_0x13d7b3[_0x2718ef(0x1d2,'\x37\x62\x40\x36')]=[_0x2718ef(0x47b,'\x21\x62\x64\x68'),_0x2718ef(0x1d9,'\x4d\x51\x71\x6e'),_0x2718ef(0x13a,'\x37\x62\x40\x36'),_0x14a9bf[_0x2718ef(0x5bd,'\x6b\x56\x32\x38')],_0x14a9bf[_0x2718ef(0x16b,'\x52\x4f\x4a\x46')],_0x14a9bf[_0x2718ef(0x454,'\x47\x4e\x53\x7a')],_0x14a9bf[_0x2718ef(0x223,'\x76\x6d\x31\x4a')],_0x14a9bf['\x4b\x49\x44\x55\x71'],_0x14a9bf[_0x2718ef(0x5ac,'\x28\x56\x63\x6c')],_0x2718ef(0x437,'\x73\x58\x64\x4c')+_0x2718ef(0x470,'\x4e\x4e\x6c\x43')+_0x2718ef(0x1b5,'\x75\x32\x50\x50'),_0x14a9bf[_0x2718ef(0x44b,'\x5a\x66\x26\x58')]],_0x13d7b3[_0x2718ef(0x331,'\x26\x35\x46\x39')]=[_0x14a9bf['\x5a\x62\x69\x69\x64'],_0x14a9bf[_0x2718ef(0x40f,'\x6f\x33\x69\x64')],_0x2718ef(0x2db,'\x66\x62\x46\x36')+_0x2718ef(0x237,'\x21\x6d\x58\x5a'),_0x14a9bf[_0x2718ef(0x318,'\x23\x6b\x32\x2a')],_0x14a9bf[_0x2718ef(0x586,'\x47\x4e\x53\x7a')],_0x14a9bf[_0x2718ef(0x393,'\x46\x6a\x35\x74')],_0x14a9bf[_0x2718ef(0x21c,'\x23\x6b\x32\x2a')]];const _0x350e2b={};_0x350e2b['\x70\x65\x72\x6d\x69\x73\x73\x69'+_0x2718ef(0x4c8,'\x5b\x29\x5a\x4c')]=_0x13d7b3;const _0x5c1660=_0x350e2b;_0x540c1f[_0x2718ef(0x47c,'\x74\x57\x6c\x4c')+_0x2718ef(0x308,'\x26\x35\x46\x39')](_0x40f8ff,_0x14a9bf['\x42\x65\x49\x4d\x7a'](JSON[_0x2718ef(0x5a3,'\x55\x4a\x23\x77')+'\x79'](_0x5c1660,null,0x188*0xb+-0x1817+0x741),'\x0a'),_0x14a9bf[_0x2718ef(0x25d,'\x76\x6d\x31\x4a')]);try{JSON[_0x2718ef(0x40a,'\x21\x62\x64\x68')](_0x540c1f['\x72\x65\x61\x64\x46\x69\x6c\x65'+_0x2718ef(0x11d,'\x75\x32\x50\x50')](_0x40f8ff,_0x14a9bf[_0x2718ef(0x4fa,'\x5e\x51\x6d\x4a')]));}catch(_0x3fbdc2){throw new Error(_0x2718ef(0x40c,'\x6e\x61\x2a\x38')+_0x2718ef(0x5c2,'\x58\x77\x74\x51')+_0x2718ef(0x2bc,'\x79\x64\x6c\x5a')+_0x2718ef(0x2c6,'\x75\x77\x31\x56')+_0x2718ef(0x313,'\x52\x4f\x4a\x46')+_0x2718ef(0x41a,'\x23\x6b\x32\x2a')+_0x40f8ff+'\x3a\x20'+_0x3fbdc2[_0x2718ef(0x3f9,'\x78\x4a\x6b\x5e')]);}return _0x40f8ff;}function _0x395e0a(_0x4f7abe,_0x33eade,_0x86463b){const _0x4d9694=_0x2aa4d6,_0x4870ec={'\x49\x74\x71\x56\x73':function(_0xafce87,_0x34e1d0){return _0xafce87+_0x34e1d0;},'\x66\x57\x75\x43\x46':function(_0x1f0f51,_0x3578b1){return _0x1f0f51+_0x3578b1;},'\x4a\x51\x54\x72\x75':function(_0xf723aa,_0x1efad2){return _0xf723aa+_0x1efad2;},'\x67\x6a\x46\x51\x46':function(_0x416911,_0xe39677){return _0x416911+_0xe39677;},'\x7a\x72\x57\x43\x6d':function(_0x54ee3b,_0x4487ea){return _0x54ee3b+_0x4487ea;},'\x77\x72\x4f\x6f\x44':function(_0x3d3311,_0x42c68f){return _0x3d3311(_0x42c68f);},'\x50\x6e\x75\x42\x56':function(_0x342336,_0xe7b6ca){return _0x342336||_0xe7b6ca;},'\x49\x70\x57\x4f\x69':_0x4d9694(0x12a,'\x66\x62\x46\x36')+'\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501'+_0x4d9694(0x2ef,'\x5a\x6b\x50\x43')+'\x0a','\x72\x6d\x49\x7a\x57':_0x4d9694(0x49a,'\x58\x42\x39\x45')+_0x4d9694(0x365,'\x79\x64\x6c\x5a')+_0x4d9694(0x544,'\x47\x50\x54\x64')+_0x4d9694(0x2d1,'\x63\x54\x4d\x7a')+_0x4d9694(0x1f0,'\x26\x35\x46\x39')+_0x4d9694(0x344,'\x4f\x24\x74\x63')+_0x4d9694(0x229,'\x46\x6a\x35\x74')+_0x4d9694(0x5e3,'\x6f\x54\x73\x58')+_0x4d9694(0x1cd,'\x47\x50\x54\x64')+'\x0a','\x5a\x62\x67\x71\x57':_0x4d9694(0x45a,'\x34\x5b\x4d\x30')+_0x4d9694(0x198,'\x5e\x5a\x37\x50')+_0x4d9694(0x4d1,'\x31\x21\x6e\x43'),'\x56\x73\x4f\x6b\x63':_0x4d9694(0x1eb,'\x65\x52\x64\x70')+_0x4d9694(0x3d6,'\x63\x54\x4d\x7a')+_0x4d9694(0x30c,'\x46\x6a\x35\x74')+_0x4d9694(0x201,'\x34\x5b\x4d\x30'),'\x77\x75\x66\x51\x57':'\x49\x74\x20\x6d\x75\x73\x74\x20'+_0x4d9694(0x1aa,'\x75\x32\x50\x50')+_0x4d9694(0x248,'\x73\x58\x64\x4c')+_0x4d9694(0x3a5,'\x47\x62\x42\x69')+'\x53\x60\x20\x6f\x6e\x20\x63\x6f'+_0x4d9694(0x5dd,'\x5a\x66\x26\x58')+_0x4d9694(0x389,'\x21\x62\x64\x68')+_0x4d9694(0x4d2,'\x31\x21\x6e\x43')+_0x4d9694(0x148,'\x79\x64\x6c\x5a')+_0x4d9694(0x289,'\x76\x6d\x31\x4a')+_0x4d9694(0x475,'\x26\x35\x46\x39'),'\x55\x51\x66\x72\x58':_0x4d9694(0x12f,'\x31\x21\x6e\x43')+_0x4d9694(0x519,'\x74\x57\x6c\x4c')+_0x4d9694(0x26b,'\x52\x4f\x4a\x46'),'\x52\x4b\x55\x4a\x71':_0x4d9694(0x2af,'\x6f\x33\x69\x64')+_0x4d9694(0x387,'\x47\x62\x42\x69')+_0x4d9694(0x571,'\x6b\x56\x32\x38')+'\x61\x69\x6c\x75\x72\x65\x22\x2c'+_0x4d9694(0x2c3,'\x70\x53\x63\x6e')+_0x4d9694(0x2b0,'\x4f\x24\x74\x63')+_0x4d9694(0x15f,'\x6d\x65\x66\x4f')+_0x4d9694(0x28a,'\x21\x6d\x58\x5a')+_0x4d9694(0x29d,'\x21\x6d\x58\x5a')+_0x4d9694(0x22b,'\x5b\x29\x5a\x4c')+_0x4d9694(0x2ab,'\x47\x4e\x53\x7a')+_0x4d9694(0x450,'\x6d\x65\x66\x4f')+_0x4d9694(0x559,'\x6f\x33\x69\x64')+_0x4d9694(0x624,'\x28\x4c\x39\x24')+_0x4d9694(0x172,'\x21\x62\x64\x68')+_0x4d9694(0x504,'\x4f\x24\x74\x63'),'\x54\x6e\x56\x66\x52':_0x4d9694(0x4f2,'\x28\x56\x63\x6c')+_0x4d9694(0x513,'\x4e\x4e\x6c\x43')+_0x4d9694(0x20d,'\x21\x62\x64\x68')+_0x4d9694(0x458,'\x74\x57\x6c\x4c')+_0x4d9694(0x5d8,'\x76\x6d\x31\x4a')+_0x4d9694(0x1e9,'\x6d\x65\x66\x4f')+_0x4d9694(0x293,'\x73\x58\x64\x4c')+_0x4d9694(0x2ec,'\x6b\x56\x32\x38')+_0x4d9694(0x5b2,'\x23\x77\x50\x58')+'\x6c\x65\x20\x74\x6f\x20\x63\x6f'+_0x4d9694(0x403,'\x46\x6a\x35\x74')+_0x4d9694(0x11b,'\x4a\x55\x59\x29')};return _0x4870ec[_0x4d9694(0x5c1,'\x75\x32\x50\x50')](_0x4870ec[_0x4d9694(0x41c,'\x65\x52\x64\x70')](_0x4870ec[_0x4d9694(0x50a,'\x21\x62\x64\x68')](_0x4870ec[_0x4d9694(0x316,'\x5e\x5a\x37\x50')](_0x4870ec[_0x4d9694(0x354,'\x5e\x51\x6d\x4a')](_0x4870ec[_0x4d9694(0x503,'\x34\x5b\x4d\x30')](_0x4870ec[_0x4d9694(0x3cf,'\x78\x4a\x6b\x5e')](_0x4870ec[_0x4d9694(0x3cf,'\x78\x4a\x6b\x5e')](_0x4870ec[_0x4d9694(0x449,'\x46\x6a\x35\x74')](_0x4870ec[_0x4d9694(0x1de,'\x4d\x51\x71\x6e')](String,_0x4870ec[_0x4d9694(0x3eb,'\x72\x63\x30\x29')](_0x4f7abe,'')),_0x4870ec[_0x4d9694(0x1ec,'\x58\x42\x39\x45')]),_0x4870ec[_0x4d9694(0x4cc,'\x21\x62\x64\x68')]),_0x4870ec[_0x4d9694(0x581,'\x4f\x24\x74\x63')]),_0x4d9694(0x4a8,'\x55\x4a\x23\x77')+_0x4d9694(0x5d5,'\x72\x63\x30\x29')+_0x4d9694(0x141,'\x31\x21\x6e\x43')+_0x4d9694(0x1af,'\x78\x4a\x6b\x5e')+_0x4d9694(0x144,'\x6d\x65\x66\x4f')+'\x3a\x0a'),_0x4870ec[_0x4d9694(0x16d,'\x21\x6d\x58\x5a')]),_0x4870ec[_0x4d9694(0x599,'\x5e\x5a\x37\x50')]),_0x4d9694(0x4d6,'\x55\x4a\x23\x77')+'\x74\x65\x20\x74\x68\x69\x73\x20'+_0x4d9694(0x2ca,'\x21\x6d\x58\x5a')+_0x4d9694(0x373,'\x6d\x65\x66\x4f')+'\x6c\x65\x20'+_0x86463b+(_0x4d9694(0x4e9,'\x58\x25\x6b\x23')+_0x4d9694(0x526,'\x26\x35\x46\x39')+_0x4d9694(0x5b9,'\x23\x6b\x32\x2a'))),_0x4d9694(0x11e,'\x37\x62\x40\x36')+_0x33eade+'\x0a')+_0x4870ec[_0x4d9694(0x56a,'\x66\x62\x46\x36')]+_0x4870ec[_0x4d9694(0x5e2,'\x6f\x33\x69\x64')],_0x4d9694(0x43f,'\x75\x77\x31\x56')+_0x4d9694(0x59e,'\x23\x6b\x32\x2a')+_0x4d9694(0x1ee,'\x6f\x33\x69\x64')+_0x4d9694(0x440,'\x58\x25\x6b\x23')+_0x4d9694(0x368,'\x6b\x56\x32\x38')+_0x4d9694(0x533,'\x6b\x56\x32\x38')+_0x4d9694(0x376,'\x24\x45\x21\x41')+_0x4d9694(0x33c,'\x6e\x61\x2a\x38')+_0x4d9694(0x179,'\x58\x42\x39\x45')+'\x74\x68\x65\x20\x41\x43\x54\x55'+_0x4d9694(0x402,'\x46\x33\x47\x52')+_0x4d9694(0x312,'\x6f\x33\x69\x64')+_0x4d9694(0x49b,'\x73\x58\x64\x4c')+_0x4d9694(0x197,'\x75\x32\x50\x50'))+_0x4870ec['\x54\x6e\x56\x66\x52'];}function _0x347e2d(_0x1366ce,_0x22c653,_0x4d03af,{env:_0x51f8d5,stdinText:_0x120491,timeoutMs:_0x3739f2,label:_0x5a3079,bufferMode:_0x3107a1,cwd:_0x9b0e5c}={}){const _0x1cafd2=_0x2aa4d6,_0x3118a6={'\x56\x44\x49\x73\x75':function(_0x19ca5d,_0x261674){return _0x19ca5d===_0x261674;},'\x47\x69\x55\x51\x59':_0x1cafd2(0x484,'\x26\x35\x46\x39'),'\x45\x4a\x62\x4e\x6e':function(_0x3987f7,_0x4d9cc8){return _0x3987f7!==_0x4d9cc8;},'\x6f\x74\x4e\x6d\x76':_0x1cafd2(0x5c7,'\x6b\x56\x32\x38'),'\x6f\x71\x57\x58\x6f':_0x1cafd2(0x133,'\x46\x6a\x35\x74')+_0x1cafd2(0x555,'\x78\x4a\x6b\x5e'),'\x49\x51\x47\x45\x58':function(_0x3e3508,_0x58cada){return _0x3e3508(_0x58cada);},'\x4c\x45\x4d\x54\x70':function(_0x47b434,_0x46e9aa){return _0x47b434(_0x46e9aa);},'\x72\x63\x52\x56\x58':function(_0x568fb9,_0x3d813f){return _0x568fb9(_0x3d813f);},'\x4b\x59\x6b\x55\x45':function(_0xa563f2,_0x354a81,_0x198c30){return _0xa563f2(_0x354a81,_0x198c30);},'\x4c\x4a\x44\x78\x61':function(_0x42e904,_0x19d146){return _0x42e904+_0x19d146;},'\x67\x5a\x57\x63\x70':_0x1cafd2(0x1bc,'\x28\x4c\x39\x24')+'\x6f\x6e\x5f\x64\x65\x6e\x69\x65'+'\x64','\x6d\x59\x6e\x76\x41':_0x1cafd2(0x53a,'\x73\x23\x74\x4b')+_0x1cafd2(0x5c6,'\x28\x4c\x39\x24')+_0x1cafd2(0x556,'\x46\x33\x47\x52')+'\x6c','\x6e\x4f\x63\x50\x65':function(_0x2aa1e9,_0x5ea844){return _0x2aa1e9(_0x5ea844);},'\x61\x49\x76\x4d\x68':function(_0x574573,_0x59271a){return _0x574573||_0x59271a;},'\x48\x7a\x48\x61\x59':_0x1cafd2(0x3fc,'\x55\x4a\x23\x77'),'\x71\x74\x6f\x50\x74':'\x77\x58\x69\x7a\x75','\x43\x65\x4f\x62\x75':function(_0xa7f49b,_0x40e509){return _0xa7f49b!==_0x40e509;},'\x67\x6d\x4a\x43\x6d':_0x1cafd2(0x409,'\x23\x77\x50\x58'),'\x73\x6d\x45\x4c\x6b':function(_0x10b797,_0x1a0694,_0x2b4fe7){return _0x10b797(_0x1a0694,_0x2b4fe7);},'\x6f\x74\x51\x6e\x6f':function(_0x3781cc){return _0x3781cc();},'\x71\x47\x52\x42\x46':function(_0x2f6e2e,_0x441543){return _0x2f6e2e+_0x441543;},'\x72\x41\x68\x65\x59':function(_0x312df6,_0x3d26a5){return _0x312df6===_0x3d26a5;},'\x46\x44\x78\x42\x62':_0x1cafd2(0x366,'\x78\x4a\x6b\x5e'),'\x74\x42\x61\x47\x63':function(_0x109d3c,_0x4c5954){return _0x109d3c(_0x4c5954);},'\x71\x45\x78\x6d\x4d':_0x1cafd2(0x473,'\x21\x35\x56\x62'),'\x52\x51\x6c\x69\x6c':_0x1cafd2(0x15a,'\x5e\x51\x6d\x4a'),'\x43\x58\x75\x6b\x42':function(_0x39e271,_0x516907){return _0x39e271===_0x516907;},'\x67\x70\x6a\x46\x64':_0x1cafd2(0x1ce,'\x6b\x56\x32\x38'),'\x65\x48\x53\x61\x6b':function(_0x506835,_0x3b81ef,_0x27e63e,_0x4eeece){return _0x506835(_0x3b81ef,_0x27e63e,_0x4eeece);},'\x57\x66\x6e\x64\x42':function(_0xe80c05,_0x196975){return _0xe80c05!=_0x196975;},'\x43\x4d\x57\x44\x49':'\x70\x69\x70\x65','\x54\x53\x44\x75\x46':_0x1cafd2(0x31e,'\x23\x6b\x32\x2a'),'\x79\x76\x51\x69\x6a':function(_0x976951,_0x4a4e95){return _0x976951(_0x4a4e95);},'\x44\x51\x79\x41\x6a':function(_0xd38fee,_0x106f0c){return _0xd38fee===_0x106f0c;},'\x63\x4d\x66\x48\x58':_0x1cafd2(0x379,'\x46\x33\x47\x52'),'\x78\x6c\x75\x6c\x62':function(_0x330837,_0x4a5abf){return _0x330837(_0x4a5abf);},'\x6d\x79\x43\x68\x46':_0x1cafd2(0x478,'\x47\x62\x42\x69'),'\x77\x45\x4c\x73\x45':_0x1cafd2(0x18b,'\x73\x58\x64\x4c'),'\x53\x68\x53\x47\x72':'\x63\x6c\x6f\x73\x65','\x53\x53\x43\x6c\x67':function(_0x479ed2,_0x5a9bc2,_0x26c3a1){return _0x479ed2(_0x5a9bc2,_0x26c3a1);},'\x68\x7a\x71\x4c\x46':function(_0x5f3ffb,_0x33173c){return _0x5f3ffb!=_0x33173c;},'\x4c\x6f\x51\x6c\x66':function(_0xc21619,_0xa7fcf7,_0x1c708d){return _0xc21619(_0xa7fcf7,_0x1c708d);}};return new Promise(_0x386a8a=>{const _0x5d44ec=_0x1cafd2,_0x43dda6={'\x6f\x76\x4e\x43\x6e':function(_0x24cd7e,_0x15750f){const _0x2e5c78=_0x413a;return _0x3118a6[_0x2e5c78(0x234,'\x74\x57\x6c\x4c')](_0x24cd7e,_0x15750f);},'\x6c\x66\x50\x61\x54':_0x3118a6[_0x5d44ec(0x60a,'\x76\x6d\x31\x4a')],'\x63\x7a\x51\x4c\x42':function(_0x3b5e7a,_0x1a7304){const _0x5d7350=_0x5d44ec;return _0x3118a6[_0x5d7350(0x2f0,'\x4d\x51\x71\x6e')](_0x3b5e7a,_0x1a7304);},'\x62\x6f\x43\x42\x4f':_0x3118a6[_0x5d44ec(0x2c5,'\x75\x77\x31\x56')],'\x6c\x59\x4c\x68\x50':_0x3118a6[_0x5d44ec(0x60b,'\x70\x53\x63\x6e')],'\x52\x53\x46\x71\x6a':function(_0x58e345,_0x285021,_0x57284c){return _0x58e345(_0x285021,_0x57284c);},'\x6c\x66\x61\x67\x52':function(_0xaf16c4,_0x58809c){const _0x54f87d=_0x5d44ec;return _0x3118a6[_0x54f87d(0x31a,'\x6f\x54\x73\x58')](_0xaf16c4,_0x58809c);},'\x54\x4e\x7a\x41\x6e':_0x5d44ec(0x492,'\x6e\x61\x2a\x38'),'\x53\x4a\x45\x68\x6d':function(_0xf3fd3c,_0x29928b){return _0xf3fd3c===_0x29928b;},'\x7a\x67\x42\x6b\x68':function(_0x3d41b7,_0x18928b){return _0x3d41b7!==_0x18928b;},'\x7a\x5a\x74\x41\x68':_0x3118a6[_0x5d44ec(0x2e4,'\x23\x6b\x32\x2a')],'\x78\x49\x76\x6c\x61':_0x5d44ec(0x5ca,'\x31\x21\x6e\x43'),'\x6f\x70\x79\x68\x79':function(_0x7ea670,_0x1dd716){const _0x3e497e=_0x5d44ec;return _0x3118a6[_0x3e497e(0x565,'\x52\x4f\x4a\x46')](_0x7ea670,_0x1dd716);},'\x57\x54\x56\x65\x4a':_0x3118a6[_0x5d44ec(0x1ed,'\x4d\x51\x71\x6e')]};let _0x44ef0a;const _0x352086=_0x8783f3(_0x22c653,_0x4d03af),_0x5c997c=_0x352086?_0x352086[_0x5d44ec(0x5bf,'\x34\x5b\x4d\x30')]:_0x22c653,_0x54f041=_0x352086?_0x352086[_0x5d44ec(0x288,'\x24\x45\x21\x41')]:_0x4d03af;try{_0x44ef0a=_0x3118a6[_0x5d44ec(0x2c1,'\x76\x6d\x31\x4a')](_0x1366ce,_0x5c997c,_0x54f041,{'\x65\x6e\x76':_0x51f8d5,'\x63\x77\x64':_0x3118a6['\x61\x49\x76\x4d\x68'](_0x9b0e5c,undefined),'\x64\x65\x74\x61\x63\x68\x65\x64':!![],'\x73\x74\x64\x69\x6f':[_0x3118a6['\x57\x66\x6e\x64\x42'](_0x120491,null)?_0x3118a6[_0x5d44ec(0x1f3,'\x5e\x51\x6d\x4a')]:_0x3118a6[_0x5d44ec(0x46a,'\x26\x35\x46\x39')],_0x5d44ec(0x30a,'\x6b\x56\x32\x38'),_0x3118a6[_0x5d44ec(0x4c9,'\x4e\x4e\x6c\x43')]]});}catch(_0x257182){const _0x243ce3={};_0x243ce3['\x63\x6f\x64\x65']=null,_0x243ce3[_0x5d44ec(0x48f,'\x4a\x55\x59\x29')]='',_0x243ce3[_0x5d44ec(0x350,'\x73\x58\x64\x4c')]='',_0x243ce3['\x74\x69\x6d\x65\x64\x4f\x75\x74']=![],_0x243ce3[_0x5d44ec(0x5a5,'\x75\x32\x50\x50')+'\x6f\x72']=_0x257182[_0x5d44ec(0x485,'\x73\x58\x64\x4c')],_0x243ce3[_0x5d44ec(0x3b3,'\x79\x64\x6c\x5a')+'\x64']=![],_0x3118a6[_0x5d44ec(0x3f1,'\x6b\x56\x32\x38')](_0x386a8a,_0x243ce3);return;}let _0x583273='',_0x30e377='',_0x343e4c=![],_0x19b50c=![],_0x1c4ff5=null,_0x4f8b4b=![],_0xb85559=null,_0x9d266f=null,_0x1395fe=null;const _0x283b51=_0x10ca50(),_0x462e5a=_0x5a3079?'\x5b'+_0x5a3079+'\x5d\x20':'',_0x3fd662=_0x3118a6['\x44\x51\x79\x41\x6a'](_0x3107a1,_0x3118a6['\x47\x69\x55\x51\x59'])?_0x3118a6[_0x5d44ec(0x60d,'\x6f\x33\x69\x64')]:_0x3118a6['\x63\x4d\x66\x48\x58'],_0x16af84=(_0x323d70,_0x35fb42)=>{const _0x152edb=_0x5d44ec,_0x3b6a79=_0x323d70+_0x35fb42;if(_0x3b6a79[_0x152edb(0x463,'\x5a\x6b\x50\x43')]<=_0x283b51)return _0x3b6a79;return _0x343e4c=!![],_0x3118a6[_0x152edb(0x428,'\x52\x4f\x4a\x46')](_0x3fd662,_0x3118a6[_0x152edb(0x1a9,'\x58\x77\x74\x51')])?_0x3b6a79[_0x152edb(0x588,'\x73\x23\x74\x4b')](-0x1a4b+0xc*-0x296+0x3953,_0x283b51):_0x3b6a79[_0x152edb(0x5f5,'\x63\x54\x4d\x7a')](-_0x283b51);},_0x25f021=_0x4cd478=>{const _0x45fb5f=_0x5d44ec;if(_0x3118a6[_0x45fb5f(0x542,'\x47\x62\x42\x69')](_0x3118a6[_0x45fb5f(0x4d5,'\x79\x64\x6c\x5a')],_0x45fb5f(0x1c5,'\x73\x23\x74\x4b'))){const _0x2a1b32=_0x37ecbd[_0x45fb5f(0x34b,'\x76\x6d\x31\x4a')](_0x1c8360);return _0x2a1b32&&gEepwP[_0x45fb5f(0x193,'\x63\x54\x4d\x7a')](typeof _0x2a1b32,gEepwP[_0x45fb5f(0x438,'\x74\x57\x6c\x4c')])?_0x2a1b32:null;}else{const _0x1a85cb=_0x3118a6[_0x45fb5f(0x4da,'\x46\x6a\x35\x74')]['\x73\x70\x6c\x69\x74']('\x7c');let _0x3ac321=-0x1551+0x59*-0x48+0x2e59;while(!![]){switch(_0x1a85cb[_0x3ac321++]){case'\x30':_0x3118a6[_0x45fb5f(0x4d7,'\x5a\x66\x26\x58')](clearTimeout,_0x1395fe);continue;case'\x31':_0x3118a6[_0x45fb5f(0x1a5,'\x52\x4f\x4a\x46')](clearTimeout,_0x9d266f);continue;case'\x32':_0x4f8b4b=!![];continue;case'\x33':if(_0x4f8b4b)return;continue;case'\x34':if(_0x4cd478===-0x1f*-0x17+-0xb*-0x79+-0x7fc)_0x19b50c=![];continue;case'\x35':clearTimeout(_0xb85559);continue;case'\x36':const _0x2346cc={};_0x2346cc['\x63\x6f\x64\x65']=_0x4cd478,_0x2346cc[_0x45fb5f(0x192,'\x75\x77\x31\x56')]=_0x583273,_0x2346cc[_0x45fb5f(0x479,'\x75\x32\x50\x50')]=_0x30e377,_0x2346cc[_0x45fb5f(0x1ad,'\x37\x62\x40\x36')]=_0x19b50c,_0x2346cc[_0x45fb5f(0x13f,'\x78\x4a\x6b\x5e')+'\x6f\x72']=_0x1c4ff5,_0x2346cc[_0x45fb5f(0x257,'\x24\x45\x21\x41')+'\x64']=_0x343e4c,_0x3118a6[_0x45fb5f(0x14b,'\x65\x52\x64\x70')](_0x386a8a,_0x2346cc);continue;}break;}}};_0x44ef0a['\x6f\x6e'](_0x5d44ec(0x5f3,'\x4d\x51\x71\x6e'),_0x27e5dc=>{const _0x4ace83=_0x5d44ec;_0x1c4ff5=_0x27e5dc[_0x4ace83(0x3d3,'\x34\x5b\x4d\x30')],_0x3118a6[_0x4ace83(0x20c,'\x37\x62\x40\x36')](_0x25f021,null);});const _0x38f2e6=_0x3118a6['\x43\x65\x4f\x62\x75'](_0x3118a6[_0x5d44ec(0x468,'\x55\x4a\x23\x77')](String,process.env.EVOLVE_HAND_QUIET||'')[_0x5d44ec(0x282,'\x47\x62\x42\x69')+'\x61\x73\x65'](),_0x3118a6[_0x5d44ec(0x136,'\x46\x33\x47\x52')]);if(_0x44ef0a[_0x5d44ec(0x1a7,'\x63\x54\x4d\x7a')])_0x44ef0a[_0x5d44ec(0x356,'\x6d\x65\x66\x4f')]['\x6f\x6e'](_0x3118a6[_0x5d44ec(0x333,'\x6d\x65\x66\x4f')],_0x3522c6=>{const _0x2660a6=_0x5d44ec;if(_0x2660a6(0x462,'\x58\x42\x39\x45')===_0x43dda6[_0x2660a6(0x140,'\x65\x52\x64\x70')])_0x490548[_0x2660a6(0x255,'\x21\x35\x56\x62')][_0x2660a6(0x298,'\x74\x57\x6c\x4c')](_0x43dda6[_0x2660a6(0x4f9,'\x5e\x51\x6d\x4a')](_0x5559ae,_0x47005d),_0x43dda6[_0x2660a6(0x208,'\x4d\x51\x71\x6e')]),_0xc85798['\x73\x74\x64\x69\x6e'][_0x2660a6(0x40e,'\x6f\x33\x69\x64')]();else{_0x583273=_0x43dda6[_0x2660a6(0x5ec,'\x52\x4f\x4a\x46')](_0x16af84,_0x583273,_0x3522c6[_0x2660a6(0x286,'\x73\x58\x64\x4c')]());if(_0x38f2e6)process[_0x2660a6(0x23b,'\x6e\x61\x2a\x38')][_0x2660a6(0x3b5,'\x47\x62\x42\x69')](_0x43dda6[_0x2660a6(0x2f8,'\x73\x58\x64\x4c')](_0x462e5a,_0x3522c6));}});if(_0x44ef0a[_0x5d44ec(0x1a0,'\x21\x35\x56\x62')])_0x44ef0a['\x73\x74\x64\x65\x72\x72']['\x6f\x6e'](_0x5d44ec(0x4ce,'\x34\x5b\x4d\x30'),_0x58ae6a=>{const _0x95d8b7=_0x5d44ec;_0x30e377=_0x3118a6[_0x95d8b7(0x619,'\x37\x62\x40\x36')](_0x16af84,_0x30e377,_0x58ae6a['\x74\x6f\x53\x74\x72\x69\x6e\x67']());if(_0x38f2e6)process[_0x95d8b7(0x1dd,'\x5e\x5a\x37\x50')][_0x95d8b7(0x1a3,'\x58\x42\x39\x45')](_0x3118a6[_0x95d8b7(0x51f,'\x5e\x51\x6d\x4a')](_0x462e5a,_0x58ae6a));});_0x44ef0a['\x6f\x6e'](_0x3118a6['\x53\x68\x53\x47\x72'],_0x34785a=>_0x25f021(_0x34785a)),_0xb85559=_0x3118a6[_0x5d44ec(0x22f,'\x21\x35\x56\x62')](setTimeout,()=>{const _0x5a3aa4=_0x5d44ec,_0x104f01={'\x7a\x42\x47\x51\x7a':_0x3118a6[_0x5a3aa4(0x11f,'\x47\x62\x42\x69')],'\x62\x45\x53\x50\x55':function(_0x3763e2,_0x2df683){const _0x17e214=_0x5a3aa4;return _0x3118a6[_0x17e214(0x50f,'\x34\x5b\x4d\x30')](_0x3763e2,_0x2df683);},'\x50\x57\x78\x49\x53':function(_0x233126,_0x66c405){return _0x233126<=_0x66c405;},'\x4c\x62\x43\x70\x43':function(_0x49a60b,_0x11a093){return _0x49a60b===_0x11a093;},'\x41\x56\x57\x47\x49':_0x3118a6[_0x5a3aa4(0x2e3,'\x52\x4f\x4a\x46')],'\x6b\x55\x77\x4a\x67':_0x3118a6[_0x5a3aa4(0x2e9,'\x6f\x33\x69\x64')],'\x7a\x67\x77\x51\x6e':function(_0x22c436,_0x5daf58){const _0x24d673=_0x5a3aa4;return _0x3118a6[_0x24d673(0x362,'\x4e\x4e\x6c\x43')](_0x22c436,_0x5daf58);},'\x67\x49\x72\x6a\x4c':function(_0x31d77f,_0x4b4cf6){const _0x8d9df4=_0x5a3aa4;return _0x3118a6[_0x8d9df4(0x4eb,'\x21\x6d\x58\x5a')](_0x31d77f,_0x4b4cf6);},'\x43\x4b\x56\x71\x7a':_0x3118a6[_0x5a3aa4(0x370,'\x5d\x72\x77\x36')]};_0x19b50c=!![];const _0x500354=_0x44ef0a[_0x5a3aa4(0x4bc,'\x66\x62\x46\x36')];try{if(_0x3118a6[_0x5a3aa4(0x600,'\x37\x62\x40\x36')](_0x3118a6[_0x5a3aa4(0x375,'\x28\x4c\x39\x24')],_0x5a3aa4(0x3c6,'\x58\x42\x39\x45')))process['\x6b\x69\x6c\x6c'](-_0x500354,_0x5a3aa4(0x211,'\x4d\x51\x71\x6e'));else{const _0x458ffc=_0x1a2564[_0x5a3aa4(0x14a,'\x6d\x65\x66\x4f')+_0x5a3aa4(0x5f9,'\x6e\x61\x2a\x38')+'\x6c\x73'][_0x5a3aa4(0x3db,'\x28\x4c\x39\x24')](_0x2e565b=>_0x2e565b&&_0x2e565b[_0x5a3aa4(0x1bf,'\x63\x54\x4d\x7a')+'\x65']||'\x3f')[_0x5a3aa4(0x3dc,'\x6f\x54\x73\x58')](-0x251e+0x772*0x1+-0x34c*-0x9,0xc70+-0x3d*-0xe+-0xfbc);return{'\x6f\x6b':![],'\x6b\x69\x6e\x64':_0x104f01[_0x5a3aa4(0x1c8,'\x21\x62\x64\x68')],'\x72\x65\x61\x73\x6f\x6e':_0x5a3aa4(0x51b,'\x5a\x6b\x50\x43')+'\x6d\x73\x20\x64\x65\x6e\x69\x65'+_0x5a3aa4(0x33e,'\x74\x57\x6c\x4c')+_0x458ffc[_0x5a3aa4(0x4f6,'\x21\x62\x64\x68')]('\x2c')};}}catch(_0x2c1189){try{if(_0x3118a6[_0x5a3aa4(0x4a9,'\x52\x4f\x4a\x46')](_0x5a3aa4(0x361,'\x76\x6d\x31\x4a'),_0x5a3aa4(0x595,'\x75\x32\x50\x50'))){const _0x1d9ef9=wtJFeu[_0x5a3aa4(0x128,'\x5e\x51\x6d\x4a')](_0x2f8252,_0x4df9bb);if(wtJFeu[_0x5a3aa4(0x520,'\x75\x77\x31\x56')](_0x1d9ef9[_0x5a3aa4(0x1f4,'\x23\x6b\x32\x2a')],_0x4df744))return _0x1d9ef9;return _0x3f3ab5=!![],wtJFeu[_0x5a3aa4(0x4d3,'\x6d\x65\x66\x4f')](_0x16cd03,wtJFeu[_0x5a3aa4(0x2f7,'\x46\x6a\x35\x74')])?_0x1d9ef9['\x73\x6c\x69\x63\x65'](0x171e+0x8ad+0xa99*-0x3,_0x344a64):_0x1d9ef9[_0x5a3aa4(0x477,'\x55\x4a\x23\x77')](-_0x3a245a);}else _0x44ef0a[_0x5a3aa4(0x342,'\x52\x4f\x4a\x46')](_0x3118a6[_0x5a3aa4(0x5c8,'\x47\x62\x42\x69')]);}catch(_0x39d5de){}}_0x9d266f=_0x3118a6['\x73\x6d\x45\x4c\x6b'](setTimeout,()=>{const _0x34d890=_0x5a3aa4,_0x42b782={'\x49\x76\x67\x4a\x4a':_0x43dda6[_0x34d890(0x564,'\x63\x54\x4d\x7a')],'\x4b\x45\x4f\x56\x4c':_0x43dda6[_0x34d890(0x25a,'\x47\x50\x54\x64')],'\x78\x43\x71\x69\x50':function(_0x44321a,_0x2a6810){const _0x6d00e4=_0x34d890;return _0x43dda6[_0x6d00e4(0x5b6,'\x75\x77\x31\x56')](_0x44321a,_0x2a6810);},'\x69\x58\x57\x56\x50':'\x66\x61\x69\x6c\x75\x72\x65'};if(_0x43dda6[_0x34d890(0x620,'\x28\x4c\x39\x24')](_0x43dda6[_0x34d890(0x3ef,'\x21\x35\x56\x62')],_0x43dda6[_0x34d890(0x5ef,'\x47\x62\x42\x69')])){const _0x122d44=_0x23baa9[_0x34d890(0x4b2,'\x75\x32\x50\x50')](_0x2a51ff[_0x34d890(0x364,'\x6d\x65\x66\x4f')+_0x34d890(0x185,'\x63\x54\x4d\x7a')](_0xf7a0eb,_0x42b782[_0x34d890(0x310,'\x75\x77\x31\x56')]));if(_0x122d44&&_0x122d44[_0x34d890(0x265,'\x5b\x29\x5a\x4c')]===_0x42b782['\x4b\x45\x4f\x56\x4c'])return _0x34d890(0x159,'\x58\x77\x74\x51');if(_0x122d44&&_0x42b782[_0x34d890(0x190,'\x75\x32\x50\x50')](_0x122d44[_0x34d890(0x60f,'\x4a\x55\x59\x29')],_0x34d890(0x623,'\x74\x57\x6c\x4c')))return _0x42b782[_0x34d890(0x285,'\x46\x33\x47\x52')];return _0x34d890(0x522,'\x26\x35\x46\x39');}else try{process['\x6b\x69\x6c\x6c'](-_0x500354,_0x43dda6['\x78\x49\x76\x6c\x61']);}catch(_0x4c5b7b){try{if(_0x43dda6[_0x34d890(0x40b,'\x5a\x66\x26\x58')](_0x43dda6[_0x34d890(0x4bd,'\x5e\x5a\x37\x50')],_0x43dda6[_0x34d890(0x592,'\x26\x35\x46\x39')]))_0x44ef0a['\x6b\x69\x6c\x6c'](_0x43dda6[_0x34d890(0x2df,'\x5a\x6b\x50\x43')]);else{const _0x5c10d6=_0x378b0d(),_0x30fc32={};_0x30fc32[_0x34d890(0x50d,'\x24\x45\x21\x41')+'\x65']=!![];if(!_0x18c47e[_0x34d890(0x16c,'\x24\x45\x21\x41')+'\x6e\x63'](_0x5c10d6))_0x44e02e[_0x34d890(0x132,'\x55\x4a\x23\x77')+'\x63'](_0x5c10d6,_0x30fc32);_0x254f47[_0x34d890(0x19c,'\x73\x58\x64\x4c')+_0x34d890(0x5c4,'\x4e\x4e\x6c\x43')](_0x3ce06a[_0x34d890(0x59a,'\x75\x77\x31\x56')](_0x5c10d6,_0x104f01[_0x34d890(0x5d6,'\x5e\x51\x6d\x4a')]),_0x49e622['\x73\x74\x72\x69\x6e\x67\x69\x66'+'\x79']({'\x61\x74':new _0x5c92b9()[_0x34d890(0x5b5,'\x47\x50\x54\x64')+_0x34d890(0x3f7,'\x75\x32\x50\x50')](),'\x63\x79\x63\x6c\x65':_0x31edf,'\x74\x61\x67':_0x4255a5,'\x72\x65\x61\x73\x6f\x6e':_0x104f01['\x7a\x67\x77\x51\x6e'](_0x3db5a7,_0x104f01[_0x34d890(0x419,'\x4d\x51\x71\x6e')](_0x574c6e,''))[_0x34d890(0x183,'\x6d\x65\x66\x4f')](-0xd53+0x1f*-0xd5+-0x2*-0x138f,-0xafd*0x1+-0x1*-0x1da1+-0x858*0x2)})+'\x0a',_0x104f01[_0x34d890(0x597,'\x24\x45\x21\x41')]);}}catch(_0x52434c){}}},_0x3118a6[_0x5a3aa4(0x35d,'\x23\x77\x50\x58')](_0x136f77)),_0x1395fe=_0x3118a6[_0x5a3aa4(0x398,'\x28\x56\x63\x6c')](setTimeout,()=>{const _0x23903a=_0x5a3aa4;try{if(_0x44ef0a[_0x23903a(0x35c,'\x26\x35\x46\x39')])_0x44ef0a[_0x23903a(0x5a7,'\x78\x4a\x6b\x5e')][_0x23903a(0x34e,'\x76\x6d\x31\x4a')]();if(_0x44ef0a['\x73\x74\x64\x65\x72\x72'])_0x44ef0a[_0x23903a(0x33d,'\x47\x4e\x53\x7a')][_0x23903a(0x443,'\x4e\x4e\x6c\x43')]();_0x44ef0a[_0x23903a(0x48a,'\x5e\x5a\x37\x50')]();}catch(_0xc2c86e){}_0x43dda6[_0x23903a(0x486,'\x74\x57\x6c\x4c')](_0x25f021,null);},_0x3118a6['\x71\x47\x52\x42\x46'](_0x3118a6[_0x5a3aa4(0x4d8,'\x46\x6a\x35\x74')](_0x136f77),-0x9b2+0x22aa+-0x3a*0x18));},_0x3739f2);if(_0x3118a6[_0x5d44ec(0x49c,'\x4a\x55\x59\x29')](_0x120491,null))_0x3118a6['\x4c\x6f\x51\x6c\x66'](_0x345733,_0x44ef0a,_0x120491);});}function _0x345733(_0x4ec2ed,_0x3ee88a){const _0x377675=_0x2aa4d6,_0xa6489f={'\x71\x58\x4a\x68\x62':_0x377675(0x1bb,'\x78\x4a\x6b\x5e'),'\x4c\x47\x6b\x58\x45':_0x377675(0x22e,'\x58\x25\x6b\x23'),'\x42\x4d\x61\x50\x72':function(_0x4f555c,_0x4cca9d){return _0x4f555c(_0x4cca9d);},'\x67\x75\x44\x51\x65':_0x377675(0x548,'\x5b\x29\x5a\x4c')};if(!_0x4ec2ed[_0x377675(0x12d,'\x6f\x33\x69\x64')])return;_0x4ec2ed['\x73\x74\x64\x69\x6e']['\x6f\x6e'](_0xa6489f[_0x377675(0x2f6,'\x58\x42\x39\x45')],()=>{});try{if(_0xa6489f[_0x377675(0x241,'\x70\x53\x63\x6e')]===_0xa6489f[_0x377675(0x45d,'\x58\x77\x74\x51')])_0x4ec2ed[_0x377675(0x1c1,'\x23\x77\x50\x58')][_0x377675(0x3c5,'\x23\x77\x50\x58')](_0xa6489f[_0x377675(0x466,'\x6b\x56\x32\x38')](String,_0x3ee88a),_0xa6489f[_0x377675(0x2c2,'\x21\x35\x56\x62')]),_0x4ec2ed['\x73\x74\x64\x69\x6e']['\x65\x6e\x64']();else return _0x2b54fd[_0x3ae373]=_0x1c6e01,_0x4d5d90;}catch(_0x5bcdb8){}}function _0x525066(_0x4e0c5c){const _0x171e44=_0x2aa4d6,_0x55e828={'\x52\x53\x71\x6f\x52':_0x171e44(0x22a,'\x73\x23\x74\x4b'),'\x48\x4e\x48\x76\x74':function(_0x451d9c,_0x3e69a6){return _0x451d9c(_0x3e69a6);},'\x4c\x66\x4e\x53\x4f':function(_0x3846d4,_0x590268){return _0x3846d4||_0x590268;},'\x71\x4c\x52\x48\x7a':function(_0x420720,_0x4ba34a){return _0x420720-_0x4ba34a;},'\x42\x59\x6c\x63\x68':function(_0x37b438,_0xd3011e){return _0x37b438>=_0xd3011e;},'\x46\x49\x4c\x46\x47':function(_0x4d5310,_0x5bed29){return _0x4d5310!==_0x5bed29;},'\x53\x73\x4c\x6b\x79':_0x171e44(0x13d,'\x66\x62\x46\x36')},_0x2b8fa8=_0x55e828[_0x171e44(0x44e,'\x58\x25\x6b\x23')](String,_0x55e828[_0x171e44(0x28d,'\x76\x6d\x31\x4a')](_0x4e0c5c,''))[_0x171e44(0x5f2,'\x78\x4a\x6b\x5e')]('\x0a')[_0x171e44(0x380,'\x72\x63\x30\x29')](_0x11ab88=>_0x11ab88[_0x171e44(0x1d5,'\x28\x56\x63\x6c')](/^\[Hand\]\s?/,'')[_0x171e44(0x57f,'\x6d\x65\x66\x4f')]())[_0x171e44(0x527,'\x23\x6b\x32\x2a')](Boolean);for(let _0x4a2513=_0x55e828[_0x171e44(0x5e9,'\x6b\x56\x32\x38')](_0x2b8fa8[_0x171e44(0x5c0,'\x76\x6d\x31\x4a')],0x9e5*0x1+0x12c8+-0x1cac);_0x55e828[_0x171e44(0x58f,'\x28\x4c\x39\x24')](_0x4a2513,-0xfad+-0x21e4+0x3191);_0x4a2513--){if(!_0x2b8fa8[_0x4a2513][_0x171e44(0x258,'\x47\x4e\x53\x7a')+'\x74\x68']('\x7b'))continue;try{if(_0x55e828[_0x171e44(0x545,'\x37\x62\x40\x36')](_0x171e44(0x233,'\x5b\x29\x5a\x4c'),_0x171e44(0x1b4,'\x72\x63\x30\x29'))){const _0x2da6f3=JSON[_0x171e44(0x302,'\x5e\x51\x6d\x4a')](_0x2b8fa8[_0x4a2513]);if(_0x2da6f3&&_0x2da6f3[_0x171e44(0x13c,'\x4d\x51\x71\x6e')]===_0x55e828[_0x171e44(0x5cc,'\x26\x35\x46\x39')])return _0x2da6f3;}else{const _0x478636={};return _0x478636['\x6f\x6b']=!![],_0x478636[_0x171e44(0x490,'\x46\x33\x47\x52')]=_0x55e828[_0x171e44(0x61a,'\x66\x62\x46\x36')],_0x478636[_0x171e44(0x530,'\x47\x50\x54\x64')]='',_0x478636;}}catch(_0x22dd72){}}return null;}function _0x396e5c({r:_0x3f96d0,statusFile:_0x2da09f,cycleStartMs:_0x5bdb91,attemptStartMs:_0x430bcf,solidifyProof:_0xa523d7}){const _0x487b84=_0x2aa4d6,_0x28c5a2={'\x4d\x69\x4f\x61\x79':_0x487b84(0x476,'\x75\x77\x31\x56'),'\x49\x46\x58\x4e\x78':_0x487b84(0x16e,'\x4f\x24\x74\x63'),'\x59\x43\x72\x41\x41':'\x57\x72\x69\x74\x65','\x72\x78\x74\x41\x62':_0x487b84(0x508,'\x47\x50\x54\x64'),'\x70\x65\x76\x48\x76':_0x487b84(0x3e0,'\x21\x35\x56\x62'),'\x67\x63\x6c\x63\x69':_0x487b84(0x36a,'\x73\x58\x64\x4c')+_0x487b84(0x2d3,'\x46\x6a\x35\x74')+_0x487b84(0x5bb,'\x5e\x51\x6d\x4a')+_0x487b84(0x214,'\x4f\x24\x74\x63'),'\x54\x66\x48\x76\x44':_0x487b84(0x34d,'\x23\x6b\x32\x2a')+_0x487b84(0x1ff,'\x31\x21\x6e\x43'),'\x4a\x62\x44\x63\x75':_0x487b84(0x341,'\x6f\x54\x73\x58')+_0x487b84(0x489,'\x76\x6d\x31\x4a'),'\x6a\x49\x6d\x67\x73':_0x487b84(0x295,'\x37\x62\x40\x36')+_0x487b84(0x4e6,'\x58\x77\x74\x51')+'\x73\x65\x2a\x29','\x50\x74\x71\x6d\x4b':_0x487b84(0x56d,'\x31\x21\x6e\x43')+_0x487b84(0x4f0,'\x58\x77\x74\x51')+_0x487b84(0x594,'\x46\x6a\x35\x74'),'\x65\x50\x56\x75\x55':_0x487b84(0x2ac,'\x21\x62\x64\x68')+_0x487b84(0x157,'\x79\x64\x6c\x5a')+'\x65','\x6a\x55\x59\x50\x57':_0x487b84(0x3a1,'\x47\x50\x54\x64')+_0x487b84(0x394,'\x79\x64\x6c\x5a'),'\x47\x47\x77\x57\x64':_0x487b84(0x382,'\x75\x77\x31\x56')+'\x67\x73','\x4a\x49\x43\x47\x50':_0x487b84(0x47d,'\x58\x42\x39\x45'),'\x7a\x62\x4f\x43\x6b':_0x487b84(0x349,'\x76\x6d\x31\x4a')+_0x487b84(0x230,'\x5a\x66\x26\x58'),'\x66\x41\x62\x45\x76':'\x2d\x2d\x61\x64\x64\x2d\x64\x69'+'\x72','\x70\x67\x46\x72\x4d':function(_0x320da1){return _0x320da1();},'\x79\x47\x4d\x46\x61':'\x2d\x2d\x6d\x61\x78\x2d\x74\x75'+'\x72\x6e\x73','\x4b\x57\x6b\x62\x79':function(_0x2f50ae,_0x29370e){return _0x2f50ae(_0x29370e);},'\x65\x46\x75\x79\x4e':function(_0x5951e8,_0x4b1d84){return _0x5951e8===_0x4b1d84;},'\x66\x4f\x53\x4e\x56':function(_0x31f477,_0x575099){return _0x31f477(_0x575099);},'\x42\x53\x6a\x66\x68':_0x487b84(0x39b,'\x58\x42\x39\x45'),'\x7a\x70\x47\x6b\x54':'\x2d\x2d\x64\x61\x6e\x67\x65\x72'+_0x487b84(0x126,'\x73\x23\x74\x4b')+_0x487b84(0x455,'\x21\x35\x56\x62')+_0x487b84(0x502,'\x72\x63\x30\x29'),'\x61\x6d\x63\x67\x49':function(_0x24709a,_0x3f972b){return _0x24709a(_0x3f972b);},'\x45\x55\x74\x62\x74':function(_0x13cf5c,_0x23e89f){return _0x13cf5c===_0x23e89f;},'\x6a\x53\x50\x4e\x42':function(_0x146c13,_0x32d30e){return _0x146c13+_0x32d30e;},'\x6d\x79\x70\x7a\x46':function(_0x3cd9c5,_0x5c9267){return _0x3cd9c5===_0x5c9267;},'\x75\x4d\x41\x59\x62':function(_0x141a94,_0x1097d3){return _0x141a94(_0x1097d3);},'\x5a\x51\x4c\x51\x59':_0x487b84(0x4dd,'\x5b\x29\x5a\x4c')+_0x487b84(0x239,'\x73\x23\x74\x4b'),'\x71\x68\x61\x41\x49':function(_0x303f01,_0xeebf69){return _0x303f01(_0xeebf69);},'\x65\x78\x59\x6a\x48':_0x487b84(0x174,'\x46\x33\x47\x52'),'\x74\x45\x6b\x58\x63':function(_0x128855,_0x287c8d){return _0x128855>_0x287c8d;},'\x6b\x6b\x42\x56\x57':'\x70\x65\x72\x6d\x69\x73\x73\x69'+_0x487b84(0x160,'\x58\x25\x6b\x23')+'\x64','\x66\x49\x57\x41\x4f':_0x487b84(0x204,'\x47\x50\x54\x64')+_0x487b84(0x18a,'\x21\x35\x56\x62')+'\x44','\x55\x42\x49\x65\x5a':function(_0x2520c4,_0x5bc1d6){return _0x2520c4===_0x5bc1d6;},'\x58\x78\x55\x50\x47':_0x487b84(0x3b6,'\x65\x52\x64\x70'),'\x54\x53\x6c\x79\x46':function(_0xe7af56,_0x19871a){return _0xe7af56(_0x19871a);},'\x44\x52\x4a\x64\x7a':_0x487b84(0x4a3,'\x21\x62\x64\x68')+_0x487b84(0x2e2,'\x6b\x56\x32\x38')+'\x53\x53','\x72\x47\x6c\x4f\x54':function(_0x58bef7,_0x323865){return _0x58bef7(_0x323865);},'\x66\x50\x79\x52\x66':_0x487b84(0x1f9,'\x47\x62\x42\x69'),'\x76\x75\x54\x6f\x45':'\x74\x69\x6d\x65\x6f\x75\x74','\x69\x69\x66\x41\x6c':function(_0x5e3021,_0x2c9a45){return _0x5e3021!==_0x2c9a45;},'\x56\x42\x6e\x52\x46':_0x487b84(0x46e,'\x6f\x33\x69\x64')+_0x487b84(0x38f,'\x63\x54\x4d\x7a')+_0x487b84(0x147,'\x5a\x66\x26\x58'),'\x44\x54\x45\x72\x54':'\x22\x74\x79\x70\x65\x22\x3a\x22'+_0x487b84(0x5ff,'\x76\x6d\x31\x4a')+_0x487b84(0x4ab,'\x75\x77\x31\x56'),'\x4e\x74\x6f\x76\x57':function(_0x58f690,_0x5e0274){return _0x58f690!==_0x5e0274;},'\x6e\x54\x6e\x58\x6d':function(_0x47341a,_0x4508e2){return _0x47341a===_0x4508e2;},'\x69\x47\x76\x44\x4b':function(_0x47a101,_0x3ed7f1){return _0x47a101&&_0x3ed7f1;},'\x79\x4d\x42\x72\x68':_0x487b84(0x42f,'\x34\x5b\x4d\x30'),'\x63\x73\x4b\x74\x41':_0x487b84(0x617,'\x58\x77\x74\x51'),'\x64\x6d\x68\x55\x5a':_0x487b84(0x5d3,'\x47\x4e\x53\x7a'),'\x43\x50\x49\x55\x64':'\x53\x74\x61\x74\x75\x73\x3a\x20'+_0x487b84(0x2e7,'\x6f\x33\x69\x64')+_0x487b84(0x3d4,'\x58\x42\x39\x45')+_0x487b84(0x2a9,'\x5b\x29\x5a\x4c')+_0x487b84(0x23e,'\x58\x77\x74\x51')+_0x487b84(0x210,'\x26\x35\x46\x39')+_0x487b84(0x219,'\x75\x77\x31\x56')+_0x487b84(0x32b,'\x24\x45\x21\x41')+_0x487b84(0x2a6,'\x46\x33\x47\x52')+_0x487b84(0x1d3,'\x23\x77\x50\x58')+_0x487b84(0x1ef,'\x55\x4a\x23\x77'),'\x55\x4c\x48\x70\x43':_0x487b84(0x328,'\x70\x53\x63\x6e')+_0x487b84(0x29e,'\x76\x6d\x31\x4a')+'\x5f\x61','\x74\x77\x4f\x4c\x55':function(_0x4e392b,_0x526935){return _0x4e392b(_0x526935);},'\x79\x59\x53\x54\x4b':function(_0x41688c,_0x2de6db){return _0x41688c===_0x2de6db;},'\x6d\x6f\x78\x6c\x75':'\x47\x67\x62\x49\x53','\x70\x4e\x49\x76\x63':_0x487b84(0x3ca,'\x26\x35\x46\x39')+_0x487b84(0x425,'\x5e\x5a\x37\x50')+'\x5f\x62','\x61\x6c\x75\x48\x42':_0x487b84(0x142,'\x5a\x6b\x50\x43')+_0x487b84(0x4ac,'\x6f\x54\x73\x58'),'\x53\x75\x49\x6d\x57':_0x487b84(0x30e,'\x5a\x66\x26\x58')+_0x487b84(0x5e4,'\x58\x25\x6b\x23')+'\x65\x72','\x6e\x57\x69\x4c\x46':function(_0x5d989a,_0x59235d){return _0x5d989a===_0x59235d;},'\x48\x79\x6f\x79\x58':_0x487b84(0x1b8,'\x37\x62\x40\x36')+'\x73','\x4b\x66\x65\x4a\x57':_0x487b84(0x408,'\x52\x4f\x4a\x46'),'\x78\x72\x4e\x65\x4b':function(_0x3932e1,_0x5aed79){return _0x3932e1===_0x5aed79;},'\x65\x69\x6c\x53\x45':_0x487b84(0x27b,'\x37\x62\x40\x36'),'\x6b\x48\x43\x68\x56':_0x487b84(0x1e7,'\x37\x62\x40\x36')+_0x487b84(0x1d7,'\x37\x62\x40\x36'),'\x77\x79\x78\x6e\x6c':_0x487b84(0x38e,'\x5a\x6b\x50\x43')},_0x1ad12d=_0x3f96d0[_0x487b84(0x27d,'\x74\x57\x6c\x4c')]+'\x0a'+_0x3f96d0['\x73\x74\x64\x65\x72\x72'];if(_0x3f96d0[_0x487b84(0x124,'\x72\x63\x30\x29')+'\x6f\x72'])return{'\x6f\x6b':![],'\x6b\x69\x6e\x64':_0x28c5a2[_0x487b84(0x243,'\x28\x4c\x39\x24')],'\x72\x65\x61\x73\x6f\x6e':_0x487b84(0x51c,'\x76\x6d\x31\x4a')+_0x487b84(0x431,'\x76\x6d\x31\x4a')+_0x3f96d0[_0x487b84(0x5fd,'\x4e\x4e\x6c\x43')+'\x6f\x72']};const _0x27dd57=_0x28c5a2[_0x487b84(0x48c,'\x70\x53\x63\x6e')](_0x525066,_0x3f96d0[_0x487b84(0x5c5,'\x21\x35\x56\x62')]);if(_0x27dd57){if(_0x27dd57[_0x487b84(0x221,'\x78\x4a\x6b\x5e')])return{'\x6f\x6b':![],'\x6b\x69\x6e\x64':_0x487b84(0x50c,'\x5d\x72\x77\x36'),'\x72\x65\x61\x73\x6f\x6e':'\x63\x6c\x61\x75\x64\x65\x20\x69'+_0x487b84(0x1b1,'\x31\x21\x6e\x43')+'\x20'+String(_0x27dd57[_0x487b84(0x4b1,'\x76\x6d\x31\x4a')]||_0x28c5a2[_0x487b84(0x3e6,'\x63\x54\x4d\x7a')])[_0x487b84(0x575,'\x5a\x66\x26\x58')](-0x701*-0x2+0xf7d+-0x9*0x347,0x1f62+0xa4c+-0x295e)};if(Array[_0x487b84(0x4f4,'\x28\x56\x63\x6c')](_0x27dd57[_0x487b84(0x138,'\x55\x4a\x23\x77')+_0x487b84(0x5e7,'\x23\x6b\x32\x2a')+'\x6c\x73'])&&_0x28c5a2[_0x487b84(0x59c,'\x5d\x72\x77\x36')](_0x27dd57['\x70\x65\x72\x6d\x69\x73\x73\x69'+_0x487b84(0x572,'\x4a\x55\x59\x29')+'\x6c\x73'][_0x487b84(0x30d,'\x72\x63\x30\x29')],0x14+0x1*0x2615+0x1*-0x2629)){const _0xc27563=_0x27dd57[_0x487b84(0x26e,'\x52\x4f\x4a\x46')+_0x487b84(0x528,'\x75\x77\x31\x56')+'\x6c\x73'][_0x487b84(0x3e5,'\x26\x35\x46\x39')](_0x125b21=>_0x125b21&&_0x125b21[_0x487b84(0x16f,'\x6f\x54\x73\x58')+'\x65']||'\x3f')[_0x487b84(0x59b,'\x23\x6b\x32\x2a')](0x13c7*0x1+-0x24*-0x105+0x13*-0x2f9,0x1724+0x1c3f*-0x1+0x525*0x1);return{'\x6f\x6b':![],'\x6b\x69\x6e\x64':_0x28c5a2[_0x487b84(0x52d,'\x75\x32\x50\x50')],'\x72\x65\x61\x73\x6f\x6e':_0x487b84(0x319,'\x75\x32\x50\x50')+_0x487b84(0x2a7,'\x47\x62\x42\x69')+_0x487b84(0x568,'\x5e\x51\x6d\x4a')+_0xc27563[_0x487b84(0x168,'\x23\x6b\x32\x2a')]('\x2c')};}}const _0xe22230=_0x1ad12d['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0x28c5a2[_0x487b84(0x351,'\x55\x4a\x23\x77')]),_0x58806a=Number[_0x487b84(0x497,'\x52\x4f\x4a\x46')](_0x430bcf)?_0x430bcf:_0x5bdb91,_0x3244a9=_0x28c5a2[_0x487b84(0x29a,'\x5e\x5a\x37\x50')](_0xa523d7,_0x28c5a2['\x58\x78\x55\x50\x47'])?_0x28c5a2[_0x487b84(0x3bb,'\x4a\x55\x59\x29')](_0xe82e43,_0x58806a):_0x1ad12d[_0x487b84(0x3c1,'\x5a\x66\x26\x58')](_0x28c5a2['\x44\x52\x4a\x64\x7a']),_0x17db3e=_0x28c5a2[_0x487b84(0x18e,'\x6b\x56\x32\x38')](_0x41ffbc,_0x2da09f);if(_0x3f96d0[_0x487b84(0x2fa,'\x6b\x56\x32\x38')]===-0xcfb*0x1+-0x1*0x2564+0x325f&&!_0xe22230&&_0x3244a9&&_0x28c5a2[_0x487b84(0x3da,'\x52\x4f\x4a\x46')](_0x17db3e,_0x28c5a2[_0x487b84(0x2cf,'\x23\x77\x50\x58')])){const _0x46dcd2={};return _0x46dcd2['\x6f\x6b']=!![],_0x46dcd2[_0x487b84(0x227,'\x75\x32\x50\x50')]=_0x28c5a2[_0x487b84(0x4f5,'\x4e\x4e\x6c\x43')],_0x46dcd2[_0x487b84(0x38a,'\x75\x77\x31\x56')]='',_0x46dcd2;}if(_0x3f96d0[_0x487b84(0x558,'\x58\x25\x6b\x23')])return{'\x6f\x6b':![],'\x6b\x69\x6e\x64':_0x28c5a2[_0x487b84(0x24f,'\x37\x62\x40\x36')],'\x72\x65\x61\x73\x6f\x6e':'\x68\x61\x6e\x64\x20\x74\x69\x6d'+'\x65\x64\x20\x6f\x75\x74\x20\x61'+_0x487b84(0x411,'\x5e\x51\x6d\x4a')+_0x57193c()+'\x6d\x73'};if(_0x28c5a2[_0x487b84(0x609,'\x47\x4e\x53\x7a')](_0x28c5a2[_0x487b84(0x3be,'\x5b\x29\x5a\x4c')](String,process.env.EVOLVE_EXEC_FALLBACKS||''),_0x28c5a2[_0x487b84(0x1dc,'\x21\x6d\x58\x5a')])){if(_0x28c5a2[_0x487b84(0x427,'\x28\x4c\x39\x24')]('\x64\x51\x74\x62\x6e',_0x487b84(0x583,'\x6d\x65\x66\x4f'))){const _0x3f7ce0=_0x1ad12d[_0x487b84(0x32f,'\x6b\x56\x32\x38')](_0x28c5a2[_0x487b84(0x616,'\x4a\x55\x59\x29')])||_0x1ad12d[_0x487b84(0x5fc,'\x4d\x51\x71\x6e')](_0x28c5a2[_0x487b84(0x3c3,'\x47\x62\x42\x69')]),_0x48c204=_0x1ad12d[_0x487b84(0x577,'\x5e\x51\x6d\x4a')](_0x487b84(0x264,'\x23\x77\x50\x58')+_0x487b84(0x3bc,'\x70\x53\x63\x6e')+'\x22')||_0x1ad12d[_0x487b84(0x176,'\x47\x50\x54\x64')](_0x487b84(0x338,'\x4a\x55\x59\x29')+'\x43\x61\x70\x73\x75\x6c\x65\x22');if(_0x28c5a2[_0x487b84(0x3a7,'\x21\x62\x64\x68')](_0xa523d7,_0x28c5a2[_0x487b84(0x589,'\x46\x6a\x35\x74')])&&_0x28c5a2[_0x487b84(0x294,'\x21\x62\x64\x68')](_0x3f96d0[_0x487b84(0x2fa,'\x6b\x56\x32\x38')],-0x4b3*-0x1+-0x3*-0x2fc+0xf*-0xe9)&&!_0xe22230&&(_0x1ad12d[_0x487b84(0x5ce,'\x46\x6a\x35\x74')](_0x28c5a2[_0x487b84(0x292,'\x21\x35\x56\x62')])||_0x28c5a2[_0x487b84(0x33a,'\x74\x57\x6c\x4c')](_0x3f7ce0,_0x48c204))){if(_0x28c5a2[_0x487b84(0x3a7,'\x21\x62\x64\x68')](_0x28c5a2[_0x487b84(0x1b0,'\x55\x4a\x23\x77')],_0x28c5a2['\x63\x73\x4b\x74\x41']))try{if(_0x28c5a2[_0x487b84(0x263,'\x4e\x4e\x6c\x43')]!==_0x28c5a2[_0x487b84(0x5f7,'\x47\x50\x54\x64')])_0x20c0da[_0x487b84(0x18d,'\x58\x42\x39\x45')](-_0x32af34,GGZSYG[_0x487b84(0x5b4,'\x58\x25\x6b\x23')]);else{const _0x39c469={};_0x39c469[_0x487b84(0x19a,'\x5e\x51\x6d\x4a')]=_0x487b84(0x162,'\x70\x53\x63\x6e'),_0x39c469['\x65\x6e']=_0x28c5a2[_0x487b84(0x401,'\x52\x4f\x4a\x46')],_0x39c469['\x7a\x68']=_0x487b84(0x2e1,'\x76\x6d\x31\x4a')+_0x487b84(0x3d5,'\x5a\x6b\x50\x43')+_0x487b84(0x222,'\x23\x6b\x32\x2a')+_0x487b84(0x4bf,'\x65\x52\x64\x70')+_0x487b84(0x61c,'\x75\x77\x31\x56')+_0x487b84(0x14f,'\x58\x25\x6b\x23'),_0x540c1f[_0x487b84(0x1e3,'\x63\x54\x4d\x7a')+_0x487b84(0x498,'\x5e\x51\x6d\x4a')](_0x2da09f,JSON[_0x487b84(0x451,'\x74\x57\x6c\x4c')+'\x79'](_0x39c469,null,-0xa*0x21e+-0x12d*0x4+0x19e2));const _0x49527f={};return _0x49527f['\x6f\x6b']=!![],_0x49527f['\x6b\x69\x6e\x64']=_0x28c5a2['\x55\x4c\x48\x70\x43'],_0x49527f[_0x487b84(0x452,'\x21\x62\x64\x68')]='',_0x49527f;}}catch(_0x31c594){}else{const _0x1a2a30=[_0x28c5a2[_0x487b84(0x51d,'\x21\x35\x56\x62')],_0x28c5a2[_0x487b84(0x604,'\x28\x56\x63\x6c')],_0x487b84(0x121,'\x28\x56\x63\x6c'),_0x28c5a2[_0x487b84(0x149,'\x6d\x65\x66\x4f')],_0x28c5a2['\x70\x65\x76\x48\x76'],_0x28c5a2[_0x487b84(0x5ea,'\x6e\x61\x2a\x38')],_0x487b84(0x323,'\x6f\x33\x69\x64')+_0x487b84(0x562,'\x5a\x66\x26\x58')+'\x29',_0x28c5a2[_0x487b84(0x1e8,'\x47\x4e\x53\x7a')],_0x28c5a2['\x4a\x62\x44\x63\x75'],_0x28c5a2['\x6a\x49\x6d\x67\x73'],_0x28c5a2[_0x487b84(0x18c,'\x6f\x54\x73\x58')]],_0xbedaf1=['\x2d\x70',_0x487b84(0x3e3,'\x74\x57\x6c\x4c')+_0x487b84(0x5f4,'\x5a\x6b\x50\x43'),_0x487b84(0x170,'\x6e\x61\x2a\x38'),_0x28c5a2[_0x487b84(0x15b,'\x47\x4e\x53\x7a')],_0x28c5a2[_0x487b84(0x3d2,'\x5e\x51\x6d\x4a')],_0x28c5a2[_0x487b84(0x120,'\x46\x6a\x35\x74')],_0x33b4bc,_0x487b84(0x25b,'\x78\x4a\x6b\x5e')+_0x487b84(0x178,'\x72\x63\x30\x29'),..._0x1a2a30,_0x28c5a2[_0x487b84(0x29c,'\x4d\x51\x71\x6e')],_0x5a3eb2.env.EVOLVE_HAND_MODEL||'\x73\x6f\x6e\x6e\x65\x74',_0x28c5a2[_0x487b84(0x2a5,'\x46\x6a\x35\x74')],_0x32a7c7,_0x28c5a2[_0x487b84(0x22d,'\x78\x4a\x6b\x5e')],_0x28c5a2[_0x487b84(0x1fe,'\x4d\x51\x71\x6e')](_0x47b4dd),_0x28c5a2['\x79\x47\x4d\x46\x61'],_0x28c5a2[_0x487b84(0x5e0,'\x5a\x66\x26\x58')](_0x4cc245,_0x3e31f2.env.EVOLVE_HAND_MAX_TURNS||-0x225+0xe2d+0x97*-0x14),..._0x28c5a2['\x65\x46\x75\x79\x4e'](_0x28c5a2[_0x487b84(0x5af,'\x65\x52\x64\x70')](_0x5c580f,_0x56fc6d.env.EVOLVE_HAND_DANGEROUS||''),_0x28c5a2[_0x487b84(0x135,'\x47\x62\x42\x69')])?[_0x28c5a2[_0x487b84(0x1f6,'\x78\x4a\x6b\x5e')]]:[]];return{'\x62\x69\x6e':_0x48f7c8(_0x487b84(0x44d,'\x26\x35\x46\x39')+_0x487b84(0x4bb,'\x5a\x66\x26\x58')),'\x61\x72\x67\x73':_0xbedaf1,'\x65\x6e\x76':{'\x45\x56\x4f\x4c\x56\x45\x5f\x43\x59\x43\x4c\x45\x5f\x54\x41\x47':_0x28c5a2['\x61\x6d\x63\x67\x49'](_0x3f7900,_0x501ba8),'\x45\x56\x4f\x4c\x56\x45\x5f\x53\x54\x41\x54\x55\x53\x5f\x46\x49\x4c\x45':_0x3e0b88}};}}if(_0x28c5a2[_0x487b84(0x534,'\x55\x4a\x23\x77')](_0xe82e43,_0x58806a)){if(_0x28c5a2[_0x487b84(0x5f1,'\x70\x53\x63\x6e')](_0x28c5a2[_0x487b84(0x4b4,'\x5e\x51\x6d\x4a')],_0x28c5a2[_0x487b84(0x429,'\x70\x53\x63\x6e')])){const _0x10d34f={};return _0x10d34f['\x6f\x6b']=!![],_0x10d34f[_0x487b84(0x1a8,'\x47\x4e\x53\x7a')]=_0x28c5a2[_0x487b84(0x4ff,'\x21\x6d\x58\x5a')],_0x10d34f[_0x487b84(0x54c,'\x31\x21\x6e\x43')]='',_0x10d34f;}else{const _0x120f5d=_0x359591[_0x300f9a];if(_0x34c100){if(_0x5a1f52)_0x1f96ce=![];else{if(GGZSYG[_0x487b84(0x220,'\x72\x63\x30\x29')](_0x120f5d,'\x5c'))_0x22f54c=!![];else{if(_0x120f5d==='\x22')_0x1a9ce0=![];}}}else{if(GGZSYG[_0x487b84(0x5e6,'\x5d\x72\x77\x36')](_0x120f5d,'\x22'))_0x34165c=!![];else{if(GGZSYG[_0x487b84(0x467,'\x63\x54\x4d\x7a')](_0x120f5d,'\x7b'))_0x597cf7++;else{if(_0x120f5d==='\x7d'){_0x3022b4--;if(GGZSYG[_0x487b84(0x483,'\x47\x4e\x53\x7a')](_0x27af13,-0x16+-0xbf*-0xd+-0x1*0x99d))return _0x101139[_0x487b84(0x42e,'\x21\x6d\x58\x5a')](_0x492e31,GGZSYG[_0x487b84(0x439,'\x4d\x51\x71\x6e')](_0x4b8be9,0x1069+0x1157*0x1+-0x21bf));}}}}}}}else{if(_0xd825ca)return;_0x2d1f34=!![];if(GGZSYG[_0x487b84(0x51e,'\x6f\x33\x69\x64')](_0xe1f75c,0x47*0x49+0xc4*0x29+0x1*-0x33a3))_0x4e6be7=![];GGZSYG[_0x487b84(0x2b2,'\x5e\x51\x6d\x4a')](_0x4c8095,_0x3dfc2e),_0x3a8de9(_0x2ee7bb),GGZSYG[_0x487b84(0x2f9,'\x5e\x5a\x37\x50')](_0x28f422,_0x436ac8);const _0x6ded8b={};_0x6ded8b[_0x487b84(0x367,'\x6e\x61\x2a\x38')]=_0x14b2a9,_0x6ded8b[_0x487b84(0x4cf,'\x47\x4e\x53\x7a')]=_0x2c628b,_0x6ded8b[_0x487b84(0x304,'\x5a\x6b\x50\x43')]=_0x47e467,_0x6ded8b[_0x487b84(0x426,'\x58\x42\x39\x45')]=_0x3931a6,_0x6ded8b[_0x487b84(0x388,'\x73\x58\x64\x4c')+'\x6f\x72']=_0x3746da,_0x6ded8b[_0x487b84(0x578,'\x4d\x51\x71\x6e')+'\x64']=_0x585274,GGZSYG[_0x487b84(0x481,'\x6e\x61\x2a\x38')](_0x2ae6bd,_0x6ded8b);}}let _0xa2d63e;if(_0xe22230)_0xa2d63e=_0x28c5a2[_0x487b84(0x574,'\x26\x35\x46\x39')];else{if(!_0x3244a9)_0xa2d63e=_0x28c5a2[_0x487b84(0x31d,'\x21\x62\x64\x68')];else{if(_0x28c5a2[_0x487b84(0x465,'\x52\x4f\x4a\x46')](_0x17db3e,null))_0xa2d63e=_0x28c5a2[_0x487b84(0x2c9,'\x52\x4f\x4a\x46')];else{if(_0x17db3e===_0x28c5a2[_0x487b84(0x3ce,'\x21\x62\x64\x68')])_0xa2d63e=_0x487b84(0x1cf,'\x4a\x55\x59\x29')+_0x487b84(0x228,'\x5e\x51\x6d\x4a');else{if(_0x28c5a2[_0x487b84(0x2c4,'\x52\x4f\x4a\x46')](_0x17db3e,_0x28c5a2[_0x487b84(0x46b,'\x21\x6d\x58\x5a')]))_0xa2d63e=_0x28c5a2[_0x487b84(0x3c9,'\x47\x4e\x53\x7a')];else _0xa2d63e=_0x28c5a2['\x77\x79\x78\x6e\x6c'];}}}}const _0x2c65bd={};return _0x2c65bd['\x6f\x6b']=![],_0x2c65bd[_0x487b84(0x47e,'\x5d\x72\x77\x36')]=_0xa2d63e,_0x2c65bd['\x72\x65\x61\x73\x6f\x6e']=_0x487b84(0x554,'\x75\x77\x31\x56')+_0x3f96d0[_0x487b84(0x155,'\x31\x21\x6e\x43')]+(_0x487b84(0x52a,'\x73\x23\x74\x4b')+_0x487b84(0x59f,'\x79\x64\x6c\x5a'))+_0x3244a9+(_0x487b84(0x250,'\x73\x23\x74\x4b')+_0x487b84(0x37f,'\x37\x62\x40\x36'))+_0x17db3e,_0x2c65bd;}function _0x41ffbc(_0x4a65c4){const _0x31373c=_0x2aa4d6,_0x26c406={};_0x26c406[_0x31373c(0x3f6,'\x4e\x4e\x6c\x43')]=_0x31373c(0x45c,'\x78\x4a\x6b\x5e'),_0x26c406[_0x31373c(0x1e4,'\x46\x33\x47\x52')]=function(_0x3cf123,_0x46f680){return _0x3cf123===_0x46f680;},_0x26c406[_0x31373c(0x4f7,'\x4a\x55\x59\x29')]=_0x31373c(0x23d,'\x6f\x54\x73\x58'),_0x26c406[_0x31373c(0x3ae,'\x73\x23\x74\x4b')]='\x66\x61\x69\x6c\x75\x72\x65',_0x26c406[_0x31373c(0x5a4,'\x75\x32\x50\x50')]=_0x31373c(0x587,'\x28\x4c\x39\x24'),_0x26c406['\x76\x77\x4d\x70\x69']=_0x31373c(0x4b8,'\x65\x52\x64\x70');const _0x4372af=_0x26c406;if(!_0x4a65c4||!_0x540c1f[_0x31373c(0x37b,'\x65\x52\x64\x70')+'\x6e\x63'](_0x4a65c4))return null;try{const _0x3b724d=JSON[_0x31373c(0x5b8,'\x46\x33\x47\x52')](_0x540c1f[_0x31373c(0x4b7,'\x4a\x55\x59\x29')+_0x31373c(0x510,'\x5a\x6b\x50\x43')](_0x4a65c4,_0x4372af[_0x31373c(0x45e,'\x28\x4c\x39\x24')]));if(_0x3b724d&&_0x4372af[_0x31373c(0x51a,'\x6f\x54\x73\x58')](_0x3b724d[_0x31373c(0x2d5,'\x76\x6d\x31\x4a')],_0x4372af[_0x31373c(0x15d,'\x72\x63\x30\x29')]))return _0x4372af[_0x31373c(0x145,'\x47\x50\x54\x64')];if(_0x3b724d&&_0x3b724d[_0x31373c(0x36f,'\x5a\x6b\x50\x43')]===_0x4372af[_0x31373c(0x4e2,'\x37\x62\x40\x36')])return _0x31373c(0x169,'\x58\x42\x39\x45');return _0x31373c(0x522,'\x26\x35\x46\x39');}catch(_0x39febc){if(_0x31373c(0x399,'\x58\x77\x74\x51')===_0x4372af[_0x31373c(0x53d,'\x65\x52\x64\x70')])return _0x4372af[_0x31373c(0x327,'\x5d\x72\x77\x36')];else try{if(_0x3d81bb[_0x31373c(0x17e,'\x73\x23\x74\x4b')+'\x6e\x63'](_0x2bd05d))return _0x1b5f13[_0x88c0bc]=_0x567eed,_0x595b2c;}catch(_0x442142){}}}function _0x5e18(){const _0x23f82a=['\x57\x35\x4b\x50\x6d\x6d\x6b\x64\x57\x34\x53','\x63\x53\x6f\x66\x73\x57\x65\x31','\x6e\x63\x57\x5a\x7a\x53\x6f\x4f\x57\x52\x79\x72\x44\x71','\x57\x50\x46\x64\x47\x61\x4b\x37\x57\x51\x57','\x57\x50\x6e\x6b\x57\x35\x57\x31\x57\x34\x4c\x76\x62\x4b\x39\x61\x6f\x57\x46\x63\x4a\x32\x61','\x57\x35\x53\x6e\x68\x43\x6f\x52\x6c\x38\x6f\x6f\x57\x51\x44\x6b','\x57\x36\x37\x63\x4a\x43\x6f\x6e\x79\x72\x30\x65\x42\x61\x6d','\x79\x43\x6f\x35\x57\x35\x56\x63\x4d\x62\x75\x78','\x57\x50\x5a\x64\x54\x77\x4e\x64\x4a\x38\x6b\x6a','\x57\x35\x69\x65\x57\x51\x31\x75\x57\x50\x65','\x57\x36\x56\x64\x51\x49\x31\x46\x57\x37\x42\x63\x4f\x38\x6b\x59\x57\x34\x65','\x57\x37\x47\x78\x57\x50\x7a\x76\x57\x52\x43','\x57\x34\x34\x76\x79\x31\x79\x72','\x57\x37\x4a\x63\x49\x38\x6b\x46\x73\x74\x30\x4e\x6a\x72\x65','\x57\x50\x34\x56\x70\x73\x71\x5a\x57\x36\x68\x64\x54\x71\x47','\x34\x50\x45\x44\x34\x50\x77\x70\x34\x50\x77\x70\x34\x50\x77\x6e\x34\x50\x73\x41\x34\x50\x41\x68\x34\x50\x41\x44\x34\x50\x77\x39','\x79\x6d\x6f\x39\x57\x35\x74\x63\x4a\x58\x47\x77\x6b\x43\x6b\x56','\x71\x47\x35\x34\x57\x35\x79','\x66\x43\x6f\x33\x57\x34\x68\x64\x4c\x43\x6f\x47','\x57\x37\x52\x63\x4d\x32\x4c\x36\x57\x4f\x57','\x57\x52\x70\x63\x49\x4c\x61\x37\x6f\x6d\x6f\x37\x6c\x6d\x6f\x61','\x57\x34\x30\x2f\x57\x51\x57\x31\x71\x57','\x57\x35\x47\x76\x64\x53\x6b\x64\x78\x61','\x6a\x38\x6b\x73\x57\x36\x4c\x52\x66\x47','\x57\x36\x37\x64\x48\x6d\x6f\x46\x45\x6d\x6f\x50\x57\x52\x43','\x57\x37\x34\x6f\x57\x4f\x6e\x52\x57\x50\x6d\x67\x73\x58\x57','\x70\x43\x6f\x42\x57\x50\x56\x64\x4b\x62\x65','\x57\x4f\x6e\x70\x45\x53\x6f\x62\x57\x51\x75','\x57\x52\x72\x55\x75\x4a\x30\x55','\x57\x4f\x54\x7a\x78\x6d\x6f\x5a\x71\x57','\x57\x52\x74\x64\x50\x65\x69\x59\x57\x37\x76\x6b\x41\x6d\x6b\x69','\x61\x58\x6d\x77\x7a\x53\x6f\x6b','\x77\x38\x6b\x58\x6a\x38\x6b\x6d\x46\x47','\x57\x37\x37\x63\x55\x75\x4c\x44\x57\x52\x4b','\x57\x51\x33\x64\x55\x77\x58\x6f\x57\x36\x42\x63\x54\x43\x6b\x36','\x57\x36\x79\x35\x57\x4f\x68\x64\x4a\x38\x6b\x57\x74\x61\x37\x64\x49\x57','\x57\x34\x75\x32\x79\x4b\x6e\x4f','\x57\x36\x71\x6f\x57\x51\x5a\x64\x49\x6d\x6f\x32\x41\x53\x6b\x75\x57\x37\x38','\x65\x63\x5a\x63\x4c\x62\x57\x39','\x57\x37\x6c\x64\x52\x32\x54\x42\x57\x37\x4f','\x57\x36\x37\x64\x4f\x32\x31\x43\x57\x37\x47','\x57\x51\x78\x64\x56\x75\x4f','\x69\x4a\x69\x33\x6f\x53\x6b\x49\x57\x35\x4b\x32','\x66\x61\x6c\x63\x4f\x5a\x4b\x31\x46\x31\x47','\x57\x4f\x62\x7a\x71\x6d\x6f\x38\x72\x61','\x57\x37\x56\x64\x55\x72\x34\x56','\x57\x50\x71\x46\x6a\x74\x46\x63\x53\x38\x6b\x4a','\x77\x38\x6b\x6c\x6d\x53\x6b\x58\x77\x61','\x76\x53\x6f\x34\x57\x35\x70\x63\x4e\x57','\x57\x36\x52\x63\x49\x38\x6f\x77\x46\x62\x79\x4c\x42\x61\x4b','\x43\x6d\x6f\x73\x57\x36\x54\x4c\x6f\x43\x6b\x35\x64\x47','\x79\x68\x42\x63\x56\x38\x6f\x72','\x57\x52\x4a\x64\x53\x47\x71\x55\x57\x37\x66\x43\x76\x43\x6b\x73','\x57\x37\x79\x5a\x57\x51\x30\x6b','\x57\x50\x64\x64\x52\x78\x70\x63\x54\x4a\x61','\x67\x4b\x68\x63\x49\x49\x75\x36','\x57\x34\x71\x34\x57\x50\x4c\x2b\x57\x52\x71','\x70\x59\x75\x5a\x44\x57','\x57\x37\x6a\x4f\x44\x32\x56\x63\x4e\x38\x6f\x70\x57\x37\x69','\x57\x37\x37\x63\x47\x38\x6f\x55\x72\x64\x65','\x70\x53\x6b\x58\x57\x35\x37\x63\x49\x48\x71\x45\x6e\x6d\x6f\x39','\x57\x51\x74\x64\x4c\x58\x4b\x46\x6d\x38\x6f\x54','\x57\x34\x70\x64\x56\x38\x6b\x6b\x57\x50\x52\x64\x55\x74\x43','\x57\x51\x74\x64\x53\x4c\x4b\x4b\x57\x36\x43','\x57\x4f\x35\x65\x74\x6d\x6f\x52\x57\x50\x71','\x57\x52\x52\x64\x55\x4c\x5a\x64\x48\x38\x6b\x66','\x6d\x33\x33\x63\x4d\x64\x53\x77\x6e\x38\x6f\x4f\x77\x47','\x57\x35\x61\x42\x7a\x4e\x65','\x57\x51\x4a\x64\x55\x67\x37\x63\x51\x32\x6a\x5a','\x57\x37\x43\x41\x78\x67\x57','\x66\x43\x6f\x4d\x57\x52\x43\x59\x6c\x66\x61\x67\x57\x51\x4f','\x57\x51\x4a\x64\x4a\x33\x56\x63\x54\x59\x58\x42\x77\x71','\x69\x43\x6f\x50\x57\x37\x31\x66\x57\x35\x47\x59','\x57\x37\x6d\x5a\x57\x51\x62\x6a\x73\x6d\x6b\x31\x75\x53\x6b\x33','\x6c\x43\x6f\x30\x57\x37\x53','\x57\x36\x34\x58\x57\x51\x31\x6a\x68\x61','\x6f\x53\x6f\x2f\x57\x52\x74\x64\x54\x74\x4e\x63\x4d\x76\x71\x38','\x68\x43\x6f\x6d\x71\x63\x71\x48','\x57\x37\x43\x70\x63\x38\x6f\x57\x6f\x43\x6b\x6c\x57\x36\x69\x43','\x65\x6d\x6b\x2b\x57\x34\x48\x6f\x68\x6d\x6b\x69\x6c\x71\x53','\x57\x36\x31\x4b\x7a\x5a\x4a\x64\x4e\x6d\x6f\x6d\x57\x37\x4a\x64\x4b\x71','\x57\x52\x70\x64\x54\x4e\x56\x63\x49\x66\x65','\x41\x6d\x6b\x42\x57\x35\x6c\x64\x4a\x6d\x6b\x31','\x57\x37\x42\x64\x4b\x38\x6f\x79\x43\x47','\x57\x52\x56\x64\x53\x43\x6b\x6a\x57\x51\x2f\x63\x54\x71','\x57\x52\x4a\x64\x55\x65\x69\x4e\x57\x37\x47','\x57\x35\x6e\x72\x71\x6d\x6f\x35\x72\x30\x57\x6c','\x57\x34\x4a\x63\x4e\x78\x44\x78\x57\x50\x34','\x73\x6d\x6f\x70\x57\x37\x78\x63\x50\x5a\x6d\x39\x67\x6d\x6f\x6a','\x57\x37\x58\x49\x41\x4d\x56\x63\x49\x53\x6f\x41\x57\x36\x6c\x64\x4e\x61','\x57\x37\x46\x64\x54\x67\x58\x67\x57\x37\x33\x63\x55\x53\x6b\x6d\x57\x35\x65','\x6e\x53\x6f\x30\x57\x50\x56\x64\x52\x59\x70\x63\x47\x33\x6d\x47','\x79\x6d\x6f\x35\x57\x34\x4e\x63\x4d\x62\x6d\x77\x70\x38\x6f\x38','\x57\x52\x6a\x74\x78\x43\x6f\x36\x75\x30\x7a\x64\x57\x34\x4f','\x65\x6d\x6f\x50\x57\x52\x33\x64\x56\x49\x69','\x57\x50\x31\x6e\x41\x74\x4f\x32','\x6b\x71\x37\x63\x4b\x48\x43\x73\x72\x5a\x79','\x57\x4f\x4a\x64\x47\x48\x65\x7a\x6d\x43\x6f\x37\x6f\x61','\x57\x34\x30\x69\x6d\x38\x6f\x30\x75\x47','\x44\x53\x6f\x56\x57\x36\x64\x63\x4d\x5a\x71','\x57\x34\x53\x54\x69\x6d\x6b\x52\x57\x36\x75','\x57\x51\x5a\x64\x4a\x53\x6b\x52\x57\x52\x64\x63\x4b\x66\x66\x4e\x57\x4f\x69','\x57\x50\x64\x64\x51\x38\x6b\x6d\x57\x4f\x52\x63\x51\x4d\x35\x67','\x57\x50\x43\x6b\x6d\x59\x68\x63\x50\x61','\x57\x35\x43\x50\x6e\x43\x6b\x5a\x57\x34\x43\x50\x57\x52\x57\x43','\x66\x43\x6f\x57\x71\x73\x79\x33','\x63\x77\x78\x64\x52\x47','\x72\x58\x54\x53\x57\x50\x33\x64\x49\x47','\x57\x51\x4e\x64\x51\x77\x56\x63\x4f\x66\x66\x55\x57\x4f\x68\x63\x55\x61','\x57\x35\x6d\x41\x45\x78\x34\x7a\x57\x50\x4f\x78','\x6e\x62\x79\x30\x73\x43\x6f\x6a','\x6f\x38\x6f\x7a\x57\x34\x71','\x57\x34\x34\x4f\x69\x47','\x6c\x43\x6b\x6d\x6e\x71','\x57\x4f\x42\x64\x49\x68\x30\x4b\x57\x34\x53','\x57\x37\x4f\x61\x69\x38\x6b\x64\x78\x61','\x57\x50\x4f\x72\x44\x33\x4f\x77\x57\x35\x34\x72\x57\x37\x57','\x57\x4f\x4e\x64\x53\x30\x37\x64\x52\x53\x6f\x4b\x42\x62\x78\x64\x50\x61','\x57\x36\x4c\x4f\x44\x67\x52\x63\x55\x61','\x6e\x53\x6f\x36\x57\x50\x70\x64\x53\x63\x6c\x63\x4b\x76\x71\x38','\x46\x53\x6b\x48\x57\x50\x70\x64\x55\x5a\x6c\x63\x4e\x4c\x71','\x73\x53\x6f\x55\x75\x31\x4e\x63\x51\x4e\x79','\x57\x51\x53\x39\x57\x50\x33\x64\x4b\x43\x6b\x32\x61\x76\x64\x63\x4a\x47','\x57\x52\x38\x32\x57\x4f\x37\x64\x55\x53\x6f\x36\x57\x50\x50\x6f\x61\x47','\x6b\x53\x6f\x42\x57\x34\x70\x64\x56\x43\x6f\x36\x57\x52\x52\x63\x50\x6d\x6b\x69','\x57\x51\x35\x33\x57\x35\x6d','\x57\x4f\x43\x58\x57\x50\x37\x64\x55\x53\x6b\x73','\x57\x35\x38\x37\x57\x4f\x79\x54\x74\x61','\x57\x52\x52\x64\x49\x68\x2f\x63\x50\x57','\x79\x43\x6f\x58\x57\x37\x70\x63\x4b\x73\x30','\x57\x51\x4f\x63\x57\x52\x71\x33\x46\x61','\x57\x52\x47\x56\x6f\x49\x30','\x57\x35\x69\x6b\x57\x4f\x48\x4f\x57\x4f\x38\x72','\x6e\x53\x6f\x61\x57\x34\x2f\x64\x4f\x38\x6f\x67\x57\x51\x74\x63\x4f\x6d\x6b\x45','\x34\x50\x77\x78\x34\x50\x73\x6b\x34\x50\x77\x39\x34\x50\x73\x46\x34\x50\x45\x77\x34\x50\x77\x7a\x61\x43\x6b\x34','\x67\x75\x43\x31\x77\x53\x6b\x45\x68\x4c\x6c\x64\x52\x57','\x57\x37\x4b\x6d\x6f\x38\x6f\x4f\x75\x47','\x57\x34\x66\x37\x6a\x53\x6f\x58\x64\x57','\x57\x37\x53\x5a\x64\x6d\x6f\x50\x79\x47','\x57\x51\x44\x44\x74\x6d\x6f\x58\x61\x72\x66\x71\x57\x35\x6d','\x57\x36\x47\x44\x61\x6d\x6b\x66\x57\x37\x79','\x41\x38\x6b\x6a\x46\x43\x6b\x7a\x75\x71','\x57\x51\x62\x53\x43\x57\x4f\x55','\x41\x38\x6b\x6d\x45\x38\x6b\x56\x75\x71','\x57\x52\x68\x64\x4e\x73\x38\x64\x6b\x43\x6f\x2f\x6b\x6d\x6b\x66','\x6c\x49\x78\x64\x48\x61\x65\x6d\x76\x4e\x46\x64\x4b\x71','\x57\x52\x6a\x50\x57\x34\x68\x64\x4f\x38\x6f\x4b\x57\x51\x47\x67\x66\x57','\x57\x52\x66\x45\x71\x77\x6e\x65\x6c\x4b\x31\x63','\x6e\x73\x37\x63\x4c\x58\x30\x71\x72\x78\x65','\x57\x50\x70\x64\x4d\x33\x42\x63\x53\x61','\x57\x35\x56\x64\x55\x67\x4c\x38\x57\x36\x43','\x75\x53\x6b\x32\x57\x35\x4a\x64\x4a\x38\x6b\x78','\x57\x35\x61\x4b\x79\x67\x75\x32','\x77\x6d\x6f\x54\x78\x64\x58\x56\x6b\x5a\x75\x74','\x57\x4f\x76\x75\x41\x4a\x61\x54\x57\x50\x38\x51\x64\x57','\x45\x43\x6f\x63\x57\x34\x2f\x64\x55\x38\x6b\x69\x57\x52\x4a\x63\x4f\x6d\x6b\x42','\x57\x36\x47\x36\x57\x52\x4f\x62\x77\x57','\x57\x52\x64\x64\x56\x33\x4e\x63\x50\x74\x30','\x57\x37\x42\x63\x52\x49\x61\x35\x57\x37\x4a\x64\x4c\x38\x6b\x65\x57\x34\x69','\x79\x6d\x6b\x71\x57\x36\x33\x64\x4a\x38\x6b\x61\x63\x71','\x78\x38\x6b\x72\x70\x43\x6b\x73\x75\x57','\x57\x51\x48\x33\x57\x35\x42\x64\x54\x43\x6f\x4d\x57\x50\x34\x68','\x57\x50\x53\x65\x63\x38\x6f\x33\x46\x57','\x57\x52\x69\x47\x44\x33\x33\x63\x4a\x43\x6f\x42\x57\x37\x37\x64\x4b\x61','\x57\x34\x39\x72\x57\x4f\x6e\x33\x57\x50\x38\x6c\x75\x75\x30','\x45\x43\x6f\x43\x57\x35\x4e\x63\x4f\x6d\x6f\x64\x57\x51\x68\x63\x52\x43\x6b\x6d','\x57\x37\x43\x52\x69\x38\x6f\x58\x43\x6d\x6b\x54\x79\x6d\x6b\x38','\x57\x34\x71\x57\x57\x52\x47\x6d\x63\x43\x6b\x49\x77\x43\x6b\x33','\x62\x43\x6f\x49\x57\x37\x54\x7a','\x57\x36\x38\x53\x57\x4f\x30\x77\x77\x38\x6b\x33\x73\x61','\x57\x51\x69\x53\x57\x52\x64\x64\x52\x6d\x6b\x39','\x45\x43\x6f\x5a\x57\x35\x70\x63\x48\x71','\x57\x52\x5a\x64\x4d\x76\x37\x63\x4c\x30\x6d','\x75\x43\x6b\x47\x57\x37\x33\x64\x4a\x57','\x67\x38\x6f\x4c\x41\x61\x79\x61','\x66\x43\x6f\x73\x76\x59\x65\x41','\x57\x37\x47\x2f\x57\x51\x79\x75\x77\x47','\x78\x33\x4e\x63\x56\x43\x6f\x74\x57\x51\x75','\x57\x35\x4f\x73\x64\x78\x53','\x57\x4f\x42\x64\x51\x6d\x6b\x62\x57\x50\x6c\x63\x50\x4d\x50\x6b\x57\x51\x47','\x74\x53\x6b\x77\x61\x53\x6b\x50\x77\x61','\x6b\x71\x70\x63\x4e\x72\x38\x34','\x57\x36\x53\x36\x57\x51\x6d\x72\x78\x71','\x57\x36\x4f\x52\x57\x51\x4f\x76\x71\x6d\x6f\x6b','\x57\x50\x75\x36\x70\x58\x50\x4f','\x69\x71\x6c\x64\x4f\x71','\x57\x50\x78\x64\x54\x62\x53\x33\x63\x47','\x57\x36\x70\x64\x56\x76\x70\x64\x51\x53\x6b\x31\x6b\x57\x4a\x64\x55\x61','\x57\x34\x61\x56\x6a\x6d\x6b\x4c\x57\x35\x34\x2f\x57\x50\x75\x44','\x57\x36\x4c\x30\x6c\x6d\x6f\x47','\x7a\x67\x52\x63\x50\x43\x6f\x77\x57\x4f\x47\x70\x41\x47','\x44\x43\x6f\x6c\x57\x34\x2f\x63\x51\x64\x57','\x6c\x38\x6b\x72\x57\x37\x75','\x7a\x78\x64\x63\x56\x38\x6f\x70\x57\x4f\x69\x71\x79\x61','\x57\x50\x65\x57\x57\x52\x57\x56\x78\x32\x56\x63\x54\x49\x57','\x6e\x53\x6f\x49\x57\x36\x54\x6d','\x57\x50\x61\x65\x63\x4a\x72\x36','\x57\x35\x68\x64\x4d\x6d\x6f\x46\x46\x61','\x76\x47\x50\x55\x57\x4f\x56\x64\x47\x74\x30\x58\x70\x71','\x57\x37\x42\x64\x48\x6d\x6f\x76\x70\x38\x6f\x55\x57\x52\x44\x6d\x57\x35\x61','\x57\x36\x71\x4e\x57\x50\x52\x64\x53\x43\x6b\x78\x75\x38\x6b\x58\x57\x34\x71','\x57\x52\x4e\x64\x54\x30\x37\x64\x53\x38\x6b\x47\x46\x57','\x66\x73\x65\x48\x45\x38\x6b\x4b\x57\x52\x72\x76\x79\x47','\x6e\x63\x74\x63\x49\x48\x57\x7a\x72\x57','\x57\x36\x30\x75\x57\x51\x34\x35\x7a\x61','\x57\x51\x5a\x64\x51\x59\x61\x2f\x57\x52\x56\x64\x55\x47','\x57\x36\x37\x64\x4d\x43\x6f\x31\x77\x5a\x57\x54\x6a\x72\x79','\x57\x51\x78\x64\x50\x72\x57\x31\x6b\x47','\x57\x37\x42\x64\x4a\x53\x6f\x45\x43\x38\x6b\x39\x57\x51\x39\x6d\x57\x34\x34','\x57\x50\x64\x64\x52\x53\x6b\x70\x57\x4f\x4e\x63\x56\x74\x35\x67\x57\x52\x75','\x57\x34\x56\x64\x4e\x66\x48\x48\x57\x36\x53','\x57\x51\x4b\x30\x57\x4f\x4a\x64\x48\x43\x6b\x74','\x6e\x6d\x6f\x76\x46\x74\x69\x4a','\x66\x58\x5a\x63\x4e\x64\x53\x56','\x6f\x64\x75\x4d\x43\x6d\x6f\x4a\x57\x52\x35\x7a','\x70\x49\x34\x4b\x43\x53\x6f\x47\x57\x52\x50\x79','\x57\x4f\x6e\x45\x72\x5a\x53\x43\x57\x50\x6d\x30\x6b\x71','\x57\x36\x5a\x64\x4f\x57\x34\x50\x62\x57','\x57\x34\x64\x64\x47\x6d\x6f\x63\x44\x38\x6b\x31\x57\x52\x48\x61\x57\x34\x47','\x66\x62\x71\x45\x73\x53\x6b\x53\x57\x51\x44\x75\x46\x57','\x61\x6d\x6f\x37\x57\x52\x4f\x59\x70\x66\x65','\x6b\x63\x78\x63\x55\x58\x79\x7a\x78\x78\x33\x63\x4b\x61','\x57\x36\x34\x77\x75\x32\x58\x52\x6e\x57\x58\x61','\x57\x50\x6d\x47\x66\x6d\x6b\x49\x46\x53\x6f\x34\x68\x53\x6f\x68','\x57\x52\x52\x64\x47\x63\x47\x59\x62\x61','\x57\x52\x6a\x54\x57\x35\x6c\x64\x56\x43\x6f\x4b\x57\x50\x61\x6b\x61\x57','\x57\x4f\x57\x61\x61\x57\x74\x63\x4c\x47','\x57\x36\x70\x64\x4d\x49\x61\x4c\x61\x57','\x57\x50\x43\x47\x6c\x58\x31\x63','\x57\x35\x58\x39\x69\x53\x6f\x58\x65\x38\x6b\x65','\x6d\x6d\x6b\x69\x6f\x38\x6f\x77\x57\x36\x65','\x57\x50\x5a\x64\x49\x68\x33\x63\x50\x61','\x57\x4f\x48\x70\x75\x53\x6f\x6c\x57\x50\x6c\x64\x4d\x68\x37\x64\x48\x61','\x57\x4f\x44\x63\x7a\x53\x6f\x74\x44\x61','\x41\x53\x6b\x73\x43\x38\x6b\x65\x74\x4e\x46\x63\x4a\x43\x6f\x49','\x57\x4f\x56\x64\x56\x38\x6b\x61\x57\x50\x52\x63\x4a\x68\x31\x70\x57\x51\x79','\x41\x4d\x42\x63\x47\x62\x6d\x73\x76\x68\x68\x63\x47\x57','\x57\x37\x4a\x64\x4b\x71\x6d\x63\x43\x53\x6f\x59\x6d\x38\x6b\x64','\x57\x51\x53\x73\x57\x51\x52\x64\x4d\x57','\x57\x35\x79\x52\x68\x53\x6b\x54\x73\x6d\x6f\x2b\x62\x43\x6f\x69','\x57\x37\x62\x50\x79\x71','\x72\x43\x6b\x4f\x57\x34\x70\x64\x4a\x53\x6b\x76','\x57\x37\x69\x55\x7a\x4e\x69\x74','\x57\x50\x72\x64\x71\x5a\x57','\x57\x52\x37\x64\x56\x4b\x65\x4b\x57\x36\x6a\x6e','\x57\x4f\x4b\x66\x57\x50\x78\x64\x50\x38\x6b\x70','\x57\x36\x38\x58\x57\x36\x6d\x68\x72\x53\x6b\x59\x76\x6d\x6b\x51','\x57\x34\x52\x64\x47\x71\x4b\x65\x61\x47','\x7a\x74\x4a\x64\x4d\x32\x44\x46\x6b\x47','\x57\x36\x66\x75\x63\x53\x6f\x67\x6e\x43\x6b\x53\x68\x71\x4b','\x45\x43\x6b\x67\x57\x35\x78\x64\x52\x6d\x6b\x30','\x6d\x43\x6f\x4b\x57\x37\x39\x44\x57\x34\x47\x59\x73\x47','\x57\x36\x34\x73\x78\x67\x58\x63\x6d\x5a\x76\x57','\x57\x52\x72\x54\x57\x34\x42\x63\x52\x61','\x57\x34\x33\x64\x4a\x65\x44\x41\x57\x36\x61','\x42\x6d\x6b\x37\x57\x37\x4a\x64\x4e\x53\x6b\x67\x64\x48\x66\x7a','\x57\x4f\x72\x41\x77\x38\x6f\x30\x75\x48\x7a\x64\x57\x35\x4b','\x6a\x67\x34\x44\x42\x43\x6b\x34\x6e\x47','\x57\x52\x74\x64\x4e\x4e\x30','\x57\x34\x46\x64\x50\x38\x6f\x79\x77\x43\x6f\x33','\x75\x43\x6b\x74\x68\x6d\x6b\x66\x44\x57','\x57\x4f\x65\x4e\x57\x52\x34\x5a\x71\x30\x46\x63\x55\x74\x53','\x6d\x33\x48\x43\x77\x38\x6b\x62\x66\x30\x46\x64\x50\x61','\x57\x52\x50\x74\x57\x36\x46\x64\x4e\x6d\x6b\x55\x44\x6d\x6f\x41\x57\x36\x38','\x62\x43\x6f\x5a\x57\x52\x47\x49\x6d\x65\x43\x48\x57\x52\x43','\x6a\x63\x74\x63\x47\x62\x44\x62','\x62\x47\x79\x55\x57\x50\x6c\x63\x4d\x71','\x57\x37\x6d\x44\x71\x73\x7a\x68\x6c\x71\x39\x6c','\x57\x35\x79\x4c\x66\x6d\x6b\x49\x79\x43\x6f\x35\x62\x43\x6f\x2b','\x57\x51\x56\x64\x50\x59\x57\x4f\x57\x52\x5a\x64\x4e\x43\x6b\x50\x57\x37\x43','\x57\x52\x34\x4c\x57\x35\x52\x63\x48\x43\x6f\x33\x35\x34\x55\x79\x35\x4f\x63\x31\x57\x35\x65','\x74\x6d\x6f\x50\x66\x31\x46\x63\x51\x33\x79\x7a\x6f\x71','\x57\x51\x72\x56\x57\x34\x2f\x64\x55\x6d\x6f\x2f\x57\x4f\x6d\x6b\x63\x47','\x42\x43\x6b\x6a\x78\x57','\x57\x36\x6c\x64\x4d\x73\x65\x6f\x6b\x57','\x57\x36\x46\x64\x54\x68\x79','\x7a\x38\x6b\x2b\x57\x37\x70\x64\x47\x53\x6b\x47','\x57\x34\x68\x63\x4e\x76\x6a\x56\x57\x4f\x71\x48','\x61\x6d\x6f\x5a\x57\x52\x38\x51\x6c\x66\x65\x4c','\x57\x4f\x65\x2f\x6d\x38\x6b\x48\x57\x35\x4f\x2b\x57\x51\x6e\x74','\x57\x36\x70\x64\x52\x47\x38','\x57\x50\x6e\x75\x7a\x72\x30\x76','\x65\x6d\x6f\x75\x57\x4f\x46\x64\x54\x58\x75','\x57\x52\x79\x48\x6a\x59\x69','\x57\x36\x46\x64\x4d\x43\x6f\x79\x42\x6d\x6f\x50\x57\x51\x58\x36\x57\x34\x75','\x68\x6d\x6b\x4c\x67\x71','\x57\x50\x71\x42\x72\x64\x6d\x56\x57\x50\x71\x53\x42\x61','\x63\x6d\x6b\x30\x6e\x38\x6f\x56\x57\x34\x47','\x57\x51\x4e\x64\x54\x4d\x75\x56\x57\x34\x57','\x73\x53\x6f\x55\x76\x4b\x6c\x63\x51\x4e\x65','\x66\x67\x4f\x70\x44\x53\x6f\x2f\x70\x32\x6c\x64\x48\x47','\x78\x47\x4c\x79\x57\x4f\x46\x64\x47\x74\x61\x64\x6d\x71','\x57\x52\x46\x64\x50\x77\x68\x63\x4f\x74\x44\x4b\x57\x4f\x6c\x63\x55\x71','\x42\x43\x6b\x7a\x72\x43\x6b\x72\x72\x57','\x57\x52\x72\x48\x45\x6d\x6f\x30\x57\x51\x74\x64\x4c\x49\x5a\x63\x47\x47','\x57\x52\x74\x64\x4f\x4c\x78\x63\x4f\x68\x6a\x50\x57\x4f\x74\x63\x56\x61','\x64\x38\x6f\x48\x57\x50\x61\x56\x6e\x30\x4f\x30\x57\x51\x79','\x6e\x49\x57\x4e\x77\x38\x6f\x6f','\x57\x35\x69\x47\x6c\x53\x6b\x4a\x57\x34\x53','\x6c\x4d\x33\x63\x4d\x64\x47\x64\x42\x6d\x6f\x2b\x46\x57','\x65\x43\x6f\x58\x77\x49\x79\x33\x70\x5a\x65\x73','\x74\x43\x6f\x4f\x71\x4c\x4a\x63\x56\x67\x6d\x69\x6d\x71','\x57\x36\x33\x64\x55\x71\x4f\x4a\x61\x48\x64\x64\x48\x4e\x4f','\x69\x5a\x69\x4e\x44\x47','\x57\x4f\x62\x74\x57\x34\x74\x64\x50\x6d\x6f\x70','\x70\x53\x6b\x45\x57\x36\x48\x55\x6e\x6d\x6b\x34\x61\x59\x30','\x57\x35\x6c\x64\x51\x67\x39\x61\x57\x37\x75','\x57\x36\x56\x64\x4b\x43\x6b\x43\x42\x38\x6f\x34\x57\x51\x31\x65\x57\x35\x75','\x57\x34\x65\x43\x65\x43\x6f\x31','\x6c\x66\x38\x42\x76\x38\x6b\x58','\x62\x4d\x52\x63\x4a\x63\x79\x34','\x6d\x53\x6f\x34\x57\x4f\x46\x64\x52\x58\x68\x63\x4d\x75\x57\x38','\x57\x37\x30\x62\x70\x38\x6f\x78\x45\x47','\x57\x36\x4b\x51\x57\x52\x47\x68\x72\x53\x6b\x37\x76\x61','\x57\x35\x33\x64\x4d\x65\x4c\x48','\x57\x37\x53\x55\x57\x4f\x4c\x2f\x57\x50\x65','\x57\x34\x2f\x63\x4c\x67\x7a\x38\x57\x51\x75','\x57\x34\x61\x2f\x65\x53\x6b\x54\x43\x47','\x78\x6d\x6b\x66\x45\x43\x6b\x4e\x45\x71','\x57\x51\x6c\x64\x54\x75\x71\x56\x57\x51\x58\x75\x76\x6d\x6b\x76','\x76\x43\x6f\x53\x45\x66\x70\x63\x53\x57','\x57\x34\x4b\x44\x79\x68\x66\x79\x57\x50\x34\x43\x57\x36\x4f','\x57\x4f\x58\x65\x70\x57','\x57\x37\x69\x2b\x57\x52\x38\x70\x46\x43\x6b\x5a\x73\x43\x6b\x4d','\x57\x36\x2f\x63\x4f\x77\x31\x31\x57\x4f\x69','\x57\x34\x50\x67\x69\x64\x78\x63\x50\x6d\x6b\x2f\x57\x50\x38','\x6b\x38\x6f\x32\x57\x36\x43\x61','\x61\x62\x71\x65\x44\x53\x6f\x67','\x57\x52\x6c\x64\x4b\x76\x64\x63\x53\x64\x34','\x44\x38\x6f\x78\x62\x71','\x57\x4f\x47\x64\x6e\x64\x52\x63\x47\x57','\x57\x52\x79\x78\x57\x52\x52\x64\x4a\x53\x6b\x36\x45\x43\x6b\x71\x57\x51\x61','\x57\x51\x61\x45\x57\x4f\x4b\x52\x76\x57','\x57\x34\x57\x48\x72\x4e\x43\x4c','\x57\x51\x42\x64\x51\x75\x30\x71\x57\x35\x79','\x6c\x73\x74\x63\x4a\x72\x57','\x66\x43\x6f\x2b\x57\x52\x38\x4c\x70\x61','\x46\x31\x52\x63\x55\x53\x6f\x54\x57\x4f\x71','\x6d\x4d\x61\x37\x46\x43\x6f\x4f\x57\x52\x7a\x65\x6f\x61','\x6b\x6d\x6f\x67\x57\x50\x6d\x69\x64\x71\x70\x49\x49\x79\x4a\x64\x4f\x57','\x57\x36\x30\x79\x6c\x43\x6f\x56\x6b\x71','\x57\x34\x4e\x64\x55\x66\x4c\x78\x57\x35\x69','\x6d\x4a\x2f\x63\x47\x4b\x4f','\x57\x37\x70\x63\x4b\x4a\x64\x64\x55\x4d\x69\x62\x61\x77\x6d','\x57\x4f\x62\x62\x77\x38\x6f\x32\x74\x57\x66\x6c\x57\x35\x57','\x57\x51\x38\x58\x6b\x64\x2f\x63\x50\x57','\x57\x50\x71\x42\x69\x63\x78\x63\x52\x38\x6b\x75\x57\x50\x4c\x64','\x57\x52\x34\x37\x6a\x59\x62\x2f\x57\x34\x46\x64\x52\x48\x53','\x72\x61\x35\x36\x57\x4f\x68\x64\x4d\x49\x30','\x67\x38\x6f\x33\x75\x63\x79\x4d\x62\x63\x71\x74','\x57\x50\x6a\x77\x71\x47','\x57\x4f\x74\x64\x4e\x72\x34\x74','\x57\x50\x42\x64\x4f\x59\x65\x4b\x63\x47','\x57\x37\x75\x66\x57\x50\x47\x76\x46\x71','\x57\x51\x75\x6b\x6d\x4a\x52\x64\x51\x43\x6b\x32\x57\x4f\x6a\x66','\x57\x51\x6c\x64\x51\x75\x47\x49\x57\x36\x72\x6b\x73\x61','\x57\x35\x57\x37\x78\x66\x65\x4a','\x57\x35\x65\x42\x57\x4f\x6a\x4b\x57\x50\x75\x62\x76\x57','\x57\x34\x72\x49\x7a\x38\x6b\x56\x57\x35\x34\x55\x57\x52\x34\x41','\x79\x53\x6f\x4b\x57\x37\x7a\x6d\x57\x50\x30\x49\x42\x6d\x6f\x41','\x57\x52\x69\x66\x57\x52\x2f\x64\x49\x53\x6b\x78','\x57\x50\x6c\x64\x50\x57\x34\x53\x57\x51\x65','\x57\x35\x50\x33\x63\x53\x6f\x72\x6d\x38\x6b\x35\x6d\x66\x53','\x66\x61\x68\x63\x4f\x72\x4f\x72','\x6d\x43\x6f\x2f\x57\x37\x61','\x57\x36\x57\x73\x71\x68\x54\x69','\x66\x43\x6b\x59\x57\x51\x79\x4e\x6c\x75\x54\x36\x57\x34\x4b','\x57\x35\x39\x6a\x63\x53\x6f\x67\x63\x61','\x65\x53\x6f\x53\x67\x74\x4b\x54\x6e\x5a\x30\x66','\x78\x6d\x6f\x57\x57\x35\x64\x63\x56\x48\x65','\x57\x51\x62\x42\x73\x43\x6f\x6c\x57\x52\x69','\x44\x6d\x6b\x43\x78\x53\x6b\x65\x77\x31\x64\x63\x4b\x38\x6f\x2b','\x57\x52\x34\x4e\x69\x61','\x57\x4f\x2f\x64\x55\x38\x6b\x61\x57\x50\x4e\x63\x50\x33\x79','\x57\x51\x34\x46\x6d\x61\x74\x63\x53\x47','\x70\x53\x6f\x76\x57\x50\x64\x63\x52\x43\x6f\x73\x57\x52\x52\x63\x52\x53\x6b\x44','\x57\x51\x38\x36\x57\x52\x5a\x64\x53\x38\x6b\x71','\x57\x51\x47\x7a\x57\x50\x52\x64\x48\x38\x6b\x31\x45\x71','\x57\x37\x68\x64\x52\x4d\x72\x61\x57\x36\x42\x63\x50\x71','\x57\x34\x4e\x63\x4e\x32\x72\x6a\x57\x4f\x79\x4e\x57\x50\x48\x70','\x57\x4f\x4c\x64\x74\x43\x6f\x45\x57\x50\x4b','\x57\x36\x4a\x64\x50\x49\x65\x6a\x61\x71','\x57\x35\x31\x4f\x6c\x38\x6f\x52\x63\x61','\x62\x75\x69\x37\x76\x43\x6b\x45\x66\x65\x43','\x57\x34\x74\x64\x55\x74\x65\x4b\x64\x71','\x62\x64\x6d\x45\x45\x6d\x6f\x31','\x57\x4f\x69\x66\x6e\x62\x64\x63\x4c\x47','\x42\x43\x6b\x74\x74\x38\x6b\x42\x73\x33\x6c\x63\x4e\x38\x6f\x2f','\x57\x51\x42\x64\x50\x33\x68\x64\x4a\x38\x6b\x6f','\x57\x52\x66\x45\x78\x32\x44\x6a\x6f\x57\x57','\x6d\x6d\x6f\x4c\x57\x37\x61','\x57\x36\x33\x64\x4c\x6d\x6f\x63\x43\x38\x6f\x4b\x57\x37\x6a\x41\x57\x35\x43','\x57\x34\x38\x54\x57\x52\x7a\x2b\x57\x52\x61','\x6a\x67\x34\x44\x45\x53\x6b\x72\x6d\x77\x46\x64\x4c\x57','\x57\x36\x4b\x30\x57\x52\x4f\x74\x71\x6d\x6f\x45\x57\x34\x61\x48','\x65\x38\x6f\x6b\x74\x47\x61\x4c','\x7a\x38\x6f\x5a\x57\x36\x4e\x63\x4e\x57\x47\x71\x70\x38\x6f\x4f','\x57\x4f\x56\x64\x54\x38\x6b\x44\x57\x35\x37\x63\x4f\x67\x50\x63\x57\x52\x6d','\x57\x36\x46\x64\x56\x33\x7a\x55\x57\x36\x43','\x57\x36\x6d\x46\x57\x50\x39\x56\x57\x35\x69\x63\x77\x31\x75','\x57\x36\x33\x64\x4a\x38\x6f\x63\x6d\x43\x6f\x33\x57\x51\x58\x67\x57\x35\x69','\x57\x52\x44\x39\x79\x38\x6f\x4d\x7a\x47','\x57\x34\x57\x38\x6b\x38\x6b\x4c\x57\x35\x4f\x49\x57\x52\x38\x78','\x57\x51\x66\x43\x57\x4f\x68\x64\x4e\x38\x6b\x31\x46\x53\x6f\x76\x57\x36\x34','\x6c\x33\x56\x63\x47\x4a\x47\x62\x41\x71','\x57\x36\x4f\x42\x6c\x6d\x6b\x49\x57\x35\x43','\x57\x51\x61\x42\x57\x51\x5a\x64\x4f\x43\x6b\x33\x46\x38\x6b\x67\x57\x37\x34','\x57\x50\x79\x67\x57\x51\x33\x64\x54\x43\x6b\x4b','\x57\x52\x4e\x64\x49\x48\x38\x65\x46\x43\x6f\x38\x6f\x43\x6f\x61','\x57\x52\x42\x64\x51\x64\x47\x73\x57\x52\x78\x64\x53\x38\x6b\x55\x57\x36\x47','\x57\x52\x37\x64\x4c\x67\x34','\x42\x4c\x4e\x63\x50\x6d\x6f\x6d\x57\x51\x4b','\x63\x43\x6f\x38\x57\x4f\x4b\x49\x70\x65\x30\x50\x57\x51\x69','\x57\x51\x37\x64\x4c\x53\x6b\x64\x57\x51\x42\x63\x49\x71','\x57\x52\x62\x6f\x73\x43\x6f\x7a\x57\x51\x30','\x57\x52\x5a\x64\x4d\x78\x74\x63\x54\x59\x61','\x57\x4f\x4c\x74\x72\x6d\x6f\x50\x42\x47','\x61\x43\x6f\x46\x57\x52\x74\x64\x52\x74\x30','\x43\x6d\x6b\x73\x46\x38\x6b\x64\x74\x68\x2f\x63\x4c\x6d\x6f\x52','\x6f\x38\x6f\x6d\x73\x71\x6d\x66','\x57\x37\x78\x64\x4b\x72\x38\x6c\x62\x61','\x57\x51\x48\x51\x57\x36\x42\x64\x56\x43\x6f\x4b\x57\x50\x34\x78\x61\x61','\x57\x52\x6c\x64\x49\x32\x37\x64\x4b\x53\x6b\x68','\x72\x61\x50\x59\x57\x4f\x46\x64\x4d\x57','\x78\x6d\x6f\x4f\x72\x76\x4e\x63\x52\x71','\x57\x51\x2f\x64\x48\x38\x6f\x45\x42\x43\x6f\x57\x57\x52\x35\x44','\x57\x4f\x6a\x78\x74\x5a\x57\x2f','\x6e\x38\x6b\x6b\x6f\x6d\x6f\x5a','\x57\x34\x50\x31\x6b\x38\x6f\x78\x6a\x47','\x57\x51\x47\x36\x57\x50\x46\x64\x49\x53\x6b\x71','\x57\x52\x74\x64\x4c\x65\x46\x63\x53\x63\x58\x67\x71\x59\x53','\x57\x52\x42\x64\x54\x43\x6b\x4a\x57\x4f\x2f\x63\x4c\x71','\x57\x50\x30\x31\x57\x52\x6c\x64\x50\x53\x6b\x58','\x75\x6d\x6f\x30\x76\x66\x52\x63\x51\x4d\x79\x7a\x6a\x57','\x57\x52\x43\x6d\x57\x51\x4a\x64\x49\x43\x6b\x31\x78\x38\x6b\x68\x57\x37\x38','\x6c\x53\x6b\x6b\x57\x36\x50\x2b','\x57\x51\x42\x64\x51\x6d\x6b\x62\x57\x50\x6c\x63\x50\x4d\x50\x6b\x57\x51\x47','\x41\x43\x6b\x6c\x57\x35\x64\x64\x4d\x43\x6b\x67','\x6f\x53\x6f\x52\x57\x50\x5a\x64\x53\x59\x78\x63\x4c\x71','\x57\x34\x33\x64\x47\x38\x6f\x36\x74\x38\x6f\x4e','\x63\x38\x6f\x37\x57\x51\x2f\x63\x4e\x6d\x6f\x6c\x74\x67\x6a\x2b\x57\x35\x42\x64\x50\x62\x30\x38\x6e\x47','\x57\x35\x38\x43\x57\x52\x34\x4c\x41\x61','\x6d\x38\x6f\x71\x57\x36\x4c\x36\x6f\x6d\x6b\x59\x61\x74\x79','\x57\x50\x79\x6a\x66\x49\x78\x63\x54\x57','\x57\x34\x71\x41\x57\x4f\x47\x61\x79\x57','\x76\x43\x6b\x61\x57\x36\x5a\x64\x50\x6d\x6b\x4a','\x57\x36\x71\x52\x57\x50\x48\x4c\x57\x4f\x34','\x57\x51\x78\x64\x4d\x53\x6b\x77\x57\x52\x5a\x63\x53\x71','\x57\x52\x52\x64\x4c\x30\x78\x64\x51\x38\x6b\x62','\x57\x37\x61\x33\x78\x30\x43\x46','\x57\x4f\x6d\x4b\x57\x51\x33\x64\x52\x53\x6b\x6d','\x73\x53\x6f\x32\x78\x4c\x78\x63\x55\x47','\x57\x51\x4e\x64\x51\x78\x4e\x63\x53\x78\x54\x5a','\x6b\x43\x6f\x31\x79\x64\x57\x53','\x57\x51\x74\x64\x56\x66\x37\x64\x4f\x57','\x70\x6d\x6f\x69\x57\x34\x2f\x64\x52\x53\x6f\x36\x57\x51\x52\x63\x53\x38\x6b\x61','\x42\x67\x6c\x64\x4a\x31\x79','\x57\x35\x71\x63\x76\x38\x6f\x36\x45\x6d\x6b\x63\x57\x51\x71\x68','\x6c\x6d\x6f\x65\x57\x34\x5a\x63\x54\x71','\x57\x4f\x33\x64\x4a\x4d\x74\x63\x4c\x4c\x65','\x67\x53\x6f\x39\x57\x34\x37\x64\x47\x53\x6f\x31','\x75\x38\x6b\x35\x57\x37\x78\x64\x50\x6d\x6b\x52','\x44\x6d\x6b\x77\x57\x37\x6c\x64\x56\x38\x6b\x32','\x64\x38\x6b\x32\x69\x6d\x6f\x59\x57\x34\x69','\x57\x36\x4f\x36\x57\x51\x69\x64\x78\x43\x6b\x2b','\x6c\x49\x2f\x63\x47\x58\x44\x43\x36\x69\x45\x7a\x35\x79\x51\x38\x35\x35\x45\x55','\x73\x38\x6b\x56\x67\x38\x6b\x30\x75\x61','\x57\x52\x71\x64\x6b\x47\x6c\x63\x4a\x71','\x6e\x77\x4f\x73\x45\x53\x6b\x2b\x70\x67\x52\x64\x48\x47','\x57\x35\x46\x63\x4e\x30\x6e\x39\x57\x4f\x69','\x57\x36\x4b\x58\x57\x52\x39\x6b\x71\x38\x6b\x4c\x78\x53\x6b\x38','\x76\x38\x6b\x32\x6c\x53\x6b\x37\x67\x38\x6f\x75\x71\x6d\x6f\x57','\x57\x37\x56\x63\x4d\x6d\x6f\x77\x7a\x61\x79\x72\x79\x61','\x57\x4f\x33\x63\x4f\x2b\x41\x65\x4a\x55\x77\x42\x51\x6d\x6b\x33\x79\x53\x6f\x78\x35\x6c\x49\x72','\x42\x43\x6b\x41\x71\x53\x6b\x79\x74\x68\x6d','\x57\x35\x4b\x44\x57\x4f\x75\x51','\x57\x51\x37\x64\x52\x32\x4e\x63\x4f\x77\x72\x30\x57\x34\x70\x64\x4c\x57','\x6d\x6d\x6f\x4a\x57\x50\x42\x64\x55\x73\x38','\x57\x52\x71\x73\x6c\x5a\x65','\x68\x38\x6f\x56\x57\x52\x4e\x63\x49\x47','\x57\x36\x4a\x64\x4b\x74\x57\x50\x68\x61','\x71\x38\x6b\x36\x77\x38\x6b\x47\x77\x47','\x57\x35\x71\x36\x57\x51\x30\x61','\x66\x62\x2f\x64\x48\x61\x61\x6a\x78\x74\x74\x63\x4b\x71','\x70\x53\x6b\x74\x57\x36\x44\x2f\x6f\x43\x6b\x35\x74\x5a\x4f','\x57\x36\x4f\x4f\x57\x51\x69\x6e\x71\x6d\x6f\x38\x57\x50\x69\x51','\x45\x53\x6b\x71\x57\x35\x42\x64\x55\x53\x6b\x32\x6d\x58\x76\x33','\x57\x35\x57\x4d\x63\x6d\x6b\x49\x42\x53\x6b\x58\x62\x6d\x6f\x6b','\x44\x53\x6b\x53\x6f\x43\x6b\x58\x44\x47','\x67\x53\x6f\x41\x41\x48\x4f\x78','\x57\x36\x58\x64\x43\x68\x68\x63\x52\x47','\x76\x38\x6f\x56\x34\x50\x77\x71\x34\x50\x41\x43\x34\x50\x41\x72\x34\x50\x41\x66\x34\x50\x41\x55\x34\x50\x41\x34','\x66\x43\x6f\x4d\x57\x4f\x75\x32\x6f\x66\x71\x55\x57\x4f\x61','\x57\x35\x46\x63\x52\x53\x6f\x41\x57\x51\x52\x63\x4c\x4c\x76\x53\x57\x50\x42\x63\x54\x71','\x57\x52\x43\x35\x57\x50\x5a\x64\x4c\x53\x6b\x37','\x57\x51\x2f\x64\x49\x67\x33\x63\x53\x71','\x69\x77\x69\x69\x44\x53\x6f\x33\x6c\x67\x70\x64\x4d\x57','\x57\x34\x6d\x32\x66\x43\x6b\x54\x45\x38\x6f\x39\x61\x61','\x57\x52\x74\x64\x55\x78\x37\x63\x50\x33\x48\x51\x57\x4f\x47','\x57\x50\x35\x45\x74\x43\x6f\x32\x75\x5a\x76\x42\x57\x35\x71','\x6e\x38\x6b\x62\x68\x53\x6b\x6c\x63\x4d\x52\x64\x4a\x38\x6f\x57','\x57\x37\x6d\x6e\x57\x50\x4b\x30\x45\x57','\x57\x34\x33\x64\x4d\x61\x65\x53\x62\x61','\x57\x37\x65\x6b\x43\x77\x62\x52','\x45\x38\x6f\x37\x72\x66\x37\x64\x54\x32\x57\x74\x6d\x61','\x57\x4f\x6e\x71\x77\x38\x6f\x59\x73\x62\x76\x72\x57\x35\x6d','\x57\x35\x69\x42\x57\x50\x39\x30\x57\x50\x6d\x6b\x78\x67\x47','\x42\x43\x6b\x51\x57\x37\x4a\x64\x4a\x47','\x57\x35\x65\x54\x57\x51\x75\x71\x74\x61','\x74\x43\x6f\x4a\x72\x31\x6d','\x6c\x38\x6b\x61\x69\x53\x6f\x4f\x57\x37\x5a\x64\x53\x61','\x6f\x6d\x6b\x6c\x6a\x6d\x6f\x46\x57\x34\x43','\x72\x61\x50\x2f\x57\x50\x4e\x64\x47\x72\x57\x66\x6a\x47','\x57\x35\x79\x54\x71\x33\x43\x4c','\x6f\x78\x34\x6f\x70\x53\x6b\x30\x6d\x67\x52\x64\x4e\x61','\x57\x37\x68\x64\x4a\x53\x6f\x44\x44\x53\x6f\x35\x57\x52\x7a\x70\x57\x34\x75','\x57\x51\x56\x64\x4f\x75\x4e\x63\x51\x78\x6e\x75\x57\x4f\x78\x63\x54\x61','\x57\x37\x47\x37\x6b\x38\x6f\x6d\x6d\x43\x6b\x45\x57\x37\x34\x67','\x57\x34\x4c\x6e\x66\x38\x6f\x72\x6b\x61','\x6e\x38\x6b\x65\x6e\x53\x6f\x32\x57\x35\x53','\x57\x34\x34\x49\x61\x53\x6b\x32\x57\x34\x53\x4c\x57\x51\x72\x42','\x57\x52\x71\x62\x61\x38\x6f\x6e\x77\x6d\x6b\x6e\x63\x43\x6b\x2f','\x57\x34\x43\x77\x64\x6d\x6f\x7a\x43\x57','\x57\x34\x75\x6c\x63\x53\x6f\x31\x45\x6d\x6b\x46\x57\x37\x47\x62','\x57\x34\x47\x78\x78\x75\x4b\x54','\x57\x37\x46\x64\x49\x57\x61\x76\x6d\x38\x6f\x39\x6d\x38\x6b\x65','\x57\x52\x5a\x64\x4f\x59\x75','\x57\x52\x43\x48\x57\x50\x68\x64\x4e\x6d\x6b\x57','\x35\x4f\x55\x70\x37\x37\x36\x68\x34\x34\x67\x64','\x57\x4f\x6c\x64\x4d\x30\x74\x63\x54\x76\x4b','\x68\x38\x6b\x52\x57\x37\x64\x64\x4a\x6d\x6b\x76\x76\x33\x38','\x57\x4f\x47\x42\x6a\x64\x5a\x63\x4f\x53\x6b\x2b\x57\x4f\x39\x75','\x41\x38\x6f\x44\x74\x43\x6b\x75\x78\x78\x70\x63\x49\x53\x6f\x34','\x57\x51\x5a\x64\x55\x59\x69\x55\x57\x52\x33\x64\x4f\x43\x6b\x56','\x6e\x77\x71\x79\x45\x57','\x64\x38\x6f\x38\x57\x52\x69\x4a\x69\x71\x30\x51\x57\x52\x61','\x57\x36\x43\x55\x6c\x43\x6f\x51\x6f\x43\x6b\x4c\x69\x53\x6b\x37','\x44\x53\x6b\x79\x74\x43\x6b\x74\x45\x68\x2f\x63\x4c\x53\x6f\x50','\x6b\x53\x6f\x66\x57\x34\x4e\x64\x52\x53\x6f\x61\x57\x52\x56\x63\x53\x47','\x6b\x43\x6f\x68\x71\x73\x75\x67','\x57\x34\x71\x55\x57\x52\x50\x59\x57\x51\x38','\x57\x51\x72\x33\x7a\x6d\x6f\x4d\x42\x61','\x57\x37\x34\x6e\x57\x50\x43\x50\x45\x47','\x57\x4f\x62\x41\x72\x57','\x57\x37\x53\x36\x70\x43\x6f\x77\x72\x43\x6b\x58\x57\x51\x54\x75','\x57\x52\x64\x64\x4f\x62\x34\x50\x57\x52\x33\x64\x56\x6d\x6b\x31\x57\x36\x79','\x63\x43\x6f\x32\x57\x52\x6d\x2b','\x57\x52\x4a\x64\x50\x31\x37\x64\x50\x43\x6b\x50\x45\x61\x38','\x6d\x73\x37\x63\x4c\x61\x61\x36','\x57\x52\x74\x64\x4d\x67\x5a\x63\x47\x48\x53','\x57\x36\x68\x63\x4c\x65\x61','\x73\x6d\x6b\x55\x57\x35\x33\x64\x4d\x53\x6b\x61','\x57\x4f\x58\x48\x6b\x6d\x6b\x31\x57\x35\x4f\x37\x57\x51\x75\x6e','\x64\x6d\x6f\x39\x57\x52\x38\x4f','\x6f\x38\x6b\x45\x57\x36\x39\x4d\x6b\x6d\x6b\x55\x62\x57','\x57\x50\x78\x64\x54\x63\x4f\x4f\x6e\x71','\x6f\x43\x6f\x32\x57\x50\x4e\x64\x52\x63\x38','\x57\x4f\x79\x54\x57\x52\x79\x50\x77\x77\x56\x63\x4a\x63\x6d','\x41\x6d\x6b\x52\x62\x6d\x6b\x30\x77\x61','\x67\x77\x5a\x63\x47\x49\x6d','\x57\x51\x70\x64\x49\x58\x38\x43\x61\x53\x6f\x57\x70\x43\x6b\x6e','\x57\x52\x68\x64\x49\x78\x46\x63\x55\x47','\x75\x53\x6f\x42\x57\x36\x56\x63\x56\x59\x30','\x35\x50\x41\x75\x37\x37\x36\x71\x57\x4f\x56\x64\x48\x4b\x4a\x4c\x4a\x50\x58\x56\x57\x51\x30','\x57\x36\x4b\x58\x57\x51\x38\x62','\x57\x36\x4b\x44\x77\x77\x7a\x63\x6b\x71\x34','\x57\x51\x53\x6a\x57\x52\x52\x64\x4b\x53\x6b\x49\x6e\x38\x6b\x67\x57\x36\x79','\x57\x34\x44\x32\x69\x6d\x6f\x55\x63\x43\x6b\x6f\x69\x76\x4f','\x71\x72\x39\x55\x57\x50\x5a\x64\x51\x71','\x57\x37\x30\x6d\x57\x51\x57\x76\x71\x53\x6f\x6b','\x6f\x6d\x6b\x6d\x57\x36\x76\x34\x6e\x6d\x6b\x2b\x62\x33\x4b','\x57\x52\x6a\x54\x57\x34\x74\x64\x56\x43\x6f\x4b','\x7a\x33\x64\x63\x53\x38\x6f\x75\x57\x4f\x54\x6e\x42\x72\x43','\x57\x37\x38\x62\x6e\x38\x6f\x6a\x78\x57','\x57\x52\x52\x63\x4f\x5a\x79\x2f\x57\x52\x68\x64\x50\x53\x6b\x35','\x57\x35\x79\x52\x65\x53\x6b\x39\x79\x38\x6f\x56\x6a\x6d\x6f\x79','\x57\x50\x72\x79\x74\x59\x38\x2f\x57\x35\x4f\x2b\x69\x57','\x57\x35\x38\x62\x65\x43\x6f\x32','\x57\x50\x43\x36\x57\x51\x30','\x6f\x71\x71\x34\x72\x6d\x6f\x70','\x57\x34\x79\x63\x65\x43\x6f\x37\x44\x61','\x57\x34\x64\x63\x4b\x32\x76\x2f\x57\x50\x47\x72\x57\x50\x6a\x73','\x57\x51\x6a\x63\x73\x64\x57','\x57\x37\x65\x59\x63\x6d\x6b\x4d\x70\x38\x6f\x55\x67\x53\x6b\x62','\x57\x52\x43\x55\x57\x50\x46\x64\x4a\x38\x6b\x38\x61\x66\x70\x64\x49\x57','\x57\x37\x34\x4f\x6b\x38\x6f\x51','\x57\x37\x74\x64\x53\x77\x7a\x55\x57\x37\x79','\x57\x35\x56\x64\x48\x59\x62\x50\x57\x35\x6c\x63\x4d\x6d\x6b\x74\x57\x36\x30','\x57\x37\x54\x53\x43\x68\x4b','\x57\x4f\x46\x64\x4b\x61\x65\x44\x66\x47','\x6e\x53\x6b\x77\x57\x36\x50\x4d','\x57\x52\x6e\x66\x44\x38\x6f\x45\x57\x4f\x6d','\x43\x53\x6b\x6b\x57\x37\x76\x34\x43\x53\x6b\x57\x64\x74\x4f','\x57\x50\x38\x4f\x6d\x64\x56\x63\x4b\x71','\x43\x6d\x6f\x74\x76\x65\x74\x63\x49\x47','\x6e\x64\x2f\x63\x47\x62\x30\x6a\x72\x57','\x57\x50\x35\x6e\x41\x62\x57\x30','\x57\x51\x47\x44\x57\x52\x52\x64\x49\x53\x6b\x75\x42\x38\x6b\x62\x57\x36\x34','\x57\x36\x2f\x64\x53\x77\x72\x67\x57\x36\x68\x63\x47\x53\x6b\x4d\x57\x34\x79','\x57\x36\x48\x41\x66\x53\x6f\x41\x6d\x61','\x57\x4f\x6a\x6a\x41\x68\x5a\x64\x4f\x71','\x34\x50\x45\x71\x34\x50\x41\x44\x34\x50\x73\x51\x34\x50\x77\x61\x34\x50\x41\x61\x34\x50\x73\x34\x34\x50\x73\x36\x34\x50\x45\x57','\x57\x34\x46\x64\x56\x4d\x4c\x42','\x63\x53\x6f\x36\x73\x4a\x38\x55\x6c\x57','\x57\x52\x5a\x64\x4f\x47\x75\x39\x66\x47','\x57\x37\x35\x39\x44\x68\x33\x63\x4b\x6d\x6f\x6d\x57\x35\x68\x64\x4c\x47','\x63\x38\x6f\x52\x78\x73\x38\x57\x6b\x71','\x70\x32\x78\x63\x4a\x57','\x57\x36\x57\x4e\x67\x53\x6b\x39\x46\x6d\x6b\x59\x61\x38\x6f\x7a','\x57\x37\x68\x64\x52\x4d\x72\x6b\x57\x36\x68\x63\x4f\x57','\x57\x50\x42\x64\x4e\x67\x4e\x63\x4b\x75\x61','\x6b\x43\x6f\x71\x71\x38\x6b\x63\x73\x4d\x42\x63\x4a\x38\x6f\x34','\x6b\x53\x6b\x6e\x57\x36\x39\x2b\x6f\x61','\x57\x36\x53\x49\x57\x4f\x4a\x64\x4d\x53\x6b\x37\x64\x76\x4a\x63\x49\x47','\x68\x38\x6f\x6a\x57\x52\x2f\x64\x49\x63\x43','\x57\x37\x4c\x77\x6a\x6d\x6f\x6c\x66\x47','\x57\x4f\x6a\x70\x71\x4a\x61\x56\x57\x4f\x34','\x57\x34\x4f\x78\x57\x4f\x6a\x4a','\x68\x53\x6f\x7a\x57\x37\x2f\x64\x4e\x6d\x6f\x38','\x57\x50\x43\x7a\x6b\x64\x5a\x63\x54\x43\x6f\x58\x57\x4f\x54\x51','\x57\x51\x35\x39\x57\x34\x78\x63\x54\x6d\x6f\x49\x57\x50\x79\x71\x72\x71','\x57\x37\x4c\x35\x62\x38\x6f\x52\x64\x47','\x73\x38\x6b\x4d\x57\x37\x74\x64\x4a\x38\x6b\x78\x6d\x49\x6e\x6d','\x76\x38\x6f\x31\x66\x57','\x75\x62\x39\x54\x57\x34\x37\x64\x4c\x4a\x79\x63\x44\x61','\x57\x4f\x50\x34\x41\x38\x6f\x54\x73\x71','\x6a\x76\x71\x7a\x42\x6d\x6b\x4c\x6e\x33\x4e\x63\x49\x61','\x57\x36\x54\x4f\x44\x32\x57','\x63\x6d\x6b\x56\x62\x61\x37\x64\x51\x5a\x6e\x69\x6f\x76\x61\x6c\x57\x37\x70\x64\x4d\x6d\x6b\x4f','\x57\x37\x38\x5a\x57\x50\x71\x53\x46\x57','\x57\x50\x71\x6f\x41\x33\x53','\x57\x4f\x79\x68\x6c\x71','\x57\x37\x6d\x4b\x64\x43\x6f\x70\x46\x71','\x75\x43\x6b\x47\x57\x34\x42\x64\x4d\x43\x6b\x68\x68\x63\x6a\x6e','\x57\x34\x38\x37\x72\x76\x47\x4c','\x65\x38\x6f\x31\x6f\x6d\x6b\x36\x73\x6d\x6f\x78\x74\x6d\x6f\x54','\x75\x47\x48\x53\x57\x4f\x68\x64\x4e\x71','\x57\x35\x33\x63\x4e\x78\x6e\x37\x57\x4f\x6d\x58\x57\x50\x48\x76','\x57\x37\x75\x61\x44\x67\x66\x64\x6e\x58\x72\x61','\x57\x52\x64\x64\x51\x74\x71\x55\x57\x52\x69','\x57\x4f\x76\x75\x73\x74\x6d\x66\x57\x50\x71\x35\x69\x71','\x57\x51\x57\x49\x6c\x59\x69','\x6d\x43\x6f\x4b\x57\x37\x50\x61\x57\x35\x6d','\x57\x52\x61\x53\x57\x4f\x56\x64\x4c\x61','\x6a\x38\x6f\x4f\x57\x37\x54\x6b\x57\x37\x38\x5a\x46\x6d\x6f\x44','\x65\x53\x6f\x49\x57\x36\x52\x64\x4a\x38\x6b\x68\x63\x74\x39\x77','\x57\x37\x53\x73\x6c\x43\x6b\x62\x77\x71','\x57\x52\x37\x64\x49\x77\x56\x64\x54\x67\x34','\x66\x38\x6f\x56\x78\x63\x71\x48\x6e\x64\x61\x65','\x41\x43\x6f\x45\x57\x37\x33\x63\x55\x47\x61','\x6e\x53\x6f\x61\x57\x34\x2f\x64\x4f\x38\x6f\x67\x57\x51\x46\x63\x50\x43\x6b\x6d','\x74\x53\x6f\x73\x75\x31\x46\x63\x4e\x71','\x67\x53\x6b\x55\x69\x6d\x6f\x76\x57\x36\x47','\x72\x38\x6b\x75\x79\x6d\x6b\x44\x72\x47','\x57\x35\x31\x5a\x6b\x53\x6f\x59\x64\x6d\x6b\x70\x69\x61\x61','\x57\x51\x4c\x61\x46\x43\x6f\x39\x57\x4f\x75','\x57\x51\x4a\x64\x55\x67\x56\x63\x53\x67\x6a\x30\x57\x52\x6c\x63\x55\x57','\x57\x50\x64\x64\x51\x53\x6b\x43\x57\x50\x46\x63\x56\x78\x4c\x6b\x57\x51\x65','\x46\x77\x56\x63\x4c\x61\x61\x7a\x72\x78\x33\x63\x4e\x47','\x78\x53\x6b\x4a\x57\x37\x78\x64\x48\x43\x6b\x65','\x6a\x38\x6f\x5a\x57\x52\x6e\x6c\x57\x34\x38\x4f\x43\x43\x6f\x45','\x69\x43\x6b\x51\x57\x4f\x4a\x64\x4d\x4b\x35\x6e','\x57\x37\x71\x36\x57\x52\x57\x69\x73\x6d\x6b\x31\x76\x61','\x57\x34\x33\x64\x4a\x49\x38\x55\x6a\x47','\x75\x43\x6b\x35\x57\x37\x4a\x64\x48\x53\x6b\x41\x67\x71','\x57\x50\x64\x64\x52\x53\x6b\x63\x57\x50\x46\x63\x50\x57','\x42\x53\x6f\x4f\x78\x4b\x6c\x63\x55\x47','\x6e\x33\x4b\x42\x42\x71','\x57\x36\x33\x64\x54\x67\x6e\x6b','\x46\x6d\x6b\x6c\x69\x43\x6b\x35\x75\x57','\x57\x51\x6c\x64\x51\x65\x38\x4b\x57\x37\x6e\x6c','\x74\x53\x6f\x4f\x45\x66\x4e\x63\x4d\x57','\x57\x52\x6a\x50\x57\x34\x68\x64\x4f\x38\x6f\x4b\x57\x52\x69\x72\x66\x57','\x57\x35\x4b\x6c\x66\x53\x6f\x2f\x7a\x43\x6b\x65','\x57\x37\x2f\x64\x52\x59\x75\x50\x57\x37\x6c\x63\x55\x57','\x57\x34\x34\x44\x79\x4e\x4f\x72\x57\x52\x57\x67\x57\x37\x4f','\x57\x4f\x7a\x6a\x74\x59\x53\x2f\x57\x52\x57\x58\x69\x61','\x57\x36\x34\x59\x78\x4b\x31\x41','\x62\x4b\x38\x54\x57\x35\x42\x63\x4d\x32\x48\x64\x6f\x76\x42\x64\x56\x6d\x6f\x62\x57\x4f\x33\x64\x54\x57','\x57\x50\x48\x64\x64\x6d\x6f\x58\x46\x6d\x6b\x6a\x57\x36\x71\x44','\x74\x6d\x6b\x37\x57\x37\x4a\x64\x4e\x53\x6b\x67\x64\x47\x4c\x72','\x57\x37\x75\x79\x57\x51\x72\x58\x57\x52\x34','\x57\x34\x61\x44\x77\x6d\x6f\x2b\x45\x6d\x6b\x61\x57\x36\x35\x69','\x57\x4f\x38\x36\x57\x52\x30\x37\x71\x74\x46\x63\x56\x74\x6d','\x57\x50\x50\x75\x6c\x5a\x38\x42\x57\x50\x57\x78\x57\x36\x53','\x66\x6d\x6b\x70\x57\x35\x66\x66\x6e\x61','\x78\x53\x6f\x51\x78\x78\x64\x63\x55\x57','\x57\x52\x38\x65\x57\x52\x42\x64\x53\x43\x6b\x41\x6f\x68\x78\x63\x56\x57','\x57\x50\x79\x43\x62\x57','\x6d\x49\x6e\x2f\x43\x43\x6f\x2b\x57\x52\x50\x79\x43\x71','\x6e\x38\x6b\x53\x57\x4f\x64\x64\x55\x73\x42\x63\x48\x75\x4b\x52','\x44\x38\x6f\x39\x57\x35\x74\x63\x4a\x62\x38\x6c\x46\x6d\x6f\x50','\x6f\x38\x6f\x73\x42\x47\x34\x6c','\x63\x53\x6f\x33\x57\x52\x47\x48\x6c\x75\x53','\x57\x51\x70\x64\x4d\x68\x42\x63\x4e\x71\x30','\x74\x71\x50\x7a\x57\x4f\x78\x64\x55\x57','\x57\x50\x62\x6e\x57\x35\x4b\x30\x57\x34\x38\x44\x41\x68\x76\x4b\x62\x61\x65','\x6b\x4d\x56\x63\x50\x59\x34\x69','\x57\x37\x5a\x64\x56\x47\x47\x50\x63\x74\x5a\x64\x4b\x57','\x57\x36\x37\x64\x4a\x53\x6f\x74\x46\x53\x6f\x58\x57\x37\x62\x6c\x57\x35\x75','\x57\x36\x78\x64\x55\x65\x53\x35\x61\x59\x70\x64\x49\x78\x38','\x57\x37\x72\x42\x72\x77\x4a\x63\x4c\x71','\x43\x6d\x6f\x69\x69\x53\x6f\x34\x57\x36\x74\x64\x53\x6d\x6f\x67\x57\x35\x43','\x73\x43\x6f\x39\x43\x75\x74\x63\x4b\x47','\x44\x4d\x38\x76\x45\x6d\x6b\x58\x43\x49\x69','\x57\x4f\x65\x47\x6e\x6d\x6f\x54\x57\x34\x47\x49\x57\x52\x57\x43','\x57\x52\x4f\x33\x72\x61','\x6b\x53\x6f\x65\x57\x34\x37\x64\x50\x6d\x6f\x6c','\x57\x36\x38\x68\x75\x33\x58\x79\x6c\x71','\x57\x37\x76\x6c\x64\x6d\x6f\x6f\x6e\x43\x6b\x55\x64\x77\x38','\x57\x52\x54\x48\x45\x38\x6f\x71\x75\x47','\x57\x35\x4a\x63\x54\x43\x6f\x31\x79\x64\x71','\x46\x38\x6f\x4a\x72\x68\x6c\x63\x52\x71','\x77\x38\x6f\x31\x44\x68\x74\x63\x4b\x61','\x57\x52\x78\x63\x4c\x33\x68\x63\x53\x61','\x46\x43\x6f\x64\x57\x34\x4e\x63\x48\x62\x79\x71\x6e\x43\x6f\x4d','\x57\x35\x30\x6d\x63\x6d\x6b\x48\x45\x38\x6f\x31\x65\x38\x6f\x69','\x43\x38\x6b\x6b\x57\x35\x74\x64\x56\x53\x6b\x64','\x76\x43\x6f\x66\x57\x36\x46\x64\x49\x58\x43\x79\x69\x38\x6f\x4b','\x57\x35\x6a\x43\x44\x58\x56\x63\x48\x38\x6b\x45\x57\x4f\x76\x2b\x57\x37\x47','\x57\x34\x47\x38\x41\x53\x6b\x57\x57\x34\x53\x35\x57\x52\x30\x71','\x6f\x64\x69\x35\x6d\x38\x6b\x4b\x57\x51\x62\x69\x44\x57','\x41\x53\x6f\x74\x43\x67\x6c\x63\x4d\x4c\x61\x58','\x57\x35\x37\x63\x4c\x67\x48\x31\x57\x4f\x38','\x57\x52\x4e\x64\x55\x65\x37\x63\x47\x77\x43','\x6e\x77\x37\x63\x4b\x4e\x34','\x57\x36\x42\x64\x52\x57\x69\x53\x66\x71','\x57\x50\x37\x64\x53\x76\x64\x63\x50\x72\x6d','\x57\x51\x46\x64\x49\x62\x65\x65\x6f\x38\x6f\x58\x6c\x53\x6b\x6e','\x57\x52\x61\x44\x57\x52\x52\x64\x4c\x71','\x6d\x5a\x37\x63\x4c\x31\x69\x44\x72\x4d\x64\x63\x4e\x47','\x57\x37\x71\x52\x57\x4f\x34\x75\x79\x71','\x75\x6d\x6b\x2f\x57\x37\x5a\x64\x48\x6d\x6b\x71\x65\x74\x44\x70','\x68\x6d\x6f\x63\x57\x52\x71\x6f\x6b\x57','\x57\x4f\x53\x7a\x57\x50\x6c\x64\x4c\x38\x6b\x46','\x57\x52\x5a\x64\x50\x59\x79\x46\x63\x57','\x57\x36\x33\x63\x55\x4e\x62\x36\x57\x36\x56\x63\x4f\x38\x6b\x73\x57\x35\x6e\x46\x57\x52\x71\x50\x57\x35\x4b','\x57\x37\x57\x45\x57\x52\x79\x64\x79\x61','\x78\x47\x4c\x62\x57\x4f\x56\x64\x4e\x73\x53\x79\x6a\x47','\x35\x41\x2b\x51\x35\x4f\x51\x63\x35\x42\x73\x5a\x35\x6c\x59\x41\x37\x37\x32\x72\x35\x34\x51\x76\x35\x4f\x67\x62\x35\x35\x45\x59','\x57\x50\x64\x64\x54\x53\x6b\x42\x57\x52\x2f\x63\x56\x61','\x57\x52\x6d\x66\x57\x52\x37\x64\x4a\x38\x6b\x49','\x64\x43\x6f\x64\x57\x37\x72\x6d\x57\x37\x75','\x69\x59\x6c\x63\x4c\x48\x57\x44\x78\x4e\x65','\x57\x4f\x57\x63\x6c\x5a\x79','\x67\x43\x6f\x32\x76\x74\x38\x57\x70\x47','\x42\x43\x6b\x6a\x76\x43\x6f\x78\x34\x4f\x63\x51\x6e\x53\x6b\x7a\x57\x36\x30','\x57\x34\x61\x4d\x67\x6d\x6b\x54\x43\x53\x6f\x56\x62\x61','\x57\x51\x7a\x31\x57\x34\x4e\x64\x50\x38\x6f\x49\x57\x35\x54\x64\x76\x61','\x41\x68\x70\x63\x53\x6d\x6f\x61\x57\x4f\x6d\x68\x69\x48\x30','\x75\x74\x54\x38\x57\x51\x56\x64\x4d\x71','\x57\x52\x78\x64\x56\x73\x69\x4a\x57\x4f\x47','\x57\x35\x68\x64\x49\x75\x6e\x64\x57\x37\x71','\x57\x34\x39\x48\x6c\x53\x6b\x4b','\x6c\x38\x6b\x6d\x6e\x43\x6f\x36\x57\x37\x75','\x57\x36\x61\x4d\x57\x50\x6d\x78\x78\x43\x6b\x33\x72\x43\x6b\x33','\x57\x4f\x35\x6a\x57\x36\x37\x64\x56\x43\x6f\x4f','\x57\x36\x2f\x63\x55\x6d\x6f\x78\x42\x73\x4f','\x57\x35\x68\x64\x53\x4d\x54\x2f\x57\x35\x38','\x57\x36\x6d\x67\x69\x43\x6f\x6d\x75\x61','\x75\x53\x6f\x34\x79\x43\x6f\x32','\x46\x6d\x6f\x58\x57\x35\x38','\x57\x34\x65\x38\x63\x71','\x57\x37\x53\x59\x57\x4f\x7a\x6a\x57\x4f\x57','\x57\x51\x4a\x64\x4a\x4e\x5a\x63\x55\x5a\x58\x43','\x44\x59\x65\x32\x44\x38\x6b\x4d\x57\x37\x4f','\x57\x51\x74\x64\x4b\x72\x6d\x74\x6f\x6d\x6f\x54\x6c\x57','\x6b\x43\x6f\x43\x57\x34\x2f\x64\x55\x43\x6f\x61\x57\x51\x5a\x64\x4f\x43\x6b\x45','\x73\x76\x46\x63\x50\x38\x6f\x68\x57\x4f\x53','\x57\x51\x4c\x36\x45\x43\x6f\x33\x76\x71','\x57\x4f\x46\x64\x4c\x76\x42\x64\x4e\x53\x6b\x6a','\x63\x43\x6f\x32\x57\x52\x6d','\x57\x37\x46\x63\x51\x75\x31\x68\x57\x52\x6d','\x57\x35\x4b\x6d\x69\x53\x6f\x41\x72\x71','\x76\x53\x6b\x48\x57\x37\x34','\x57\x37\x6d\x54\x69\x73\x48\x2b\x57\x37\x34','\x57\x51\x35\x68\x61\x5a\x38\x45\x42\x59\x35\x31\x57\x52\x33\x64\x51\x53\x6f\x53\x57\x52\x4f','\x57\x34\x58\x63\x73\x66\x68\x63\x55\x53\x6f\x48\x57\x35\x68\x64\x50\x47','\x6a\x38\x6f\x4f\x57\x37\x44\x41\x57\x34\x4b\x59\x72\x53\x6f\x61','\x57\x36\x56\x64\x4f\x75\x4e\x64\x50\x38\x6b\x34\x46\x47\x2f\x63\x55\x47','\x57\x35\x64\x64\x55\x62\x53\x52\x67\x59\x68\x63\x49\x61','\x57\x4f\x4a\x64\x53\x31\x2f\x63\x47\x61\x58\x36\x7a\x57','\x57\x36\x4b\x79\x66\x43\x6b\x70\x57\x35\x30','\x57\x51\x43\x72\x57\x51\x30','\x73\x43\x6b\x36\x57\x34\x33\x64\x48\x43\x6b\x32','\x57\x50\x6d\x47\x64\x38\x6b\x56\x79\x38\x6f\x50\x62\x6d\x6f\x2b','\x57\x34\x47\x6e\x57\x51\x50\x55\x57\x50\x71\x6d\x72\x4b\x71','\x57\x51\x50\x57\x57\x34\x5a\x64\x55\x61','\x63\x43\x6f\x72\x57\x35\x37\x64\x50\x71','\x43\x33\x33\x63\x56\x38\x6f\x38\x57\x51\x6d','\x57\x37\x68\x64\x52\x4d\x72\x67\x57\x37\x30','\x57\x51\x37\x64\x55\x31\x52\x63\x52\x33\x57','\x57\x50\x43\x4e\x57\x51\x4f\x30\x74\x4e\x4e\x63\x51\x5a\x38','\x57\x35\x69\x6b\x57\x4f\x31\x31\x57\x4f\x34\x77\x7a\x75\x47','\x57\x52\x37\x63\x4d\x4d\x5a\x63\x56\x63\x57\x69\x77\x74\x34','\x57\x37\x50\x77\x6f\x43\x6f\x64\x65\x47','\x67\x4c\x44\x2f\x57\x4f\x6c\x64\x47\x5a\x79\x61\x6d\x71','\x7a\x53\x6f\x4f\x57\x35\x5a\x64\x4b\x57','\x57\x4f\x37\x64\x4b\x38\x6b\x61\x57\x50\x78\x63\x49\x57','\x57\x51\x2f\x63\x54\x33\x6e\x6b\x57\x36\x64\x63\x4f\x53\x6b\x32\x57\x34\x43','\x57\x4f\x6c\x64\x4f\x61\x47\x58\x68\x57','\x68\x67\x71\x76\x73\x6d\x6b\x39','\x57\x34\x69\x4a\x69\x38\x6b\x4c\x57\x4f\x34\x64\x57\x52\x65\x78','\x57\x34\x47\x72\x42\x67\x4f\x68\x57\x4f\x61\x41\x57\x37\x47','\x57\x51\x61\x72\x57\x51\x68\x64\x51\x38\x6b\x62','\x79\x6d\x6f\x4b\x57\x36\x44\x7a\x57\x35\x48\x4a\x6c\x38\x6b\x7a','\x57\x52\x6e\x38\x57\x35\x70\x64\x4f\x43\x6f\x4d\x57\x4f\x6d','\x6f\x43\x6f\x4a\x57\x50\x56\x64\x53\x47','\x6a\x43\x6f\x44\x57\x50\x69\x64\x61\x78\x57\x63\x57\x4f\x4f','\x57\x51\x30\x46\x57\x51\x64\x64\x49\x53\x6b\x33\x79\x38\x6f\x76\x57\x37\x4b','\x57\x4f\x6a\x75\x73\x64\x65\x2f\x57\x4f\x34','\x57\x36\x70\x63\x51\x62\x54\x5a\x57\x52\x69\x6a\x64\x38\x6b\x46\x74\x38\x6f\x2b\x57\x50\x72\x30\x46\x61','\x6f\x38\x6f\x54\x57\x4f\x6c\x64\x55\x77\x33\x64\x55\x47','\x75\x6d\x6f\x31\x69\x53\x6b\x37','\x57\x52\x72\x6c\x57\x37\x78\x64\x48\x6d\x6f\x79','\x69\x38\x6f\x50\x57\x4f\x64\x64\x53\x74\x37\x63\x47\x31\x6d\x57','\x57\x51\x43\x53\x57\x50\x42\x64\x4d\x38\x6b\x38\x63\x4c\x78\x63\x4e\x57','\x57\x51\x30\x6d\x57\x36\x74\x64\x4a\x53\x6b\x2b\x41\x6d\x6b\x79\x57\x36\x71','\x57\x52\x2f\x64\x53\x31\x57','\x76\x43\x6b\x52\x62\x6d\x6b\x4c\x41\x71','\x57\x51\x74\x64\x50\x30\x4e\x64\x50\x43\x6b\x4a\x7a\x48\x4b','\x69\x4a\x43\x63\x45\x6d\x6f\x4e','\x57\x34\x4f\x76\x41\x30\x57\x62\x57\x50\x69\x62\x57\x37\x4f','\x57\x4f\x39\x30\x45\x53\x6f\x4d\x57\x50\x38','\x57\x37\x71\x65\x74\x66\x53\x67','\x57\x4f\x47\x70\x6a\x61','\x57\x37\x38\x2b\x6e\x38\x6f\x32\x72\x57','\x57\x50\x74\x64\x52\x6d\x6b\x68\x57\x4f\x52\x63\x54\x4c\x48\x6b\x57\x51\x53','\x76\x53\x6b\x48\x57\x36\x2f\x64\x49\x38\x6b\x46\x66\x64\x69','\x57\x37\x57\x4d\x6c\x6d\x6f\x47\x73\x38\x6b\x55\x6c\x6d\x6b\x32','\x57\x36\x37\x63\x4a\x43\x6f\x42\x7a\x57\x79\x78','\x57\x4f\x38\x61\x61\x61\x78\x63\x4b\x71','\x6e\x38\x6f\x46\x57\x4f\x4f','\x45\x59\x79\x70\x45\x38\x6b\x4b\x6b\x32\x6c\x64\x4e\x71','\x57\x36\x6d\x4e\x57\x51\x75\x78\x78\x43\x6b\x4c\x79\x53\x6b\x52','\x57\x37\x56\x64\x50\x63\x43\x4c\x67\x59\x52\x64\x4b\x4c\x47','\x6a\x6d\x6b\x72\x78\x38\x6f\x41\x77\x68\x2f\x63\x4c\x53\x6f\x50','\x70\x78\x4a\x63\x4d\x5a\x69\x62\x46\x53\x6f\x44\x77\x61','\x57\x37\x75\x52\x7a\x76\x35\x39','\x57\x36\x54\x49\x76\x32\x5a\x63\x4a\x6d\x6f\x62\x57\x37\x4e\x64\x4d\x61','\x57\x52\x50\x78\x74\x43\x6f\x30\x79\x61','\x57\x4f\x69\x4e\x57\x52\x47\x50','\x57\x34\x70\x64\x53\x43\x6b\x61\x57\x35\x37\x63\x54\x78\x39\x6b\x57\x51\x53','\x73\x43\x6b\x57\x6b\x53\x6b\x52\x67\x38\x6f\x44\x73\x53\x6f\x33','\x57\x34\x75\x77\x57\x51\x79\x78\x71\x57','\x65\x43\x6f\x36\x57\x52\x6d\x30\x70\x61','\x57\x51\x2f\x64\x55\x6d\x6b\x47\x57\x51\x33\x63\x4e\x61','\x62\x43\x6f\x2f\x57\x52\x69','\x57\x50\x4f\x56\x45\x53\x6b\x30\x73\x43\x6f\x45\x44\x67\x52\x63\x54\x30\x5a\x63\x56\x6d\x6b\x57\x42\x57','\x63\x38\x6b\x66\x57\x36\x50\x66\x64\x71','\x57\x51\x48\x2f\x57\x35\x4e\x63\x56\x71','\x57\x34\x42\x64\x49\x65\x50\x6c\x57\x36\x4b','\x57\x37\x35\x2f\x79\x74\x4a\x63\x4a\x6d\x6f\x6e\x57\x36\x42\x64\x49\x47','\x46\x43\x6f\x69\x57\x35\x74\x63\x53\x58\x43','\x46\x43\x6b\x55\x57\x36\x52\x64\x47\x53\x6f\x42\x67\x4a\x39\x6d','\x57\x4f\x47\x45\x6e\x74\x68\x63\x52\x53\x6b\x38\x57\x4f\x34','\x63\x43\x6b\x43\x57\x34\x39\x66\x63\x61','\x57\x36\x52\x63\x49\x38\x6f\x77\x46\x62\x79','\x57\x35\x2f\x63\x4d\x77\x30','\x57\x4f\x74\x64\x4e\x4d\x69\x4b\x57\x35\x53','\x57\x34\x6d\x2b\x6c\x38\x6b\x62\x57\x34\x71','\x43\x38\x6f\x74\x44\x68\x68\x63\x4a\x57','\x68\x53\x6b\x38\x69\x53\x6b\x37\x66\x38\x6b\x65\x79\x6d\x6f\x53','\x57\x4f\x78\x64\x56\x38\x6b\x63\x57\x50\x6c\x63\x53\x78\x39\x61\x57\x51\x57','\x57\x52\x4b\x32\x6a\x5a\x39\x56\x57\x37\x78\x64\x4a\x57\x75','\x57\x50\x79\x63\x57\x51\x33\x64\x52\x6d\x6f\x4f\x67\x4b\x42\x63\x4e\x47','\x57\x4f\x62\x69\x44\x38\x6f\x33\x57\x51\x30','\x75\x53\x6b\x4c\x57\x36\x39\x57\x42\x62\x44\x57\x57\x4f\x62\x65\x64\x6d\x6b\x35\x45\x31\x47','\x57\x36\x4e\x64\x55\x74\x53\x38\x63\x47','\x57\x50\x79\x35\x57\x4f\x52\x64\x54\x38\x6b\x6c\x78\x38\x6b\x4d','\x46\x53\x6b\x46\x79\x38\x6b\x30\x76\x71','\x57\x37\x4b\x78\x65\x4d\x50\x75\x46\x47\x76\x44','\x57\x36\x6c\x64\x55\x65\x53\x55\x63\x73\x68\x64\x49\x78\x34','\x78\x59\x50\x67\x57\x50\x2f\x64\x4d\x47','\x57\x4f\x4c\x34\x57\x34\x37\x64\x53\x6d\x6b\x51\x57\x50\x71\x6d\x63\x61','\x57\x52\x70\x64\x47\x71\x48\x45','\x57\x4f\x58\x6d\x57\x34\x58\x30\x57\x50\x38\x6c\x72\x4b\x71','\x70\x53\x6b\x58\x57\x34\x52\x63\x4a\x47\x47\x75\x6f\x6d\x6f\x38','\x41\x6d\x6b\x55\x6a\x53\x6b\x2b\x76\x47','\x70\x6d\x6b\x78\x6e\x53\x6f\x52','\x57\x36\x72\x54\x57\x35\x4a\x63\x4e\x38\x6b\x55\x74\x65\x42\x63\x4a\x47','\x70\x78\x5a\x63\x4e\x49\x72\x76\x6f\x53\x6f\x61\x45\x61','\x57\x50\x62\x6c\x76\x4a\x6d\x4a','\x67\x43\x6f\x59\x77\x49\x30\x6c','\x70\x6d\x6b\x6a\x46\x53\x6f\x2f\x57\x37\x4e\x64\x51\x53\x6b\x61\x57\x35\x79','\x7a\x6d\x6f\x76\x79\x43\x6b\x54\x57\x51\x64\x63\x54\x61','\x70\x32\x74\x63\x49\x49\x69\x6c\x46\x38\x6b\x32\x75\x47','\x57\x36\x6e\x71\x6c\x53\x6f\x41\x6a\x47','\x78\x6d\x6b\x51\x6b\x53\x6b\x32\x76\x43\x6f\x37\x75\x43\x6f\x52','\x57\x37\x78\x64\x53\x4d\x76\x44\x57\x37\x79','\x78\x6d\x6b\x49\x57\x37\x30','\x57\x37\x6d\x37\x70\x74\x34\x30\x57\x36\x74\x64\x54\x72\x69','\x65\x53\x6f\x47\x57\x52\x38\x52','\x57\x37\x66\x4e\x6b\x38\x6f\x51\x79\x53\x6b\x50\x69\x43\x6b\x32','\x6d\x77\x35\x67\x70\x53\x6b\x35\x6e\x59\x56\x64\x47\x61','\x41\x68\x70\x63\x53\x6d\x6f\x61\x57\x4f\x6d\x68','\x57\x51\x74\x64\x4a\x72\x38\x45\x43\x6d\x6f\x5a\x6d\x38\x6b\x65','\x57\x35\x35\x64\x71\x64\x4a\x63\x49\x43\x6f\x41\x57\x37\x37\x64\x49\x57','\x57\x4f\x42\x64\x4c\x53\x6b\x39\x57\x50\x2f\x63\x55\x61','\x57\x36\x78\x64\x52\x30\x72\x2b\x57\x37\x79','\x57\x36\x4e\x64\x54\x31\x70\x63\x50\x6d\x6f\x32\x6b\x73\x2f\x64\x50\x61','\x6b\x38\x6f\x2b\x57\x52\x5a\x64\x55\x72\x57','\x64\x5a\x68\x63\x52\x62\x6d\x4c','\x69\x32\x56\x63\x4c\x58\x65\x74\x71\x33\x68\x63\x4c\x71','\x57\x37\x4b\x6c\x65\x49\x76\x45\x46\x48\x44\x6b','\x57\x50\x31\x68\x74\x6d\x6f\x53\x76\x72\x72\x6c\x57\x35\x4b','\x67\x38\x6f\x31\x57\x50\x33\x64\x50\x71\x38','\x74\x43\x6b\x53\x6b\x53\x6b\x52\x74\x53\x6f\x78\x62\x43\x6f\x4b','\x57\x37\x34\x56\x57\x52\x47\x54\x43\x57','\x57\x34\x4b\x54\x6e\x43\x6b\x55\x57\x34\x53\x34\x57\x51\x6d','\x57\x37\x52\x64\x53\x6d\x6f\x2b\x42\x38\x6f\x31','\x57\x51\x4e\x64\x4e\x32\x56\x63\x55\x59\x76\x45\x74\x57','\x6a\x6d\x6f\x61\x57\x36\x44\x37\x57\x35\x53','\x57\x51\x2f\x63\x4a\x6d\x6f\x43\x43\x6d\x6f\x35\x57\x52\x50\x66','\x57\x51\x6a\x56\x79\x57\x39\x36\x57\x35\x69\x39\x6e\x61','\x6e\x49\x6c\x63\x4c\x64\x34\x71','\x79\x43\x6f\x44\x72\x43\x6b\x7a\x77\x4e\x70\x63\x47\x53\x6b\x49','\x45\x4d\x30\x39\x7a\x53\x6f\x34\x57\x51\x6e\x6a\x79\x47','\x57\x50\x68\x64\x55\x38\x6b\x44\x57\x4f\x56\x63\x56\x32\x4f','\x7a\x4e\x37\x63\x55\x6d\x6f\x42','\x76\x43\x6b\x47\x57\x37\x64\x64\x48\x61','\x57\x52\x52\x63\x56\x66\x30\x64\x6b\x47\x64\x64\x4a\x4c\x74\x63\x52\x71','\x57\x37\x68\x64\x56\x30\x43\x47\x57\x37\x72\x44\x78\x53\x6f\x72','\x57\x37\x5a\x64\x56\x57\x4f\x2b\x63\x71','\x68\x38\x6b\x65\x69\x53\x6f\x31\x57\x52\x4a\x64\x50\x38\x6f\x41\x57\x34\x53','\x57\x51\x54\x59\x57\x52\x57\x62\x77\x38\x6b\x37\x77\x6d\x6b\x48','\x57\x4f\x6c\x63\x4c\x33\x66\x5a\x57\x4f\x71\x48\x57\x4f\x72\x79','\x57\x35\x54\x6b\x66\x53\x6f\x73\x6c\x47','\x57\x37\x52\x64\x51\x6d\x6f\x68\x43\x38\x6f\x38','\x57\x52\x43\x4e\x69\x63\x47','\x35\x34\x4d\x76\x35\x4f\x6b\x46\x57\x35\x74\x64\x4e\x53\x6b\x69\x36\x69\x45\x30\x35\x79\x51\x6c\x35\x51\x63\x68','\x57\x50\x48\x46\x6f\x38\x6f\x63\x57\x4f\x6c\x64\x50\x48\x70\x63\x4f\x71','\x66\x6d\x6f\x4c\x57\x51\x46\x64\x4a\x71\x34','\x6e\x6d\x6f\x64\x57\x52\x4f\x56\x6e\x71','\x57\x37\x4f\x33\x57\x51\x43\x46\x65\x57','\x57\x34\x54\x47\x6a\x53\x6f\x48\x69\x38\x6b\x69\x6e\x4b\x61','\x57\x50\x38\x6d\x57\x51\x33\x64\x51\x38\x6b\x41\x71\x33\x64\x63\x52\x47','\x57\x37\x30\x4b\x6c\x6d\x6f\x71\x42\x71','\x57\x51\x4b\x75\x57\x50\x42\x64\x49\x43\x6b\x75','\x57\x36\x61\x6b\x6f\x6d\x6b\x75\x74\x71','\x57\x52\x33\x64\x4a\x77\x65\x34\x57\x34\x71','\x57\x51\x48\x57\x46\x53\x6f\x31\x57\x37\x46\x64\x47\x5a\x2f\x63\x4c\x47','\x57\x50\x61\x57\x57\x52\x34\x4f\x74\x4e\x61','\x57\x34\x74\x63\x4c\x67\x72\x59','\x34\x50\x41\x64\x34\x50\x41\x47\x34\x50\x41\x57\x34\x50\x73\x45\x34\x50\x41\x43\x34\x50\x45\x45\x34\x50\x73\x4f\x34\x50\x41\x39','\x74\x43\x6f\x79\x76\x4e\x68\x63\x56\x61','\x57\x4f\x57\x47\x57\x51\x53\x35\x71\x4e\x78\x63\x55\x47','\x57\x35\x65\x54\x6e\x43\x6b\x5a\x57\x34\x53','\x57\x35\x46\x64\x49\x53\x6f\x38\x42\x53\x6f\x42','\x57\x4f\x71\x55\x6a\x74\x5a\x63\x4b\x57','\x57\x4f\x6c\x63\x4a\x78\x6a\x4b\x57\x34\x75\x47\x57\x4f\x6a\x73','\x6c\x6d\x6b\x4e\x57\x34\x58\x49\x70\x57','\x72\x43\x6b\x52\x45\x38\x6b\x57\x44\x57','\x57\x37\x6e\x52\x7a\x78\x2f\x63\x52\x61','\x57\x51\x74\x64\x4b\x77\x4f\x79\x57\x36\x6d','\x57\x51\x6a\x54\x46\x38\x6f\x30','\x57\x34\x37\x63\x47\x6d\x6f\x72\x41\x57','\x57\x52\x38\x54\x6e\x43\x6f\x2f\x57\x51\x46\x64\x49\x68\x33\x63\x47\x57','\x57\x37\x75\x35\x57\x52\x61\x6f\x43\x43\x6f\x6b\x57\x4f\x38\x30','\x57\x36\x57\x30\x57\x34\x68\x64\x55\x6d\x6f\x4d\x57\x50\x47\x75\x61\x61','\x57\x36\x6d\x54\x6e\x6d\x6b\x4f\x57\x4f\x79\x4c\x57\x52\x38\x44','\x57\x50\x47\x69\x66\x38\x6f\x51\x46\x6d\x6b\x6e\x57\x37\x38','\x71\x64\x6a\x79\x57\x50\x37\x64\x4d\x61','\x63\x6d\x6f\x2b\x73\x5a\x4b\x4e','\x57\x51\x78\x64\x56\x75\x69\x54','\x57\x37\x68\x64\x4c\x43\x6f\x76\x45\x53\x6f\x56\x57\x51\x30','\x57\x37\x30\x2f\x57\x51\x79\x4c\x71\x53\x6f\x43\x57\x50\x6d\x52','\x6b\x73\x74\x63\x4b\x57','\x69\x33\x38\x41\x6a\x47','\x6d\x48\x6d\x52\x46\x43\x6f\x56','\x57\x50\x62\x79\x74\x71','\x57\x52\x66\x52\x41\x38\x6f\x30','\x57\x52\x43\x4c\x6c\x64\x42\x64\x4c\x43\x6b\x62\x57\x52\x5a\x63\x4c\x47','\x44\x38\x6f\x44\x78\x38\x6b\x79\x75\x4e\x2f\x63\x4e\x53\x6f\x4c','\x57\x37\x75\x39\x57\x51\x30\x44\x77\x53\x6f\x72','\x57\x34\x38\x4a\x67\x6d\x6b\x5a\x57\x34\x65\x4e\x57\x52\x4b\x44','\x73\x38\x6b\x36\x70\x6d\x6b\x4c\x74\x71','\x64\x4a\x33\x63\x47\x5a\x47\x32','\x57\x35\x71\x77\x57\x51\x71\x30\x44\x61','\x57\x36\x57\x4a\x57\x50\x46\x63\x4e\x38\x6b\x59\x63\x31\x52\x63\x4a\x47','\x43\x38\x6f\x2f\x57\x50\x46\x64\x51\x63\x70\x63\x4d\x75\x34\x2b','\x57\x4f\x54\x53\x42\x38\x6f\x73\x79\x61','\x57\x51\x5a\x64\x4f\x72\x74\x63\x51\x6d\x6f\x53\x77\x62\x4e\x64\x50\x61','\x57\x50\x56\x64\x4a\x78\x38\x5a\x57\x37\x71','\x57\x34\x61\x4e\x67\x53\x6b\x36\x79\x53\x6f\x56','\x63\x38\x6f\x58\x57\x52\x75\x58\x6f\x57','\x57\x50\x6d\x65\x6c\x4a\x37\x64\x4f\x43\x6b\x48\x57\x4f\x35\x64','\x57\x50\x56\x64\x52\x4a\x71\x69\x70\x61','\x57\x4f\x64\x64\x50\x38\x6b\x6e\x57\x50\x6c\x63\x54\x4b\x50\x63\x57\x51\x61','\x57\x35\x79\x32\x64\x43\x6b\x70\x79\x57','\x71\x6d\x6f\x50\x57\x37\x70\x63\x48\x49\x30','\x64\x38\x6f\x31\x57\x52\x47\x50\x6b\x30\x79','\x57\x36\x46\x64\x4d\x43\x6f\x75\x46\x6d\x6f\x6e\x57\x52\x35\x44\x57\x35\x71','\x57\x36\x57\x30\x57\x34\x74\x64\x56\x43\x6f\x34','\x57\x51\x38\x75\x57\x50\x30\x76\x79\x71','\x6c\x49\x78\x63\x47\x57','\x57\x4f\x79\x53\x57\x4f\x56\x64\x4c\x38\x6f\x39\x63\x76\x33\x63\x4e\x57','\x57\x51\x5a\x64\x50\x73\x47\x39\x57\x4f\x46\x64\x4f\x6d\x6b\x35\x57\x36\x69','\x57\x37\x6c\x63\x49\x43\x6f\x41\x7a\x48\x61\x6d\x79\x71\x61','\x41\x43\x6b\x35\x69\x6d\x6b\x35\x41\x57','\x46\x77\x4a\x63\x4e\x6d\x6f\x66\x57\x4f\x34','\x57\x52\x4a\x64\x50\x31\x37\x64\x50\x43\x6b\x50\x45\x61\x2f\x64\x4a\x57','\x57\x34\x6d\x75\x57\x51\x4b\x30\x77\x61','\x6a\x78\x53\x44\x41\x43\x6b\x35','\x57\x34\x34\x59\x57\x52\x4f\x30\x73\x67\x52\x63\x56\x49\x34','\x57\x37\x76\x63\x43\x76\x42\x63\x52\x47','\x57\x50\x74\x64\x52\x66\x2f\x63\x4f\x74\x4f','\x6b\x6d\x6f\x4e\x57\x4f\x65\x4c\x64\x57','\x57\x51\x48\x53\x45\x6d\x6f\x39\x57\x51\x6c\x64\x47\x74\x78\x63\x4c\x57','\x73\x38\x6b\x4f\x57\x37\x68\x64\x4f\x38\x6b\x35','\x6d\x59\x75\x38\x41\x47','\x57\x51\x50\x56\x57\x37\x6a\x6a\x67\x53\x6b\x6a\x57\x50\x61\x6c\x62\x53\x6b\x65\x57\x50\x33\x64\x48\x47','\x57\x34\x69\x52\x6e\x6d\x6f\x52\x76\x61','\x6a\x59\x65\x47\x79\x6d\x6f\x50','\x79\x43\x6b\x66\x72\x43\x6b\x65\x73\x4d\x78\x63\x51\x43\x6f\x31','\x73\x38\x6b\x53\x6c\x43\x6f\x4e','\x57\x36\x79\x47\x6b\x6d\x6b\x49','\x57\x37\x4e\x64\x55\x68\x70\x63\x54\x68\x69\x4c\x57\x35\x46\x64\x56\x57','\x74\x43\x6b\x5a\x69\x53\x6b\x56\x7a\x6d\x6f\x77\x71\x6d\x6f\x4a','\x57\x37\x74\x63\x56\x53\x6f\x6a\x74\x64\x47','\x57\x35\x4c\x51\x6b\x53\x6f\x32\x67\x71','\x57\x37\x4e\x63\x4d\x4e\x78\x63\x4f\x74\x50\x43\x63\x49\x34','\x57\x35\x69\x6b\x57\x4f\x48\x49\x57\x4f\x47\x78','\x57\x37\x4e\x64\x47\x38\x6b\x46','\x57\x36\x64\x63\x51\x30\x66\x4a','\x75\x6d\x6b\x68\x6f\x6d\x6b\x57\x76\x38\x6f\x6e\x71\x43\x6f\x52','\x57\x50\x78\x64\x48\x71\x6d\x79\x44\x43\x6f\x35\x6e\x43\x6b\x75','\x6f\x6d\x6f\x4c\x57\x50\x37\x64\x53\x61','\x57\x35\x69\x77\x57\x52\x71\x48\x45\x47','\x6f\x73\x4a\x63\x49\x49\x69\x42\x43\x53\x6f\x30\x71\x57','\x71\x6d\x6f\x4c\x57\x35\x74\x63\x49\x61','\x57\x37\x2f\x64\x51\x48\x4b\x35\x63\x71','\x57\x51\x4a\x64\x55\x66\x4e\x63\x54\x68\x7a\x57\x57\x4f\x70\x63\x4e\x47','\x57\x50\x37\x64\x4a\x67\x34\x70\x57\x34\x6a\x31\x45\x53\x6b\x4d','\x57\x34\x37\x63\x53\x38\x6b\x44\x57\x50\x56\x63\x4f\x67\x31\x6b\x57\x51\x47','\x66\x73\x75\x2f\x7a\x43\x6f\x64','\x57\x50\x70\x64\x56\x38\x6b\x43\x57\x4f\x33\x63\x54\x47','\x6b\x6d\x6b\x6c\x57\x36\x61\x59','\x6a\x6d\x6f\x5a\x57\x51\x75\x55\x43\x75\x71\x50\x57\x52\x43','\x57\x4f\x46\x64\x55\x38\x6b\x44\x57\x4f\x52\x63\x4f\x78\x66\x41','\x57\x4f\x33\x64\x4d\x61\x69\x38\x57\x50\x53','\x57\x36\x58\x35\x79\x68\x33\x63\x4a\x6d\x6f\x41','\x57\x50\x76\x38\x46\x53\x6f\x45\x42\x47','\x57\x35\x53\x32\x67\x53\x6b\x51','\x57\x50\x62\x44\x71\x6d\x6f\x5a\x72\x74\x4c\x73\x57\x34\x47','\x68\x38\x6f\x31\x46\x58\x53\x65','\x42\x6d\x6b\x79\x57\x4f\x71\x64\x64\x78\x65\x7a\x57\x36\x6d','\x57\x34\x79\x41\x68\x6d\x6f\x33\x7a\x6d\x6b\x79','\x57\x52\x31\x2f\x57\x52\x75\x6c\x78\x6d\x6f\x32\x46\x6d\x6b\x68','\x6b\x67\x2f\x63\x47\x58\x34\x4c','\x6e\x63\x38\x32\x44\x53\x6f\x30','\x6a\x4a\x56\x63\x4c\x62\x43\x73\x76\x30\x46\x63\x48\x71','\x57\x4f\x4e\x64\x53\x30\x37\x64\x52\x53\x6f\x4b\x46\x62\x56\x64\x54\x71','\x6a\x64\x71\x32\x46\x6d\x6f\x35\x57\x51\x43','\x6c\x43\x6f\x4b\x57\x34\x39\x68\x57\x35\x69','\x57\x37\x52\x63\x4e\x77\x6e\x71\x57\x4f\x38\x32\x57\x4f\x48\x75','\x57\x36\x39\x53\x44\x4d\x56\x63\x4d\x57','\x57\x36\x34\x51\x57\x51\x4f\x6f\x73\x38\x6f\x51\x57\x4f\x6d\x33','\x57\x4f\x5a\x64\x54\x53\x6b\x42\x57\x50\x42\x63\x4b\x71','\x57\x51\x4f\x5a\x57\x51\x52\x64\x52\x53\x6b\x2b','\x57\x37\x61\x38\x66\x43\x6b\x36\x7a\x43\x6f\x39\x66\x6d\x6f\x76','\x57\x34\x43\x6c\x67\x43\x6f\x38\x76\x38\x6b\x66\x57\x36\x43\x6e','\x57\x34\x31\x4e\x65\x53\x6f\x6c\x72\x38\x6b\x43\x79\x6d\x6b\x6d','\x77\x62\x48\x30\x57\x4f\x56\x64\x4a\x63\x30','\x57\x52\x4a\x64\x4c\x78\x5a\x63\x53\x71','\x57\x4f\x62\x6c\x73\x43\x6b\x39\x57\x37\x46\x64\x51\x47\x64\x63\x53\x61','\x57\x34\x61\x6c\x66\x4d\x39\x51','\x57\x35\x31\x53\x44\x33\x64\x64\x4c\x53\x6f\x67\x57\x37\x4a\x64\x4d\x57','\x75\x38\x6b\x38\x62\x38\x6b\x73\x76\x61','\x57\x50\x56\x64\x4a\x43\x6b\x34\x57\x50\x4a\x63\x50\x57','\x57\x52\x53\x59\x6d\x43\x6f\x32\x6f\x38\x6b\x51\x6a\x6d\x6b\x58','\x63\x6d\x6f\x52\x67\x73\x57\x4a\x6d\x4a\x47\x65','\x57\x37\x64\x64\x48\x6d\x6f\x63\x41\x53\x6f\x58\x57\x51\x53','\x71\x32\x78\x63\x4d\x43\x6f\x75\x57\x52\x34','\x57\x51\x35\x70\x72\x59\x57\x58\x57\x35\x71\x53\x6e\x61','\x57\x36\x31\x34\x57\x36\x4c\x74','\x57\x35\x57\x63\x68\x43\x6b\x34\x6f\x43\x6b\x70\x57\x37\x69\x6c','\x77\x61\x39\x51\x57\x4f\x33\x64\x47\x64\x71\x73','\x57\x35\x5a\x63\x4a\x67\x35\x67\x57\x50\x34','\x57\x34\x65\x57\x57\x52\x66\x34\x61\x4a\x52\x63\x50\x74\x69','\x57\x35\x38\x63\x79\x68\x6d\x61\x57\x4f\x43\x41\x57\x36\x65','\x57\x34\x61\x50\x64\x43\x6f\x57\x43\x61','\x57\x36\x47\x73\x77\x32\x71','\x57\x51\x53\x39\x57\x50\x33\x64\x4b\x43\x6b\x32\x61\x4c\x78\x63\x4e\x61','\x57\x35\x38\x6d\x7a\x4d\x57\x62\x57\x4f\x61\x47\x57\x37\x43','\x57\x51\x4c\x46\x57\x34\x56\x64\x52\x6d\x6f\x4b','\x57\x37\x75\x32\x6c\x43\x6b\x4e\x57\x36\x2f\x63\x4c\x67\x74\x63\x4f\x4d\x2f\x63\x47\x6d\x6b\x4c\x57\x37\x4b\x4e','\x57\x51\x78\x63\x4c\x74\x42\x63\x55\x4a\x4c\x66\x62\x59\x30','\x74\x43\x6b\x51\x57\x36\x52\x64\x4e\x38\x6b\x46\x63\x77\x53','\x57\x37\x71\x35\x57\x52\x6d','\x70\x32\x4e\x63\x48\x74\x6d\x67\x46\x53\x6f\x36\x72\x71','\x41\x4d\x42\x63\x4c\x58\x43\x69\x72\x33\x33\x63\x4e\x57','\x57\x35\x6c\x63\x51\x53\x6f\x76\x42\x74\x53','\x57\x36\x52\x64\x49\x53\x6f\x57\x73\x6d\x6f\x6e','\x6c\x4d\x42\x63\x4d\x61','\x46\x6d\x6f\x59\x57\x35\x4e\x63\x4a\x47','\x57\x37\x5a\x64\x56\x47\x43\x2b\x74\x4e\x78\x63\x47\x4d\x47','\x57\x36\x58\x39\x7a\x77\x2f\x63\x4b\x6d\x6f\x54\x57\x36\x78\x64\x4a\x71','\x6d\x38\x6b\x30\x57\x35\x78\x63\x4d\x76\x4f\x7a\x63\x53\x6f\x43','\x6e\x73\x37\x63\x48\x71\x65\x74\x78\x71','\x57\x52\x58\x41\x46\x6d\x6f\x4d\x43\x57','\x57\x34\x57\x54\x6d\x38\x6b\x4a\x57\x34\x79','\x57\x36\x38\x77\x72\x4e\x58\x65\x6d\x61\x44\x77','\x57\x36\x5a\x64\x4a\x53\x6f\x46\x7a\x43\x6f\x34\x57\x51\x31\x67','\x57\x35\x6e\x2b\x75\x64\x61\x32\x57\x4f\x38\x53\x6a\x71','\x70\x72\x6d\x75\x71\x6d\x6f\x67','\x6a\x63\x42\x63\x47\x61','\x74\x6d\x6b\x54\x6a\x43\x6b\x43\x75\x38\x6f\x6e\x73\x43\x6f\x4d','\x73\x38\x6b\x54\x77\x53\x6b\x67\x77\x57','\x57\x37\x30\x5a\x6d\x71','\x57\x51\x74\x64\x4b\x62\x65\x63\x6b\x43\x6f\x54\x63\x38\x6b\x6a','\x6e\x43\x6f\x35\x57\x50\x5a\x64\x56\x59\x70\x63\x4d\x75\x38\x33','\x57\x37\x50\x6b\x67\x53\x6f\x6d\x65\x71','\x57\x37\x75\x59\x57\x4f\x4b\x4f\x71\x47','\x6f\x38\x6f\x43\x57\x34\x33\x64\x50\x38\x6f\x51','\x57\x34\x61\x2b\x67\x53\x6b\x49\x45\x38\x6b\x5a\x62\x43\x6f\x65','\x6b\x43\x6b\x6e\x57\x37\x6e\x56','\x57\x52\x33\x64\x55\x78\x47\x34\x57\x36\x39\x41','\x57\x36\x4c\x47\x57\x50\x78\x64\x4e\x53\x6b\x54\x71\x30\x64\x63\x4e\x47','\x75\x4c\x50\x39\x57\x4f\x6c\x64\x4a\x49\x57\x74\x6d\x71','\x68\x4a\x68\x63\x56\x61\x6d\x41','\x57\x51\x46\x64\x53\x30\x4a\x64\x4f\x53\x6b\x50','\x57\x34\x39\x37\x69\x6d\x6f\x4e\x64\x6d\x6b\x45\x61\x75\x30','\x57\x35\x6d\x4b\x57\x50\x35\x6d\x57\x4f\x30','\x57\x37\x68\x64\x54\x4d\x4c\x6d\x57\x37\x79','\x45\x33\x37\x63\x4f\x38\x6f\x67\x57\x4f\x69','\x57\x35\x6c\x63\x51\x5a\x47\x46\x6c\x57\x5a\x64\x50\x75\x47','\x66\x43\x6f\x67\x79\x64\x30\x30','\x78\x43\x6f\x4f\x57\x35\x78\x63\x4e\x73\x30','\x6e\x53\x6f\x37\x57\x52\x46\x64\x4a\x4a\x65','\x57\x50\x53\x49\x69\x73\x34','\x57\x35\x71\x4f\x69\x53\x6b\x46\x57\x35\x30\x55\x57\x51\x71\x6e','\x65\x38\x6f\x31\x70\x38\x6b\x32\x76\x53\x6f\x62\x73\x53\x6f\x33','\x57\x52\x68\x64\x49\x57\x6a\x71\x6e\x43\x6f\x2f\x6c\x53\x6b\x6f','\x57\x34\x33\x63\x53\x43\x6b\x45\x57\x50\x2f\x63\x50\x33\x7a\x71','\x57\x35\x34\x51\x6f\x53\x6b\x52\x43\x57','\x57\x37\x65\x45\x57\x4f\x69\x75\x72\x57','\x57\x4f\x44\x68\x75\x6d\x6f\x70\x71\x62\x72\x72\x57\x35\x38','\x57\x37\x79\x38\x57\x51\x79','\x57\x51\x48\x51\x57\x36\x68\x64\x54\x53\x6f\x35\x57\x50\x47\x70\x65\x61','\x57\x36\x61\x31\x6e\x38\x6f\x51\x44\x38\x6b\x50\x6f\x43\x6b\x36','\x57\x52\x5a\x64\x55\x4c\x74\x64\x50\x43\x6b\x4b\x6b\x57','\x57\x37\x4a\x64\x55\x71\x69\x2b\x63\x71','\x57\x34\x4b\x61\x42\x4d\x53\x71','\x57\x37\x65\x49\x6e\x6d\x6f\x66\x79\x61','\x57\x37\x56\x64\x50\x63\x69\x7a\x69\x58\x5a\x64\x4c\x67\x4b','\x57\x36\x61\x34\x7a\x4e\x4b\x44','\x57\x52\x46\x64\x4e\x33\x42\x63\x53\x5a\x31\x61','\x57\x4f\x2f\x64\x4e\x32\x42\x63\x56\x76\x65','\x57\x36\x4e\x64\x4b\x76\x5a\x64\x54\x53\x6b\x2f\x46\x48\x64\x64\x54\x71','\x57\x35\x65\x4c\x6e\x38\x6b\x4c','\x57\x52\x62\x58\x57\x34\x68\x64\x4c\x43\x6f\x64','\x46\x43\x6b\x77\x6a\x43\x6f\x38\x57\x36\x74\x64\x53\x43\x6f\x43\x57\x50\x6d','\x6d\x77\x68\x63\x4d\x63\x71\x67\x44\x43\x6f\x31\x65\x71','\x57\x34\x47\x49\x6a\x6d\x6b\x53\x57\x35\x53\x56\x57\x52\x75\x6b','\x57\x50\x64\x64\x4d\x33\x4f\x76\x57\x35\x79','\x57\x34\x56\x64\x4e\x59\x34\x34\x6f\x61','\x64\x38\x6f\x52\x46\x53\x6f\x53\x64\x53\x6f\x43\x46\x38\x6f\x77\x57\x34\x34\x76\x75\x47','\x6e\x43\x6f\x49\x57\x37\x44\x44\x57\x35\x47','\x6b\x53\x6b\x4e\x57\x36\x39\x57\x6b\x61','\x57\x34\x57\x47\x57\x51\x57\x4f\x61\x4e\x74\x63\x53\x64\x4b','\x65\x53\x6f\x53\x76\x49\x71','\x57\x34\x4f\x32\x57\x51\x39\x56\x57\x51\x57','\x6a\x64\x75\x58\x43\x6d\x6f\x50\x57\x51\x62\x70\x73\x71','\x46\x6d\x6f\x32\x76\x76\x78\x63\x53\x47','\x57\x35\x34\x79\x77\x53\x6f\x36\x75\x48\x76\x6c\x57\x35\x75','\x57\x35\x69\x6c\x57\x4f\x39\x4b\x57\x50\x38\x77\x71\x71','\x77\x6d\x6f\x36\x57\x35\x2f\x63\x4f\x73\x30','\x74\x71\x48\x6a\x57\x51\x33\x64\x47\x47','\x45\x43\x6f\x56\x57\x35\x78\x63\x48\x71','\x57\x37\x65\x2f\x6b\x38\x6f\x33\x79\x6d\x6b\x37\x68\x53\x6b\x4d','\x65\x53\x6f\x6b\x79\x62\x4f\x76','\x57\x52\x65\x52\x70\x74\x39\x36\x57\x36\x68\x64\x55\x71','\x63\x43\x6b\x36\x57\x34\x76\x45\x67\x6d\x6b\x79\x70\x33\x4b','\x35\x52\x45\x6a\x57\x37\x5a\x63\x4b\x76\x46\x64\x56\x6d\x6b\x58\x74\x43\x6b\x43','\x57\x35\x66\x73\x73\x64\x53\x2f\x57\x4f\x6a\x32\x6a\x47','\x70\x67\x71\x76\x43\x61','\x57\x37\x75\x52\x42\x43\x6f\x4d\x46\x43\x6b\x4d\x79\x53\x6b\x38','\x66\x43\x6b\x55\x57\x37\x62\x55\x70\x47','\x70\x53\x6f\x31\x57\x4f\x6c\x64\x50\x48\x65','\x57\x34\x64\x63\x4d\x78\x65','\x57\x51\x74\x64\x49\x62\x4b\x74\x6f\x61','\x41\x38\x6b\x45\x73\x43\x6b\x65\x74\x71','\x57\x34\x43\x2b\x6c\x6d\x6f\x4e','\x57\x37\x61\x44\x57\x52\x57\x43\x46\x71','\x57\x34\x78\x64\x51\x67\x76\x46','\x45\x63\x71\x45\x42\x6d\x6b\x2b\x70\x67\x5a\x64\x4c\x57','\x62\x53\x6b\x57\x66\x59\x71\x59\x6e\x4e\x4b\x67','\x57\x52\x64\x64\x4c\x6d\x6f\x71\x46\x71\x43\x74\x43\x62\x65','\x57\x36\x6d\x55\x57\x4f\x44\x61\x57\x51\x30','\x6f\x49\x65\x49','\x57\x50\x72\x64\x46\x5a\x75\x73','\x57\x37\x4f\x4f\x6c\x6d\x6f\x48','\x6f\x49\x33\x64\x4f\x43\x6b\x66\x57\x35\x44\x73','\x68\x43\x6b\x2f\x75\x63\x71\x4d\x70\x49\x58\x70','\x57\x36\x43\x54\x57\x51\x53\x73','\x57\x34\x4b\x32\x57\x52\x79\x34\x45\x61','\x57\x51\x30\x48\x57\x50\x33\x64\x4d\x57','\x57\x51\x50\x69\x57\x35\x46\x64\x4b\x43\x6f\x39','\x72\x72\x39\x39\x57\x50\x56\x64\x4e\x73\x4f\x45\x69\x47','\x57\x37\x4a\x64\x47\x68\x72\x55\x57\x37\x53','\x57\x52\x65\x35\x57\x50\x37\x63\x48\x57','\x57\x52\x48\x30\x73\x53\x6f\x34\x57\x52\x30','\x66\x6d\x6b\x33\x72\x31\x70\x63\x52\x77\x38\x76\x6a\x57','\x57\x51\x37\x64\x55\x67\x5a\x64\x56\x61','\x57\x51\x61\x4f\x57\x50\x74\x64\x4c\x53\x6b\x4a\x63\x30\x42\x63\x4d\x61','\x57\x51\x4a\x64\x56\x6d\x6b\x33\x57\x4f\x42\x63\x4b\x47','\x57\x50\x6d\x46\x57\x51\x68\x64\x4b\x53\x6b\x39','\x57\x4f\x34\x66\x6a\x47','\x57\x36\x70\x64\x4a\x43\x6f\x44','\x77\x48\x39\x54\x57\x50\x33\x64\x4a\x4a\x34\x73','\x57\x37\x47\x45\x57\x4f\x79\x50\x46\x47','\x57\x52\x6c\x64\x4f\x4d\x37\x63\x4f\x77\x39\x69\x57\x4f\x53','\x57\x4f\x7a\x62\x74\x38\x6b\x4e','\x57\x35\x33\x64\x53\x57\x38\x73\x62\x71','\x57\x35\x30\x70\x66\x53\x6f\x38\x74\x47','\x57\x36\x75\x57\x57\x51\x47\x62','\x44\x53\x6b\x47\x57\x51\x50\x39\x57\x37\x47\x6b\x77\x53\x6f\x4f\x57\x50\x79','\x65\x6d\x6f\x43\x57\x52\x56\x64\x49\x74\x6d','\x57\x35\x30\x2f\x65\x4e\x39\x63\x6c\x61\x53\x66','\x43\x43\x6b\x74\x77\x6d\x6f\x78\x78\x32\x78\x64\x4d\x53\x6f\x2f','\x6a\x38\x6f\x4f\x57\x36\x35\x67\x57\x34\x38\x31\x7a\x47','\x42\x72\x39\x37\x57\x50\x46\x64\x51\x71','\x6b\x59\x52\x63\x4c\x57\x79\x4a\x71\x68\x56\x63\x4e\x71','\x46\x43\x6b\x58\x57\x35\x70\x63\x4a\x57','\x6e\x43\x6f\x54\x57\x50\x56\x64\x53\x63\x6c\x63\x47\x4b\x75','\x65\x43\x6f\x7a\x57\x35\x4c\x39\x57\x37\x47\x74\x77\x61','\x79\x38\x6f\x39\x57\x34\x4a\x63\x4d\x62\x38','\x57\x34\x34\x38\x70\x53\x6b\x4f\x57\x35\x43','\x57\x52\x37\x64\x47\x4e\x33\x63\x54\x57\x54\x41\x71\x59\x34','\x57\x37\x30\x4b\x6d\x53\x6f\x2b\x78\x47','\x57\x51\x65\x4a\x57\x50\x57','\x57\x52\x6d\x64\x57\x51\x33\x64\x49\x53\x6b\x62','\x6c\x59\x69\x38\x77\x53\x6f\x69','\x68\x53\x6f\x52\x78\x64\x48\x49','\x74\x6d\x6b\x37\x57\x37\x33\x64\x47\x38\x6b\x44','\x57\x50\x4a\x64\x47\x65\x56\x63\x4b\x76\x6e\x63\x57\x52\x6c\x63\x4e\x57','\x57\x34\x33\x64\x4a\x4d\x50\x68\x57\x35\x4b','\x76\x62\x76\x36\x57\x4f\x56\x64\x4c\x57','\x6e\x74\x37\x63\x49\x4a\x43\x65\x76\x4e\x46\x63\x53\x57','\x57\x50\x61\x48\x57\x52\x34\x55\x73\x61','\x6a\x72\x56\x63\x47\x62\x34\x69','\x78\x53\x6f\x74\x72\x76\x5a\x63\x4b\x57','\x66\x43\x6b\x59\x57\x52\x43\x59\x45\x71','\x57\x51\x30\x51\x57\x50\x42\x64\x4b\x6d\x6b\x4e\x63\x57','\x57\x37\x6d\x61\x46\x4b\x4b\x67','\x71\x6d\x6b\x34\x43\x38\x6b\x5a\x46\x31\x4a\x63\x56\x43\x6f\x6a','\x57\x34\x4f\x43\x64\x43\x6b\x6d\x57\x36\x65','\x57\x4f\x35\x78\x57\x37\x42\x64\x50\x6d\x6f\x35','\x57\x37\x6d\x49\x45\x6d\x6b\x4b\x45\x38\x6b\x34\x6b\x6d\x6b\x58','\x70\x53\x6b\x73\x57\x36\x69','\x70\x78\x4a\x63\x4d\x59\x75\x61\x42\x6d\x6f\x36\x78\x71','\x57\x35\x58\x6a\x71\x68\x39\x57\x57\x35\x6d','\x57\x4f\x42\x64\x54\x62\x4b\x38\x57\x52\x34','\x57\x52\x46\x64\x56\x75\x43\x54\x57\x36\x6e\x79\x77\x6d\x6b\x41','\x6b\x43\x6b\x77\x57\x36\x54\x56\x6f\x43\x6b\x74\x66\x59\x30','\x57\x34\x74\x63\x4b\x77\x44\x78\x57\x4f\x79','\x62\x43\x6f\x69\x57\x52\x56\x64\x52\x59\x69','\x57\x51\x42\x64\x56\x75\x78\x64\x51\x53\x6b\x35','\x57\x35\x34\x68\x66\x6d\x6f\x30','\x57\x52\x79\x7a\x57\x52\x52\x64\x49\x38\x6b\x33\x42\x47','\x6c\x49\x4a\x63\x47\x5a\x79\x44\x44\x6d\x6f\x2b\x71\x47','\x57\x37\x44\x33\x57\x51\x61\x77\x74\x38\x6f\x6d\x57\x4f\x71\x39','\x74\x43\x6b\x30\x69\x53\x6b\x38\x78\x47','\x57\x50\x4b\x6b\x6c\x63\x66\x34','\x57\x51\x70\x64\x52\x75\x64\x63\x4b\x68\x75','\x57\x50\x68\x64\x53\x43\x6b\x43\x57\x34\x74\x64\x53\x57','\x57\x35\x57\x32\x6c\x6d\x6f\x76\x7a\x61','\x78\x43\x6b\x30\x6b\x53\x6b\x51\x78\x38\x6f\x62','\x57\x51\x5a\x64\x4a\x43\x6b\x65\x57\x50\x56\x63\x4d\x57','\x6e\x38\x6b\x6d\x57\x36\x4c\x4b','\x57\x35\x76\x6f\x76\x65\x64\x63\x4c\x61','\x57\x35\x31\x53\x44\x33\x64\x64\x4c\x53\x6f\x70\x57\x37\x37\x64\x49\x57','\x57\x37\x68\x63\x4e\x38\x6f\x56\x41\x73\x43','\x75\x38\x6f\x6a\x7a\x33\x4a\x63\x4e\x71','\x57\x37\x64\x63\x4d\x6d\x6f\x77\x7a\x47','\x57\x34\x4b\x42\x79\x71','\x57\x34\x31\x47\x7a\x38\x6b\x56\x57\x35\x58\x52\x57\x51\x75\x6b','\x6e\x77\x6d\x44\x43\x6d\x6b\x57\x70\x78\x4a\x63\x4b\x47','\x69\x49\x78\x63\x4b\x47','\x66\x74\x37\x63\x49\x62\x43\x70\x63\x74\x74\x63\x55\x61','\x57\x50\x42\x64\x47\x71\x39\x48\x57\x37\x4a\x64\x47\x6d\x6b\x7a\x57\x35\x6d','\x70\x38\x6f\x58\x57\x52\x34\x46\x66\x71','\x42\x38\x6b\x47\x57\x34\x2f\x64\x4e\x6d\x6b\x35','\x57\x51\x61\x7a\x57\x52\x52\x64\x49\x53\x6b\x50\x44\x43\x6b\x6d','\x57\x37\x65\x59\x63\x6d\x6b\x4d\x70\x38\x6f\x56\x61\x53\x6f\x66','\x6f\x6d\x6b\x68\x57\x36\x6e\x50\x68\x38\x6b\x55\x63\x5a\x30','\x57\x36\x34\x51\x57\x51\x4f\x6f\x73\x38\x6b\x7a\x57\x4f\x38\x51','\x57\x35\x4a\x64\x4c\x4d\x4c\x6a\x57\x37\x53','\x65\x43\x6f\x62\x57\x50\x37\x64\x51\x59\x79','\x74\x43\x6b\x6a\x78\x43\x6b\x48\x74\x71','\x57\x50\x6d\x4a\x64\x53\x6b\x39\x46\x38\x6b\x32\x78\x47'];_0x5e18=function(){return _0x23f82a;};return _0x5e18();}function _0xe82e43(_0x21eebe){const _0x3c443e=_0x2aa4d6,_0x16a0f7={'\x51\x44\x62\x73\x53':function(_0x55b027){return _0x55b027();},'\x78\x66\x4b\x6c\x43':_0x3c443e(0x377,'\x65\x52\x64\x70')+_0x3c443e(0x20b,'\x73\x23\x74\x4b')+_0x3c443e(0x4db,'\x6f\x54\x73\x58')+'\x2e\x6a\x73\x6f\x6e','\x4c\x41\x42\x4f\x4c':_0x3c443e(0x34c,'\x58\x42\x39\x45'),'\x43\x69\x4c\x6a\x78':function(_0x14c587,_0x2b9e35){return _0x14c587!==_0x2b9e35;},'\x77\x41\x4e\x70\x6e':_0x3c443e(0x3cd,'\x47\x4e\x53\x7a'),'\x6e\x48\x79\x6d\x44':function(_0x44d8cb,_0x1fd926){return _0x44d8cb>=_0x1fd926;}};try{if(!Number[_0x3c443e(0x1bd,'\x46\x33\x47\x52')](_0x21eebe))return![];const _0xeefefb=_0x4ad724[_0x3c443e(0x48e,'\x65\x52\x64\x70')](_0x16a0f7['\x51\x44\x62\x73\x53'](_0x1a0696),_0x16a0f7[_0x3c443e(0x4ad,'\x6d\x65\x66\x4f')]);if(!_0x540c1f[_0x3c443e(0x469,'\x5e\x5a\x37\x50')+'\x6e\x63'](_0xeefefb))return![];const _0x59994e=JSON[_0x3c443e(0x346,'\x47\x62\x42\x69')](_0x540c1f['\x72\x65\x61\x64\x46\x69\x6c\x65'+'\x53\x79\x6e\x63'](_0xeefefb,_0x16a0f7[_0x3c443e(0x321,'\x24\x45\x21\x41')])),_0x1411cd=_0x59994e&&_0x59994e['\x6c\x61\x73\x74\x5f\x73\x6f\x6c'+_0x3c443e(0x4a0,'\x5e\x5a\x37\x50')];if(!_0x1411cd||!_0x1411cd[_0x3c443e(0x509,'\x5d\x72\x77\x36')])return![];if(_0x16a0f7[_0x3c443e(0x1cc,'\x46\x6a\x35\x74')](_0x1411cd[_0x3c443e(0x273,'\x70\x53\x63\x6e')][_0x3c443e(0x56c,'\x4d\x51\x71\x6e')],_0x16a0f7[_0x3c443e(0x3af,'\x28\x56\x63\x6c')]))return![];if(_0x1411cd[_0x3c443e(0x584,'\x28\x56\x63\x6c')][_0x3c443e(0x324,'\x58\x25\x6b\x23')+_0x3c443e(0x15e,'\x55\x4a\x23\x77')])return![];const _0x249fbf=Date[_0x3c443e(0x35f,'\x73\x58\x64\x4c')](_0x1411cd['\x61\x74']||0x2503+0xb98*0x2+-0x3c33);return Number[_0x3c443e(0x5f0,'\x5b\x29\x5a\x4c')](_0x249fbf)&&_0x16a0f7[_0x3c443e(0x500,'\x75\x77\x31\x56')](_0x249fbf,_0x21eebe);}catch(_0x5a30b2){return![];}}function _0x51d703(_0x23073d,_0x58fe31,_0x4ac85e){const _0x99cc52=_0x2aa4d6,_0x4a8f0f={};_0x4a8f0f[_0x99cc52(0x21d,'\x6f\x33\x69\x64')]=_0x99cc52(0x24c,'\x6e\x61\x2a\x38'),_0x4a8f0f[_0x99cc52(0x330,'\x37\x62\x40\x36')]=_0x99cc52(0x314,'\x55\x4a\x23\x77'),_0x4a8f0f[_0x99cc52(0x4af,'\x5a\x66\x26\x58')]=_0x99cc52(0x2e6,'\x47\x50\x54\x64')+_0x99cc52(0x5e1,'\x4e\x4e\x6c\x43')+_0x99cc52(0x621,'\x28\x56\x63\x6c')+'\x6c',_0x4a8f0f[_0x99cc52(0x44c,'\x5e\x51\x6d\x4a')]=function(_0x4dc393,_0x3e268b){return _0x4dc393+_0x3e268b;},_0x4a8f0f[_0x99cc52(0x505,'\x6f\x54\x73\x58')]=_0x99cc52(0x25c,'\x21\x62\x64\x68');const _0x4c74a7=_0x4a8f0f;try{if(_0x4c74a7[_0x99cc52(0x358,'\x4f\x24\x74\x63')]===_0x4c74a7['\x74\x67\x68\x49\x4a']){const _0x5a1b0c=_0x1a0696(),_0x13e25f={};_0x13e25f['\x72\x65\x63\x75\x72\x73\x69\x76'+'\x65']=!![];if(!_0x540c1f[_0x99cc52(0x29f,'\x34\x5b\x4d\x30')+'\x6e\x63'](_0x5a1b0c))_0x540c1f[_0x99cc52(0x184,'\x28\x4c\x39\x24')+'\x63'](_0x5a1b0c,_0x13e25f);_0x540c1f[_0x99cc52(0x284,'\x4f\x24\x74\x63')+_0x99cc52(0x560,'\x28\x4c\x39\x24')](_0x4ad724[_0x99cc52(0x3d7,'\x31\x21\x6e\x43')](_0x5a1b0c,_0x4c74a7[_0x99cc52(0x146,'\x66\x62\x46\x36')]),_0x4c74a7[_0x99cc52(0x3a2,'\x47\x4e\x53\x7a')](JSON[_0x99cc52(0x1d0,'\x76\x6d\x31\x4a')+'\x79']({'\x61\x74':new Date()['\x74\x6f\x49\x53\x4f\x53\x74\x72'+_0x99cc52(0x322,'\x75\x77\x31\x56')](),'\x63\x79\x63\x6c\x65':_0x23073d,'\x74\x61\x67':_0x58fe31,'\x72\x65\x61\x73\x6f\x6e':String(_0x4ac85e||'')[_0x99cc52(0x42e,'\x21\x6d\x58\x5a')](0x54f+0x1ea7+0x1*-0x23f6,0x1*0x266e+-0xa1*0x17+-0x1603)}),'\x0a'),_0x4c74a7[_0x99cc52(0x3e4,'\x47\x4e\x53\x7a')]);}else _0x2187b1[_0x99cc52(0x252,'\x5b\x29\x5a\x4c')](-_0x3d4594,eqQHxd[_0x99cc52(0x414,'\x21\x35\x56\x62')]);}catch(_0x452d32){}}const _0x5f039a={'\x63\x6c\x61\x75\x64\x65\x2d\x63\x6f\x64\x65':{'\x64\x65\x6c\x69\x76\x65\x72\x73\x54\x61\x73\x6b\x56\x69\x61':'\x73\x74\x64\x69\x6e','\x62\x75\x69\x6c\x64\x41\x72\x67\x73'({sessionId:_0x4cfd3e,statusFile:_0x391a8c,cycleTag:_0x5404cc,settingsPath:_0x364a10}){const _0x7ca9fb=_0x2aa4d6,_0x26a75d={'\x6b\x50\x48\x41\x4f':_0x7ca9fb(0x3a9,'\x34\x5b\x4d\x30'),'\x75\x47\x75\x68\x61':_0x7ca9fb(0x4f3,'\x23\x77\x50\x58'),'\x59\x63\x68\x59\x4c':_0x7ca9fb(0x2ff,'\x5a\x66\x26\x58')+_0x7ca9fb(0x59d,'\x26\x35\x46\x39')+'\x6a\x73\x20\x73\x6f\x6c\x69\x64'+_0x7ca9fb(0x291,'\x5b\x29\x5a\x4c'),'\x54\x49\x78\x45\x53':_0x7ca9fb(0x295,'\x37\x62\x40\x36')+_0x7ca9fb(0x3bf,'\x66\x62\x46\x36')+'\x29','\x44\x48\x4a\x79\x47':_0x7ca9fb(0x459,'\x34\x5b\x4d\x30')+_0x7ca9fb(0x151,'\x37\x62\x40\x36'),'\x4e\x70\x43\x44\x73':_0x7ca9fb(0x499,'\x6d\x65\x66\x4f')+_0x7ca9fb(0x23c,'\x26\x35\x46\x39'),'\x46\x42\x55\x58\x4c':'\x42\x61\x73\x68\x28\x67\x69\x74'+_0x7ca9fb(0x4e4,'\x5e\x51\x6d\x4a')+'\x73\x65\x2a\x29','\x69\x58\x54\x4d\x75':_0x7ca9fb(0x1a2,'\x46\x6a\x35\x74')+'\x2d\x66\x6f\x72\x6d\x61\x74','\x63\x45\x64\x6e\x52':_0x7ca9fb(0x3c8,'\x5e\x51\x6d\x4a'),'\x46\x79\x73\x44\x72':_0x7ca9fb(0x3f2,'\x4d\x51\x71\x6e')+_0x7ca9fb(0x2bf,'\x6f\x54\x73\x58')+'\x65','\x65\x73\x5a\x70\x4e':_0x7ca9fb(0x507,'\x5a\x66\x26\x58')+_0x7ca9fb(0x55c,'\x46\x6a\x35\x74'),'\x6b\x51\x77\x45\x77':_0x7ca9fb(0x1fd,'\x66\x62\x46\x36')+'\x67\x73','\x52\x53\x46\x73\x78':'\x2d\x2d\x6d\x6f\x64\x65\x6c','\x7a\x7a\x78\x6b\x59':_0x7ca9fb(0x4ee,'\x73\x58\x64\x4c')+'\x6e\x2d\x69\x64','\x56\x68\x59\x54\x41':'\x2d\x2d\x61\x64\x64\x2d\x64\x69'+'\x72','\x57\x54\x4b\x66\x46':function(_0x20342f){return _0x20342f();},'\x54\x52\x59\x4e\x6d':'\x2d\x2d\x6d\x61\x78\x2d\x74\x75'+'\x72\x6e\x73','\x53\x68\x6b\x50\x4c':function(_0x32dbe0,_0x1d6f37){return _0x32dbe0(_0x1d6f37);},'\x69\x63\x70\x7a\x4a':_0x7ca9fb(0x57a,'\x26\x35\x46\x39'),'\x6c\x76\x6c\x4e\x58':'\x2d\x2d\x64\x61\x6e\x67\x65\x72'+_0x7ca9fb(0x5d2,'\x5a\x6b\x50\x43')+_0x7ca9fb(0x57e,'\x5a\x6b\x50\x43')+_0x7ca9fb(0x5df,'\x4f\x24\x74\x63'),'\x4f\x6c\x6a\x55\x6b':_0x7ca9fb(0x2b5,'\x4f\x24\x74\x63')+_0x7ca9fb(0x3b1,'\x72\x63\x30\x29'),'\x69\x63\x6e\x54\x79':function(_0xe29f80,_0x34741b){return _0xe29f80(_0x34741b);}},_0x56b388=[_0x7ca9fb(0x199,'\x21\x35\x56\x62'),_0x7ca9fb(0x13b,'\x28\x56\x63\x6c'),'\x52\x65\x61\x64',_0x26a75d['\x6b\x50\x48\x41\x4f'],_0x26a75d[_0x7ca9fb(0x378,'\x6d\x65\x66\x4f')],_0x26a75d[_0x7ca9fb(0x441,'\x23\x6b\x32\x2a')],_0x26a75d[_0x7ca9fb(0x343,'\x28\x56\x63\x6c')],_0x26a75d[_0x7ca9fb(0x5dc,'\x55\x4a\x23\x77')],_0x26a75d[_0x7ca9fb(0x277,'\x65\x52\x64\x70')],_0x26a75d[_0x7ca9fb(0x196,'\x47\x50\x54\x64')],_0x7ca9fb(0x4c0,'\x70\x53\x63\x6e')+_0x7ca9fb(0x200,'\x5a\x66\x26\x58')+'\x73\x2a\x29'],_0xd9d5dc=['\x2d\x70',_0x26a75d[_0x7ca9fb(0x432,'\x6d\x65\x66\x4f')],_0x26a75d[_0x7ca9fb(0x2f4,'\x75\x32\x50\x50')],_0x26a75d[_0x7ca9fb(0x207,'\x4d\x51\x71\x6e')],_0x26a75d[_0x7ca9fb(0x4ae,'\x21\x62\x64\x68')],_0x26a75d[_0x7ca9fb(0x3ed,'\x5b\x29\x5a\x4c')],_0x364a10,_0x7ca9fb(0x2fe,'\x5b\x29\x5a\x4c')+_0x7ca9fb(0x178,'\x72\x63\x30\x29'),..._0x56b388,_0x26a75d['\x52\x53\x46\x73\x78'],process.env.EVOLVE_HAND_MODEL||_0x7ca9fb(0x516,'\x75\x77\x31\x56'),_0x26a75d['\x7a\x7a\x78\x6b\x59'],_0x4cfd3e,_0x26a75d[_0x7ca9fb(0x236,'\x6d\x65\x66\x4f')],_0x26a75d[_0x7ca9fb(0x49d,'\x37\x62\x40\x36')](_0x270569),_0x26a75d[_0x7ca9fb(0x397,'\x47\x50\x54\x64')],String(process.env.EVOLVE_HAND_MAX_TURNS||0x12*0x1e0+0x1985*0x1+-0x3b09),..._0x26a75d[_0x7ca9fb(0x235,'\x21\x35\x56\x62')](String,process.env.EVOLVE_HAND_DANGEROUS||'')===_0x26a75d[_0x7ca9fb(0x40d,'\x79\x64\x6c\x5a')]?[_0x26a75d[_0x7ca9fb(0x618,'\x37\x62\x40\x36')]]:[]];return{'\x62\x69\x6e':_0x26a75d[_0x7ca9fb(0x61e,'\x75\x32\x50\x50')](_0x9121e6,_0x26a75d[_0x7ca9fb(0x5bc,'\x21\x62\x64\x68')]),'\x61\x72\x67\x73':_0xd9d5dc,'\x65\x6e\x76':{'\x45\x56\x4f\x4c\x56\x45\x5f\x43\x59\x43\x4c\x45\x5f\x54\x41\x47':_0x26a75d[_0x7ca9fb(0x2e8,'\x79\x64\x6c\x5a')](String,_0x5404cc),'\x45\x56\x4f\x4c\x56\x45\x5f\x53\x54\x41\x54\x55\x53\x5f\x46\x49\x4c\x45':_0x391a8c}};}},'\x6f\x70\x65\x6e\x63\x6c\x61\x77':{'\x64\x65\x6c\x69\x76\x65\x72\x73\x54\x61\x73\x6b\x56\x69\x61':_0x2aa4d6(0x2ae,'\x66\x62\x46\x36'),'\x62\x75\x69\x6c\x64\x41\x72\x67\x73'({sessionId:_0x19b10f,statusFile:_0x1c9ec8,cycleTag:_0x384831,taskText:_0x2d9adf}){const _0x21d2fa=_0x2aa4d6,_0x2954d8={'\x6e\x44\x6a\x57\x43':function(_0x367d0f,_0x16c454){return _0x367d0f(_0x16c454);},'\x45\x76\x58\x41\x6e':_0x21d2fa(0x21b,'\x37\x62\x40\x36'),'\x4e\x75\x57\x63\x56':'\x61\x67\x65\x6e\x74','\x51\x78\x73\x54\x77':_0x21d2fa(0x4c3,'\x52\x4f\x4a\x46'),'\x59\x69\x7a\x52\x4d':_0x21d2fa(0x43a,'\x74\x57\x6c\x4c'),'\x6b\x45\x61\x71\x74':_0x21d2fa(0x3cc,'\x55\x4a\x23\x77')+_0x21d2fa(0x209,'\x6e\x61\x2a\x38'),'\x57\x61\x44\x69\x72':_0x21d2fa(0x58d,'\x65\x52\x64\x70'),'\x53\x51\x65\x59\x76':function(_0x2eaf97,_0x5ae89c){return _0x2eaf97(_0x5ae89c);}};return{'\x62\x69\x6e':_0x2954d8[_0x21d2fa(0x182,'\x26\x35\x46\x39')](_0x9121e6,_0x2954d8['\x45\x76\x58\x41\x6e']),'\x61\x72\x67\x73':[_0x2954d8[_0x21d2fa(0x32e,'\x23\x6b\x32\x2a')],_0x2954d8['\x51\x78\x73\x54\x77'],_0x2954d8[_0x21d2fa(0x456,'\x47\x4e\x53\x7a')],_0x2954d8[_0x21d2fa(0x4e8,'\x6e\x61\x2a\x38')],_0x19b10f,'\x2d\x6d',_0x2d9adf,_0x21d2fa(0x3ab,'\x21\x6d\x58\x5a')+'\x74',_0x2954d8[_0x21d2fa(0x1ac,'\x47\x50\x54\x64')]],'\x65\x6e\x76':{'\x45\x56\x4f\x4c\x56\x45\x5f\x43\x59\x43\x4c\x45\x5f\x54\x41\x47':_0x2954d8['\x53\x51\x65\x59\x76'](String,_0x384831),'\x45\x56\x4f\x4c\x56\x45\x5f\x53\x54\x41\x54\x55\x53\x5f\x46\x49\x4c\x45':_0x1c9ec8}};}},'\x63\x6f\x64\x65\x78':{'\x64\x65\x6c\x69\x76\x65\x72\x73\x54\x61\x73\x6b\x56\x69\x61':_0x2aa4d6(0x17a,'\x5b\x29\x5a\x4c'),'\x73\x6f\x6c\x69\x64\x69\x66\x79\x50\x72\x6f\x6f\x66':_0x2aa4d6(0x2da,'\x47\x62\x42\x69'),'\x62\x75\x69\x6c\x64\x41\x72\x67\x73'({statusFile:_0x54c784,cycleTag:_0x2d8154}){const _0x2a57c5=_0x2aa4d6,_0x49687d={'\x45\x4b\x48\x71\x5a':function(_0x8fa6ce,_0x353283){return _0x8fa6ce===_0x353283;},'\x78\x62\x6e\x49\x44':function(_0x36b7f8,_0x39828a){return _0x36b7f8(_0x39828a);},'\x45\x4c\x4a\x68\x47':_0x2a57c5(0x1f2,'\x21\x62\x64\x68')+_0x2a57c5(0x494,'\x28\x56\x63\x6c')+'\x73\x73','\x4e\x76\x61\x77\x48':_0x2a57c5(0x54b,'\x55\x4a\x23\x77')+_0x2a57c5(0x17d,'\x58\x25\x6b\x23'),'\x78\x70\x74\x49\x5a':function(_0x68603a){return _0x68603a();},'\x76\x63\x4c\x79\x67':'\x2d\x2d\x61\x64\x64\x2d\x64\x69'+'\x72','\x41\x4a\x6c\x66\x7a':'\x2d\x2d\x65\x70\x68\x65\x6d\x65'+_0x2a57c5(0x299,'\x28\x4c\x39\x24'),'\x69\x47\x65\x58\x6b':_0x2a57c5(0x11c,'\x52\x4f\x4a\x46')},_0x3d4826=_0x49687d[_0x2a57c5(0x216,'\x6e\x61\x2a\x38')](_0x49687d[_0x2a57c5(0x410,'\x26\x35\x46\x39')](String,process.env.EVOLVE_HAND_DANGEROUS||''),_0x2a57c5(0x50e,'\x23\x77\x50\x58'))?_0x49687d[_0x2a57c5(0x206,'\x74\x57\x6c\x4c')]:_0x49687d[_0x2a57c5(0x276,'\x6b\x56\x32\x38')],_0x1eaf5c=[_0x2a57c5(0x53e,'\x63\x54\x4d\x7a'),'\x2d\x73',_0x3d4826,'\x2d\x63',_0x2a57c5(0x422,'\x4f\x24\x74\x63')+_0x2a57c5(0x464,'\x47\x4e\x53\x7a')+_0x2a57c5(0x4e7,'\x28\x56\x63\x6c'),'\x2d\x43',_0x49687d['\x78\x70\x74\x49\x5a'](_0x270569),_0x49687d[_0x2a57c5(0x1f8,'\x4f\x24\x74\x63')],_0x49687d[_0x2a57c5(0x2cb,'\x28\x56\x63\x6c')](_0x1a0696),_0x2a57c5(0x4de,'\x46\x33\x47\x52')+'\x69\x74\x2d\x72\x65\x70\x6f\x2d'+_0x2a57c5(0x524,'\x47\x62\x42\x69'),_0x49687d[_0x2a57c5(0x2a1,'\x6b\x56\x32\x38')],...process.env.EVOLVE_HAND_MODEL?['\x2d\x6d',process.env.EVOLVE_HAND_MODEL]:[]];return{'\x62\x69\x6e':_0x49687d[_0x2a57c5(0x254,'\x5d\x72\x77\x36')](_0x9121e6,_0x49687d['\x69\x47\x65\x58\x6b']),'\x61\x72\x67\x73':_0x1eaf5c,'\x65\x6e\x76':{'\x45\x56\x4f\x4c\x56\x45\x5f\x43\x59\x43\x4c\x45\x5f\x54\x41\x47':_0x49687d[_0x2a57c5(0x1f5,'\x6e\x61\x2a\x38')](String,_0x2d8154),'\x45\x56\x4f\x4c\x56\x45\x5f\x53\x54\x41\x54\x55\x53\x5f\x46\x49\x4c\x45':_0x54c784}};}},'\x6f\x70\x65\x6e\x63\x6f\x64\x65':{'\x64\x65\x6c\x69\x76\x65\x72\x73\x54\x61\x73\x6b\x56\x69\x61':_0x2aa4d6(0x3ea,'\x28\x56\x63\x6c'),'\x73\x6f\x6c\x69\x64\x69\x66\x79\x50\x72\x6f\x6f\x66':_0x2aa4d6(0x417,'\x24\x45\x21\x41'),'\x62\x75\x69\x6c\x64\x41\x72\x67\x73'({statusFile:_0x319c53,cycleTag:_0x288347,taskText:_0xd88a89}){const _0x188da8=_0x2aa4d6,_0xd6f5cb={'\x78\x6a\x4e\x6e\x4d':'\x72\x75\x6e','\x43\x49\x6a\x73\x6a':_0x188da8(0x320,'\x5b\x29\x5a\x4c'),'\x6f\x4b\x57\x5a\x4c':function(_0x348a0c){return _0x348a0c();},'\x4f\x56\x47\x75\x73':function(_0x5cf142,_0x2d48ef){return _0x5cf142(_0x2d48ef);},'\x6b\x43\x56\x6f\x56':_0x188da8(0x1c7,'\x5e\x51\x6d\x4a')},_0x1cb0b5=[_0xd6f5cb[_0x188da8(0x56b,'\x5e\x5a\x37\x50')],_0x188da8(0x537,'\x75\x77\x31\x56')+_0x188da8(0x175,'\x4e\x4e\x6c\x43')+_0x188da8(0x20f,'\x5a\x66\x26\x58')+_0x188da8(0x488,'\x6f\x54\x73\x58'),_0xd6f5cb[_0x188da8(0x28b,'\x28\x56\x63\x6c')],_0xd6f5cb[_0x188da8(0x54f,'\x21\x6d\x58\x5a')](_0x270569),...process.env.EVOLVE_HAND_MODEL?['\x2d\x6d',process.env.EVOLVE_HAND_MODEL]:[],'\x2d\x2d',_0xd88a89];return{'\x62\x69\x6e':_0xd6f5cb[_0x188da8(0x549,'\x21\x35\x56\x62')](_0x9121e6,_0xd6f5cb[_0x188da8(0x21e,'\x6f\x54\x73\x58')]),'\x61\x72\x67\x73':_0x1cb0b5,'\x65\x6e\x76':{'\x45\x56\x4f\x4c\x56\x45\x5f\x43\x59\x43\x4c\x45\x5f\x54\x41\x47':_0xd6f5cb[_0x188da8(0x32d,'\x6e\x61\x2a\x38')](String,_0x288347),'\x45\x56\x4f\x4c\x56\x45\x5f\x53\x54\x41\x54\x55\x53\x5f\x46\x49\x4c\x45':_0x319c53}};}},'\x63\x6c\x61\x75\x64\x65\x2d\x64\x69\x73\x74\x69\x6c\x6c':{'\x64\x65\x6c\x69\x76\x65\x72\x73\x54\x61\x73\x6b\x56\x69\x61':_0x2aa4d6(0x412,'\x37\x62\x40\x36'),'\x62\x75\x69\x6c\x64\x41\x72\x67\x73'({sessionId:_0x11d4c2}){const _0x5ed565=_0x2aa4d6,_0x30a79a={'\x66\x6a\x64\x62\x72':_0x5ed565(0x167,'\x5a\x66\x26\x58')+_0x5ed565(0x300,'\x6d\x65\x66\x4f'),'\x45\x6c\x62\x63\x6d':_0x5ed565(0x1c0,'\x34\x5b\x4d\x30'),'\x75\x62\x77\x7a\x76':_0x5ed565(0x5d0,'\x46\x33\x47\x52'),'\x51\x6a\x59\x76\x6e':_0x5ed565(0x269,'\x63\x54\x4d\x7a'),'\x6a\x50\x6f\x7a\x43':'\x2d\x2d\x6d\x61\x78\x2d\x74\x75'+_0x5ed565(0x385,'\x4f\x24\x74\x63'),'\x6d\x52\x4a\x44\x47':function(_0x44adba,_0x108739,_0x553535){return _0x44adba(_0x108739,_0x553535);},'\x78\x53\x56\x66\x74':'\x63\x6c\x61\x75\x64\x65\x2d\x63'+_0x5ed565(0x53b,'\x73\x58\x64\x4c')},_0x2e1f66=['\x2d\x70',_0x30a79a['\x66\x6a\x64\x62\x72'],_0x5ed565(0x435,'\x58\x42\x39\x45'),_0x5ed565(0x2dc,'\x28\x56\x63\x6c')+_0x5ed565(0x58c,'\x65\x52\x64\x70')+'\x65',_0x30a79a[_0x5ed565(0x3cb,'\x4d\x51\x71\x6e')],_0x30a79a[_0x5ed565(0x30f,'\x21\x6d\x58\x5a')],process.env.EVOLVE_DISTILL_MODEL||_0x30a79a[_0x5ed565(0x610,'\x5e\x51\x6d\x4a')],_0x5ed565(0x1ba,'\x21\x6d\x58\x5a')+_0x5ed565(0x26c,'\x21\x6d\x58\x5a'),_0x11d4c2,_0x30a79a[_0x5ed565(0x4e3,'\x65\x52\x64\x70')],String(_0x30a79a[_0x5ed565(0x55d,'\x47\x62\x42\x69')](parseInt,process.env.EVOLVE_DISTILL_MAX_TURNS||'\x33',0x2340+-0x546+-0x1df*0x10)||-0x1cd4+-0x827+0x24fe)];return{'\x62\x69\x6e':_0x9121e6(_0x30a79a[_0x5ed565(0x36c,'\x76\x6d\x31\x4a')]),'\x61\x72\x67\x73':_0x2e1f66,'\x65\x6e\x76':{}};}}};async function _0x13e74a(_0x24b9d6={}){const _0xcd4de3=_0x2aa4d6,_0x4cdeef={'\x75\x52\x55\x50\x52':function(_0x17b24a){return _0x17b24a();},'\x57\x67\x70\x6e\x41':_0xcd4de3(0x55b,'\x5b\x29\x5a\x4c')+_0xcd4de3(0x20a,'\x21\x62\x64\x68')+_0xcd4de3(0x232,'\x28\x56\x63\x6c')+_0xcd4de3(0x460,'\x24\x45\x21\x41'),'\x4b\x6e\x61\x51\x59':_0xcd4de3(0x307,'\x31\x21\x6e\x43'),'\x76\x65\x70\x72\x46':function(_0x3d209d,_0x5bd9d5){return _0x3d209d!==_0x5bd9d5;},'\x65\x65\x76\x41\x74':_0xcd4de3(0x154,'\x58\x25\x6b\x23'),'\x63\x74\x41\x44\x46':function(_0x33d4c5,_0x2e06f6){return _0x33d4c5>=_0x2e06f6;},'\x59\x78\x4a\x59\x64':function(_0x598d9b,_0x18c9fe){return _0x598d9b===_0x18c9fe;},'\x42\x45\x44\x64\x4a':_0xcd4de3(0x561,'\x23\x6b\x32\x2a'),'\x49\x62\x64\x6b\x41':function(_0x16eacb,_0x2a5770,_0x1f1509){return _0x16eacb(_0x2a5770,_0x1f1509);},'\x41\x47\x51\x54\x57':function(_0xb70ba1,_0x39e635){return _0xb70ba1+_0x39e635;},'\x48\x74\x72\x6e\x4d':_0xcd4de3(0x476,'\x75\x77\x31\x56'),'\x75\x77\x50\x6b\x6b':_0xcd4de3(0x4f1,'\x79\x64\x6c\x5a')+_0xcd4de3(0x495,'\x23\x77\x50\x58'),'\x57\x42\x4d\x79\x4d':function(_0x36c31c,_0x539bb2){return _0x36c31c===_0x539bb2;},'\x6b\x46\x75\x4d\x4b':function(_0x9491eb,_0x3e7b73){return _0x9491eb(_0x3e7b73);},'\x57\x5a\x69\x5a\x6e':_0xcd4de3(0x12e,'\x6e\x61\x2a\x38'),'\x4b\x62\x59\x78\x41':'\x52\x6c\x62\x6f\x78','\x67\x63\x4f\x4b\x69':_0xcd4de3(0x445,'\x58\x42\x39\x45')+_0xcd4de3(0x420,'\x79\x64\x6c\x5a')+_0xcd4de3(0x261,'\x5a\x66\x26\x58')+_0xcd4de3(0x1f1,'\x52\x4f\x4a\x46')+_0xcd4de3(0x551,'\x31\x21\x6e\x43')+_0xcd4de3(0x125,'\x37\x62\x40\x36')+_0xcd4de3(0x41d,'\x46\x6a\x35\x74')+_0xcd4de3(0x2a0,'\x6f\x33\x69\x64')+_0xcd4de3(0x5b1,'\x5a\x66\x26\x58')+_0xcd4de3(0x1ab,'\x5b\x29\x5a\x4c')+_0xcd4de3(0x27f,'\x58\x77\x74\x51'),'\x53\x59\x43\x5a\x5a':'\x66\x69\x6e\x65\x2d\x67\x72\x61'+_0xcd4de3(0x622,'\x21\x6d\x58\x5a')+_0xcd4de3(0x3c0,'\x4f\x24\x74\x63')+_0xcd4de3(0x187,'\x6f\x33\x69\x64')+_0xcd4de3(0x506,'\x70\x53\x63\x6e')+_0xcd4de3(0x569,'\x63\x54\x4d\x7a')+_0xcd4de3(0x487,'\x21\x62\x64\x68')+_0xcd4de3(0x48d,'\x4f\x24\x74\x63')+_0xcd4de3(0x270,'\x4e\x4e\x6c\x43')+'\x73\x73\x69\x6f\x6e\x73\x2c\x20'+_0xcd4de3(0x1ae,'\x4d\x51\x71\x6e'),'\x76\x55\x49\x68\x50':_0xcd4de3(0x45b,'\x21\x62\x64\x68')+_0xcd4de3(0x56f,'\x4a\x55\x59\x29')+_0xcd4de3(0x2c7,'\x46\x33\x47\x52')+_0xcd4de3(0x596,'\x4e\x4e\x6c\x43')+_0xcd4de3(0x446,'\x72\x63\x30\x29')+_0xcd4de3(0x2d9,'\x5e\x5a\x37\x50')+_0xcd4de3(0x1c4,'\x37\x62\x40\x36')+_0xcd4de3(0x315,'\x70\x53\x63\x6e')+'\x20\x69\x74\x20\x65\x78\x70\x6c'+_0xcd4de3(0x268,'\x4e\x4e\x6c\x43')+_0xcd4de3(0x153,'\x46\x6a\x35\x74')+'\x20','\x57\x61\x6b\x66\x50':'\x74\x68\x61\x74\x20\x74\x68\x65'+_0xcd4de3(0x14c,'\x6f\x54\x73\x58')+_0xcd4de3(0x5de,'\x4e\x4e\x6c\x43')+'\x61\x6e\x20\x72\x75\x6e\x20\x75'+_0xcd4de3(0x2c8,'\x55\x4a\x23\x77')+_0xcd4de3(0x512,'\x5a\x6b\x50\x43')+_0xcd4de3(0x43c,'\x5a\x66\x26\x58')+_0xcd4de3(0x39e,'\x78\x4a\x6b\x5e')+'\x2d\x63\x6f\x64\x65\x2f\x63\x6f'+_0xcd4de3(0x2aa,'\x6f\x54\x73\x58'),'\x6d\x59\x59\x77\x76':_0xcd4de3(0x3e7,'\x79\x64\x6c\x5a'),'\x56\x76\x6d\x61\x6d':function(_0x4eddb5,_0x432441){return _0x4eddb5===_0x432441;},'\x76\x42\x70\x78\x54':_0xcd4de3(0x53c,'\x37\x62\x40\x36'),'\x4f\x53\x6a\x65\x48':function(_0x56d7b0,_0x4b8414){return _0x56d7b0(_0x4b8414);},'\x57\x54\x4f\x6e\x55':function(_0x54fa46,_0x2c44b1,_0x1018bc,_0x595acb,_0x5376a0){return _0x54fa46(_0x2c44b1,_0x1018bc,_0x595acb,_0x5376a0);},'\x70\x69\x77\x47\x56':_0xcd4de3(0x5d1,'\x23\x77\x50\x58'),'\x4a\x43\x50\x58\x6a':function(_0x2aa05a){return _0x2aa05a();},'\x77\x48\x64\x61\x42':_0xcd4de3(0x352,'\x73\x23\x74\x4b'),'\x74\x4c\x6d\x43\x4a':_0xcd4de3(0x191,'\x4d\x51\x71\x6e'),'\x6f\x67\x75\x63\x6a':_0xcd4de3(0x593,'\x6e\x61\x2a\x38'),'\x5a\x4c\x69\x66\x68':_0xcd4de3(0x2b7,'\x21\x6d\x58\x5a')+_0xcd4de3(0x501,'\x28\x56\x63\x6c'),'\x5a\x68\x53\x53\x51':function(_0x339888,_0x33868b){return _0x339888(_0x33868b);},'\x65\x6e\x75\x42\x57':function(_0x3ebe93,_0x17629a){return _0x3ebe93!==_0x17629a;},'\x54\x66\x6c\x66\x42':_0xcd4de3(0x430,'\x4a\x55\x59\x29'),'\x6f\x62\x74\x56\x52':_0xcd4de3(0x38b,'\x55\x4a\x23\x77'),'\x7a\x66\x6d\x76\x4f':_0xcd4de3(0x535,'\x46\x6a\x35\x74'),'\x6b\x7a\x6e\x6c\x6c':_0xcd4de3(0x27c,'\x79\x64\x6c\x5a')+_0xcd4de3(0x563,'\x47\x62\x42\x69'),'\x6d\x73\x4d\x6e\x4f':function(_0x619720,_0x1724f4){return _0x619720>_0x1724f4;},'\x49\x4c\x47\x4d\x7a':function(_0x5e0951,_0x4fe19a,_0x3c2126,_0x2179b5){return _0x5e0951(_0x4fe19a,_0x3c2126,_0x2179b5);},'\x4f\x4e\x56\x70\x73':function(_0x1a91c6,_0x5aac20,_0x2c96a4,_0x1b80e1,_0x1cfbed){return _0x1a91c6(_0x5aac20,_0x2c96a4,_0x1b80e1,_0x1cfbed);},'\x59\x62\x69\x53\x74':_0xcd4de3(0x202,'\x58\x77\x74\x51'),'\x71\x69\x70\x4c\x6c':function(_0x39c256){return _0x39c256();},'\x74\x61\x6c\x49\x64':_0xcd4de3(0x4e0,'\x6e\x61\x2a\x38'),'\x62\x4a\x51\x64\x42':_0xcd4de3(0x303,'\x5e\x5a\x37\x50'),'\x70\x75\x6b\x74\x69':_0xcd4de3(0x4c4,'\x4d\x51\x71\x6e'),'\x61\x71\x5a\x6c\x59':_0xcd4de3(0x279,'\x79\x64\x6c\x5a'),'\x76\x6b\x66\x41\x65':function(_0x29c5de,_0xe43bcf,_0x5db37f,_0x63fb11){return _0x29c5de(_0xe43bcf,_0x5db37f,_0x63fb11);},'\x72\x56\x56\x78\x6f':function(_0x4446a3,_0x763464){return _0x4446a3(_0x763464);},'\x52\x78\x64\x58\x69':function(_0x1d4642,_0x2860c5){return _0x1d4642*_0x2860c5;}},_0x12bf5b=_0x24b9d6[_0xcd4de3(0x2cc,'\x5a\x66\x26\x58')]||_0x4cdeef[_0xcd4de3(0x256,'\x4a\x55\x59\x29')],_0x115cc8=_0x5f039a[_0x12bf5b];if(!_0x115cc8)throw new Error(_0xcd4de3(0x1c3,'\x23\x77\x50\x58')+_0xcd4de3(0x2bd,'\x31\x21\x6e\x43')+_0xcd4de3(0x17f,'\x63\x54\x4d\x7a')+_0xcd4de3(0x42c,'\x4f\x24\x74\x63')+'\x73\x20\x27'+_0x12bf5b+'\x27');if(_0x4cdeef[_0xcd4de3(0x15c,'\x55\x4a\x23\x77')](_0x12bf5b,_0xcd4de3(0x152,'\x75\x32\x50\x50'))&&_0x4cdeef[_0xcd4de3(0x163,'\x75\x77\x31\x56')](_0x4cdeef[_0xcd4de3(0x461,'\x73\x23\x74\x4b')](String,process.env.EVOLVE_OPENCODE_DANGEROUS||'')[_0xcd4de3(0x4e5,'\x63\x54\x4d\x7a')+'\x61\x73\x65'](),_0x4cdeef['\x57\x5a\x69\x5a\x6e'])){if(_0x4cdeef[_0xcd4de3(0x5a0,'\x21\x35\x56\x62')]===_0x4cdeef[_0xcd4de3(0x3f5,'\x76\x6d\x31\x4a')])throw new Error(_0x4cdeef[_0xcd4de3(0x3c2,'\x5e\x5a\x37\x50')](_0x4cdeef['\x41\x47\x51\x54\x57'](_0x4cdeef[_0xcd4de3(0x1b7,'\x79\x64\x6c\x5a')]+_0x4cdeef[_0xcd4de3(0x2ea,'\x73\x23\x74\x4b')],_0x4cdeef[_0xcd4de3(0x598,'\x65\x52\x64\x70')]),_0x4cdeef[_0xcd4de3(0x326,'\x21\x6d\x58\x5a')]));else try{if(!_0x88d932[_0xcd4de3(0x56e,'\x78\x4a\x6b\x5e')](_0x3cb568))return![];const _0x2659b8=_0x4c0252[_0xcd4de3(0x2d7,'\x37\x62\x40\x36')](ZCJCsh[_0xcd4de3(0x134,'\x28\x56\x63\x6c')](_0x226972),ZCJCsh[_0xcd4de3(0x471,'\x75\x77\x31\x56')]);if(!_0x4148dd[_0xcd4de3(0x3d1,'\x79\x64\x6c\x5a')+'\x6e\x63'](_0x2659b8))return![];const _0x1a4814=_0x1076d3[_0xcd4de3(0x2f2,'\x5a\x66\x26\x58')](_0xbc4fad[_0xcd4de3(0x523,'\x63\x54\x4d\x7a')+_0xcd4de3(0x345,'\x21\x62\x64\x68')](_0x2659b8,ZCJCsh[_0xcd4de3(0x52f,'\x34\x5b\x4d\x30')])),_0x343063=_0x1a4814&&_0x1a4814[_0xcd4de3(0x2fd,'\x72\x63\x30\x29')+_0xcd4de3(0x570,'\x46\x6a\x35\x74')];if(!_0x343063||!_0x343063[_0xcd4de3(0x131,'\x4a\x55\x59\x29')])return![];if(ZCJCsh[_0xcd4de3(0x177,'\x78\x4a\x6b\x5e')](_0x343063[_0xcd4de3(0x374,'\x78\x4a\x6b\x5e')][_0xcd4de3(0x317,'\x73\x23\x74\x4b')],ZCJCsh[_0xcd4de3(0x31c,'\x73\x23\x74\x4b')]))return![];if(_0x343063[_0xcd4de3(0x521,'\x26\x35\x46\x39')][_0xcd4de3(0x339,'\x21\x6d\x58\x5a')+_0xcd4de3(0x5b7,'\x23\x77\x50\x58')])return![];const _0x5f5926=_0x23a567[_0xcd4de3(0x334,'\x26\x35\x46\x39')](_0x343063['\x61\x74']||-0x485+-0x1*-0xe98+-0xa13);return _0x20c2e3[_0xcd4de3(0x573,'\x23\x6b\x32\x2a')](_0x5f5926)&&ZCJCsh['\x63\x74\x41\x44\x46'](_0x5f5926,_0x5db397);}catch(_0x187540){return![];}}const _0x540231=_0x24b9d6['\x73\x70\x61\x77\x6e\x46\x6e']||_0x4cdeef[_0xcd4de3(0x19b,'\x6f\x54\x73\x58')](require,_0xcd4de3(0x5a8,'\x5e\x51\x6d\x4a')+_0xcd4de3(0x3dd,'\x46\x6a\x35\x74'))[_0xcd4de3(0x32a,'\x31\x21\x6e\x43')],_0x2b32a8=_0x24b9d6[_0xcd4de3(0x173,'\x28\x56\x63\x6c')]?-0x40*0x6b+-0x6*0x283+0x29d3:_0x4cdeef[_0xcd4de3(0x5c3,'\x4e\x4e\x6c\x43')](Number,_0x24b9d6['\x6d\x61\x78\x43\x79\x63\x6c\x65'+'\x73'])||-0xc32*0x3+0x3e*-0x99+0x49a4,_0x2dca17=_0x4cdeef[_0xcd4de3(0x26d,'\x5b\x29\x5a\x4c')](_0x270569),_0x286814=_0x4cdeef[_0xcd4de3(0x287,'\x55\x4a\x23\x77')](parseInt,process.env.EVOLVE_HAND_MAX_RETRIES||'\x33',-0x10ee+-0x106b+0x2163)||0x19ee+-0x1*0x93e+-0x10ad,_0x336962=(parseInt(process.env.EVOLVE_HAND_RETRY_BACKOFF_SECONDS||'\x31\x35',-0xc*0x1b0+0x2*-0xc8f+0x2d68)||0xe2b+-0x521+-0xd1*0xb)*(0x1a6*-0xc+0x1*0x6d6+0x10da),_0x54f2e8=_0x4cdeef[_0xcd4de3(0x5fb,'\x6f\x33\x69\x64')](_0x12bf5b,_0x4cdeef[_0xcd4de3(0x274,'\x26\x35\x46\x39')])?_0x4cdeef[_0xcd4de3(0x2de,'\x47\x50\x54\x64')](_0x321bbe):null;let _0x2f516a=-0x127c+0x12bf+-0x43,_0x55e965=_0x4cdeef[_0xcd4de3(0x3a6,'\x5e\x51\x6d\x4a')];while(_0x4cdeef[_0xcd4de3(0x2ad,'\x21\x6d\x58\x5a')](_0x2b32a8,-0x21e0+0x14a0+0x8*0x1a8)||_0x2f516a<_0x2b32a8){if(_0xcd4de3(0x52b,'\x6f\x54\x73\x58')!==_0x4cdeef[_0xcd4de3(0x3df,'\x28\x56\x63\x6c')]){_0x2f516a++;const _0x266c55=Date[_0xcd4de3(0x271,'\x5e\x5a\x37\x50')](),_0xca1027=_0x4cdeef[_0xcd4de3(0x434,'\x76\x6d\x31\x4a')](String,_0x2f516a)[_0xcd4de3(0x275,'\x65\x52\x64\x70')](-0x1b81+0x18e6*-0x1+-0x1b*-0x1f1,'\x30'),_0x422420=_0x4ad724[_0xcd4de3(0x5f6,'\x66\x62\x46\x36')](_0x1a0696(),_0xcd4de3(0x546,'\x23\x77\x50\x58')+_0xca1027),_0x200a9d=await _0x4cdeef['\x57\x54\x4f\x6e\x55'](_0x347e2d,_0x540231,_0xcd4de3(0x4f8,'\x37\x62\x40\x36'),[_0xdbc67a,_0x4cdeef['\x70\x69\x77\x47\x56']],{'\x65\x6e\x76':{...process.env,'\x45\x56\x4f\x4c\x56\x45\x5f\x42\x52\x49\x44\x47\x45':_0x4cdeef['\x57\x5a\x69\x5a\x6e']},'\x73\x74\x64\x69\x6e\x54\x65\x78\x74':null,'\x63\x77\x64':_0x2dca17,'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x4cdeef['\x4a\x43\x50\x58\x6a'](_0x4a0cb2),'\x6c\x61\x62\x65\x6c':'\x42\x72\x61\x69\x6e','\x62\x75\x66\x66\x65\x72\x4d\x6f\x64\x65':_0x4cdeef[_0xcd4de3(0x1ca,'\x4d\x51\x71\x6e')]});if(_0x200a9d[_0xcd4de3(0x1e2,'\x65\x52\x64\x70')]){if(_0x4cdeef[_0xcd4de3(0x517,'\x72\x63\x30\x29')]===_0x4cdeef[_0xcd4de3(0x1be,'\x58\x25\x6b\x23')]){if(!_0xc87547||!_0x326c5f[_0xcd4de3(0x567,'\x5a\x6b\x50\x43')+'\x6e\x63'](_0x8af8e3))return null;try{const _0x49ef44=_0x120408[_0xcd4de3(0x3a4,'\x5d\x72\x77\x36')](_0x24f6db[_0xcd4de3(0x529,'\x46\x33\x47\x52')+_0xcd4de3(0x2fb,'\x74\x57\x6c\x4c')](_0x13a2cb,_0xcd4de3(0x5a1,'\x75\x77\x31\x56')));if(_0x49ef44&&_0x49ef44[_0xcd4de3(0x514,'\x70\x53\x63\x6e')]===ZCJCsh[_0xcd4de3(0x3b7,'\x79\x64\x6c\x5a')])return ZCJCsh[_0xcd4de3(0x4a2,'\x28\x4c\x39\x24')];if(_0x49ef44&&ZCJCsh[_0xcd4de3(0x5fb,'\x6f\x33\x69\x64')](_0x49ef44[_0xcd4de3(0x42b,'\x4e\x4e\x6c\x43')],ZCJCsh[_0xcd4de3(0x1d6,'\x47\x62\x42\x69')]))return ZCJCsh[_0xcd4de3(0x607,'\x28\x56\x63\x6c')];return'\x69\x6e\x76\x61\x6c\x69\x64';}catch(_0x2c4802){return _0xcd4de3(0x4ec,'\x5b\x29\x5a\x4c');}}else{_0x55e965=_0x4cdeef[_0xcd4de3(0x3b9,'\x65\x52\x64\x70')],_0x51d703(_0xca1027,_0x4cdeef[_0xcd4de3(0x447,'\x21\x35\x56\x62')],_0x200a9d[_0xcd4de3(0x1df,'\x5b\x29\x5a\x4c')+'\x6f\x72']||'');if(_0x24b9d6[_0xcd4de3(0x539,'\x4e\x4e\x6c\x43')])break;await _0x4cdeef['\x5a\x68\x53\x53\x51'](_0x540ccd,_0x4e9edd());continue;}}if(_0x4cdeef[_0xcd4de3(0x5cd,'\x75\x32\x50\x50')](_0x200a9d[_0xcd4de3(0x3ff,'\x28\x56\x63\x6c')],0x1*0x42b+-0x943*0x1+-0x8*-0xa3)){_0x55e965=_0xcd4de3(0x550,'\x24\x45\x21\x41')+_0xcd4de3(0x2ee,'\x28\x4c\x39\x24'),_0x51d703(_0xca1027,_0xcd4de3(0x579,'\x47\x62\x42\x69')+_0xcd4de3(0x3ec,'\x6f\x33\x69\x64'),_0x200a9d['\x73\x70\x61\x77\x6e\x45\x72\x72'+'\x6f\x72']||_0xcd4de3(0x2e5,'\x72\x63\x30\x29')+_0x200a9d['\x63\x6f\x64\x65']);if(_0x24b9d6[_0xcd4de3(0x386,'\x21\x62\x64\x68')])break;await _0x4cdeef[_0xcd4de3(0x383,'\x74\x57\x6c\x4c')](_0x540ccd,_0x4cdeef[_0xcd4de3(0x60c,'\x65\x52\x64\x70')](_0x4e9edd));continue;}const _0x2f8859=_0x4cdeef[_0xcd4de3(0x17c,'\x79\x64\x6c\x5a')](_0x402834,_0x200a9d[_0xcd4de3(0x5a7,'\x78\x4a\x6b\x5e')]);if(!_0x2f8859||!_0x2f8859[_0xcd4de3(0x218,'\x4e\x4e\x6c\x43')]){if(_0x4cdeef[_0xcd4de3(0x13e,'\x66\x62\x46\x36')](_0x4cdeef[_0xcd4de3(0x4fc,'\x5d\x72\x77\x36')],_0x4cdeef[_0xcd4de3(0x164,'\x6e\x61\x2a\x38')])){_0x55e965=_0x4cdeef[_0xcd4de3(0x5eb,'\x55\x4a\x23\x77')];if(_0x24b9d6[_0xcd4de3(0x611,'\x70\x53\x63\x6e')])break;await _0x540ccd(_0x4cdeef[_0xcd4de3(0x436,'\x73\x58\x64\x4c')](_0x4e9edd));continue;}else{_0x29210c=ZCJCsh['\x49\x62\x64\x6b\x41'](_0x2ac66e,_0x5e9d9c,_0x47571b[_0xcd4de3(0x5d7,'\x21\x62\x64\x68')]());if(_0x2801bb)_0x490062[_0xcd4de3(0x19d,'\x5e\x51\x6d\x4a')][_0xcd4de3(0x33b,'\x47\x50\x54\x64')](ZCJCsh[_0xcd4de3(0x171,'\x21\x62\x64\x68')](_0x5781c2,_0x1ac4df));}}const _0xde39cc=_0x2f8859[_0xcd4de3(0x1c2,'\x6f\x33\x69\x64')];let _0x5c688d=![],_0x8297d7=_0x4cdeef['\x6b\x7a\x6e\x6c\x6c'];for(let _0x3e063f=0xe8*-0xe+0x1*0x2181+-0x6*0x378;_0x3e063f<=_0x286814&&!_0x5c688d;_0x3e063f++){const _0x200570=Date[_0xcd4de3(0x306,'\x75\x77\x31\x56')](),_0x5d6368=_0x422420+'\x5f'+_0x3e063f+_0xcd4de3(0x4ed,'\x6d\x65\x66\x4f');try{if(_0x540c1f[_0xcd4de3(0x281,'\x28\x56\x63\x6c')+'\x6e\x63'](_0x5d6368))_0x540c1f[_0xcd4de3(0x4a5,'\x21\x35\x56\x62')+'\x6e\x63'](_0x5d6368);}catch(_0x44ce6b){}const _0x599eb0=_0x4cdeef[_0xcd4de3(0x21a,'\x72\x63\x30\x29')](_0x3e063f,-0x1*0x254+-0x936+0xb8b)?_0xcd4de3(0x355,'\x23\x6b\x32\x2a')+_0x3e063f+'\x2f'+_0x286814+(_0xcd4de3(0x1d1,'\x75\x77\x31\x56')+_0xcd4de3(0x55a,'\x4d\x51\x71\x6e')+_0xcd4de3(0x36e,'\x5e\x51\x6d\x4a')+_0xcd4de3(0x45f,'\x6f\x54\x73\x58')+_0xcd4de3(0x43d,'\x31\x21\x6e\x43')+_0xcd4de3(0x39a,'\x73\x23\x74\x4b')+_0xcd4de3(0x4b3,'\x5a\x66\x26\x58')+_0xcd4de3(0x357,'\x28\x56\x63\x6c')+_0xcd4de3(0x122,'\x75\x77\x31\x56')+'\x6e\x6f\x64\x65\x20\x69\x6e\x64'+'\x65\x78\x2e\x6a\x73\x20\x73\x6f'+'\x6c\x69\x64\x69\x66\x79\x60\x20'+_0xcd4de3(0x2c0,'\x73\x58\x64\x4c')+_0xcd4de3(0x259,'\x6e\x61\x2a\x38')+'\x61\x74\x75\x73\x20\x4a\x53\x4f'+_0xcd4de3(0x4b5,'\x75\x77\x31\x56')):'',_0x47b13=_0x4cdeef['\x49\x4c\x47\x4d\x7a'](_0x395e0a,_0x4cdeef[_0xcd4de3(0x5ab,'\x6f\x54\x73\x58')](_0xde39cc,_0x599eb0),_0x5d6368,_0xca1027);try{_0x540c1f['\x77\x72\x69\x74\x65\x46\x69\x6c'+_0xcd4de3(0x308,'\x26\x35\x46\x39')](_0x422420+'\x5f'+_0x3e063f+(_0xcd4de3(0x371,'\x63\x54\x4d\x7a')+'\x74'),_0x47b13);}catch(_0x168c48){}const _0x500598=_0x12bf5b===_0x4cdeef[_0xcd4de3(0x61d,'\x21\x6d\x58\x5a')]?_0x4f7f69[_0xcd4de3(0x547,'\x46\x33\x47\x52')+'\x49\x44']():_0xcd4de3(0x557,'\x73\x23\x74\x4b')+_0xcd4de3(0x3fe,'\x6d\x65\x66\x4f')+_0xca1027+'\x5f'+Date[_0xcd4de3(0x474,'\x70\x53\x63\x6e')]()+'\x5f'+_0x3e063f,_0x181ac5={};_0x181ac5[_0xcd4de3(0x139,'\x47\x4e\x53\x7a')+'\x64']=_0x500598,_0x181ac5[_0xcd4de3(0x491,'\x23\x6b\x32\x2a')+'\x6c\x65']=_0x5d6368,_0x181ac5[_0xcd4de3(0x31b,'\x76\x6d\x31\x4a')]=_0xca1027,_0x181ac5[_0xcd4de3(0x38d,'\x46\x33\x47\x52')+_0xcd4de3(0x253,'\x58\x77\x74\x51')]=_0x54f2e8,_0x181ac5[_0xcd4de3(0x58e,'\x28\x56\x63\x6c')]=_0x47b13;const _0xf57aa9=_0x115cc8[_0xcd4de3(0x5a6,'\x34\x5b\x4d\x30')+'\x73'](_0x181ac5),_0xf053af=await _0x4cdeef[_0xcd4de3(0x41f,'\x5b\x29\x5a\x4c')](_0x347e2d,_0x540231,_0xf57aa9['\x62\x69\x6e'],_0xf57aa9[_0xcd4de3(0x1da,'\x31\x21\x6e\x43')],{'\x65\x6e\x76':{...process.env,..._0xf57aa9['\x65\x6e\x76']},'\x73\x74\x64\x69\x6e\x54\x65\x78\x74':_0x4cdeef['\x57\x42\x4d\x79\x4d'](_0x115cc8[_0xcd4de3(0x3f4,'\x6f\x33\x69\x64')+'\x54\x61\x73\x6b\x56\x69\x61'],_0x4cdeef[_0xcd4de3(0x4e1,'\x21\x35\x56\x62')])?_0x47b13:null,'\x63\x77\x64':_0x2dca17,'\x74\x69\x6d\x65\x6f\x75\x74\x4d\x73':_0x4cdeef[_0xcd4de3(0x2d2,'\x75\x77\x31\x56')](_0x57193c),'\x6c\x61\x62\x65\x6c':_0x4cdeef[_0xcd4de3(0x457,'\x65\x52\x64\x70')],'\x62\x75\x66\x66\x65\x72\x4d\x6f\x64\x65':_0x4cdeef['\x62\x4a\x51\x64\x42']}),_0x7bf096=_0x4cdeef[_0xcd4de3(0x225,'\x23\x77\x50\x58')](_0x396e5c,{'\x72':_0xf053af,'\x73\x74\x61\x74\x75\x73\x46\x69\x6c\x65':_0x5d6368,'\x63\x79\x63\x6c\x65\x53\x74\x61\x72\x74\x4d\x73':_0x266c55,'\x61\x74\x74\x65\x6d\x70\x74\x53\x74\x61\x72\x74\x4d\x73':_0x200570,'\x73\x6f\x6c\x69\x64\x69\x66\x79\x50\x72\x6f\x6f\x66':_0x115cc8['\x73\x6f\x6c\x69\x64\x69\x66\x79'+_0xcd4de3(0x57d,'\x21\x35\x56\x62')]||_0x4cdeef[_0xcd4de3(0x472,'\x21\x35\x56\x62')]});if(_0x7bf096['\x6f\x6b']){if(_0x4cdeef[_0xcd4de3(0x4c1,'\x73\x58\x64\x4c')](_0x4cdeef['\x61\x71\x5a\x6c\x59'],_0x4cdeef['\x61\x71\x5a\x6c\x59']))_0x855ef0[_0xcd4de3(0x27a,'\x76\x6d\x31\x4a')+_0xcd4de3(0x47a,'\x21\x6d\x58\x5a')](_0x27eeb7+'\x5f'+_0x53176e+(_0xcd4de3(0x19f,'\x73\x23\x74\x4b')+'\x74'),_0xddb76b);else{_0x5c688d=!![],_0x8297d7=_0x4cdeef[_0xcd4de3(0x5d9,'\x21\x35\x56\x62')];break;}}_0x4cdeef[_0xcd4de3(0x189,'\x21\x35\x56\x62')](_0x51d703,_0xca1027,'\x68\x61\x6e\x64\x5f\x61\x74\x74'+'\x65\x6d\x70\x74\x5f'+_0x3e063f+'\x5f'+_0x7bf096[_0xcd4de3(0x2e0,'\x34\x5b\x4d\x30')],_0x7bf096[_0xcd4de3(0x54c,'\x31\x21\x6e\x43')]);if(_0x3e063f<_0x286814)await _0x4cdeef['\x72\x56\x56\x78\x6f'](_0x540ccd,_0x4cdeef[_0xcd4de3(0x3fd,'\x47\x62\x42\x69')](_0x336962,_0x3e063f));}_0x55e965=_0x8297d7;if(_0x24b9d6[_0xcd4de3(0x1db,'\x21\x35\x56\x62')])break;}else _0x3a7f06[_0xcd4de3(0x42a,'\x6d\x65\x66\x4f')](ZCJCsh[_0xcd4de3(0x127,'\x21\x6d\x58\x5a')]);}const _0xe14994={};return _0xe14994[_0xcd4de3(0x493,'\x23\x77\x50\x58')]=_0x2f516a,_0xe14994[_0xcd4de3(0x194,'\x4e\x4e\x6c\x43')+_0xcd4de3(0x238,'\x21\x62\x64\x68')]=_0x55e965,_0xe14994;}const _0x514de9={};_0x514de9[_0x2aa4d6(0x576,'\x4f\x24\x74\x63')+_0x2aa4d6(0x143,'\x4a\x55\x59\x29')+'\x6d']=_0x8783f3;const _0x4b5a33={};_0x4b5a33[_0x2aa4d6(0x416,'\x75\x77\x31\x56')+_0x2aa4d6(0x231,'\x66\x62\x46\x36')]=_0x13e74a,_0x4b5a33['\x72\x65\x73\x6f\x6c\x76\x65\x42'+'\x69\x6e']=_0x9121e6,_0x4b5a33[_0x2aa4d6(0x4c2,'\x52\x4f\x4a\x46')+_0x2aa4d6(0x54a,'\x37\x62\x40\x36')+'\x74\x65']=_0x396e5c,_0x4b5a33[_0x2aa4d6(0x360,'\x72\x63\x30\x29')+'\x70\x65\x64\x53\x65\x74\x74\x69'+'\x6e\x67\x73']=_0x321bbe,_0x4b5a33[_0x2aa4d6(0x35a,'\x75\x77\x31\x56')+_0x2aa4d6(0x582,'\x52\x4f\x4a\x46')+_0x2aa4d6(0x363,'\x73\x23\x74\x4b')]=_0x395e0a,_0x4b5a33[_0x2aa4d6(0x3b0,'\x55\x4a\x23\x77')+'\x43\x6c\x61\x75\x64\x65\x52\x65'+_0x2aa4d6(0x5fe,'\x58\x42\x39\x45')]=_0x525066,_0x4b5a33[_0x2aa4d6(0x392,'\x21\x6d\x58\x5a')]=_0x347e2d,_0x4b5a33[_0x2aa4d6(0x2a4,'\x4e\x4e\x6c\x43')]=_0x5f039a,_0x4b5a33[_0x2aa4d6(0x4ea,'\x37\x62\x40\x36')]=_0x514de9,module[_0x2aa4d6(0x404,'\x23\x77\x50\x58')]=_0x4b5a33;
|