<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Something Went Wrong</title>
  <style>
    body {
      font-family: system-ui, sans-serif;
      background: #f8f9fa;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
    }

    .card {
      background: white;
      border-radius: 12px;
      padding: 2rem 2.5rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      max-width: 480px;
      width: 100%;
      text-align: center;
    }

    h1 {
      font-size: 1.5rem;
      margin-bottom: 1rem;
      color: #5bc0de;
    }

    p {
      font-size: 1rem;
      color: #333;
      margin-bottom: 1.5rem;
    }

    .hint {
      font-size: 0.9rem;
      color: #666;
    }
  </style>
</head>
<body>
<div class="card">
  <h1>Something Went Wrong</h1>
  <p>We couldn’t complete your request.</p>
  <p class="hint">
    Please share this information with support:<br>
    <strong>ID:</strong> <span>ab2759d7-7a05-464a-8765-6ecbe7912a00</span><br>
    <strong>Time:</strong> <span>2026-04-03T22:07:25.468278Z</span>
  </p>
</div>
</body>
</html>
