@charset "UTF-8";.home-header{width:95%;height:50px;margin:5px auto;border-radius:6px;background-color:#1fb3ff;line-height:50px;text-align:center;color:#fff;font-size:24px;font-weight:700}.home-random{box-sizing:border-box;width:95%;display:flex;flex-wrap:nowrap;align-items:center;margin-inline:auto;justify-content:space-evenly;padding:20px;gap:20px;height:80px;margin-top:10px;background:#fff;border-radius:16px;box-shadow:0 3px 18px rgba(0,0,0,.16);overflow:hidden;margin-bottom:10px;height:fit-content}.home-random-item{flex:1;width:fit-content;height:fit-content}.home-random-item .home-random-item-img{width:100%;aspect-ratio:1/1;border-radius:4px;box-shadow:0 0 6px 1px #00000042}.home-content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin-bottom:50px}.home-content .home-content-item{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-content .home-content-item .home-content-item-img{width:95%;border-radius:10px;box-shadow:1px 1px 10px #00000070}.footer-contaier{min-height:160px;background-color:#fff;box-shadow:0 15px 64px 16px rgba(0,0,0,.15);margin-top:20px;display:flex;flex-direction:column;align-items:center;color:#747474;font-weight:700;font-size:14px;gap:8px}.footer-logo{margin-top:20px;font-size:24px;font-weight:700;color:#2a82d8cc}.footer-line-1{margin-top:20px}.footer-last-line{display:flex;gap:20px}.footer-last-line{color:#000}.back-btn{width:90%;height:60px;margin:10px auto;border-radius:10px;font-size:24px;font-weight:700;color:#fff;background-color:#4ca3ea;text-align:center;line-height:60px}.random-module{box-sizing:border-box;height:fit-content;width:calc(100% - 20px);margin:10px auto;padding:10px 20px;position:relative;border-radius:10px;box-shadow:0 3px 18px rgba(0,0,0,.16);display:flex;flex-direction:column;font-family:Helvetica;background:#fff}.random-title{font-weight:700;font-size:18px}.game-container{width:100%;font-size:20px;display:flex;flex-wrap:wrap;justify-content:space-evenly}.game-container .game-item{margin:2px;width:16%;aspect-ratio:1/1;overflow:hidden}.game-container .game-item .game-item-img{width:100%;border-radius:8px}.playNow-boxContainer{width:calc(100% - 20px);height:232px;overflow:hidden;margin:10px auto;border-radius:10px;position:relative}.playNow-playContainer{overflow:hidden;position:relative;width:100%;height:464rem;font-family:Helvetica;background:rgba(0,0,0,.2)cover;filter:blur(20px) !important}.PlayNow-avatar{border-radius:100%;width:64px;height:64px;border:5px solid #fff;position:absolute;top:10%;left:5%}.PlayNow_title{font-size:18px;color:#fff;position:absolute;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;top:10%;left:30%;font-weight:700}.PlayNow_Scoring{font-size:20px;color:#fff;position:absolute;top:20%;left:30%;font-weight:700}.PlayNow_Scoring::before{content:"★★★★★";width:83px;position:absolute;overflow:hidden;z-index:999;top:0;color:#f09c31}.PlayNow_Scoring::after{content:"★★★★★";position:absolute;width:100px;z-index:10;top:0}.PlayNow_desc{width:90%;border-radius:6px;background-color:rgba(0,0,0,.372549);position:absolute;padding-inline:10px;bottom:30%;left:50%;transform:translateX(-50%);color:#fff;font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.PlayNow_playBtn{position:absolute;bottom:4%;left:3%;border-radius:32px;width:95%;height:55px;line-height:55px;background:#ff9901;box-shadow:0 4px #b15c00;text-align:center;font-weight:700;font-size:20px;color:#fff;-moz-box-shadow:0 4px 0 #b15c00;-webkit-box-shadow:0 4px 0 #b15c00;cursor:pointer}.PlayNow_trembling{animation:PlayNow_trembling 3s linear infinite backwards;-webkit-animation:PlayNow_trembling 3s linear infinite backwards;-moz-animation:PlayNow_trembling 3s linear infinite backwards}@keyframes PlayNow_trembling{26%{transform:rotate(0)scale(1);-webkit-transform:rotate(0)scale(1)}28%{transform:rotate(-2deg)scale(1.04);-webkit-transform:rotate(-2deg)scale(1.04)}32%{transform:rotate(1deg)scale(1.01);-webkit-transform:rotate(1deg)scale(1.01)}34%{transform:rotate(-2deg)scale(1.02);-webkit-transform:rotate(-2deg)scale(1.02)}36%{transform:rotate(3deg)scale(1);-webkit-transform:rotate(3deg)scale(1)}39%{transform:rotate(-1deg)scale(1);-webkit-transform:rotate(-1deg)scale(1)}44%{transform:rotate(0)scale(1);-webkit-transform:rotate(0)scale(1)}}