.floating-sphere{position:relative;width:250px;height:250px;margin:0 auto;display:flex;align-items:center;justify-content:center;overflow:visible}.floating-sphere img{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);object-fit:contain;will-change:transform;filter:drop-shadow(0 0 25px rgba(255,0,255,0.4));transition:transform 0.2s ease-out}