#tab-stats .gh-stats-panel {
  overflow: hidden;
  transform: none !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 223, 0, 0.08), transparent 26%),
    #171718;
}

#tab-stats .gh-stats-panel:hover {
  transform: none !important;
}

body.modal-open #tab-stats .gh-stats-panel {
  transform: none !important;
}

#tab-stats .gh-stats-panel__inner {
  display: grid;
  grid-template-columns: 1fr;
}

#tab-stats .gh-stats-panel__sidebar {
  padding: 1.25rem 1.25rem 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

#tab-stats .gh-stats-panel__content {
  padding: 1.25rem;
}

#tab-stats .gh-stats-kicker {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ffdf00;
  margin-bottom: 0.35rem;
}

#tab-stats .gh-stats-title {
  margin-bottom: 0.5rem;
}

#tab-stats .gh-stats-copy {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  line-height: 1.45;
  margin-bottom: 1rem;
}

#tab-stats .gh-game-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.75rem;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.25rem 0 0.35rem;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

#tab-stats .gh-game-list::-webkit-scrollbar {
  display: none;
}

#tab-stats .gh-game-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 190px;
  width: 190px;
  min-width: 190px;
  min-height: 76px;
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111112;
  scroll-snap-align: start;
}

#tab-stats .gh-game-item.active,
#tab-stats .gh-game-item--active {
  border-color: rgba(255, 223, 0, 0.28);
  background: linear-gradient(180deg, rgba(255, 223, 0, 0.10), rgba(255, 255, 255, 0.03));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

#tab-stats .gh-game-item--disabled {
  opacity: 0.48;
}

#tab-stats .gh-game-item__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  color: #ffdf00;
  font-weight: 800;
  font-size: 0.82rem;
  border: none;
  box-shadow: none;
  overflow: visible;
}


#tab-stats .gh-game-item__body {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

#tab-stats .gh-game-item__body small {
  color: rgba(255, 255, 255, 0.56);
}

#tab-stats .gh-stats-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

#tab-stats .gh-status-badge {
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#tab-stats .gh-status-badge--live {
  background: #ffdf00;
  color: #111216;
}

#tab-stats .gh-status-badge--idle {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
}

#tab-stats .gh-faceit-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(255, 223, 0, 0.10), transparent 24%),
    rgba(255, 255, 255, 0.025);
}

#tab-stats .gh-faceit-hero__left {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

#tab-stats .gh-faceit-avatar {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255, 223, 0, 0.2);
  overflow: hidden;
}

#tab-stats .gh-faceit-avatar--placeholder {
  display: grid;
  place-items: center;
  background: #111216;
  color: #ffdf00;
  font-size: 1.3rem;
  font-weight: 800;
}

#tab-stats .gh-faceit-label {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 223, 0, 0.88);
  margin-bottom: 0.2rem;
}

#tab-stats .gh-faceit-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

#tab-stats .gh-faceit-meta span {
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
}

#tab-stats .gh-faceit-rank {
  --faceit-level-color: #ffdf00;
  min-width: 110px;
  text-align: center;
  padding: 0.85rem;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--faceit-level-color) 28%, transparent);
  background: color-mix(in srgb, var(--faceit-level-color) 10%, transparent);
}


#tab-stats .gh-faceit-rank__value {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  color: var(--faceit-level-color);
}



#tab-stats .gh-faceit-rank__label {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.68);
}

#tab-stats .gh-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

#tab-stats .gh-stat-box {
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111112;
}

/* Brawl Stars ------------------------------------------------------------ */
#tab-stats .gh-game-logo--brawlstars {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

#tab-stats .gh-brawl-subtitle,
#tab-stats .gh-brawl-disclaimer {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

#tab-stats .gh-brawl-empty > img {
  margin: 0 auto 0.75rem;
  object-fit: contain;
}

#tab-stats .gh-brawl-connect-form {
  width: min(100%, 560px);
  margin: 0.3rem auto 0;
  text-align: left;
}

#tab-stats .gh-brawl-connect-form label {
  display: block;
  margin-bottom: 0.4rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#tab-stats .gh-brawl-connect-form > div {
  display: flex;
  gap: 0.6rem;
}

