*, *::before, *::after { cursor: none !important; }



:root {

  color-scheme: dark;

}



* {

  scroll-behavior: smooth;

}



body {

  cursor: none !important;

  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  background: radial-gradient(circle at 20% 20%, rgba(139, 92, 246, 0.07), transparent 25%),

    radial-gradient(circle at 80% 0%, rgba(94, 227, 255, 0.08), transparent 20%),

    #05040c;

  color: #e8e8f5;

  min-height: 100vh;

  position: relative;

}





.font-display {

  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  font-weight: 700;

}



a, button, [role="button"], .cursor-pointer { cursor: none !important; }

/* Hover feedback (hors navbar) */
main a,
main button,
main [role="button"],
main .cursor-pointer,
footer a {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, filter 160ms ease;
}

main a:hover,
main button:hover,
main [role="button"]:hover,
main .cursor-pointer:hover,
footer a:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(139, 92, 246, 0.22), 0 0 14px rgba(94, 227, 255, 0.12);
  filter: brightness(1.02);
}

/* Navbar hover: texte lumineux, sans lift */
header a[data-nav-link] {
  transition: color 140ms ease, text-shadow 140ms ease;
}

header a[data-nav-link]:hover {
  color: #e8e8f5 !important;
  text-shadow: 0 0 12px rgba(139, 92, 246, 0.7);
}

/* Effet hover harmonisé pour les grandes cartes */
.card-hover {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.card-hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(76, 31, 179, 0.16), rgba(140, 91, 229, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.card-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(139, 92, 246, 0.24), 0 0 26px rgba(94, 227, 255, 0.14);
  border-color: rgba(155, 105, 255, 0.6);
  filter: brightness(1.02);
}

.card-hover:hover::after {
  opacity: 1;
}

.font-body {

  cursor: none !important;

  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  font-weight: 400;

}



/* Scrollbar custom */

::-webkit-scrollbar {

  width: 12px;

  background: transparent;

}



::-webkit-scrollbar-track {

  background: rgba(14, 12, 24, 0.6);

  border-radius: 999px;

}



::-webkit-scrollbar-thumb {

  background: linear-gradient(180deg, #4c1fb3 0%, #8c5be5 50%, #b384ff 100%);

  border-radius: 999px;

  border: 2px solid rgba(14, 12, 24, 0.8);

  box-shadow: 0 0 12px rgba(139, 92, 246, 0.35);

}



::-webkit-scrollbar-thumb:hover {

  background: linear-gradient(180deg, #5d2bd0 0%, #9c6df0 60%, #c09bff 100%);

}



body::before {

  content: "";

  position: fixed;

  inset: 0;

  background: linear-gradient(135deg, rgba(10, 10, 14, 0.8), rgba(8, 6, 18, 0.75));

  pointer-events: none;

  z-index: -2;

}



body::after {

  content: "";

  position: fixed;

  inset: 0;

  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.06) 1px, transparent 0);

  background-size: 48px 48px;

  opacity: 0.35;

  pointer-events: none;

  z-index: -1;

}



.noise {

  position: fixed;

  inset: 0;

  pointer-events: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.22'/%3E%3C/svg%3E");

  mix-blend-mode: soft-light;

  z-index: -1;

}



.glass {

  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));

  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);

}



.glow-ring {

  position: absolute;

  inset: -30%;

  background: radial-gradient(circle, rgba(139, 92, 246, 0.22), transparent 60%);

  filter: blur(60px);

  opacity: 0.8;

}



.button-shine {

  background-image: linear-gradient(

    120deg,

    rgba(255, 255, 255, 0) 0%,

    rgba(255, 255, 255, 0.18) 45%,

    rgba(255, 255, 255, 0) 60%

  );

  background-size: 200% 100%;

  animation: shine 2s linear infinite;

}



.btn-gradient {

  background-image: linear-gradient(90deg, #4c1fb3 0%, #8c5be5 50%, #b384ff 100%) !important;

  background-repeat: no-repeat;

  background-size: 120% 120%;

  background-origin: border-box;

  background-clip: padding-box;

  box-shadow: 0 12px 36px rgba(76, 31, 179, 0.28), 0 12px 42px rgba(179, 132, 255, 0.26);

}



.btn-gradient:hover {

  filter: brightness(1.04);

}



.logo-badge {

  position: relative;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 22px;

  background: radial-gradient(circle at 30% 30%, rgba(139, 92, 246, 0.25), rgba(5, 4, 12, 0.4) 65%);

  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.35), 0 0 32px rgba(139, 92, 246, 0.32);

  overflow: hidden;

}



.logo-badge-sm {

  width: 44px;

  height: 44px;

  border-radius: 14px;

  background: radial-gradient(circle at 25% 25%, rgba(139, 92, 246, 0.25), rgba(5, 4, 12, 0.6) 70%);

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), 0 0 18px rgba(139, 92, 246, 0.28);

  overflow: hidden;

}



