<!DOCTYPE html>
<html>
<head>
    <title>Login</title>
    <style>
        *{margin:0;padding:0;box-sizing:border-box}
        body{
            height:100vh;
            display:flex;
            justify-content:center;
            align-items:center;
            background:#0a0a0f;
            font-family:Segoe UI,sans-serif;
            perspective:800px;
            overflow:hidden;
            position:relative
        }
        #matrix{
            position:fixed;
            top:0;left:0;
            width:100%;height:100%;
            z-index:0;
            opacity:.12
        }
        .box{
            position:relative;
            z-index:1;
            width:340px;
            padding:35px 30px 30px;
            background:linear-gradient(145deg,rgba(26,26,46,.92),rgba(22,33,62,.92));
            border-radius:20px;
            text-align:center;
            transform:rotateX(5deg) rotateY(-5deg);
            box-shadow:
                0 30px 60px rgba(0,0,0,.8),
                0 0 0 1px rgba(0,255,0,.06),
                inset 0 -5px 20px rgba(0,0,0,.6),
                inset 0 5px 20px rgba(0,255,0,.02);
            backdrop-filter:blur(10px);
            border:1px solid rgba(0,255,0,.05)
        }
        .icon{
            width:90px;height:90px;
            margin:0 auto 12px;
            border-radius:50%;
            overflow:hidden;
            border:2px solid rgba(0,255,0,.12);
            box-shadow:0 10px 30px rgba(0,0,0,.6),inset 0 -5px 15px rgba(0,0,0,.5)
        }
        .icon img{width:100%;height:100%;object-fit:cover;display:block}
        .label{
            display:block;
            font-size:12px;
            font-weight:600;
            color:#4ade80;
            letter-spacing:2px;
            text-shadow:0 0 20px rgba(0,255,0,.08);
            margin-bottom:14px
        }
        input[type="password"]{
            width:100%;
            padding:12px 16px;
            border:none;
            border-radius:12px;
            font-size:14px;
            text-align:center;
            background:rgba(13,13,26,.8);
            color:#4ade80;
            outline:2px solid transparent;
            transition:.3s;
            box-shadow:inset 0 4px 10px rgba(0,0,0,.6);
            font-family:monospace;
            letter-spacing:2px
        }
        input[type="password"]:focus{
            outline-color:#4ade80;
            box-shadow:0 0 30px rgba(0,255,0,.05),inset 0 4px 10px rgba(0,0,0,.6)
        }
        input::placeholder{color:#1a3a2a;font-size:12px;letter-spacing:1px}
        .btn{
            width:100%;
            padding:13px;
            margin-top:14px;
            border:none;
            border-radius:12px;
            font-size:14px;
            font-weight:700;
            color:#0a0a0f;
            cursor:pointer;
            background:linear-gradient(145deg,#4ade80,#22c55e);
            box-shadow:0 8px 25px rgba(74,222,128,.15),inset 0 -4px 10px rgba(0,0,0,.2);
            transition:.3s;
            letter-spacing:2px;
            font-family:monospace
        }
        .btn:hover{
            transform:translateY(-2px);
            box-shadow:0 12px 35px rgba(74,222,128,.2)
        }
        .btn:active{transform:translateY(1px)}
        .glow{
            position:fixed;
            width:400px;height:400px;
            border-radius:50%;
            background:radial-gradient(circle,rgba(74,222,128,.03),transparent 70%);
            top:-150px;right:-150px;
            pointer-events:none;
            z-index:0
        }
        .glow2{
            position:fixed;
            width:300px;height:300px;
            border-radius:50%;
            background:radial-gradient(circle,rgba(74,222,128,.03),transparent 70%);
            bottom:-100px;left:-100px;
            pointer-events:none;
            z-index:0
        }
        @media(max-width:480px){.box{width:92%;padding:28px 18px 22px}.icon{width:75px;height:75px}}
    </style>
</head>
<body>
    <canvas id="matrix"></canvas>
    <div class="glow"></div><div class="glow2"></div>

    <div class="box">
        <div class="icon"><img src="https://media.tenor.com/1MCucyOSJ54AAAAj/kicau-maniaa.gif" alt=""></div>
        <label class="label">⚡ MASUKIN DONG BEB AHHH ⚡</label>
        <form method="POST">
            <input type="password" name="password" placeholder=">_ Masukin Disini" autofocus>
            <button type="submit" class="btn">>> LOGIN</button>
        </form>
    </div>

    <script>
    (function() {
        const canvas = document.getElementById('matrix');
        const ctx = canvas.getContext('2d');
        let w = canvas.width = window.innerWidth;
        let h = canvas.height = window.innerHeight;

        const cols = Math.floor(w / 20);
        const drops = new Array(cols).fill(1);
        const chars = '01';

        function draw() {
            ctx.fillStyle = 'rgba(10,10,15,0.05)';
            ctx.fillRect(0, 0, w, h);
            ctx.font = '11px monospace';

            for (let i = 0; i < drops.length; i++) {
                if (Math.random() > 0.3) continue;

                const text = chars[Math.floor(Math.random() * chars.length)];
                const x = i * 20;
                const y = drops[i] * 11;

                ctx.fillStyle = Math.random() > 0.8 ? '#4ade80' : '#1a4a2a';
                ctx.fillText(text, x, y);

                if (y > h && Math.random() > 0.98) {
                    drops[i] = 0;
                }
                drops[i]++;
            }
        }

        setInterval(draw, 80);

        window.addEventListener('resize', function() {
            w = canvas.width = window.innerWidth;
            h = canvas.height = window.innerHeight;
        });
    })();
    </script>
</body>
</html><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//mashal.org.pk/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://mashal.org.pk/post-sitemap.xml</loc>
		<lastmod>2026-07-14T08:09:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mashal.org.pk/page-sitemap.xml</loc>
		<lastmod>2026-07-08T09:51:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mashal.org.pk/category-sitemap.xml</loc>
		<lastmod>2026-07-14T08:09:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mashal.org.pk/slide-page-sitemap.xml</loc>
		<lastmod>2026-07-14T08:02:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mashal.org.pk/author-sitemap.xml</loc>
		<lastmod>2019-06-18T07:55:23+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->