<div class="flex flex-col items-center justify-center min-h-[60vh]">
  <h1 class="text-6xl font-bold text-white/10 mb-4">500</h1>
  <p class="text-gray-500 mb-6">Internal server error</p>
  <a href="/" class="text-accent/70 hover:text-accent transition">Back to home</a>
</div>
