<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Server Error</title>
  <link rel="stylesheet" href="<%= base %>/public/css/style.css">
</head>
<body>
<div style="min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;">
  <div>
    <div style="font-family:'DM Serif Display',serif;font-size:6rem;color:var(--danger);line-height:1;">500</div>
    <h2 style="margin-bottom:0.75rem;">Something Went Wrong</h2>
    <p style="color:var(--text-muted);margin-bottom:2rem;">An unexpected error occurred. Please try again.</p>
    <a href="<%= base %>/" class="btn btn-navy">Back to Home</a>
  </div>
</div>
</body>
</html>
