/* === Loader con transición suave === */
.criatura-loader {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.criatura-loader.show {
  opacity: 1;
}

.criatura-3d {
  animation: fadeIn 0.6s ease-in-out forwards;
  opacity: 0;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.criatura-ficha {
  transition: opacity 0.3s ease-in-out;
}

/* === Estilo árbol universo === */
.btn-rama {
  @apply px-6 py-3 bg-fox-red text-white rounded-lg text-xl font-bold hover:bg-neon-green hover:text-deep-black transition;
}

.subrama {
  @apply mb-12;
}

.subcategoria {
  @apply bg-ui-dark-gray text-white px-4 py-2 rounded-lg font-semibold transition hover:bg-fox-red;
}
a.wireframe-border.text-center.px-8.py-3.bg-fox-red.text-white.rounded-lg.shadow-lg.hover\:bg-fox-red\/90
Specificity: (0,9,1)
 {
    color: black;
}

