@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.modal-enter{animation:modalFadeIn .3s ease-out}.social-button{animation:fadeInUp .3s ease-out forwards;opacity:0}.social-button:first-child{animation-delay:0s}.social-button:nth-child(2){animation-delay:50ms}.social-button:nth-child(3){animation-delay:.1s}.social-button:nth-child(4){animation-delay:.15s}.social-button:nth-child(5){animation-delay:.2s}.social-button:nth-child(6){animation-delay:.25s}.copy-success{animation:pulse .3s ease-in-out}