/* /Components/Layout/NavMenu.razor.rz.scp.css */
.wizard-magic[b-3o2dcr1l14] {
  position: relative;
  /* keep element slightly larger so glow has room */
  will-change: transform, box-shadow, opacity, filter;
  transform-origin: center;
  transition: transform 220ms ease;
}

/* soft pulsing halo */
.wizard-magic[b-3o2dcr1l14]::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: inherit;
  pointer-events: none;
  background-image:
    radial-gradient(
      circle at 6% 18%,
      rgba(255, 255, 255, 0.98) 0px,
      rgba(255, 255, 255, 0) 5px
    ),
    radial-gradient(
      circle at 14% 62%,
      rgba(255, 250, 220, 0.94) 0px,
      rgba(255, 250, 220, 0) 5px
    ),
    radial-gradient(
      circle at 24% 26%,
      rgba(255, 240, 200, 0.92) 0px,
      rgba(255, 240, 200, 0) 6px
    ),
    radial-gradient(
      circle at 34% 78%,
      rgba(255, 245, 220, 0.9) 0px,
      rgba(255, 245, 220, 0) 6px
    ),
    radial-gradient(
      circle at 44% 36%,
      rgba(200, 240, 255, 0.9) 0px,
      rgba(200, 240, 255, 0) 7px
    ),
    radial-gradient(
      circle at 54% 14%,
      rgba(255, 255, 255, 0.9) 0px,
      rgba(255, 255, 255, 0) 4px
    ),
    radial-gradient(
      circle at 66% 48%,
      rgba(220, 250, 240, 0.88) 0px,
      rgba(220, 250, 240, 0) 6px
    ),
    radial-gradient(
      circle at 76% 22%,
      rgba(200, 240, 255, 0.9) 0px,
      rgba(200, 240, 255, 0) 7px
    ),
    radial-gradient(
      circle at 86% 78%,
      rgba(255, 220, 240, 0.88) 0px,
      rgba(255, 220, 240, 0) 6px
    ),
    radial-gradient(
      circle at 92% 8%,
      rgba(255, 255, 255, 0.86) 0px,
      rgba(255, 255, 255, 0) 4px
    );

  /* gentle lift on hover/focus */
  /* staggered animations: main shimmer, slow drift, quick twinkles */
  animation:
    wizard-sparkle-b-3o2dcr1l14 5.2s linear infinite,
    wizard-drift-b-3o2dcr1l14 11.2s ease-in-out infinite,
    wizard-twinkle-b-3o2dcr1l14 3.8s steps(2, end) infinite,
    wizard-sheen-b-3o2dcr1l14 8.4s ease-in-out infinite;
}

/* moving sparkling highlights */
.wizard-magic[b-3o2dcr1l14]::after {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: inherit;
  pointer-events: none;
  /* multiple sparkle layers that shift independently */
  background-image:
    radial-gradient(
      circle at 12% 20%,
      rgba(255, 255, 255, 0.98) 0px,
      rgba(255, 255, 255, 0) 5px
    ),
    radial-gradient(
      circle at 34% 68%,
      rgba(255, 245, 200, 0.92) 0px,
      rgba(255, 245, 200, 0) 6px
    ),
    radial-gradient(
      circle at 60% 30%,
      rgba(200, 240, 255, 0.9) 0px,
      rgba(200, 240, 255, 0) 7px
    ),
    radial-gradient(
      circle at 86% 78%,
      rgba(255, 220, 240, 0.88) 0px,
      rgba(255, 220, 240, 0) 6px
    ),
    radial-gradient(
      circle at 50% 10%,
      rgba(255, 255, 255, 0.85) 0px,
      rgba(255, 255, 255, 0) 4px
    );
  mix-blend-mode: screen;
  filter: blur(16px) contrast(1.02);
  opacity: 0;
  animation:
    wizard-sparkle-b-3o2dcr1l14 4.2s linear infinite,
    wizard-sheen-b-3o2dcr1l14 7.4s ease-in-out infinite;
}

@keyframes wizard-pulse-b-3o2dcr1l14 {
  0% {
    opacity: 0.18;
    transform: scale(0.98) translateY(0%);
    box-shadow: 0 0 0 rgba(255, 200, 60, 0);
  }
  40% {
    opacity: 1;
    transform: scale(1.06) translateY(-2%);
    box-shadow: 0 0 28px 10px rgba(255, 200, 60, 0.28);
  }
  100% {
    opacity: 0.18;
    transform: scale(0.98) translateY(0%);
    box-shadow: 0 0 0 rgba(255, 200, 60, 0);
  }
}

