.card{animation:cardSlideUp .6s ease-out}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.tab-pane{animation:tabContentFadeIn .4s ease-out}@keyframes tabContentFadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.mb-3{animation:formFieldFadeIn .3s ease-out forwards;opacity:0;transform:translateY(15px)}.mb-3:nth-child(1){animation-delay:.1s}.mb-3:nth-child(2){animation-delay:.2s}.mb-3:nth-child(3){animation-delay:.3s}.mb-3:nth-child(4){animation-delay:.4s}.mb-3:nth-child(5){animation-delay:.5s}@keyframes formFieldFadeIn{to{opacity:1;transform:translateY(0)}}.btn{position:relative;overflow:hidden}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn-success{background:linear-gradient(45deg,#28a745,#20c997);border:none}.btn-success:hover{background:linear-gradient(45deg,#20c997,#28a745);transform:translateY(-3px) scale(1.05)}.card.mt-4{animation:slideInFromBottom .8s ease-out .5s forwards;opacity:0;transform:translateY(40px)}@keyframes slideInFromBottom{to{opacity:1;transform:translateY(0)}}
