

body::before,
body::after,
body.gameplay-page::before,
body.gameplay-page::after {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  content: none !important;
}

body.gameplay-page,
body {
  background-color: #0a0706 !important;
  background-image:
    radial-gradient(1100px 700px at 50% 0px, rgba(80, 42, 28, 0.28), transparent 70%),
    radial-gradient(900px 600px at 85% 600px, rgba(232, 168, 97, 0.05), transparent 60%),
    radial-gradient(900px 600px at 15% 1200px, rgba(198, 107, 54, 0.04), transparent 60%) !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  color: #f5f0eb !important;
}

.gameplay-hub {
  position: relative;
  min-height: 100vh;
  padding: 130px 4% 90px;
  overflow: hidden;
}

.gameplay-hub canvas#particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  pointer-events: none;
  z-index: 1;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
}

.gameplay-hub-inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
}

.gameplay-hub-header {
  margin-bottom: 28px;
  max-width: 840px;
}

.gameplay-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--plrp-amber, #e8a861);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.gameplay-section-tag::before {
  content: '—';
  color: var(--plrp-amber, #e8a861);
  font-weight: 800;
}

.gameplay-hub-header h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.4rem, 4.4vw, 3.8rem);
  font-weight: 800;
  line-height: 1.14;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

.gameplay-hub-header h1 .grad2 {
  background: linear-gradient(105deg, #ffd39e 0%, #e8a861 48%, #c66b36 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gameplay-hub-desc {
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  color: rgba(240, 234, 227, 0.8);
  line-height: 1.65;
  max-width: 660px;
}

.gameplay-filter-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.gameplay-filter-btn {
  height: 42px;
  padding: 0 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.22s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.gameplay-filter-btn:hover {
  background: rgba(232, 168, 97, 0.1);
  border-color: rgba(232, 168, 97, 0.35);
  color: #fff;
  transform: translateY(-1px);
}

.gameplay-filter-btn.is-active {
  background: var(--plrp-amber, #e8a861);
  border-color: var(--plrp-amber, #e8a861);
  color: #080606;
  font-weight: 700;
  box-shadow: 0 0 16px rgba(232, 168, 97, 0.35);
}

.gameplay-filter-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--plrp-amber, #e8a861);
  box-shadow: 0 0 8px var(--plrp-amber, #e8a861);
  display: inline-block;
}

.gameplay-filter-btn.is-active .gameplay-filter-pulse {
  background: #080606;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.gameplay-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gameplay-card {
  position: relative;
  height: 480px;
  border-radius: 8px;
  overflow: hidden;
  background: #0b0807;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.65);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 22px;
  text-decoration: none;
  user-select: none;
}

.gameplay-card:hover {
  border-color: rgba(232, 168, 97, 0.6);
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.85), 0 0 24px rgba(232, 168, 97, 0.18);
}

.gameplay-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
  z-index: 1;
}

.gameplay-card:hover .gameplay-card-bg {
  transform: scale(1.05);
  filter: brightness(1.04);
}

.gameplay-card-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(5, 3, 3, 0.88) 0%, rgba(5, 3, 3, 0.38) 32%, rgba(5, 3, 3, 0.12) 52%, rgba(5, 3, 3, 0.88) 100%);
  pointer-events: none;
  transition: background 0.3s ease;
}

.gameplay-card:hover .gameplay-card-vignette {
  background: linear-gradient(180deg, rgba(5, 3, 3, 0.92) 0%, rgba(5, 3, 3, 0.28) 32%, rgba(5, 3, 3, 0.08) 52%, rgba(5, 3, 3, 0.92) 100%);
}

