@keyframes theme-draco-epic-meteor {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(315deg) translateX(calc(var(--travel, 900px) * -1));
    opacity: 0;
  }
}
#pd-overview {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  --twinkle-scale: 0.55;
  background-color: #000;
  isolation: isolate;
}
@media (min-width: 996px) {
  #pd-overview {
    --twinkle-scale: 1;
  }
}
#pd-overview .pd-block h2.title--main-normal,
#pd-overview .pd-block h2.title--main {
  font-style: italic;
  background-image: url("https://storage-asset.msi.com/global/picture/image/feature/nb/2026-intel/titan-18-hx-dragon-edition-draco-epic/images/gallery/text-texture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-clip: text;
  color: transparent;
  font-size: clamp(24px, 5vw, 48px);
  font-family: "Cambria";
}

.theme-draco-epic__twinkles {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background-color: #000;
  background-image: radial-gradient(ellipse 75% 48% at 50% 50%, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.55) 68%, #000 88%), url("https://storage-asset.msi.com/global/picture/image/feature/Gaming-Gear/mice/versa-wireless-8k-draco-epic-edition/starry-sky.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}

.theme-draco-epic__twinkle {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: calc(var(--size, 28px) * var(--twinkle-scale, 1));
  height: calc(var(--size, 28px) * var(--twinkle-scale, 1));
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(200, 225, 255, 0.58) 12%, rgba(150, 190, 255, 0.26) 28%, rgba(110, 165, 255, 0.1) 48%, transparent 70%), linear-gradient(90deg, transparent 0%, rgba(170, 205, 255, 0) 28%, rgba(210, 232, 255, 0.38) 45%, rgba(255, 255, 255, 0.9) 50%, rgba(210, 232, 255, 0.38) 55%, rgba(170, 205, 255, 0) 72%, transparent 100%), linear-gradient(0deg, transparent 0%, rgba(170, 205, 255, 0) 28%, rgba(210, 232, 255, 0.38) 45%, rgba(255, 255, 255, 0.9) 50%, rgba(210, 232, 255, 0.38) 55%, rgba(170, 205, 255, 0) 72%, transparent 100%);
  background-size: 100% 100%, 100% 1px, 1px 100%;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(0.35px) drop-shadow(0 0 20px #6fafff);
}

.theme-draco-epic__meteor {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(220, 235, 255, 0.75);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  box-shadow: 0 0 0 2px rgba(200, 220, 255, 0.08), 0 0 8px rgba(180, 210, 255, 0.2);
  animation: theme-draco-epic-meteor var(--dur, 3s) linear forwards;
}
.theme-draco-epic__meteor::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--tail, 240px);
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 220, 255, 0.45) 0%, rgba(170, 195, 230, 0.2) 45%, transparent 100%);
}
