:root {
  --gp-black: #000000;
  --gp-dark: #080808;
  --gp-card: #111111;
  --gp-card-hover: #161616;
  --gp-border: #222222;
  --gp-border-light: #444444;
  --gp-white: #ffffff;
  --gp-red: #e50914;
  --gp-red-dark: #b2070f;
  --gp-yellow: #ffcc00;
  --gp-gray: #666666;
  --gp-light-gray: #999999;
}

html {
  background: var(--gp-black);
}

body {
  font-family: "Inter", Helvetica, sans-serif;
  background: var(--gp-black);
  color: var(--gp-white);
}

a {
  color: inherit;
}

.no-touch a:hover {
  color: var(--gp-red);
}

.container {
  background: linear-gradient(180deg, var(--gp-dark) 0%, var(--gp-black) 100%);
}

h1,
h2,
.navigation .primary a,
.navigation .secondary a,
.headline .more,
.footer .nav a {
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1.5px;
}

.top-links {
  background: var(--gp-black);
  border-bottom: 1px solid var(--gp-border-light);
}

.network a::before {
  background-color: var(--gp-red);
}

.member-links a {
  border-radius: 6px;
}

.member-links .languages {
  background: var(--gp-card);
  border: 1px solid var(--gp-border);
  border-radius: 6px;
}

.member-links .languages a {
  background-color: var(--gp-card);
}

.header {
  background-color: var(--gp-black);
  border-bottom: 1px solid var(--gp-border);
}

.header-inner {
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 3px;
  white-space: nowrap;
}

.logo-wordmark .logo-goon {
  color: #ffffff;
  margin-right: 4px;
}

.logo-wordmark .logo-pass {
  color: var(--gp-red);
}

.search form {
  border-radius: 8px;
  border: 1px solid var(--gp-border);
  box-shadow: none;
  background: var(--gp-card);
}

.search .search-text input {
  background: transparent;
  color: var(--gp-white);
}

.search-text input::-webkit-input-placeholder,
.search-text input:-ms-input-placeholder,
.search-text input::-ms-input-placeholder,
.search-text input::placeholder {
  color: var(--gp-light-gray);
}

.search .search-button {
  background-color: var(--gp-red);
  border-radius: 0 8px 8px 0;
}

.no-touch .search .search-button:hover {
  background-color: var(--gp-red-dark);
}

.header + nav {
  background: var(--gp-black);
  border-color: var(--gp-border);
  box-shadow: none;
}

.navigation .button .ico-bar {
  background: var(--gp-white);
}

.navigation.open .button .ico-bar {
  background: var(--gp-red);
}

.navigation .primary {
  font-size: 20px;
}

