.pod-deployment-progress { display:flex; align-items:center; gap:9px; margin:10px 0; color:#245649; font:500 13px/1.5 Inter,sans-serif; }
.pod-deployment-progress small { display:block; color:#69756e; font-size:12px; font-weight:400; }
.pod-deployment-beacon { flex:0 0 6px; width:6px; height:6px; border-radius:50%; background:#548576; }
.pod-deployment-progress.is-deploying .pod-deployment-beacon { animation:pod-deployment-pulse 2.8s ease-in-out infinite; }
@keyframes pod-deployment-pulse { 0%,100% { opacity:.45; } 50% { opacity:1; } }
@media (prefers-reduced-motion:reduce) { .pod-deployment-progress.is-deploying .pod-deployment-beacon { animation:none; opacity:.8; } }
