/*
 * 龍記 AI — 品牌 LOGO 球擴展款式
 * aurora-neon-orb / gold-ring-premium / glass-blue-core / pulse-badge-modern / tech-multi-sat-orbit
 */

/* ── 共用容器變量 ── */
.lungkee-ai-chat__float-launcher-hero[data-lj-orb-variant='aurora-neon-orb'],
.lungkee-ai-chat__float-launcher-hero-wrap[data-lj-orb-variant='aurora-neon-orb'],
.lungkee-ai-chat__float-launcher-hero[data-lj-orb-variant='gold-ring-premium'],
.lungkee-ai-chat__float-launcher-hero-wrap[data-lj-orb-variant='gold-ring-premium'],
.lungkee-ai-chat__float-launcher-hero[data-lj-orb-variant='glass-blue-core'],
.lungkee-ai-chat__float-launcher-hero-wrap[data-lj-orb-variant='glass-blue-core'],
.lungkee-ai-chat__float-launcher-hero[data-lj-orb-variant='pulse-badge-modern'],
.lungkee-ai-chat__float-launcher-hero-wrap[data-lj-orb-variant='pulse-badge-modern'],
.lungkee-ai-chat__float-launcher-hero[data-lj-orb-variant='tech-multi-sat-orbit'],
.lungkee-ai-chat__float-launcher-hero-wrap[data-lj-orb-variant='tech-multi-sat-orbit'] {
  --lj-xo-box: var(--lj-logo-size-float, 64px);
  --lj-xo-core: calc(var(--lj-xo-box) * 0.88);
  --lj-xo-brand: calc(var(--lj-xo-box) * 0.26);
  --lj-xo-orbit-r: var(--lj-lh-float-orbit-r, 18px);
  --lj-xo-sat-size: var(--lj-lh-float-inner, 20px);
  position: relative;
  width: var(--lj-xo-box);
  height: var(--lj-xo-box);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.lungkee-ai-chat__header-brand[data-lj-orb-variant='aurora-neon-orb'],
.lungkee-ai-chat__header-brand[data-lj-orb-variant='gold-ring-premium'],
.lungkee-ai-chat__header-brand[data-lj-orb-variant='glass-blue-core'],
.lungkee-ai-chat__header-brand[data-lj-orb-variant='pulse-badge-modern'],
.lungkee-ai-chat__header-brand[data-lj-orb-variant='tech-multi-sat-orbit'] {
  --lj-xo-box: var(--lj-logo-size-header, 48px);
  --lj-xo-core: calc(var(--lj-xo-box) * 0.88);
  --lj-xo-brand: calc(var(--lj-xo-box) * 0.26);
  --lj-xo-orbit-r: var(--lj-lh-header-orbit-r, 13px);
  --lj-xo-sat-size: var(--lj-lh-header-inner, 15px);
}

.lj-xo-orb {
  position: relative;
  width: var(--lj-xo-core);
  height: var(--lj-xo-core);
  border-radius: 50%;
  isolation: isolate;
}

.lj-xo-brand {
  position: relative;
  z-index: 5;
  font-size: var(--lj-xo-brand);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
  font-family: 'PingFang TC', 'Microsoft JhengHei', 'Noto Sans TC', system-ui, sans-serif;
}

.lj-xo-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 8;
  animation: lj-xo-orbit-spin 10s linear infinite;
  pointer-events: none;
}

.lj-xo-sat {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--lj-xo-sat-size);
  height: var(--lj-xo-sat-size);
  margin-left: calc(var(--lj-xo-sat-size) * -0.5);
  margin-top: calc(var(--lj-xo-sat-size) * -0.5);
  transform: translateX(var(--lj-xo-orbit-r));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: calc(var(--lj-xo-sat-size) * 0.42);
  font-weight: 900;
  letter-spacing: 0.08em;
}

/* ═══════════════════════════════════════
   aurora-neon-orb — 霓虹極光球
   ═══════════════════════════════════════ */
.lj-ano-orb .lj-ano-glow {
  position: absolute;
  inset: -18%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 255, 214, 0.55) 0%,
    rgba(139, 92, 246, 0.45) 42%,
    rgba(236, 72, 153, 0.25) 62%,
    transparent 78%
  );
  filter: blur(3px);
  animation: lj-ano-glow-pulse 2.8s ease-in-out infinite;
}