@keyframes wizard-hue-b-3o2dcr1l14 {
  0% {
    filter: blur(14px) saturate(1) hue-rotate(0deg);
  }
  50% {
    filter: blur(16px) saturate(1.05) hue-rotate(25deg);
  }
  100% {
    filter: blur(20px) saturate(1) hue-rotate(0deg);
  }
}

@keyframes wizard-sparkle-b-3o2dcr1l14 {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(0deg) scale(0.9);
    background-position:
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%;
  }
  20% {
    opacity: 0.9;
    transform: translateY(-4%) rotate(-8deg) scale(1.12);
    background-position:
      8% 12%,
      26% 70%,
      72% 18%,
      86% 76%,
      52% 8%,
      60% 30%,
      70% 40%,
      80% 20%,
      90% 78%,
      94% 6%;
  }
  50% {
    opacity: 0.6;
    transform: translateY(-2%) rotate(8deg) scale(1.04);
    background-position:
      12% 4%,
      34% 58%,
      82% 34%,
      92% 84%,
      60% 20%,
      68% 26%,
      78% 32%,
      88% 18%,
      96% 86%,
      98% 10%;
  }
  80% {
    opacity: 0.85;
    transform: translateY(-6%) rotate(-4deg) scale(1.08);
    background-position:
      2% 18%,
      28% 72%,
      70% 18%,
      86% 74%,
      48% 6%,
      36% 8%,
      56% 12%,
      64% 44%,
      84% 28%,
      92% 72%;
  }
  100% {
    opacity: 0;
    transform: translateY(0) rotate(0deg) scale(0.9);
    background-position:
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%,
      0% 0%;
  }
}

/* slow drifting of layers to give a sense of depth */
@keyframes wizard-drift-b-3o2dcr1l14 {
  0% {
    background-position:
      0% 0%,
      10% 10%,
      20% 20%,
      30% 30%,
      40% 40%,
      50% 10%,
      60% 20%,
      70% 30%,
      80% 40%,
      90% 50%;
  }
  50% {
    background-position:
      6% 4%,
      18% 66%,
      28% 14%,
      44% 82%,
      58% 12%,
      64% 26%,
      74% 36%,
      84% 22%,
      94% 78%,
      98% 6%;
  }
  100% {
    background-position:
      0% 0%,
      10% 10%,
      20% 20%,
      30% 30%,
      40% 40%,
      50% 10%,
      60% 20%,
      70% 30%,
      80% 40%,
      90% 50%;
  }
}

/* quick on/off twinkle for small bursts */
@keyframes wizard-twinkle-b-3o2dcr1l14 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.9;
  }
  60% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
  }
}

@keyframes wizard-sheen-b-3o2dcr1l14 {
  0% {
    opacity: 0;
    filter: blur(4px) brightness(1);
  }
  30% {
    opacity: 0.7;
    filter: blur(5px) brightness(1.08);
  }
  60% {
    opacity: 0.4;
    filter: blur(8px) brightness(0.98);
  }
  100% {
    opacity: 0;
    filter: blur(11px) brightness(1);
  }
}

/* optional focused accent when active */
.wizard-magic:focus-visible[b-3o2dcr1l14] {
  outline: none;
  box-shadow: 0 0 30px rgba(255, 220, 120, 0.28);
}

/* keep animations lightweight on low-power devices */
@media (prefers-reduced-motion: reduce) {
  .wizard-magic[b-3o2dcr1l14]::before,
  .wizard-magic[b-3o2dcr1l14]::after {
    animation: none;
    opacity: 0.6;
    filter: none;
  }
}
.birthstone-regular[b-3o2dcr1l14] {
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-style: normal;
}
/* /Components/Pages/PackageTypeDetails.razor.rz.scp.css */
*[b-950plyyfba] {
  --plastic: #eeec11;
  --paper: #317eea;
  --glass: #84c2ec;
  --metal: #afafaf;
  --wood: #c18616;
}

.chip[b-950plyyfba]{
	border-radius: 100000px;
	border-width: 1px;
	padding: .5rem;
	margin: .25rem;
}

.plastic[b-950plyyfba] {
  border-color: var(--plastic);
  color: var(--plastic);
}

.paper[b-950plyyfba] {
  border-color: var(--paper);
  color: var(--paper);
}

.glass[b-950plyyfba] {
  border-color: var(--glass);
  color: var(--glass);
}

.metal[b-950plyyfba] {
  border-color: var(--metal);
  color: var(--metal);
}

.wood[b-950plyyfba] {
  border-color: var(--wood);
  color: var(--wood);
}
