.hero-particles{--hero-particles-color:var(--hero-particle-color);display:none;position:absolute;inset:0;pointer-events:none}.hero-particles__dot{position:absolute;width:var(--hero-particle-dot-size,4px);height:var(--hero-particle-dot-size,4px);border-radius:50%;background-color:var(--hero-particles-color);box-shadow:var(--hero-particle-dot-glow,0 0 6px color-mix(in srgb,var(--hero-particles-color) 55%,transparent));transition:background-color .5s ease,box-shadow .5s ease}.dark .hero-particles,.page-hero .hero-particles{display:block}.page-hero .hero-particles{--hero-particle-dot-size:var(--page-hero-particle-size);--hero-particle-dot-glow:var(--page-hero-particle-glow)}