.lj-ano-orb .lj-ano-ring {
  position: absolute;
  inset: -6%;
  border-radius: 50%;
  border: 2px solid rgba(0, 255, 214, 0.7);
  box-shadow:
    0 0 12px rgba(0, 255, 214, 0.6),
    0 0 24px rgba(139, 92, 246, 0.4),
    inset 0 0 8px rgba(0, 255, 214, 0.2);
  animation: lj-xo-orbit-spin 14s linear infinite;
}

.lj-ano-orb .lj-ano-core {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 35% 30%, #1a1040 0%, #0a0820 55%, #030108 100%);
  border: 1.5px solid rgba(139, 92, 246, 0.6);
  box-shadow:
    inset 0 0 16px rgba(0, 255, 214, 0.15),
    0 0 14px rgba(139, 92, 246, 0.35);
}

.lj-ano-orb .lj-xo-brand {
  background: linear-gradient(120deg, #fff 0%, #67e8f9 35%, #c084fc 65%, #fff 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: lj-ano-brand-shimmer 3.5s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(0, 255, 214, 0.8));
}

.lj-ano-orb .lj-xo-sat {
  background: linear-gradient(145deg, #0f172a, #1e1b4b);
  border: 1px solid rgba(0, 255, 214, 0.75);
  color: #67e8f9;
  box-shadow: 0 0 10px rgba(0, 255, 214, 0.7);
  font-family: ui-monospace, 'Consolas', monospace;
}

/* ═══════════════════════════════════════
   gold-ring-premium — 金環高級版
   ═══════════════════════════════════════ */
.lj-grp-orb .lj-grp-ring-outer {
  position: absolute;
  inset: -4%;
  border-radius: 50%;
  border: 2.5px solid transparent;
  background:
    linear-gradient(#0d0d0d, #0d0d0d) padding-box,
    linear-gradient(135deg, #f5d78e, #c9a227, #ffe9a8, #a67c00) border-box;
  box-shadow: 0 0 12px rgba(201, 162, 39, 0.45);
  animation: lj-xo-orbit-spin 18s linear infinite;
}

.lj-grp-orb .lj-grp-ring-inner {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px dashed rgba(201, 162, 39, 0.45);
  animation: lj-xo-orbit-spin 24s linear infinite reverse;
}

.lj-grp-orb .lj-grp-core {
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 40% 35%, #2a2210 0%, #0f0c06 60%, #050403 100%);
  border: 1px solid rgba(201, 162, 39, 0.35);
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.6);
}

.lj-grp-orb .lj-xo-brand {
  color: #ffe9a8;
  text-shadow:
    0 0 8px rgba(201, 162, 39, 0.6),
    0 1px 2px rgba(0, 0, 0, 0.8);
}

.lj-grp-orb .lj-xo-sat {
  background: linear-gradient(145deg, #1a1408, #2a2210);
  border: 1.5px solid rgba(201, 162, 39, 0.7);
  color: #f5d78e;
  box-shadow: 0 0 8px rgba(201, 162, 39, 0.5);
  font-size: calc(var(--lj-xo-sat-size) * 0.38);
}

/* ═══════════════════════════════════════
   glass-blue-core — 玻璃藍核心球
   ═══════════════════════════════════════ */
.lj-gbc-orb .lj-gbc-glass {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle at 32% 28%,
    rgba(186, 230, 253, 0.55) 0%,
    rgba(59, 130, 246, 0.35) 38%,
    rgba(30, 64, 175, 0.25) 68%,
    rgba(15, 23, 42, 0.15) 100%
  );
  border: 1.5px solid rgba(147, 197, 253, 0.65);
  box-shadow:
    inset 0 2px 12px rgba(255, 255, 255, 0.35),
    inset 0 -6px 14px rgba(30, 64, 175, 0.2),
    0 4px 16px rgba(59, 130, 246, 0.25);
  backdrop-filter: blur(2px);
}

.lj-gbc-orb .lj-gbc-shine {
  position: absolute;
  top: 8%;
  left: 14%;
  width: 38%;
  height: 22%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  filter: blur(3px);
  transform: rotate(-24deg);
  pointer-events: none;
}

.lj-gbc-orb .lj-gbc-core {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.lj-gbc-orb .lj-xo-brand {
  color: #1e3a8a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.lj-gbc-orb .lj-xo-sat {
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid rgba(59, 130, 246, 0.6);
  color: #1d4ed8;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
  font-weight: 800;
}

/* ═══════════════════════════════════════
   pulse-badge-modern — 現代徽章脈動款
   ═══════════════════════════════════════ */
.lj-pbm-orb {
  border-radius: 50%;
}

.lj-pbm-orb .lj-pbm-pulse {
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  border: 2px solid rgba(59, 130, 246, 0.5);
  animation: lj-pbm-pulse-ring 2.4s ease-out infinite;
}

.lj-pbm-orb .lj-pbm-pulse--b {
  animation-delay: 1.2s;
}

.lj-pbm-orb .lj-pbm-badge {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: linear-gradient(160deg, #1e40af 0%, #2563eb 48%, #1d4ed8 100%);
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 4px 14px rgba(37, 99, 235, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.lj-pbm-orb .lj-pbm-brand {
  font-size: calc(var(--lj-xo-brand) * 1.05);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  font-family: 'PingFang TC', 'Microsoft JhengHei', 'Noto Sans TC', system-ui, sans-serif;
}

.lj-pbm-orb .lj-pbm-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: calc(var(--lj-xo-sat-size) * 1.1);
  height: calc(var(--lj-xo-sat-size) * 0.72);
  padding: 0 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #1d4ed8;
  font-size: calc(var(--lj-xo-sat-size) * 0.44);
  font-weight: 900;
  letter-spacing: 0.12em;
  font-family: ui-monospace, 'Consolas', monospace;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

/* ── tech-multi-sat-orbit 多恆星科技公轉款 ── */
.lj-tmo-orb {
  --lj-tmo-r-a: calc(var(--lj-xo-box) * 0.44);
  --lj-tmo-r-b: calc(var(--lj-xo-box) * 0.36);
  --lj-tmo-r-c: calc(var(--lj-xo-box) * 0.28);
  --lj-tmo-core-size: calc(var(--lj-xo-box) * 0.52);
  --lj-tmo-sat-ai: calc(var(--lj-xo-box) * 0.22);
  --lj-tmo-sat-beacon: calc(var(--lj-xo-box) * 0.1);
  --lj-tmo-brand: calc(var(--lj-xo-box) * 0.2);
  position: relative;
  width: var(--lj-xo-box);
  height: var(--lj-xo-box);
  border-radius: 50%;
  isolation: isolate;
  transform-style: preserve-3d;
  perspective: 320px;
}

.lj-tmo-field {
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(34, 211, 238, 0.22) 0%, transparent 52%),
    radial-gradient(circle at 68% 72%, rgba(167, 139, 250, 0.18) 0%, transparent 48%),
    radial-gradient(circle at 50% 50%, rgba(15, 23, 42, 0.35) 0%, transparent 70%);
  filter: blur(1px);
  z-index: 0;
  pointer-events: none;
}

.lj-tmo-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--lj-tmo-core-size);
  height: var(--lj-tmo-core-size);
  margin-left: calc(var(--lj-tmo-core-size) * -0.5);
  margin-top: calc(var(--lj-tmo-core-size) * -0.5);
  border-radius: 50%;
  border: 1px solid rgba(251, 191, 36, 0.55);
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.25);
  z-index: 2;
  pointer-events: none;
  animation: lj-tmo-core-pulse 3.6s ease-out infinite;
}

.lj-tmo-pulse--b {
  animation-delay: 1.8s;
  border-color: rgba(34, 211, 238, 0.45);
}

.lj-tmo-core-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  pointer-events: none;
  z-index: 4;
}

.lj-tmo-core-ring--outer {
  width: calc(var(--lj-tmo-core-size) * 1.18);
  height: calc(var(--lj-tmo-core-size) * 1.18);
  margin-left: calc(var(--lj-tmo-core-size) * -0.59);
  margin-top: calc(var(--lj-tmo-core-size) * -0.59);
  border: 1px solid rgba(251, 191, 36, 0.35);
  box-shadow:
    0 0 6px rgba(251, 191, 36, 0.2),
    inset 0 0 4px rgba(34, 211, 238, 0.15);
}

.lj-tmo-core-ring--inner {
  width: calc(var(--lj-tmo-core-size) * 1.06);
  height: calc(var(--lj-tmo-core-size) * 1.06);
  margin-left: calc(var(--lj-tmo-core-size) * -0.53);
  margin-top: calc(var(--lj-tmo-core-size) * -0.53);
  border: 1px dashed rgba(34, 211, 238, 0.4);
  animation: lj-tmo-inner-ring-spin 24s linear infinite;
}

.lj-tmo-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--lj-tmo-core-size);
  height: var(--lj-tmo-core-size);
  margin-left: calc(var(--lj-tmo-core-size) * -0.5);
  margin-top: calc(var(--lj-tmo-core-size) * -0.5);
  border-radius: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 32% 28%, #312e81 0%, #1e1b4b 42%, #0f172a 100%);
  border: 2px solid rgba(251, 191, 36, 0.75);
  box-shadow:
    0 0 14px rgba(34, 211, 238, 0.35),
    0 4px 16px rgba(15, 23, 42, 0.55),
    inset 0 0 12px rgba(34, 211, 238, 0.12);
}

