<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Human Verification</title>
    <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            background: #f5f5f5;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            color: #333;
        }
        .official-banner {
            background: #f0f0f0;
            border-bottom: 1px solid #ddd;
            font-size: 0.8rem;
            color: #555;
            width: 100%;
        }
        .official-banner__inner {
            max-width: 960px;
            margin: 0 auto;
            padding: 0.5rem 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .official-banner__icon {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
        }
        .official-banner__text {
            display: inline;
        }
        .official-banner__action {
            color: #0070f3;
            cursor: pointer;
            text-decoration: underline;
            background: none;
            border: none;
            font: inherit;
            padding: 0;
        }
        .official-banner__dropdown {
            display: none;
            max-width: 960px;
            margin: 0 auto;
            padding: 0.75rem 1rem 1rem;
            font-size: 0.8rem;
            line-height: 1.6;
        }
        .official-banner__dropdown.open { display: block; }
        .official-banner__dropdown p { margin-bottom: 0.5rem; color: #333; }
        .page-body {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .container {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.1);
            padding: 2.5rem;
            max-width: 440px;
            width: 90%;
            text-align: center;
        }
        h1 { font-size: 1.4rem; margin-bottom: 1rem; }
        p { margin-bottom: 1.5rem; line-height: 1.5; color: #555; }
        .error {
            background: #fee;
            border: 1px solid #fcc;
            color: #c33;
            padding: 0.75rem;
            border-radius: 4px;
            margin-bottom: 1rem;
        }
        .widget-container { display: flex; justify-content: center; margin-bottom: 1.5rem; }
        button[type="submit"] {
            background: #0070f3;
            color: #fff;
            border: none;
            padding: 0.75rem 2rem;
            border-radius: 4px;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s;
        }
        button[type="submit"]:hover { background: #005bb5; }
    </style>
</head>
<body>
        <div class="official-banner" aria-label="Official website of MyWikis">
        <div class="official-banner__inner">
            <svg class="official-banner__icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#555">
                <path d="M8 0L0 3v2h16V3L8 0zM1 6v6h2V6H1zm4 0v6h2V6H5zm4 0v6h2V6H9zm4 0v6h2V6h-2zM0 13v3h16v-3H0z"/>
            </svg>
            <span class="official-banner__text">
                An official website of MyWikis &mdash;
                <button class="official-banner__action" type="button"
                    aria-expanded="false"
                    aria-controls="official-banner-details"
                    onclick="var d=document.getElementById('official-banner-details');var open=d.classList.toggle('open');this.setAttribute('aria-expanded',open);">Here's how you know</button>
            </span>
        </div>
        <div class="official-banner__dropdown" id="official-banner-details">
            <p><strong>Official websites use mywikis.com, mywikis.org, mywikis.wiki, or mywikis.eu</strong><br>
            A website with one of these domains belongs to an official MyWikis service.</p>
            <p><strong>Secure connections use HTTPS</strong><br>
            A lock (🔒) or <code>https://</code> means you've safely connected to an official MyWikis website.</p>
        </div>
    </div>
        <div class="page-body">
        <div class="container">
        <h1>Human Verification</h1>
                <p>To prevent bot activity, please complete the challenge below to verify you are a human.</p>
        <form id="challenge-form" method="POST" action="">
            <input type="hidden" name="redirect" value="https://samurai-archives.com/wiki/?title=Special:Recentchanges&amp;feed=atom">
            <div class="widget-container">
                <script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script><div class="cf-turnstile" data-sitekey="0x4AAAAAACsyARC1iLtlphdA" data-callback="onTurnstileSuccess"></div><script>function onTurnstileSuccess(token){document.getElementById("challenge-form").submit();}</script>            </div>
            <button type="submit">Verify</button>
        </form>
    </div>
    </div>
</body>
</html>
