@keyframes fadeInUp{0%{opacity:0;transform:translateY(var(--y-offset,20px))}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation-name:fadeInUp;animation-fill-mode:both}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.duration-700{animation-duration:.7s}.duration-1000{animation-duration:1s}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}.background{background-color:#000;width:100%;height:100vh}.core{height:100%;width:100%}.core,.logo-wrapper{display:flex;justify-content:center;align-items:center}.logo-wrapper{flex-direction:column;width:320px;gap:0}.downbet{color:#6B6B6B;font-size:16px;font-weight:500;line-height:20px;text-align:center}