@keyframes riseIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.rise{animation:.35s both riseIn}.rise-1{animation-delay:40ms}.rise-2{animation-delay:.1s}.rise-3{animation-delay:.16s}.rise-4{animation-delay:.22s}.rise:first-child{animation-delay:20ms}.rise:nth-child(2){animation-delay:60ms}.rise:nth-child(3){animation-delay:.1s}.rise:nth-child(4){animation-delay:.14s}.rise:nth-child(5){animation-delay:.18s}.rise:nth-child(n+6){animation-delay:.2s}@keyframes modalIn{0%{opacity:0;transform:scale(.96)translateY(4px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-panel{animation:.18s both modalIn}@keyframes floatSlow{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-14px)translate(6px)}}@keyframes floatSlower{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(10px)translate(-8px)}}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.35}}.pulse-dot{animation:1.8s ease-in-out infinite pulseDot}.bar-fill{transition:width .6s}@media (prefers-reduced-motion:reduce){.rise,.rise-1,.rise-2,.rise-3,.rise-4,.modal-panel,.pulse-dot,.bar-fill{transition:none!important;animation:none!important}}
