The Pre-Trip Logbook

"Check your air lines. Count the leaks."

I. THE PRESSURE TEST (Air & Seals)

II. THE CAB (Internal Checks)

III. THE CARGO (External Drains)

IV. THE FINAL INSPECTION (Authority)

Connect With The Diner

function runCommercialDiagnostic() { const checks = document.querySelectorAll('.c-hiss-check'); let score = 0; checks.forEach(check => { if(check.checked) score++; }); const report = document.getElementById('c-report'); const statusText = document.getElementById('c-status-text'); const hissText = document.getElementById('c-hiss-count'); const gaugeFill = document.getElementById('c-gauge-fill'); const recText = document.getElementById('c-recommendation'); report.style.display = 'block'; hissText.innerText = score + " / 12 HISSES"; gaugeFill.style.width = (score / 12 * 100) + "%"; if (score <= 4) { statusText.innerText = "System Stable"; statusText.style.color = "#4CAF50"; gaugeFill.style.backgroundColor = "#4CAF50"; recText.innerText = "Your engine is mostly clear. Your mental seals are holding. You are maintaining full sovereignty over your rig."; } else if (score <= 8) { statusText.innerText = "Algorithm Active"; statusText.style.color = "#e67e5f"; gaugeFill.style.backgroundColor = "#e67e5f"; recText.innerText = "Significant drop in pressure. The Algorithm is influencing your route. It's time to pull the hood and check your connections."; } else { statusText.innerText = "Critical Failure"; statusText.style.color = "#d32f2f"; gaugeFill.style.backgroundColor = "#d32f2f"; recText.innerText = "Sidelined by the Invisible Grip. Your Internalized Jailer is in control. Stop the rig and re-enter the classroom immediately."; } report.scrollIntoView({ behavior: 'smooth' }); }

Interdum penatibus diam libero tempor consequat.