/* ============================================================
   LUMINEYES — Hero patch
   Conserve uniquement le pictogramme injecté au centre de .ai-core
   (par hero-patch.js → initHeroCore). Les anciennes règles d'intro
   vidéo plein écran et de robot flottant Spline ont été retirées :
   leurs éléments n'existent plus dans index.html.
   ============================================================ */

/* Pictogramme injecté par JS au centre de .ai-core */
.ai-core-pictogram {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-core-pictogram img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