.lj-tmo-core-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, rgba(34, 211, 238, 0.28) 0%, transparent 58%);
  pointer-events: none;
}

.lj-tmo-core-scan {
  position: absolute;
  inset: -20%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(34, 211, 238, 0.22) 18deg, transparent 36deg);
  animation: lj-tmo-core-scan 5s linear infinite;
  pointer-events: none;
}

.lj-tmo-brand {
  position: relative;
  z-index: 2;
  font-size: var(--lj-tmo-brand);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fef3c7;
  text-shadow:
    0 0 8px rgba(251, 191, 36, 0.65),
    0 1px 2px rgba(0, 0, 0, 0.45);
  font-family: 'PingFang TC', 'Microsoft JhengHei', 'Noto Sans TC', system-ui, sans-serif;
}

.lj-tmo-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
  pointer-events: none;
  z-index: 3;
}

.lj-tmo-orbit--a {
  z-index: 7;
}

.lj-tmo-orbit--b {
  z-index: 6;
}

.lj-tmo-orbit--c {
  z-index: 5;
}

.lj-tmo-drift,
.lj-tmo-arm {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
}

.lj-tmo-orbit--a .lj-tmo-drift {
  animation: lj-tmo-drift-a 68s linear infinite;
}

.lj-tmo-orbit--a .lj-tmo-arm {
  animation: lj-tmo-arm-a 11s linear infinite;
}

