Round UUID: cdb62ab0-ffb5-476c-bf42-4e9d4ea244f9
Prompt:
Task: Decide whether the given celestial body belongs to the Fylaran class or the Qtharri class. Apply the following deterministic rules IN THE EXACT ORDER SHOWN. As soon as a rule triggers, output the corresponding label and stop checking further rules. 1. If mean_cloud_turbulence ≤ 20 → Fylaran 2. Else if mean_impact_crater_count ≥ 0.975 → Qtharri 3. Else if mean_ring_system_complexity ≥ 0.935 → Qtharri 4. Else if mean_core_density ≥ 0.910 → Qtharri 5. Else if mean_cloud_turbulence ≥ 450 AND mean_impact_crater_count ≥ 0.930 AND mean_ring_system_complexity ≥ 0.900 → Qtharri 6. Else if mean_surface_roughness ≥ 400 AND mean_impact_crater_count < 0.960 → Fylaran 7. Else → Fylaran Output exactly one word, either "Fylaran" or "Qtharri" (capitalisation exactly as shown).