.pg-game-page {
  background: #f3f4f6;
  padding: 28px 0 56px;
}

.pg-game-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.pg-game-hero,
.pg-game-section {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.pg-game-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  padding: 32px;
  margin-bottom: 24px;
}

.pg-game-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #6b7280;
}

.pg-game-breadcrumb a {
  color: #374151;
  text-decoration: none;
}

.pg-game-title {
  margin: 0 0 16px;
  font-size: 54px;
  line-height: 1.05;
  color: #111827;
}

.pg-game-lead {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.7;
  color: #374151;
  max-width: 760px;
}

.pg-game-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.pg-game-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  font-size: 14px;
  color: #111827;
}

.pg-game-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pg-game-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #111827;
  transition: 0.2s ease;
}

.pg-game-btn--primary {
  background: #111827;
  color: #ffffff;
}

.pg-game-btn--primary:hover {
  background: #000000;
  color: #ffffff;
}

.pg-game-btn--secondary {
  background: #ffffff;
  color: #111827;
}

.pg-game-btn--secondary:hover {
  background: #f9fafb;
  color: #111827;
}

.pg-game-hero__media {
  display: flex;
  align-items: stretch;
}

.pg-game-cover {
  width: 100%;
  min-height: 360px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  overflow: hidden;
}

.pg-game-cover__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-game-cover--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  text-align: center;
}

.pg-game-section {
  padding: 28px;
  margin-bottom: 24px;
}

.pg-game-section__head h2 {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.15;
  color: #111827;
}

.pg-game-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pg-game-detail {
  padding: 18px;
  border: 1px solid #e5e7eb;
  background: #fafafa;
}

.pg-game-detail__label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.pg-game-detail__value,
.pg-game-detail__value a {
  font-size: 17px;
  line-height: 1.6;
  color: #374151;
  text-decoration: none;
  word-break: break-word;
}

.pg-game-content {
  font-size: 18px;
  line-height: 1.8;
  color: #1f2937;
}

.pg-game-content p:last-child {
  margin-bottom: 0;
}

.pg-game-grid {
  display: grid;
  gap: 16px;
}

.pg-game-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pg-game-card {
  padding: 20px;
  border: 1px solid #e5e7eb;
  background: #fafafa;
}

.pg-game-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #111827;
}

.pg-game-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #374151;
}

@media (max-width: 991px) {
  .pg-game-hero {
    grid-template-columns: 1fr;
  }

  .pg-game-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .pg-game-page {
    padding: 18px 0 42px;
  }

  .pg-game-shell {
    width: min(100% - 20px, 1240px);
  }

  .pg-game-hero,
  .pg-game-section {
    padding: 18px;
  }

  .pg-game-title {
    font-size: 34px;
  }

  .pg-game-lead,
  .pg-game-content {
    font-size: 16px;
  }

  .pg-game-details,
  .pg-game-grid--two {
    grid-template-columns: 1fr;
  }

  .pg-game-cover {
    min-height: 250px;
  }
}
.pg-game-archive-page {
  background: #f3f4f6;
  padding: 28px 0 56px;
}

.pg-game-archive-hero {
  padding: 28px 32px;
  margin-bottom: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.pg-game-archive-title {
  margin: 0 0 14px;
  font-size: 48px;
  line-height: 1.05;
  color: #111827;
}

.pg-game-archive-lead {
  margin: 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
  color: #374151;
}

.pg-game-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pg-game-archive-card {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  overflow: hidden;
}

.pg-game-archive-card__thumb {
  display: block;
  aspect-ratio: 16 / 10;
  background: #f3f4f6;
  text-decoration: none;
}

.pg-game-archive-card__thumb span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  text-align: center;
}

.pg-game-archive-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-game-archive-card__body {
  padding: 20px;
}

.pg-game-archive-card__title {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.2;
}

.pg-game-archive-card__title a {
  color: #111827;
  text-decoration: none;
}

.pg-game-archive-card__text {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}

.pg-game-archive-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.pg-game-archive-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  font-size: 13px;
  color: #111827;
}

.pg-game-archive-card__meta {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 14px;
  color: #4b5563;
}

.pg-game-archive-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pg-game-archive-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #111827;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease;
}

.pg-game-archive-card__btn--primary {
  background: #111827;
  color: #ffffff;
}

.pg-game-archive-card__btn--primary:hover {
  background: #000000;
  color: #ffffff;
}

.navigation.pagination {
  margin-top: 28px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #111827;
  text-decoration: none;
}

.navigation.pagination .page-numbers.current {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
}

