<!doctype html>
<html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>404 Not Found</title>
<style>body{font-family:system-ui;margin:0;display:grid;place-items:center;min-height:100vh;background:#0b1020;color:#eaf0ff}
.card{background:#0f1630;border:1px solid #121a2e;border-radius:16px;padding:34px;max-width:560px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.35)}
h1{margin:0 0 10px 0;font-size:28px}p{color:#aab6d3}a{color:#9ddcff}</style></head>
<body><div class="card"><h1>404 — Page not found</h1><p>Try the homepage.</p><p><a href="/">Go to Homepage</a></p></div></body></html>