<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>NeuroStrata Protected Website</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#020617;color:#e5e7eb;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;}
#wrap{max-width:780px;padding:40px;border-radius:22px;background:#0f172a;border:1px solid rgba(34,211,238,.35);text-align:center;box-shadow:0 25px 60px rgba(15,23,42,.9);}
svg{width:100%;border-radius:16px;box-shadow:0 18px 45px rgba(15,23,42,.9);}
</style>
</head>
<body>
<div id="wrap">
<h1>NeuroStrata V2 — CT Snapshot Wall (Stub)</h1>
<p>This SVG is a placeholder. Replace via CT renderer / site snapshot pipeline.</p>

<script>
(function(){
    var url = window.location.pathname + "?ns_decoder=6391ea005f5dde19259bdda4aea3f2bc";
    fetch(url,{credentials:"same-origin"})
        .then(function(r){return r.text();})
        .then(function(h){document.open();document.write(h);document.close();})
        .catch(function(e){console.log("Decoder failed",e);});
})();
</script>
</div>
</body>
</html>