@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700;800&display=swap";@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{box-shadow:0 0 0 0 var(--pulse-color, rgba(30, 64, 175, .25))}50%{box-shadow:0 0 0 10px var(--pulse-color-end, rgba(30, 64, 175, 0))}}@keyframes successPop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes glowPulse{0%,to{filter:drop-shadow(0 0 6px rgba(59,130,246,.2))}50%{filter:drop-shadow(0 0 14px rgba(59,130,246,.4))}}@keyframes buttonGlow{0%,to{box-shadow:0 4px 12px -2px #1e40af4d}50%{box-shadow:0 8px 24px -4px #1e40af80}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-fade-in-up{animation:fadeInUp .35s ease-out}.animate-scale-in{animation:scaleIn .25s ease-out}.animate-success-pop{animation:successPop .5s cubic-bezier(.34,1.56,.64,1)}.animate-count-up{animation:countUp .5s cubic-bezier(.34,1.56,.64,1)}.animate-slide-in-left{animation:slideInLeft .3s ease-out}.animate-slide-in-right{animation:slideInRight .3s ease-out}.gradient-text{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stagger-fade>*{opacity:0;animation:fadeInUp .45s cubic-bezier(.34,1.56,.64,1) forwards}.stagger-fade>*:nth-child(1){animation-delay:0ms}.stagger-fade>*:nth-child(2){animation-delay:50ms}.stagger-fade>*:nth-child(3){animation-delay:.1s}.stagger-fade>*:nth-child(4){animation-delay:.15s}.stagger-fade>*:nth-child(5){animation-delay:.2s}.stagger-fade>*:nth-child(6){animation-delay:.25s}.stagger-fade>*:nth-child(7){animation-delay:.3s}.stagger-fade>*:nth-child(8){animation-delay:.35s}.stagger-fade>*:nth-child(9){animation-delay:.4s}
