.bg-light {
  background-color: #1a1a2e !important;
  color: #ffffff !important;
}

.bg-dark {
  background-color: #16213e !important;
  color: #ffffff !important;
}

.card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.table {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}

.table-dark {
  --bs-table-bg: #16213e;
  --bs-table-striped-bg: #1a1a2e;
  --bs-table-border-color: rgba(255, 255, 255, 0.1);
}

.table thead {
  background: #0f3460;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.bonus-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.highlight-box {
  background: rgba(102, 126, 234, 0.1);
  border-left: 4px solid #667eea;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}

.terms-list {
  background: rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.terms-list li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
