.puzzleList___M6amP {
  padding: 24px 0;
}
.pageTitle___vYnMN {
  font-size: 30px;
  font-weight: 700;
  color: #e2e8f0;
  margin-bottom: 32px;
  text-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}
.filterBar___ZIdJD {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .filterBar___ZIdJD {
    flex-direction: column;
  }
}
.searchInput___cksHe {
  flex: 1;
  min-width: 200px;
}
.filterSelect___q9KRn {
  width: 180px;
  min-width: 180px;
}
@media (max-width: 768px) {
  .filterSelect___q9KRn {
    width: 100%;
  }
}
.loading___Bm9Dm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
  gap: 16px;
  color: #00ffff;
}
.loading___Bm9Dm svg {
  animation: spin___wB59k 1s linear infinite;
}
@keyframes spin___wB59k {
  to {
    transform: rotate(360deg);
  }
}
.puzzlesGrid___UGUFq {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1400px) {
  .puzzlesGrid___UGUFq {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .puzzlesGrid___UGUFq {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .puzzlesGrid___UGUFq {
    grid-template-columns: 1fr;
  }
}
.pagination___gZGUy {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pageBtn___hUUGc {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 20, 35, 0.6);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 8px;
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.3s;
}
.pageBtn___hUUGc:hover:not(:disabled) {
  border-color: #00ffff;
  color: #00ffff;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
}
.pageBtn___hUUGc:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.pageInfo___gkMvN {
  color: #94a3b8;
  font-size: 16px;
  min-width: 100px;
  text-align: center;
}
.totalInfo___ap63b {
  text-align: center;
  color: #64748b;
  font-size: 14px;
  margin-top: 16px;
}
.empty___oy2T5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
  gap: 24px;
  color: #64748b;
}
.empty___oy2T5 svg {
  color: #64748b;
  opacity: 0.5;
}
.empty___oy2T5 p {
  font-size: 18px;
}

