<!DOCTYPE html>
        <html>
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>Theme Integrity Error</title>
            <style>
                body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background: #f3f4f6; height: 100vh; display: flex; align-items: center; justify-content: center; margin: 0; }
                .error-box { background: white; padding: 40px; border-radius: 8px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); text-align: center; max-width: 500px; width: 90%; }
                h1 { color: #ef4444; margin-top: 0; font-size: 24px; }
                p { color: #374151; line-height: 1.5; }
                .credit { margin-top: 20px; font-size: 14px; color: #6b7280; border-top: 1px solid #e5e7eb; pt-4; }
            </style>
        </head>
        <body>
            <div class="error-box">
                <h1>Theme Copyright Protected</h1>
                <p>The theme copyright credit has been modified, removed, or hidden.</p>
                <p>Please restore the "Designed by LessTheme" link in the footer to restore website access.</p>
                <p class="credit">Powered by Less Theme Protection</p>
            </div>
        </body>
        </html>