#robyWinsList li.show{opacity:1;transform:translateY(0)}#robyWinsList li .user{display:flex;align-items:center;gap:12px;font-weight:600;color:#fff}#robyWinsList li .user img.avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #f39}#robyWinsList li .user img.flag{width:20px;height:15px;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.5)}#robyWinsList li .amount{font-weight:700;color:#fff}#robyWinsList li .time{font-size:.85em;color:#e0e0e0;margin-left:8px}.roby-progress{margin-top:6px;height:6px;width:100%;background:rgba(255,51,153,.2);border-radius:5px;overflow:hidden}.roby-progress span{display:block;height:100%;width:0%;background:linear-gradient(to right,#f39,#f6c);animation:fillBar 1.8s ease-out forwards;border-radius:5px}