﻿/* Styles personnalisés Nexus Studio */

/* Fond galaxie réutilisable */
.bg-galaxy {
  background-image: url('../img/Background/Galaxy.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Effets néon simples */
.neon-text {
  text-shadow: 0 0 8px rgba(129, 140, 248, 0.9), 0 0 16px rgba(56, 189, 248, 0.8);
}

.neon-border {
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.7), 0 0 24px rgba(56, 189, 248, 0.7);
}

.card-glass {
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(10px);
}

.section-gradient {
  background: linear-gradient(120deg, #0f172a, #1e293b, #0ea5e9);
}