#tab-stats .gh-brawl-connect-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: #111112;
  color: #fff;
  padding: 0.72rem 0.85rem;
  text-transform: uppercase;
}

#tab-stats .gh-brawl-connect-form input:focus {
  outline: 0;
  border-color: rgba(255, 223, 0, 0.65);
  box-shadow: 0 0 0 3px rgba(255, 223, 0, 0.08);
}

#tab-stats .gh-brawl-button {
  border: 1px solid #ffdf00;
  border-radius: 12px;
  background: #ffdf00;
  color: #111112;
  padding: 0.68rem 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

#tab-stats .gh-brawl-button:hover {
  background: #ffe83d;
}

#tab-stats .gh-brawl-button--quiet {
  background: #111112;
  color: #ffdf00;
}

#tab-stats .gh-brawl-button--danger {
  border-color: rgba(255, 72, 88, 0.78);
  background: #111112;
  color: #ff5b68;
}

#tab-stats .gh-brawl-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.68);
}

#tab-stats .gh-brawl-toolbar > div {
  display: flex;
  gap: 0.55rem;
}

#tab-stats .gh-brawl-toolbar form {
  margin: 0;
}

#tab-stats .gh-brawl-profile-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: #111112;
}

#tab-stats .gh-brawl-profile-card__identity {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

#tab-stats .gh-brawl-profile-card__identity > img {
  object-fit: contain;
}

#tab-stats .gh-brawl-profile-card h3 {
  margin: 0 0 0.35rem;
}

#tab-stats .gh-brawl-trophy {
  min-width: 118px;
  padding: 0.8rem;
  text-align: center;
  border: 1px solid rgba(255, 223, 0, 0.26);
  border-radius: 16px;
  background: rgba(255, 223, 0, 0.06);
}

#tab-stats .gh-brawl-trophy i,
#tab-stats .gh-brawl-trophy strong {
  color: #ffdf00;
}

#tab-stats .gh-brawl-trophy strong,
#tab-stats .gh-brawl-trophy span {
  display: block;
}

#tab-stats .gh-brawl-trophy strong {
  font-size: 1.55rem;
}

#tab-stats .gh-brawl-trophy span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  text-transform: uppercase;
}

#tab-stats .gh-brawl-ranked {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.4fr);
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #171718;
}

#tab-stats .gh-brawl-ranked__identity {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

#tab-stats .gh-brawl-ranked__emblem {
  display: grid;
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  place-items: center;
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.32));
}

#tab-stats .gh-brawl-ranked__emblem img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
}

#tab-stats .gh-brawl-ranked__kicker {
  display: block;
  margin-bottom: 0.2rem;
  color: #ffdf00;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#tab-stats .gh-brawl-ranked h4 {
  margin: 0;
  color: #fff;
  font-size: 1.35rem;
}

#tab-stats .gh-brawl-ranked__identity p {
  margin: 0.15rem 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
}

#tab-stats .gh-brawl-ranked__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

#tab-stats .gh-brawl-ranked__stats > div {
  min-width: 0;
  min-height: 78px;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #111112;
}

#tab-stats .gh-brawl-ranked__stats span,
#tab-stats .gh-brawl-ranked__stats strong,
#tab-stats .gh-brawl-ranked__stats small {
  display: block;
}

#tab-stats .gh-brawl-ranked__stats span {
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

#tab-stats .gh-brawl-ranked__stats strong {
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tab-stats .gh-brawl-ranked__stats > div:first-child strong {
  color: #ffdf00;
  font-size: 1.35rem;
}

#tab-stats .gh-brawl-ranked__stats small {
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
}

#tab-stats .gh-brawl-section {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #111112;
}

#tab-stats .gh-brawl-overview-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
  margin-top: 1.15rem;
}

#tab-stats .gh-brawl-overview-columns .gh-brawl-section {
  min-width: 0;
  height: 100%;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#tab-stats .gh-brawl-overview-columns .gh-brawl-roster-section {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #111112;
}

#tab-stats .gh-brawl-overview-columns .gh-brawl-summary-section {
  padding: 1rem;
}

#tab-stats .gh-brawl-summary-section .gh-brawl-stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0.9rem;
  row-gap: 0.75rem;
  margin-top: 0;
}

