.prize-wrap{padding:15px}.prize-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.prize-item{background:#fff;border-radius:8px;text-align:center;padding:8px;min-height:140px;display:flex;flex-direction:column;justify-content:space-between;border:2px solid transparent;transition:border .15s,box-shadow .15s}.prize-item.active{border-color:#ff8800;box-shadow:0 0 12px #ff9900}.prize-img{height:100px;border-radius:4px;margin-bottom:6px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f5f5f5}.prize-img img{width:90px;height:90px;object-fit:contain}.prize-name{font-size:13px;color:#333;font-weight:500}.lottery-btn{background:#ff8800;color:#fff;font-weight:700;align-items:center;justify-content:center;font-size:30px;line-height:1.2;border:2px solid transparent}.lottery-word1,.lottery-word2{font-size:28px}.lottery-btn.no-count,.lottery-btn.disable{background:#999;cursor:not-allowed}.lottery-btn.running{background:#cc6600;cursor:not-allowed}.count-text{font-size:16px;margin-top:6px}.empty-text{font-size:22px;color:#333;display:flex;align-items:center;justify-content:center;height:100%}
