/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/(with-layout)/gift-spirit/gift-spirit.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* Gift Spirit stage motions — scoped to .gs-stage */

@keyframes gs-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gs-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gs-scale-in {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes gs-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes gs-glow {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.08);
  }
}

@keyframes gs-orb {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(12px, -18px) scale(1.12);
  }
}

@keyframes gs-shimmer {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}

@keyframes gs-pulse-ring {
  0% {
    transform: scale(0.85);
    opacity: 0.55;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes gs-select-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

.gs-stage {
  --gs-coral: #ff7a59;
  --gs-amber: #e8a317;
  --gs-ink: #101918;
  --gs-ink-2: #1a2a28;
  --gs-mist: #f7f1ea;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 100%;
  min-height: 0;
  color: var(--gs-mist);
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(255, 122, 89, 0.28), transparent 55%),
    radial-gradient(90% 60% at 100% 100%, rgba(232, 163, 23, 0.16), transparent 50%),
    radial-gradient(70% 50% at 0% 80%, rgba(110, 198, 255, 0.1), transparent 45%),
    linear-gradient(180deg, #14201f 0%, #0c1413 100%);
}

.gs-orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
  animation: gs-orb 9s ease-in-out infinite;
}

.gs-orb-a {
  width: 11rem;
  height: 11rem;
  top: 8%;
  right: -2rem;
  background: rgba(255, 122, 89, 0.35);
}

.gs-orb-b {
  width: 14rem;
  height: 14rem;
  bottom: 12%;
  left: -3rem;
  background: rgba(232, 163, 23, 0.22);
  animation-delay: -3s;
}

.gs-orb-c {
  width: 9rem;
  height: 9rem;
  top: 42%;
  left: 40%;
  background: rgba(110, 198, 255, 0.12);
  animation-delay: -5s;
}

.gs-content {
  position: relative;
  z-index: 1;
}

.gs-fade-up {
  animation: gs-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gs-fade-in {
  animation: gs-fade-in 0.45s ease both;
}

.gs-scale-in {
  animation: gs-scale-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gs-float {
  animation: gs-float 4.5s ease-in-out infinite;
}

.gs-delay-1 {
  animation-delay: 0.08s;
}
.gs-delay-2 {
  animation-delay: 0.16s;
}
.gs-delay-3 {
  animation-delay: 0.24s;
}
.gs-delay-4 {
  animation-delay: 0.32s;
}

.gs-hero-glow {
  position: absolute;
  inset: -18%;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(255, 122, 89, 0.45), transparent 65%);
  animation: gs-glow 3.8s ease-in-out infinite;
  pointer-events: none;
}

.gs-pulse-ring {
  position: absolute;
  inset: 8%;
  border-radius: 9999px;
  border: 1px solid rgba(255, 122, 89, 0.45);
  animation: gs-pulse-ring 2.4s ease-out infinite;
  pointer-events: none;
}

.gs-card {
  position: relative;
  overflow: visible;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.04)
  );
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.gs-card:active {
  transform: scale(0.985);
}

.gs-card-active {
  border-color: rgba(255, 122, 89, 0.85);
  box-shadow:
    0 0 0 1px rgba(255, 122, 89, 0.35),
    0 18px 40px rgba(255, 122, 89, 0.18);
  animation: gs-select-pop 0.35s ease;
}

.gs-card-shine {
  overflow: hidden;
}

.gs-card-shine::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 30%,
    rgba(255, 255, 255, 0.16) 48%,
    transparent 66%
  );
  background-size: 220% 100%;
  animation: gs-shimmer 4.5s ease-in-out infinite;
  pointer-events: none;
}

.gs-cta {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem !important;
  box-shadow: 0 12px 30px rgba(255, 122, 89, 0.35);
}

.gs-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 35%,
    rgba(255, 255, 255, 0.28) 50%,
    transparent 65%
  );
  background-size: 220% 100%;
  animation: gs-shimmer 3.2s ease-in-out infinite;
  pointer-events: none;
}

.gs-progress-dot {
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  .gs-orb,
  .gs-float,
  .gs-hero-glow,
  .gs-pulse-ring,
  .gs-card-shine::after,
  .gs-cta::before {
    animation: none !important;
  }

  .gs-fade-up,
  .gs-fade-in,
  .gs-scale-in {
    animation: gs-fade-in 0.2s ease both;
  }
}