.gameplay-card-top {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gameplay-card-kicker {
  font-family: var(--plrp-font-mono, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--plrp-amber, #e8a861);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gameplay-card-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(20px, 1.4vw, 24px);
  font-weight: 800;
  line-height: 1.16;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin: 0;
}

.gameplay-card-bottom {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.gameplay-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gameplay-card-tag {
  font-size: 10.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(8, 6, 6, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 3px 8px;
  border-radius: 4px;
}

.gameplay-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  padding: 9px 18px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #0c0807;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.gameplay-card:hover .gameplay-card-btn {
  background: var(--plrp-amber, #e8a861);
  border-color: var(--plrp-amber, #e8a861);
  color: #080606;
  box-shadow: 0 4px 16px rgba(232, 168, 97, 0.45);
}

.gameplay-card-btn svg {
  transition: transform 0.25s ease;
}

.gameplay-card:hover .gameplay-card-btn svg {
  transform: translateX(4px);
}

body.drawer-open {
  overflow: hidden !important;
}

.gameplay-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2100;
  background: rgba(4, 3, 3, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gameplay-drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.gameplay-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(1320px, 95vw);
  background: #090605;
  border-left: 1px solid rgba(232, 168, 97, 0.22);
  box-shadow: -28px 0 80px rgba(0, 0, 0, 0.96);
  z-index: 2200;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.gameplay-drawer.is-open {
  transform: translateX(0);
}

.gameplay-drawer-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  background: #110c0a;
  border-bottom: 1px solid rgba(232, 168, 97, 0.18);
  flex-shrink: 0;
  z-index: 10;
  gap: 14px;
}

.gameplay-drawer-close-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 14px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gameplay-drawer-close-btn kbd {
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--plrp-font-mono, monospace);
}

.gameplay-drawer-close-btn:hover {
  background: rgba(232, 168, 97, 0.2);
  border-color: var(--plrp-amber, #e8a861);
  color: var(--plrp-amber, #e8a861);
}

.gameplay-drawer-topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gameplay-drawer-category-pill {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--plrp-amber, #e8a861);
  background: rgba(232, 168, 97, 0.12);
  border: 1px solid rgba(232, 168, 97, 0.28);
  padding: 5px 12px;
  border-radius: 6px;
}

.gameplay-drawer-date-pill {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 5px 12px;
  border-radius: 6px;
  font-family: var(--plrp-font-mono, monospace);
}

.gameplay-drawer-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gameplay-drawer-copy-btn:hover {
  border-color: rgba(232, 168, 97, 0.4);
  color: #fff;
  background: rgba(232, 168, 97, 0.1);
}

.gameplay-drawer-scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 40px 48px 90px;
  scrollbar-width: thin;
  scrollbar-color: rgba(232, 168, 97, 0.35) transparent;
}

.gameplay-drawer-scroll::-webkit-scrollbar {
  width: 6px;
}

.gameplay-drawer-scroll::-webkit-scrollbar-thumb {
  background: rgba(232, 168, 97, 0.3);
  border-radius: 3px;
}

.gameplay-drawer-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(232, 168, 97, 0.6);
}

.gameplay-drawer-body {
  position: relative;
}

.gameplay-dossier-header {
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gameplay-dossier-header-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gameplay-dossier-tags-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.gameplay-dossier-badge {
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(232, 168, 97, 0.14);
  border: 1px solid rgba(232, 168, 97, 0.35);
  color: var(--plrp-amber, #e8a861);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gameplay-dossier-tag {
  padding: 3px 9px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-weight: 500;
}

.gameplay-dossier-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 3.4vw, 2.9rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.gameplay-dossier-lead {
  font-size: 15px;
  color: rgba(240, 235, 230, 0.85);
  line-height: 1.7;
  max-width: 980px;
  margin: 0;
}

.gameplay-dossier-body {
  padding: 0;
}

.gameplay-gallery-showcase {
  position: relative;
  background: #090707;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(232, 168, 97, 0.22);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(255, 255, 255, 0.03);
  margin-bottom: 28px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.gameplay-gallery-showcase:hover {
  border-color: rgba(232, 168, 97, 0.45);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8), 0 0 28px rgba(232, 168, 97, 0.12);
}

.gameplay-main-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  min-height: 260px;
  max-height: 440px;
  overflow: hidden;
  background: radial-gradient(circle at center, #160f0d 0%, #050404 100%);
  cursor: zoom-in;
}

.gameplay-hud-corner {
  position: absolute;
  width: 15px;
  height: 15px;
  pointer-events: none;
  z-index: 3;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.75;
}

.gameplay-hud-corner.hud-tl {
  top: 14px;
  left: 14px;
  border-top: 2px solid var(--plrp-amber, #e8a861);
  border-left: 2px solid var(--plrp-amber, #e8a861);
}

.gameplay-hud-corner.hud-tr {
  top: 14px;
  right: 14px;
  border-top: 2px solid var(--plrp-amber, #e8a861);
  border-right: 2px solid var(--plrp-amber, #e8a861);
}

.gameplay-hud-corner.hud-bl {
  bottom: 14px;
  left: 14px;
  border-bottom: 2px solid var(--plrp-amber, #e8a861);
  border-left: 2px solid var(--plrp-amber, #e8a861);
}

.gameplay-hud-corner.hud-br {
  bottom: 14px;
  right: 14px;
  border-bottom: 2px solid var(--plrp-amber, #e8a861);
  border-right: 2px solid var(--plrp-amber, #e8a861);
}

.gameplay-main-img-wrap:hover .gameplay-hud-corner,
.gameplay-split-media:hover .gameplay-hud-corner,
.gameplay-split-media:focus-visible .gameplay-hud-corner {
  opacity: 1;
  filter: drop-shadow(0 0 6px rgba(232, 168, 97, 0.85));
}

.gameplay-main-img-wrap:hover .gameplay-hud-corner.hud-tl,
.gameplay-split-media:hover .gameplay-hud-corner.hud-tl,
.gameplay-split-media:focus-visible .gameplay-hud-corner.hud-tl {
  top: 10px;
  left: 10px;
}

.gameplay-main-img-wrap:hover .gameplay-hud-corner.hud-tr,
.gameplay-split-media:hover .gameplay-hud-corner.hud-tr,
.gameplay-split-media:focus-visible .gameplay-hud-corner.hud-tr {
  top: 10px;
  right: 10px;
}

.gameplay-main-img-wrap:hover .gameplay-hud-corner.hud-bl,
.gameplay-split-media:hover .gameplay-hud-corner.hud-bl,
.gameplay-split-media:focus-visible .gameplay-hud-corner.hud-bl {
  bottom: 10px;
  left: 10px;
}

.gameplay-main-img-wrap:hover .gameplay-hud-corner.hud-br,
.gameplay-split-media:hover .gameplay-hud-corner.hud-br,
.gameplay-split-media:focus-visible .gameplay-hud-corner.hud-br {
  bottom: 10px;
  right: 10px;
}

.gameplay-img-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 60%, rgba(0, 0, 0, 0.45) 100%),
              linear-gradient(to top, rgba(7, 5, 5, 0.7) 0%, transparent 26%);
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.gameplay-main-img-wrap:hover .gameplay-img-vignette,
.gameplay-split-media:hover .gameplay-img-vignette {
  opacity: 0.6;
}

.gameplay-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gameplay-main-img-wrap:hover .gameplay-main-img {
  transform: scale(1.025);
}

.gameplay-zoom-hint {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 6px;
  background: rgba(12, 9, 8, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(232, 168, 97, 0.32);
  color: rgba(255, 255, 255, 0.9);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.3px;
  pointer-events: none;
  z-index: 3;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.gameplay-main-img-wrap:hover .gameplay-zoom-hint,
.gameplay-split-media:hover .gameplay-zoom-hint,
.gameplay-split-media:focus-visible .gameplay-zoom-hint {
  background: rgba(18, 12, 10, 0.92);
  border-color: rgba(232, 168, 97, 0.65);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6), 0 0 12px rgba(232, 168, 97, 0.2);
  color: #fff;
}

.gameplay-zoom-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--plrp-amber, #e8a861);
  box-shadow: 0 0 8px var(--plrp-amber, #e8a861);
  display: inline-block;
  animation: gameplayPulse 2s infinite ease-in-out;
}

@keyframes gameplayPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
    box-shadow: 0 0 12px var(--plrp-amber, #e8a861);
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}

.gameplay-slide-counter {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 11px;
  border-radius: 6px;
  background: rgba(10, 8, 8, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--plrp-font-mono, monospace);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  pointer-events: none;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: border-color 0.3s ease;
}

.gameplay-slide-counter .current-slide {
  color: var(--plrp-amber, #e8a861);
  font-weight: 700;
}

.gameplay-main-img-wrap:hover .gameplay-slide-counter {
  border-color: rgba(232, 168, 97, 0.4);
}

.gameplay-thumbnails-strip {
  display: flex;
  gap: 12px;
  padding: 14px 18px;
  background: linear-gradient(180deg, #120d0b 0%, #0a0707 100%);
  border-top: 1px solid rgba(232, 168, 97, 0.15);
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(232, 168, 97, 0.35) transparent;
}

.gameplay-thumbnails-strip::-webkit-scrollbar {
  height: 5px;
}

.gameplay-thumbnails-strip::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}

.gameplay-thumbnails-strip::-webkit-scrollbar-thumb {
  background: rgba(232, 168, 97, 0.3);
  border-radius: 4px;
}

.gameplay-thumbnails-strip::-webkit-scrollbar-thumb:hover {
  background: rgba(232, 168, 97, 0.6);
}

.gameplay-thumb {
  position: relative;
  width: 104px;
  height: 62px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #050404;
  cursor: pointer;
  flex-shrink: 0;
  opacity: 0.55;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(0);
}

.gameplay-thumb:hover {
  opacity: 0.92;
  border-color: rgba(232, 168, 97, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.55);
}

.gameplay-thumb.is-active {
  opacity: 1;
  border: 2px solid var(--plrp-amber, #e8a861);
  transform: translateY(-2px);
  box-shadow: 0 0 16px rgba(232, 168, 97, 0.45), 0 6px 14px rgba(0, 0, 0, 0.6);
}

.gameplay-thumb.is-active::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 3px;
  background: var(--plrp-amber, #e8a861);
  border-radius: 2px;
  box-shadow: 0 0 6px var(--plrp-amber, #e8a861);
  z-index: 2;
}

.gameplay-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.gameplay-thumb:hover img {
  transform: scale(1.06);
}

.gameplay-specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  padding: 18px 20px;
  background: #181210;
  border: 1px solid rgba(232, 168, 97, 0.22);
  border-radius: 12px;
  margin-bottom: 28px;
}

.gameplay-spec-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gameplay-spec-lbl {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--plrp-amber, #e8a861);
  font-weight: 700;
}

.gameplay-spec-val {
  font-size: 14.5px;
  font-weight: 600;
  color: #ffffff;
}

.gameplay-sec-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gameplay-sec-heading::before {
  content: '';
  width: 4px;
  height: 18px;
  background: var(--plrp-amber, #e8a861);
  border-radius: 2px;
}

.gameplay-split-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 36px 0 44px;
}

.gameplay-split-row {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  gap: 44px;
  align-items: center;
  position: relative;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.gameplay-split-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.gameplay-split-row.row-normal .gameplay-split-media {
  order: 1;
}

.gameplay-split-row.row-normal .gameplay-split-content {
  order: 2;
}

.gameplay-split-row.row-reversed {
  grid-template-columns: 1fr 1.18fr;
}

.gameplay-split-row.row-reversed .gameplay-split-media {
  order: 2;
}

.gameplay-split-row.row-reversed .gameplay-split-content {
  order: 1;
}

.gameplay-split-row.row-full {
  grid-template-columns: 1fr;
}

.gameplay-split-media {
  position: relative;
  cursor: pointer;
  outline: none;
}

.gameplay-split-media-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: radial-gradient(circle at center, #18110e 0%, #060404 100%);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(232, 168, 97, 0.22);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: border-color 0.3s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.gameplay-split-media:hover .gameplay-split-media-frame,
.gameplay-split-media:focus-visible .gameplay-split-media-frame {
  border-color: rgba(232, 168, 97, 0.6);
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.85), 0 0 30px rgba(232, 168, 97, 0.16);
}

.gameplay-split-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gameplay-split-media:hover .gameplay-split-media-frame img,
.gameplay-split-media:focus-visible .gameplay-split-media-frame img {
  transform: scale(1.035);
}

.gameplay-split-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gameplay-split-step-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--plrp-font-mono, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--plrp-amber, #e8a861);
  text-transform: uppercase;
}

.gameplay-split-step-num {
  color: var(--plrp-amber, #e8a861);
  font-weight: 800;
  padding: 2px 7px;
  background: rgba(232, 168, 97, 0.14);
  border: 1px solid rgba(232, 168, 97, 0.3);
  border-radius: 4px;
}

.gameplay-split-step-divider {
  opacity: 0.35;
  color: #fff;
}

.gameplay-split-step-cat {
  opacity: 0.85;
  color: rgba(255, 255, 255, 0.7);
}

.gameplay-split-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.25rem, 1.85vw, 1.6rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin: 0;
}

.gameplay-split-text {
  font-size: 14.5px;
  line-height: 1.72;
  color: rgba(240, 235, 230, 0.88);
  margin: 0;
}

.gameplay-dossier-sec {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gameplay-keys-chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.gameplay-key-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #191210;
  border: 1px solid rgba(232, 168, 97, 0.25);
  font-size: 13px;
  color: #ffffff;
}

.gameplay-key-chip kbd {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 5px;
  background: rgba(232, 168, 97, 0.2);
  border: 1px solid rgba(232, 168, 97, 0.5);
  color: var(--plrp-amber, #e8a861);
  font-family: 'Space Grotesk', monospace;
  font-size: 11.5px;
  font-weight: 700;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

.gameplay-tip-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  background: #191210;
  border: 1px solid rgba(232, 168, 97, 0.35);
  border-left: 4px solid var(--plrp-amber, #e8a861);
  border-radius: 9px;
}

.gameplay-tip-icon {
  color: var(--plrp-amber, #e8a861);
  flex-shrink: 0;
  margin-top: 2px;
}

.gameplay-tip-content {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
}

.gameplay-tip-content strong {
  color: var(--plrp-amber, #e8a861);
}

.gameplay-binds-panel {
  position: relative;
  z-index: 2;
  background: #130e0d;
  border: 1px solid rgba(232, 168, 97, 0.26);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.75);
}

.gameplay-binds-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.gameplay-binds-filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.gameplay-binds-filter-btn {
  height: 36px;
  padding: 0 14px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}

.gameplay-binds-filter-btn:hover {
  background: rgba(232, 168, 97, 0.12);
  border-color: rgba(232, 168, 97, 0.35);
  color: #fff;
}

.gameplay-binds-filter-btn.is-active {
  background: var(--plrp-amber, #e8a861);
  border-color: var(--plrp-amber, #e8a861);
  color: #0b0908;
  font-weight: 700;
}

.gameplay-binds-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.gameplay-bind-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #181211;
  border: 1px solid rgba(232, 168, 97, 0.2);
  border-radius: 10px;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.gameplay-bind-card:hover {
  background: #231916;
  border-color: rgba(232, 168, 97, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 16px rgba(232, 168, 97, 0.18);
}

.gameplay-bind-key {
  min-width: 48px;
  height: 42px;
  padding: 0 10px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(232, 168, 97, 0.24) 0%, rgba(198, 107, 54, 0.14) 100%);
  border: 1.5px solid rgba(232, 168, 97, 0.48);
  color: var(--plrp-amber, #e8a861);
  font-family: 'Space Grotesk', monospace;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
}

.gameplay-bind-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.gameplay-bind-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gameplay-bind-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gameplay-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  user-select: none;
}

.gameplay-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.gameplay-lightbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  pointer-events: none;
}

.gameplay-lightbox-img {
  max-width: 88vw;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid rgba(232, 168, 97, 0.35);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.95);
  pointer-events: auto;
  transition: opacity 0.15s ease;
}

.gameplay-lightbox-counter {
  margin-top: 14px;
  padding: 6px 18px;
  border-radius: 20px;
  background: rgba(14, 18, 28, 0.9);
  border: 1px solid rgba(232, 168, 97, 0.35);
  color: #e8a861;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  pointer-events: auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

.gameplay-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(14, 18, 28, 0.85);
  border: 1px solid rgba(232, 168, 97, 0.35);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  z-index: 3010;
  backdrop-filter: blur(8px);
}

.gameplay-lightbox-nav:hover {
  background: rgba(232, 168, 97, 0.25);
  border-color: #e8a861;
  color: #e8a861;
  transform: translateY(-50%) scale(1.08);
}

.gameplay-lightbox-prev {
  left: 28px;
}

.gameplay-lightbox-next {
  right: 28px;
}

.gameplay-lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  z-index: 3010;
}

.gameplay-lightbox-close:hover {
  background: rgba(220, 50, 50, 0.5);
}

@media (max-width: 1200px) {
  .gameplay-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

@media (max-width: 1080px) {
  .gameplay-drawer {
    width: 95vw;
  }
  .gameplay-drawer-scroll {
    padding: 32px 28px 70px;
  }
  .gameplay-split-row {
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .gameplay-hub {
    padding: 110px 16px 70px;
    min-height: auto;
  }

  .gameplay-hub-header {
    margin-bottom: 22px;
  }

  .gameplay-filter-tabs {
    gap: 8px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 6px;
    justify-content: flex-start;
  }

  .gameplay-filter-btn {
    padding: 8px 16px;
    font-size: 12px;
    white-space: nowrap;
  }

  .gameplay-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .gameplay-card {
    height: 440px;
  }

  .gameplay-drawer {
    width: 100vw;
  }

  .gameplay-drawer-topbar {
    padding: 14px 18px;
  }

  .gameplay-drawer-scroll {
    padding: 22px 18px 60px;
  }

  .gameplay-dossier-body {
    padding: 0;
  }

  .gameplay-split-list {
    gap: 34px;
    margin: 24px 0 34px;
  }

  .gameplay-split-row,
  .gameplay-split-row.row-reversed {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 34px;
  }

  .gameplay-split-row.row-reversed .gameplay-split-media {
    order: 1;
  }

  .gameplay-split-row.row-reversed .gameplay-split-content {
    order: 2;
  }

  .gameplay-split-heading {
    font-size: 1.25rem;
  }

  .gameplay-split-text {
    font-size: 13.5px;
  }

  .gameplay-zoom-hint {
    padding: 4px 10px;
    font-size: 10.5px;
    bottom: 10px;
    right: 10px;
  }

  .gameplay-hud-corner {
    width: 11px;
    height: 11px;
  }
  .gameplay-hud-corner.hud-tl { top: 10px; left: 10px; }
  .gameplay-hud-corner.hud-tr { top: 10px; right: 10px; }
  .gameplay-hud-corner.hud-bl { bottom: 10px; left: 10px; }
  .gameplay-hud-corner.hud-br { bottom: 10px; right: 10px; }

  .gameplay-binds-grid {
    grid-template-columns: 1fr;
  }

  .gameplay-lightbox-nav {
    width: 42px;
    height: 42px;
  }

  .gameplay-lightbox-prev {
    left: 10px;
  }

  .gameplay-lightbox-next {
    right: 10px;
  }

  .gameplay-lightbox-img {
    max-width: 95vw;
    max-height: 75vh;
  }
}

@media (max-width: 600px) {
  .gameplay-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gameplay-card {
    height: 400px;
    padding: 22px 18px;
  }
}
