.PuzzleList_puzzleList__gkJEl {
  padding: 24px 0;
  color: var(--text-primary);
}
.PuzzleList_pageHeader__l1qaa {
  margin-bottom: 32px;
}
.PuzzleList_pageTitle__gxbRe {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 4px 0;
  text-shadow: 0 0 20px rgba(var(--primary-rgb), calc(var(--text-glow-intensity, 1) * 0.3));
}
.PuzzleList_subtitle__evSlC {
  color: var(--text-secondary);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.PuzzleList_galleryEntryIcon__W7NhY {
  flex-shrink: 0;
  color: var(--secondary-color, var(--primary-color));
}
.PuzzleList_galleryEntryLink__cbcjH {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 16px;
  border-radius: 9999px;
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.PuzzleList_galleryEntryLink__cbcjH:hover {
  background: rgba(var(--primary-rgb), 0.16);
}
.PuzzleList_filterBar__DG8KD {
  margin-bottom: 0;
}
.PuzzleList_listLoading__bOxNU {
  opacity: 0.55;
  pointer-events: none;
}
.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;
  align-items: stretch;
}
@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: var(--radius-md);
  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;
  padding: 64px 32px;
  color: var(--text-secondary);
  gap: 16px;
}
.PuzzleList_empty__ePVyl svg {
  color: var(--text-muted);
  opacity: 0.5;
}
.PuzzleList_empty__ePVyl p {
  font-size: 18px;
}

