/* JarvisOrb stage styles — shared with root jarvis_orb.css */
.jarvis-orb {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: visible;
  background: transparent;
}

.jarvis-orb-canvas {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  background: transparent !important;
}

.jarvis-orb-label {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Consolas, "Cascadia Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #00f0ff;
  text-shadow: 0 0 8px rgba(0, 212, 255, 0.5);
  opacity: 0.85;
  white-space: nowrap;
}

.jarvis-orb--promo {
  min-height: 0;
  background: transparent;
}

.jarvis-orb--promo .jarvis-orb-canvas {
  background: transparent;
}

.jarvis-orb--promo .jarvis-orb-label {
  display: none;
}

#jarvis-orb-mount {
  position: relative;
  display: block;
  overflow: visible;
  background: transparent;
}

#jarvis-orb-mount .jarvis-orb {
  min-height: 0;
  width: 100%;
  height: 100%;
}

#jarvis-orb-mount .jarvis-orb-canvas {
  background: transparent !important;
}
