body {
  background-color: #0A0A0C;
  color: #e5e2e1;
  -webkit-tap-highlight-color: transparent;
}

.gold-border-glow {
  border: 1px solid rgba(242, 202, 80, 0.2);
}
.gold-border-glow:active {
  box-shadow: 0 0 15px rgba(233, 195, 73, 0.3);
  border-color: rgba(233, 195, 73, 0.5);
}

::-webkit-scrollbar {
  display: none;
}

.deck-card-overlay {
  background: linear-gradient(90deg, rgba(10, 10, 12, 0.95) 0%, rgba(10, 10, 12, 0.7) 40%, rgba(10, 10, 12, 0.2) 100%);
}
