@keyframes rotateWheel{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spin-wheel{width:52px;height:52px;border-radius:50%;border:3px solid gold;background:conic-gradient(red 0deg 60deg,blue 60deg 120deg,green 120deg 180deg,yellow 180deg 240deg,orange 240deg 300deg,purple 300deg 1turn);animation:rotateWheel 6s linear infinite;box-shadow:0 0 15px gold;position:relative;cursor:pointer}.spin-wheel:hover{animation:rotateWheel 2s linear infinite;box-shadow:0 0 25px #ffd700}@keyframes coin-wobble{0%,to{transform:rotateY(0deg)}50%{transform:rotateY(20deg)}}@keyframes coin-glint{0%,to{opacity:0}50%{opacity:1}}.coin-glint{animation:coin-glint 3s ease-in-out infinite}.mining-animation-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;user-select:none;-webkit-user-select:none;touch-action:manipulation}.pot{right:24px;bottom:-20px;width:140px;height:140px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.6));transform-origin:center bottom;z-index:10}.pot,.pot-glow{position:absolute;pointer-events:none}.pot-glow{right:calc(24px + 140px/2 - 40px);bottom:calc(-20px + 140px/2 - 40px);width:80px;height:80px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,200,.6),rgba(255,200,80,.08));filter:blur(8px);z-index:9}.angel{position:absolute;width:150px;height:100px;pointer-events:none;will-change:transform,left,top;z-index:20}.angel>svg{width:100%;height:100%;object-fit:contain;display:block}.coin{position:absolute;width:32px;height:32px;pointer-events:none;will-change:transform,left,top,opacity;z-index:15}