/* OMA Data Intel Sentinel — premium purple/gold enterprise character */

:root {
  --oma-di-purple: #a855f7;
  --oma-di-purple-bright: #c084fc;
  --oma-di-purple-deep: #7c3aed;
  --oma-di-gold: #d4a853;
  --oma-di-gold-dim: rgba(212, 168, 83, 0.35);
}

/* ── Landing hero character ── */
.ax-hero-v2__char-stage.ax-di-stage {
  --ax-sentinel-aspect: 493 / 506;
}

.ax-di-fx {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.ax-di-eye {
  position: absolute;
  width: 3.2%;
  height: 2.4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 132, 252, 0.95) 0%, rgba(168, 85, 247, 0.4) 55%, transparent 72%);
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.85), 0 0 24px rgba(124, 58, 237, 0.45);
  animation: axDiEyePulse 2.4s ease-in-out infinite;
}

.ax-di-eye--l { top: 27.5%; left: 38.8%; animation-delay: 0s; }
.ax-di-eye--c { top: 24.8%; left: 49.2%; width: 2.6%; height: 2%; animation-delay: 0.35s; }
.ax-di-eye--r { top: 27.5%; left: 57.8%; animation-delay: 0.7s; }

.ax-di-wing-glow {
  position: absolute;
  top: 18%;
  left: 8%;
  right: 8%;
  height: 52%;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(168, 85, 247, 0.12) 0%, transparent 68%);
  animation: axDiWingShimmer 4s ease-in-out infinite;
}

.ax-di-circuit-ring {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(168, 85, 247, 0.22);
  pointer-events: none;
}

.ax-di-circuit-ring--1 {
  width: 72%;
  height: 10%;
  animation: axDiRingPulse 3.2s ease-in-out infinite;
}

.ax-di-circuit-ring--2 {
  width: 58%;
  height: 8%;
  bottom: 10%;
  border-color: rgba(212, 168, 83, 0.18);
  animation: axDiRingPulse 3.2s ease-in-out infinite 0.6s;
}

.ax-di-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.ax-di-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--oma-di-purple-bright);
  box-shadow: 0 0 8px var(--oma-di-purple);
  opacity: 0;
  animation: axDiParticle 6s ease-in-out infinite;
}

.ax-di-particle:nth-child(1) { left: 12%; top: 30%; animation-delay: 0s; }
.ax-di-particle:nth-child(2) { left: 88%; top: 35%; animation-delay: 1.2s; }
.ax-di-particle:nth-child(3) { left: 22%; top: 55%; animation-delay: 2.4s; }
.ax-di-particle:nth-child(4) { left: 78%; top: 50%; animation-delay: 3.6s; }
.ax-di-particle:nth-child(5) { left: 50%; top: 18%; animation-delay: 4.8s; }

.ax-hero-v2__char.ax-di-char {
  filter:
    brightness(1.08)
    contrast(1.08)
    saturate(1.12)
    drop-shadow(0 8px 32px rgba(0, 0, 0, 0.65))
    drop-shadow(0 0 48px rgba(124, 58, 237, 0.28))
    drop-shadow(0 0 24px rgba(212, 168, 83, 0.12));
}

.ax-di-stage:not(.oma-entrance-settled):not(.oma-entrance-deploy) .ax-hero-v2__char.ax-di-char {
  animation: none !important;
}

.ax-di-stage.oma-entrance-settled .ax-hero-v2__char.ax-di-char {
  animation: axDiCharFloat 5.5s ease-in-out infinite;
}

.ax-hero-v2__char-spotlight.ax-di-spotlight {
  background:
    radial-gradient(ellipse 70% 55% at 50% 45%, rgba(168, 85, 247, 0.22) 0%, rgba(124, 58, 237, 0.08) 40%, transparent 68%),
    radial-gradient(ellipse 50% 24% at 50% 88%, rgba(212, 168, 83, 0.18) 0%, transparent 70%);
}

.ax-hero-v2__char-pedestal-glow.ax-di-pedestal {
  background: radial-gradient(ellipse, rgba(168, 85, 247, 0.4) 0%, rgba(212, 168, 83, 0.12) 45%, transparent 72%);
}

