body.page-template-page-pc-games .pc-games-page {
  max-width: 1600px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

body.page-template-page-pc-games .pc-games-page .page-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

body.page-template-page-pc-games .pc-games-page .brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.85rem;
}

body.page-template-page-pc-games .pc-games-page .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
  animation: pc-pill-pulse 2s ease-in-out infinite;
}

@keyframes pc-pill-pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.75; }
  100% { transform: scale(1); opacity: 1; }
}

body.page-template-page-pc-games .pc-games-page .page-title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.15;
  color: var(--text-main);
}

body.page-template-page-pc-games .pc-games-page .page-subtitle {
  margin: 0.5rem auto 0;
  max-width: 760px;
  font-size: 1rem;
  color: var(--text-muted);
}

body.page-template-page-pc-games .pc-games-page .stats-info {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

body.page-template-page-pc-games .pc-games-page .cat-toolbar {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

body.page-template-page-pc-games .pc-games-page .cat-sort-tabs {
  display: inline-flex;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 4px;
  gap: 2px;
}

body.page-template-page-pc-games .pc-games-page .cat-sort-tab {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

body.page-template-page-pc-games .pc-games-page .cat-sort-tab:hover {
  color: var(--text-main);
  background: rgba(0, 0, 0, 0.04);
}

body.page-template-page-pc-games .pc-games-page .cat-sort-tab.is-active {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

[data-theme="dark"] body.page-template-page-pc-games .pc-games-page .cat-sort-tab:hover {
  background: rgba(255, 255, 255, 0.06);
}

body.page-template-page-pc-games .pc-games-page .pcf-panel {
  display: grid;
  gap: 12px;
  margin-bottom: 1.1rem;
}

body.page-template-page-pc-games .pc-games-page .pcf-group {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}

body.page-template-page-pc-games .pc-games-page .pcf-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
}

body.page-template-page-pc-games .pc-games-page .pcf-label {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-muted);
}

body.page-template-page-pc-games .pc-games-page .pcf-clear,
body.page-template-page-pc-games .pc-games-page .pcf-clear-all {
  color: var(--primary);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
}

body.page-template-page-pc-games .pc-games-page .pcf-clear:hover,
body.page-template-page-pc-games .pc-games-page .pcf-clear-all:hover {
  text-decoration: underline;
}

body.page-template-page-pc-games .pc-games-page .pcf-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px;
}

body.page-template-page-pc-games .pc-games-page .pcf-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

body.page-template-page-pc-games .pc-games-page .pcf-chip:hover {
  border-color: var(--primary);
  color: var(--primary);
}

body.page-template-page-pc-games .pc-games-page .pcf-chip.is-active {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

body.page-template-page-pc-games .pc-games-page .pcf-chip-letter {
  min-width: 34px;
  padding: 6px 8px;
}

body.page-template-page-pc-games .pc-games-page .pcf-empty {
  font-size: 0.82rem;
  color: var(--text-muted);
}

body.page-template-page-pc-games .pc-games-page .pcf-active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px dashed var(--border);
  border-radius: 12px;
  color: var(--text-muted);
  background: rgba(37, 99, 235, 0.04);
  font-size: 0.82rem;
}

body.page-template-page-pc-games .pc-games-page .games-list-section {
  margin-top: 0.6rem;
}

body.page-template-page-pc-games .pc-games-page .results-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

body.page-template-page-pc-games .pc-games-page .resource-card {
  min-width: 0;
}

body.page-template-page-pc-games .pc-games-page .pagination-wrapper {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

body.page-template-page-pc-games .pc-games-page .pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.9rem;
  flex-wrap: wrap;
}

body.page-template-page-pc-games .pc-games-page .pagination-container a,
body.page-template-page-pc-games .pc-games-page .pagination-container span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.25s ease;
  gap: 5px;
}

body.page-template-page-pc-games .pc-games-page .pagination-container a {
  background: var(--bg-surface);
  color: var(--text-main);
  border: 1px solid var(--border);
}

body.page-template-page-pc-games .pc-games-page .pagination-container a:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