.navigation .primary a {
  color: var(--gp-white);
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation .primary a:before,
.navigation .secondary a:before,
.sidebar .list a::before,
.related-videos .list-sort a:before,
.related-albums .list-sort a:before,
.related-videos .list-sort span:before,
.related-albums .list-sort span:before {
  background-color: var(--gp-red);
}

.navigation .primary .selected a,
.no-touch .navigation .primary a:hover,
.no-touch .navigation .secondary a:hover {
  color: var(--gp-red);
}

.navigation .primary .drop > a {
  background-color: var(--gp-card);
  border-radius: 8px;
}

.navigation .primary ul {
  border-radius: 0 0 8px 8px;
}

.navigation .primary ul li a {
  background-color: var(--gp-card);
}

.navigation .primary .drop:hover > a,
.no-touch .navigation .primary ul li a:hover {
  background-color: var(--gp-red);
  color: var(--gp-white);
}

.sort,
.sidebar .alphabet span,
.sidebar .alphabet a,
.load-more a,
.pagination a,
.pagination span,
.tabs-menu .toggle-button,
.block-share .block-size a,
.block-details .item a,
.item-download > a.download-single,
.item-download > a:not(.download-toggle) {
  border-radius: 6px;
  border: 1px solid var(--gp-border);
  background-color: var(--gp-card);
  color: var(--gp-white);
}

.sort:before,
.sidebar .alphabet span,
.sidebar .alphabet a {
  color: var(--gp-light-gray);
}

.no-touch .sort:hover,
.no-touch .sidebar .alphabet a:hover,
.no-touch .load-more a:hover,
.no-touch .pagination a:hover,
.no-touch .tabs-menu .toggle-button:hover,
.no-touch .block-share .block-size a:hover,
.no-touch .block-details .item a:hover {
  background-color: var(--gp-red);
  border-color: var(--gp-red);
  color: var(--gp-white);
}

.toggle-button.active,
.tabs-menu .toggle-button.active,
form .submit,
.margin-fix .bottom .submit.active,
.margin-fix .bottom .submit.right.active,
form .submit.active,
.pagination .page-current a,
.pagination .page-current span,
.btn-subscribe .toggle-button,
.block-comments .toggle-button.active {
  background-color: var(--gp-red);
  border-color: var(--gp-red);
  color: var(--gp-white);
}

.no-touch form .submit:hover,
.no-touch .block-comments .toggle-button:hover,
.no-touch .btn-subscribe .toggle-button:hover {
  background-color: var(--gp-red-dark);
  color: var(--gp-white);
}

form label {
  color: #d5d5d5;
}

form .textfield,
form .textarea,
form .selectbox,
form .file {
  background: #1a1a1a;
  border: 1px solid var(--gp-border);
  color: var(--gp-white);
  border-radius: 8px;
}

form .checkbox + label::before,
form .checkbox + span::before,
form .radio + span::before,
form .radio + label::before {
  background-color: #1a1a1a;
  border-color: var(--gp-border-light);
}

.list-playlists .item,
.list-models .item,
.list-sponsors .item,
.list-channels .item,
.list-categories .item,
.list-albums .item,
.list-albums-images .item,
.list-videos .item,
.list-videos-screenshots .item,
.sidebar,
.block-video .video-holder,
.block-album .album-holder,
.table,
.member-menu,
.block-channel,
.block-model {
  background: linear-gradient(180deg, #111111 0%, #0a0a0a 100%);
  border: 1px solid var(--gp-border);
  box-shadow: none;
  border-radius: 8px;
}

.item .img,
.list-members .item.unread .img,
.sidebar .comments .image,
.block-details .block-user .avatar {
  background-color: #1a1a1a;
}

.item .title {
  color: var(--gp-white);
}

.no-touch .item:hover .title,
.no-touch .block-video .playlist .item:hover .title {
  color: var(--gp-yellow);
}

.item .wrap,
.sidebar .list .rating,
.block-details .item span,
.block-model .model-list li,
.block-model .website,
.footer .footer-wrap,
.footer .copyright a {
  color: var(--gp-light-gray);
}

.item .wrap .rating.positive {
  color: var(--gp-yellow);
}

.item .wrap .rating.negative {
  color: #ff5c5c;
}

.list-videos .is-hd {
  border: 1px solid var(--gp-border-light);
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 6px;
}

.list-videos .is-hd.is-720p {
  background-color: #f59e0b;
  border-color: #f59e0b;
  color: #121212;
}

.list-videos .is-hd.is-1080p {
  background-color: var(--gp-red);
  border-color: var(--gp-red);
  color: var(--gp-white);
}

.list-videos .is-hd[class*="is-"][class*="k"] {
  background-color: var(--gp-yellow);
  border-color: var(--gp-yellow);
  color: #121212;
}

.block-details .block-user .username a {
  background: var(--gp-card);
  border: 1px solid var(--gp-border);
  border-radius: 6px;
}

.no-touch .block-details .block-user .username a:hover {
  background: var(--gp-red);
  border-color: var(--gp-red);
}

.block-comments .list-comments,
.info-buttons,
.block-video .playlist,
.block-album .images {
  border-color: var(--gp-border);
}

.block-video .no-player {
  background-color: #050505;
}

.block-video .no-player .message a,
.block-album .images .message a,
.block-model .website a {
  color: var(--gp-yellow);
}

.no-touch .block-video .no-player .message a:hover,
.no-touch .block-album .images .message a:hover,
.no-touch .block-model .website a:hover {
  color: var(--gp-red);
}

.sidebar .list a,
.sidebar .comments .username a,
.sidebar .comments .comment-text,
.sidebar h2 {
  color: var(--gp-white);
}

.sidebar .comments li {
  border-bottom: 1px solid var(--gp-border);
}

.sidebar .filter li label::before {
  background-color: #161616;
  border-color: var(--gp-border-light);
}

.sidebar .filter li input:checked + label::before {
  background-color: var(--gp-red);
  border-color: var(--gp-red);
}

.pagination a,
.pagination span {
  border-radius: 6px;
  border: 1px solid var(--gp-border);
}

.pagination .page-current a,
.pagination .page-current span {
  box-shadow: 0 0 0 1px rgba(229, 9, 20, 0.3);
}

/* Pagination jump UI subset */
.pagination .jump {
  position: relative;
}

.pagination .jump .jump-button-js {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 32px;
  padding: 0 8px;
  cursor: pointer;
  user-select: none;
  line-height: 1;
}

.pagination .jump .jump-box-js {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 220px;
  max-width: 320px;
  background: #121212;
  border: 1px solid var(--gp-border-light);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  padding: 12px;
}

.pagination .jump .jump-box-js.open {
  display: block;
}

.pagination .jump .jump_title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
}

.pagination .jump .inputGroup {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination .jump .input-jump,
.pagination .jump .inputNumber-button,
.pagination .jump .button-text {
  border-radius: 4px;
  border: 1px solid var(--gp-border-light);
  background: #1a1a1a;
  color: var(--gp-white);
}

.pagination .jump .input-jump {
  width: 84px;
  padding: 8px 10px;
}

.pagination .jump .inputNumber-button {
  width: 32px;
  height: 32px;
  line-height: 1;
  cursor: pointer;
}

.pagination .jump .button-text {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
}

.pagination .jump .button-text:hover {
  background: var(--gp-red);
  border-color: var(--gp-red);
}

@media (min-width: 561px) and (max-width: 940px) {
  .pagination li.page {
    display: none;
  }

  .pagination li.page.page-current,
  .pagination li.page.first-page,
  .pagination li.page.last-page {
    display: inline-flex;
  }

  .pagination li.jump {
    display: none;
  }

  .pagination li.jump.js-mobile {
    display: inline-flex;
  }
}

@media (max-width: 560px) {
  .pagination li.page {
    display: none;
  }

  .pagination li.page.page-current,
  .pagination li.page.first-page,
  .pagination li.page.last-page {
    display: inline-flex;
  }

  .pagination li.jump {
    display: none;
  }

  .pagination li.jump.js-mobile {
    display: inline-flex;
  }

  .pagination .jump .jump-box-js {
    left: 0;
    right: auto;
    max-width: calc(100vw - 24px);
    transform: translateX(0);
  }

  .pagination .jump.jump-right .jump-box-js {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}

@media (min-width: 941px) {
  .pagination li.page {
    display: inline-flex !important;
  }

  .pagination li.jump.js-desktop {
    display: inline-flex;
  }

  .pagination li.jump.js-mobile {
    display: none !important;
  }
}

.pagination .jump .jump-button-js:focus {
  outline: 2px solid var(--gp-yellow);
  outline-offset: 2px;
}

.footer {
  background-color: var(--gp-black);
  border-top: 1px solid var(--gp-border);
}

.footer .footer-wrap {
  color: var(--gp-light-gray);
}

.footer .nav a {
  border-radius: 6px;
}

.no-touch .footer .nav a:hover {
  background-color: var(--gp-red);
}

.footer a {
  color: var(--gp-white);
}

@media screen and (max-width: 640px) {
  .logo-wordmark {
    font-size: 34px;
    letter-spacing: 2px;
  }

  .header-inner {
    gap: 12px;
  }
}

@media screen and (max-width: 420px) {
  .logo-wordmark {
    font-size: 28px;
  }
}

/* --- Goonpass pass 2: homepage grids, badges, join page, CTAs --- */

.member-links .gp-top-login a,
.member-links .gp-top-access a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 6px;
}

.member-links .gp-top-login a {
  border: 1px solid var(--gp-border-light);
  background: var(--gp-card);
}

.member-links .gp-top-access a {
  border: 1px solid #e6b800;
  background: var(--gp-yellow);
  color: #121212;
}

.no-touch .member-links .gp-top-login a:hover {
  border-color: var(--gp-white);
  color: var(--gp-white);
}

.no-touch .member-links .gp-top-access a:hover {
  background: #e6b800;
  color: #000;
}

.gp-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gp-headline .headline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  border: 1px solid var(--gp-border-light);
  background: var(--gp-card);
  color: var(--gp-white);
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-size: 16px;
}

.no-touch .gp-headline .headline-link:hover {
  background: var(--gp-red);
  border-color: var(--gp-red);
  color: var(--gp-white);
}

.main-container .list-videos .item {
  width: 16.6667%;
}

.list-videos .img {
  position: relative;
}

.list-videos .is-hd {
  position: absolute;
  right: 6px;
  bottom: 6px;
  left: auto;
  top: auto;
  z-index: 2;
  min-width: 42px;
  padding: 2px 6px;
  border-radius: 5px;
  border: 1px solid var(--gp-border-light);
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.list-videos .is-hd.is-480p {
  background: #262626;
  border-color: #555;
  color: #e0e0e0;
}

.list-videos .is-hd.is-720p {
  background: #123420;
  border-color: #16a34a;
  color: #d1fae5;
}

.list-videos .is-hd.is-1080p {
  background: #6b1010;
  border-color: #ef4444;
  color: #fee2e2;
}

.list-videos .is-hd[class*="is-"][class*="k"] {
  background: var(--gp-yellow);
  border-color: #e6b800;
  color: #111;
}

.block-video .rating-container .rate-like,
.block-album .rating-container .rate-like {
  background: rgba(34, 197, 94, 0.14);
  border-color: #22c55e;
  color: #86efac;
}

.block-video .rating-container .rate-dislike,
.block-album .rating-container .rate-dislike {
  background: rgba(229, 9, 20, 0.16);
  border-color: var(--gp-red);
  color: #fecaca;
}

.no-touch .block-video .rating-container .rate-like:hover,
.no-touch .block-album .rating-container .rate-like:hover {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
}

.no-touch .block-video .rating-container .rate-dislike:hover,
.no-touch .block-album .rating-container .rate-dislike:hover {
  background: var(--gp-red);
  border-color: var(--gp-red);
  color: #fff;
}

.gp-top-catalog .margin-fix {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.gp-top-catalog .item {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

.gp-top-catalog .gp-top-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  min-height: 72px;
  border: 1px solid var(--gp-border);
  border-radius: 8px;
  background: var(--gp-card);
}

.gp-top-catalog .gp-top-logo {
  width: 54px;
  min-width: 54px;
  height: 54px;
  border: 1px solid var(--gp-border-light);
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.gp-top-catalog .gp-top-logo .thumb {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gp-top-catalog .gp-top-meta {
  min-width: 0;
}

.gp-top-catalog .title {
  display: block;
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.3;
}

.gp-top-catalog .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
}

.gp-top-catalog .videos {
  color: var(--gp-light-gray);
  font-size: 12px;
}

.gp-top-catalog .rating {
  font-size: 11px;
}

.no-touch .gp-top-catalog .gp-top-link:hover {
  border-color: var(--gp-red);
  background: #1b1b1b;
}

.tags-cloud {
  border: 1px solid var(--gp-border);
  background: var(--gp-card);
  border-radius: 10px;
  padding: 14px 14px 12px;
}

.tags-cloud a {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
  border: 1px solid var(--gp-border-light);
  border-radius: 999px;
  color: var(--gp-white);
  background: #191919;
}

.no-touch .tags-cloud a:hover {
  border-color: var(--gp-red);
  color: var(--gp-white);
  background: var(--gp-red);
}

.tags-cloud a.all {
  border-color: var(--gp-yellow);
  background: var(--gp-yellow);
  color: #111;
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tags-cloud a.all:hover {
  background: #e6b800;
  border-color: #e6b800;
}

.list-tags .item {
  border: 1px solid var(--gp-border);
  border-radius: 8px;
  background: var(--gp-card);
  padding: 10px;
}

.list-tags .item .title {
  color: var(--gp-yellow);
}

.list-tags .item a {
  color: var(--gp-light-gray);
}

.no-touch .list-tags .item a:hover {
  color: var(--gp-white);
}

.gp-lock-cta {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: min(420px, calc(100% - 24px));
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--gp-border-light);
  background: rgba(0, 0, 0, 0.88);
  text-align: center;
  z-index: 3;
}

.gp-lock-cta strong {
  display: block;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 1.5px;
  line-height: 1;
}

.gp-lock-cta p {
  margin: 8px 0 10px;
  color: var(--gp-light-gray);
  font-size: 13px;
}

.gp-lock-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #e6b800;
  background: var(--gp-yellow);
  color: #121212;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.no-touch .gp-lock-btn:hover {
  background: #e6b800;
  color: #000;
}

.gp-join-page {
  border: 1px solid var(--gp-border-light);
  border-radius: 14px;
  background: linear-gradient(180deg, #0f0f0f 0%, #090909 100%);
}

.gp-join-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  padding: 20px;
}

.gp-join-subtitle {
  margin: 8px 0 14px;
  color: var(--gp-light-gray);
}

.gp-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gp-plan-card {
  border: 1px solid var(--gp-border);
  border-radius: 10px;
  background: var(--gp-card);
  padding: 12px;
}

.gp-plan-card.popular {
  border-color: var(--gp-yellow);
  background: linear-gradient(180deg, rgba(255, 204, 0, 0.08) 0%, var(--gp-card) 100%);
}

.gp-plan-name {
  display: block;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 1.2px;
}

.gp-plan-price {
  margin-top: 2px;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 38px;
  line-height: 1;
  color: var(--gp-yellow);
}

.gp-plan-price span {
  font-size: 22px;
  color: var(--gp-light-gray);
}

.gp-plan-note {
  margin: 4px 0 10px;
  color: var(--gp-light-gray);
  font-size: 12px;
}

.gp-plan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid var(--gp-red);
  background: var(--gp-red);
  color: #fff;
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.no-touch .gp-plan-btn:hover {
  background: var(--gp-red-dark);
  border-color: var(--gp-red-dark);
}

.gp-crypto-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--gp-light-gray);
  font-size: 13px;
}

.gp-crypto-row b {
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid var(--gp-border-light);
  background: #151515;
  color: var(--gp-white);
  font-weight: 600;
}

.gp-join-signup-container {
  border: 1px solid var(--gp-border);
  border-radius: 10px;
  background: #0c0c0c;
  padding: 12px;
}

.gp-join-signup-container.loading {
  min-height: 140px;
}

.gp-join-loader {
  color: var(--gp-light-gray);
}

.gp-join-noscript {
  margin-top: 10px;
  color: var(--gp-light-gray);
}

.gp-join-signup-container .popup-title {
  display: none;
}

.gp-join-signup-container .generic-form {
  margin: 0;
  padding: 0;
}

.gp-join-signup-container .section {
  margin: 0 0 12px;
}

.gp-join-signup-container .section-title {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
}

@media (max-width: 1680px) {
  .main-container .list-videos .item {
    width: 20%;
  }

  .gp-top-catalog .margin-fix {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1360px) {
  .main-container .list-videos .item {
    width: 25%;
  }

  .gp-top-catalog .margin-fix {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gp-join-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1040px) {
  .main-container .list-videos .item {
    width: 33.3334%;
  }

  .gp-top-catalog .margin-fix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gp-lock-cta strong {
    font-size: 20px;
  }
}

@media (max-width: 780px) {
  .gp-plan-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .main-container .list-videos .item {
    width: 50%;
  }

  .gp-top-catalog .margin-fix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gp-headline .headline-link {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }

  .gp-lock-cta {
    padding: 10px;
  }

  .gp-lock-cta p {
    margin: 6px 0 8px;
    font-size: 12px;
  }

  .gp-lock-btn {
    height: 34px;
    min-width: 128px;
    font-size: 18px;
  }
}

/* --- Goonpass pass 3: layout, login page, details UX --- */

.header-inner,
.navigation,
.content {
  max-width: 1680px;
}

.content {
  padding: 0 12px;
}

.member-links .gp-top-login a,
.member-links .gp-top-access a {
  min-height: 40px;
  min-width: 94px;
  padding: 0 18px;
  font-size: 18px;
  letter-spacing: 1.4px;
}

.member-links .gp-top-access a {
  min-width: 128px;
}

.list-videos > .margin-fix {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 !important;
}

.list-videos > .margin-fix > .item {
  width: calc((100% - 50px) / 6) !important;
  margin: 0 !important;
  flex: 0 0 calc((100% - 50px) / 6);
}

.gp-top-catalog .margin-fix {
  gap: 10px;
}

.gp-top-catalog .list-channels .item,
.gp-top-catalog .list-sponsors .item {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.gp-top-catalog .gp-top-link {
  min-height: 64px;
  padding: 8px 10px;
  border-radius: 8px;
}

.gp-top-catalog .gp-top-logo {
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding-bottom: 0 !important;
  position: relative !important;
  border-radius: 6px;
}

.gp-top-catalog .gp-top-logo .thumb {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.gp-top-catalog .title {
  font-size: 13px;
}

.gp-top-catalog .videos,
.gp-top-catalog .rating {
  font-size: 11px;
}

.tags-cloud a.all {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 8px auto 0;
  padding: 5px 14px;
  border: 1px solid var(--gp-border-light);
  background: #2a2a2a;
  color: var(--gp-white);
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.tags-cloud a.all:hover {
  background: #393939;
  border-color: #525252;
  color: var(--gp-white);
}

.list-videos .is-hd {
  position: absolute;
  padding-left: 10px;
  border-radius: 4px;
  font-size: 9.5px;
}

.list-videos .is-hd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  border-radius: 4px 0 0 4px;
  background: #666;
}

.list-videos .is-hd.is-480p:before {
  background: #9ca3af;
}

.list-videos .is-hd.is-720p:before {
  background: #22c55e;
}

.list-videos .is-hd.is-1080p:before {
  background: #ef4444;
}

.list-videos .is-hd[class*="is-"][class*="k"]:before {
  background: #111;
}

.rate-like.voted:before,
.no-touch .rate-like:hover::before,
.block-video .rating-container .rate-like:before,
.block-album .rating-container .rate-like:before {
  color: #22c55e !important;
}

.rate-dislike.voted:before,
.no-touch .rate-dislike:hover::before,
.block-video .rating-container .rate-dislike:before,
.block-album .rating-container .rate-dislike:before {
  color: #f30702 !important;
}

.gp-lock-copy {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.gp-lock-copy strong {
  display: block;
  margin: 0 0 6px;
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1.2px;
  font-size: 26px;
}

.gp-lock-btn {
  min-width: 172px;
  height: 42px;
  font-size: 24px;
  letter-spacing: 1.3px;
}

.gp-video-details {
  display: grid;
  gap: 10px;
}

.gp-video-details .item {
  border: 1px solid var(--gp-border);
  border-radius: 8px;
  background: #121212;
  padding: 10px 12px;
  line-height: 1.45;
}

.gp-video-details .item > a,
.gp-video-details .item em a,
.gp-video-details .item span a,
.gp-links .gp-link,
.gp-model-card,
.gp-download-link {
  color: var(--gp-white);
}

.gp-site-channel {
  display: inline-block;
  margin-left: 8px;
  color: var(--gp-light-gray);
}

.gp-item-description .gp-collapsible {
  display: block;
  margin-top: 6px;
  color: #e4e4e4;
}

.gp-moreless {
  margin-top: 6px;
  border: 1px solid var(--gp-border-light);
  background: #1f1f1f;
  color: var(--gp-white);
  border-radius: 6px;
  height: 28px;
  padding: 0 10px;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.no-touch .gp-moreless:hover {
  border-color: var(--gp-red);
  background: var(--gp-red);
}

.gp-links,
.gp-model-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.gp-links .gp-link {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--gp-border-light);
  border-radius: 999px;
  background: #1b1b1b;
  font-size: 12px;
}

.gp-model-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  max-width: 220px;
  padding: 4px 8px 4px 4px;
  border: 1px solid var(--gp-border-light);
  border-radius: 999px;
  background: #1b1b1b;
}

.gp-model-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  background: #333;
  display: inline-flex;
}

.gp-model-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gp-model-avatar.no-thumb {
  border: 1px solid #555;
}

.gp-model-name {
  display: inline-block;
  font-size: 12px;
  color: #f0f0f0;
}

.gp-hidden-item {
  display: none !important;
}

.gp-download.js-dropdown {
  position: relative;
}

.gp-download-toggle {
  margin-left: 8px;
  height: 30px;
  padding: 0 12px;
  border: 1px solid var(--gp-border-light);
  border-radius: 6px;
  background: #1f1f1f;
  color: var(--gp-white);
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
}

.gp-download-menu {
  display: none;
  position: absolute;
  left: 12px;
  top: calc(100% + 8px);
  z-index: 4;
  min-width: 260px;
  border: 1px solid var(--gp-border-light);
  border-radius: 8px;
  background: #111;
  padding: 6px;
}

.gp-download.js-dropdown.open .gp-download-menu {
  display: block;
}

.gp-download-link {
  display: block;
  padding: 7px 8px;
  border-radius: 6px;
  font-size: 12px;
}

.no-touch .gp-download-link:hover {
  background: var(--gp-red);
  color: #fff;
}

.gp-login-page {
  border: 1px solid var(--gp-border-light);
  border-radius: 14px;
  background: linear-gradient(180deg, #101010 0%, #070707 100%);
}

.gp-login-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
  padding: 20px;
}

.gp-login-logo {
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 40px;
}

.gp-login-logo span {
  color: var(--gp-red);
}

.gp-login-panel h1,
.gp-login-offer h2 {
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1.6px;
  font-size: 34px;
  margin: 8px 0;
}

.gp-login-panel p,
.gp-login-offer p {
  color: var(--gp-light-gray);
  margin: 0 0 12px;
}

.gp-login-form {
  border: 1px solid var(--gp-border);
  border-radius: 10px;
  background: #0c0c0c;
  padding: 12px;
  min-height: 120px;
}

.gp-login-offer {
  border: 1px solid var(--gp-border);
  border-radius: 10px;
  background: #0d0d0d;
  padding: 14px;
}

.gp-login-offer ul {
  margin: 0 0 14px 16px;
  color: #d4d4d4;
}

.gp-login-offer li {
  margin: 0 0 6px;
}

.gp-login-access {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #e6b800;
  background: var(--gp-yellow);
  color: #111;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 26px;
  letter-spacing: 1.2px;
}

.no-touch .gp-login-access:hover {
  background: #e6b800;
  color: #000;
}

.content a {
  color: var(--gp-white);
}

.content a:visited {
  color: var(--gp-white);
}

.no-touch .content a:hover {
  color: var(--gp-yellow);
}

@media (max-width: 1680px) {
  .list-videos > .margin-fix > .item {
    width: calc((100% - 40px) / 5) !important;
    flex-basis: calc((100% - 40px) / 5);
  }
}

@media (max-width: 1380px) {
  .list-videos > .margin-fix > .item {
    width: calc((100% - 30px) / 4) !important;
    flex-basis: calc((100% - 30px) / 4);
  }

  .gp-login-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .list-videos > .margin-fix > .item {
    width: calc((100% - 20px) / 3) !important;
    flex-basis: calc((100% - 20px) / 3);
  }
}

@media (max-width: 900px) {
  .gp-top-catalog .margin-fix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .content {
    padding: 0 6px;
  }

  .list-videos > .margin-fix {
    gap: 6px;
  }

  .list-videos > .margin-fix > .item {
    width: calc((100% - 6px) / 2) !important;
    flex-basis: calc((100% - 6px) / 2);
  }

  .gp-top-catalog .margin-fix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .gp-top-catalog .gp-top-link {
    min-height: 58px;
    padding: 7px 8px;
  }

  .gp-video-details .item {
    padding: 8px 10px;
  }

  .gp-login-grid {
    padding: 12px;
    gap: 12px;
  }

  .gp-login-logo {
    font-size: 34px;
  }
}

@media (max-width: 420px) {
  .content {
    padding: 0 4px;
  }

  .list-videos > .margin-fix > .item {
    width: calc((100% - 6px) / 2) !important;
    flex-basis: calc((100% - 6px) / 2);
  }
}

/* --- Goonpass pass 4: grid hardening, mobile 2-col, top cards cleanup --- */

.header-inner,
.navigation,
.content {
  max-width: min(1920px, 100%);
}

.content {
  padding: 0 10px;
}

.member-links .gp-top-login a,
.member-links .gp-top-access a {
  min-height: 46px;
  min-width: 110px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 20px;
  letter-spacing: 1.6px;
}

.member-links .gp-top-access a {
  min-width: 162px;
}

.list-videos .margin-fix {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 !important;
}

.list-videos .margin-fix > .item,
.list-videos .margin-fix > form > .item {
  flex: 0 0 calc((100% - 50px) / 6);
  width: calc((100% - 50px) / 6) !important;
  margin: 0 !important;
}

.list-videos .margin-fix > .place {
  flex: 0 0 100%;
  width: 100% !important;
  margin: 0 !important;
}

.list-categories .margin-fix {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 !important;
}

.list-categories .margin-fix > .item {
  flex: 0 0 calc((100% - 50px) / 6);
  width: calc((100% - 50px) / 6) !important;
  margin: 0 !important;
}

.list-categories .img {
  width: 100%;
  padding-bottom: 56.25%;
}

.gp-top-catalog .margin-fix {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 !important;
}

.gp-top-catalog .item,
.gp-top-catalog .item.gp-top-link,
.gp-top-catalog .margin-fix > form > .item {
  flex: 0 0 calc((100% - 50px) / 6);
  width: calc((100% - 50px) / 6) !important;
  margin: 0 !important;
  float: none !important;
  display: block !important;
}

.gp-top-catalog .gp-top-link {
  width: 100%;
  min-height: 74px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.gp-top-catalog .gp-top-logo {
  flex: 0 0 52px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  padding-bottom: 0 !important;
  position: relative !important;
}

.gp-top-catalog .gp-top-logo .thumb,
.gp-top-catalog .gp-top-logo img {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.gp-top-catalog .gp-top-logo .no-thumb {
  position: absolute !important;
  inset: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 1.2;
}

.tags-cloud a.all {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  width: auto !important;
  margin: 8px auto 0 !important;
  padding: 0 16px;
  text-align: center;
  border-color: #4b4b4b !important;
  background: #2b2b2b !important;
  color: #e9e9e9 !important;
}

.no-touch .tags-cloud a.all:hover {
  background: #3b3b3b !important;
  border-color: #5a5a5a !important;
  color: #ffffff !important;
}

.list-videos .is-hd {
  top: auto;
  right: 4px;
  bottom: 4px;
  left: auto;
  min-width: 0;
  padding: 2px 6px 2px 10px;
  border-radius: 4px;
  border: 1px solid #3f3f3f;
  background: rgba(10, 10, 10, 0.92);
  font-size: 9px;
  line-height: 1.2;
}

.list-videos .is-hd:before {
  width: 3px;
  border-radius: 4px 0 0 4px;
}

.list-videos .is-hd.is-480p:before {
  background: #8f96a3;
}

.list-videos .is-hd.is-720p:before {
  background: #22c55e;
}

.list-videos .is-hd.is-1080p:before {
  background: #ef4444;
}

.list-videos .is-hd.is-2k:before,
.list-videos .is-hd.is-3k:before,
.list-videos .is-hd.is-4k:before,
.list-videos .is-hd.is-5k:before,
.list-videos .is-hd.is-6k:before,
.list-videos .is-hd.is-7k:before,
.list-videos .is-hd.is-8k:before {
  background: #f7c600;
}

.rate-like:before,
.rate-like.voted:before,
.no-touch .rate-like:hover:before,
.block-video .rating-container .rate-like:before,
.block-album .rating-container .rate-like:before {
  color: #22c55e !important;
}

.rate-like,
.block-video .rating-container .rate-like,
.block-album .rating-container .rate-like {
  color: #9be8b7 !important;
}

.rate-dislike:before,
.rate-dislike.voted:before,
.no-touch .rate-dislike:hover:before,
.block-video .rating-container .rate-dislike:before,
.block-album .rating-container .rate-dislike:before {
  color: #f30702 !important;
}

.content a,
.content a:visited,
.list-videos .item a,
.list-videos .item a:visited,
.gp-top-catalog a,
.gp-top-catalog a:visited {
  color: var(--gp-white);
}

.no-touch .content a:hover,
.no-touch .list-videos .item a:hover,
.no-touch .gp-top-catalog a:hover {
  color: var(--gp-yellow);
}

.member-links .gp-top-access a,
.gp-lock-btn,
.gp-login-access,
.gp-plan-btn {
  color: #111 !important;
}

@media (max-width: 1460px) {
  .list-videos .margin-fix > .item,
  .list-videos .margin-fix > form > .item {
    flex-basis: calc((100% - 40px) / 5);
    width: calc((100% - 40px) / 5) !important;
  }

  .list-categories .margin-fix > .item {
    flex-basis: calc((100% - 40px) / 5);
    width: calc((100% - 40px) / 5) !important;
  }

  .gp-top-catalog .item,
  .gp-top-catalog .item.gp-top-link,
  .gp-top-catalog .margin-fix > form > .item {
    flex-basis: calc((100% - 40px) / 5);
    width: calc((100% - 40px) / 5) !important;
  }
}

@media (max-width: 1220px) {
  .list-videos .margin-fix > .item,
  .list-videos .margin-fix > form > .item {
    flex-basis: calc((100% - 30px) / 4);
    width: calc((100% - 30px) / 4) !important;
  }

  .list-categories .margin-fix > .item {
    flex-basis: calc((100% - 30px) / 4);
    width: calc((100% - 30px) / 4) !important;
  }

  .gp-top-catalog .item,
  .gp-top-catalog .item.gp-top-link,
  .gp-top-catalog .margin-fix > form > .item {
    flex-basis: calc((100% - 30px) / 4);
    width: calc((100% - 30px) / 4) !important;
  }
}

@media (max-width: 980px) {
  .list-videos .margin-fix > .item,
  .list-videos .margin-fix > form > .item {
    flex-basis: calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3) !important;
  }

  .list-categories .margin-fix > .item {
    flex-basis: calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3) !important;
  }

  .gp-top-catalog .item,
  .gp-top-catalog .item.gp-top-link,
  .gp-top-catalog .margin-fix > form > .item {
    flex-basis: calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3) !important;
  }
}

@media (max-width: 760px) {
  .content {
    padding: 0 4px;
  }

  .member-links .gp-top-login a,
  .member-links .gp-top-access a {
    min-height: 40px;
    min-width: 92px;
    padding: 0 14px;
    font-size: 17px;
  }

  .member-links .gp-top-access a {
    min-width: 126px;
  }

  .list-videos .margin-fix {
    gap: 6px;
  }

  .list-videos .margin-fix > .item,
  .list-videos .margin-fix > form > .item {
    flex-basis: calc((100% - 6px) / 2);
    width: calc((100% - 6px) / 2) !important;
  }

  .list-categories .margin-fix {
    gap: 6px;
  }

  .list-categories .margin-fix > .item {
    flex-basis: calc((100% - 6px) / 2);
    width: calc((100% - 6px) / 2) !important;
  }

  .gp-top-catalog .margin-fix {
    gap: 6px;
  }

  .gp-top-catalog .item,
  .gp-top-catalog .item.gp-top-link,
  .gp-top-catalog .margin-fix > form > .item {
    flex-basis: calc((100% - 6px) / 2);
    width: calc((100% - 6px) / 2) !important;
  }

  .gp-download-menu {
    left: 0;
    min-width: 200px;
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 420px) {
  .content {
    padding: 0 2px;
  }

  .list-videos .margin-fix {
    gap: 5px;
  }

  .list-videos .margin-fix > .item,
  .list-videos .margin-fix > form > .item {
    flex-basis: calc((100% - 5px) / 2);
    width: calc((100% - 5px) / 2) !important;
  }

  .list-categories .margin-fix {
    gap: 5px;
  }

  .list-categories .margin-fix > .item {
    flex-basis: calc((100% - 5px) / 2);
    width: calc((100% - 5px) / 2) !important;
  }

  .gp-top-catalog .gp-top-link {
    min-height: 66px;
    padding: 7px;
  }
}

/* --- Goonpass pass 5: alignment corrections + video page polish --- */

.content {
  max-width: 1780px;
  padding: 0 14px;
}

.member-links ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.member-links .gp-top-login {
  margin-right: 2px;
}

.member-links .gp-top-login a {
  background: #101010 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.no-touch .member-links .gp-top-login a:hover {
  background: #101010 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.list-videos .margin-fix,
.list-categories .margin-fix,
.gp-top-catalog .margin-fix {
  justify-content: flex-start !important;
}

.list-videos,
.list-categories,
.gp-top-catalog {
  padding: 0 6px;
}

.gp-top-catalog .item,
.gp-top-catalog .item.gp-top-link,
.gp-top-catalog .margin-fix > form > .item {
  display: block !important;
}

.gp-top-catalog .item.gp-top-link,
.gp-top-catalog .gp-top-link {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.gp-top-catalog .gp-top-meta {
  min-width: 0;
  flex: 1;
}

.gp-top-catalog .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gp-top-catalog .wrap {
  justify-content: flex-start;
  gap: 10px;
}

.gp-top-catalog .gp-letter-avatar {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #d41a22 0%, #f5b800 100%);
}

.gp-top-catalog .gp-top-logo img + .gp-letter-avatar {
  display: none;
}

.tags-cloud a {
  border-radius: 6px;
}

.tags-cloud a.all {
  margin: 0 8px 8px 0 !important;
  padding: 0 12px !important;
  min-height: 28px;
  border-radius: 6px !important;
}

.list-tags .item .title {
  color: #e8e8e8;
}

.block-video .player,
.block-video .sponsor,
.block-video .video-info,
.block-video .tabs-menu,
.block-video .tab-content,
.related-videos {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.related-videos .list-videos {
  padding: 0 6px;
}

.block-video .video-holder {
  padding: 0 8px;
}

.gp-lock-copy {
  max-width: min(760px, calc(100% - 28px));
  margin: 0 auto;
}

.gp-lock-copy-desktop {
  display: inline;
}

.gp-lock-copy-mobile {
  display: none;
}

.gp-lock-cta {
  width: min(520px, calc(100% - 24px));
  padding: 10px 12px;
}

.gp-lock-cta p {
  margin: 6px 0 8px;
}

.gp-lock-cta-mobile {
  display: none;
}

.gp-video-details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gp-video-details .item {
  padding: 8px 10px;
}

.gp-video-details .item,
.gp-video-details .item span,
.gp-video-details .item em,
.gp-video-details .item a {
  font-size: 12px;
}

.gp-video-details .item span {
  margin: 0 10px 2px 0;
}

.gp-video-details .item em {
  margin: 0;
}

.gp-video-details .item > a,
.gp-video-details .item em a,
.gp-video-details .item span a,
.gp-links .gp-link,
.gp-model-card,
.gp-download-link {
  border-radius: 5px;
}

.gp-item-description,
.gp-item-tags,
.gp-item-models,
.gp-download {
  grid-column: 1 / -1;
}

.gp-links,
.gp-model-links {
  gap: 5px;
}

.gp-model-card {
  max-width: 180px;
  min-height: 30px;
  padding: 3px 7px 3px 3px;
}

.gp-model-avatar {
  width: 26px;
  height: 26px;
}

.gp-model-avatar img {
  object-fit: cover;
  object-position: center;
}

.gp-model-avatar.no-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #242424 0%, #1a1a1a 100%);
  border: 1px solid #4b4b4b;
}

.gp-avatar-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #f2f2f2;
}

.gp-download {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.gp-download-toggle {
  height: 28px;
  padding: 0 11px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.gp-download-toggle:after {
  content: "▾";
  margin-left: 6px;
  font-size: 11px;
}

.gp-download-menu {
  min-width: 240px;
}

.gp-download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.no-touch .gp-download-toggle:hover {
  border-color: var(--gp-red);
  background: var(--gp-red);
  color: #fff;
}

@media (max-width: 1200px) {
  .content {
    padding: 0 10px;
  }

  .block-video .player,
  .block-video .sponsor,
  .block-video .video-info,
  .block-video .tabs-menu,
  .block-video .tab-content,
  .related-videos {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .content {
    padding: 0 6px;
  }

  .member-links ul {
    gap: 6px;
  }

  .member-links .gp-top-login a,
  .member-links .gp-top-access a {
    min-height: 36px;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .member-links .gp-top-access a {
    min-width: 112px;
  }

  .list-videos,
  .list-categories,
  .gp-top-catalog {
    padding: 0 2px;
  }

  .gp-lock-copy strong {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .gp-lock-copy {
    max-width: calc(100% - 16px);
    font-size: 12px;
    line-height: 1.35;
  }

  .gp-lock-copy-desktop {
    display: none;
  }

  .gp-lock-copy-mobile {
    display: inline;
  }

  .gp-lock-cta {
    width: min(360px, calc(100% - 12px));
    bottom: 8px;
    padding: 8px;
  }

  .gp-lock-cta strong {
    font-size: 18px;
  }

  .gp-lock-cta-desktop {
    display: none;
  }

  .gp-lock-cta-mobile {
    display: block;
    margin: 4px 0 6px;
    font-size: 11px;
    color: #cecece;
  }

  .gp-lock-btn {
    min-width: 132px;
    height: 34px;
    font-size: 19px;
  }

  .gp-video-details {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .gp-video-details .item {
    padding: 7px 8px;
  }

  .gp-video-details .item,
  .gp-video-details .item span,
  .gp-video-details .item em,
  .gp-video-details .item a {
    font-size: 11px;
  }

  .gp-model-card {
    max-width: 100%;
  }
}

/* --- Goonpass pass 6: final polish, forms, list parity, blue cleanup --- */

.header-inner,
.navigation {
  padding-left: 14px;
  padding-right: 14px;
}

.navigation .primary {
  padding-left: 4px;
  padding-right: 4px;
}

.member-links ul {
  gap: 10px;
}

.member-links .gp-top-login a {
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.no-touch .member-links .gp-top-login a:hover {
  box-shadow: 0 0 0 1px #ffffff inset;
  transform: translateY(-1px);
}

.no-touch .tags-cloud a:hover {
  color: #ffffff !important;
}

.tags-cloud a.all {
  background: #4a4a4a !important;
  border-color: #7a7a7a !important;
}

.no-touch .tags-cloud a.all:hover {
  background: #5a5a5a !important;
  border-color: #8a8a8a !important;
}

.list-videos .margin-fix,
.list-categories .margin-fix,
.list-sponsors .margin-fix,
.list-channels .margin-fix,
.list-albums .margin-fix,
.list-playlists .margin-fix,
.list-models .margin-fix {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  gap: 10px;
  margin: 0 !important;
}

.list-videos .margin-fix > .item,
.list-videos .margin-fix > form > .item,
.list-categories .margin-fix > .item,
.list-sponsors .margin-fix > .item,
.list-channels .margin-fix > .item,
.list-albums .margin-fix > .item,
.list-albums .margin-fix > form > .item,
.list-playlists .margin-fix > .item,
.list-models .margin-fix > .item {
  flex: 0 0 calc((100% - 50px) / 6);
  width: calc((100% - 50px) / 6) !important;
  margin: 0 !important;
}

.list-sponsors .img,
.list-channels .img {
  width: 100%;
  padding-bottom: 56.25% !important;
}

.list-sponsors .item,
.list-channels .item {
  border-radius: 8px;
  overflow: hidden;
}

.list-sponsors .item a,
.list-channels .item a {
  height: 100%;
}

.list-sponsors .gp-letter-avatar,
.list-channels .gp-letter-avatar {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 34px;
  letter-spacing: 1.2px;
  color: #ffffff;
  background: linear-gradient(135deg, #d41a22 0%, #f5b800 100%);
}

.gp-top-catalog .gp-letter-avatar {
  font-size: 22px;
}

.list-albums .margin-fix > .item .img {
  width: 100%;
  padding-bottom: 56.25%;
}

.list-videos,
.list-categories,
.list-sponsors,
.list-channels,
.list-albums,
.related-videos .list-videos,
.related-albums .list-albums {
  padding: 0 8px;
}

.block-screenshots span.item:before {
  background-color: var(--gp-red) !important;
}

.block-screenshots a.item:before {
  border-color: var(--gp-red) !important;
}

.btn-favourites:hover {
  background-color: var(--gp-red) !important;
}

.btn-favourites ul {
  background-color: #141414;
  border: 1px solid var(--gp-border);
}

.btn-favourites ul li > a:hover,
.btn-favourites ul li > span:hover {
  background-color: var(--gp-red) !important;
}

.related-videos .list-sort span,
.related-albums .list-sort span {
  color: #ffffff !important;
}

.related-videos .list-sort span:before,
.related-videos .list-sort a:before,
.related-albums .list-sort span:before,
.related-albums .list-sort a:before {
  background-color: var(--gp-red) !important;
}

.related-videos .list-sort a:hover,
.related-albums .list-sort a:hover {
  color: var(--gp-yellow) !important;
}

.gp-item-description .gp-collapsible {
  display: inline !important;
}

.gp-item-tags .gp-links,
.gp-item-models .gp-model-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  vertical-align: middle;
}

.gp-item-description .gp-moreless,
.gp-item-tags .gp-moreless,
.gp-item-models .gp-moreless {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 6px;
  height: 22px;
  padding: 0 8px;
  font-size: 10px;
  vertical-align: middle;
}

.gp-links .gp-link::before {
  content: "#";
  margin-right: 1px;
  color: #b9b9b9;
}

.gp-video-details {
  gap: 6px;
}

.gp-video-details .item {
  position: relative;
  padding: 7px 9px;
  border-color: #2a2a2a;
  background: #101010;
}

.gp-video-details .item,
.gp-video-details .item span,
.gp-video-details .item em,
.gp-video-details .item a {
  font-size: 11px;
}

.gp-video-details .item > a {
  border: 0;
  padding: 0;
  background: transparent;
}

.gp-model-avatar {
  width: 30px;
  height: 30px;
}

.gp-model-avatar.no-thumb {
  position: relative;
  background: #151515;
  border: 1px solid #3f3f3f;
}

.gp-model-avatar.no-thumb:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #f3c3a7;
}

.gp-model-avatar.no-thumb:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 18px;
  height: 12px;
  border-radius: 12px 12px 6px 6px;
  transform: translateX(-50%);
  background: #f3c3a7;
}

.gp-avatar-placeholder {
  display: none !important;
}

.gp-download {
  gap: 8px;
  border-color: #303030;
  background: linear-gradient(180deg, #121212 0%, #0c0c0c 100%);
}

.gp-download-toggle {
  min-width: 150px;
  justify-content: center;
}

.gp-download-menu {
  left: auto;
  right: 8px;
  min-width: 260px;
}

.gp-download-link {
  border: 1px solid transparent;
}

.no-touch .gp-download-link:hover {
  border-color: var(--gp-red);
}

.block-video .no-player .message {
  z-index: 3;
}

.gp-lock-copy {
  max-width: min(800px, calc(100% - 36px));
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
}

.gp-lock-copy strong {
  margin-bottom: 5px;
}

.gp-lock-cta {
  width: min(560px, calc(100% - 24px));
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(8, 8, 8, 0.94) 100%);
}

.gp-lock-cta strong {
  margin-bottom: 3px;
}

.block-video .player,
.block-video .sponsor,
.block-video .video-info,
.block-video .tabs-menu,
.block-video .tab-content {
  max-width: 1220px;
}

.gp-search-filter-toggle-wrap {
  width: 100%;
  margin: 0 0 8px;
  display: flex;
  justify-content: flex-end;
}

.gp-search-filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  border: 1px solid var(--gp-border-light);
  border-radius: 6px;
  background: #1a1a1a;
  color: #ffffff;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  cursor: pointer;
}

.no-touch .gp-search-filter-toggle:hover {
  border-color: var(--gp-red);
  background: var(--gp-red);
}

.gp-search-layout.gp-sidebar-collapsed .sidebar {
  display: none;
}

.gp-search-layout.gp-sidebar-collapsed .gp-search-main {
  width: 100%;
  padding-left: 0;
}

.gp-login-page .headline,
.gp-join-page .headline {
  margin: 0 0 10px;
}

.gp-login-page,
.gp-join-page {
  border-radius: 16px;
}

.gp-login-page .popup-holder,
.gp-join-signup-container .popup-holder {
  padding: 0;
}

.gp-login-page .popup-title,
.gp-join-signup-container .popup-title {
  display: none;
}

.gp-login-page .links a,
.gp-join-signup-container .links a,
.gp-login-page .bottom a,
.gp-join-signup-container .bottom a {
  color: #ffffff !important;
}

.no-touch .gp-login-page .links a:hover,
.no-touch .gp-join-signup-container .links a:hover,
.no-touch .gp-login-page .bottom a:hover,
.no-touch .gp-join-signup-container .bottom a:hover {
  color: var(--gp-yellow) !important;
}

.gp-login-page .row,
.gp-join-signup-container .row {
  max-width: 100%;
}

.gp-login-page form .submit,
.gp-join-signup-container form .submit {
  min-width: 180px;
  height: 40px;
  border-radius: 7px;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 1.1px;
}

.gp-plan-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gp-plan-card {
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s;
}

.gp-plan-card.selected,
.no-touch .gp-plan-card:hover {
  border-color: var(--gp-red);
  transform: translateY(-2px);
}

.gp-plan-card.gp-plan-enterprise {
  border-color: #8a8a8a;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, var(--gp-card) 100%);
}

.gp-join-signup-container .button-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gp-join-signup-container .button-group .row {
  margin: 0;
}

.gp-join-signup-container .toggle-button.inversed {
  min-height: 58px;
  border-radius: 8px;
  border: 1px solid #393939;
  background: #161616;
}

.gp-join-signup-container .toggle-button.inversed.active {
  border-color: var(--gp-red);
  background: rgba(229, 9, 20, 0.14);
}

@media (max-width: 1460px) {
  .list-sponsors .margin-fix > .item,
  .list-channels .margin-fix > .item,
  .list-albums .margin-fix > .item,
  .list-albums .margin-fix > form > .item,
  .list-playlists .margin-fix > .item,
  .list-models .margin-fix > .item {
    flex-basis: calc((100% - 40px) / 5);
    width: calc((100% - 40px) / 5) !important;
  }

  .gp-plan-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1220px) {
  .list-sponsors .margin-fix > .item,
  .list-channels .margin-fix > .item,
  .list-albums .margin-fix > .item,
  .list-albums .margin-fix > form > .item,
  .list-playlists .margin-fix > .item,
  .list-models .margin-fix > .item {
    flex-basis: calc((100% - 30px) / 4);
    width: calc((100% - 30px) / 4) !important;
  }

  .gp-join-signup-container .button-group {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .list-sponsors .margin-fix > .item,
  .list-channels .margin-fix > .item,
  .list-albums .margin-fix > .item,
  .list-albums .margin-fix > form > .item,
  .list-playlists .margin-fix > .item,
  .list-models .margin-fix > .item {
    flex-basis: calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3) !important;
  }

  .gp-plan-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .header-inner,
  .navigation {
    padding-left: 8px;
    padding-right: 8px;
  }

  .content {
    padding: 0 5px;
  }

  .list-videos,
  .list-categories,
  .list-sponsors,
  .list-channels,
  .list-albums,
  .related-videos .list-videos,
  .related-albums .list-albums {
    padding: 0 2px;
  }

  .list-sponsors .margin-fix,
  .list-channels .margin-fix,
  .list-albums .margin-fix,
  .list-playlists .margin-fix,
  .list-models .margin-fix {
    gap: 6px;
  }

  .list-sponsors .margin-fix > .item,
  .list-channels .margin-fix > .item,
  .list-albums .margin-fix > .item,
  .list-albums .margin-fix > form > .item,
  .list-playlists .margin-fix > .item,
  .list-models .margin-fix > .item {
    flex-basis: calc((100% - 6px) / 2);
    width: calc((100% - 6px) / 2) !important;
  }

  .gp-lock-copy {
    display: none;
  }

  .gp-lock-cta {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: min(340px, calc(100% - 12px));
    padding: 8px;
  }

  .gp-lock-cta-desktop,
  .gp-lock-cta p {
    display: none;
  }

  .gp-lock-cta-mobile {
    display: block;
    margin: 3px 0 6px;
  }

  .gp-item-description .gp-moreless,
  .gp-item-tags .gp-moreless,
  .gp-item-models .gp-moreless {
    margin-left: 4px;
    height: 20px;
    padding: 0 7px;
  }

  .gp-plan-grid-5 {
    grid-template-columns: 1fr;
  }
}
