@keyframes fadeInMessageSubtle{0%{opacity:0;transform:translateY(5px)}20%{opacity:.2;transform:translateY(4px)}60%{opacity:.6;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseHighlight{0%,to{background-color:transparent}50%{background-color:rgba(59,130,246,.05)}}@keyframes spinSlow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@property --guia-loading-icon-rotate{syntax:"<angle>";initial-value:0rad;inherits:false}@keyframes guiaLoadingIconRotate{0%{animation-timing-function:cubic-bezier(.35,0,.65,1);--guia-loading-icon-rotate:0rad}40%,to{--guia-loading-icon-rotate:6.283rad}}@keyframes guiaLoadingIconTranslate{0%,31.034%,65.517%,to{translate:0 0}15.517%,50%,84.483%{animation-timing-function:cubic-bezier(.2,0,.4,1);translate:0 0}22.414%,56.897%,91.379%{translate:0 -10px}}@keyframes guiaLoadingIconScale{0%,31.034%,65.517%,to{scale:1 1}15.517%,50%,84.483%{animation-timing-function:cubic-bezier(.2,0,.4,1);scale:1 1}20.69%,55.172%,89.655%{scale:.96 1.04}25.862%,60.345%,94.828%{scale:1.02 .98}}.animate-spin-slow{animation:spinSlow 4s linear infinite;transform-origin:center}.animate-guia-loading-icon{transform:rotate(var(--guia-loading-icon-rotate,0rad));animation:guiaLoadingIconRotate 2s linear infinite,guiaLoadingIconTranslate 5.8s linear infinite,guiaLoadingIconScale 5.8s linear infinite}.animate-fade-in-message{animation:fadeInMessageSubtle var(--animation-duration,.5s) var(--animation-timing,cubic-bezier(.4,0,.2,1)) var(--animation-delay,0s)}.animate-pulse-subtle{animation:pulseHighlight 2s ease-in-out}.delay-10{--animation-delay:10ms}.delay-20{--animation-delay:20ms}.delay-30{--animation-delay:30ms}.delay-40{--animation-delay:40ms}.delay-50{--animation-delay:50ms}.delay-100{--animation-delay:100ms}.delay-150{--animation-delay:150ms}.delay-200{--animation-delay:200ms}.delay-250{--animation-delay:250ms}.delay-300{--animation-delay:300ms}