{"id":278,"date":"2026-05-26T08:41:35","date_gmt":"2026-05-26T08:41:35","guid":{"rendered":"https:\/\/hanigacompass.com\/?page_id=278"},"modified":"2026-06-05T19:44:51","modified_gmt":"2026-06-05T16:44:51","slug":"alpha-data","status":"publish","type":"page","link":"https:\/\/hanigacompass.com\/tr\/alpha-data\/","title":{"rendered":"ALPHA DATA"},"content":{"rendered":"\n<style>\n\/* ============================================\n   \u03b1\u00b9 ALPHA DATA \u2014 Terminal Lobby\n   \"The Gate of a Higher Mind\"\n   ============================================ *\/\n\n\/* Hide WordPress theme chrome on this page *\/\nbody.page-template-default header,\nbody.page-template-default .site-header,\nbody.page-template-default footer,\nbody.page-template-default .site-footer,\nbody.page-template-default #wpadminbar ~ * .site-header,\nbody.alpha-data-active header,\nbody.alpha-data-active footer { display: none !important; }\n\nbody.alpha-data-active {\n  margin: 0 !important;\n  padding: 0 !important;\n  background: #000 !important;\n  overflow: hidden !important;\n  font-family: 'Courier New', Courier, monospace !important;\n}\n\n\/* Full-screen container *\/\n#alpha-data-lobby {\n  position: fixed;\n  top: 0; left: 0;\n  width: 100vw;\n  height: 100vh;\n  background: #000;\n  z-index: 999999;\n  overflow: hidden;\n  font-family: 'Courier New', Courier, monospace;\n}\n\n\/* CRT scan-line overlay *\/\n#alpha-data-lobby::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background: repeating-linear-gradient(\n    0deg,\n    rgba(0, 255, 65, 0.03),\n    rgba(0, 255, 65, 0.03) 1px,\n    transparent 1px,\n    transparent 3px\n  );\n  pointer-events: none;\n  z-index: 10;\n  animation: ad-flicker 8s infinite;\n}\n\n\/* CRT vignette *\/\n#alpha-data-lobby::after {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background: radial-gradient(\n    ellipse at center,\n    transparent 0%,\n    transparent 60%,\n    rgba(0, 0, 0, 0.6) 100%\n  );\n  pointer-events: none;\n  z-index: 9;\n}\n\n@keyframes ad-flicker {\n  0%, 100% { opacity: 1; }\n  50% { opacity: 0.97; }\n  52% { opacity: 1; }\n}\n\n\/* Status bar (top) *\/\n#alpha-data-lobby .ad-status-bar {\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  padding: 10px 20px;\n  color: #00aa2b;\n  font-size: 11px;\n  letter-spacing: 1px;\n  opacity: 0.6;\n  display: flex;\n  justify-content: space-between;\n  border-bottom: 1px solid rgba(0, 255, 65, 0.2);\n  background: rgba(0, 0, 0, 0.5);\n  z-index: 11;\n}\n\n\/* Terminal *\/\n#alpha-data-lobby .ad-terminal {\n  position: relative;\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 60px 40px;\n  color: #00ff41;\n  font-size: 16px;\n  line-height: 1.8;\n  text-shadow: 0 0 8px rgba(0, 255, 65, 0.6);\n  box-sizing: border-box;\n  height: 100vh;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  z-index: 11;\n}\n\n#alpha-data-lobby .ad-line {\n  margin: 4px 0;\n  white-space: pre-wrap;\n  opacity: 0;\n  min-height: 1.8em;\n  transition: opacity 0.3s ease;\n}\n\n#alpha-data-lobby .ad-line.visible {\n  opacity: 1;\n}\n\n#alpha-data-lobby .ad-prompt {\n  color: #00ff41;\n  font-weight: bold;\n}\n\n#alpha-data-lobby .ad-dim {\n  color: #00aa2b;\n  opacity: 0.7;\n}\n\n#alpha-data-lobby .ad-accent {\n  color: #ffb000;\n  text-shadow: 0 0 8px rgba(255, 176, 0, 0.6);\n}\n\n#alpha-data-lobby .ad-alpha-symbol {\n  font-size: 2.5em;\n  color: #00ff41;\n  text-shadow: 0 0 15px rgba(0, 255, 65, 0.8);\n  letter-spacing: 4px;\n  font-family: 'Courier New', Courier, monospace;\n}\n\n#alpha-data-lobby .ad-alpha-symbol sup {\n  font-size: 0.5em;\n  vertical-align: super;\n}\n\n\/* Cursor *\/\n#alpha-data-lobby .ad-cursor {\n  display: inline-block;\n  width: 10px;\n  height: 1.2em;\n  background: #00ff41;\n  vertical-align: text-bottom;\n  margin-left: 4px;\n  animation: ad-blink 1s steps(2) infinite;\n  box-shadow: 0 0 8px rgba(0, 255, 65, 0.8);\n}\n\n@keyframes ad-blink {\n  0%, 49% { opacity: 1; }\n  50%, 100% { opacity: 0; }\n}\n\n\/* ENTER button *\/\n#alpha-data-lobby .ad-enter-btn {\n  display: inline-block;\n  margin-top: 30px;\n  padding: 14px 32px;\n  background: transparent;\n  color: #00ff41 !important;\n  border: 2px solid #00ff41;\n  font-family: 'Courier New', Courier, monospace;\n  font-size: 18px;\n  font-weight: bold;\n  letter-spacing: 3px;\n  text-decoration: none !important;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  text-shadow: 0 0 8px rgba(0, 255, 65, 0.6);\n  box-shadow: 0 0 15px rgba(0, 255, 65, 0.3),\n              inset 0 0 15px rgba(0, 255, 65, 0.1);\n  opacity: 0;\n  animation: ad-fadeInBtn 0.5s ease forwards;\n  animation-delay: 6s;\n  border-radius: 0;\n}\n\n#alpha-data-lobby .ad-enter-btn:hover {\n  background: #00ff41;\n  color: #000 !important;\n  box-shadow: 0 0 30px rgba(0, 255, 65, 0.8),\n              inset 0 0 30px rgba(0, 0, 0, 0.2);\n  text-shadow: none;\n  transform: scale(1.05);\n}\n\n@keyframes ad-fadeInBtn {\n  to { opacity: 1; }\n}\n\n\/* Bottom signature *\/\n#alpha-data-lobby .ad-signature {\n  position: absolute;\n  bottom: 20px;\n  left: 0;\n  right: 0;\n  text-align: center;\n  color: #00aa2b;\n  font-size: 11px;\n  opacity: 0.5;\n  letter-spacing: 2px;\n  z-index: 11;\n}\n\n\/* Mobile *\/\n@media (max-width: 768px) {\n  #alpha-data-lobby .ad-terminal {\n    padding: 80px 20px 40px;\n    font-size: 13px;\n  }\n  #alpha-data-lobby .ad-alpha-symbol {\n    font-size: 1.8em;\n  }\n  #alpha-data-lobby .ad-enter-btn {\n    font-size: 15px;\n    padding: 12px 24px;\n  }\n  #alpha-data-lobby .ad-status-bar {\n    font-size: 9px;\n  }\n}\n<\/style>\n\n<div id=\"alpha-data-lobby\">\n\n  <div class=\"ad-status-bar\">\n    <span>HANIGA::COMPASS \/\/ alpha-data.protocol<\/span>\n    <span id=\"ad-time-stamp\">&#8211;:&#8211;:&#8211;<\/span>\n  <\/div>\n\n  <div class=\"ad-terminal\">\n    <div class=\"ad-line\"><span class=\"ad-dim\">$<\/span> <span class=\"ad-prompt\">initializing secure connection&#8230;<\/span><\/div>\n    <div class=\"ad-line\"><span class=\"ad-dim\">$<\/span> <span class=\"ad-prompt\">handshake complete.<\/span> <span class=\"ad-accent\">[ OK ]<\/span><\/div>\n    <div class=\"ad-line\">&nbsp;<\/div>\n    <div class=\"ad-line\"><span class=\"ad-alpha-symbol\">\u03b1<sup>1<\/sup> ALPHA DATA<\/span><\/div>\n    <div class=\"ad-line\"><span class=\"ad-dim\">\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<\/span><\/div>\n    <div class=\"ad-line\">The regional intelligence layer.<\/div>\n    <div class=\"ad-line\"><span class=\"ad-dim\">Reserved for those who see beyond listings.<\/span><\/div>\n    <div class=\"ad-line\">&nbsp;<\/div>\n    <div class=\"ad-line\"><span class=\"ad-prompt\">&gt; access granted.<\/span><span class=\"ad-cursor\"><\/span><\/div>\n    <div class=\"ad-line\">\n      <a href=\"https:\/\/hanigahelp.pplx.app\/#\/\" target=\"_blank\" rel=\"noopener\" class=\"ad-enter-btn\">[ ENTER ]<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"ad-signature\">\n    HANIGA COMPASS \u00b7 GUIDED BY TRUST, INSPIRED BY LIFE \u00b7 \u0130ZN\u0130K\n  <\/div>\n\n<\/div>\n\n<script>\n(function() {\n  document.body.classList.add('alpha-data-active');\n\n  function adUpdateTime() {\n    var now = new Date();\n    var h = String(now.getHours()).padStart(2, '0');\n    var m = String(now.getMinutes()).padStart(2, '0');\n    var s = String(now.getSeconds()).padStart(2, '0');\n    var el = document.getElementById('ad-time-stamp');\n    if (el) el.textContent = h + ':' + m + ':' + s + ' TRT';\n  }\n  setInterval(adUpdateTime, 1000);\n  adUpdateTime();\n\n  var lines = document.querySelectorAll('#alpha-data-lobby .ad-line');\n  var delay = 200;\n  lines.forEach(function(line, i) {\n    setTimeout(function() {\n      line.classList.add('visible');\n    }, delay);\n    delay += (i === 2 || i === 7) ? 400 : 500;\n  });\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>HANIGA::COMPASS \/\/ alpha-data.protocol &#8211;:&#8211;:&#8211; $ initializing secure connection&#8230; $ handshake complete. [ OK ] &nbsp; \u03b11 ALPHA DATA \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 The regional intelligence layer. Reserved for those who see beyond listings. &nbsp; &gt; access granted. [ ENTER ] HANIGA COMPASS \u00b7 GUIDED BY TRUST, INSPIRED BY LIFE \u00b7 \u0130ZN\u0130K<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-278","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/hanigacompass.com\/tr\/wp-json\/wp\/v2\/pages\/278","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hanigacompass.com\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hanigacompass.com\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hanigacompass.com\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hanigacompass.com\/tr\/wp-json\/wp\/v2\/comments?post=278"}],"version-history":[{"count":19,"href":"https:\/\/hanigacompass.com\/tr\/wp-json\/wp\/v2\/pages\/278\/revisions"}],"predecessor-version":[{"id":566,"href":"https:\/\/hanigacompass.com\/tr\/wp-json\/wp\/v2\/pages\/278\/revisions\/566"}],"wp:attachment":[{"href":"https:\/\/hanigacompass.com\/tr\/wp-json\/wp\/v2\/media?parent=278"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}