.pulse-dot{display:inline-block;width:9px;height:9px;border-radius:50%;flex-shrink:0}.pulse-green{background:#22c55e;animation:pulse-glow-green 2s ease-out infinite}.pulse-yellow{background:#eab308;animation:pulse-glow-yellow 2s ease-out infinite}.pulse-red{background:#ef4444;animation:pulse-glow-red 2s ease-out infinite}@keyframes pulse-glow-green{0%{box-shadow:0 0 #22c55e00;opacity:.5}20%{box-shadow:0 0 #22c55e00;opacity:1}25%{box-shadow:0 0 3px #22c55ecc;opacity:1}65%{box-shadow:0 0 4px 10px #22c55e00;opacity:.5}to{box-shadow:0 0 #22c55e00;opacity:.5}}@keyframes pulse-glow-yellow{0%{box-shadow:0 0 #eab30800;opacity:.5}20%{box-shadow:0 0 #eab30800;opacity:1}25%{box-shadow:0 0 3px #eab308cc;opacity:1}65%{box-shadow:0 0 4px 10px #eab30800;opacity:.5}to{box-shadow:0 0 #eab30800;opacity:.5}}@keyframes pulse-glow-red{0%{box-shadow:0 0 #ef444400;opacity:.5}20%{box-shadow:0 0 #ef444400;opacity:1}25%{box-shadow:0 0 3px #ef4444cc;opacity:1}65%{box-shadow:0 0 4px 10px #ef444400;opacity:.5}to{box-shadow:0 0 #ef444400;opacity:.5}}
