.grid-container{overflow-x:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.loot-track-container{width:100%;max-width:500px;margin:5px auto;position:relative;overflow:hidden;height:60px}.loot-track{margin-left:0;transition:5s cubic-bezier(.12,.8,.38,1);white-space:nowrap;font-size:0;height:60px;display:flex;align-items:center}.win-line{top:0;bottom:0;left:50%;position:absolute;border-right:2px solid #06b6d4;border-left:2px solid #06b6d4;z-index:1;box-shadow:0 0 8px 2px rgba(6,182,212,.5)}.loot{width:160px;height:60px;display:inline-flex;flex-direction:column;justify-content:center;font-size:.875rem;font-weight:700;color:#fff;align-items:center;text-align:center;flex-shrink:0;background:hsla(0,0%,100%,.05);border:2px solid hsla(0,0%,100%,.1);border-radius:12px;margin:0 4px;backdrop-filter:blur(10px);transition:all .3s ease}.loot:hover{background:rgba(6,182,212,.1);border-color:rgba(6,182,212,.3)}.loot-name{width:100%;font-size:18px;padding:.25rem .5rem;text-align:center;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5)}.loot:last-child{border:none}.button{margin:.5rem}