@media (max-width: 991px) {
  .pg-game-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pg-game-archive-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .pg-game-archive-page {
    padding: 18px 0 42px;
  }

  .pg-game-archive-hero {
    padding: 18px;
  }

  .pg-game-archive-title {
    font-size: 32px;
  }

  .pg-game-archive-lead {
    font-size: 16px;
  }

  .pg-game-archive-grid {
    grid-template-columns: 1fr;
  }

  .pg-game-archive-card__title {
    font-size: 22px;
  }
}
.pg-game-btn {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
}
.pg-game-content .pg-game-faq {
  margin: 40px 0 12px;
  padding: 28px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
}

.pg-game-content .pg-game-faq__head {
  margin-bottom: 20px;
}

.pg-game-content .pg-game-faq__head h2 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.2;
  color: #111827;
}

.pg-game-content .pg-game-faq__head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
}

.pg-game-content .pg-game-faq__list {
  display: grid;
  gap: 14px;
}

.pg-game-content .pg-game-faq__item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.pg-game-content .pg-game-faq__item:hover {
  border-color: #d1d5db;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.pg-game-content .pg-game-faq__item[open] {
  border-color: #cbd5e1;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.pg-game-content .pg-game-faq__item summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 18px 56px 18px 18px;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  color: #0f172a;
}

.pg-game-content .pg-game-faq__item summary::-webkit-details-marker {
  display: none;
}

.pg-game-content .pg-game-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  color: #4338ca;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.pg-game-content .pg-game-faq__item[open] summary::after {
  content: "–";
}

.pg-game-content .pg-game-faq__content {
  padding: 0 18px 18px;
  border-top: 1px solid #eef2f7;
}

.pg-game-content .pg-game-faq__content p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
}

@media (max-width: 768px) {
  .pg-game-content .pg-game-faq {
    margin: 32px 0 10px;
    padding: 18px;
    border-radius: 16px;
  }

  .pg-game-content .pg-game-faq__head h2 {
    font-size: 26px;
  }

  .pg-game-content .pg-game-faq__head p {
    font-size: 14px;
  }

  .pg-game-content .pg-game-faq__item summary {
    padding: 16px 48px 16px 16px;
    font-size: 18px;
  }

  .pg-game-content .pg-game-faq__item summary::after {
    right: 14px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    font-size: 18px;
  }

  .pg-game-content .pg-game-faq__content {
    padding: 0 16px 16px;
  }

  .pg-game-content .pg-game-faq__content p {
    font-size: 15px;
    line-height: 1.75;
  }
}
.pg-game-content .pg-game-faq {
  margin: 40px 0 12px;
  padding: 28px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
}

.pg-game-content .pg-game-faq__head {
  margin-bottom: 20px;
}

.pg-game-content .pg-game-faq__head h2 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.2;
  color: #111827;
}

.pg-game-content .pg-game-faq__head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
}

.pg-game-content .pg-game-faq__list {
  display: grid;
  gap: 14px;
}

.pg-game-content .pg-game-faq__item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.pg-game-content .pg-game-faq__item:hover {
  border-color: #d1d5db;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.pg-game-content .pg-game-faq__item[open] {
  border-color: #cbd5e1;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.pg-game-content .pg-game-faq__item summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 18px 56px 18px 18px;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  color: #0f172a;
}

.pg-game-content .pg-game-faq__item summary::-webkit-details-marker {
  display: none;
}

.pg-game-content .pg-game-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  color: #4338ca;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.pg-game-content .pg-game-faq__item[open] summary::after {
  content: "–";
}

.pg-game-content .pg-game-faq__content {
  padding: 0 18px 18px;
  border-top: 1px solid #eef2f7;
}

.pg-game-content .pg-game-faq__content p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
}

@media (max-width: 768px) {
  .pg-game-content .pg-game-faq {
    margin: 32px 0 10px;
    padding: 18px;
    border-radius: 16px;
  }

  .pg-game-content .pg-game-faq__head h2 {
    font-size: 26px;
  }

  .pg-game-content .pg-game-faq__head p {
    font-size: 14px;
  }

  .pg-game-content .pg-game-faq__item summary {
    padding: 16px 48px 16px 16px;
    font-size: 18px;
  }

  .pg-game-content .pg-game-faq__item summary::after {
    right: 14px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    font-size: 18px;
  }

  .pg-game-content .pg-game-faq__content {
    padding: 0 16px 16px;
  }

  .pg-game-content .pg-game-faq__content p {
    font-size: 15px;
    line-height: 1.75;
  }
}