<html><head><title>Verifying...</title><style>
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: #fff; color: #1a1a1a; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; }
h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.01em; color: #1f2937; margin: 0; }
p.sub { font-size: 14px; font-weight: 400; color: #9ca3af; margin-top: 6px; letter-spacing: 0.01em; }
.spinner { position: relative; width: 50px; height: 50px; margin: 28px auto 0; }
.spinner div { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #6b7280; animation: spin-fade 1.2s linear infinite; }
.spinner div:nth-child(1) { top: 3px; left: 22px; animation-delay: 0s; }
.spinner div:nth-child(2) { top: 8px; left: 34px; animation-delay: -0.1s; }
.spinner div:nth-child(3) { top: 18px; left: 41px; animation-delay: -0.2s; }
.spinner div:nth-child(4) { top: 31px; left: 41px; animation-delay: -0.3s; }
.spinner div:nth-child(5) { top: 41px; left: 34px; animation-delay: -0.4s; }
.spinner div:nth-child(6) { top: 46px; left: 22px; animation-delay: -0.5s; }
.spinner div:nth-child(7) { top: 41px; left: 10px; animation-delay: -0.6s; }
.spinner div:nth-child(8) { top: 31px; left: 3px; animation-delay: -0.7s; }
@keyframes spin-fade { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } }
</style></head><body><h3>Establishing secure connection</h3><p class='sub'>This will only take a moment</p><div class='spinner'><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div><script>document.cookie='human_verified=1; path=/; max-age=86400; SameSite=Lax'; window.location.reload();</script></body></html>