.lj-tmo-orbit--b .lj-tmo-drift {
  animation: lj-tmo-drift-b 84s linear infinite reverse;
}

.lj-tmo-orbit--b .lj-tmo-arm {
  animation: lj-tmo-arm-b 16s linear infinite reverse;
}

.lj-tmo-orbit--c .lj-tmo-drift {
  animation: lj-tmo-drift-c 52s linear infinite;
}

.lj-tmo-orbit--c .lj-tmo-arm {
  animation: lj-tmo-arm-c 9s linear infinite;
}

.lj-tmo-sat {
  position: absolute;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
}

.lj-tmo-orbit--a .lj-tmo-sat {
  transform: translateX(var(--lj-tmo-r-a)) translate(-50%, -50%) scaleY(0.76);
}

.lj-tmo-orbit--b .lj-tmo-sat {
  transform: translateX(var(--lj-tmo-r-b)) translate(-50%, -50%) scaleY(0.62) scaleX(1.08);
}

.lj-tmo-orbit--c .lj-tmo-sat {
  transform: translateX(var(--lj-tmo-r-c)) translate(-50%, -50%) scaleY(0.84) scaleX(0.92);
}

.lj-tmo-sat--ai {
  width: var(--lj-tmo-sat-ai);
  height: var(--lj-tmo-sat-ai);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lj-tmo-sat-orbit-ring {
  position: absolute;
  inset: -18%;
  border-radius: 50%;
  border: 1px solid rgba(34, 211, 238, 0.75);
  box-shadow:
    0 0 6px rgba(34, 211, 238, 0.45),
    inset 0 0 4px rgba(167, 139, 250, 0.25);
  animation: lj-tmo-sat-ring-spin 7s linear infinite;
}

.lj-tmo-sat-hull {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--lj-tmo-sat-ai) * 0.42);
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #ecfeff;
  background: linear-gradient(145deg, #0891b2 0%, #6366f1 55%, #7c3aed 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.5);
  font-family: ui-monospace, 'Consolas', monospace;
}

.lj-tmo-sat-scan {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(120deg, transparent 42%, rgba(255, 255, 255, 0.35) 50%, transparent 58%);
  animation: lj-tmo-sat-scan 2.8s ease-in-out infinite;
  pointer-events: none;
}

.lj-tmo-sat--beacon {
  width: var(--lj-tmo-sat-beacon);
  height: var(--lj-tmo-sat-beacon);
}

.lj-tmo-beacon-halo {
  position: absolute;
  inset: -140%;
  border-radius: 50%;
  border: 1px solid rgba(167, 139, 250, 0.55);
  box-shadow: 0 0 8px rgba(167, 139, 250, 0.45);
  animation: lj-tmo-beacon-halo 2.4s ease-in-out infinite;
}

