.base-layout{min-height:100vh;height:100vh;overflow:hidden}.game-intro{--fit-scale:1;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;height:100vh;height:100dvh;max-height:100%;overflow:hidden;color:#fff;background-color:#2b87d1;text-align:center;padding:0 20px}.game-intro i{font-size:calc(120px*var(--fit-scale));animation:shine 3s linear infinite,textFadeIn .5s linear}.game-intro h2{font-size:calc(40px*var(--fit-scale));animation:textFadeIn .5s linear}.game-intro span{display:block;text-indent:2em;font-size:calc(25px*var(--fit-scale));animation:textFadeIn .5s linear}.game-intro .about-text,.game-intro span{width:100%;max-width:820px;text-align:left;margin-bottom:calc(30px*var(--fit-scale))}.game-intro .about-text p{margin:calc(10px*var(--fit-scale)) 0;font-size:calc(18px*var(--fit-scale));line-height:1.6;text-indent:2em}@keyframes shine{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.chimp-test-game-wrap .chimp-test-table{max-width:1010px;margin:0 auto;display:flex;flex-flow:row wrap}.chimp-test-game-wrap .chimp-test-table .cell{width:80px;height:80px;border:5px solid transparent;border-radius:8px;margin:5px;opacity:0;box-sizing:border-box;font-size:25px;font-weight:900;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;pointer-events:none}.chimp-test-game-wrap .chimp-test-table .cell:hover{border:5px solid hsla(0,0%,100%,.5)}.chimp-test-game-wrap .chimp-test-table .cell-border{border:5px solid hsla(0,0%,100%,.1);opacity:1;cursor:pointer;pointer-events:unset}.chimp-test-game-wrap .chimp-test-table .cell-border.cell-shade{background-color:#fff;border:3px solid #fff}@media screen and (max-width:480px){.chimp-test-game-wrap{padding:0 30px}.chimp-test-game-wrap .chimp-test-table{justify-content:space-around}.chimp-test-game-wrap .chimp-test-table .cell{width:46px;height:46px;font-size:18px}}.btn-wrap{width:300px;display:flex;justify-content:space-around}.chimp-test-result{font-weight:700}.chimp-test-result h4{font-size:24px}.chimp-test-result .level{font-size:80px;margin-bottom:30px}.chimp-test-result span{font-size:40px;margin-bottom:30px}