<!DOCTYPE html>
<html lang="fa" dir="rtl">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/png" href="/images/Project.png" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>تعاونی مسکن آزاد ساز</title>

    <!-- اسکریپت شناسایی آنی تم پیش از اجرای ری‌اکت -->
    <script>
      (function () {
        const savedTheme = localStorage.getItem('theme');
        if (
          savedTheme === 'dark' ||
          (!savedTheme && window.matchMedia('(prefers-color-scheme: dark)').matches)
        ) {
          document.documentElement.classList.add('dark');
        } else {
          document.documentElement.classList.remove('dark');
        }
      })();
    </script>
    <script type="module" crossorigin src="/assets/index-C_SwC6pb.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-CyMOBX7I.css">
  <link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
  <body class="bg-slate-50 dark:bg-maskan-background text-slate-800 dark:text-slate-100 min-h-screen transition-colors duration-300">
    <div id="root"></div>
  </body>
</html>