<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>satyarishi.ai - Work in Progress</title>

    <style>

        body {

            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

            background-color: #f3f4f6;

            color: #374151;

            display: flex;

            justify-content: center;

            align-items: center;

            height: 100vh;

            margin: 0;

            text-align: center;

        }

        .container {

            max-width: 600px;

            padding: 2rem;

            background-color: #ffffff;

            border-radius: 0.5rem;

            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

        }

        h1 {

            font-size: 2.25rem;

            font-weight: 600;

            color: #111827;

        }

        p {

            font-size: 1.125rem;

            margin-top: 1rem;

        }

        .footer {

            margin-top: 2rem;

            font-size: 0.875rem;

            color: #6b7280;

        }

    </style>

</head>

<body>

    <div class="container">

        <h1>satyarishi.ai is under construction</h1>

        <p>We are working hard to bring you something amazing. Stay tuned!</p>

        <div class="footer">

            <p>&copy; 2025 satyarishi.ai</p>

        </div>

    </div>

</body>

</html>