.daily-section {
  text-align: center;
  margin-bottom: 3rem;
}

.daily-card {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  width: 280px;
  margin: 1rem auto;
  transition: transform 0.2s ease;
}

.daily-card:hover {
  transform: scale(1.03);
}

.daily-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}

.daily-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
}

.leaderboard-section {
  text-align: center;
}

.leaderboard {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2rem;
  margin-top: 1rem;
}

.leader {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.leader img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  border: 3px solid #f16529;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.leader span {
  font-size: 1.2rem;
  font-weight: bold;
}
