*{box-sizing:border-box}body{margin:0;background:#faf8ef;color:#776e65;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;touch-action:none}.app{max-width:520px;margin:auto;padding:18px}.app header{display:flex;justify-content:space-between;align-items:flex-end}.app h1{font-size:54px;line-height:.9;margin:0}.app p{margin:10px 0 0}.scores{display:flex;gap:7px}.scores div{min-width:68px;padding:7px 9px;text-align:center;border-radius:5px;background:#bbada0;color:white}.scores small{display:block;font-size:10px}.scores b{font-size:19px}.toolbar{display:flex;justify-content:space-between;align-items:center;margin:18px 0 10px}.toolbar button{border:0;border-radius:6px;padding:10px 15px;background:#8f7a66;color:white;font-weight:700}.board{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;padding:9px;border-radius:8px;background:#bbada0}.cell{aspect-ratio:1;border-radius:5px;display:grid;place-items:center;background:rgba(238,228,218,.35);font-size:30px;font-weight:800}.v2{background:#eee4da}.v4{background:#ede0c8}.v8{background:#f2b179;color:#fff}.v16{background:#f59563;color:#fff}.v32{background:#f67c5f;color:#fff}.v64{background:#f65e3b;color:#fff}.v128,.v256,.v512{background:#edcc61;color:#fff;font-size:25px}.v1024,.v2048{background:#edc53f;color:#fff;font-size:21px}.hint{text-align:center;margin-top:16px;color:#8b8178;font-size:13px}