@keyframes slideInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-28px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.mobile-slide-in-up{animation:.4s cubic-bezier(.4,0,.2,1) both slideInUp}.mobile-slide-in-down{animation:.4s cubic-bezier(.4,0,.2,1) both slideInDown}.mobile-slide-in-right{animation:.4s cubic-bezier(.4,0,.2,1) both slideInRight}.mobile-slide-in-left{animation:.4s cubic-bezier(.4,0,.2,1) both slideInLeft}.mobile-fade-in{animation:.3s ease-out both fadeIn}.mobile-scale-in{animation:.2s cubic-bezier(.4,0,.2,1) scaleIn}.mobile-shimmer{background:linear-gradient(90deg,#fff0 0%,#ffffff0d 50%,#fff0 100%) 0 0/200px 100%;animation:1.5s infinite shimmer}.mobile-pulse{animation:1.5s ease-in-out infinite pulse}.mobile-bounce{animation:.4s ease-out bounce}.mobile-transition-colors{transition:background-color .2s,color .2s,border-color .2s}.mobile-transition-transform{transition:transform .2s cubic-bezier(.4,0,.2,1)}.mobile-transition-opacity{transition:opacity .2s}.mobile-transition-all{transition:all .2s cubic-bezier(.4,0,.2,1)}.mobile-view-enter{animation:.25s ease-out fadeIn}.mobile-view-exit{animation:.2s ease-in fadeOut}.mobile-card-move{transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s}.mobile-card-move:active{transform:scale(.98);box-shadow:0 2px 8px #0000004d}.mobile-button-press{transition:transform .1s,opacity .1s}.mobile-button-press:active{opacity:.8;transform:scale(.96)}.mobile-list-item{opacity:0;animation:.3s cubic-bezier(.4,0,.2,1) forwards slideInUp}.mobile-list-item:first-child{animation-delay:50ms}.mobile-list-item:nth-child(2){animation-delay:.1s}.mobile-list-item:nth-child(3){animation-delay:.15s}.mobile-list-item:nth-child(4){animation-delay:.2s}.mobile-list-item:nth-child(5){animation-delay:.25s}.mobile-list-item:nth-child(n+6){animation-delay:.3s}.mobile-sticky-input{transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.mobile-slide-in-up,.mobile-slide-in-down,.mobile-slide-in-right,.mobile-slide-in-left,.mobile-fade-in,.mobile-scale-in,.mobile-shimmer,.mobile-pulse,.mobile-bounce,.mobile-list-item{opacity:1!important;animation:none!important;transform:none!important}}@supports (-webkit-touch-callout:none){.mobile-button-press,.mobile-card-move{-webkit-tap-highlight-color:transparent}.mobile-transition-transform,.mobile-card-move,.mobile-sticky-input{will-change:transform;transform:translateZ(0)}}.mobile-optimized{will-change:transform,opacity;backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mobile-optimized.mobile-animation-done{will-change:auto}