.ax-hero-v2__visual.is-active .ax-hero-v2__char.ax-di-char {
  filter:
    brightness(1.1)
    contrast(1.1)
    saturate(1.15)
    drop-shadow(0 10px 36px rgba(0, 0, 0, 0.68))
    drop-shadow(0 0 56px rgba(168, 85, 247, 0.38))
    drop-shadow(0 0 28px rgba(212, 168, 83, 0.16));
}

/* ── OMA hero: ambient floor radar (shadow only, never distracting) ── */
.ax-hero-v2__stage:has(.ax-di-stage) .ax-threat-radar {
  left: 50%;
  top: auto;
  bottom: 5%;
  width: min(48%, 220px);
  aspect-ratio: 1;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  filter: blur(1.5px);
  mix-blend-mode: soft-light;
  transform: translate(-50%, 0) rotateX(82deg);
  transition: opacity 0.5s ease;
}

.ax-hero-v2__stage:has(.ax-di-stage).oma-entrance-settled .ax-threat-radar,
.ax-hero-v2__stage:has(.ax-di-stage).oma-hud-booting .ax-threat-radar {
  opacity: 0.11;
}

.ax-hero-v2__stage:has(.ax-di-stage) .ax-threat-sweep {
  display: none;
}

.ax-hero-v2__stage:has(.ax-di-stage) .ax-threat-ring {
  border: none;
  background: radial-gradient(
    circle,
    rgba(124, 58, 237, 0.07) 0%,
    rgba(168, 85, 247, 0.04) 42%,
    transparent 68%
  );
  box-shadow: 0 0 28px 6px rgba(124, 58, 237, 0.05);
  animation: axDiRadarBreath 7s ease-in-out infinite;
}

.ax-hero-v2__stage:has(.ax-di-stage) .ax-threat-ring-2 {
  inset: 14%;
  animation-delay: 2.3s;
}

.ax-hero-v2__stage:has(.ax-di-stage) .ax-threat-ring-3 {
  inset: 28%;
  animation-delay: 4.6s;
}

.ax-hero-v2__stage:has(.ax-di-stage).is-threat-scanning .ax-threat-radar {
  opacity: 0.14;
}

.ax-hero-v2__stage:has(.ax-di-stage).is-threat-alert .ax-threat-radar {
  opacity: 0.18;
}

.ax-hero-v2__stage:has(.ax-di-stage).is-threat-alert .ax-threat-ring {
  background: radial-gradient(
    circle,
    rgba(239, 68, 68, 0.08) 0%,
    rgba(168, 85, 247, 0.04) 45%,
    transparent 68%
  );
  box-shadow: 0 0 24px 4px rgba(239, 68, 68, 0.06);
}

@keyframes axDiRadarBreath {
  0%, 100% { opacity: 0.35; transform: scale(0.97); }
  50% { opacity: 0.65; transform: scale(1.02); }
}

/* ══ Enterprise OMA hero shell (landing) ══ */
.ax-hero-v2__stage.ax-di-stage-shell {
  padding: 0;
  border-radius: 22px;
  border: 1px solid rgba(168, 85, 247, 0.22);
  background:
    linear-gradient(165deg, rgba(18, 8, 38, 0.92) 0%, rgba(8, 6, 22, 0.88) 45%, rgba(6, 10, 28, 0.9) 100%);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.55),
    0 0 80px rgba(124, 58, 237, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -1px 0 rgba(168, 85, 247, 0.08);
  overflow: hidden;
}

.ax-hero-v2__stage.ax-di-stage-shell .ax-hero-v2__stage-glow.ax-di-aurora {
  width: 88%;
  height: 72%;
  top: 8%;
  left: 6%;
  background:
    radial-gradient(circle at 50% 42%, rgba(168, 85, 247, 0.2) 0%, rgba(124, 58, 237, 0.08) 42%, transparent 68%),
    radial-gradient(ellipse 60% 30% at 50% 88%, rgba(212, 168, 83, 0.1) 0%, transparent 70%);
}

