.pulse-dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}.pulse-green{background:#22c55e;animation:pulse-glow-green 2s ease-in-out infinite}.pulse-yellow{background:#eab308;animation:pulse-glow-yellow 2s ease-in-out infinite}.pulse-red{background:#ef4444}@keyframes pulse-glow-green{0%,to{box-shadow:0 0 #22c55e80}50%{box-shadow:0 0 0 6px #22c55e00}}@keyframes pulse-glow-yellow{0%,to{box-shadow:0 0 #eab30880}50%{box-shadow:0 0 0 6px #eab30800}}
