:root {
  --pl-bg-creamy: #fbf7e7;
  --pl-text-dark: #333333;
  --pl-border-color: #4a4a4a;
  --pl-font-stack: 'Comic Sans MS', 'Arial', sans-serif;
  --pl-theme-primary: #5c6bc0;
}

@font-face {
  font-family: 'AdobeArabic';
  src: url(../../fonts/AdobeArabic-Italic.72cf2f3.otf);
  size-adjust: 150%;
}

.gptslot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 16px auto;
  margin-top: 0px;
  min-height: 250px;
  max-width: 300px;
}

.ad-label {
  color: rgb(171, 171, 171);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: relative;
  padding: 5px 0px 2px 0px;
  font-size: 14px;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  font-family: 'AdobeArabic', cursive;
}

body.pl-app-body {
  background-color: var(--pl-bg-creamy);
  color: var(--pl-text-dark);
  overflow-x: hidden;
}

.pl-main-header {
  background: #ffffff;
  padding: 15px 40px;
  border-bottom: 4px solid #2d2d2d;
}

.pl-header-container {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.pl-brand-logo {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
  background: -webkit-linear-gradient(45deg, #ff6b6b, #ffbe0b, #3a86ff);
  background: linear-gradient(45deg, #ff6b6b, #ffbe0b, #3a86ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pl-search-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 500px;
     -moz-box-flex: 0;
          flex: 0 1 500px;
  margin: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.pl-search-input {
  width: 100%;
  padding: 10px 25px 10px 55px;
  border: 3px solid var(--pl-border-color);
  border-radius: 30px;
  font-size: 16px;
  outline: none;
}

.pl-search-lens {
  position: absolute;
  left: 12px;
  width: 34px;
  height: 34px;
  background: #ffffff;
  border: 2px solid var(--pl-border-color);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  box-shadow: 1px 1px 0px var(--pl-border-color);
}

.pl-search-lens:active {
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  box-shadow: 0px 0px 0px transparent;
}

.pl-lens-circle {
  width: 10px;
  height: 10px;
  border: 2px solid var(--pl-border-color);
  border-radius: 50%;
  display: inline-block;
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}

.pl-lens-stick {
  width: 2px;
  height: 7px;
  background-color: var(--pl-border-color);
  display: inline-block;
  -webkit-transform: rotate(-45deg) translate(-2px, 5px);
          transform: rotate(-45deg) translate(-2px, 5px);
}

.pl-nav-quick-links .pl-quick-link {
  margin-left: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.pl-nav-quick-links .pl-quick-link:hover {
  text-decoration: underline;
}

.pl-genres-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 25px;
  padding: 15px 10px;
  background: #fdfcf7;
  border-bottom: 3px dashed rgba(0, 0, 0, 0.13);
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: auto;
}

.pl-genre-tag {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  padding: 4px 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}

.pl-genre-tag:hover {
  color: #000;
  text-decoration: underline;
}

.pl-showcase-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.pl-cluster-block {
  margin-bottom: 45px;
}

.pl-cluster-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.pl-cluster-title-text {
  font-size: 28px;
  font-weight: 900;
  font-size: 1.9rem;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.pl-cluster-header.red-color {
  color: #FF6B6B;
  text-shadow: 3px 3px 0 #FF6B6B33;
}

.pl-cluster-header.red-color .pl-cluster-divider-line {
  border-bottom: 4px dashed #ff6b6b88;
}

.pl-cluster-header.red-color .pl-cluster-more-btn {
  color: #FF6B6B;
  border: 2px solid #FF6B6B;
}

.pl-cluster-header.blue-color {
  color: #4361EE;
  text-shadow: 3px 3px 0 #4361EE33;
}

.pl-cluster-header.blue-color .pl-cluster-divider-line {
  border-bottom: 4px dashed #4361ee88;
}

.pl-cluster-header.blue-color .pl-cluster-more-btn {
  color: #4361EE;
  border: 2px solid #4361EE;
}

.pl-cluster-header.yellow-color {
  color: #FFD166;
  text-shadow: 3px 3px 0 #FFD16633;
}

.pl-cluster-header.yellow-color .pl-cluster-divider-line {
  border-bottom: 4px dashed #ffd16688;
}

.pl-cluster-header.yellow-color .pl-cluster-more-btn {
  color: #FFD166;
  border: 2px solid #FFD166;
}

.pl-cluster-header.green-color {
  color: #06D6A0;
  text-shadow: 3px 3px 0 #06D6A033;
}

.pl-cluster-header.green-color .pl-cluster-divider-line {
  border-bottom: 4px dashed #06d6a088;
}

.pl-cluster-header.green-color .pl-cluster-more-btn {
  color: #06D6A0;
  border: 2px solid #06D6A0;
}

.pl-cluster-header.purple-color {
  color: #9B5DE5;
  text-shadow: 3px 3px 0 #9B5DE533;
}

.pl-cluster-header.purple-color .pl-cluster-divider-line {
  border-bottom: 4px dashed #9b5de588;
}

.pl-cluster-header.purple-color .pl-cluster-more-btn {
  color: #9B5DE5;
  border: 2px solid #9B5DE5;
}

.pl-cluster-divider-line {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  border-bottom: 4px dashed var(--pl-theme-primary);
  margin: 0 20px;
}

.pl-cluster-more-btn {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  color: var(--pl-theme-primary);
  background: transparent;
  background: none;
  border: 2px solid #FF6B6B;
  border-radius: 10px 14px 12px 8px / 8px 12px 14px 10px;
  white-space: nowrap;
}

.pl-cluster-more-btn:hover {
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}

.pl-games-grid-matrix {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 1300px) {
  .pl-games-grid-matrix {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pl-games-grid-matrix {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    ;
  }
}

@media (max-width: 600px) {
  .pl-games-grid-matrix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pl-node-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pl-node-card::before {
  content: '';
  position: absolute;
  top: -8px;
  width: 45px;
  height: 14px;
  border-radius: 2px;
  z-index: 2;
}

.pl-node-card:nth-child(odd)::before {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.pl-node-card:nth-child(even)::before {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.pl-node-card:nth-child(3n+1)::before {
  background: #4cc9f0bb;
}

.pl-node-card:nth-child(3n+2)::before {
  background: #C77DFFbb;
}

.pl-node-card:nth-child(3n+3)::before {
  background: #F72585bb;
}

.pl-node-card:nth-child(3n+4)::before {
  background: #4361EEbb;
}

.pl-node-card:nth-child(3n+5)::before {
  background: #06D6A0bb;
}

.pl-node-card:nth-child(3n+6)::before {
  background: #EF476Fbb;
}

.pl-node-card:nth-child(3n+7)::before {
  background: #FFD166bb;
}

.pl-node-card:nth-child(3n+8)::before {
  background: #118AB2bb;
}

.pl-node-visual-shell {
  width: 100%;
  aspect-ratio: 1.3;
  border-radius: 20px;
  border-radius: 8px 14px 10px 12px / 12px 10px 14px 8px;
  box-shadow: 4px 4px 0px var(--pl-border-color);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.pl-node-card:nth-child(7n+1) .pl-node-visual-shell {
  background: -webkit-linear-gradient(310deg, #FF6B6Bee, #4361EE88);
  background: linear-gradient(140deg, #FF6B6Bee, #4361EE88);
  box-shadow: 3px 3px 0 #FF6B6B55;
  border: 3px solid #FF6B6B;
}

.pl-node-card:nth-child(7n+2) .pl-node-visual-shell {
  background: -webkit-linear-gradient(310deg, #FF8E53ee, #06D6A088);
  background: linear-gradient(140deg, #FF8E53ee, #06D6A088);
  border: 3px solid #FF8E53;
  box-shadow: 3px 3px 0 #FF8E5355;
}

.pl-node-card:nth-child(7n+3) .pl-node-visual-shell {
  background: -webkit-linear-gradient(310deg, #FFCB47ee, #EF476F88);
  background: linear-gradient(140deg, #FFCB47ee, #EF476F88);
  border: 3px solid #FFCB47;
  box-shadow: 3px 3px 0 #FFCB4755;
}

.pl-node-card:nth-child(7n+4) .pl-node-visual-shell {
  background: -webkit-linear-gradient(310deg, #57CC99ee, #FFD16688);
  background: linear-gradient(140deg, #57CC99ee, #FFD16688);
  border: 3px solid #57CC99;
  box-shadow: 3px 3px 0 #57CC9955;
}

.pl-node-card:nth-child(7n+5) .pl-node-visual-shell {
  background: -webkit-linear-gradient(310deg, #4CC9F0ee, #118AB288);
  background: linear-gradient(140deg, #4CC9F0ee, #118AB288);
  border: 3px solid #4CC9F0;
  box-shadow: 3px 3px 0 #4CC9F055;
}

.pl-node-card:nth-child(7n+6) .pl-node-visual-shell {
  background: -webkit-linear-gradient(310deg, #C77DFFee, #F4A26188);
  background: linear-gradient(140deg, #C77DFFee, #F4A26188);
  border: 3px solid #C77DFF;
  box-shadow: 3px 3px 0 #C77DFF55;
}

.pl-node-card:nth-child(7n+7) .pl-node-visual-shell {
  background: -webkit-linear-gradient(310deg, #4361EEee, #FFBF6988);
  background: linear-gradient(140deg, #4361EEee, #FFBF6988);
  border: 3px solid #4361EE;
  box-shadow: 3px 3px 0 #4361EE55;
}

.pl-node-icon-img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.pl-node-score-badge {
  position: absolute;
  bottom: 3px;
  right: 5px;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(0, 0, 0, 0.28);
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 2px;
}

.pl-node-title-lbl {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #4a4a4a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.pl-node-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.pl-node-card:hover .pl-node-icon-img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.pl-main-footer {
  border-top: 3px solid var(--pl-border-color);
  background: #f4eee1;
  padding: 30px 40px;
  margin-top: 60px;
  position: relative;
}

.pl-footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.pl-footer-logo {
  font-size: 22px;
  font-weight: 900;
  color: #777;
}

.pl-footer-links .pl-f-link {
  font-size: 13px;
  margin-left: 20px;
  color: #fff;
  cursor: pointer;
}

.pl-footer-help-trigger {
  position: absolute;
  right: 20px;
  bottom: -20px;
  background: #fff;
  border: 2px solid var(--pl-border-color);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-weight: bold;
  box-shadow: 2px 2px 0px var(--pl-border-color);
  cursor: pointer;
}

@media (max-width: 900px) {

  .pl-main-header,
  .pl-category-navigation,
  .pl-main-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pl-search-container {
    width: 240px;
  }

  .pl-content-grid-matrix {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 15px;
  }

  .pl-play-sidebar-drawer {
    width: 280px;
  }

  .pl-sidebar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .pl-floating-menu-trigger {
    left: 16px;
    top: 16px;
    padding: 8px 12px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {

  .pl-header-wrapper,
  .pl-header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
  }

  .pl-search-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
  }

  .pl-nav-quick-links {
    display: none;
  }

  .pl-brand-title {
    text-align: center;
    font-size: 24px;
  }

  .pl-search-container {
    width: 100%;
  }

  .pl-category-navigation {
    padding: 8px 15px;
  }

  .pl-cluster-header {
    padding: 12px 15px;
  }

  .pl-cluster-title-text {
    font-size: 18px;
  }

  .pl-cluster-divider-line {
    margin: 0 10px;
  }

  .pl-content-grid-matrix {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .pl-footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .pl-footer-links .pl-f-link {
    margin: 0 10px;
  }

  .pl-play-sidebar-drawer {
    width: 85vw;
    border-right: 3px solid #000000;
  }

  .pl-sidebar-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 12px;
  }

  .pl-sidebar-grid .pl-node-card {
    height: auto;
  }

  .pl-sidebar-grid .pl-node-icon-wrapper {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
  }

  .pl-fullscreen-iframe {
    height: 100%;
  }

  .pl-floating-menu-trigger {
    left: 12px;
    top: 12px;
    padding: 6px 10px;
    font-size: 12px;
    border: 2px solid #000000;
    box-shadow: 3px 3px 0px #000000;
  }

  .pl-node-visual-shell {
    height: 105px;
    aspect-ratio: auto;
  }
}
@media (max-width: 480px) {
    /* #gzMatrixHot .gz-unit-cell:nth-child(n+25),
    #gzMatrixDropped .gz-unit-cell:nth-child(n+25),
    #gzMatrixTop .gz-unit-cell:nth-child(n+25) {
        display: none;
    } */
}
