@keyframes gradientAnimation{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}.animated-gradient{background-size:400% 100%;animation:gradientAnimation 15s ease infinite}@keyframes rockHeadAnimation{0%{transform:rotate(-8deg) scale(.95)}25%{transform:rotate(0deg) scale(1)}50%{transform:rotate(8deg) scale(.95)}75%{transform:rotate(0deg) scale(1)}to{transform:rotate(-8deg) scale(.95)}}@keyframes rockHeadAnimationHover{0%{transform:rotate(-7deg) scale(.97)}25%{transform:rotate(0deg) scale(1.02)}50%{transform:rotate(7deg) scale(.97)}75%{transform:rotate(0deg) scale(1.02)}to{transform:rotate(-7deg) scale(.97)}}.rock-head-animation{animation:rockHeadAnimation 1.2s ease-in-out infinite;display:inline-block;transform-origin:center center;transition:animation .3s ease}.rock-head-animation:hover{animation:rockHeadAnimationHover .8s ease-in-out infinite}.game-player-fullscreen{width:100vw;min-width:100vw;max-width:100vw;min-height:100vh;height:100vh;max-height:100vh;margin:0!important;padding:0;background-color:#000}@supports (height:100dvh){.game-player-fullscreen{min-height:100dvh;height:100dvh;max-height:100dvh}}@supports (width:100dvw){.game-player-fullscreen{width:100dvw;min-width:100dvw;max-width:100dvw}}.game-player-fullscreen .game-section-container{flex:1;min-height:0;height:100%;aspect-ratio:unset}.game-player-fullscreen .game-info-bar-wrapper{flex-shrink:0}.game-section-container{aspect-ratio:var(--game-mobile-aspect-ratio,unset);position:relative;width:100%;height:var(--game-mobile-height,400px)}@media (min-width:768px){.game-section-container{aspect-ratio:unset;height:500px}}@media (min-width:1024px){.game-section-container{aspect-ratio:unset;height:600px}}.game-iframe{width:100%!important;min-width:100%!important;border:none!important}