.entry-handoff-bar{background:var(--border);border-radius:var(--radius-pill);width:240px;max-width:70vw;height:3px;overflow:hidden}.entry-handoff-bar__fill{background:var(--accent);width:40%;height:100%;animation:1.6s ease-in-out infinite entry-handoff-sweep}@keyframes entry-handoff-sweep{0%{transform:translate(-100%)}to{transform:translate(250%)}}@media (prefers-reduced-motion:reduce){.entry-handoff-bar__fill{animation:none;transform:none}}