.ax-hero-v2__stage.ax-di-stage-shell .ax-hero-v2__blink--ambient,
.ax-hero-v2__stage.ax-di-stage-shell .ax-hero-v2__pedestal {
  display: none;
}

/* Ambient layers */
.ax-di-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ax-di-scan-lines {
  display: none !important;
}

.ax-di-datastreams {
  position: absolute;
  inset: 0;
  opacity: 0.5;
}

.ax-di-datastreams span {
  position: absolute;
  top: -20%;
  width: 1px;
  height: 35%;
  background: linear-gradient(180deg, transparent, rgba(168, 85, 247, 0.35), transparent);
  opacity: 0;
  animation: axDiDataStream 5s ease-in-out infinite;
}

.ax-di-datastreams span:nth-child(1) { left: 18%; animation-delay: 0s; }
.ax-di-datastreams span:nth-child(2) { left: 32%; animation-delay: 1.1s; height: 28%; }
.ax-di-datastreams span:nth-child(3) { left: 48%; animation-delay: 0.4s; }
.ax-di-datastreams span:nth-child(4) { left: 62%; animation-delay: 1.8s; height: 32%; }
.ax-di-datastreams span:nth-child(5) { left: 76%; animation-delay: 0.9s; }
.ax-di-datastreams span:nth-child(6) { left: 88%; animation-delay: 2.2s; height: 26%; }

.ax-di-stage-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 80% at 50% 50%, transparent 40%, rgba(4, 2, 12, 0.55) 100%);
}

.ax-hero-v2__gridlines.ax-di-gridlines {
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(168, 85, 247, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 85, 247, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 88% 78% at 50% 52%, #000 15%, transparent 72%);
}

/* HUD corners */
.ax-di-hud-corner {
  position: absolute;
  width: 18px;
  height: 18px;
  z-index: 4;
  border-color: rgba(168, 85, 247, 0.45);
  border-style: solid;
  border-width: 0;
  pointer-events: none;
}

.ax-di-hud-corner--tl { top: 12px; left: 12px; border-top-width: 1.5px; border-left-width: 1.5px; }
.ax-di-hud-corner--tr { top: 12px; right: 12px; border-top-width: 1.5px; border-right-width: 1.5px; }
.ax-di-hud-corner--bl { bottom: 12px; left: 12px; border-bottom-width: 1.5px; border-left-width: 1.5px; }
.ax-di-hud-corner--br { bottom: 12px; right: 12px; border-bottom-width: 1.5px; border-right-width: 1.5px; }

/* Enterprise command bar */
.ax-di-command-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: linear-gradient(180deg, rgba(20, 10, 42, 0.92) 0%, rgba(12, 8, 28, 0.75) 100%);
  border-bottom: 1px solid rgba(168, 85, 247, 0.15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ax-di-command-bar__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(233, 213, 255, 0.88);
}

.ax-di-verified {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #4ade80;
  filter: drop-shadow(0 0 6px rgba(74, 222, 128, 0.45));
}

.ax-di-verified svg {
  width: 100%;
  height: 100%;
}

.ax-di-command-bar__live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border-radius: 999px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #bbf7d0;
  background: rgba(6, 20, 12, 0.85);
  border: 1px solid rgba(74, 222, 128, 0.28);
  box-shadow: 0 0 16px rgba(74, 222, 128, 0.08);
}

.ax-di-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 10px rgba(74, 222, 128, 0.75);
  animation: axDiLivePulse 2s ease-in-out infinite;
}

.ax-hero-v2__stage.is-threat-alert .ax-di-command-bar__live {
  color: #fecaca;
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(28, 8, 8, 0.88);
}

.ax-hero-v2__stage.is-threat-alert .ax-di-live-dot {
  background: #f87171;
  box-shadow: 0 0 10px rgba(248, 113, 113, 0.8);
}

/* Premium HUD panel */
.ax-hero-v2__hud.ax-di-hud {
  left: 14px;
  bottom: 14px;
  min-width: 152px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(8, 6, 20, 0.88);
  border: 1px solid rgba(168, 85, 247, 0.22);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ax-di-hud-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(168, 85, 247, 0.12);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(192, 132, 252, 0.75);
}

