/** ponytail: 列表页两列卡片共用排版；升级路径：CSS container queries 按卡片宽度而非 viewport */
.Hunts_page__KxKto {
  padding: 24px 0;
  color: var(--text-primary);
}
.Hunts_pageHeader__yuOix {
  margin-bottom: 32px;
}
.Hunts_title__y699u {
  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));
}
.Hunts_subtitle__b9Gvg {
  color: var(--text-secondary);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.Hunts_searchBar__aNaYE {
  margin-bottom: 0;
}
.Hunts_huntListRows__ZEec5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.Hunts_filterPanel__eAWuT {
  margin-bottom: 0;
  padding: 8px 16px 16px;
  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);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}
@media (min-width: 992px) {
  .Hunts_filterPanel__eAWuT {
    padding: 16px 24px;
  }
}
.Hunts_tagRow__83dZp {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 16px;
}
.Hunts_tagChip__M0Z6o {
  padding: 2px 8px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--primary-alpha-15);
  background: var(--primary-alpha-8);
  color: var(--text-secondary);
  font-size: 12px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.Hunts_tagChip__M0Z6o:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: var(--primary-alpha-12);
}
.Hunts_grid__l8ZXX {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
.Hunts_grid__l8ZXX > a {
  display: block;
  min-width: 0;
  height: 100%;
  text-decoration: none;
}
@media (max-width: 1400px) {
  .Hunts_grid__l8ZXX {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .Hunts_grid__l8ZXX {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .Hunts_grid__l8ZXX {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
.Hunts_card__eRNNd {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.Hunts_cardBody__XLHVK {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  padding: 0 24px 24px;
}
.Hunts_cardBody__XLHVK h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 1.45;
  color: var(--text-primary);
}
.Hunts_cardTitle__G5_IK {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
}
.Hunts_cardTitleText__TXpZ3 {
  line-height: 1.35;
}
.Hunts_summary__KZNtt {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.Hunts_metaRow__729Mt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.Hunts_metaSecondary__asglj {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  margin-top: 0;
  line-height: 1.5;
}
.Hunts_date__21cly {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}
.Hunts_empty__R2ilt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 32px;
  color: var(--text-secondary);
  gap: 16px;
}
.Hunts_emptyLink__ssgZw {
  color: var(--neon-cyan);
  font-size: 14px;
  text-decoration: none;
}
.Hunts_emptyLink__ssgZw:hover {
  color: var(--neon-magenta);
}
.Hunts_total__3qebe {
  text-align: center;
  color: var(--text-muted);
  margin-top: 32px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .Hunts_cardBody__XLHVK {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 8px 8px;
  }
  .Hunts_cardBody__XLHVK h3 {
    margin-bottom: 0;
  }
  .Hunts_card__eRNNd [class*='HuntListCardHeader_header'] {
    margin-bottom: 4px;
  }
  .Hunts_card__eRNNd [class*='HuntListCardQuickMeta_bar'] {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.43;
  }
  .Hunts_cardTitle__G5_IK {
    margin-bottom: 0;
  }
  .Hunts_cardTitleText__TXpZ3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-width: 0;
  }
  .Hunts_summary__KZNtt,
  .Hunts_tagRow__83dZp {
    display: none;
  }
  .Hunts_metaSecondary__asglj {
    margin-top: 0;
    gap: 8px;
  }
  .Hunts_date__21cly {
    font-size: 12px;
    line-height: 1.43;
    color: var(--text-secondary);
  }
  .Hunts_metaRow__729Mt {
    gap: 8px;
    margin-bottom: 0;
    margin-top: auto;
  }
  .Hunts_metaRow__729Mt [class*='Badge'] {
    font-size: 12px;
    padding: 2px 6px;
    line-height: 1.43;
  }
}

