.Game2048-module__tXpA_q__container{flex-direction:column;align-items:center;gap:16px;max-width:420px;margin:40px auto;padding:0 20px 40px;display:flex}.Game2048-module__tXpA_q__title{color:#1a3a5c;font-size:1.5rem;font-weight:700}.Game2048-module__tXpA_q__scoreRow{align-items:center;gap:10px;width:100%;display:flex}.Game2048-module__tXpA_q__scoreBox{background:#bbada0;border-radius:8px;flex-direction:column;align-items:center;min-width:64px;padding:6px 14px;display:flex}.Game2048-module__tXpA_q__scoreLabel{color:#eee4da;text-transform:uppercase;font-size:.65rem;font-weight:700}.Game2048-module__tXpA_q__scoreValue{color:#fff;font-size:1.1rem;font-weight:800}.Game2048-module__tXpA_q__resetBtn{color:#fff;cursor:pointer;background:#1a3a5c;border:none;border-radius:8px;margin-left:auto;padding:8px 16px;font-family:inherit;font-size:.85rem;font-weight:600}.Game2048-module__tXpA_q__resetBtn:hover{background:#244c78}.Game2048-module__tXpA_q__boardWrap{position:relative}.Game2048-module__tXpA_q__board{background:#bbada0;border-radius:10px;grid-template-columns:repeat(4,1fr);gap:8px;padding:8px;display:grid}.Game2048-module__tXpA_q__cell{color:#776e65;background:#eee4da59;border-radius:6px;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.6rem;font-weight:800;display:flex}.Game2048-module__tXpA_q__overlay{color:#1a3a5c;background:#ffffffd1;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:14px;font-size:1.4rem;font-weight:800;display:flex;position:absolute;inset:0}.Game2048-module__tXpA_q__controls{grid-template-rows:repeat(2,48px);grid-template-columns:repeat(3,48px);gap:6px;display:grid}.Game2048-module__tXpA_q__arrowBtn{color:#fff;cursor:pointer;background:#1a3a5c;border:none;border-radius:8px;font-size:1.2rem}.Game2048-module__tXpA_q__arrowBtn:hover{background:#244c78}.Game2048-module__tXpA_q__note{color:#999;font-size:.76rem}@media (max-width:480px){.Game2048-module__tXpA_q__cell{width:64px;height:64px;font-size:1.3rem}}
