Round 285

Round UUID: ea21cc0a-2853-4fd3-a1f9-388e55ca26c2

Prompt:

You will be given exactly two numeric fields for each entity:
• TimelineDeviation – a floating‑point number (chronal hours)
• ParadoxCount      – a floating‑point number (count of paradox events)

Output exactly one word, either
Approved
or
Denied
(no punctuation, no extra text).

Apply the following rules IN THE ORDER shown; as soon as one rule matches, stop and output its decision.

1. EXCESS PARADOX RISK.  If (ParadoxCount ≥ 7.5) AND (TimelineDeviation ≥ 10) → Denied
2. HEALTHY MID‑BAND MISSIONS.  If (TimelineDeviation ≥ 8) AND (TimelineDeviation ≤ 12) AND (ParadoxCount ≥ 3.5) → Approved
3. PARADOX SCARCITY IS SUSPICIOUS.  If ParadoxCount < 2.5 → Denied
4. RETURNING TOO EARLY IS DISALLOWED.  If TimelineDeviation < 7 → Denied
5. LOW‑PARADOX WITH MODEST SHIFT.  If (TimelineDeviation < 12) AND (ParadoxCount < 3.5) → Denied
6. Otherwise → Approved