/* Abduction overlay — transparent Twitter link */
#abduction-ui {
  position: static;
  pointer-events: none;
  font-family: Aeonik, robotoregular, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

#abduction-ui a {
  pointer-events: auto;
}

#ab-twitter {
  position: fixed;
  left: 50%;
  bottom: max(22px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(43, 45, 46, 0.18);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

#ab-twitter svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  opacity: 0.9;
}

#ab-twitter:hover,
#ab-twitter:focus-visible {
  background: rgba(43, 45, 46, 0.38);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

/* Header title replaces Lusion Labs logo */
#logo .abduction-brand {
  display: flex;
  align-items: center;
  pointer-events: none;
  user-select: none;
}

#logo .abduction-brand span {
  font-family: rochesterregular, Georgia, serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

#logo a[href*="labs.lusion"] {
  display: none !important;
}
