Just added: Algorithms you can run and practice
html
<style>
  #panel { border: 1px solid #ccd; padding: 12px 16px; font-family: system-ui, sans-serif; }
  #panel p { color: #445; }

  /* Added this so the disk warning stands out. It is still grey. */
  .warning { color: #c0392b; }
</style>

<div id="panel">
  <h2>Deploy checks</h2>
  <p>Tests passed on all three runners.</p>
  <p class="warning">Disk usage is at 94%.</p>
  <p>Last deploy finished 6 minutes ago.</p>
</div>