@keyframes bounceIn{0%{transform:scale(.5);opacity:0}60%{transform:scale(1.2);opacity:1}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes flashRed{0%,to{background-color:#f8d7da}50%{background-color:#ff4d4d}}.weapon-card{border:2px solid #000;border-radius:8px;padding:1rem;margin:1rem;width:200px;text-align:center;background-color:#f8d7da;color:#721c24;transition:all .3s ease}.weapon-card.revealed{background-color:#d4edda;color:#155724}.weapon-card.bounce{animation:bounceIn .6s ease-out;transform-origin:center}.weapon-card.flash{animation:flashRed 30s ease-in-out 15}@tailwind base;@tailwind components;@tailwind utilities;body{@apply bg-black text-white;font-family:Inter,sans-serif}
