.welcome-page{align-items:center;justify-content:center;min-height:100vh;min-height:calc(var(--vh, 1vh)*100)}.welcome-page #logo{width:700px;max-width:calc(100vw - 32px);margin-bottom:32px}.welcome-page .description{margin-bottom:96px;font-size:18px}.welcome-page .colored-button{margin-bottom:32px}.row{display:flex;flex-direction:row}.column{display:flex;flex-direction:column}.colored-button{outline:0;box-sizing:border-box;padding:0;width:200px;height:48px;background-color:#e6ac36;border:none;box-shadow:0 0 8px 2px #e6ac36;border-radius:1px}.colored-button .button-text{position:relative;font-size:32px;color:#fff}.colored-button .loading-text{color:#fff;position:relative;top:8px;height:0;width:350px;font-size:14px;left:calc(-175px + 50%)}.colored-button:not(:disabled) .button-text{text-shadow:hsla(0,0%,100%,.5) 0 0 4px}.colored-button:hover:not(:disabled){border:3px solid #fff;box-shadow:0 0 8px 2px #fff}.colored-button:active:not(:disabled){opacity:.8;transform:scale(.97)}.colored-button:disabled{opacity:.6;box-shadow:none;border-radius:2px;cursor:not-allowed}.colored-button-loading{cursor:wait!important}.gaming-page{align-items:center;min-height:100vh;min-height:calc(var(--vh, 1vh)*100)}.gaming-page p{text-align:center}.gaming-page .score{font-size:32px;padding-top:32px;margin-bottom:8px}.gaming-page .progress{font-size:20px}@media (max-width:850px){.gaming-page .responsive-wrapper{flex-direction:column}}.gaming-page .responsive-wrapper{display:flex;align-items:center}.gaming-page .responsive-wrapper .screenshot-wrapper{position:relative;margin-top:-10px;width:500px;height:500px;max-width:100vw;max-height:100vw}.gaming-page .responsive-wrapper .screenshot-wrapper .screenshot{position:absolute;left:8.333%;top:8.333%;width:83.333%;height:83.333%}.gaming-page .responsive-wrapper .screenshot-wrapper .screenshot-frame{position:absolute;width:100%;height:100%}.gaming-page .responsive-wrapper .options-result-wrapper{align-items:center}.gaming-page .responsive-wrapper .options-result-wrapper .options-column{margin-top:16px;margin-bottom:16px;width:350px;max-width:calc(100vw - 32px);-webkit-user-select:none;-ms-user-select:none;user-select:none}.gaming-page .responsive-wrapper .options-result-wrapper .options-column .option-row{padding:6px 0;align-items:center;cursor:pointer;font-size:20px;color:hsla(0,0%,100%,.95)}.gaming-page .responsive-wrapper .options-result-wrapper .options-column .option-row .radio-button{margin:0 16px;cursor:pointer}.gaming-page .responsive-wrapper .options-result-wrapper .options-column .option-row:hover{background-color:hsla(0,0%,100%,.1);border-radius:1px}.gaming-page .responsive-wrapper .options-result-wrapper .options-column .option-row:active{transform:scale(.97)}.gaming-page .responsive-wrapper .options-result-wrapper .options-column .selected{background-color:hsla(0,0%,100%,.3)!important}.gaming-page .responsive-wrapper .options-result-wrapper .colored-button{margin-bottom:32px}.gaming-page .responsive-wrapper .options-result-wrapper .guess-button{margin-top:16px}.gaming-page .responsive-wrapper .options-result-wrapper .answer-text{padding-top:4px;font-size:18px}.gaming-page .responsive-wrapper .options-result-wrapper .next-button{margin-top:32px}.gaming-page .responsive-wrapper .options-result-wrapper .ranking-button{width:400px}.radio-button{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:hsla(0,0%,100%,.7)}.chosen-radio-button{background-color:#e6ac36;box-shadow:0 0 4px 0 #e6ac36}.ending-page{align-items:center;justify-content:center;min-height:100vh;min-height:calc(var(--vh, 1vh)*100)}.ending-page .your-score{margin-top:32px;font-size:24px}.ending-page .score{font-size:150px;font-style:italic}.ending-page .ranking{margin-bottom:8px}.ending-page .tip{margin-bottom:16px}.ending-page .share{margin-bottom:32px;margin-left:16px;margin-right:16px}.ending-page .share a{margin-right:8px;color:#e6ac36}.ending-page .share a:visited{color:#e6ac36}.ending-page .share .colored-button{width:100px;height:32px;margin-top:8px}.ending-page .share .colored-button span{font-size:16px;font-weight:700;text-shadow:none}.ending-page .image-grid{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:64px;width:410px;max-width:100vw;height:410px;max-height:100vw}.ending-page .image-grid .image-wrapper{position:relative;margin:4px;width:calc(33.33333% - 8px);height:calc(33.33333% - 8px)}.ending-page .image-grid .image-wrapper .screenshot{position:absolute;width:100%;height:100%}.ending-page .image-grid .image-wrapper .icon{position:absolute;width:37.5%;height:37.5%;bottom:0;left:31.25%}.ending-page .restart-button{margin-bottom:32px}body{font-family:"Inter",sans-serif;color:#fff;min-height:100vh;min-height:calc(var(--vh, 1vh)*100);background:linear-gradient(180deg,#225c9e,#012650)}body,p{margin:0}p{text-align:center}