/*
  Theme Name: RpyHubTheme
  Theme URI: 
  Author: RpyHubTheme
  Description: 
  Version: 1.0
  Tags: 
*/

/*==============================
	Article & Post Content Headings
==============================*/
.article__content h2,
.details__content h2,
.details__text h2,
.section__text h2,
.article h2,
article h2 {
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-top: 28px !important;
  margin-bottom: 14px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.3px !important;
}

.article__content h3,
.details__text h3 {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

/*==============================
	System Requirements Styling
==============================*/
.requirements {
  position: relative;
  padding: 24px;
  background-color: #1b222e;
  border: 1px solid rgba(167, 130, 233, 0.15);
  border-radius: 8px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.requirements__block {
  width: 100%;
}

.requirements__title {
  display: block;
  color: #a782e9 !important;
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 14px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid rgba(167, 130, 233, 0.2) !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

.requirements__text,
.requirements__text p,
.requirements__text span,
.requirements__text li,
.requirements p,
.requirements li {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
  margin-bottom: 6px !important;
}

.requirements__text strong,
.requirements__text b,
.requirements p strong,
.requirements li strong,
.requirements b {
  color: #38bdf8 !important;
  font-weight: 700 !important;
  margin-right: 5px !important;
}

.requirements br {
  margin-bottom: 4px;
}

/*==============================
	Comments & Comment Form Custom Styling
==============================*/
.comments-area {
  margin-top: 30px;
}

.comments__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.comments__list .children {
  list-style: none;
  padding-left: 20px;
  margin-top: 15px;
  border-left: 2px solid rgba(167, 130, 233, 0.2);
}

.comment-respond {
  margin-top: 30px;
}

.comment-respond .form {
  background-color: #1b222e;
  border: 1px solid rgba(167, 130, 233, 0.12);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.comment-respond .form__title,
.comment-respond #reply-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.comment-respond .logged-in-as {
  color: #94a3b8;
  font-size: 13px;
  margin-bottom: 15px;
}

.comment-respond .logged-in-as a {
  color: #a782e9;
  font-weight: 600;
}

.comment-respond .logged-in-as a:hover {
  text-decoration: underline;
}

.comment-respond .form__textarea {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(167, 130, 233, 0.15);
  border-radius: 6px;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  resize: vertical;
  min-height: 120px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.comment-respond .form__textarea:focus,
.comment-respond .form__input:focus {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: #a782e9;
  outline: none;
}

.comment-respond .form__input {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(167, 130, 233, 0.15);
  border-radius: 6px;
  height: 44px;
  padding: 0 15px;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  margin-bottom: 15px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.comment-respond .form__btn {
  background-color: #29b474;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 6px;
  height: 44px;
  padding: 0 25px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.comment-respond .form__btn:hover {
  background-color: #229962;
}

/*==============================
	Download Buttons Multi-List
==============================*/
.details__download-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.details__buy {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  height: 46px !important;
  padding: 0 20px !important;
  border-radius: 6px !important;
  background-color: #29b474 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border: none !important;
  transition: background-color 0.3s ease, transform 0.15s ease !important;
}

.details__buy:hover {
  background-color: #229962 !important;
  transform: translateY(-1px);
}

.details__buy .badge {
  font-size: 11px;
  background: rgba(0, 0, 0, 0.2);
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/*==============================
	Header Search & Random Game Bar
==============================*/
.header__search-row {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 720px !important;
  margin: 15px auto !important;
}

.header__search-form {
  position: relative !important;
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  height: 48px !important;
  background: #161b2e !important;
  border: 1px solid rgba(167, 130, 233, 0.25) !important;
  border-radius: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.header__search-form:focus-within {
  border-color: #a782e9 !important;
  box-shadow: 0 0 16px rgba(167, 130, 233, 0.25) !important;
}

.header__search-field {
  flex: 1 !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 46px !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 14px !important;
  padding: 0 18px !important;
  margin: 0 !important;
}

.header__search-field::placeholder {
  color: #64748b !important;
  font-size: 13px !important;
}

.header__search-submit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 46px !important;
  background: transparent !important;
  border: none !important;
  border-left: 1px solid rgba(167, 130, 233, 0.15) !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  transition: background 0.2s !important;
}

.header__search-submit:hover {
  background: rgba(167, 130, 233, 0.1) !important;
}

.header__search-submit svg {
  width: 18px !important;
  height: 18px !important;
  fill: #a782e9 !important;
  transition: transform 0.2s !important;
}

.header__search-submit:hover svg {
  transform: scale(1.1) !important;
}

.header__random-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  height: 48px !important;
  padding: 0 18px !important;
  background: #161b2e !important;
  border: 1px solid rgba(167, 130, 233, 0.25) !important;
  border-radius: 8px !important;
  color: #a782e9 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.header__random-btn svg {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
}

.header__random-btn:hover {
  background: #a782e9 !important;
  color: #ffffff !important;
  border-color: #a782e9 !important;
  box-shadow: 0 0 16px rgba(167, 130, 233, 0.4) !important;
  transform: translateY(-1px) !important;
}

.header__live-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-height: 420px;
  overflow-y: auto;
  background: #161b2e;
  border: 1px solid rgba(167, 130, 233, 0.25);
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6), 0 0 20px rgba(167, 130, 233, 0.1);
  z-index: 9999;
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  padding: 6px 0;
}

.header__live-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.15s ease;
}

.header__live-item:last-child {
  border-bottom: none;
}

.header__live-item:hover {
  background: rgba(167, 130, 233, 0.15);
  transform: translateX(3px);
}

.header__live-cover {
  width: 44px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #0f1422;
}

.header__live-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__live-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}

.header__live-name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header__live-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 11px;
}

.header__live-date {
  color: #94a3b8;
}

.header__live-genre {
  color: #a782e9;
  font-weight: 500;
}

.header__live-badge {
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 600;
}

.header__live-loading,
.header__live-empty {
  padding: 18px;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
}

/*==============================
	Header Random Game Button
==============================*/
.header__random-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  background: #1b2238;
  border: 1px solid rgba(167, 130, 233, 0.3);
  border-radius: 8px;
  color: #a782e9;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.header__random-btn:hover {
  background: #a782e9;
  color: #ffffff !important;
  border-color: #a782e9;
  box-shadow: 0 0 16px rgba(167, 130, 233, 0.4);
  transform: translateY(-1px);
}

/*==============================
	Game Report & Request Modal
==============================*/
.game-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 14, 26, 0.85);
  backdrop-filter: blur(8px);
}