.lj-tmo-sat--beacon-b .lj-tmo-beacon-halo {
  border-color: rgba(34, 211, 238, 0.5);
  box-shadow: 0 0 8px rgba(34, 211, 238, 0.4);
  animation-delay: 1.1s;
}

.lj-tmo-beacon-core {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, #e9d5ff 0%, #a78bfa 45%, #6366f1 100%);
  box-shadow: 0 0 6px rgba(167, 139, 250, 0.8);
}

.lj-tmo-sat--beacon-b .lj-tmo-beacon-core {
  background: radial-gradient(circle, #cffafe 0%, #22d3ee 45%, #0891b2 100%);
  box-shadow: 0 0 6px rgba(34, 211, 238, 0.75);
}

/* Header 48px：副星簡化為光點，隱藏第三軌 */
.lungkee-ai-chat__header-brand[data-lj-orb-variant='tech-multi-sat-orbit'] .lj-tmo-orb {
  --lj-tmo-r-a: calc(var(--lj-xo-box) * 0.4);
  --lj-tmo-r-b: calc(var(--lj-xo-box) * 0.32);
  --lj-tmo-core-size: calc(var(--lj-xo-box) * 0.56);
  --lj-tmo-sat-ai: calc(var(--lj-xo-box) * 0.24);
  --lj-tmo-sat-beacon: calc(var(--lj-xo-box) * 0.08);
}

.lungkee-ai-chat__header-brand[data-lj-orb-variant='tech-multi-sat-orbit'] .lj-tmo-orbit--c {
  display: none;
}

.lungkee-ai-chat__header-brand[data-lj-orb-variant='tech-multi-sat-orbit'] .lj-tmo-beacon-halo {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .lj-ano-glow,
  .lj-ano-ring,
  .lj-grp-ring-outer,
  .lj-grp-ring-inner,
  .lj-xo-orbit,
  .lj-pbm-pulse,
  .lj-ano-brand-shimmer,
  .lj-tmo-pulse,
  .lj-tmo-core-ring--inner,
  .lj-tmo-core-scan,
  .lj-tmo-drift,
  .lj-tmo-arm,
  .lj-tmo-sat-orbit-ring,
  .lj-tmo-sat-scan,
  .lj-tmo-beacon-halo {
    animation: none !important;
  }
}

@keyframes lj-xo-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes lj-ano-glow-pulse {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes lj-ano-brand-shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes lj-pbm-pulse-ring {
  0% {
    transform: scale(0.85);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

@keyframes lj-tmo-core-pulse {
  0% {
    transform: scale(0.92);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes lj-tmo-inner-ring-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes lj-tmo-core-scan {
  to {
    transform: rotate(360deg);
  }
}

@keyframes lj-tmo-drift-a {
  0% {
    transform: rotateX(58deg) rotateZ(8deg);
  }
  25% {
    transform: rotateX(48deg) rotateZ(98deg);
  }
  50% {
    transform: rotateX(64deg) rotateZ(188deg);
  }
  75% {
    transform: rotateX(52deg) rotateZ(278deg);
  }
  100% {
    transform: rotateX(58deg) rotateZ(368deg);
  }
}

@keyframes lj-tmo-drift-b {
  0% {
    transform: rotateX(42deg) rotateY(18deg) rotateZ(24deg);
  }
  33% {
    transform: rotateX(56deg) rotateY(-8deg) rotateZ(144deg);
  }
  66% {
    transform: rotateX(38deg) rotateY(22deg) rotateZ(264deg);
  }
  100% {
    transform: rotateX(42deg) rotateY(18deg) rotateZ(384deg);
  }
}

@keyframes lj-tmo-drift-c {
  0% {
    transform: rotateX(72deg) rotateZ(-12deg);
  }
  50% {
    transform: rotateX(54deg) rotateZ(168deg);
  }
  100% {
    transform: rotateX(72deg) rotateZ(348deg);
  }
}

@keyframes lj-tmo-arm-a {
  to {
    transform: rotate(360deg);
  }
}

@keyframes lj-tmo-arm-b {
  to {
    transform: rotate(360deg);
  }
}

@keyframes lj-tmo-arm-c {
  to {
    transform: rotate(360deg);
  }
}

@keyframes lj-tmo-sat-ring-spin {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes lj-tmo-sat-scan {
  0%,
  100% {
    opacity: 0.15;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.85;
    transform: rotate(180deg);
  }
}

@keyframes lj-tmo-beacon-halo {
  0%,
  100% {
    transform: scale(0.88);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}