.bg-dsk-gradient {

  background-image: linear-gradient(90deg, #4c1fb3 0%, #8c5be5 50%, #b384ff 100%);

}



.bg-dsk-gradient-soft {

  background-image: linear-gradient(

    120deg,

    rgba(76, 31, 179, 0.55) 0%,

    rgba(140, 91, 229, 0.38) 50%,

    rgba(179, 132, 255, 0.32) 100%

  );

}



.bg-dsk-gradient-fade {

  background-image: linear-gradient(

    120deg,

    rgba(76, 31, 179, 0.18) 0%,

    rgba(140, 91, 229, 0.12) 50%,

    rgba(179, 132, 255, 0.08) 100%

  );

}



.bg-grid {

  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.04) 1px, transparent 0);

  background-size: 36px 36px;

}



.nav-blur {

  backdrop-filter: blur(12px);

  background: rgba(7, 6, 14, 0.65);

}



.shadow-glow {

  box-shadow: 0 0 24px rgba(139, 92, 246, 0.35), 0 0 64px rgba(94, 227, 255, 0.15);

}



.shadow-inner-glow {

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 40px rgba(0, 0, 0, 0.45);

}





/* Arrondis plus marqu�s et effets globaux */

.rounded-xl,

.rounded-2xl,

.rounded-3xl,

.rounded-4xl {

  border-radius: 18px !important;

}



.orb-layer {

  position: fixed;

  inset: 0;

  pointer-events: none;

  background: radial-gradient(circle at 12% 22%, rgba(140, 91, 229, 0.24), transparent 18%),

    radial-gradient(circle at 82% 18%, rgba(140, 91, 229, 0.14), transparent 22%),

    radial-gradient(circle at 28% 76%, rgba(140, 91, 229, 0.18), transparent 20%),

    radial-gradient(circle at 78% 78%, rgba(140, 91, 229, 0.12), transparent 24%),

    radial-gradient(circle at 52% 46%, rgba(140, 91, 229, 0.1), transparent 28%);

  filter: blur(14px);

  mix-blend-mode: screen;

  z-index: 0;

}



.roster-card {

  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;

}



.roster-card:hover {

  transform: translateY(-3px);

  box-shadow: 0 0 30px rgba(139, 92, 246, 0.35), 0 0 60px rgba(94, 227, 255, 0.18);

  border-color: rgba(155, 105, 255, 0.65);

}



/* Arrondis plus marqués sur tous les encadrés principaux */

.rounded-xl,

.rounded-2xl,

.rounded-3xl,

.rounded-4xl {

  border-radius: 18px !important;

}



.fade-in-up {

  opacity: 0;

  transform: translateY(16px);

  transition: opacity 0.45s ease, transform 0.45s ease;

}



.animate-in {

  opacity: 1 !important;

  transform: translateY(0) !important;

}



@keyframes shine {

  0% {

    background-position: 200% 0;

  }

  100% {

    background-position: -200% 0;

  }

}





.cursor-glow {

  position: fixed;

  width: 240px;

  height: 240px;

  border-radius: 9999px;

  background: radial-gradient(circle, rgba(140, 91, 229, 0.16) 0%, rgba(140, 91, 229, 0.0) 70%);

  pointer-events: none;

  mix-blend-mode: screen;

  filter: blur(22px);

  left: 0;

  top: 0;

  transform: translate(-120px, -120px);

  z-index: 10000;

}





.cursor-dot {

  position: fixed;

  width: 12px;

  height: 12px;

  border-radius: 9999px;

  background: radial-gradient(circle, rgba(200, 150, 255, 0.95) 0%, rgba(140, 100, 210, 0.7) 60%, rgba(120, 80, 180, 0) 100%);

  box-shadow: 0 0 18px rgba(170, 110, 250, 0.65);

  pointer-events: none;

  left: 0;

  top: 0;

  transform: translate(-6px, -6px);

  z-index: 10001;

}

.faq-item {

  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  user-select: none;

}



.faq-item .faq-answer {

  max-height: 0;

  opacity: 0;

  transition: max-height 0.25s ease, opacity 0.25s ease;

}



.faq-item.open {

  border-color: rgba(255, 255, 255, 0.2);

  box-shadow: 0 0 24px rgba(139, 92, 246, 0.25);

}



.faq-item.open .faq-answer {

  max-height: 360px;

  opacity: 1;

}

.faq-answer p {

  user-select: text;

}


@media (pointer: coarse) {

  *, *::before, *::after {

    cursor: auto !important;

  }

}


.faq-icon {

  transition: transform 0.2s ease, color 0.2s ease;

}



.faq-item.open .faq-icon {

  transform: rotate(180deg);

  color: #ffffff;

}



.nav-active {
  position: relative;
  color: #e8e8f5 !important;
}

.nav-active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4c1fb3 0%, #8c5be5 50%, #b384ff 100%);
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
}

.nav-active .nav-dot::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-radius: 999px;
  background: #9b69ff;
  box-shadow: 0 0 8px rgba(139, 92, 246, 0.65);
}