body.page-template-page-pc-games .pc-games-page .pagination-container .current {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

body.page-template-page-pc-games .pc-games-page .pagination-container .dots {
  background: transparent;
  border: none;
  color: var(--text-muted);
}

body.page-template-page-pc-games .pc-games-page .pagination-container svg {
  vertical-align: middle;
}

body.page-template-page-pc-games .pc-games-page .page-info {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.9rem;
}

@media (max-width: 1280px) {
  body.page-template-page-pc-games .pc-games-page .results-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.page-template-page-pc-games .pc-games-page .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.page-template-page-pc-games .page {
    padding-top: calc(var(--nav-height) + 0.75rem);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  body.page-template-page-pc-games .pc-games-page {
    padding: 0.2rem 0;
  }

  body.page-template-page-pc-games .pc-games-page .page-header {
    margin-bottom: 0.8rem;
  }

  body.page-template-page-pc-games .pc-games-page .brand-pill {
    margin-bottom: 0.6rem;
  }

  body.page-template-page-pc-games .pc-games-page .page-title {
    font-size: 1.45rem;
  }

  body.page-template-page-pc-games .pc-games-page .page-subtitle {
    font-size: 0.88rem;
    margin-top: 0.35rem;
  }

  body.page-template-page-pc-games .pc-games-page .stats-info {
    font-size: 0.78rem;
    margin-top: 0.45rem;
  }

  body.page-template-page-pc-games .pc-games-page .cat-toolbar {
    margin-bottom: 0.85rem;
  }

  body.page-template-page-pc-games .pc-games-page .cat-sort-tab {
    padding: 6px 14px;
    font-size: 0.8rem;
  }

  body.page-template-page-pc-games .pc-games-page .pcf-panel {
    gap: 10px;
    margin-bottom: 0.8rem;
  }

  body.page-template-page-pc-games .pc-games-page .pcf-group-head {
    padding: 10px 12px;
  }

  body.page-template-page-pc-games .pc-games-page .pcf-chips {
    flex-wrap: wrap;
    overflow: visible;
    padding: 10px 12px;
    gap: 7px;
  }

  body.page-template-page-pc-games .pc-games-page .pcf-chips.pcf-chips-initials {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 6px;
  }

  body.page-template-page-pc-games .pc-games-page .pcf-chip {
    flex-shrink: 1;
    font-size: 0.76rem;
    padding: 5px 10px;
  }

  body.page-template-page-pc-games .pc-games-page .pcf-chip-letter {
    min-width: 0;
    padding: 5px 0;
    width: 100%;
  }

  body.page-template-page-pc-games .pc-games-page .pcf-active {
    padding: 8px 10px;
    font-size: 0.76rem;
  }

  body.page-template-page-pc-games .pc-games-page .results-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.7rem !important;
  }

  body.page-template-page-pc-games .pc-games-page .pagination-wrapper {
    margin-top: 1.5rem;
    padding-top: 1rem;
  }

  body.page-template-page-pc-games .pc-games-page .pagination-container {
    gap: 5px;
  }

  body.page-template-page-pc-games .pc-games-page .pagination-container a,
  body.page-template-page-pc-games .pc-games-page .pagination-container span {
    min-width: 36px;
    height: 36px;
    padding: 0 6px;
    font-size: 0.82rem;
    flex: 0 0 auto;
    width: auto !important;
    display: inline-flex !important;
  }

  body.page-template-page-pc-games .pc-games-page .nav-text {
    display: none;
  }

  body.page-template-page-pc-games .pc-games-page .pagination-container svg {
    margin: 0;
    display: block;
  }

  body.page-template-page-pc-games .pc-games-page .resource-card {
    border-radius: 10px;
  }

  body.page-template-page-pc-games .pc-games-page .resource-card:hover {
    transform: none;
  }

  body.page-template-page-pc-games .pc-games-page .card-thumbnail {
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
  }

  body.page-template-page-pc-games .pc-games-page .card-content {
    padding: 8px;
  }

  body.page-template-page-pc-games .pc-games-page .resource-title {
    font-size: 0.82rem;
    line-height: 1.3;
  }

  body.page-template-page-pc-games .pc-games-page .resource-category-pill,
  body.page-template-page-pc-games .pc-games-page .resource-date {
    font-size: 0.68rem;
  }
}

@media (max-width: 420px) {
  body.page-template-page-pc-games .pc-games-page .pcf-chips.pcf-chips-initials {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  body.page-template-page-pc-games .pc-games-page .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.55rem !important;
  }

  body.page-template-page-pc-games .pc-games-page .resource-title {
    font-size: 0.78rem;
  }
}