.ax-di-hud-header-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--oma-di-purple);
  box-shadow: 0 0 8px var(--oma-di-purple);
}

.ax-hero-v2__hud.ax-di-hud .ax-hero-v2__hud-row {
  color: rgba(148, 163, 184, 0.85);
  font-size: 0.56rem;
}

.ax-hero-v2__hud.ax-di-hud .ax-hero-v2__hud-row strong {
  color: #c4b5fd;
  font-variant-numeric: tabular-nums;
}

.ax-hero-v2__hud.ax-di-hud .ax-hero-v2__hud-row strong.is-alert {
  color: #f87171;
}

/* Hex platform */
.ax-di-hex-platform {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 52%;
  height: 12%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}

.ax-di-hex-platform__core {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(212, 168, 83, 0.12) 0%, transparent 50%),
    conic-gradient(from 30deg, rgba(168, 85, 247, 0.15) 0deg 60deg, transparent 60deg 120deg, rgba(212, 168, 83, 0.1) 120deg 180deg, transparent 180deg 240deg, rgba(168, 85, 247, 0.12) 240deg 300deg, transparent 300deg 360deg);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  border: 1px solid rgba(168, 85, 247, 0.25);
  box-shadow: 0 0 24px rgba(124, 58, 237, 0.2), inset 0 0 20px rgba(168, 85, 247, 0.08);
}

.ax-di-hex-platform__ring {
  position: absolute;
  inset: -8%;
  border: 1px solid rgba(168, 85, 247, 0.12);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: axDiHexPulse 4s ease-in-out infinite;
}

.ax-di-hex-platform__label {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.48rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(192, 132, 252, 0.55);
  white-space: nowrap;
}

.ax-hero-v2__stage.oma-hud-booting .ax-di-hud-corner {
  animation: omaBracketIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ax-hero-v2__stage.oma-hud-booting .ax-di-hud-corner--tr { animation-delay: 0.05s; }
.ax-hero-v2__stage.oma-hud-booting .ax-di-hud-corner--bl { animation-delay: 0.08s; }
.ax-hero-v2__stage.oma-hud-booting .ax-di-hud-corner--br { animation-delay: 0.11s; }

.ax-hero-v2__stage.oma-entrance-pending .ax-di-hud-corner {
  opacity: 0;
}

.ax-hero-v2__stage.oma-entrance-settled .ax-di-hud-corner {
  opacity: 1;
}

.ax-hero-v2__stage.ax-di-stage-shell .ax-hero-v2__char-stage.ax-di-stage {
  top: 42px;
  bottom: 2%;
  height: auto;
  max-height: calc(100% - 50px);
}

@keyframes axDiScanDrift {
  to { transform: translateY(8px); }
}

@keyframes axDiDataStream {
  0% { opacity: 0; transform: translateY(0); }
  15% { opacity: 0.6; }
  85% { opacity: 0.25; transform: translateY(120%); }
  100% { opacity: 0; transform: translateY(140%); }
}

@keyframes axDiLivePulse {
  0%, 100% { opacity: 0.65; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes axDiHexPulse {
  0%, 100% { opacity: 0.4; transform: scale(0.98); }
  50% { opacity: 0.85; transform: scale(1.02); }
}

/* ── Meet OMA full scene ── */
.mo-data-intel-stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.mo-data-intel-stage .mo-char-stage {
  position: relative;
  left: auto;
  bottom: auto;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 999 / 1024;
  max-height: 100%;
  transform: none;
}

.mo-di-scene-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  animation: axDiCharFloat 6s ease-in-out infinite;
}

.mo-di-scene-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.mo-di-char-hero {
  object-position: center bottom;
  filter:
    brightness(1.08)
    contrast(1.08)
    saturate(1.12)
    drop-shadow(0 10px 36px rgba(0, 0, 0, 0.65))
    drop-shadow(0 0 48px rgba(124, 58, 237, 0.32))
    drop-shadow(0 0 20px rgba(212, 168, 83, 0.14));
}

.mo-di-scene-wrap.mo-di-char-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 4%;
}


.mo-di-scan {
  position: absolute;
  inset: 8% 6%;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
  border-radius: 12px;
  mask-image: linear-gradient(180deg, transparent, #000 15%, #000 85%, transparent);
}

.mo-di-scan::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.8), transparent);
  box-shadow: 0 0 16px rgba(168, 85, 247, 0.6);
  animation: moDiScanLine 4.5s ease-in-out infinite;
}

