<%- include('partials/header') %>
<div style="display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center">
  <div style="font-size:80px;font-weight:800;color:var(--border);font-family:var(--mono);line-height:1">404</div>
  <h2 style="font-size:20px;font-weight:700;margin:16px 0 8px">Page not found</h2>
  <p class="muted" style="margin-bottom:24px">The page you are looking for doesn't exist.</p>
  <a href="/dashboard" class="btn btn-primary"><i class="fa fa-home"></i> Back to Dashboard</a>
</div>
<%- include('partials/footer') %>
