@import url("https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400;500;600;700&family=Noto+Sans+Tamil:wght@400;500;600;700&display=swap");.Game2048_body__xLgGj{font-family:Baloo Thambi\ 2,cursive}.Game2048_container__4M4k5{max-width:500px;margin:20px auto;font-family:Clear Sans,Helvetica Neue,Arial,sans-serif;color:#776e65;background-color:#faf8ef;border-radius:6px;position:relative;transition:background-color .3s ease,color .3s ease;border:3px solid #d9d9d9;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.Game2048_swipeFeedback__eJxoV{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);font-size:60px;font-weight:700;color:rgba(255,255,255,.7);z-index:100;pointer-events:none;animation:Game2048_fadeOut__Grlqq .3s ease-out forwards}@keyframes Game2048_fadeOut__Grlqq{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.5)}}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG{background-color:#121212;color:#ffffff}.Game2048_header__AZd8t{display:grid;justify-content:center;grid-template-columns:repeat(2,1fr);grid-gap:20px;align-items:center}.Game2048_title__XGNZN{font-size:80px;font-weight:700;margin:0;color:#776e65;font-family:Baloo Thambi\ 2,cursive}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG .Game2048_title__XGNZN{color:#ffffff}.Game2048_scores__hBa_Y{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;margin:30px auto;max-width:400px;align-items:center;grid-gap:10px;gap:10px}.Game2048_scoreContainer__F1hYn{background:rgba(179,179,179,1)}.Game2048_scoreContainer__F1hYn,.Game2048_scoreContainers__uI7dM{padding:0 10px;border-radius:6px;color:white;text-align:center;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;height:max-content}.Game2048_scoreContainers__uI7dM{background:#249557}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG .Game2048_scoreContainer__F1hYn{background:#3a3a3a}.Game2048_scoreLabel__7Uzuv{font-size:21px;text-transform:uppercase;font-family:Baloo Thambi\ 2,cursive;font-weight:700}.Game2048_scoreValue__HFfbL{font-size:40px;font-weight:700;font-family:Baloo Thambi\ 2,cursive}.Game2048_gameInfo__5H5Qj{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.Game2048_gameInfo__5H5Qj p{font-family:Baloo Thambi\ 2,cursive}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG .Game2048_gameInfo__5H5Qj{color:#ffffff}.Game2048_newGameButton__KU2VM{background:#8f7a66;border-radius:3px;padding:10px 20px;color:white;font-weight:700;border:none;cursor:pointer;font-size:18px;transition:background-color .3s ease;font-family:Baloo Thambi\ 2,cursive}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG .Game2048_newGameButton__KU2VM{background:#555}.Game2048_newGameButton__KU2VM:hover{opacity:.9}.Game2048_gridContainer__MZ_Ro{position:relative;background:#fff;border-radius:6px;width:100%;padding-bottom:100%;transition:background-color .3s ease;touch-action:none}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG .Game2048_gridContainer__MZ_Ro{background:#2d2d2d}.Game2048_gridBackground__pdyft,.Game2048_grid__TgAOD{position:absolute;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);grid-gap:15px;gap:15px;width:100%;height:100%;padding:15px;box-sizing:border-box}.Game2048_gridCell__jHqPB{display:flex;justify-content:center;align-items:center;font-weight:700;border-radius:3px;background:rgba(255,196,179,.5);transition:background-color .3s ease,color .3s ease;font-family:Noto Sans Tamil,cursive}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG .Game2048_gridCell__jHqPB{background:#3a3a3a}.Game2048_gameOverlay___Cd_m{position:fixed;top:0;left:0;bottom:0;background:rgba(0,0,0,.5);z-index:1;border-radius:6px;width:100%;overflow:auto;height:100%}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG .Game2048_gameOverlay___Cd_m{background:rgba(45,45,45,.73)}.Game2048_gameOverMessage__e07ye{background:#FFF;padding:20px;border-radius:6px;text-align:center;width:600px;left:50%;top:53%;transform:translate(-50%,-50%);position:absolute!important}.Game2048_otherGames__ny8BI h1{font-size:20px;color:#000;font-family:Baloo Thambi\ 2,cursive}.Game2048_retry__kZs3N{font-family:Baloo Thambi\ 2,cursive!important}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG .Game2048_gameOverMessage__e07ye{background:rgba(74,74,74,.9);color:#ffffff}.Game2048_gameOverMessage__e07ye h2{margin:0;font-size:35px;color:#000;font-family:Baloo Thambi\ 2,cursive}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG .Game2048_gameOverMessage__e07ye h2{color:#ffffff}.Game2048_gameOverMessage__e07ye p{font-size:25px;margin-bottom:30px;font-family:Baloo Thambi\ 2,cursive;margin:0!important;display:none}.Game2048_gameOverButtons__dYUGP{display:flex;gap:10px;justify-content:center}.Game2048_gameOverButtons__dYUGP button{background:#8f7a66;border-radius:3px;padding:10px 20px;color:white;font-weight:700;border:none;cursor:pointer;font-size:18px;transition:background-color .3s ease}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG .Game2048_gameOverButtons__dYUGP button{background:#555}.Game2048_gameOverButtons__dYUGP button:hover{opacity:.9}.Game2048_instructions__cDFVe{background:#faf8ef;padding:15px;border-radius:6px;margin-bottom:20px;transition:background-color .3s ease,color .3s ease}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG .Game2048_instructions__cDFVe{background:#121212;color:#ffffff}.Game2048_mobileControls__VB97S{display:none;flex-direction:column;align-items:center;gap:10px;margin-top:20px}.Game2048_mobileButton__dgOHZ{background:#8f7a66;border-radius:3px;padding:15px 25px;color:white;font-weight:700;border:none;cursor:pointer;font-size:24px;width:80px;text-align:center;transition:background-color .3s ease}.Game2048_container__4M4k5.Game2048_darkMode__JU9vG .Game2048_mobileButton__dgOHZ{background:#555}.Game2048_themeToggle__a37oc{position:absolute;top:0;right:20px;border:none;border-radius:5px;padding:8px 12px;cursor:pointer;font-size:14px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.Game2048_themeToggle__a37oc svg{margin-right:8px}.Game2048_themeToggle__a37oc:hover{opacity:.9;transform:scale(1.05)}.Game2048_otherGamesGrid__eFooz{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;align-items:center}.Game2048_gameDiv__31bCF{background:#fff;border-radius:5px;margin:0 0 15px;padding:10px;border:1px solid #cbcbcb}.Game2048_gameDiv__31bCF img{height:52px!important;object-fit:contain;width:100%;display:block;margin:10px auto}.Game2048_ctaBtn__Q8bk0{background-color:#62a953;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;padding:4px 14px;text-align:center;text-decoration:none}#Game2048_exception__GQrAq{width:100%}@media (max-width:320px){.Game2048_gameOverMessage__e07ye{top:80%!important}.Game2048_otherGamesGrid__eFooz{height:200px;overflow-y:scroll}.Game2048_otherGames__ny8BI h1{font-size:14px!important}}@media (min-width:321px) and (max-width:390px){.Game2048_gameOverMessage__e07ye{top:65%!important}.Game2048_otherGamesGrid__eFooz{height:200px;overflow-y:scroll}.Game2048_otherGames__ny8BI h1{font-size:16px}}@media (max-width:520px){.Game2048_container__4M4k5{padding:10px 20px;max-width:95%}.Game2048_title__XGNZN{font-size:50px}.Game2048_scoreContainer__F1hYn{min-width:50px;padding:5px 10px}.Game2048_scoreValue__HFfbL{font-size:33px}.Game2048_mobileControls__VB97S{display:flex}.Game2048_themeToggle__a37oc{top:10px;right:10px;padding:6px 10px;font-size:12px}.Game2048_themeToggle__a37oc svg{width:14px;height:14px;margin-right:6px}.Game2048_gridCell__jHqPB{font-size:25px!important}}@media only screen and (max-width:600px){.Game2048_gameOverMessage__e07ye{width:95%;position:absolute!important;inset:17% auto auto 10px;transform:translateY(-50%,-50%);inset:55% auto auto 50%}.Game2048_gameOverMessage__e07ye h2{font-size:20px}.Game2048_gameOverMessage__e07ye p{font-size:18px}.Game2048_otherGamesGrid__eFooz{grid-template-columns:repeat(2,1fr);height:300px;overflow-y:scroll}.Game2048_otherGames__ny8BI h1{font-size:16px}.Game2048_scores__hBa_Y{max-width:90%}}@media only screen and (max-width:767px){.Game2048_scoreContainer__F1hYn,.Game2048_scoreContainers__uI7dM{height:50px}.Game2048_information__cRSbR{top:50%}.Game2048_scoreValue__HFfbL{font-size:28px}.Game2048_scoreLabel__7Uzuv{font-size:18px}.Game2048_scores__hBa_Y{display:grid;grid-template-columns:repeat(2,1fr)}.Game2048_happy__3aupZ{max-width:100%;object-fit:contain;height:150px}}@media only screen and (min-width:768px) and (max-width:1024px){.Game2048_gameOverMessage__e07ye{top:55%}.Game2048_otherGamesGrid__eFooz{overflow-y:auto;height:200px}}