/* Theme-specific overrides for light background */
.bg-dark {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-light {
  background-color: #f8f9fa !important;
  color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.bg-light * {
  color: #000000 !important;
}

.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light .card-title {
  color: #000000 !important;
}

.bg-light p,
.bg-light .card-text {
  color: #000000 !important;
}

.bg-light ul,
.bg-light li {
  color: #000000 !important;
}
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

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

.table {
  color: #212529;
  border-color: rgba(0, 0, 0, 0.1);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.table thead th {
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.badge-sport {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  margin: 0.25rem;
}

.icon-feature {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #ffffff;
}

.stats-box {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  border-left: 4px solid #667eea;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

/* Сохраняем оригинальный стиль для кнопки в хедере */
header .cta-button,
header .btn-primary {
  background: linear-gradient(135deg, #FF2E63 0%, #FE5F75 50%, #FF8FA3 100%) !important;
  box-shadow: 0 8px 24px rgba(255, 46, 99, 0.2) !important;
}

header .cta-button:hover,
header .btn-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 48px rgba(255, 46, 99, 0.25) !important;
}
