.wheel-container{flex-direction:column;justify-content:center;align-items:center;width:400px;height:400px;display:flex;position:relative}.wheel-canvas{border:4px solid #333;border-radius:50%;transition:transform 5s;position:relative}.spin-button{border-radius:50%;width:80px;height:80px;position:absolute}.spin-button:before{content:"";z-index:2;background:#3d3d3d;border-radius:50% 0 50% 50%;width:80px;height:80px;position:absolute;inset:0;transform:rotate(-45deg)}.spin-button:after{content:"SPIN";color:#fff;z-index:3;font-size:1rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
