@keyframes gradientAnimation{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}.animated-gradient{background-size:400% 100%;animation:15s infinite gradientAnimation}@keyframes rockHeadAnimation{0%{transform:rotate(-8deg)scale(.95)}25%{transform:rotate(0)scale(1)}50%{transform:rotate(8deg)scale(.95)}75%{transform:rotate(0)scale(1)}to{transform:rotate(-8deg)scale(.95)}}@keyframes rockHeadAnimationHover{0%{transform:rotate(-7deg)scale(.97)}25%{transform:rotate(0)scale(1.02)}50%{transform:rotate(7deg)scale(.97)}75%{transform:rotate(0)scale(1.02)}to{transform:rotate(-7deg)scale(.97)}}.rock-head-animation{transform-origin:50%;transition:animation .3s;animation:1.2s ease-in-out infinite rockHeadAnimation;display:inline-block}.rock-head-animation:hover{animation:.8s ease-in-out infinite rockHeadAnimationHover}.game-player-container[data-fullscreen=true]{flex-direction:column;display:flex;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;box-shadow:none!important;z-index:1100!important;background-color:#000!important;border-radius:0!important;margin:0!important;padding:0!important;position:fixed!important;inset:0!important}@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{width:100%;height:100%;min-height:0;aspect-ratio:unset;border-radius:0;flex:1}.game-player-container[data-fullscreen=true] .game-info-bar-wrapper{flex-shrink:0;width:100%}.game-section-container{width:100%;aspect-ratio:var(--game-mobile-aspect-ratio,1/1);min-height:var(--game-mobile-height,auto);position:relative}@media (min-width:768px){.game-section-container{min-height:0;aspect-ratio:var(--game-desktop-aspect-ratio,16/10)}}.game-iframe{border:none!important;width:100%!important;min-width:100%!important}
