body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Arial,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.App-header{background-color:#2c3e50;color:#fff;padding:1rem;text-align:center}.App-header h1{margin-bottom:1rem}nav ul{display:flex;gap:2rem;justify-content:center;list-style:none}nav a{color:#fff;font-weight:700;text-decoration:none}main{flex:1 1;padding:2rem}section{background-color:#f9f9f9;border-radius:8px;margin-bottom:2rem;padding:1rem}form{display:flex;flex-direction:column;gap:1rem}label{display:block;margin-bottom:.5rem}input{border:1px solid #ddd;border-radius:4px;padding:.5rem}button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.7rem 1.5rem}button:hover{background-color:#2980b9}footer{background-color:#2c3e50;color:#fff;margin-top:auto;padding:1rem;text-align:center}.game-container{flex-direction:column;font-family:Arial,sans-serif;margin-top:50px}.game-container,.header{align-items:center;display:flex}.header{justify-content:space-between;margin-bottom:20px;width:320px}.score-board{align-items:flex-end;display:flex;flex-direction:column}.new-game-btn{background-color:#8f7a66;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:5px;padding:10px}.grid-container{background-color:#bbada0;border-radius:6px;display:flex;flex-direction:column;gap:10px;height:320px;padding:10px;position:relative;width:320px}.grid-row{display:flex;gap:10px;height:100%}.grid-cell{background-color:#cdc1b4;border-radius:3px;color:#776e65;font-size:30px;font-weight:700}.game-over-overlay,.grid-cell{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.game-over-overlay{background:#eee4daba;border-radius:6px;flex-direction:column;left:0;position:absolute;top:0;z-index:10}.cell-2{background-color:#eee4da}.cell-4{background-color:#ede0c8}.cell-8{background-color:#f2b179;color:#f9f6f2}.cell-16{background-color:#f59563;color:#f9f6f2}.cell-32{background-color:#f67c5f;color:#f9f6f2}.cell-64{background-color:#f65e3b;color:#f9f6f2}.cell-128{background-color:#edcf72}.cell-128,.cell-256{color:#f9f6f2;font-size:25px}.cell-256{background-color:#edcc61}.cell-512{background-color:#edc850;color:#f9f6f2;font-size:25px}.cell-1024{background-color:#edc53f}.cell-1024,.cell-2048{color:#f9f6f2;font-size:20px}.cell-2048{background-color:#edc22e}
/*# sourceMappingURL=main.de85b799.css.map*/