#tab-stats .gh-brawl-summary-section .gh-stat-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 97px;
  height: 97px;
  padding: 0.45rem 0.7rem;
}

#tab-stats .gh-brawl-summary-section .gh-stat-box strong {
  font-size: 1.05rem;
}

#tab-stats .gh-brawl-summary-section .gh-stat-box span {
  margin-bottom: 0.22rem;
  line-height: 1.1;
}

#tab-stats .gh-brawl-section__heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

#tab-stats .gh-brawl-section__heading span {
  color: #ffdf00;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#tab-stats .gh-brawl-section__heading h5 {
  margin: 0.15rem 0 0;
}

#tab-stats .gh-brawl-section__heading small {
  color: rgba(255, 255, 255, 0.48);
}

#tab-stats .gh-brawl-brawler-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0.9rem;
  row-gap: 0.75rem;
}

#tab-stats .gh-brawl-brawler-grid article {
  position: relative;
  min-width: 0;
  min-height: 70px;
  height: 97px;
  padding: 0.65rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: #171718;
  overflow: hidden;
}

#tab-stats .gh-brawl-brawler-rank {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
}

#tab-stats .gh-brawl-brawler-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

#tab-stats .gh-brawl-brawler-card__header strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tab-stats .gh-brawl-brawler-card__metrics {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 4.75rem;
  margin-top: 0.5rem;
}

#tab-stats .gh-brawl-brawler-card__portrait {
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 78px;
  height: 80px;
  transform: translateX(-50%);
  pointer-events: none;
}

#tab-stats .gh-brawl-brawler-card__portrait img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.32));
}

#tab-stats .gh-brawl-brawler-card__portrait.is-unavailable::after {
  content: "?";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.18);
  font-size: 1.2rem;
  font-weight: 700;
}

#tab-stats .gh-brawl-brawler-card__metrics > div {
  min-width: 0;
}

#tab-stats .gh-brawl-brawler-card__metrics span,
#tab-stats .gh-brawl-brawler-card__metrics b {
  display: block;
}

#tab-stats .gh-brawl-brawler-card__metrics span {
  margin-bottom: 0.14rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

#tab-stats .gh-brawl-brawler-card__metrics b {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.6rem;
  line-height: 1.15;
}

#tab-stats .gh-brawl-brawler-card__trophies {
  justify-self: end;
  text-align: right;
}

#tab-stats .gh-brawl-brawler-card__trophies span {
  font-size: 0.7rem;
}

#tab-stats .gh-brawl-brawler-card__trophies b {
  color: #ffdf00;
  font-size: 1.05rem;
}

#tab-stats .gh-brawl-brawler-card__trophies i {
  display: inline-block;
  margin-right: 0.28rem;
  font-size: 0.92rem;
  transform: rotate(-10deg);
}

#tab-stats .gh-brawl-battle-list {
  display: grid;
  gap: 0.5rem;
}

#tab-stats .gh-brawl-battle-list article {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 0.8rem;
  min-height: 68px;
  padding: 0.45rem 0.8rem;
  border-left: 3px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: #171718;
}

#tab-stats .gh-brawl-battle-list article.is-win { border-left-color: #49d17d; }
#tab-stats .gh-brawl-battle-list article.is-loss { border-left-color: #ff5b68; }
#tab-stats .gh-brawl-battle-list article > div strong,
#tab-stats .gh-brawl-battle-list article > div span { display: block; }
#tab-stats .gh-brawl-battle-list article > div span { color: rgba(255, 255, 255, 0.5); font-size: 0.78rem; }
#tab-stats .gh-brawl-battle-change {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
}
#tab-stats .gh-brawl-battle-change i {
  color: #ffdf00;
  font-size: 0.9rem;
  transform: rotate(-12deg);
}
#tab-stats .gh-brawl-battle-change.is-positive { color: #ffdf00; }
#tab-stats .gh-brawl-battle-change.is-negative { color: #ff5b68; }

#tab-stats .gh-brawl-disclaimer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
}

