.grid{grid-gap:5px;grid-template-columns:repeat(5,60px);width:max-content;margin:0 auto 20px;display:grid}.saved-tile-bank,.swap-tile-bank{grid-gap:5px;grid-template-columns:repeat(2,60px);display:grid}.bank{grid-gap:5px;grid-template-columns:repeat(5,60px);width:max-content;margin:0 auto 20px;display:grid}.cell{background:#eee;border:1px solid #ccc;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.cell.over{background-color:#ddf4ff;border:2px solid #007bff}.tile{touch-action:none;color:#000;cursor:grab;background:#add8e6;border:2px solid #000;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;font-weight:700;display:flex;box-shadow:2px 2px 5px rgba(0,0,0,.2)}.tile.pulse{animation:.4s pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.tile.locked{color:#fff;background:gray}.tile.block{background:#d3d3d3}.progress{border-radius:0;height:5px}.mt-6{margin-top:4rem!important}@media (min-width:768px){.mt-md-6{margin-top:5.5rem!important}}.btnLock:hover{color:#fff!important}