.PuzzleList_puzzleList__gkJEl {
  padding: 24px 0;
  color: var(--text-primary);
}
.PuzzleList_pageTitle__gxbRe {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 32px;
  text-shadow: 0 0 20px rgba(var(--primary-rgb), calc(var(--text-glow-intensity, 1) * 0.3));
}
.PuzzleList_filterBar__DG8KD {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .PuzzleList_filterBar__DG8KD {
    flex-direction: column;
  }
}
.PuzzleList_searchInput__qZHKo {
  flex: 1 1;
  min-width: 200px;
}
.PuzzleList_filterSelect__JfbZo {
  width: 180px;
  min-width: 180px;
}
@media (max-width: 768px) {
  .PuzzleList_filterSelect__JfbZo {
    width: 100%;
  }
}
.PuzzleList_loading__tccNw {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
  gap: 16px;
  color: var(--primary-color);
}
.PuzzleList_loading__tccNw svg {
  animation: PuzzleList_spin__xpNyQ 1s linear infinite;
}
@keyframes PuzzleList_spin__xpNyQ {
  to {
    transform: rotate(360deg);
  }
}
.PuzzleList_puzzlesGrid__GpL4v {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
@media (max-width: 1400px) {
  .PuzzleList_puzzlesGrid__GpL4v {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .PuzzleList_puzzlesGrid__GpL4v {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .PuzzleList_puzzlesGrid__GpL4v {
    grid-template-columns: 1fr;
  }
}
.PuzzleList_pagination__zMnJW {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.PuzzleList_pageBtn__H12xW {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--glass-bg);
  border: 1px solid var(--primary-alpha-20);
  border-radius: 8px;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.3s;
}
.PuzzleList_pageBtn__H12xW:hover:not(:disabled) {
  border-color: var(--primary-color);
  color: var(--primary-color);
  box-shadow: 0 0 15px rgba(var(--primary-rgb), calc(var(--box-glow-intensity, 1) * 0.2));
}
.PuzzleList_pageBtn__H12xW:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.PuzzleList_pageInfo__LdiLZ {
  color: var(--text-secondary);
  font-size: 16px;
  min-width: 100px;
  text-align: center;
}
.PuzzleList_totalInfo__EQjKc {
  text-align: center;
  color: var(--text-muted);
  font-size: 14px;
  margin-top: 16px;
}
.PuzzleList_empty__ePVyl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
  gap: 24px;
  color: var(--text-muted);
}
.PuzzleList_empty__ePVyl svg {
  color: var(--text-muted);
  opacity: 0.5;
}
.PuzzleList_empty__ePVyl p {
  font-size: 18px;
}

