.search-card{animation:slideInFromTop .6s ease-out}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.animated-modal{animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.animated-modal .modal-dialog{animation:modalSlideDown .3s ease-out}@keyframes modalSlideDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.form-control:focus{animation:inputFocusPulse .3s ease-out;transform:scale(1.02);box-shadow:0 0 0 3px #007bff40}@keyframes inputFocusPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1.02)}}.table tbody tr{animation:tableRowSlideIn .5s ease-out forwards;opacity:0;transform:translateY(20px)}.table tbody tr:nth-child(1){animation-delay:.1s}.table tbody tr:nth-child(2){animation-delay:.15s}.table tbody tr:nth-child(3){animation-delay:.2s}.table tbody tr:nth-child(4){animation-delay:.25s}.table tbody tr:nth-child(5){animation-delay:.3s}@keyframes tableRowSlideIn{to{opacity:1;transform:translateY(0)}}
