/* Макет одиничної гри (темна тема, адаптив). */
body.single-game #page.site {
  background-color: #13151c;
}
body.single-game .site-content {
  background: transparent !important;
  color: #e4e6eb;
}

/* Хлібні крихти під темну тему (клас підставляється фільтром для single game). */
body.single-game .gls-breadcrumb-game {
  background: #252836 !important;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #c5c9d4;
}
body.single-game .gls-breadcrumb-game .breadcrumb-item a {
  color: #ff7a3d;
  text-decoration: none;
}
body.single-game .gls-breadcrumb-game .breadcrumb-item a:hover {
  color: #ffa06a;
  text-decoration: none;
}
body.single-game .gls-breadcrumb-game .breadcrumb-item.active {
  color: #9ca3af;
}
body.single-game .gls-breadcrumb-game .breadcrumb-item + .breadcrumb-item::before {
  color: #6b7280;
}

.game-single-v2 .game-hero-card {
  background: linear-gradient(165deg, #1b2838 0%, #1a252f 45%, #1e2636 100%);
  border: 1px solid rgba(102, 192, 244, 0.12);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.game-single-v2 .game-steam-title {
  color: #fff;
  font-size: clamp(1.5rem, 3.5vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.game-single-v2 .game-intro--tab {
  margin-top: 0;
}

.game-single-v2 .game-meta-list--steam .g-meta-v {
  color: #66c0f4;
}
.game-single-v2 .game-meta-list--steam .g-meta-ph,
.game-single-v2 .game-meta-list--steam .opacity-50 {
  color: #8f98a0 !important;
}

.game-single-v2 .game-steam-tags-label {
  letter-spacing: 0.04em;
  font-size: 0.7rem !important;
}

.game-single-v2 .game-steam-tag {
  display: inline-block;
  padding: 0.28rem 0.65rem;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #66c0f4 !important;
  background: rgba(102, 192, 244, 0.12);
  border: 1px solid rgba(102, 192, 244, 0.35);
  border-radius: 3px;
  text-decoration: none !important;
  transition: background 0.15s, color 0.15s;
}
.game-single-v2 .game-steam-tag:hover {
  background: rgba(102, 192, 244, 0.22);
  color: #fff !important;
}
.game-single-v2 .game-steam-tag--ph {
  color: #8f98a0 !important;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.game-single-v2 .game-steam-tag--ph:hover {
  color: #8f98a0 !important;
  background: rgba(0, 0, 0, 0.2);
}

.game-single-v2 .game-poster-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.game-single-v2 .game-poster-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.game-single-v2 .game-meta-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 0.9rem;
}
.game-single-v2 .game-meta-list li {
  margin-bottom: 0.45rem;
  color: #b8bcc8;
}
.game-single-v2 .game-meta-list .g-meta-k {
  color: #8b90a0;
  margin-right: 0.35rem;
}

.game-single-v2 .game-intro {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #c5c9d4;
  margin-bottom: 0;
}
.game-single-v2 .game-intro-placeholder {
  opacity: 0.55;
  font-style: italic;
}

.game-single-v2 .game-side-card {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  height: 100%;
}

.game-single-v2 .game-size-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8b90a0;
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.game-single-v2 .game-size-val {
  font-size: 1.65rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.game-single-v2 .game-side-btns {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.game-single-v2 .game-side-btns .game-btn-download {
  margin-top: 0;
}

.game-single-v2 .game-btn-download {
  display: block;
  width: 100%;
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 10px;
  background: linear-gradient(180deg, #34d399 0%, #059669 100%);
  color: #0f172a !important;
  text-decoration: none !important;
  transition: filter 0.2s, transform 0.15s;
}
.game-single-v2 button.game-btn-download {
  cursor: pointer;
  font-family: inherit;
}
.game-single-v2 .game-btn-download:hover {
  filter: brightness(1.08);
  color: #0f172a !important;
  transform: translateY(-1px);
}
.game-single-v2 .game-btn-download.is-placeholder {
  background: #374151;
  color: #9ca3af !important;
  cursor: not-allowed;
  pointer-events: none;
}

.game-single-v2 .game-side-support {
  margin-top: 0.25rem;
}

.game-single-v2 .game-side-support-row--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  align-items: stretch;
}

.game-single-v2 .game-side-support-row--thirds {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  align-items: stretch;
}

.game-single-v2 .game-brand-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.85rem;
  padding: 0.5rem 0.35rem;
  border-radius: 12px;
  text-decoration: none !important;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  border: 1px solid transparent;
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}
.game-single-v2 .game-brand-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
}

.game-single-v2 .game-brand-text {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* MonoBank: темний метал + біла «m» у стилі банку */
.game-single-v2 .game-brand-btn--mono {
  color: #f4f4f5 !important;
  background: linear-gradient(155deg, #3d3d42 0%, #1c1c1f 42%, #050506 100%);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.game-single-v2 .game-brand-btn--mono:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.game-single-v2 .game-brand-mark--mono {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  color: #000 !important;
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.game-single-v2 .game-brand-btn--mono .game-brand-text {
  color: #f4f4f5 !important;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: none;
}

/* Patreon: коралово-червона гама бренду */
.game-single-v2 .game-brand-btn--patreon {
  color: #fff !important;
  background: linear-gradient(180deg, #ff5c6f 0%, #ff424d 42%, #d62d38 100%);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 6px 22px rgba(255, 66, 77, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.game-single-v2 .game-brand-btn--patreon:hover {
  box-shadow: 0 8px 26px rgba(255, 66, 77, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.game-single-v2 .game-brand-mark--patreon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.game-single-v2 .game-brand-btn--patreon .game-brand-text {
  color: #fff !important;
  font-weight: 800;
}

/* Соцмережі: три колонки, насичені кольори */
.game-single-v2 .game-brand-mark--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1;
}

.game-single-v2 .game-brand-btn--telegram {
  color: #fff !important;
  background: linear-gradient(180deg, #37b6eb 0%, #229ed9 48%, #1a7cad 100%);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 5px 16px rgba(34, 158, 217, 0.4);
}
.game-single-v2 .game-brand-btn--telegram .game-brand-mark--icon {
  background: rgba(0, 0, 0, 0.14);
  color: #fff !important;
}
.game-single-v2 .game-brand-btn--telegram .game-brand-text {
  color: #fff !important;
}

.game-single-v2 .game-brand-btn--tiktok {
  color: #fff !important;
  border: 2px solid transparent;
  background:
    linear-gradient(145deg, #141416 0%, #0a0a0c 100%) padding-box,
    linear-gradient(135deg, #25f4ee, #fe2c55) border-box;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.55);
}
.game-single-v2 .game-brand-btn--tiktok .game-brand-mark--icon {
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #fff !important;
}
.game-single-v2 .game-brand-btn--tiktok .game-brand-text {
  color: #f1f5f9 !important;
}

.game-single-v2 .game-brand-btn--youtube {
  color: #fff !important;
  background: linear-gradient(180deg, #ff4545 0%, #e62117 45%, #b31217 100%);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 18px rgba(230, 33, 23, 0.45);
}
.game-single-v2 .game-brand-btn--youtube .game-brand-mark--icon {
  background: rgba(0, 0, 0, 0.18);
  color: #fff !important;
}
.game-single-v2 .game-brand-btn--youtube .game-brand-text {
  color: #fff !important;
}

@media (max-width: 420px) {
  .game-single-v2 .game-side-support-row--thirds {
    grid-template-columns: 1fr;
  }
  .game-single-v2 .game-side-support-row--thirds .game-brand-btn {
    min-height: 2.5rem;
  }
}

.game-single-v2 .game-fav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #94a3b8;
  text-decoration: none;
}
.game-single-v2 .game-fav-link:hover {
  color: #cbd5e1;
}

.game-single-v2 .game-loc-val {
  font-size: 0.95rem;
  color: #e4e6eb;
  line-height: 1.4;
}
.game-single-v2 .game-loc-val--pct {
  flex-shrink: 0;
  font-weight: 700;
  color: #66c0f4;
  min-width: 2.75rem;
  text-align: right;
}
.game-single-v2 .game-loc-ph {
  color: #8f98a0;
}
.game-single-v2 .game-loc-progress-bar {
  height: 0.55rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}
.game-single-v2 .game-loc-progress-bar .progress-bar {
  border-radius: 6px;
}
.game-single-v2 .game-tier-badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 6px;
  line-height: 1.2;
}
.game-single-v2 .game-tier-badge--diamond {
  color: #e0f2fe;
  background: linear-gradient(135deg, #38bdf8 0%, #6366f1 50%, #a855f7 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.game-single-v2 .game-tier-badge--gold {
  color: #1c1917;
  background: linear-gradient(180deg, #fcd34d 0%, #d97706 100%);
}
.game-single-v2 .game-tier-badge--silver {
  color: #1e293b;
  background: linear-gradient(180deg, #e2e8f0 0%, #94a3b8 100%);
}
.game-single-v2 .game-tier-badge--bronze {
  color: #fff7ed;
  background: linear-gradient(180deg, #b45309 0%, #78350f 100%);
}
/* Кнопка-підказка: без класу .btn — глобальні стилі VINOM (.btn) дають помаранчевий фон і ::after */
.game-single-v2 .game-tier-help-btn {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.04em;
  text-transform: none !important;
  text-align: left;
  color: #8f98a0 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.2em;
  cursor: pointer;
  vertical-align: baseline;
  white-space: normal;
  touch-action: manipulation;
}
.game-single-v2 .game-tier-help-btn::before,
.game-single-v2 .game-tier-help-btn::after {
  display: none !important;
  content: none !important;
}
.game-single-v2 .game-tier-help-btn:hover {
  color: #66c0f4 !important;
}

/* Модалка вибору файлу завантаження */
.modal.gls-download-modal .gls-download-modal-dialog {
  max-width: min(56rem, 96vw);
}
@media (min-width: 1200px) {
  .modal.gls-download-modal .gls-download-modal-dialog {
    max-width: min(64rem, 94vw);
  }
}
.modal.gls-download-modal .game-download-modal-content {
  background: #1b2838;
  color: #e4e6eb;
}
.modal.gls-download-modal .game-download-modal-body {
  padding-top: 0.5rem;
}
.modal.gls-download-modal .gls-download-table-wrap {
  overflow-x: visible;
}
.modal.gls-download-modal .gls-download-table {
  --bs-table-bg: rgba(0, 0, 0, 0.25);
  --bs-table-striped-bg: rgba(255, 255, 255, 0.05);
  --bs-table-border-color: rgba(102, 192, 244, 0.15);
  margin: 0;
  table-layout: fixed;
  width: 100%;
}
.modal.gls-download-modal .gls-download-table thead th {
  border-bottom-color: rgba(102, 192, 244, 0.25);
  font-size: 0.82rem;
  font-weight: 600;
  color: #9ca3af;
  vertical-align: bottom;
}
.modal.gls-download-modal .gls-download-table .gls-download-col-name {
  width: auto;
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.45;
  padding-right: 0.65rem;
}
.modal.gls-download-modal .gls-download-table thead th.gls-download-col-name {
  white-space: normal;
}
.modal.gls-download-modal .gls-download-table .gls-download-col-size {
  white-space: nowrap;
  width: 7.5rem;
  color: #cbd5e1;
  vertical-align: middle;
}
.modal.gls-download-modal .gls-download-table .gls-download-col-action {
  width: 9.5rem;
  white-space: normal;
  vertical-align: middle;
}
.modal.gls-download-modal .gls-download-table .gls-download-col-action .game-download-file-btn {
  white-space: nowrap;
}
.modal.gls-download-modal .game-download-file-btn {
  padding: 0.35rem 0.85rem;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  background: linear-gradient(180deg, #34d399 0%, #059669 100%);
  color: #0f172a !important;
  text-decoration: none !important;
  transition: filter 0.2s, transform 0.12s;
}
.modal.gls-download-modal .game-download-file-btn:hover {
  filter: brightness(1.08);
  color: #0f172a !important;
  transform: translateY(-1px);
}
.modal.gls-download-modal .game-download-modal-footer {
  justify-content: flex-end;
  padding-top: 0.75rem;
}
.modal.gls-download-modal .game-download-modal-dismiss {
  display: inline-block;
  margin: 0 !important;
  padding: 0.5rem 1.1rem !important;
  border: 1px solid rgba(102, 192, 244, 0.4) !important;
  border-radius: 8px !important;
  background: rgba(102, 192, 244, 0.12) !important;
  font-family: inherit !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #e4e6eb !important;
  cursor: pointer;
}
.modal.gls-download-modal .game-download-modal-dismiss:hover {
  background: rgba(102, 192, 244, 0.22) !important;
  color: #fff !important;
}
.modal.gls-download-modal button.btn-close.game-download-modal-x {
  width: 1.1em;
  height: 1.1em;
  padding: 0.45em !important;
  margin: 0 !important;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e4e6eb'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center / 1em auto no-repeat !important;
  border: none !important;
  border-radius: 0.35rem;
  opacity: 0.9;
  filter: none !important;
}
.modal.gls-download-modal button.btn-close.game-download-modal-x:hover {
  opacity: 1;
}
.modal.gls-download-modal .modal-title {
  letter-spacing: 0.02em;
}

/* Модалка після перенесення в body лишається з класом gls-tier-modal */
.modal.gls-tier-modal .game-tier-modal-content {
  background: #1b2838;
  color: #e4e6eb;
}
.modal.gls-tier-modal .game-tier-modal-footer {
  justify-content: flex-end;
  padding-top: 0.75rem;
}
.modal.gls-tier-modal .game-tier-modal-dismiss {
  display: inline-block;
  margin: 0 !important;
  padding: 0.5rem 1.1rem !important;
  border: 1px solid rgba(102, 192, 244, 0.4) !important;
  border-radius: 8px !important;
  background: rgba(102, 192, 244, 0.12) !important;
  background-image: none !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  color: #e4e6eb !important;
  cursor: pointer;
  touch-action: manipulation;
}
.modal.gls-tier-modal .game-tier-modal-dismiss::before,
.modal.gls-tier-modal .game-tier-modal-dismiss::after {
  display: none !important;
  content: none !important;
}
.modal.gls-tier-modal .game-tier-modal-dismiss:hover {
  background: rgba(102, 192, 244, 0.22) !important;
  color: #fff !important;
}
/* Хрестик закриття: перебити глобальні правила для button */
.modal.gls-tier-modal button.btn-close.game-tier-modal-x {
  width: 1.1em;
  height: 1.1em;
  padding: 0.45em !important;
  margin: 0 !important;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e4e6eb'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center / 1em auto no-repeat !important;
  border: none !important;
  border-radius: 0.35rem;
  opacity: 0.9;
  filter: none !important;
}
.modal.gls-tier-modal button.btn-close.game-tier-modal-x:focus {
  outline: 2px solid rgba(102, 192, 244, 0.6);
  outline-offset: 2px;
}
.modal.gls-tier-modal button.btn-close.game-tier-modal-x:hover {
  opacity: 1;
}

.modal.gls-tier-modal .modal-header {
  padding-bottom: 0.65rem;
}
.modal.gls-tier-modal .modal-title {
  letter-spacing: 0.02em;
}

.modal.gls-tier-modal .game-tier-help-body {
  padding-top: 0.25rem;
}

.modal.gls-tier-modal .game-tier-help-intro {
  margin: 0 0 1.1rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #9ca3af;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(102, 192, 244, 0.12);
  border-radius: 10px;
  border-left: 3px solid rgba(102, 192, 244, 0.45);
}

.modal.gls-tier-modal .game-tier-help-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.modal.gls-tier-modal .game-tier-help-item {
  margin: 0;
  padding: 0.85rem 1rem 0.95rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.modal.gls-tier-modal .game-tier-help-item:hover {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.modal.gls-tier-modal .game-tier-help-item--diamond {
  border-left: 4px solid #a855f7;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.08) 0%, rgba(0, 0, 0, 0.15) 55%);
}
.modal.gls-tier-modal .game-tier-help-item--gold {
  border-left: 4px solid #d97706;
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.1) 0%, rgba(0, 0, 0, 0.15) 55%);
}
.modal.gls-tier-modal .game-tier-help-item--silver {
  border-left: 4px solid #94a3b8;
  background: linear-gradient(135deg, rgba(148, 163, 184, 0.12) 0%, rgba(0, 0, 0, 0.15) 55%);
}
.modal.gls-tier-modal .game-tier-help-item--bronze {
  border-left: 4px solid #b45309;
  background: linear-gradient(135deg, rgba(180, 83, 9, 0.12) 0%, rgba(0, 0, 0, 0.15) 55%);
}

.modal.gls-tier-modal .game-tier-help-term {
  margin: 0 0 0.45rem;
  padding: 0;
}

.modal.gls-tier-modal .game-tier-help-badge {
  display: inline-block;
  padding: 0.22rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 6px;
  line-height: 1.2;
}

.modal.gls-tier-modal .game-tier-help-item--diamond .game-tier-help-badge {
  color: #ede9fe;
  background: linear-gradient(135deg, #38bdf8 0%, #6366f1 50%, #a855f7 100%);
  box-shadow: 0 2px 10px rgba(168, 85, 247, 0.35);
}
.modal.gls-tier-modal .game-tier-help-item--gold .game-tier-help-badge {
  color: #1c1917;
  background: linear-gradient(180deg, #fcd34d 0%, #d97706 100%);
  box-shadow: 0 2px 10px rgba(217, 119, 6, 0.3);
}
.modal.gls-tier-modal .game-tier-help-item--silver .game-tier-help-badge {
  color: #1e293b;
  background: linear-gradient(180deg, #e2e8f0 0%, #94a3b8 100%);
  box-shadow: 0 2px 8px rgba(148, 163, 184, 0.25);
}
.modal.gls-tier-modal .game-tier-help-item--bronze .game-tier-help-badge {
  color: #fff7ed;
  background: linear-gradient(180deg, #b45309 0%, #78350f 100%);
  box-shadow: 0 2px 10px rgba(120, 53, 15, 0.35);
}

.modal.gls-tier-modal .game-tier-help-desc {
  margin: 0;
  padding: 0;
  color: #c5c9d4;
  font-size: 0.88rem;
  line-height: 1.62;
}

/* Галерея Steam: смуга підпису, вітрина, мініатюри + стрілки. */
.game-single-v2 .game-screens-panel {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.game-single-v2 .game-steam-caption-bar {
  background: linear-gradient(90deg, rgba(27, 40, 56, 0.95) 0%, rgba(42, 71, 94, 0.55) 100%);
  border: 1px solid rgba(102, 192, 244, 0.15);
  border-bottom: none;
  color: #acb2b8;
}
.game-single-v2 .game-steam-caption-text {
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}
.game-single-v2 .game-steam-main {
  border: none;
}
.game-single-v2 .game-steam-thumb-nav {
  width: 2rem;
  min-width: 2rem;
  background: rgba(42, 71, 94, 0.85);
  color: #66c0f4;
  transition: background 0.15s, color 0.15s;
}
.game-single-v2 .game-steam-thumb-nav:hover {
  background: rgba(102, 192, 244, 0.25);
  color: #fff;
}
@media (min-width: 768px) {
  .game-single-v2 .game-steam-thumb-nav {
    width: 2.25rem;
    min-width: 2.25rem;
  }
}
.game-single-v2 .game-steam-main-slot > img {
  object-fit: contain;
  background: #0d0f14;
}
.game-single-v2 .game-steam-thumbs {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  -webkit-overflow-scrolling: touch;
}
.game-single-v2 .game-steam-thumb {
  width: 9rem;
  height: 5.0625rem;
  background: #12151f;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.15s, box-shadow 0.15s;
}
.game-single-v2 .game-steam-thumb:hover {
  opacity: 1;
}
.game-single-v2 .game-steam-thumb.is-active {
  opacity: 1;
  box-shadow: 0 0 0 2px #fff;
}
.game-single-v2 .game-steam-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}
.game-single-v2 .game-steam-thumb-ph {
  width: 9rem;
  height: 5.0625rem;
  font-size: 0.7rem;
  color: #6b7280;
  padding: 0.35rem;
  text-align: center;
  line-height: 1.2;
  background: repeating-linear-gradient(
    -45deg,
    #2a3142,
    #2a3142 10px,
    #252b3a 10px,
    #252b3a 20px
  );
}
.game-single-v2 .game-steam-thumb-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  pointer-events: none;
}
.game-single-v2 .game-screen-ph {
  min-height: 100%;
  background: repeating-linear-gradient(
    -45deg,
    #2a3142,
    #2a3142 12px,
    #252b3a 12px,
    #252b3a 24px
  );
  color: #6b7280;
  font-size: 0.9rem;
}

/* Нижні панелі */
.game-single-v2 .game-panel {
  background: #1f2330;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
}
.game-single-v2 .game-panel h2,
.game-single-v2 .game-panel .h2-style {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.game-single-v2 .game-full-content {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #c5c9d4;
}
.game-single-v2 .game-full-content h2,
.game-single-v2 .game-full-content h3 {
  color: #f1f5f9;
  margin-top: 1.25rem;
}

.game-single-v2 .game-req-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.game-single-v2 .game-req-card li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.65rem;
  font-size: 0.9rem;
  color: #c5c9d4;
}
.game-single-v2 .game-req-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #38bdf8;
  transform: rotate(45deg);
}
.game-single-v2 .game-req-card .g-req-lab {
  color: #e2e8f0;
  font-weight: 600;
}
.game-single-v2 .game-req-card .is-ph {
  opacity: 0.45;
}

.game-single-v2 .game-comments-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.game-single-v2 .game-comments-heading .badge {
  background: #6366f1;
  font-weight: 600;
}

.game-single-v2 .blog-comment .comment-respond,
.game-single-v2 .blog-comment .comment-list {
  color: #c5c9d4;
}

.game-single-v2 .game-panel .form-control,
.game-single-v2 .game-panel input[type='text'],
.game-single-v2 .game-panel input[type='email'],
.game-single-v2 .game-panel input[type='url'],
.game-single-v2 .game-panel textarea {
  background-color: #12151f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e4e6eb;
}
.game-single-v2 .game-panel .form-control:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.25);
}

/* TAB-панель під галереєю (Steam). */
.game-single-v2 .nav-tabs-steam {
  border-bottom: 1px solid rgba(102, 192, 244, 0.2);
  gap: 0.15rem;
}
.game-single-v2 .nav-tabs-steam .nav-link {
  color: #acb2b8;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  padding: 0.55rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
}
.game-single-v2 .nav-tabs-steam .nav-link:hover {
  color: #fff;
  border-color: rgba(102, 192, 244, 0.25);
}
.game-single-v2 .nav-tabs-steam .nav-link.active {
  color: #fff;
  background: rgba(42, 71, 94, 0.65);
  border-color: rgba(102, 192, 244, 0.35);
  border-bottom-color: transparent;
}
.game-single-v2 .game-steam-tab-content {
  background: rgba(15, 18, 25, 0.65);
  border: 1px solid rgba(102, 192, 244, 0.2);
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 1.25rem 1.35rem;
}
.game-single-v2 .game-req-inline {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 1rem 1.1rem;
}
.game-single-v2 .game-req-inline-title {
  color: #8f98a0;
  letter-spacing: 0.05em;
}
.game-single-v2 .game-req-inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.game-single-v2 .game-req-inline-list li {
  position: relative;
  padding-left: 0.85rem;
  margin-bottom: 0.55rem;
  font-size: 0.82rem;
  color: #c5c9d4;
  line-height: 1.45;
}
.game-single-v2 .game-req-inline-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 5px;
  height: 5px;
  background: #66c0f4;
  border-radius: 1px;
  transform: rotate(45deg);
  opacity: 0.85;
}
.game-single-v2 .game-req-inline-list .g-req-lab {
  color: #e2e8f0;
  font-weight: 600;
}
.game-single-v2 .game-req-inline-list .is-ph {
  opacity: 0.5;
}
.game-single-v2 .game-voice-tab-body {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #c5c9d4;
}
.game-single-v2 .game-voice-list li {
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.game-single-v2 .game-voice-list li:last-child {
  border-bottom: none;
}
.game-single-v2 .game-voice-name {
  color: #66c0f4;
  font-weight: 600;
}

.game-single-v2 .game-version-tab-body {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #c5c9d4;
}
.game-single-v2 .game-version-tab-body .entry-content,
.game-single-v2 .game-version-tab-body p:last-child {
  margin-bottom: 0;
}
.game-single-v2 .game-version-history-list li {
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.game-single-v2 .game-version-history-list li:last-child {
  border-bottom: none;
}
.game-single-v2 .game-version-history-list strong {
  color: #66c0f4;
  font-weight: 600;
}

@media (min-width: 992px) {
  .game-single-v2 .game-req-inline {
    position: sticky;
    top: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .game-single-v2 .shop-area.shop-bg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (max-width: 575.98px) {
  .game-single-v2 .game-steam-thumb,
  .game-single-v2 .game-steam-thumb-ph {
    width: 5.25rem !important;
    height: 2.95rem !important;
    font-size: 0.6rem;
  }
  .game-single-v2 .game-steam-thumb-nav {
    width: 1.6rem;
    min-width: 1.6rem;
  }
}

@media (min-width: 992px) {
  .game-single-v2 .game-steam-sidebar {
    position: sticky;
    top: 0.75rem;
  }
}

/* Службовий акордеон (лише для адмінів) */
.game-single-v2 .game-admin-accordion-panel {
  border: 1px solid rgba(234, 179, 8, 0.45);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(234, 179, 8, 0.08) 0%, rgba(15, 23, 42, 0.65) 100%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.game-single-v2 .game-admin-only-badge {
  background: rgba(234, 179, 8, 0.95) !important;
  color: #1a1a1a !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.7rem;
}

.game-single-v2 .game-admin-accordion .accordion-item {
  border-color: rgba(234, 179, 8, 0.25);
  background: transparent;
}

.game-single-v2 .game-admin-accordion .accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.game-single-v2 .game-admin-accordion .accordion-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.game-single-v2 .game-admin-accordion-btn {
  background: rgba(26, 37, 47, 0.95) !important;
  color: #fde68a !important;
  font-weight: 600;
  box-shadow: none !important;
}

.game-single-v2 .game-admin-accordion-btn:not(.collapsed) {
  background: rgba(234, 179, 8, 0.15) !important;
  color: #fff !important;
}

.game-single-v2 .game-admin-accordion-btn::after {
  filter: brightness(1.4);
}

.game-single-v2 .game-admin-accordion-body {
  background: rgba(0, 0, 0, 0.28) !important;
  color: #d1d5db !important;
  border-top: 1px solid rgba(234, 179, 8, 0.12);
  font-size: 0.92rem;
  line-height: 1.6;
}

.game-single-v2 .game-admin-accordion-body p:last-child {
  margin-bottom: 0;
}

.game-single-v2 .game-admin-accordion-empty {
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px dashed rgba(234, 179, 8, 0.35);
  line-height: 1.55;
}

.game-single-v2 .game-admin-fields-dump {
  max-height: min(70vh, 42rem);
  overflow: auto;
  padding: 1rem 1.15rem;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #d1d5db;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(234, 179, 8, 0.2);
  border-radius: 10px;
  white-space: pre-wrap;
  word-break: break-word;
}
