@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes coralPulse{0%,to{color:#a7aaaa}50%{color:#ff7d55}}@keyframes rbRotateCw{to{transform:rotate(1turn)}}@keyframes rbRotateCcw{to{transform:rotate(-1turn)}}@keyframes rbLogoIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes rbTextIn{0%{opacity:0}to{opacity:1}}@keyframes rbBarRise{0%{height:0;opacity:0}33%{height:var(--bar-h);opacity:.6}66%{height:var(--bar-h);opacity:.6}to{height:0;opacity:0}}@keyframes rbBarSlide{0%{transform:translateX(-100%);width:40%}50%{width:60%}to{transform:translateX(250%);width:40%}}