@media (max-width: 991.98px) {
  #tab-stats .gh-brawl-overview-columns { grid-template-columns: 1fr; }
  #tab-stats .gh-brawl-ranked { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  #tab-stats .gh-brawl-profile-card,
  #tab-stats .gh-brawl-toolbar { align-items: stretch; }
  #tab-stats .gh-brawl-profile-card { flex-direction: column; }
  #tab-stats .gh-brawl-trophy { width: 100%; }
  #tab-stats .gh-brawl-brawler-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #tab-stats .gh-brawl-connect-form > div { flex-direction: column; }
  #tab-stats .gh-brawl-toolbar > div { width: 100%; }
  #tab-stats .gh-brawl-toolbar form,
  #tab-stats .gh-brawl-toolbar button { flex: 1; }
  #tab-stats .gh-brawl-ranked__stats { grid-template-columns: 1fr; }
}

#tab-stats .gh-stat-box--accent {
  border-color: rgba(255, 223, 0, 0.2);
  background: linear-gradient(180deg, rgba(255, 223, 0, 0.08), rgba(255, 255, 255, 0.02));
}

#tab-stats .gh-stat-box span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.56);
}

#tab-stats .gh-stat-box strong {
  font-size: 1.55rem;
  line-height: 1;
  color: #fff;
}

#tab-stats .gh-faceit-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

#tab-stats .gh-faceit-stat-grid .gh-stat-box {
  min-height: 86px;
  padding: 0.75rem;
  border-radius: 12px;
}

#tab-stats .gh-faceit-stat-grid .gh-stat-box span {
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}

#tab-stats .gh-faceit-stat-grid .gh-stat-box strong {
  font-size: 1.25rem;
}

#tab-stats .gh-map-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.025);
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  border: 0;
  overflow: hidden;
}

#tab-stats .gh-map-card span,
#tab-stats .gh-map-card strong,
#tab-stats .gh-map-card .gh-faceit-meta {
  position: relative;
  z-index: 1;
}

#tab-stats .gh-map-card .gh-faceit-meta span {
  background: rgba(15, 16, 20, 0.68);
  color: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(4px);
}

#tab-stats .gh-faceit-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

#tab-stats .gh-faceit-chip {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.72);
}

#tab-stats .gh-faceit-link {
  color: #ffdf00;
  text-decoration: none;
  font-weight: 700;
}

#tab-stats .gh-faceit-link:hover {
  color: #ffe869;
}

#tab-stats .gh-stats-empty {
  padding: 2rem;
  min-height: 340px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
}

#tab-stats .gh-stats-empty p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.7);
}

#tab-stats .gh-empty-error {
  margin-top: 0.85rem;
  color: #ffdf00;
  font-weight: 600;
}

/* .gh-game-item__icon {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #ffd84d;
  display: inline-flex;
  flex: 0 0 68px;
  height: 68px;
  justify-content: center;
  overflow: visible;
  transition: background 0.18s ease, color 0.18s ease;
  width: 68px;
} */


.gh-game-item__icon--logo {
  padding: 0;
}

#tab-stats .gh-game-item__icon--logo img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}






@media (max-width: 991.98px) {
  #tab-stats .gh-stats-panel__inner {
    grid-template-columns: 1fr;
  }

  #tab-stats .gh-stats-panel__inner,
  #tab-stats .gh-stats-panel__sidebar,
  #tab-stats .gh-stats-panel__content {
    min-width: 0;
  }

  #tab-stats .gh-stats-panel__sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  #tab-stats .gh-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  #tab-stats .gh-faceit-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  #tab-stats .gh-faceit-hero__left {
    align-items: flex-start;
  }

  #tab-stats .gh-stat-grid:not(.gh-faceit-stat-grid) {
    grid-template-columns: 1fr;
  }

  #tab-stats .gh-faceit-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #tab-stats .gh-game-list {
    grid-auto-columns: minmax(145px, 165px);
  }

  #tab-stats .gh-game-item {
    flex-basis: 165px;
    width: 165px;
    min-width: 165px;
    min-height: 70px;
  }


  #tab-stats .gh-faceit-stat-grid .gh-stat-box {
    padding: 0.65rem;
    min-height: 78px;
  }

  #tab-stats .gh-faceit-stat-grid .gh-stat-box strong {
    font-size: 1.1rem;
  }

  #tab-stats .gh-faceit-stat-grid .gh-stat-box span {
    font-size: 0.62rem;
  }
}
