@charset "UTF-8";
body,
html {
    width: 100%;
    height: 100%
}

body {
    font-family: sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #111
}

#wrapper {
    width: 100%;
    height: 100%
}

.rs-container {
    width: 100%;
    height: 100%
}

.rs-ringpreloader {
    position: absolute;
    z-index: 4000;
    top: 50%;
    left: 50%
}

.rs-ringpreloader .lds-ring {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.rs-ringpreloader .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #aaa transparent transparent transparent
}

.rs-ringpreloader .lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.rs-ringpreloader .lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.rs-ringpreloader .lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.rs-game-overlay {
    background: rgba(15, 15, 15, 0);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.rs-game-panel {
    background-color: #eee;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%)
}

.rs-game-panel .rs-closebtn {
    display: block;
    position: absolute;
    font-size: 38px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    background: #111;
    right: 0;
    color: #fff;
    z-index: 9999
}

.rs-image-panel {
    background-color: rgba(0, 0, 0, 0)
}

.rs-image-panel img {
    border-radius: 12px;
    cursor: pointer
}

.rs-game-optionpanel {
    border-radius: 8px
}

.rs-game-optionpanel .rs-optionitem {
    cursor: pointer;
    text-align: center;
    padding: 8px;
    font-size: 22px;
    transition: .25s all ease-out;
    text-transform: uppercase
}

.rs-game-optionpanel .rs-optionitem:hover {
    background: #eee
}

.rs-trophy-panel {
    background: #1d1d1de3;
    max-width: 500px;
    max-height: 600px;
    border-radius: 18px;
    border: 2px solid #333
}

.rs-trophy-panel .meta-container {
    width: 100%;
    top: 40px;
    position: absolute;
    text-align: center
}

.rs-trophy-panel .meta-container span {
    display: block;
    color: #fff;
    font-size: 20px;
    margin: 8px;
    letter-spacing: 2px;
    user-select: none
}

.rs-trophy-panel img {
    display: block;
    text-align: center;
    max-width: 250px;
    margin: 8px auto;
    user-select: none
}

.rs-trophy-panel .level-label {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #111;
    font-size: 32px;
    bottom: 26px;
    user-select: none
}

.rs-trophy-panel .trophy-container {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.trophy-level-title {
    user-select: none;
    font-family: Montserrat, serif;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    letter-spacing: 6px;
    margin: 4px;
    border-radius: 50px;
    padding: 6px;
    width: 100%;
    text-align: center
}

.trophy-button-container {
    width: 200px;
    display: flex;
    z-index: 9999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
    align-content: center;
    justify-content: space-evenly;
    bottom: 18px
}

.trophy-button-container .rs-pys3d-mainbutton {
    transform: scale(1.15)
}

.rs-pys3d-helppanel {
    max-width: 500px;
    max-height: 150px;
    border-radius: 8px;
    border: 2px solid #333
}

.rs-pys3d-helppanel .rs-helpcontainer {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.rs-pys3d-helppanel .helppanel-content {
    width: 100%;
    height: 100%;
    user-select: none;
    font-family: Montserrat
}

.rs-pys3d-helppanel .help-section {
    padding: 18px;
    text-align: center
}

.rs-pys3d-helppanel .help-section img {
    display: block;
    margin: 0 auto
}

.rs-pys3d-helppanel .help-section h3 {
    font-family: Verdana;
    font-size: 24px;
    margin: 8px
}

.rs-pys3d-cpanel {
    text-align: center;
    max-width: 500px;
    max-height: 500px;
    font-family: Montserrat;
    text-align: center;
    border-radius: 8px
}

.rs-pys3d-cpanel p {
    font-size: 24px
}

.rs-pys3d-cpanel h3 {
    font-family: Verdana
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(fonts/montserrat-v15-latin-regular.woff2) format("woff2"), url(fonts/montserrat-v15-latin-regular.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    src: local(""), url(fonts/montserrat-v15-latin-italic.woff2) format("woff2"), url(fonts/montserrat-v15-latin-italic.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    src: local(""), url(fonts/montserrat-v15-latin-300italic.woff2) format("woff2"), url(fonts/montserrat-v15-latin-300italic.woff) format("woff")
}

@font-face {
    font-family: "Odibee Sans";
    font-style: normal;
    font-weight: 400;
    src: local(""), url(fonts/odibee-sans-v4-latin-regular.woff2) format("woff2"), url(fonts/odibee-sans-v4-latin-regular.woff) format("woff")
}

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?7ehtvk);
    src: url(fonts/icomoon.eot?7ehtvk#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf?7ehtvk) format("truetype"), url(fonts/icomoon.woff?7ehtvk) format("woff"), url(fonts/icomoon.svg?7ehtvk#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-lock:before {
    content: "\e900"
}

.icon-timer:before {
    content: "꤅";
    color: #fff
}

.icon-hint:before {
    content: "꤆"
}

.icon-mode:before {
    content: "꤇"
}

.icon-setting:before {
    content: "꤈"
}

.icon-home:before {
    content: "꤉"
}

.icon-info:before {
    content: "ꤊ"
}

.icon-quill:before {
    content: "\e907"
}

.icon-stack:before {
    content: "\e92e"
}

.icon-undo:before {
    content: "\e984"
}

.icon-screen-full:before {
    content: "\e98b"
}

.icon-screen-normal:before {
    content: "\e98c"
}

.icon-eye:before {
    content: "\e9ce"
}

.icon-playtime:before {
    content: "\ea1c"
}

.icon-pausetime:before {
    content: "\ea1d"
}

.icon-sound-on:before {
    content: "\ea27"
}

.icon-sound-off:before {
    content: "\ea2a"
}

.icon-shuffle:before {
    content: "\ea30"
}

.icon-nextlevel:before {
    content: "\ea34"
}

body {
    height: 100%;
    overflow: hidden;
    overscroll-behavior-y: contain;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    cursor: url(cursor.png), auto;
    transform-style: preserve-3d;
    perspective: 1000px
}

.rs-pys3d {
    display: none;
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
    box-sizing: border-box !important;
    background: url(pattern3.png);
    user-select: none;
    perspective: 1000px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.rs-pys3d-timeout {
    font-weight: 700
}

.rs-block-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 96%;
    max-width: 500px;
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translateX(-50%)
}

.rs-block-thumbnail {
    display: block;
    cursor: grab;
    width: 22%;
    height: 22%;
    transition: all .2s ease-out
}

.rs-block-thumbnail:hover {
    transform: scale(94%)
}

@media screen and (max-width:574px) {
    .rs-pys3d-movebtn .movebtn-value {
        display: none !important
    }
    .rs-hscreen-header .app-info {
        display: none !important
    }
    .rs-hscreen-header .app-progress {
        width: 200px
    }
}

@media screen and (min-width:575px) {
    .rs-hscreen-header .app-title {
        font-size: 32px;
        margin-bottom: 6px
    }
    .rs-hscreen-header .appt-info {
        font-size: 12px
    }
    .rs-hscreen-header .app-progress {
        width: 200px
    }
    .trophy-level-title {
        font-size: 20px
    }
}

@media screen and (min-width:576px) {
    .rs-hscreen-header .app-title {
        font-size: 40px;
        margin-bottom: 8px
    }
    .rs-hscreen-header .appt-info {
        font-size: 16px
    }
    .rs-hscreen-header .app-progress {
        width: 250px
    }
    .trophy-level-title {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    .rs-hscreen-header .app-title {
        font-size: 60px;
        margin-bottom: 14px
    }
    .rs-hscreen-header .appt-info {
        font-size: 20px
    }
    .rs-hscreen-header .app-progress {
        width: 300px
    }
    .trophy-level-title {
        font-size: 26px
    }
}

.rs-hscreen-header {
    position: relative
}

.rs-hscreen-header .app-logo {
    width: 100px;
    margin: 0 auto;
    margin-top: 32px;
    display: block;
    animation: 1s infinite alternate logo-animation;
    user-select: none
}

.rs-hscreen-header .app-title {
    font-family: "Odibee Sans", serif;
    text-align: center;
    color: #f15a24;
    letter-spacing: 6px;
    position: relative;
    user-select: none
}

.rs-hscreen-header .app-info {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    display: block;
    text-align: center;
    user-select: none;
    letter-spacing: 1px
}

.rs-hscreen-header .app-progress {
    height: 10px;
    margin: 0 auto;
    margin-top: 24px;
    display: block;
    background: #555;
    border-radius: 10px
}

.rs-hscreen-header .app-progress-inner {
    background: #f15a24;
    height: 100%;
    border-radius: 10px;
    transition: all .35s ease-out
}

@keyframes logo-animation {
    from {
        transform: scale(1, 1)
    }
    to {
        transform: scale(1.2, 1.2)
    }
}

.rs-hscreenmenu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.rs-hscreenmenu .menu-list {
    width: 250px;
    margin: 0 auto;
    text-align: center
}

.rs-hscreenmenu .menu-item {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    padding: 12px;
    margin: 22px;
    border: 2px solid #fff;
    border-radius: 8px;
    transition: all .2s ease-out
}

.rs-hscreenmenu .menu-item:hover {
    color: #111;
    background: #f15a24
}

.rs-pys3d-gamebuttonbar {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around
}

.rs-pys3d-mainbutton {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    border: 4px solid #fff;
    background: #eee;
    color: #1a1a1a;
    transition: all .1s ease-out
}

.rs-pys3d-mainbutton:hover {
    background: #111 !important;
    color: #eee
}

.rs-pys3d-mainbutton-extra {
    background: #00d8c3 !important
}

.rs-pys3d-mainbutton-extra:hover {
    background: #111 !important;
    color: #eee
}

.rs-pys3d-gamewonbar {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rs-pys3d-gamewonbar img {
    display: block;
    cursor: pointer;
    margin: 0 24px;
    transition: .25s all ease-out
}

.rs-pys3d-gamewonbar img:hover {
    transform: scale(1.15)
}

.rs-pys3d-gameheader {
    font-family: sans-serif;
    max-width: 400px;
    width: 100%;
    height: 50px;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.rs-pys3d-gameheader .rs-pys3d-dbar {
    position: relative;
    width: 300px;
    height: 20px;
    border: 3px solid #eee;
    border-radius: 6px;
    overflow: hidden
}

.rs-pys3d-gameheader .rs-pys3d-dbar .progress-bar {
    position: absolute;
    background: #81012b;
    background: linear-gradient(0deg, #81012b 0, #ff0061 100%);
    height: 100%;
    width: 100%;
    transition: all .5s ease-out
}

.rs-pys3d-gameheader .rs-pys3d-dbar .duration-label {
    position: absolute;
    color: #fff;
    user-select: none;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 20px;
    letter-spacing: 2px
}

.rs-pys3d-gameheader .rs-pys3d-timebtn {
    color: #fff;
    font-size: 20px;
    cursor: pointer
}

.rs-pys3d-gameheader .rs-pys3d-timebtn span {
    display: inline-block;
    vertical-align: middle;
    padding: 6px
}

.rs-pys3d-gameheader .rs-pys3d-timebtn .icon-timer {
    background: #333
}

.rs-pys3d-gameheader .rs-pys3d-timebtn .icon-pausetime {
    font-size: 12px
}

.rs-pys3d-gameheader .rs-pys3d-timebtn .icon-playtime {
    font-size: 12px
}

.rs-pys3d-gameheader .rs-pys3d-timebtn .timebtn-value {
    font-size: 14px;
    background: #fbb03b;
    color: #111;
    border-radius: 4px
}

.rs-pys3d-gameheader .rs-pys3d-levelbtn {
    background: #009245;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    cursor: pointer
}

.rs-pys3d-gameheader .rs-pys3d-levelbtn span {
    user-select: none;
    display: inline-block;
    padding: 6px 2px
}

.rs-pys3d-gameheader .rs-pys3d-levelbtn .levelbtn-label {
    font-size: 16px;
    padding: 8px
}

.rs-pys3d-gameheader .rs-pys3d-levelbtn .icon-undo {
    font-size: 14px
}

.rs-pys3d-gameheader .rs-pys3d-movebtn {
    color: #fff;
    font-size: 20px
}

.rs-pys3d-gameheader .rs-pys3d-movebtn span {
    display: inline-block;
    vertical-align: middle;
    padding: 6px
}

.rs-pys3d-gameheader .rs-pys3d-movebtn .icon-quill {
    background: #333;
    font-size: 18px
}

.rs-pys3d-gameheader .rs-pys3d-movebtn .movebtn-value {
    font-size: 14px;
    background: #fbb03b;
    color: #111;
    border-radius: 4px
}

footer {
    margin-top: 20px;
    text-align: center;
    color: #555;
    font-size: 14px
}

a:visited,
footer a {
    color: #fff
}

.extras-content {
    display: none
}

.helppanel-content {
    width: 100%;
    height: 100%;
    user-select: none;
    font-family: Montserrat
}

.help-section {
    padding: 8px
}

.help-section img {
    display: block;
    margin: 0 auto
}

.help-section h3 {
    font-size: 24px;
    margin: 8px
}

.helppanel-content .help-section {
    text-align: center
}

.rs-pys3d {
    max-width: 100%;
    height: 100% !important
}