:root {
  color-scheme: dark;
  --cyan: #54d8ff;
  --cyan-bright: #9beaff;
  --cyan-muted: rgba(84, 216, 255, 0.54);
  --panel: rgba(3, 12, 27, 0.91);
  --panel-soft: rgba(7, 21, 42, 0.78);
  --border: rgba(106, 213, 255, 0.2);
  --text: #f3f9ff;
  --muted: #8da8bc;
  --danger: #ff8c9b;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  background: #02070f;
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

button,
input {
  font: inherit;
}

.atlas-login {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
}

.environment {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    url("../assets/atlas-login-cleanplate.png")
    61% center / cover no-repeat;
  transform: scale(1.01);
  animation:
    environmentArrival 1.4s ease-out both,
    environmentBreath 12s ease-in-out 1.4s infinite alternate;
}

.environment::before {
  content: "";
  position: absolute;
  left: 61%;
  top: 48%;
  width: min(29vw, 470px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.22;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg,
      rgba(84, 216, 255, 0.72) 18deg,
      transparent 42deg,
      transparent 168deg,
      rgba(84, 216, 255, 0.38) 190deg,
      transparent 218deg
    );
  mask-image:
    radial-gradient(
      circle,
      transparent 0 59%,
      black 60% 61%,
      transparent 63%
    );
  mix-blend-mode: screen;
  animation: globeOrbit 20s linear infinite;
}

.environment::after {
  content: "";
  position: absolute;
  left: 61%;
  top: 66%;
  width: min(28vw, 450px);
  height: min(8vw, 120px);
  border-radius: 50%;
  opacity: 0.25;
  background:
    radial-gradient(
      ellipse,
      rgba(78, 215, 255, 0.66) 0%,
      rgba(45, 161, 255, 0.2) 37%,
      transparent 72%
    );
  filter: blur(9px);
  mix-blend-mode: screen;
  animation: pedestalPulse 3.8s ease-in-out infinite;
}

.environment-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(1, 6, 15, 0.97) 0%,
      rgba(1, 8, 18, 0.87) 31%,
      rgba(2, 9, 20, 0.37) 55%,
      rgba(1, 7, 15, 0.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.18),
      transparent 40%,
      rgba(0, 4, 10, 0.44)
    );
}

.access-panel {
  position: relative;
  width: min(41vw, 680px);
  min-height: 100svh;
  padding: clamp(30px, 4.2vh, 58px) clamp(32px, 4.4vw, 74px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(9, 25, 49, 0.34), transparent 42%),
    var(--panel);
  box-shadow:
    24px 0 80px rgba(0, 0, 0, 0.35),
    inset -1px 0 rgba(111, 224, 255, 0.06);
  backdrop-filter: blur(15px);
}

.access-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(97, 211, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 211, 255, 0.07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.brand,
.status-line,
.login-copy,
.login-form,
.security-row,
footer {
  position: relative;
  z-index: 1;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(22px, 4vh, 48px);
}

.brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
  filter:
    brightness(1.18)
    saturate(1.15)
    drop-shadow(0 0 13px rgba(84, 216, 255, 0.5));
}

.brand-name,
.brand-section,
.eyebrow,
.status-line,
.login-form label,
.security-row span,
footer,
.boot-sequence {
  letter-spacing: 0.16em;
}

.brand-name,
.brand-section {
  margin: 0;
}

.brand-name {
  font-size: 0.9rem;
  font-weight: 800;
}

.brand-section {
  margin-top: 4px;
  color: var(--cyan);
  font-size: 0.64rem;
  font-weight: 700;
}

