@keyframes bounce-icon{0%,to{transform:translateY(0)}25%{transform:translateY(-6px)}50%{transform:translateY(0)}75%{transform:translateY(-3px)}}@keyframes sparkle-pop{0%{opacity:0;transform:scale(0)}50%{opacity:1}to{opacity:0;transform:scale(1)}}@keyframes button-success{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.import-button-animated{animation:.8s ease-out bounce-icon,.6s ease-out button-success}.sparkle-animation{animation:.8s ease-out forwards sparkle-pop}.sparkle-1{width:16px;height:16px;position:absolute;top:5px;left:10px}.sparkle-2{width:12px;height:12px;animation-delay:.1s;position:absolute;top:15px;right:15px}.sparkle-3{width:12px;height:12px;animation-delay:.2s;position:absolute;bottom:10px;left:20px}.import-button{color:#fff;border:2px solid;border-radius:.5rem;justify-content:flex-start;align-items:center;min-width:280px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex;position:relative;overflow:visible;box-shadow:0 .125rem .25rem #0000001a}.import-button-teal{background:linear-gradient(90deg,#14b8a6,#0d9488);border-color:#99f6e4;box-shadow:0 0 20px #14b8a6b3}.import-button-teal:hover{background:linear-gradient(90deg,#0d9488,#115e59);border-color:#7ee8d9}.import-button-disabled{cursor:not-allowed;background:linear-gradient(90deg,#0d9488,#115e59)!important;border-color:#99f6e4!important;box-shadow:0 0 40px #14b8a6,0 0 20px #14b8a6cc!important}
