.GalleryList_galleryPage__woR6p {
  padding: 24px 0;
  color: var(--text-primary);
}
.GalleryList_pageHeader__NkBdz {
  margin-bottom: 24px;
}
.GalleryList_pageTitle___s8NL {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 4px;
  text-shadow: 0 0 20px rgba(var(--primary-rgb), calc(var(--text-glow-intensity, 1) * 0.3));
}
.GalleryList_pageSubtitle__FmsLF {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
}
.GalleryList_filterPanel__ToaFV {
  margin-bottom: 32px;
  padding: 8px 24px;
  border-radius: var(--radius-lg);
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--primary-alpha-10);
}
.GalleryList_tabRow__naKuK {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--primary-alpha-10);
}
.GalleryList_chip__21qn8,
.GalleryList_chipActive__ovJFw {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--primary-alpha-15);
  background: var(--bg-card);
  color: var(--text-secondary);
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.GalleryList_chip__21qn8:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.GalleryList_chipActive__ovJFw {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background: var(--primary-alpha-12);
  box-shadow: 0 0 12px rgba(var(--primary-rgb), calc(var(--box-glow-intensity, 1) * 0.15));
}
.GalleryList_searchBar__H0nV9 {
  display: flex;
}
.GalleryList_searchInput__nxmER {
  flex: 1 1;
  min-width: 200px;
}
.GalleryList_galleryGrid__AOZI2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  gap: 24px;
  align-items: start;
}
@media (max-width: 1400px) {
  .GalleryList_galleryGrid__AOZI2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .GalleryList_galleryGrid__AOZI2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .GalleryList_galleryGrid__AOZI2 {
    grid-template-columns: 1fr;
  }
}
.GalleryList_loading__Y5Lfq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
  gap: 16px;
  color: var(--primary-color);
}
.GalleryList_loading__Y5Lfq svg {
  animation: GalleryList_spin__NUFbz 1s linear infinite;
}
@keyframes GalleryList_spin__NUFbz {
  to {
    transform: rotate(360deg);
  }
}
.GalleryList_empty__Hg31p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
  gap: 24px;
  color: var(--text-muted);
}
.GalleryList_empty__Hg31p p {
  font-size: 18px;
}
.GalleryList_pagination__ndHw8 {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.GalleryList_pageBtn__oGybN {
  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;
}
.GalleryList_pageBtn__oGybN: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));
}
.GalleryList_pageBtn__oGybN:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.GalleryList_pageInfo__NxF3g {
  color: var(--text-secondary);
  font-size: 16px;
  min-width: 100px;
  text-align: center;
}
.GalleryList_totalInfo__fyIiB {
  text-align: center;
  color: var(--text-muted);
  font-size: 14px;
  margin-top: 16px;
}

