.result-row{transition:background-color .3s ease,transform .3s ease}.result-row.strike-anim{animation:strikeHighlight 3s ease-out}@keyframes strikeHighlight{0%{background-color:#ff63470d}50%{background-color:#ff8c002e}to{background-color:transparent}}.strike-toast{position:fixed;top:1.5rem;right:1.5rem;background:linear-gradient(135deg,#ff6a00,#ff3c00);color:#fff;padding:.75rem 1.25rem;border-radius:.5rem;box-shadow:0 10px 25px #00000040;display:flex;align-items:center;gap:.75rem;z-index:1050;animation:toastSlide 3s ease forwards}@keyframes toastSlide{0%{transform:translate(120%);opacity:0}15%{transform:translate(0);opacity:1}85%{transform:translate(0);opacity:1}to{transform:translate(120%);opacity:0}}
