/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/loading/EtherealLoader.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* Fog Overlay - The magical mist that clears */
.EtherealLoader_fogOverlay___dbT0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  /* Fallback for browsers without backdrop-filter support */
  background: linear-gradient(
    135deg,
    rgba(10, 10, 10, 0.98) 0%,
    rgba(26, 26, 46, 0.98) 100%
  ) !important;
  z-index: 9999;
  pointer-events: none;
  transition: opacity 1200ms cubic-bezier(0.4, 0, 0.2, 1),
              backdrop-filter 1200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.EtherealLoader_fogOverlay___dbT0.EtherealLoader_clearing__pi4c2 {
  opacity: 0;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

/* Logo appearing through the fog */
.EtherealLoader_fogLogo__PsJbc {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1),
              filter 800ms cubic-bezier(0.4, 0, 0.2, 1),
              transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  pointer-events: none;
}

.EtherealLoader_fogLogo__PsJbc.EtherealLoader_visible__GuH4t {
  opacity: 1;
  filter: blur(0px);
}

.EtherealLoader_fogLogo__PsJbc.EtherealLoader_hidden__v9f5D {
  opacity: 0;
  filter: blur(10px);
  transform: translate(-50%, -50%) scale(0.9);
}

.EtherealLoader_logoText__3wo9X {
  font-size: clamp(32px, 8vw, 64px);
  font-weight: 700;
  background: linear-gradient(135deg, #6366f1, #a78bfa, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 40px rgba(167, 139, 250, 0.6));
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.EtherealLoader_logoSubtext__R1nYl {
  font-size: clamp(14px, 2vw, 18px);
  color: rgba(167, 139, 250, 0.8);
  font-weight: 400;
  animation: EtherealLoader_pulse__SJ0E5 2s ease-in-out infinite;
}

@keyframes EtherealLoader_pulse__SJ0E5 {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

/* Magical Floating Particles */
.EtherealLoader_particlesContainer__PHO_t {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10000;
  pointer-events: none;
}

.EtherealLoader_particle__n9PQp {
  position: absolute;
  width: 4px;
  height: 4px;
  background: radial-gradient(circle, #a78bfa 0%, transparent 70%);
  border-radius: 50%;
  bottom: -10px;
  opacity: 0;
  animation: EtherealLoader_floatUp___QKlc 3s ease-in-out forwards;
}

@keyframes EtherealLoader_floatUp___QKlc {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-100vh) translateX(50px);
    opacity: 0;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .EtherealLoader_fogLogo__PsJbc {
    width: 90%;
    padding: 0 20px;
  }

  .EtherealLoader_logoText__3wo9X {
    font-size: 36px;
  }

  .EtherealLoader_logoSubtext__R1nYl {
    font-size: 14px;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .EtherealLoader_fogOverlay___dbT0,
  .EtherealLoader_fogLogo__PsJbc,
  .EtherealLoader_particle__n9PQp {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}


/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/loading/FadeInWhenVisible.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* Base fade-in element */
.FadeInWhenVisible_fadeInElement__EpJjr {
  position: relative;
  transition-property: opacity, filter, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Ethereal effect - Blur + Opacity + Scale */
.FadeInWhenVisible_fadeInElement__EpJjr.FadeInWhenVisible_ethereal__oHDag {
  opacity: 0;
  filter: blur(20px);
  transform: scale(0.95) translateY(20px);
}

.FadeInWhenVisible_fadeInElement__EpJjr.FadeInWhenVisible_ethereal__oHDag.FadeInWhenVisible_visible___gRk0 {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1) translateY(0);
}

/* Foggy effect - Heavy blur, subtle scale */
.FadeInWhenVisible_fadeInElement__EpJjr.FadeInWhenVisible_foggy__rjGjU {
  opacity: 0;
  filter: blur(30px);
  transform: scale(0.98);
}

.FadeInWhenVisible_fadeInElement__EpJjr.FadeInWhenVisible_foggy__rjGjU.FadeInWhenVisible_visible___gRk0 {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
}

/* Magical effect - Blur + Scale + Sparkle */
.FadeInWhenVisible_fadeInElement__EpJjr.FadeInWhenVisible_magical__vWBeu {
  opacity: 0;
  filter: blur(15px);
  transform: scale(0.9) translateY(30px);
}

.FadeInWhenVisible_fadeInElement__EpJjr.FadeInWhenVisible_magical__vWBeu.FadeInWhenVisible_visible___gRk0 {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1) translateY(0);
}

/* Sparkle effect when becoming visible */
.FadeInWhenVisible_fadeInElement__EpJjr.FadeInWhenVisible_magical__vWBeu.FadeInWhenVisible_visible___gRk0::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at center,
    rgba(167, 139, 250, 0.3) 0%,
    transparent 70%
  );
  border-radius: inherit;
  animation: FadeInWhenVisible_sparkleWave__xH4jf 1000ms ease-out forwards;
  pointer-events: none;
  z-index: 1;
}

@keyframes FadeInWhenVisible_sparkleWave__xH4jf {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/* Ensure children are above sparkle effect */
.FadeInWhenVisible_fadeInElement__EpJjr > * {
  position: relative;
  z-index: 2;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .FadeInWhenVisible_fadeInElement__EpJjr {
    transition-duration: 0.01ms !important;
  }

  .FadeInWhenVisible_fadeInElement__EpJjr.FadeInWhenVisible_magical__vWBeu.FadeInWhenVisible_visible___gRk0::after {
    animation: none !important;
    opacity: 0 !important;
  }
}


