<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>404 • Abysse</title>
  <style>
    body{margin:0;display:grid;place-items:center;height:100vh;background:#070a0a;color:#b8ffe6;font:16px/1.6 monospace}
    .card{border:1px solid rgba(0,255,156,.3);border-radius:16px;padding:1.25rem;max-width:600px;text-align:center}
    a{color:#7dd3bd;text-decoration:none}
    a:hover{color:#00ff9c}
  </style>
</head>
<body>
  <div class="card">
    <h1>Lost signal (404)</h1>
    <p>The resource you requested sank beneath the Abysse.</p>
    <p><a href="/">Return to the access node</a></p>
  </div>
</body>
</html>

