@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-container[data-fullscreen=true]{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;margin:0!important;padding:0!important;border-radius:0!important;background-color:#000!important;box-shadow:none!important;z-index:1100!important;display:flex;flex-direction:column}@supports (height:100dvh){.game-player-container[data-fullscreen=true]{height:100dvh!important;max-height:100dvh!important}}@supports (width:100dvw){.game-player-container[data-fullscreen=true]{width:100dvw!important;max-width:100dvw!important}}.game-player-container[data-fullscreen=true] .game-section-container{flex:1;min-height:0;height:100%;width:100%;aspect-ratio:unset;border-radius:0}.game-player-container[data-fullscreen=true] .game-info-bar-wrapper{flex-shrink:0;width:100%}.game-section-container{position:relative;width:100%;aspect-ratio:var(--game-mobile-aspect-ratio,1/1);min-height:var(--game-mobile-height,auto)}@media (min-width:768px){.game-section-container{min-height:0;aspect-ratio:var(
      --game-desktop-aspect-ratio,16/10
    )}}.game-iframe{width:100%!important;min-width:100%!important;border:none!important}