.game-modal__content {
  position: relative;
  width: 90%;
  max-width: 500px;
  background: #161b2e;
  border: 1px solid rgba(167, 130, 233, 0.25);
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 25px rgba(167, 130, 233, 0.15);
  z-index: 10;
  animation: modalFadeIn 0.25s ease-out;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(10px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.game-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s;
}

.game-modal__close:hover {
  color: #ffffff;
}

.game-modal__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.game-modal__subtitle {
  color: #94a3b8;
  font-size: 13px;
  margin-bottom: 18px;
  line-height: 1.4;
}

#gameReportStatus.is-success {
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

#gameReportStatus.is-error {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

/*==============================
	Details Cart Panel Layout Override
==============================*/
@media (min-width: 992px) {
  .details__cart {
    height: auto !important;
    min-height: 340px;
    justify-content: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
  }
}

.details__platforms {
  margin-bottom: 0 !important;
  gap: 10px;
}

.details__download-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

/*==============================
	Compact Carousel Section Spacing
==============================*/
.section--tight {
  padding-top: 15px !important;
  padding-bottom: 20px !important;
}

.section.section--last {
  padding-bottom: 25px !important;
}

/* Category Carousels Spacing (Desktop & Mobile Unified) */
.section--cat-carousel {
  padding-top: 15px !important;
  padding-bottom: 20px !important;
}

.section--cat-carousel .section__title-wrap {
  margin-bottom: 12px !important;
}

.section--cat-carousel .owl-carousel {
  margin-bottom: 0 !important;
}

.section--tight .section__title-wrap {
  margin-bottom: 12px !important;
}

.section--tight .owl-carousel {
  margin-bottom: 0 !important;
}

/*==============================
	Single Game Page Breadcrumb
==============================*/
.game-breadcrumb-wrap {
  margin-bottom: 14px;
  position: relative;
  z-index: 5;
}

.game-breadcrumb-wrap .breadcrumb {
  margin-top: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.game-breadcrumb-wrap .breadcrumb__item {
  font-size: 13.5px;
  letter-spacing: 0.2px;
}

.game-breadcrumb-wrap .breadcrumb__item--active {
  color: #94a3b8;
  max-width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Rank Math Breadcrumbs styling integration */
.game-breadcrumb-wrap .rank-math-breadcrumb {
  font-size: 13.5px;
  color: #94a3b8;
  line-height: 1.6;
}

.game-breadcrumb-wrap .rank-math-breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.game-breadcrumb-wrap .rank-math-breadcrumb a:hover {
  color: var(--gameindir-primary, #a782e9);
}

.game-breadcrumb-wrap .rank-math-breadcrumb .separator {
  margin: 0 10px;
  color: #64748b;
  opacity: 0.7;
}

.game-breadcrumb-wrap .rank-math-breadcrumb .last {
  color: #94a3b8;
}

@media (max-width: 767px) {
  .game-breadcrumb-wrap {
    margin-bottom: 16px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .game-breadcrumb-wrap::-webkit-scrollbar {
    display: none;
  }
  .game-breadcrumb-wrap .breadcrumb {
    flex-wrap: nowrap;
  }
  .game-breadcrumb-wrap .breadcrumb__item--active {
    max-width: 260px;
  }
}

/*==============================
	Game Cards: Clean Single-Line Titles
==============================*/
.card__title {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
}

.card__title h3,
.card__title h3 a {
  display: block !important;
  width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

.card__title h3 a:hover {
  color: #a782e9 !important;
}

.card {
  margin-bottom: 20px !important;
}

.card:not(.card--big) .card__actions {
  display: none !important;
}

/*==============================
	Card Big (Best of the Month) Redesign
==============================*/
.card--big {
  background: #161b2e !important;
  border: 1px solid rgba(167, 130, 233, 0.2) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.card--big:hover {
  transform: translateY(-4px) !important;
  border-color: #a782e9 !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6), 0 0 20px rgba(167, 130, 233, 0.2) !important;
}

.card--big .card__title h3,
.card--big .card__title h3 a {
  font-size: 18px !important;
  white-space: normal !important;
}

.card--big .card__buy {
  background: #29b474 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0.6px !important;
  border-radius: 8px !important;
  transition: background 0.2s ease, transform 0.15s ease !important;
}

.card--big .card__buy:hover {
  background: #a782e9 !important;
  transform: scale(1.02) !important;
}

.card--big .card__favorite {
  border-radius: 8px !important;
  border: 1px solid rgba(167, 130, 233, 0.2) !important;
}

/*==============================
	Header Genre Filter Pills
==============================*/
.header__genre-pills {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 860px !important;
  margin: -6px auto 14px auto !important;
  flex-wrap: wrap !important;
}

.header__genre-label {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  color: #a782e9 !important;
  white-space: nowrap !important;
}

.header__genre-list {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}

.header__genre-chip {
  display: inline-flex !important;
  align-items: center !important;
  padding: 4px 12px !important;
  background: rgba(22, 27, 46, 0.8) !important;
  border: 1px solid rgba(167, 130, 233, 0.2) !important;
  border-radius: 20px !important;
  color: #cbd5e1 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
}

.header__genre-chip:hover {
  background: rgba(167, 130, 233, 0.2) !important;
  border-color: #a782e9 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(167, 130, 233, 0.25) !important;
}

/*==============================
	Top 5 Downloads of the Week Module
==============================*/
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

.top-downloads__grid {
  margin-top: 10px !important;
}

.top-download-card {
  position: relative !important;
  background: #161b2e !important;
  border: 1px solid rgba(167, 130, 233, 0.15) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  margin-bottom: 20px !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
  display: flex !important;
  flex-direction: column !important;
}

.top-download-card:hover {
  transform: translateY(-4px) !important;
  border-color: #a782e9 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5), 0 0 16px rgba(167, 130, 233, 0.2) !important;
}

.top-download-card__cover {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 2 / 3 !important;
  overflow: hidden !important;
  background: #0f1422 !important;
}

.top-download-card__cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.4s ease !important;
}

.top-download-card:hover .top-download-card__cover img {
  transform: scale(1.05) !important;
}

.top-download-card__rank {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 5 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  max-width: max-content !important;
  box-sizing: border-box !important;
}

.top-download-card__rank img,
.top-download-card__rank svg {
  display: none !important;
}

.top-download-card__rank.rank-gold {
  background: linear-gradient(135deg, #f59e0b, #d97706) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.top-download-card__rank.rank-silver {
  background: linear-gradient(135deg, #94a3b8, #475569) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(148, 163, 184, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.top-download-card__rank.rank-bronze {
  background: linear-gradient(135deg, #d97706, #92400e) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.top-download-card__rank.rank-default {
  background: rgba(15, 23, 42, 0.88) !important;
  color: #cbd5e1 !important;
  border: 1px solid rgba(167, 130, 233, 0.35) !important;
}

.top-download-card__content {
  padding: 10px 12px 12px 12px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.top-download-card__title {
  margin: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
}

.top-download-card__title a {
  display: block !important;
  width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.top-download-card__title a:hover {
  color: #a782e9 !important;
}

.top-download-card__meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 11px !important;
  margin-top: 4px !important;
}

.top-download-card__tag {
  color: #a782e9 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 55% !important;
}

.top-download-card__dl {
  background: rgba(16, 185, 129, 0.15) !important;
  color: #10b981 !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(16, 185, 129, 0.25) !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

/*==============================
	1. Details Version & Update Info Strip
==============================*/
.details__info-strip {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin-bottom: 6px !important;
}

.info-strip__pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 3px 10px !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  background: rgba(22, 27, 46, 0.85) !important;
  border: 1px solid rgba(167, 130, 233, 0.18) !important;
}

.info-strip__pill svg {
  width: 13px !important;
  height: 13px !important;
  fill: currentColor !important;
  flex-shrink: 0 !important;
}

.info-strip__version {
  color: #a782e9 !important;
  background: rgba(167, 130, 233, 0.12) !important;
  border-color: rgba(167, 130, 233, 0.35) !important;
}

.info-strip__updated {
  color: #94a3b8 !important;
}

.info-strip__downloads {
  color: #10b981 !important;
  background: rgba(16, 185, 129, 0.1) !important;
  border-color: rgba(16, 185, 129, 0.3) !important;
}

/*==============================
	2. Official Steam & SteamDB Verification Badges
==============================*/
.details__external-links {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.details__ext-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 5px 10px !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.details__ext-badge svg {
  width: 14px !important;
  height: 14px !important;
  fill: currentColor !important;
}

.details__ext-badge--steam {
  background: rgba(102, 192, 244, 0.12) !important;
  border: 1px solid rgba(102, 192, 244, 0.3) !important;
  color: #66c0f4 !important;
}

.details__ext-badge--steam:hover {
  background: #66c0f4 !important;
  color: #0b141a !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(102, 192, 244, 0.35) !important;
}

.details__ext-badge--steamdb {
  background: rgba(0, 174, 240, 0.12) !important;
  border: 1px solid rgba(0, 174, 240, 0.3) !important;
  color: #38bdf8 !important;
}

.details__ext-badge--steamdb:hover {
  background: #38bdf8 !important;
  color: #0b141a !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(56, 189, 248, 0.35) !important;
}

.details__ext-badge--itch {
  background: rgba(250, 92, 92, 0.12) !important;
  border: 1px solid rgba(250, 92, 92, 0.3) !important;
  color: #fa5c5c !important;
}
.details__ext-badge--itch:hover {
  background: #fa5c5c !important;
  color: #0b141a !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(250, 92, 92, 0.35) !important;
}

.details__ext-badge--patreon {
  background: rgba(255, 66, 77, 0.12) !important;
  border: 1px solid rgba(255, 66, 77, 0.3) !important;
  color: #ff424d !important;
}
.details__ext-badge--patreon:hover {
  background: #ff424d !important;
  color: #0b141a !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(255, 66, 77, 0.35) !important;
}

.details__ext-badge--subscribestar {
  background: rgba(45, 127, 249, 0.12) !important;
  border: 1px solid rgba(45, 127, 249, 0.3) !important;
  color: #2d7ff9 !important;
}
.details__ext-badge--subscribestar:hover {
  background: #2d7ff9 !important;
  color: #0b141a !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(45, 127, 249, 0.35) !important;
}

.details__ext-badge--discord {
  background: rgba(88, 101, 242, 0.12) !important;
  border: 1px solid rgba(88, 101, 242, 0.3) !important;
  color: #5865f2 !important;
}
.details__ext-badge--discord:hover {
  background: #5865f2 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(88, 101, 242, 0.35) !important;
}

.details__ext-badge--twitter {
  background: rgba(29, 161, 242, 0.12) !important;
  border: 1px solid rgba(29, 161, 242, 0.3) !important;
  color: #1da1f2 !important;
}
.details__ext-badge--twitter:hover {
  background: #1da1f2 !important;
  color: #0b141a !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(29, 161, 242, 0.35) !important;
}

.details__ext-badge--website {
  background: rgba(16, 185, 129, 0.12) !important;
  border: 1px solid rgba(16, 185, 129, 0.3) !important;
  color: #10b981 !important;
}
.details__ext-badge--website:hover {
  background: #10b981 !important;
  color: #0b141a !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35) !important;
}

/*==============================
	3. Visitor Like / Dislike Vote Box
==============================*/
.details__vote-box {
  background: #161b2e !important;
  border: 1px solid rgba(167, 130, 233, 0.18) !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  margin-top: 6px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.details__vote-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.details__vote-title {
  color: #cbd5e1 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.details__vote-ratio {
  color: #10b981 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.details__vote-bar {
  width: 100% !important;
  height: 5px !important;
  background: rgba(239, 68, 68, 0.4) !important;
  border-radius: 3px !important;
  overflow: hidden !important;
}

.details__vote-bar-fill {
  height: 100% !important;
  background: linear-gradient(90deg, #10b981, #34d399) !important;
  border-radius: 3px !important;
  transition: width 0.4s ease !important;
}

.details__vote-buttons {
  display: flex !important;
  gap: 8px !important;
}

.details__vote-btn {
  flex: 1 !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: #94a3b8 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.details__vote-btn svg {
  width: 14px !important;
  height: 14px !important;
  fill: currentColor !important;
  transition: transform 0.2s ease !important;
}

.details__vote-btn--like:hover,
.details__vote-btn--like.is-active {
  background: rgba(16, 185, 129, 0.2) !important;
  border-color: rgba(16, 185, 129, 0.5) !important;
  color: #10b981 !important;
}

.details__vote-btn--dislike:hover,
.details__vote-btn--dislike.is-active {
  background: rgba(239, 68, 68, 0.2) !important;
  border-color: rgba(239, 68, 68, 0.5) !important;
  color: #ef4444 !important;
}

.details__vote-btn:hover svg {
  transform: scale(1.15) !important;
}

/*==============================
	4. 1-Click Copy Link & Quick Share Bar
==============================*/
.details__share-wrap {
  background: #161b2e !important;
  border: 1px solid rgba(167, 130, 233, 0.18) !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  margin-top: 4px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.details__share-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.details__copy-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  background: rgba(167, 130, 233, 0.12) !important;
  border: 1px solid rgba(167, 130, 233, 0.3) !important;
  border-radius: 5px !important;
  color: #a782e9 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 3px 8px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.details__copy-btn svg {
  width: 12px !important;
  height: 12px !important;
  fill: currentColor !important;
}

.details__copy-btn:hover {
  background: #a782e9 !important;
  color: #ffffff !important;
}

.details__share-icons {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  justify-content: space-between !important;
}

.details__share-icon {
  flex: 1 !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
}

.details__share-icon svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
  transition: transform 0.2s ease !important;
}

.details__share-icon--tg {
  color: #229ed9 !important;
}

.details__share-icon--tg:hover {
  background: #229ed9 !important;
  color: #fff !important;
}

.details__share-icon--dc {
  color: #5865f2 !important;
}

.details__share-icon--dc:hover {
  background: #5865f2 !important;
  color: #fff !important;
}

.details__share-icon--rd {
  color: #ff4500 !important;
}

.details__share-icon--rd:hover {
  background: #ff4500 !important;
  color: #fff !important;
}

.details__share-icon--tw {
  color: #ffffff !important;
}

.details__share-icon--tw:hover {
  background: #1da1f2 !important;
  color: #fff !important;
}

.details__share-icon:hover svg {
  transform: scale(1.15) !important;
}

/* Floating Toast Notification */
.gameindir-toast {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  background: #161b2e !important;
  color: #10b981 !important;
  border: 1px solid rgba(16, 185, 129, 0.4) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(16, 185, 129, 0.2) !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  animation: toastFadeIn 0.3s ease-out !important;
}

@keyframes toastFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*==============================
	Sub Actions: Request Update & Report Link
==============================*/
.details__sub-actions {
  display: flex !important;
  gap: 8px !important;
  margin-top: 4px !important;
  width: 100% !important;
}

.details__sub-btn {
  flex: 1 !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  border-radius: 6px !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
}

.details__sub-btn svg {
  width: 13px !important;
  height: 13px !important;
  fill: currentColor !important;
  flex-shrink: 0 !important;
  transition: transform 0.2s ease !important;
}

.details__sub-btn:hover svg {
  transform: scale(1.15) !important;
}

.details__sub-btn--update {
  background: rgba(167, 130, 233, 0.08) !important;
  border: 1px solid rgba(167, 130, 233, 0.3) !important;
  color: #c4b5fd !important;
}

.details__sub-btn--update:hover {
  background: rgba(167, 130, 233, 0.2) !important;
  border-color: #a782e9 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(167, 130, 233, 0.25) !important;
}

.details__sub-btn--report {
  background: rgba(239, 68, 68, 0.08) !important;
  border: 1px solid rgba(239, 68, 68, 0.3) !important;
  color: #fca5a5 !important;
}

.details__sub-btn--report:hover {
  background: rgba(239, 68, 68, 0.2) !important;
  border-color: #ef4444 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.25) !important;
}

.details__head-btn--collection.is-active {
  background: rgba(56, 189, 248, 0.15) !important;
  border-color: #38bdf8 !important;
  color: #38bdf8 !important;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.25) !important;
}

.details__head-btn--collection.is-active svg {
  fill: #38bdf8 !important;
}

/*==============================
	Details Text: Full Natural Flow
==============================*/
.details__text {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  padding-right: 0 !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.details__text .mCSB_container {
  overflow: visible !important;
}

.details__text .mCSB_scrollTools {
  display: none !important;
}

/* Universal Media & Image Containment for Game Content */
.details__text img,
.details__text figure,
.details__text picture,
.details__text video,
.details__text iframe,
.details__text table {
  max-width: 100% !important;
  height: auto !important;
  box-sizing: border-box !important;
}

.details__text img {
  display: block !important;
  margin: 14px auto !important;
  border-radius: 8px !important;
  object-fit: contain !important;
}

.details__text figure {
  margin: 14px 0 !important;
}

.details__text table {
  display: block !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  width: 100% !important;
}

/*==============================
	Platform Badges: Card Cover & Details
==============================*/
/* Vertical Top-to-Bottom Layout for Card Cover Badges */
.card .card__platforms,
.card--catalog .card__platforms {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 5px !important;
  z-index: 5 !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
}

.card .card__platforms li,
.card--catalog .card__platforms li,
.details__platforms li {
  width: 27px !important;
  height: 27px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  transition: transform 0.18s ease, filter 0.18s ease !important;
}

.card .card__platforms li svg,
.card--catalog .card__platforms li svg {
  width: 15px !important;
  height: 15px !important;
  fill: #ffffff !important;
  display: block !important;
}

.details__platforms li a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer !important;
}

.details__platforms li:hover {
  transform: translateY(-2px) scale(1.1) !important;
  filter: brightness(1.15) !important;
}

.card__platforms li.dw,
.details__platforms li.dw {
  background-color: #10b981 !important;
}

.card__platforms li.wn,
.details__platforms li.wn {
  background-color: #00aef0 !important;
}

.card__platforms li.ap,
.details__platforms li.ap {
  background-color: #475569 !important;
}

.card__platforms li.ln,
.details__platforms li.ln {
  background-color: #242938 !important;
  border: 1px solid rgba(245, 158, 11, 0.4) !important;
}

.card__platforms li.ln img,
.details__platforms li.ln img {
  width: 17px !important;
  height: 17px !important;
  object-fit: contain !important;
  display: block !important;
}

.card__platforms li.ad,
.details__platforms li.ad {
  background-color: #059669 !important;
  border: 1px solid rgba(16, 185, 129, 0.4) !important;
}

.card__platforms li.ad svg,
.details__platforms li.ad svg {
  width: 15px !important;
  height: 15px !important;
  fill: #ffffff !important;
  display: block !important;
}

/*==============================
  WordPress Admin Bar Compatibility
==============================*/
body.admin-bar .header {
  top: 32px !important;
}

body.admin-bar .header.header--scroll {
  top: -71px !important;
}

@media screen and (max-width: 1199px) {
  body.admin-bar .header__nav {
    top: 103px !important;
  }
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed !important;
  }

  body.admin-bar .header {
    top: 46px !important;
  }

  body.admin-bar .header.header--scroll {
    top: -71px !important;
  }

  body.admin-bar .header__nav {
    top: 117px !important;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

/*==========================================================================
  UNIFIED MASTER GAMING HEADER
  ========================================================================== */
.header--master {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  background: transparent !important;
  transition: top 0.3s ease !important;
}

.header__master-wrap {
  position: relative !important;
  z-index: 50 !important;
  background: rgba(13, 17, 28, 0.94) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.4) !important;
}

.header__master-inner {
  height: 72px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
}

/* 1. LEFT GROUP (Logo & Nav) */
.header__master-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Modern Glassmorphism Hamburger Button */
.header__menu {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #cbd5e1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.header__menu:hover {
  background: rgba(255, 255, 255, 0.09) !important;
  border-color: rgba(167, 130, 233, 0.35) !important;
  box-shadow: 0 0 12px rgba(167, 130, 233, 0.2) !important;
}

.header__menu.header__menu--active {
  background: rgba(167, 130, 233, 0.15) !important;
  border-color: rgba(167, 130, 233, 0.5) !important;
  box-shadow: 0 0 14px rgba(167, 130, 233, 0.3) !important;
}

/* 3 Balanced Lines Inside the Button */
.header__menu span {
  position: absolute !important;
  left: 11px !important;
  width: 18px !important;
  height: 2px !important;
  background-color: #cbd5e1 !important;
  border-radius: 2px !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  opacity: 1 !important;
}

.header__menu span:first-child {
  top: 13px !important;
}

.header__menu span:nth-child(2) {
  top: 19px !important;
  width: 18px !important;
}

.header__menu span:last-child {
  top: 25px !important;
  width: 18px !important;
}

.header__menu:hover span {
  background-color: #ffffff !important;
}

/* Smooth morph into clean close (X) when menu is active */
.header__menu.header__menu--active span:first-child {
  top: 19px !important;
  transform: rotate(45deg) !important;
  background-color: #ff55a5 !important;
}

.header__menu.header__menu--active span:nth-child(2) {
  opacity: 0 !important;
  transform: scaleX(0) !important;
}

.header__menu.header__menu--active span:last-child {
  top: 19px !important;
  width: 18px !important;
  transform: rotate(-45deg) !important;
  background-color: #ff55a5 !important;
}

.header__logo--master {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-left: 0 !important;
}

.header__logo-brand {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.header__logo-accent {
  background: linear-gradient(135deg, #a782e9 0%, #ff55a5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__nav-wrap {
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) {
  .header__menu {
    display: none !important;
  }

  .header__master-left {
    gap: 30px !important;
  }

  .header__nav--master {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    height: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    position: static !important;
    width: auto !important;
    background: transparent !important;
    gap: 6px !important;
  }

  .header__nav--master>li {
    display: flex !important;
    align-items: center !important;
    height: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
  }

  .header__nav--master>li>a {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #94a3b8 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 38px !important;
    padding: 0 14px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    position: relative !important;
  }

  .header__nav--master>li>a:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.06) !important;
    transform: translateY(-1px);
  }

  .header__nav--master>li.current-menu-item>a,
  .header__nav--master>li.current_page_item>a,
  .header__nav--master>li.active>a {
    color: #a782e9 !important;
    background: rgba(167, 130, 233, 0.12) !important;
    font-weight: 800 !important;
  }

  .header__nav--master>li.current-menu-item>a::after,
  .header__nav--master>li.current_page_item>a::after,
  .header__nav--master>li.active>a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0px !important;
    left: 14px !important;
    right: 14px !important;
    height: 2.5px !important;
    background: linear-gradient(90deg, #a782e9, #ff55a5) !important;
    border-radius: 2px !important;
    box-shadow: 0 0 10px rgba(167, 130, 233, 0.8) !important;
  }

  /* Nav Item Dropdown Arrow */
  .header__nav-arrow {
    display: inline-block !important;
    margin-left: 6px !important;
    width: 14px !important;
    height: 14px !important;
    fill: currentColor !important;
    transition: transform 0.25s ease, color 0.2s ease !important;
    vertical-align: middle !important;
  }

  .header__nav--master>li:hover>a .header__nav-arrow,
  .header__nav--master>li.is-open>a .header__nav-arrow,
  .header__nav--master>li.is-clicked-open>a .header__nav-arrow {
    transform: rotate(180deg) !important;
    color: #a782e9 !important;
  }

  /* Invisible Hover Bridge (Completely fixes the hover gap / mouse trap) */
  .mega-menu-bridge,
  .header__nav--master .sub-menu::before {
    content: '' !important;
    position: absolute !important;
    top: -24px !important;
    left: -20px !important;
    right: -20px !important;
    height: 28px !important;
    display: block !important;
    background: transparent !important;
    pointer-events: auto !important;
    z-index: 1001 !important;
  }

  /* Standard Dropdown Submenu */
  .header__nav--master .sub-menu {
    position: absolute !important;
    top: 68px !important;
    left: 0 !important;
    min-width: 220px !important;
    background: rgba(15, 20, 34, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(167, 130, 233, 0.24) !important;
    border-radius: 14px !important;
    padding: 8px !important;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.7), 0 0 25px rgba(167, 130, 233, 0.12) !important;
    list-style: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(8px) scale(0.98) !important;
    transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1), transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s ease !important;
    z-index: 1050 !important;
    margin-top: 0 !important;
  }

  .header__nav--master>li:hover>.sub-menu,
  .header__nav--master>li.is-open>.sub-menu,
  .header__nav--master>li.is-clicked-open>.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
  }

  /* Remove legacy arrow.svg from main.css */
  .header__nav--master .sub-menu a::before,
  .header__nav--master .sub-menu a[data-toggle="dropdown"]::before,
  .mega-platform-card::before {
    display: none !important;
    content: none !important;
    background: none !important;
  }

  .header__nav--master .sub-menu:not(.sub-menu--mega-platform) li a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 16px !important;
    color: #cbd5e1 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    transition: all 0.18s ease !important;
  }

  .header__nav--master .sub-menu:not(.sub-menu--mega-platform) li a:hover {
    color: #ffffff !important;
    background: rgba(167, 130, 233, 0.15) !important;
    transform: translateX(3px) !important;
  }

  /* ==========================================================================
     LUXURY GAMING PLATFORM MEGA MENU (2x2 Grid)
     ========================================================================== */
  .header__nav--master .sub-menu--mega-platform {
    width: 580px !important;
    min-width: 580px !important;
    max-width: calc(100vw - 40px) !important;
    background: rgba(13, 17, 30, 0.98) !important;
    backdrop-filter: blur(28px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
    border: 1px solid rgba(167, 130, 233, 0.25) !important;
    border-radius: 18px !important;
    padding: 0 !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.85), 0 0 40px rgba(167, 130, 233, 0.15) !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
  }

  .header__nav--master .sub-menu--mega-platform::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #38bdf8 0%, #a782e9 50%, #ff55a5 100%) !important;
    z-index: 2 !important;
  }

  /* Mega Menu Header Strip */
  .header__nav--master .mega-menu-header {
    grid-column: 1 / -1 !important;
    padding: 13px 20px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    margin: 0 !important;
    list-style: none !important;
  }

  .mega-menu-header__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  .mega-menu-header__badge {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #c4b5fd !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    background: rgba(167, 130, 233, 0.14) !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(167, 130, 233, 0.24) !important;
  }

  .mega-menu-header__badge svg {
    fill: #a782e9 !important;
  }

  .mega-menu-header__sub {
    font-size: 11.5px !important;
    color: #64748b !important;
    font-weight: 500 !important;
    letter-spacing: 0.2px !important;
  }

  /* Platform Interactive Cards */
  .header__nav--master .sub-menu--mega-platform > .mega-menu-item {
    list-style: none !important;
    margin: 0 !important;
    padding: 7px 9px !important;
  }

  .mega-platform-card {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    text-decoration: none !important;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    cursor: pointer !important;
    height: 100% !important;
    box-sizing: border-box !important;
  }

  /* Card Hover States */
  .mega-platform-card--windows:hover {
    background: rgba(56, 189, 248, 0.08) !important;
    border-color: rgba(56, 189, 248, 0.35) !important;
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.18) !important;
    transform: translateY(-2px) !important;
  }

  .mega-platform-card--android:hover {
    background: rgba(34, 197, 94, 0.08) !important;
    border-color: rgba(34, 197, 94, 0.35) !important;
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.18) !important;
    transform: translateY(-2px) !important;
  }

  .mega-platform-card--mac:hover {
    background: rgba(241, 245, 249, 0.08) !important;
    border-color: rgba(241, 245, 249, 0.35) !important;
    box-shadow: 0 8px 24px rgba(241, 245, 249, 0.18) !important;
    transform: translateY(-2px) !important;
  }

  .mega-platform-card--linux:hover {
    background: rgba(251, 191, 36, 0.08) !important;
    border-color: rgba(251, 191, 36, 0.35) !important;
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.18) !important;
    transform: translateY(-2px) !important;
  }

  /* Squircle Icon Containers */
  .mega-platform-card__icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .mega-platform-card__icon--windows {
    color: #38bdf8 !important;
    background: rgba(56, 189, 248, 0.12) !important;
    border: 1px solid rgba(56, 189, 248, 0.24) !important;
  }

  .mega-platform-card__icon--android {
    color: #22c55e !important;
    background: rgba(34, 197, 94, 0.12) !important;
    border: 1px solid rgba(34, 197, 94, 0.24) !important;
  }

  .mega-platform-card__icon--mac {
    color: #f1f5f9 !important;
    background: rgba(241, 245, 249, 0.12) !important;
    border: 1px solid rgba(241, 245, 249, 0.24) !important;
  }

  .mega-platform-card__icon--linux {
    color: #fbbf24 !important;
    background: rgba(251, 191, 36, 0.12) !important;
    border: 1px solid rgba(251, 191, 36, 0.24) !important;
  }

  .mega-platform-card:hover .mega-platform-card__icon {
    transform: scale(1.08) !important;
  }

  .mega-platform-card__content {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    flex: 1 !important;
    min-width: 0 !important;
  }

  .mega-platform-card__top {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .mega-platform-card__title {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: 0.3px !important;
    white-space: nowrap !important;
  }

  .mega-platform-card__badge {
    font-size: 9.5px !important;
    font-weight: 800 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  .mega-platform-card__badge--windows {
    color: #38bdf8 !important;
    background: rgba(56, 189, 248, 0.16) !important;
    border: 1px solid rgba(56, 189, 248, 0.25) !important;
  }

  .mega-platform-card__badge--android {
    color: #22c55e !important;
    background: rgba(34, 197, 94, 0.16) !important;
    border: 1px solid rgba(34, 197, 94, 0.25) !important;
  }

  .mega-platform-card__badge--mac {
    color: #f1f5f9 !important;
    background: rgba(241, 245, 249, 0.16) !important;
    border: 1px solid rgba(241, 245, 249, 0.25) !important;
  }

  .mega-platform-card__badge--linux {
    color: #fbbf24 !important;
    background: rgba(251, 191, 36, 0.16) !important;
    border: 1px solid rgba(251, 191, 36, 0.25) !important;
  }

  .mega-platform-card__desc {
    font-size: 11.5px !important;
    font-weight: 500 !important;
    color: #828ca1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    letter-spacing: 0.1px !important;
  }

  .mega-platform-card:hover .mega-platform-card__desc {
    color: #cbd5e1 !important;
  }

  .mega-platform-card__arrow {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #64748b !important;
    opacity: 0.5 !important;
    transition: all 0.22s ease !important;
    flex-shrink: 0 !important;
  }

  .mega-platform-card:hover .mega-platform-card__arrow {
    opacity: 1 !important;
    color: #ffffff !important;
    transform: translateX(3px) !important;
  }

  /* Mega Menu Footer Strip */
  .header__nav--master .mega-menu-footer {
    grid-column: 1 / -1 !important;
    padding: 12px 20px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    margin: 0 !important;
    list-style: none !important;
  }

  .mega-menu-footer__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 12px !important;
  }

  .mega-menu-footer__text {
    font-size: 12px !important;
    color: #828ca1 !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
  }

  .mega-menu-footer__btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #c4b5fd !important;
    text-decoration: none !important;
    background: rgba(167, 130, 233, 0.12) !important;
    padding: 6px 14px !important;
    border-radius: 7px !important;
    border: 1px solid rgba(167, 130, 233, 0.24) !important;
    transition: all 0.2s ease !important;
  }

  .mega-menu-footer__btn:hover {
    background: linear-gradient(135deg, #a782e9 0%, #ff55a5 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 16px rgba(255, 85, 165, 0.4) !important;
    transform: translateY(-1px) !important;
  }

  /* ==========================================================================
     LUXURY GAMING LANGUAGE MEGA MENU (3-Column Grid + Quick Search)
     ========================================================================== */
  .header__nav--master .sub-menu--mega-language {
    width: 660px !important;
    min-width: 660px !important;
    max-width: calc(100vw - 40px) !important;
    background: rgba(13, 17, 30, 0.98) !important;
    backdrop-filter: blur(28px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
    border: 1px solid rgba(167, 130, 233, 0.25) !important;
    border-radius: 18px !important;
    padding: 0 !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.85), 0 0 40px rgba(167, 130, 233, 0.15) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    position: absolute !important;
  }

  .header__nav--master .sub-menu--mega-language::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #ff55a5 0%, #a782e9 50%, #38bdf8 100%) !important;
    z-index: 2 !important;
  }

  .mega-lang-header {
    padding: 12px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    background: rgba(255, 255, 255, 0.02) !important;
  }

  .mega-lang-header__left {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .mega-lang-total-count {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #94a3b8 !important;
    background: rgba(255, 255, 255, 0.05) !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .mega-lang-search-wrap {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 200px !important;
  }

  .mega-lang-search-wrap svg {
    position: absolute !important;
    left: 10px !important;
    fill: #64748b !important;
    pointer-events: none !important;
  }

  .mega-lang-search-input {
    width: 100% !important;
    height: 32px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    padding: 0 10px 0 30px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    outline: none !important;
    transition: all 0.2s ease !important;
  }

  .mega-lang-search-input:focus {
    border-color: #a782e9 !important;
    background: rgba(255, 255, 255, 0.07) !important;
    box-shadow: 0 0 12px rgba(167, 130, 233, 0.25) !important;
  }

  .mega-lang-scroll-wrap {
    max-height: 320px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 10px 14px !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(167, 130, 233, 0.4) rgba(255, 255, 255, 0.02) !important;
  }

  .mega-lang-scroll-wrap::-webkit-scrollbar {
    width: 5px !important;
  }

  .mega-lang-scroll-wrap::-webkit-scrollbar-thumb {
    background: rgba(167, 130, 233, 0.35) !important;
    border-radius: 4px !important;
  }

  .mega-lang-scroll-wrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02) !important;
  }

  .mega-lang-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .mega-lang-card {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    text-decoration: none !important;
    transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer !important;
    position: relative !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .mega-lang-card.is-hidden {
    display: none !important;
  }

  .mega-lang-card:hover {
    background: rgba(167, 130, 233, 0.12) !important;
    border-color: rgba(167, 130, 233, 0.35) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35) !important;
  }

  /* Turkish Card Distinction (ALWAYS #1 Position) */
  .mega-lang-card--tr {
    background: rgba(239, 68, 68, 0.08) !important;
    border-color: rgba(239, 68, 68, 0.28) !important;
  }

  .mega-lang-card--tr:hover {
    background: rgba(239, 68, 68, 0.16) !important;
    border-color: rgba(239, 68, 68, 0.55) !important;
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.25) !important;
  }

  .mega-lang-card__badge-tr {
    font-size: 8.5px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    background: #ef4444 !important;
    padding: 1px 5px !important;
    border-radius: 4px !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
    flex-shrink: 0 !important;
  }

  .mega-lang-card__flag {
    font-size: 18px !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4)) !important;
  }

  .mega-lang-card__content {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    flex: 1 !important;
    gap: 2px !important;
    overflow: hidden !important;
  }

  .mega-lang-card__name-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .mega-lang-card__name {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .mega-lang-card__count {
    font-size: 10.5px !important;
    font-weight: 500 !important;
    color: #828ca1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .mega-lang-card:hover .mega-lang-card__count {
    color: #cbd5e1 !important;
  }

  .mega-lang-card__arrow {
    font-size: 12px !important;
    color: #64748b !important;
    opacity: 0.4 !important;
    transition: all 0.18s ease !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
  }

  .mega-lang-card:hover .mega-lang-card__arrow {
    opacity: 1 !important;
    color: #a782e9 !important;
    transform: translateX(2px) !important;
  }

  .mega-lang-empty {
    padding: 30px 20px !important;
    text-align: center !important;
    color: #94a3b8 !important;
    font-size: 12.5px !important;
  }
}

/* Mobile drawer navigation link styling (< 1200px) */
@media (max-width: 1199px) {
  .header__master-left {
    gap: 14px !important;
  }

  .header__nav--master {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    position: fixed !important;
    top: 72px !important;
    bottom: 0 !important;
    left: -320px !important;
    width: 280px !important;
    max-width: 85vw !important;
    height: calc(100vh - 72px) !important;
    height: calc(100dvh - 72px) !important;
    background: #0e1220 !important;
    z-index: 99999 !important;
    padding: 16px 14px 30px 14px !important;
    margin: 0 !important;
    transition: left 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border-right: 1px solid rgba(167, 130, 233, 0.25) !important;
    box-shadow: 10px 0 50px rgba(0, 0, 0, 0.8) !important;
    list-style: none !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .home .header__nav--master {
    top: 112px !important;
    height: calc(100vh - 112px) !important;
    height: calc(100dvh - 112px) !important;
  }

  .header__nav--master.header__nav--active {
    left: 0 !important;
  }

  .header__nav--master li {
    width: 100% !important;
    margin-bottom: 4px !important;
    list-style: none !important;
  }

  .header__nav--master li a {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #e2e8f0 !important;
    display: flex !important;
    align-items: center !important;
    padding: 11px 16px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    background: transparent !important;
  }

  .header__nav--master li a:hover,
  .header__nav--master li.current-menu-item>a,
  .header__nav--master li.active>a {
    color: #a782e9 !important;
    background: rgba(167, 130, 233, 0.12) !important;
  }

  .header__nav-arrow {
    margin-left: auto !important;
    transition: transform 0.25s ease !important;
  }

  .header__nav--master>li.is-mobile-open>a .header__nav-arrow {
    transform: rotate(180deg) !important;
    color: #a782e9 !important;
  }

  /* Mobile Accordion Submenus: Collapsed by default, expand on .is-mobile-open */
  .header__nav--master>li:not(.is-mobile-open)>.sub-menu {
    display: none !important;
  }

  .header__nav--master>li.is-mobile-open>.sub-menu {
    display: block !important;
  }

  .header__nav--master .sub-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    padding: 4px 0 4px 10px !important;
    margin-top: 4px !important;
    list-style: none !important;
  }

  .header__nav--master .sub-menu li a {
    font-size: 12.5px !important;
    padding: 8px 12px !important;
    color: #94a3b8 !important;
  }

  /* =========================================================
     Mobile Mega Menus (Platform & Languages) in Mobile Drawer
     ========================================================= */

  /* Mobile Platform Submenu Container */
  .header__nav--master>li.is-mobile-open>.sub-menu--mega-platform {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 8px !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    box-shadow: none !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .header__nav--master .sub-menu--mega-platform::before,
  .header__nav--master .sub-menu--mega-platform::after,
  .header__nav--master .mega-menu-header,
  .header__nav--master .mega-menu-footer,
  .mega-menu-bridge {
    display: none !important;
  }

  .header__nav--master .sub-menu--mega-platform > .mega-menu-item {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    width: 100% !important;
  }

  /* Mobile Platform Card: Sleek, high-end list row */
  .mega-platform-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    box-sizing: border-box !important;
    gap: 10px !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
  }

  .mega-platform-card:active,
  .mega-platform-card:hover {
    background: rgba(167, 130, 233, 0.12) !important;
    border-color: rgba(167, 130, 233, 0.3) !important;
  }

  /* Platform Card Icons */
  .mega-platform-card__icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
  }

  .mega-platform-card__icon svg {
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
  }

  .mega-platform-card__icon--windows {
    color: #38bdf8 !important;
    background: rgba(56, 189, 248, 0.12) !important;
    border: 1px solid rgba(56, 189, 248, 0.24) !important;
  }

  .mega-platform-card__icon--android {
    color: #22c55e !important;
    background: rgba(34, 197, 94, 0.12) !important;
    border: 1px solid rgba(34, 197, 94, 0.24) !important;
  }

  .mega-platform-card__icon--mac {
    color: #f1f5f9 !important;
    background: rgba(241, 245, 249, 0.12) !important;
    border: 1px solid rgba(241, 245, 249, 0.24) !important;
  }

  .mega-platform-card__icon--linux {
    color: #fbbf24 !important;
    background: rgba(251, 191, 36, 0.12) !important;
    border: 1px solid rgba(251, 191, 36, 0.24) !important;
  }

  /* Platform Content & Title */
  .mega-platform-card__content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    min-width: 0 !important;
    justify-content: center !important;
    gap: 2px !important;
  }

  .mega-platform-card__top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .mega-platform-card__title {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* Badges */
  .mega-platform-card__badge {
    font-size: 9.5px !important;
    font-weight: 700 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    flex-shrink: 0 !important;
    line-height: 1.2 !important;
  }

  .mega-platform-card__badge--windows {
    color: #38bdf8 !important;
    background: rgba(56, 189, 248, 0.15) !important;
  }

  .mega-platform-card__badge--android {
    color: #22c55e !important;
    background: rgba(34, 197, 94, 0.15) !important;
  }

  .mega-platform-card__badge--mac {
    color: #f1f5f9 !important;
    background: rgba(241, 245, 249, 0.15) !important;
  }

  .mega-platform-card__badge--linux {
    color: #fbbf24 !important;
    background: rgba(251, 191, 36, 0.15) !important;
  }

  .mega-platform-card__desc {
    display: none !important;
  }

  .mega-platform-card__arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(255, 255, 255, 0.3) !important;
    flex-shrink: 0 !important;
  }

  .mega-platform-card__arrow svg {
    width: 14px !important;
    height: 14px !important;
    fill: currentColor !important;
  }

  /* =========================================================
     Mobile Language Submenu Container
     ========================================================= */
  .header__nav--master>li.is-mobile-open>.sub-menu--mega-language {
    display: flex !important;
    flex-direction: column !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    padding: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .header__nav--master .sub-menu--mega-language::before,
  .header__nav--master .sub-menu--mega-language::after {
    display: none !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 7px !important;
    padding: 0 0 8px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-header__left {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-menu-header__badge {
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #a782e9 !important;
    letter-spacing: 0.6px !important;
    text-transform: uppercase !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-menu-header__badge svg {
    width: 13px !important;
    height: 13px !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-total-count {
    font-size: 9.5px !important;
    font-weight: 600 !important;
    color: #94a3b8 !important;
    background: rgba(255, 255, 255, 0.06) !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-search-wrap {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-search-wrap svg {
    width: 13px !important;
    height: 13px !important;
    fill: #94a3b8 !important;
    flex-shrink: 0 !important;
    margin-right: 6px !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-search-input {
    width: 100% !important;
    height: 32px !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #ffffff !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-search-input::placeholder {
    color: #64748b !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-scroll-wrap {
    max-height: 220px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 4px 2px !important;
    box-sizing: border-box !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Mobile Language Pill Card */
  .header__nav--master .sub-menu--mega-language .mega-lang-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 7px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    transition: all 0.2s ease !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-card.is-hidden {
    display: none !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-card:hover,
  .header__nav--master .sub-menu--mega-language .mega-lang-card:active {
    background: rgba(167, 130, 233, 0.12) !important;
    border-color: rgba(167, 130, 233, 0.3) !important;
  }

  /* Turkish #1 Featured Card on Mobile */
  .header__nav--master .sub-menu--mega-language .mega-lang-card--tr,
  .header__nav--master .sub-menu--mega-language .mega-lang-card--featured {
    background: rgba(225, 29, 72, 0.12) !important;
    border-color: rgba(225, 29, 72, 0.35) !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-card__flag {
    font-size: 15px !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-card__content {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    flex: 1 !important;
    overflow: hidden !important;
    gap: 1px !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-card__name-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-width: 0 !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-card__name {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.2 !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-card__badge-tr {
    font-size: 8px !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #e11d48, #be123c) !important;
    color: #ffffff !important;
    padding: 1px 3px !important;
    border-radius: 3px !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-card__count {
    font-size: 9px !important;
    color: #94a3b8 !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-card__arrow {
    display: none !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-lang-empty {
    padding: 16px 10px !important;
    text-align: center !important;
    color: #94a3b8 !important;
    font-size: 11px !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-menu-footer {
    display: block !important;
    padding-top: 6px !important;
    margin-top: 4px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    background: transparent !important;
    width: 100% !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-menu-footer__text {
    display: none !important;
  }

  .header__nav--master .sub-menu--mega-language .mega-menu-footer__btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 6px 10px !important;
    background: rgba(167, 130, 233, 0.12) !important;
    border: 1px solid rgba(167, 130, 233, 0.25) !important;
    border-radius: 8px !important;
    color: #a782e9 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .header__nav--master {
    top: 118px !important;
    height: calc(100vh - 118px) !important;
    height: calc(100dvh - 118px) !important;
  }

  body.admin-bar.home .header__nav--master {
    top: 158px !important;
    height: calc(100vh - 158px) !important;
    height: calc(100dvh - 158px) !important;
  }
}

/* 2. CENTER-RIGHT: Integrated Search & Random Button */
.header__master-center {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  max-width: 480px;
  justify-content: flex-end;
}

.header__search-master {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 310px;
  transition: max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header__search-master:focus-within {
  max-width: 380px;
}

.header__search-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  pointer-events: none;
  color: #64748b;
}

.header__search-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.header__search-input {
  width: 100% !important;
  height: 40px !important;
  border-radius: 10px !important;
  background: rgba(22, 27, 46, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 0 46px 0 38px !important;
  font-size: 13px !important;
  color: #ffffff !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: all 0.22s ease !important;
}

.header__search-input:focus {
  background: #0f1320 !important;
  border-color: #a782e9 !important;
  box-shadow: 0 0 0 3px rgba(167, 130, 233, 0.25) !important;
}

.header__search-kbd {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.header__search-kbd kbd {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, monospace;
}

/* Random Button */
.header__random-master-btn {
  height: 40px !important;
  padding: 0 15px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #cbd5e1 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

.header__random-master-btn svg {
  width: 16px !important;
  height: 16px !important;
  fill: #a782e9 !important;
  transition: transform 0.3s ease !important;
}

.header__random-master-btn:hover {
  background: rgba(167, 130, 233, 0.16) !important;
  border-color: rgba(167, 130, 233, 0.4) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

.header__random-master-btn:hover svg {
  transform: rotate(45deg);
}

/* 3. RIGHT GROUP: Notifications & User Profile */
.header__master-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Notification Bell */
.header__notif-wrap {
  position: relative;
}

.header__notif-btn {
  width: 40px !important;
  height: 40px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #94a3b8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  position: relative !important;
  padding: 0 !important;
}

.header__notif-btn svg {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
}

.header__notif-btn:hover {
  background: rgba(255, 255, 255, 0.09) !important;
  color: #ffffff !important;
  border-color: rgba(167, 130, 233, 0.3) !important;
}

.header__notif-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  background: #ff55a5;
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 800;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 2px solid #0f1320;
}

@media (max-width: 767px) {
  .header__notif-wrap {
    position: static !important;
  }

  .header__notif-dropdown {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: 380px !important;
    margin: 0 auto !important;
    border-radius: 14px !important;
    z-index: 1000000 !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.85), 0 0 20px rgba(167, 130, 233, 0.2) !important;
    box-sizing: border-box !important;
  }

  .header__notif-list {
    max-height: 55vh !important;
  }
}

/* User Profile Pill */
.header__user-wrap {
  position: relative;
}

.header__user-btn {
  height: 40px !important;
  padding: 3px 14px 3px 5px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.header__user-btn:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(167, 130, 233, 0.4) !important;
}

.header__user-btn .gameindir-header-avatar-img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 1.5px solid #a782e9 !important;
}

.header__user-name {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  max-width: 110px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.header__user-arrow {
  width: 14px !important;
  height: 14px !important;
  fill: #94a3b8 !important;
  transition: transform 0.2s ease !important;
}

/* Guest Sign In Button */
.header__auth-btn {
  height: 40px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, rgba(167, 130, 233, 0.2) 0%, rgba(255, 85, 165, 0.2) 100%) !important;
  border: 1px solid rgba(167, 130, 233, 0.4) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

.header__auth-btn:hover {
  background: linear-gradient(135deg, #a782e9 0%, #ff55a5 100%) !important;
  box-shadow: 0 4px 16px rgba(255, 85, 165, 0.4) !important;
  transform: translateY(-1px) !important;
}

/* Homepage Trending Genres Sub-strip */
.header__genres-bar {
  position: relative !important;
  z-index: 10 !important;
  background: rgba(13, 17, 28, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px 0;
  backdrop-filter: blur(10px);
}

.header__genres-container {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
  overflow-x: auto;
  scrollbar-width: none;
}

.header__genres-container::-webkit-scrollbar {
  display: none;
}

.header__genres-label {
  font-size: 12px;
  font-weight: 800;
  color: #c4b5fd;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.header__genres-list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__genre-pill {
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px 12px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.header__genre-pill:hover {
  background: rgba(167, 130, 233, 0.16);
  border-color: #a782e9;
  color: #ffffff;
}

/* WordPress Admin Bar Compatibility for Unified Master Header */
body.admin-bar .header--master {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .header--master {
    top: 46px !important;
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .header__master-center {
    display: none !important;
  }
}

.header__search-master .header__live-results {
  left: auto !important;
  right: 0 !important;
  width: 420px !important;
  max-width: 92vw !important;
  z-index: 999999 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 30px rgba(167, 130, 233, 0.25) !important;
}

/* ==========================================================================
   PAGE SPACING & VERTICAL RHYTHM (Compact Master Header Spacing)
   Eliminates legacy 230px gaps caused by old 2-row header
   ========================================================================== */

/* 1. General Inner Pages Top Section Spacing */
.section--first {
  padding-top: 100px !important;
}

/* Single Game Page: Eliminate empty dark void above breadcrumb */
body.single-game .section--first {
  padding-top: 78px !important;
}

body.admin-bar.single-game .section--first {
  padding-top: 110px !important;
}

/* 2. Homepage First Section (Hero Carousel with 72px header + ~37px trending sub-strip) */
body.home .section--first,
body.front-page .section--first {
  padding-top: 138px !important;
}

/* 3. Title / Breadcrumb Section Spacing */
.section--head {
  padding-top: 96px !important;
  padding-bottom: 18px !important;
}

/* 4. Section Background Gradient Overlay Alignment */
.section--bg:before {
  top: 72px !important;
}

body.home .section--bg:before {
  top: 109px !important;
}

.section--head:before {
  top: 72px !important;
}

/* 5. Catalog / Taxonomy Grid Section Spacing beneath Title */
.section--catalog {
  padding-top: 24px !important;
}

/* WordPress Admin Bar Compatibility */
body.admin-bar .section--first {
  padding-top: 132px !important;
}

body.admin-bar.home .section--first,
body.admin-bar.front-page .section--first {
  padding-top: 170px !important;
}

body.admin-bar .section--head {
  padding-top: 128px !important;
}

body.admin-bar .section--bg:before {
  top: 104px !important;
}

body.admin-bar.home .section--bg:before {
  top: 141px !important;
}

body.admin-bar .section--head:before {
  top: 104px !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .section--first {
    padding-top: 90px !important;
  }

  body.single-game .section--first {
    padding-top: 76px !important;
  }

  body.home .section--first,
  body.front-page .section--first {
    padding-top: 125px !important;
  }

  .section--head {
    padding-top: 86px !important;
    padding-bottom: 16px !important;
  }

  .section--catalog {
    padding-top: 20px !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .section--first {
    padding-top: 136px !important;
  }

  body.admin-bar.single-game .section--first {
    padding-top: 114px !important;
  }

  body.admin-bar.home .section--first,
  body.admin-bar.front-page .section--first {
    padding-top: 172px !important;
  }

  body.admin-bar .section--head {
    padding-top: 132px !important;
  }
}

@media (max-width: 576px) {
  .section--first {
    padding-top: 85px !important;
  }

  body.single-game .section--first {
    padding-top: 72px !important;
  }

  body.home .section--first,
  body.front-page .section--first {
    padding-top: 120px !important;
  }

  .section--head {
    padding-top: 82px !important;
    padding-bottom: 14px !important;
  }
}

/* ==========================================================================
   HEPSIBURADA-STYLE EXPANSIVE SEO DIRECTORY FOOTER & SUPPORT HUB
   ========================================================================== */
.footer--seo {
  background: #080b14 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 55px 0 35px 0 !important;
  position: relative;
  z-index: 10;
}

/* Tier 1: 5-Column SEO Matrix */
.footer__seo-matrix {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-bottom: 25px;
}

.footer__seo-col {
  display: flex;
  flex-direction: column;
}

.footer__seo-heading {
  font-size: 13.5px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  margin: 0 0 16px 0 !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.footer__seo-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 7.5px !important;
}

.footer__seo-links li {
  margin: 0 !important;
  padding: 0 !important;
}

.footer__seo-links li a {
  font-size: 12.5px !important;
  color: #8896ab !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  line-height: 1.4 !important;
}

.footer__seo-links li a:hover {
  color: #ffffff !important;
  transform: translateX(3px) !important;
  text-shadow: 0 0 8px rgba(167, 130, 233, 0.45) !important;
}

/* Tier 2: Glowing Multi-Tone Gradient Accent Divider */
.footer__accent-divider {
  height: 3px !important;
  width: 100% !important;
  border-radius: 3px !important;
  background: linear-gradient(90deg, #a782e9 0%, #ff55a5 25%, #38bdf8 50%, #10b981 75%, #f59e0b 100%) !important;
  box-shadow: 0 0 14px rgba(167, 130, 233, 0.35) !important;
  margin: 32px 0 45px 0 !important;
}

/* Tier 3: Bottom Hub (Corporate, Quick Nav, Social, Support) */
.footer__bottom-hub {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr 1.45fr;
  gap: 32px;
  align-items: start;
}

.footer__hub-col {
  display: flex;
  flex-direction: column;
}

.footer__hub-title {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin: 0 0 16px 0 !important;
}

.footer__hub-title svg {
  width: 17px !important;
  height: 17px !important;
  fill: #a782e9 !important;
  flex-shrink: 0 !important;
}

.footer__hub-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
}

.footer__hub-links li a {
  font-size: 13px !important;
  color: #94a3b8 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.footer__hub-links li a:hover {
  color: #a782e9 !important;
  padding-left: 3px !important;
}

.footer__hub-subtext {
  font-size: 12.5px !important;
  color: #8896ab !important;
  line-height: 1.5 !important;
  margin: 0 0 14px 0 !important;
}

.footer__discord-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 9px 15px !important;
  border-radius: 9px !important;
  background: rgba(88, 101, 242, 0.15) !important;
  border: 1px solid rgba(88, 101, 242, 0.35) !important;
  color: #ffffff !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

.footer__discord-pill svg {
  width: 17px !important;
  height: 17px !important;
  fill: #5865F2 !important;
}

.footer__discord-pill:hover {
  background: #5865F2 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(88, 101, 242, 0.4) !important;
  color: #ffffff !important;
}

.footer__discord-pill:hover svg {
  fill: #ffffff !important;
}

/* Support Center Card */
.footer__support-card {
  background: rgba(22, 27, 46, 0.75) !important;
  border: 1px solid rgba(167, 130, 233, 0.22) !important;
  border-radius: 14px !important;
  padding: 22px 20px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
  text-align: center !important;
  backdrop-filter: blur(12px) !important;
}

.footer__support-badge {
  display: inline-block !important;
  background: rgba(16, 185, 129, 0.15) !important;
  border: 1px solid rgba(16, 185, 129, 0.4) !important;
  color: #34d399 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  padding: 3px 9px !important;
  border-radius: 999px !important;
  margin-bottom: 8px !important;
  letter-spacing: 0.5px !important;
}

.footer__support-title {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 0 4px 0 !important;
}

.footer__support-desc {
  font-size: 12px !important;
  color: #8896ab !important;
  margin: 0 0 16px 0 !important;
  line-height: 1.4 !important;
}

.footer__support-cta-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  height: 42px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #a782e9 0%, #ff55a5 100%) !important;
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(167, 130, 233, 0.35) !important;
  transition: all 0.25s ease !important;
}

.footer__support-cta-btn svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
}

.footer__support-cta-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(255, 85, 165, 0.45) !important;
  color: #ffffff !important;
}

.footer__support-divider {
  position: relative !important;
  text-align: center !important;
  margin: 14px 0 !important;
}

.footer__support-divider::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  z-index: 1 !important;
}

.footer__support-divider span {
  position: relative !important;
  z-index: 2 !important;
  background: #141828 !important;
  padding: 0 10px !important;
  font-size: 11px !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.footer__support-email-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #f1f5f9 !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.footer__support-email-link svg {
  width: 16px !important;
  height: 16px !important;
  fill: #a782e9 !important;
}

.footer__support-email-link:hover {
  color: #a782e9 !important;
}

.footer__support-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-top: 14px !important;
  font-size: 11.5px !important;
  flex-wrap: wrap !important;
}

.footer__support-quick-link {
  color: #8896ab !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.footer__support-quick-link:hover {
  color: #c4b5fd !important;
}

/* DMCA Box in SEO Footer */
.footer--seo .footer__dmca-box {
  background: rgba(16, 20, 35, 0.75) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 16px 20px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  color: #7f8ea3 !important;
  line-height: 1.6 !important;
  margin-bottom: 25px !important;
}

/* Bottom Bar */
.footer--seo .footer__wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
  padding-top: 25px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
}

/* Responsive Footer Breakpoints */
@media (max-width: 1200px) {
  .footer__seo-matrix {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
  }

  .footer__bottom-hub {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 28px !important;
  }
}

@media (max-width: 768px) {
  .footer__seo-matrix {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .footer__bottom-hub {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }
}

@media (max-width: 480px) {
  .footer__seo-matrix {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}

/* ==========================================================================
   MODERN FOOTER SOCIAL MEDIA ICONS
   ========================================================================== */
.footer__social--modern {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 18px !important;
  align-items: center !important;
}

.footer__social--modern .footer__social-btn {
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #94a3b8 !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-decoration: none !important;
  position: relative;
}

.footer__social--modern .footer__social-btn svg {
  width: 18px !important;
  height: 18px !important;
  stroke: none !important;
  fill: currentColor !important;
  transition: transform 0.25s ease !important;
}

.footer__social--modern .footer__social-btn:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: var(--soc-color, #a782e9) !important;
  color: var(--soc-color, #a782e9) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4), 0 0 12px rgba(167, 130, 233, 0.25) !important;
}

.footer__social--modern .footer__social-btn:hover svg {
  transform: scale(1.12) !important;
}

/* ==========================================================================
   MODERN CONTACT PAGE & SUPPORT HUB
   ========================================================================== */
.contact-hero {
  text-align: center;
  margin-bottom: 45px;
}

.contact-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(167, 130, 233, 0.12);
  border: 1px solid rgba(167, 130, 233, 0.3);
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact-hero__title {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #ffffff 30%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-hero__desc {
  max-width: 680px;
  margin: 0 auto;
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.65;
}

/* Contact Cards Grid */
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 45px;
}

.contact-card {
  background: rgba(22, 27, 46, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(167, 130, 233, 0.4);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.contact-card__icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(167, 130, 233, 0.2) 0%, rgba(255, 85, 165, 0.15) 100%);
  border: 1px solid rgba(167, 130, 233, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #a782e9;
}

.contact-card__icon-wrap svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.contact-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.contact-card__text {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.55;
  margin-bottom: 18px;
  flex-grow: 1;
}

.contact-card__action {
  font-size: 13px;
  font-weight: 700;
  color: #a782e9;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.contact-card__action:hover {
  color: #ff55a5;
  gap: 10px;
}

/* Contact Main Section */
.contact-main-box {
  background: #161b2e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .contact-main-box {
    padding: 22px 16px;
  }
}

.contact-box-header {
  margin-bottom: 28px;
}

.contact-box-header__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.contact-box-header__subtitle {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.5;
}

/* Topic Pills Selector */
.contact-topic-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.contact-topic-pill {
  padding: 8px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}

.contact-topic-pill:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(167, 130, 233, 0.4);
  color: #fff;
}

.contact-topic-pill.is-active {
  background: linear-gradient(135deg, rgba(167, 130, 233, 0.25) 0%, rgba(255, 85, 165, 0.25) 100%);
  border-color: #a782e9;
  color: #fff;
  box-shadow: 0 0 15px rgba(167, 130, 233, 0.3);
}

/* Contact Form Inputs */
.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #cbd5e1;
  margin-bottom: 8px;
}

.contact-form label span.req {
  color: #ff55a5;
  margin-left: 2px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  background: #111522;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  padding: 13px 16px;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease;
  outline: none;
  box-sizing: border-box;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border-color: #a782e9;
  background: #0f1320;
  box-shadow: 0 0 0 3px rgba(167, 130, 233, 0.2);
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* Math Captcha Row */
.contact-captcha-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  padding: 8px 14px;
  width: fit-content;
}

.contact-captcha-label {
  font-size: 14px;
  font-weight: 700;
  color: #a782e9;
  font-family: monospace;
  letter-spacing: 1px;
}

.contact-captcha-input {
  width: 75px !important;
  text-align: center;
  padding: 8px 10px !important;
  font-weight: 700;
}

.contact-captcha-refresh {
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.contact-captcha-refresh:hover {
  color: #a782e9;
  transform: rotate(90deg);
}

/* Submit Button */
.contact-submit-btn {
  background: linear-gradient(90deg, #a782e9 0%, #ff55a5 100%);
  border: none;
  border-radius: 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 18px rgba(255, 85, 165, 0.35);
  transition: all 0.25s ease;
}

.contact-submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(255, 85, 165, 0.5);
}

.contact-submit-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* Notice box */
.contact-notice {
  display: none;
  padding: 16px 20px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.contact-notice--success {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #34d399;
}

.contact-notice--error {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #f87171;
}

/* Social Hub Grid on Contact Page */
.contact-social-hub {
  background: rgba(22, 27, 46, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px;
  backdrop-filter: blur(10px);
}

.contact-social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.contact-social-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  text-decoration: none;
  transition: all 0.25s ease;
}

.contact-social-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--soc-color, #a782e9);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.contact-social-card svg {
  width: 22px;
  height: 22px;
  fill: var(--soc-color, #a782e9);
  flex-shrink: 0;
}

.contact-social-card__name {
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
}

.contact-social-card__label {
  font-size: 11.5px;
  color: #94a3b8;
}

/* ==========================================================================
   MODERN FILTER SIDEBAR OVERHAUL (Catalog & Category / Taxonomy Pages)
   ========================================================================== */

/* 1. Ensure "Show Filters" button is completely eliminated */
.filter-wrap__btn {
  display: none !important;
}

.filter-wrap {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: 100% !important;
}

/* 2. Responsive Column Width Adjustments (Give sidebar breathing room) */
@media (min-width: 992px) {
  .catalog .col-lg-20 {
    flex: 0 0 26% !important;
    max-width: 26% !important;
  }

  .catalog .col-lg-80 {
    flex: 0 0 74% !important;
    max-width: 74% !important;
  }

  .filter-wrap {
    position: sticky;
    top: 92px;
    z-index: 10;
  }
}

@media (min-width: 1200px) {
  .catalog .col-lg-20 {
    flex: 0 0 23.5% !important;
    max-width: 23.5% !important;
  }

  .catalog .col-lg-80 {
    flex: 0 0 76.5% !important;
    max-width: 76.5% !important;
  }
}

/* 3. Main Filter Container - Sleek, Open, Non-Imposing */
.filter {
  width: 100% !important;
  display: block !important;
  margin-top: 0 !important;
  background: rgba(18, 22, 38, 0.65) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: 14px !important;
  padding: 22px 20px !important;
  margin-bottom: 30px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
}

/* 4. Panel Header */
.filter__panel-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-bottom: 16px !important;
  margin-bottom: 18px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.filter__panel-title {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  font-size: 15.5px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: 0.2px !important;
}

.filter__panel-icon {
  width: 17px !important;
  height: 17px !important;
  fill: #a782e9 !important;
  flex-shrink: 0 !important;
}

.filter__active-pill {
  display: inline-flex !important;
  align-items: center !important;
  padding: 2px 9px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  background: rgba(167, 130, 233, 0.16) !important;
  color: #c4b5fd !important;
  border: 1px solid rgba(167, 130, 233, 0.3) !important;
  margin-left: 4px !important;
}

.filter__reset-btn {
  background: transparent !important;
  border: 1px solid transparent !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
  cursor: pointer !important;
  padding: 4px 10px !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
  margin: 0 !important;
}

.filter__reset-btn:hover {
  color: #ff55a5 !important;
  background: rgba(255, 85, 165, 0.1) !important;
  border-color: rgba(255, 85, 165, 0.25) !important;
}

/* 5. Filter Groups - Open, Unboxed Design With Clean Dividing Lines */
.filter .filter__group {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 0 !important;
  padding: 0 0 16px 0 !important;
  margin-bottom: 16px !important;
  box-shadow: none !important;
  transition: none !important;
  box-sizing: border-box !important;
}

.filter .filter__group:hover {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.06) !important;
}

.filter .filter__group:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Group Header Row */
.filter .filter__label-row {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 0 10px 0 !important;
  margin-bottom: 2px !important;
  border-bottom: none !important;
  cursor: pointer !important;
  user-select: none !important;
  box-sizing: border-box !important;
}

.filter .filter__group.is-collapsed .filter__label-row {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.filter .filter__label {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #f8fafc !important;
  margin: 0 !important;
  cursor: pointer !important;
  letter-spacing: 0.15px !important;
}

.filter .filter__count-badge {
  background: linear-gradient(135deg, #a782e9, #ff55a5) !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  min-width: 18px !important;
  height: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 5px !important;
  border-radius: 9px !important;
  border: none !important;
  box-shadow: 0 2px 6px rgba(167, 130, 233, 0.35) !important;
}

.filter .filter__toggle-chevron {
  width: 18px !important;
  height: 18px !important;
  fill: #64748b !important;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), fill 0.2s ease !important;
  flex-shrink: 0 !important;
}

.filter .filter__label-row:hover .filter__toggle-chevron {
  fill: #cbd5e1 !important;
}

.filter .filter__group.is-collapsed .filter__toggle-chevron {
  transform: rotate(-90deg) !important;
}

/* 6. Quick Search Input Inside Groups */
.filter .filter__quick-search-box {
  position: relative !important;
  width: 100% !important;
  display: block !important;
  margin: 2px 0 10px 0 !important;
  box-sizing: border-box !important;
}

.filter .filter__quick-search-box svg {
  position: absolute !important;
  left: 11px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 14px !important;
  height: 14px !important;
  fill: #64748b !important;
  pointer-events: none !important;
}

.filter .filter__quick-search-input {
  width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  height: 34px !important;
  background: rgba(10, 13, 23, 0.85) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 8px !important;
  padding: 0 12px 0 32px !important;
  font-size: 12.5px !important;
  color: #f1f5f9 !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.filter .filter__quick-search-input::placeholder {
  color: #64748b !important;
  font-size: 11.5px !important;
}

.filter .filter__quick-search-input:focus {
  border-color: #a782e9 !important;
  background: #0e1222 !important;
  box-shadow: 0 0 10px rgba(167, 130, 233, 0.25) !important;
}

/* Checkboxes List Container */
.filter .filter__checkboxes {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* 7. Term Item Rows */
.filter .filter__term-item {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  padding: 6px 10px !important;
  margin-bottom: 2px !important;
  border-radius: 7px !important;
  transition: background 0.15s ease !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

.filter .filter__term-item.is-hidden {
  display: none !important;
}

.filter .filter__term-item:hover {
  background: rgba(255, 255, 255, 0.06) !important;
}

.filter .filter__term-item label {
  cursor: pointer !important;
  font-size: 13.5px !important;
  color: #94a3b8 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: color 0.15s ease !important;
  line-height: 1.35 !important;
  user-select: none !important;
  box-sizing: border-box !important;
}

.filter .filter__term-item:hover label {
  color: #f1f5f9 !important;
}

.filter .filter__term-item input:checked+label {
  color: #ffffff !important;
  font-weight: 600 !important;
}

/* 8. Override Legacy Checkboxes/Radios */
.filter .filter__checkboxes input+label::before,
.filter .filter__checkboxes input+label::after,
.filter .filter__checkboxes input:not(:checked)+label::before,
.filter .filter__checkboxes input:checked+label::before,
.filter .filter__checkboxes input:not(:checked)+label::after,
.filter .filter__checkboxes input:checked+label::after {
  display: none !important;
  content: none !important;
  background: none !important;
  border: none !important;
}

.filter .filter__term-item input[type="checkbox"],
.filter .filter__term-item input[type="radio"] {
  position: static !important;
  left: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  background-color: #0b0e1a !important;
  border: 1.5px solid rgba(255, 255, 255, 0.22) !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  outline: none !important;
  vertical-align: middle !important;
  transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1) !important;
  flex-shrink: 0 !important;
}

/* Checkbox specific */
.filter .filter__term-item input[type="checkbox"] {
  border-radius: 4px !important;
  position: relative !important;
}

.filter .filter__term-item input[type="checkbox"]:hover {
  border-color: #a782e9 !important;
  box-shadow: 0 0 8px rgba(167, 130, 233, 0.3) !important;
}

.filter .filter__term-item input[type="checkbox"]:checked {
  background: linear-gradient(135deg, #a782e9 0%, #ff55a5 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 0 10px rgba(167, 130, 233, 0.4) !important;
}

.filter .filter__term-item input[type="checkbox"]:checked::after {
  content: "" !important;
  display: block !important;
  width: 4px !important;
  height: 8px !important;
  border: solid #ffffff !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) translate(-0.5px, -1px) !important;
}

/* Radio button specific (Steam Rating) */
.filter .filter__term-item input[type="radio"] {
  border-radius: 50% !important;
  position: relative !important;
}

.filter .filter__term-item input[type="radio"]:hover {
  border-color: #fbbf24 !important;
  box-shadow: 0 0 8px rgba(251, 191, 36, 0.3) !important;
}

.filter .filter__term-item input[type="radio"]:checked {
  background-color: #0b0e1a !important;
  border: 4.5px solid #fbbf24 !important;
  box-shadow: 0 0 10px rgba(251, 191, 36, 0.45) !important;
}

.filter .filter__term-item:has(input:checked) {
  background: rgba(167, 130, 233, 0.08) !important;
}

/* 9. Scrollable Container & Premium Scrollbar */
.filter .filter__checkboxes--scrollable {
  width: 100% !important;
  box-sizing: border-box !important;
  max-height: 220px !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px !important;
  margin: 0 !important;
  list-style: none !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(167, 130, 233, 0.35) transparent !important;
}

.filter .filter__checkboxes--scrollable::-webkit-scrollbar {
  width: 4px !important;
}

.filter .filter__checkboxes--scrollable::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px !important;
}

.filter .filter__checkboxes--scrollable::-webkit-scrollbar-thumb {
  background: rgba(167, 130, 233, 0.3) !important;
  border-radius: 4px !important;
  transition: background 0.2s ease !important;
}

.filter .filter__checkboxes--scrollable:hover::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #a782e9, #ff55a5) !important;
}

/* ==========================================================================
   NOTIFICATION CENTER & DROPDOWN STYLES
   ========================================================================== */

/* 1. Header Dropdown Enhancements */
.gameindir-notif-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 12px 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  text-decoration: none !important;
  color: #cbd5e1 !important;
  transition: all 0.2s ease !important;
  position: relative !important;
}

.gameindir-notif-item:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important;
}

.gameindir-notif-item.is-unread {
  background: rgba(167, 130, 233, 0.07) !important;
}

.gameindir-notif-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
  position: relative !important;
}

.gameindir-notif-icon svg {
  width: 16px !important;
  height: 16px !important;
  display: block !important;
}

.gameindir-notif-icon.theme-level,
.gameindir-notif-icon.theme-reward {
  background: rgba(251, 191, 36, 0.12) !important;
  border-color: rgba(251, 191, 36, 0.3) !important;
}

.gameindir-notif-icon.theme-comment,
.gameindir-notif-icon.theme-reply {
  background: rgba(56, 189, 248, 0.12) !important;
  border-color: rgba(56, 189, 248, 0.3) !important;
}

.gameindir-notif-icon.theme-follow,
.gameindir-notif-icon.theme-user {
  background: rgba(167, 130, 233, 0.12) !important;
  border-color: rgba(167, 130, 233, 0.3) !important;
}

.gameindir-notif-icon.theme-update,
.gameindir-notif-icon.theme-game {
  background: rgba(16, 185, 129, 0.12) !important;
  border-color: rgba(16, 185, 129, 0.3) !important;
}

.gameindir-notif-icon.theme-wishlist,
.gameindir-notif-icon.theme-collection_update {
  background: rgba(255, 85, 165, 0.12) !important;
  border-color: rgba(255, 85, 165, 0.3) !important;
}

.gameindir-notif-dot {
  position: absolute !important;
  top: -1px !important;
  right: -1px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #ff55a5 !important;
  border: 1.5px solid #101423 !important;
  box-shadow: 0 0 8px #ff55a5 !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  display: block !important;
  z-index: 2 !important;
}

.gameindir-notif-body {
  flex: 1 !important;
  min-width: 0 !important;
}

.gameindir-notif-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  margin-bottom: 3px !important;
}

.gameindir-notif-title {
  font-size: 12.5px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.gameindir-notif-time {
  font-size: 10.5px !important;
  color: #64748b !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.gameindir-notif-msg {
  font-size: 11.5px !important;
  color: #94a3b8 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.header__notif-foot {
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  padding: 10px 16px !important;
  text-align: center !important;
  background: rgba(10, 13, 23, 0.7) !important;
}

.header__notif-view-all {
  color: #a782e9 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: all 0.2s ease !important;
}

.header__notif-view-all:hover {
  color: #ff55a5 !important;
  transform: translateX(2px) !important;
}

/* 2. Notifications Center Page Container */
.notif-center-page {
  padding: 30px 0 80px !important;
  min-height: 70vh !important;
}

/* Breadcrumb */
.notif-center__breadcrumb {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 13px !important;
  color: #64748b !important;
  margin-bottom: 24px !important;
}

.notif-center__breadcrumb a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  color: #94a3b8 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.notif-center__breadcrumb a:hover {
  color: #a782e9 !important;
}

.notif-center__breadcrumb a svg {
  width: 14px !important;
  height: 14px !important;
  fill: currentColor !important;
}

.notif-center__breadcrumb-sep {
  color: #475569 !important;
}

.notif-center__breadcrumb-current {
  color: #e2e8f0 !important;
  font-weight: 600 !important;
}

/* Header Hub */
.notif-center__header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  padding-bottom: 24px !important;
  margin-bottom: 24px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.notif-center__title-row {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-bottom: 6px !important;
}

.notif-center__title {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  letter-spacing: -0.3px !important;
}

.notif-center__title-icon {
  width: 28px !important;
  height: 28px !important;
  fill: #a782e9 !important;
}

.notif-center__unread-pill {
  font-size: 11.5px !important;
  font-weight: 700 !important;
  padding: 3px 10px !important;
  border-radius: 20px !important;
  background: rgba(16, 185, 129, 0.12) !important;
  color: #10b981 !important;
  border: 1px solid rgba(16, 185, 129, 0.25) !important;
}

.notif-center__unread-pill.has-unread {
  background: rgba(255, 85, 165, 0.15) !important;
  color: #ff55a5 !important;
  border-color: rgba(255, 85, 165, 0.3) !important;
}

.notif-center__subtitle {
  font-size: 14px !important;
  color: #94a3b8 !important;
  margin: 0 !important;
  max-width: 600px !important;
}

.notif-center__mark-all-btn {
  background: rgba(167, 130, 233, 0.12) !important;
  border: 1px solid rgba(167, 130, 233, 0.25) !important;
  border-radius: 10px !important;
  color: #c4b5fd !important;
  padding: 10px 18px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

.notif-center__mark-all-btn svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
}

.notif-center__mark-all-btn:hover {
  background: rgba(167, 130, 233, 0.22) !important;
  border-color: #a782e9 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 16px rgba(167, 130, 233, 0.25) !important;
}

/* Category Filter Tabs */
.notif-center__tabs-bar {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin-bottom: 22px !important;
}

.notif-center__tab {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 9px !important;
  padding: 8px 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #94a3b8 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.notif-center__tab:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

.notif-center__tab.is-active {
  background: linear-gradient(135deg, rgba(167, 130, 233, 0.25), rgba(255, 85, 165, 0.25)) !important;
  border-color: #a782e9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(167, 130, 233, 0.2) !important;
}

.notif-center__tab-count {
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 1px 6px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

/* Notifications List & Card */
.notif-center__list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.notif-card {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  background: rgba(22, 27, 46, 0.65) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: 14px !important;
  padding: 18px 22px !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
}

.notif-card:hover {
  background: rgba(25, 32, 54, 0.8) !important;
  border-color: rgba(167, 130, 233, 0.25) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
}

.notif-card.is-unread {
  background: rgba(28, 36, 62, 0.85) !important;
  border-left: 3.5px solid #ff55a5 !important;
}

/* Unread Dot */
.notif-card__dot-wrap {
  display: none !important;
}

.notif-card__dot {
  position: absolute !important;
  top: -2px !important;
  right: -2px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #ff55a5 !important;
  border: 2px solid #161b2e !important;
  box-shadow: 0 0 8px #ff55a5 !important;
  display: block !important;
  z-index: 2 !important;
}

.notif-card:not(.is-unread) .notif-card__dot {
  display: none !important;
}

/* Icon Badges */
.notif-card__icon-badge {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
  position: relative !important;
}

.notif-card__icon-badge svg,
.notif-card__icon-symbol svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}

.notif-card__icon-symbol {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.notif-card__icon-badge.theme-comment {
  background: rgba(56, 189, 248, 0.12) !important;
  border: 1px solid rgba(56, 189, 248, 0.3) !important;
  color: #38bdf8 !important;
}

.notif-card__icon-badge.theme-reward {
  background: rgba(251, 191, 36, 0.12) !important;
  border: 1px solid rgba(251, 191, 36, 0.3) !important;
  color: #fbbf24 !important;
}

.notif-card__icon-badge.theme-game {
  background: rgba(16, 185, 129, 0.12) !important;
  border: 1px solid rgba(16, 185, 129, 0.3) !important;
  color: #10b981 !important;
}

.notif-card__icon-badge.theme-follow {
  background: rgba(167, 130, 233, 0.12) !important;
  border: 1px solid rgba(167, 130, 233, 0.3) !important;
  color: #a782e9 !important;
}

.notif-card__icon-badge.theme-info {
  background: rgba(167, 130, 233, 0.12) !important;
  border: 1px solid rgba(167, 130, 233, 0.3) !important;
  color: #a782e9 !important;
}

/* Card Content */
.notif-card__content {
  flex: 1 !important;
  min-width: 0 !important;
}

.notif-card__header-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 4px !important;
}

.notif-card__title {
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 !important;
}

.notif-card__title a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.15s ease !important;
}

.notif-card__title a:hover {
  color: #a782e9 !important;
}

.notif-card__time {
  font-size: 12px !important;
  color: #64748b !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  flex-shrink: 0 !important;
}

.notif-card__time svg {
  width: 13px !important;
  height: 13px !important;
  fill: currentColor !important;
}

.notif-card__message {
  font-size: 13px !important;
  color: #94a3b8 !important;
  line-height: 1.5 !important;
  margin-bottom: 6px !important;
}

.notif-card__action-row {
  margin-top: 4px !important;
}

.notif-card__action-link {
  color: #a782e9 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.notif-card__action-link svg {
  width: 12px !important;
  height: 12px !important;
  fill: currentColor !important;
  transition: transform 0.2s ease !important;
}

.notif-card__action-link:hover {
  color: #ff55a5 !important;
}

.notif-card__action-link:hover svg {
  transform: translateX(3px) !important;
}

/* Dismiss (X) Action */
.notif-card__actions {
  flex-shrink: 0 !important;
}

.notif-card__dismiss-btn {
  background: transparent !important;
  border: none !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  color: #64748b !important;
  opacity: 0.6 !important;
  transition: all 0.2s ease !important;
}

.notif-card__dismiss-btn svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
}

.notif-card:hover .notif-card__dismiss-btn {
  opacity: 1 !important;
}

.notif-card__dismiss-btn:hover {
  background: rgba(239, 68, 68, 0.15) !important;
  color: #ef4444 !important;
}

/* Empty State & Guest State Cards */
.notif-center__empty-card,
.notif-center__guest-card {
  background: rgba(22, 27, 46, 0.65) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  padding: 50px 30px !important;
  text-align: center !important;
  max-width: 600px !important;
  margin: 40px auto !important;
}

.notif-center__empty-icon,
.notif-center__guest-icon {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  background: rgba(167, 130, 233, 0.12) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 18px !important;
}

.notif-center__empty-icon svg,
.notif-center__guest-icon svg {
  width: 28px !important;
  height: 28px !important;
  fill: #a782e9 !important;
}

.notif-center__empty-card h3,
.notif-center__guest-card h3 {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 8px !important;
}

.notif-center__empty-card p,
.notif-center__guest-card p {
  font-size: 13.5px !important;
  color: #94a3b8 !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
}

.notif-center__explore-btn,
.notif-center__login-trigger {
  background: linear-gradient(135deg, #a782e9 0%, #ff55a5 100%) !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  padding: 12px 24px !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 15px rgba(167, 130, 233, 0.3) !important;
}

.notif-center__explore-btn svg,
.notif-center__login-trigger svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
}

.notif-center__explore-btn:hover,
.notif-center__login-trigger:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(167, 130, 233, 0.45) !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .notif-center__header {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .notif-card {
    padding: 14px 16px !important;
    gap: 12px !important;
  }

  .notif-card__icon-badge {
    width: 38px !important;
    height: 38px !important;
    font-size: 17px !important;
  }

  .notif-card__header-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
  }
}

/*==============================
	Single Game Gallery Carousel: Fix FOUC / Giant Image Flash
==============================*/
.details__gallery {
  position: relative;
  min-height: 80px;
  overflow: hidden;
}

.details__carousel:not(.owl-loaded) {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  gap: 20px !important;
  padding: 0 40px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-height: 120px !important;
}

.details__carousel:not(.owl-loaded)>a {
  display: block !important;
  flex: 0 0 calc(50% - 10px) !important;
  max-width: calc(50% - 10px) !important;
  width: auto !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

.details__carousel:not(.owl-loaded)>a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

@media (min-width: 576px) {
  .details__carousel:not(.owl-loaded)>a {
    flex: 0 0 calc(33.333% - 14px) !important;
    max-width: calc(33.333% - 14px) !important;
  }
}

@media (min-width: 768px) {
  .details__carousel:not(.owl-loaded)>a {
    flex: 0 0 calc(25% - 15px) !important;
    max-width: calc(25% - 15px) !important;
  }

  #carousel0 .card__actions {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .details__carousel:not(.owl-loaded)>a {
    flex: 0 0 calc(20% - 16px) !important;
    max-width: calc(20% - 16px) !important;
  }
}

@media (min-width: 1200px) {
  .details__carousel:not(.owl-loaded)>a {
    flex: 0 0 calc(16.666% - 17px) !important;
    max-width: calc(16.666% - 17px) !important;
  }
}

/* ==========================================================================
   DESKTOP GUARDS (Zero Desktop Impact)
   ========================================================================== */
@media (min-width: 992px) {

  .catalog-mobile-filter-trigger,
  .filter-drawer-close,
  .filter-drawer-overlay,
  .filter-drawer-bottom-bar {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .footer__seo-links {
    display: flex !important;
  }

  .footer__seo-heading::after {
    display: none !important;
  }
}

/* ==========================================================================
   MOBILE OPTIMIZATION ENGINE (< 992px & < 768px)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Catalog & Taxonomy Mobile Filter Drawer
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {

  /* Hide the static inline filter column taking up top space */
  .col-lg-20 .filter-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 320px !important;
    max-width: 86vw !important;
    height: 100vh !important;
    background: #0f1322 !important;
    z-index: 99999 !important;
    padding: 20px 18px 80px !important;
    margin: 0 !important;
    border-radius: 0 16px 16px 0 !important;
    border: none !important;
    border-right: 1px solid rgba(167, 130, 233, 0.25) !important;
    box-shadow: 10px 0 50px rgba(0, 0, 0, 0.85) !important;
    transform: translateX(-100%) !important;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .col-lg-20 .filter-wrap.is-open {
    transform: translateX(0) !important;
  }

  /* Backdrop Overlay */
  .filter-drawer-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(5, 7, 15, 0.75) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    z-index: 99998 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease !important;
  }

  .filter-drawer-overlay.is-active {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

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

  /* Drawer Close Button */
  .filter-drawer-close {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    cursor: pointer !important;
    padding: 0 !important;
  }

  .filter-drawer-close svg {
    width: 16px !important;
    height: 16px !important;
    fill: #fff !important;
  }

  /* Sticky Bottom Apply Button in Drawer */
  .filter-drawer-bottom-bar {
    position: sticky !important;
    bottom: -80px !important;
    left: 0 !important;
    right: 0 !important;
    padding: 12px 0 0 !important;
    background: linear-gradient(180deg, transparent 0%, #0f1322 25%) !important;
    margin-top: 20px !important;
    z-index: 10 !important;
  }

  .filter-drawer-apply-btn {
    width: 100% !important;
    height: 44px !important;
    background: linear-gradient(90deg, #a782e9 0%, #ff55a5 100%) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(167, 130, 233, 0.4) !important;
  }

  /* Mobile Filter Trigger Button in Controls Bar */
  .catalog-mobile-filter-trigger {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    height: 36px !important;
    padding: 0 14px !important;
    background: linear-gradient(90deg, rgba(167, 130, 233, 0.18) 0%, rgba(255, 85, 165, 0.18) 100%) !important;
    border: 1px solid rgba(167, 130, 233, 0.35) !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
  }

  .catalog-mobile-filter-trigger svg {
    width: 15px !important;
    height: 15px !important;
    fill: #a782e9 !important;
  }

  .catalog-mobile-active-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    border-radius: 10px !important;
    background: #ff55a5 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
  }
}

/* --------------------------------------------------------------------------
   2. 2-Column Responsive Grid on Mobile (< 576px) for Catalog & Taxonomies
   -------------------------------------------------------------------------- */
@media (max-width: 575px) {

  /* Header Mobile Polish (< 576px) */
  .header__master-inner {
    padding: 0 14px !important;
    gap: 10px !important;
  }

  .header__master-left {
    gap: 10px !important;
  }

  .header__menu {
    width: 38px !important;
    height: 38px !important;
  }

  .header__menu span {
    left: 10px !important;
    width: 18px !important;
  }

  .header__menu span:first-child {
    top: 12px !important;
  }

  .header__menu span:nth-child(2) {
    top: 18px !important;
  }

  .header__menu span:last-child {
    top: 24px !important;
  }

  .header__menu.header__menu--active span:first-child {
    top: 18px !important;
  }

  .header__menu.header__menu--active span:last-child {
    top: 18px !important;
  }

  .catalog .row>.col-12.col-sm-6,
  .category .row>.col-12.col-sm-6,
  .section--catalog .row>.col-12.col-sm-6,
  .section--catalog .row>.col-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin-top: -20px;
  }

  .catalog .row,
  .category .row,
  .section--catalog .row {}

  .card--catalog {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
    background: #101423 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;

  }

  .card--catalog .card__cover {
    width: 100% !important;
    aspect-ratio: 3 / 4.2 !important;
    border-radius: 10px 10px 0 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    display: block !important;
  }

  .card--catalog .card__cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .card--catalog .card__title,
  .card--catalog .card__title:last-child {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 9px 10px 11px !important;
    background: #101423 !important;
    border: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 0 0 10px 10px !important;
    box-sizing: border-box !important;
    min-height: 42px !important;
  }

  .card--catalog .card__title h3,
  .card--catalog .card__title h3 a {
    display: block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-decoration: none !important;
    width: 100% !important;
  }

  .card .card__platforms,
  .card--catalog .card__platforms {
    top: 7px !important;
    left: 7px !important;
    gap: 4px !important;
    flex-direction: column !important;
  }

  .card .card__platforms li,
  .card--catalog .card__platforms li {
    width: 23px !important;
    height: 23px !important;
  }

  .card .card__platforms li svg,
  .card--catalog .card__platforms li svg {
    width: 13px !important;
    height: 13px !important;
  }

  .card .card__platforms li.ln img,
  .card--catalog .card__platforms li.ln img {
    width: 14px !important;
    height: 14px !important;
  }

  .card--catalog .card__rating {
    font-size: 10.5px !important;
    padding: 2px 6px !important;
  }

  .card--catalog .card__actions-bottom {
    margin-top: 6px !important;
    gap: 4px !important;
  }

  .card--catalog .card__dw-btn {
    height: 28px !important;
    font-size: 11px !important;
    padding: 0 8px !important;
  }
}

/* --------------------------------------------------------------------------
   3. Single Game Page Mobile Polish (< 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {

  /* Catalog & Category Cards (< 768px) */
  .card--catalog {
    display: flex !important;
    flex-direction: column !important;
  }

  .card--catalog .card__cover {
    width: 100% !important;
  }

  .card--catalog .card__title,
  .card--catalog .card__title:last-child {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Cover Poster Sizing */
  .details__cover {
    max-width: 200px !important;
    margin: 0 auto 16px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6) !important;
  }

  /* Title & Action Row */
  .details__title-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .details__title {
    font-size: 21px !important;
    line-height: 1.28 !important;
    margin-bottom: 0 !important;
    letter-spacing: -0.3px !important;
  }

  .details__head-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    width: 100% !important;
  }

  .details__head-btn {
    flex: 1 1 calc(50% - 4px) !important;
    height: 36px !important;
    font-size: 12px !important;
    justify-content: center !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
  }

  /* Info Strip & Social Proof */
  .details__info-strip {
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-top: 10px !important;
  }

  .info-strip__pill {
    font-size: 11.5px !important;
    padding: 4px 9px !important;
  }

  .gameindir-social-proof-bar {
    font-size: 11.5px !important;
    padding: 8px 12px !important;
    justify-content: center !important;
    text-align: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    border-radius: 8px !important;
  }

  .gameindir-proof-divider {
    display: none !important;
  }

  /* Download & Actions */
  .details__buy--gateway {
    height: 48px !important;
    padding: 0 16px !important;
    font-size: 13.5px !important;
    border-radius: 10px !important;
  }

  .details__vote-box {
    padding: 12px 14px !important;
    border-radius: 10px !important;
  }

  .details__vote-header {
    font-size: 12.5px !important;
  }

  /* Description: Prevent Steam Screenshot Overflows */
  .details__text img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    margin: 10px 0 !important;
    display: block !important;
  }

  .details__specs {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .details__specs table {
    min-width: 100% !important;
  }

  /* Carousel Sizing on Small Screens */
  .details__carousel {
    padding: 0 24px !important;
  }

  .details__nav {
    width: 24px !important;
    height: 24px !important;
  }

  .details__nav svg {
    width: 14px !important;
    height: 14px !important;
  }
}

/* --------------------------------------------------------------------------
   4. Homepage Mobile Polish (< 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {

  /* Tighter Section Padding */
  .section {
    padding: 24px 0 !important;
  }

  .section--first {
    padding-top: 16px !important;
  }

  /* Section Header on Mobile (< 768px) */
  .section--first .section__title-wrap {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 12px !important;
  }

  .section--first .section__title {
    font-size: 17px !important;
    line-height: 1.2 !important;
    padding-left: 14px !important;
    margin-bottom: 0 !important;
  }

  .section--first .section__nav-wrap {
    margin-top: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .section--first .section__nav {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .section--first .section__nav svg {
    width: 13px !important;
    height: 13px !important;
  }

  /* Hero Carousel #carousel0 (Best Games Of The Month) */
  #carousel0.section__carousel {
    padding-left: 15px !important;
  }

  #carousel0 .owl-stage {
    display: flex !important;
  }

  #carousel0 .owl-item {
    display: flex !important;
    height: auto !important;
    width: 220px !important;
    flex-shrink: 0 !important;
  }

  #carousel0 .card,
  #carousel0 .card--big {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    background: #161b2e !important;
    border: 1px solid rgba(167, 130, 233, 0.2) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35) !important;
  }

  #carousel0 .card__cover {
    width: 100% !important;
    height: 215px !important;
    aspect-ratio: auto !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    margin-bottom: 8px !important;
    flex-shrink: 0 !important;
    display: block !important;
  }

  #carousel0 .card__cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  #carousel0 .card__cover .card__platforms {
    position: absolute !important;
    top: 6px !important;
    left: 6px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    z-index: 5 !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
  }

  #carousel0 .card__cover .card__platforms li {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6) !important;
  }

  #carousel0 .card__cover .card__platforms li svg {
    width: 12px !important;
    height: 12px !important;
  }

  #carousel0 .card__cover .card__platforms li.ln img {
    width: 13px !important;
    height: 13px !important;
  }

  #carousel0 .card__cover .card__rate {
    position: absolute !important;
    bottom: 6px !important;
    right: 6px !important;
    padding: 2px 7px !important;
    font-size: 11px !important;
    border-radius: 5px !important;
    background: rgba(15, 23, 42, 0.9) !important;
    border: 1px solid rgba(16, 185, 129, 0.4) !important;
    color: #10b981 !important;
  }

  #carousel0 .card__wrap {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    padding: 0 2px !important;
    width: 100% !important;
  }

  #carousel0 .card__title {
    margin: 0 0 5px 0 !important;
    height: 18px !important;
    overflow: hidden !important;
  }

  #carousel0 .card__title h3,
  #carousel0 .card__title h3 a {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    margin: 0 !important;
  }

  #carousel0 .card__list {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
  }

  #carousel0 .card__list li {
    font-size: 11.5px !important;
    line-height: 18px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #carousel0 .card__item--genres {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    min-width: 0 !important;
    line-height: 18px !important;
  }

  #carousel0 .card__item--genres span:first-child {
    flex-shrink: 0 !important;
    margin-right: 4px !important;
  }

  #carousel0 .card__item--genres .card__genre-links {
    display: inline-block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    vertical-align: bottom !important;
  }

  #carousel0 .card__item--genres .card__genre-links a {
    white-space: nowrap !important;
  }

  /* Hide buttons on mobile in Best Games Of The Month as requested */
  #carousel0 .card__actions {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
   5. Footer SEO Matrix Mobile Accordion (< 768px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .footer__seo-matrix {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .footer__seo-col {
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    overflow: hidden !important;
  }

  .footer__seo-heading {
    cursor: pointer !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #e2e8f0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .footer__seo-heading::after {
    content: '' !important;
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid #a782e9 !important;
    border-bottom: 2px solid #a782e9 !important;
    transform: rotate(45deg) !important;
    transition: transform 0.25s ease !important;
    margin-right: 4px !important;
  }

  .footer__seo-col.is-active .footer__seo-heading::after {
    transform: rotate(-135deg) !important;
  }

  .footer__seo-links {
    display: none;
    padding: 4px 16px 14px !important;
    margin: 0 !important;
    list-style: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
  }

  .footer__seo-links li {
    padding: 5px 0 !important;
  }

  .footer__seo-links li a {
    font-size: 12.5px !important;
    color: #94a3b8 !important;
  }

  /* Hub & Bottom Bar */
  .footer__bottom-hub {
    gap: 20px !important;
  }

  .footer__hub-title {
    font-size: 14px !important;
  }

  #gameindir_back_to_top {
    bottom: 16px !important;
    right: 16px !important;
    width: 38px !important;
    height: 38px !important;
    z-index: 9999 !important;
  }
}