/* ===== DEPO KELAP KELIP ===== */
@keyframes glowDeposit {
  0% { box-shadow: 0 0 8px #7b00ff, 0 0 20px #7b00ff, 0 0 40px #7b00ff; background-color: #7b00ff; color: #fff; }
  50% { box-shadow: 0 0 20px #ffffff, 0 0 40px #ffffff, 0 0 60px #ffffff; background-color: #ffffff; color: #ff0000; }
  100% { box-shadow: 0 0 8px #7b00ff, 0 0 20px #7b00ff, 0 0 40px #7b00ff; background-color: #7b00ff; color: #fff; }
}
.glow-deposit { animation: glowDeposit 1.2s infinite ease-in-out; transition: transform 0.2s ease; border: 2px solid #ff0000 !important; }
.glow-deposit:hover { transform: scale(1.08); }
/* ===== END KELAP KELIP ===== */