.mo-di-scene-glow {
  position: absolute;
  inset: -4%;
  z-index: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 45%, rgba(168, 85, 247, 0.15) 0%, transparent 65%);
  animation: axDiWingShimmer 5s ease-in-out infinite;
}

.mo-hero-stage.mo-di-stage-shell {
  min-height: clamp(420px, 46vw, 540px);
  padding: 10px 12px 14px;
  border-color: rgba(168, 85, 247, 0.22);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.55),
    0 0 80px rgba(124, 58, 237, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mo-di-char-stage {
  transform: translate3d(calc(var(--mo-hx, 0) * 8px), calc(var(--mo-hy, 0) * -6px), 0)
    rotateY(calc(var(--mo-hx, 0) * -4deg))
    rotateX(calc(var(--mo-hy, 0) * 3deg));
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.mo-hud-corner {
  border-color: rgba(168, 85, 247, 0.4);
}

.mo-hero-stage-glow.mo-di-aurora {
  background: radial-gradient(circle, rgba(168, 85, 247, 0.16) 0%, rgba(59, 130, 246, 0.06) 45%, transparent 68%);
}

.mo-hero-status.mo-di-status {
  color: #e9d5ff;
  border-color: rgba(168, 85, 247, 0.35);
  background: rgba(20, 10, 40, 0.92);
}

.mo-hero-title-accent.mo-di-accent {
  background: linear-gradient(135deg, #e9d5ff 0%, #a855f7 45%, #d4a853 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mo-di-protocol-bar {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(233, 213, 255, 0.92);
  background: rgba(12, 8, 28, 0.88);
  border: 1px solid rgba(168, 85, 247, 0.28);
  backdrop-filter: blur(10px);
  max-width: calc(100% - 140px);
}

.mo-di-protocol-bar svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #22c55e;
}

.mo-di-protocol-bar span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mo-flow-core-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.oma-flow-core .mo-di-core-thumb {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(168, 85, 247, 0.45);
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.35);
}

@keyframes axDiEyePulse {
  0%, 100% { opacity: 0.55; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes axDiWingShimmer {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

@keyframes axDiCharFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes axDiRingPulse {
  0%, 100% { opacity: 0.35; transform: translateX(-50%) scaleX(0.94); }
  50% { opacity: 0.85; transform: translateX(-50%) scaleX(1.04); }
}

@keyframes axDiParticle {
  0%, 100% { opacity: 0; transform: translateY(0); }
  20% { opacity: 0.85; }
  80% { opacity: 0.4; transform: translateY(-24px); }
}

@keyframes moDiScanLine {
  0% { top: 0; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

@media (max-width: 768px) {
  .ax-di-command-bar {
    flex-wrap: wrap;
    padding: 8px 10px;
    gap: 6px;
  }

  .ax-di-command-bar__brand {
    font-size: 0.5rem;
    letter-spacing: 0.06em;
  }

  .ax-di-command-bar__brand span:last-child {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ax-di-command-bar__live {
    font-size: 0.5rem;
    padding: 4px 8px;
  }

  .ax-di-hex-platform__label {
    display: none;
  }

  .mo-di-protocol-bar {
    display: none;
  }

  .mo-hero-hud-panel {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ax-hero-v2__stage:has(.ax-di-stage) .ax-threat-ring {
    animation: none;
    opacity: 0.5;
  }

  .ax-di-scan-lines,
  .ax-di-datastreams span,
  .ax-di-hex-platform__ring,
  .ax-di-live-dot {
    animation: none !important;
  }

  .ax-di-eye,
  .ax-di-wing-glow,
  .ax-di-circuit-ring,
  .ax-di-particle,
  .ax-hero-v2__char.ax-di-char,
  .mo-di-scene-wrap,
  .mo-di-scan::after,
  .mo-di-scene-glow {
    animation: none !important;
  }
}
