/* Credits Page Custom Styles */
.wallet-starter { border-color: #22c55e !important; }
.wallet-professional { border-color: #3b82f6 !important; }
.wallet-premium { border-color: #f59e0b !important; }

.btn-glow:hover {
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.4);
  transform: translateY(-1px);
}

.fade-in {
  animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.text-mono { font-family: 'Space Mono', monospace; }
