.hero-image-fade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,var(--background) 0,transparent 35%)}@media (min-width:1024px){.hero-image-fade{background:linear-gradient(to right,var(--background) 0,transparent 40%)}}.hero-pulse{position:relative;height:2px;background:color-mix(in srgb,var(--foreground) 28%,transparent);border-radius:999px}.hero-pulse__nodes{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between}.hero-pulse__node{width:7px;height:7px;border-radius:999px;background:color-mix(in srgb,var(--foreground) 45%,transparent);animation:hero-node-flash 4s ease-in-out infinite}.hero-pulse__node:first-child{animation-delay:0s}.hero-pulse__node:nth-child(2){animation-delay:1s}.hero-pulse__node:nth-child(3){animation-delay:2s}.hero-pulse__node:nth-child(4){animation-delay:3s}.hero-pulse__node:nth-child(5){animation-delay:0s}.hero-pulse__dot{position:absolute;top:50%;left:0;width:6px;height:6px;border-radius:999px;background:var(--accent);box-shadow:0 0 8px 2px color-mix(in srgb,var(--accent) 70%,transparent);transform:translate(-50%,-50%);animation:hero-dot-travel 4s linear infinite}@keyframes hero-node-flash{0%,92%,to{background:color-mix(in srgb,var(--foreground) 45%,transparent);box-shadow:none}4%{background:var(--accent);box-shadow:0 0 6px 2px color-mix(in srgb,var(--accent) 60%,transparent)}}@keyframes hero-dot-travel{0%{left:0}to{left:100%}}@media (prefers-reduced-motion:reduce){.hero-pulse__node{animation:none}.hero-pulse__dot{display:none}}