.buoy-detail-source-scanner{width:100%;height:3px;margin-bottom:10px;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--md-yellow) 12%,transparent);box-shadow:0 0 12px color-mix(in srgb,var(--md-yellow) 18%,transparent)}.buoy-detail-source-scanner__track{position:relative;width:100%;height:100%}.buoy-detail-source-scanner__beam{position:absolute;top:0;left:-45%;width:45%;height:100%;border-radius:999px;background:linear-gradient(90deg,transparent 0,color-mix(in srgb,var(--md-yellow) 35%,transparent) 35%,var(--md-yellow) 50%,color-mix(in srgb,var(--md-yellow) 35%,transparent) 65%,transparent 100%);box-shadow:0 0 10px var(--md-yellow);animation:buoy-detail-source-scanner-sweep 1.35s ease-in-out infinite}@keyframes buoy-detail-source-scanner-sweep{0%{left:-45%}to{left:100%}}@media (prefers-reduced-motion:reduce){.buoy-detail-source-scanner__beam{left:0;width:100%;animation:buoy-detail-source-scanner-pulse 1.2s ease-in-out infinite;background:color-mix(in srgb,var(--md-yellow) 55%,transparent)}}@keyframes buoy-detail-source-scanner-pulse{0%,to{opacity:.35}50%{opacity:1}}