.status-line {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 18px;
  color: var(--cyan-bright);
  font-size: 0.62rem;
  font-weight: 700;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  animation: statusPulse 2s ease-in-out infinite;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: clamp(2.2rem, 3.3vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 820;
}

h1 span {
  color: var(--cyan);
  text-shadow: 0 0 30px rgba(84, 216, 255, 0.22);
}

.intro {
  max-width: 510px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(0.84rem, 0.9vw, 1rem);
  line-height: 1.65;
}

.login-form {
  margin-top: clamp(24px, 4vh, 42px);
}

.login-form label {
  display: block;
  margin: 0 0 9px;
  color: #9db7c9;
  font-size: 0.61rem;
  font-weight: 750;
}

.field {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  margin-bottom: 20px;
  border: 1px solid rgba(113, 191, 222, 0.2);
  border-radius: 8px;
  background: rgba(2, 10, 23, 0.72);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.field:focus-within {
  border-color: rgba(84, 216, 255, 0.72);
  background: rgba(4, 16, 32, 0.9);
  box-shadow:
    0 0 0 3px rgba(84, 216, 255, 0.08),
    0 0 28px rgba(44, 187, 238, 0.08);
}

.field-icon {
  width: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  font-size: 1rem;
}

.field input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 15px 0 0;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font-size: 0.84rem;
}

.field input::placeholder {
  color: #557084;
}

.reveal-button {
  align-self: stretch;
  padding: 0 16px;
  border: 0;
  color: var(--cyan-muted);
  background: transparent;
  cursor: pointer;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.reveal-button:hover,
.reveal-button:focus-visible {
  color: var(--cyan-bright);
  outline: none;
}

.form-message {
  min-height: 18px;
  margin: -9px 0 8px;
  color: var(--danger);
  font-size: 0.72rem;
}

.access-button {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid rgba(144, 235, 255, 0.4);
  border-radius: 8px;
  color: #03101d;
  background:
    linear-gradient(110deg, #49c8f5, #8ce9ff 58%, #4bc9f4);
  box-shadow:
    0 13px 40px rgba(33, 182, 234, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.access-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 18px 45px rgba(33, 182, 234, 0.27),
    inset 0 1px rgba(255, 255, 255, 0.55);
}

.access-button:focus-visible {
  outline: 3px solid rgba(139, 235, 255, 0.45);
  outline-offset: 3px;
}

.access-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.security-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: clamp(22px, 3.2vh, 34px);
}

.security-row div {
  min-width: 0;
  padding: 11px 8px;
  border: 1px solid rgba(112, 190, 221, 0.12);
  border-radius: 7px;
  background: rgba(8, 25, 44, 0.45);
  text-align: center;
}

.security-row strong,
.security-row span {
  display: block;
}

.security-row strong {
  color: #ccefff;
  font-size: 0.63rem;
}

.security-row span {
  margin-top: 4px;
  color: #5f7d91;
  font-size: 0.45rem;
  font-weight: 700;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(24px, 4vh, 46px);
  color: #587187;
  font-size: 0.49rem;
  font-weight: 750;
}

footer p {
  margin: 0;
  color: var(--cyan-muted);
}

.boot-sequence {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 24px;
  background: rgba(1, 8, 18, 0.76);
  backdrop-filter: blur(12px);
}

.boot-sequence[hidden] {
  display: none;
}

.boot-core {
  position: relative;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
}

.boot-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(84, 216, 255, 0.55);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}

.boot-ring-two {
  inset: 18px;
  border-color: rgba(142, 236, 255, 0.3);
  border-left-color: transparent;
  animation-direction: reverse;
  animation-duration: 1s;
}

.boot-point {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow:
    0 0 12px var(--cyan),
    0 0 40px var(--cyan);
  animation: corePulse 1s ease-in-out infinite;
}

.boot-title {
  margin: 22px 0 20px;
  color: var(--cyan-bright);
  font-size: 0.76rem;
  font-weight: 850;
}

.boot-steps {
  min-width: min(88vw, 390px);
  display: grid;
  gap: 8px;
  color: #607d91;
  font-size: 0.54rem;
  font-weight: 750;
  text-align: center;
}

.boot-steps span {
  opacity: 0.35;
  transition:
    opacity 260ms ease,
    color 260ms ease,
    text-shadow 260ms ease;
}

.boot-steps span.is-active {
  color: var(--cyan-bright);
  opacity: 1;
  text-shadow: 0 0 16px rgba(84, 216, 255, 0.45);
}

@keyframes environmentArrival {
  from {
    opacity: 0;
    transform: scale(1.06);
  }
  to {
    opacity: 1;
    transform: scale(1.01);
  }
}

@keyframes environmentBreath {
  from {
    transform: scale(1.01) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.025) translate3d(-0.12%, -0.08%, 0);
  }
}

@keyframes globeOrbit {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes pedestalPulse {
  0%,
  100% {
    opacity: 0.18;
    transform: translate(-50%, -50%) scale(0.92);
  }
  50% {
    opacity: 0.42;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes statusPulse {
  50% {
    opacity: 0.45;
    box-shadow: 0 0 6px var(--cyan);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes corePulse {
  50% {
    transform: scale(0.74);
    opacity: 0.65;
  }
}

@media (max-width: 980px) {
  .environment {
    background-position: 68% center;
  }

  .environment::before,
  .environment::after {
    left: 68%;
  }

  .environment-shade {
    background:
      linear-gradient(
        90deg,
        rgba(1, 6, 15, 0.98) 0%,
        rgba(1, 8, 18, 0.85) 56%,
        rgba(2, 9, 20, 0.34) 100%
      );
  }

  .access-panel {
    width: min(72vw, 650px);
  }
}

@media (max-width: 680px) {
  .atlas-login {
    min-height: 100svh;
  }

  .environment {
    background-position: 67% center;
  }

  .environment::before,
  .environment::after {
    left: 67%;
    opacity: 0.14;
  }

  .environment-shade {
    background: rgba(1, 7, 16, 0.67);
  }

  .access-panel {
    width: 100%;
    min-height: 100svh;
    padding: 28px 23px;
    border-right: 0;
    background: rgba(2, 10, 22, 0.85);
  }

  .brand {
    margin-bottom: 28px;
  }

  h1 {
    font-size: clamp(2.3rem, 12vw, 3.7rem);
  }

  .security-row {
    gap: 6px;
  }

  footer {
    flex-direction: column;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

/* Emergency logo size lock */
.brand .brand-logo {
  display: block !important;
  width: 52px !important;
  height: 52px !important;
  max-width: 52px !important;
  max-height: 52px !important;
  flex: 0 0 52px !important;
  object-fit: contain !important;
}


/* Refined desktop proportions */
@media (min-width: 981px) {
  .access-panel {
    width: clamp(500px, 33vw, 560px);
    padding-left: clamp(34px, 3.2vw, 54px);
    padding-right: clamp(34px, 3.2vw, 54px);
  }

  .environment-shade {
    background:
      linear-gradient(
        90deg,
        rgba(1, 6, 15, 0.97) 0%,
        rgba(1, 8, 18, 0.88) 27%,
        rgba(2, 9, 20, 0.28) 47%,
        rgba(1, 7, 15, 0.04) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.15),
        transparent 42%,
        rgba(0, 4, 10, 0.38)
      );
  }

  h1 {
    font-size: clamp(2.15rem, 3vw, 3.65rem);
  }
}

/* Disable the earlier subtle pseudo-effects */
.environment::before,
.environment::after {
  content: none !important;
}

/* Active command-room effects */
.command-room-fx {
  --globe-x: 61.5%;
  --globe-y: 45%;
  --globe-size: min(27vw, 455px);
  --pedestal-y: 67%;

  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: screen;
}

.globe-aura {
  position: absolute;
  left: var(--globe-x);
  top: var(--globe-y);
  width: var(--globe-size);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(
      circle,
      rgba(84, 216, 255, 0.04) 0 42%,
      rgba(84, 216, 255, 0.18) 57%,
      rgba(84, 216, 255, 0.05) 68%,
      transparent 76%
    );
  filter: blur(4px);
  animation: atlasGlobeBreathe 3.6s ease-in-out infinite;
}

.globe-orbit {
  position: absolute;
  left: var(--globe-x);
  top: var(--globe-y);
  /* centering translate MUST live on the base rule, not only inside the
     rotation keyframes — with animations suppressed (prefers-reduced-motion)
     the ring otherwise sits down-right by half its own size. */
  transform: translate(-50%, -50%);
  width: calc(var(--globe-size) * 1.12);
  height: calc(var(--globe-size) * 0.47);
  border: 1px solid rgba(91, 220, 255, 0.34);
  border-right-color: rgba(160, 240, 255, 0.86);
  border-left-color: transparent;
  border-radius: 50%;
  box-shadow:
    0 0 12px rgba(84, 216, 255, 0.12),
    inset 0 0 12px rgba(84, 216, 255, 0.08);
}

.globe-orbit-one {
  animation: atlasOrbitOne 11s linear infinite;
}

.globe-orbit-two {
  width: calc(var(--globe-size) * 0.96);
  height: calc(var(--globe-size) * 0.36);
  border-color: rgba(90, 190, 255, 0.22);
  border-left-color: rgba(146, 235, 255, 0.72);
  border-right-color: transparent;
  animation: atlasOrbitTwo 7.5s linear infinite;
}

.globe-scan {
  position: absolute;
  left: calc(var(--globe-x) - var(--globe-size) * 0.38);
  top: calc(var(--globe-y) - var(--globe-size) * 0.46);
  width: calc(var(--globe-size) * 0.76);
  height: calc(var(--globe-size) * 0.92);
  overflow: hidden;
  border-radius: 50%;
  opacity: 0.56;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      transparent 43%,
      rgba(120, 233, 255, 0.08) 47%,
      rgba(120, 233, 255, 0.42) 50%,
      rgba(120, 233, 255, 0.08) 53%,
      transparent 57%,
      transparent 100%
    );
  background-size: 100% 220%;
  filter: blur(0.5px);
  animation: atlasScan 4.8s linear infinite;
}

.data-node {
  position: absolute;
  left: var(--globe-x);
  top: var(--globe-y);
  width: 6px;
  height: 6px;
  border: 1px solid rgba(190, 247, 255, 0.9);
  border-radius: 50%;
  background: #64dfff;
  box-shadow:
    0 0 6px #64dfff,
    0 0 18px rgba(84, 216, 255, 0.85);
}

.data-node::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(84, 216, 255, 0.28);
  border-radius: 50%;
  animation: atlasNodePulse 2.2s ease-out infinite;
}

.data-node-one {
  animation: atlasNodeOne 8s ease-in-out infinite;
}

.data-node-two {
  animation: atlasNodeTwo 10s ease-in-out infinite;
}

.data-node-three {
  animation: atlasNodeThree 9s ease-in-out infinite;
}

.data-node-four {
  animation: atlasNodeFour 11s ease-in-out infinite;
}

.pedestal-energy {
  position: absolute;
  left: var(--globe-x);
  top: var(--pedestal-y);
  width: calc(var(--globe-size) * 0.92);
  height: calc(var(--globe-size) * 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(
      ellipse,
      rgba(139, 239, 255, 0.7) 0%,
      rgba(66, 199, 255, 0.28) 34%,
      rgba(25, 125, 255, 0.08) 58%,
      transparent 74%
    );
  filter: blur(8px);
  animation: atlasPedestalEnergy 2.5s ease-in-out infinite;
}

.pedestal-ring {
  position: absolute;
  left: var(--globe-x);
  top: var(--pedestal-y);
  width: calc(var(--globe-size) * 0.7);
  height: calc(var(--globe-size) * 0.12);
  border: 1px solid rgba(104, 226, 255, 0.54);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: atlasPedestalRing 3.2s ease-out infinite;
}

.pedestal-ring-two {
  animation-delay: 1.6s;
}

@keyframes atlasGlobeBreathe {
  0%,
  100% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(0.96);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.045);
  }
}

@keyframes atlasOrbitOne {
  from {
    transform: translate(-50%, -50%) rotate(-14deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(346deg);
  }
}

@keyframes atlasOrbitTwo {
  from {
    transform: translate(-50%, -50%) rotate(24deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-336deg);
  }
}

@keyframes atlasScan {
  from {
    background-position: 0 -90%;
  }
  to {
    background-position: 0 110%;
  }
}

@keyframes atlasNodePulse {
  from {
    opacity: 0.9;
    transform: scale(0.4);
  }
  to {
    opacity: 0;
    transform: scale(1.8);
  }
}

@keyframes atlasNodeOne {
  0%,
  100% {
    transform: translate(-122px, -82px);
    opacity: 0.35;
  }
  45% {
    transform: translate(84px, -118px);
    opacity: 1;
  }
  70% {
    transform: translate(126px, 46px);
    opacity: 0.62;
  }
}

@keyframes atlasNodeTwo {
  0%,
  100% {
    transform: translate(105px, 90px);
    opacity: 0.3;
  }
  40% {
    transform: translate(-96px, 72px);
    opacity: 0.95;
  }
  75% {
    transform: translate(-132px, -25px);
    opacity: 0.55;
  }
}

@keyframes atlasNodeThree {
  0%,
  100% {
    transform: translate(-42px, 132px);
    opacity: 0.25;
  }
  50% {
    transform: translate(52px, -142px);
    opacity: 0.85;
  }
}

@keyframes atlasNodeFour {
  0%,
  100% {
    transform: translate(145px, -28px);
    opacity: 0.22;
  }
  52% {
    transform: translate(-140px, 18px);
    opacity: 0.78;
  }
}

@keyframes atlasPedestalEnergy {
  0%,
  100% {
    opacity: 0.28;
    transform: translate(-50%, -50%) scale(0.92);
  }
  50% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes atlasPedestalRing {
  0% {
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(0.65);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.35);
  }
}

@media (max-width: 980px) {
  .access-panel {
    width: min(72vw, 620px);
  }

  .command-room-fx {
    --globe-x: 68%;
    opacity: 0.72;
  }
}

@media (max-width: 680px) {
  .access-panel {
    width: 100%;
  }

  .command-room-fx {
    --globe-x: 67%;
    opacity: 0.24;
  }
}

@media (prefers-reduced-motion: reduce) {
  .command-room-fx * {
    animation: none !important;
  }
}

/* Align command-room effects to the actual globe in the clean plate */
@media (min-width: 981px) {
  .command-room-fx {
    --globe-x: 55%;
    --globe-y: 44.5%;
    --globe-size: min(21vw, 365px);
    --pedestal-y: 67.5%;
  }

  .globe-orbit {
    opacity: 0.52;
  }

  .pedestal-energy {
    width: calc(var(--globe-size) * 0.72);
    height: calc(var(--globe-size) * 0.14);
    opacity: 0.55;
  }

  .pedestal-ring {
    width: calc(var(--globe-size) * 0.58);
    height: calc(var(--globe-size) * 0.09);
  }
}

/* Final Atlas motion refinement */
.globe-orbit {
  display: none !important;
}

.pedestal-ring {
  opacity: 0.55;
}

.globe-aura {
  opacity: 0.75;
}

/* Halifax, Nova Scotia command beacon */
.data-node-two,
.data-node-three,
.data-node-four {
  display: none !important;
}

.data-node-one {
  left: calc(var(--globe-x) - 34px) !important;
  top: calc(var(--globe-y) - 108px) !important;
  transform: translate(-50%, -50%) !important;
  animation: atlasHalifaxBeacon 2.4s ease-in-out infinite !important;
}

@keyframes atlasHalifaxBeacon {
  0%,
  100% {
    opacity: 0.72;
    box-shadow:
      0 0 6px #64dfff,
      0 0 14px rgba(84, 216, 255, 0.65);
  }

  50% {
    opacity: 1;
    box-shadow:
      0 0 9px #b9f5ff,
      0 0 25px rgba(84, 216, 255, 0.95);
  }
}

/* Final Halifax beacon position */
.data-node-one {
  left: var(--globe-x) !important;
  top: calc(var(--globe-y) - 118px) !important;
  transform: translate(-50%, -50%) !important;
}


/* Programmable live globe overlay */
.atlas-globe-canvas {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.95;
  mix-blend-mode: screen;
}

/* Canvas now handles the scanner more accurately */
.globe-scan {
  display: none !important;
}

/* Keep the Halifax marker above the programmed globe */
.data-node-one {
  z-index: 12;
}
