@keyframes pulse-soft{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes glow-gold{0%,to{box-shadow:0 0 5px #eab30833}50%{box-shadow:0 0 20px #eab30899}}@keyframes glow-silver{0%,to{box-shadow:0 0 5px #94a3b833}50%{box-shadow:0 0 20px #94a3b899}}@keyframes glow-bronze{0%,to{box-shadow:0 0 5px #b4530933}50%{box-shadow:0 0 20px #b4530999}}.animate-pulse-soft{animation:pulse-soft 3s infinite ease-in-out}.animate-glow-gold{animation:glow-gold 2s infinite ease-in-out}.animate-glow-silver{animation:glow-silver 2s infinite ease-in-out}.animate-glow-bronze{animation:glow-bronze 2s infinite ease-in-out}
