.Plog_page__umV8c {
  padding: 24px 0;
  color: var(--text-primary);
}
.Plog_pageHeader__1Xp8N {
  margin-bottom: 32px;
}
.Plog_pageTitle__CTFaI {
  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));
}
.Plog_subtitle__O_y8T {
  color: var(--text-secondary);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.Plog_filters__aLxKV {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 16px;
}
.Plog_sentinel__ZRFsP {
  width: 100%;
  height: 1px;
}
.Plog_feedStatus__0PVGl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 0 24px;
}
.Plog_feedFooter__O4hAA {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 24px auto 0;
  padding: 8px 24px;
  max-width: 22rem;
  color: var(--primary-color, var(--primary-color));
  font-size: 14px;
  border: 1px solid var(--primary-alpha-15);
  border-radius: 9999px;
  background: rgba(var(--primary-rgb), 0.06);
  box-shadow: 0 0 16px rgba(var(--primary-rgb), calc(var(--text-glow-intensity, 1) * 0.12));
}
.Plog_feedFooter__O4hAA svg {
  animation: Plog_plogSpin__gYydY 1s linear infinite;
  flex-shrink: 0;
}
.Plog_feedFooterError__HJmb2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 24px auto 0;
  padding: 16px 24px;
  max-width: 24rem;
  border: 1px solid var(--primary-alpha-15);
  border-radius: var(--radius-lg);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0 0 20px rgba(var(--primary-rgb), calc(var(--text-glow-intensity, 1) * 0.08));
}
.Plog_feedFooterText__e20eK {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
}
.Plog_setDetailHeader__zJzNs {
  margin-bottom: 16px;
}
.Plog_setDetailHeader__zJzNs h2 {
  margin: 0 0 4px;
  font-size: 24px;
}
.Plog_setBackLink__yvTgJ {
  font-size: 14px;
  color: var(--primary-color, #6366f1);
  text-decoration: none;
  white-space: nowrap;
}
.Plog_setBackLink__yvTgJ:hover {
  text-decoration: underline;
}
.Plog_setCount__79gD6 {
  font-size: 14px;
  color: var(--text-muted);
}
.Plog_loading__SwUZe {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 32px;
  color: var(--primary-color, var(--primary-color));
  gap: 16px;
}
.Plog_loading__SwUZe svg {
  animation: Plog_plogSpin__gYydY 1s linear infinite;
}
@keyframes Plog_plogSpin__gYydY {
  to {
    transform: rotate(360deg);
  }
}
.Plog_filterBar__2TvR0 {
  margin-bottom: 0;
}
.Plog_searchInput__hLrTB {
  flex: 1 1;
  min-width: 0;
}

