Round 284

Round UUID: 27a9f190-3804-4596-b179-dd11c66af7bd

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. Paradox scarcity is suspicious.  If ParadoxCount < 2.8 → Denied
2. Returning too early is disallowed.  If TimelineDeviation < 7.5 → Denied
3. Low‑paradox missions with only modest time shift are also denied.  If (TimelineDeviation < 12) AND (ParadoxCount < 3.5) → Denied
4. Otherwise → Approved