@charset "UTF-8";
@font-face {
  font-family: gameFooterDisplay;
  src: url("/media/games/scream-ball/fonts/JungleAdventurer.ttf") format("truetype");
  font-display: swap;
}
#SOG-app #SOG-play-section #SOG-gameInfo .game-share-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 20px;
}
#SOG-app #SOG-play-section #SOG-gameInfo .game-share-title-row h1 {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}
#SOG-app #SOG-play-section #SOG-gameInfo .game-share-title-row .game-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 34px;
  flex-shrink: 0;
  padding: 5px 18px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(240, 244, 250, 0.88));
  color: #25272d;
  font: 17px/1 gameFooterDisplay, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35), 0 6px 16px rgba(0, 0, 0, 0.28);
  position: relative;
  top: 2px;
  transition: filter 0.16s ease;
}
#SOG-app #SOG-play-section #SOG-gameInfo .game-share-title-row .game-share svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
#SOG-app #SOG-play-section #SOG-gameInfo .game-share-title-row .game-share:hover {
  filter: brightness(1.08);
}
#SOG-app #SOG-play-section #SOG-gameInfo .game-share-title-row .game-share:focus-visible {
  outline: 2px solid #b6cae3;
  outline-offset: 4px;
}

#SOG-app #SOG-play-section.caption-footer #SOG-game-container {
  --footer-gold: linear-gradient(180deg, #ffe968, #f5a623);
  --footer-ink: #3a1c00;
  --footer-cyan: #b6cae3;
  --footer-outline: #120826;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-container-import {
  outline-color: #5a5f6d;
  box-shadow: 0 0 0 12px rgba(182, 202, 227, 0.25);
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container .game-caption-scrim {
  position: absolute;
  inset: auto 0 0;
  height: 26%;
  background: linear-gradient(180deg, rgba(23, 24, 29, 0) 30%, rgba(23, 24, 29, 0.04) 45%, rgba(23, 24, 29, 0.16) 62%, rgba(23, 24, 29, 0.38) 82%, rgba(23, 24, 29, 0.62));
  pointer-events: none;
  z-index: 98;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container .game-caption-wrap {
  position: absolute;
  left: 170px;
  right: 170px;
  bottom: 28px;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 110;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-caption {
  font: 48px/1.1 gameFooterDisplay, fontFamilyBold, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-shadow: -2.5px -2.5px 0 #120826, 0 -2.5px 0 #120826, 2.5px -2.5px 0 #120826, -2.5px 0 0 #120826, 2.5px 0 0 #120826, -2.5px 2.5px 0 #120826, 0 2.5px 0 #120826, 2.5px 2.5px 0 #120826;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-audioInfo {
  display: none !important;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-container-menu {
  inset: auto 0 0;
  height: 80px;
  padding: 0;
  transform: none;
  background: none;
  pointer-events: none;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-container-menu #SOG-game-container-menu-logo {
  left: 20px;
  top: auto;
  bottom: 20px;
  height: 40px;
  width: auto;
  max-width: 135px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-container-menu #SOG-game-container-menu-fullscreen {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.6);
  padding: 8px;
  cursor: pointer;
  pointer-events: auto;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-container-menu #SOG-game-container-menu-fullscreen img {
  width: 18px;
  height: 18px;
  margin: 0;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-container-menu #SOG-game-container-menu-fullscreen:hover {
  border-color: var(--footer-cyan);
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-container-menu #SOG-challenge-score-to-beat, #SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-container-menu #SOG-game-container-menu-lens {
  pointer-events: auto;
  top: auto;
  bottom: 85px;
  left: 20px;
  transform: none;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-container-menu #SOG-game-container-menu-lens {
  bottom: 140px;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo {
  margin: 24px 5% 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo .game-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 6px 4px;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo h1 {
  font: 36px/1.15 fontFamilyBold, sans-serif;
  margin: 0;
  color: #fff;
  overflow-wrap: anywhere;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 8px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font: 17px/1 gameFooterDisplay, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns button img, #SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns button svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns button p {
  color: #ffd54f;
  margin: 0;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns button:focus-visible {
  outline: 2px solid var(--footer-cyan);
  outline-offset: 4px;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns #SOG-game-container-menu-thumb-up:hover {
  border-color: #a0ff4e;
  background: rgba(160, 255, 78, 0.15);
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns #SOG-game-container-menu-thumb-down:hover {
  border-color: #ff4e4e;
  background: rgba(255, 78, 78, 0.15);
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns #SOG-game-container-menu-leaderboard {
  background: var(--footer-gold);
  color: var(--footer-ink);
  border-color: #ffe968;
  box-shadow: 0 5px 0 #ab741a;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns #SOG-game-container-menu-leaderboard:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #ab741a;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns .game-share {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.8);
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns .game-share:hover {
  border-color: var(--footer-cyan);
  color: var(--footer-cyan);
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin: 0;
  padding: 0;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo > ul li {
  margin: 0;
  font-size: 16px;
  color: var(--footer-cyan);
  white-space: normal;
  flex-wrap: wrap;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo > ul span {
  color: #fff;
  letter-spacing: 0;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords {
  gap: 10px;
  margin: 0;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords div {
  margin: 0;
  padding: 9px 26px;
  background: linear-gradient(90deg, #ffe968, #f5a623);
  box-shadow: none;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords p {
  position: static;
  transform: none;
  font: 18px/1.1 gameFooterDisplay, sans-serif;
  margin: 0;
  color: var(--footer-ink);
  text-transform: uppercase;
  letter-spacing: 0;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-description {
  font: 17px/1.5 fontFamilyRegular, sans-serif;
  color: rgba(255, 255, 255, 0.94);
  max-width: 72ch;
  margin: 0;
  letter-spacing: 0;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-commands {
  margin: 0;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-commands h2 {
  font: 22px/1.3 gameFooterDisplay, sans-serif;
  color: #a0ff4e;
  letter-spacing: 0;
  text-shadow: 2px 2px 0 #120826, -2px -2px 0 #120826;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-commands .SOG-command {
  padding: 16px 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(46, 22, 98, 0.94), rgba(22, 10, 52, 0.96));
  border: 1.5px solid rgba(182, 202, 227, 0.55);
  gap: 18px;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-commands .SOG-command > div {
  min-width: 0;
  width: auto;
  flex: 1;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-commands .SOG-command #command-img {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-commands .SOG-command #command-img img {
  width: 72px;
  height: 72px;
  max-height: 72px;
  object-fit: contain;
  border-radius: 16px;
  position: static;
  transform: none;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-commands .SOG-command h3 {
  font: 22px/1.2 gameFooterDisplay, sans-serif;
  letter-spacing: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  margin: 0 0 4px;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-commands .SOG-command p {
  font: 14px/1.4 fontFamilyMedium, sans-serif;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.72);
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-tips {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-tips h2 {
  width: auto;
  margin: 0;
  padding: 22px 40px;
  border-radius: 26px;
  background: linear-gradient(180deg, #7b2ff7, #5417c9);
  font: 24px/1.2 gameFooterDisplay, sans-serif;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-tips p {
  display: block;
  width: auto;
  align-self: center;
  margin: 0;
  font: 16px/1.6 fontFamilyRegular, sans-serif;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-tips .tip-line {
  display: block;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-tips .tip-marker {
  color: #ffe04e;
}
#SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-gold-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  left: auto;
  transform: none;
  padding: 14px 30px;
  border-radius: 16px;
  background: var(--footer-gold);
  color: var(--footer-ink);
  box-shadow: 0 5px 0 #ab741a;
  font: 20px/1.3 gameFooterDisplay, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 700px) {
  #SOG-app #SOG-play-section.caption-footer #SOG-game-container .game-caption-wrap {
    left: 20px;
    right: 20px;
    bottom: 66px;
  }
  #SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-caption {
    font-size: 30px;
  }
  #SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-container-menu #SOG-game-container-menu-logo {
    height: 30px;
    bottom: 14px;
  }
  #SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-game-container-menu #SOG-game-container-menu-fullscreen {
    bottom: 14px;
  }
  #SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo {
    margin: 20px 12px 0;
  }
  #SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo h1 {
    font-size: 28px;
  }
  #SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns {
    gap: 8px;
  }
  #SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-game-container-menu-btns button {
    padding: 8px 12px;
    font-size: 15px;
  }
  #SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-tips {
    grid-template-columns: 1fr;
  }
  #SOG-app #SOG-play-section.caption-footer #SOG-game-container #SOG-gameInfo #SOG-tips h2 {
    padding: 14px 20px;
  }
}

#SOG-app #SOG-play-section.speech-footer #SOG-game-container #SOG-audioInfo {
  height: 160px;
  background: linear-gradient(to top, rgba(23, 24, 29, 0.88) 0%, rgba(23, 24, 29, 0.76) 18%, rgba(23, 24, 29, 0.52) 38%, rgba(23, 24, 29, 0.28) 58%, rgba(23, 24, 29, 0.1) 76%, rgba(23, 24, 29, 0.02) 90%, rgba(23, 24, 29, 0) 100%);
  pointer-events: none;
  overflow: visible;
  opacity: 1;
  animation: gameSpeechFooterEnter 350ms ease-out forwards;
}
#SOG-app #SOG-play-section.speech-footer #SOG-game-container #SOG-audioInfo-word {
  top: auto;
  bottom: 0;
  height: 70px;
  width: min(35%, max(180px, calc(100% - 760px)));
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}
#SOG-app #SOG-play-section.speech-footer #SOG-game-container #SOG-audioInfo-word #SOG-game-caption, #SOG-app #SOG-play-section.speech-footer #SOG-game-container #SOG-audioInfo-word .speech-loader-dots {
  display: none !important;
}
#SOG-app #SOG-play-section.speech-footer #SOG-game-container #SOG-audioInfo-word p {
  position: static;
  transform: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow-wrap: anywhere;
  font: 40px/1.1 gameFooterDisplay, fontFamilyBold, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  text-shadow: -2px -2px 0 #120826, 2px -2px 0 #120826, -2px 2px 0 #120826, 2px 2px 0 #120826;
}
#SOG-app #SOG-play-section.speech-footer #SOG-game-container #SOG-game-container-menu {
  background: none;
}
#SOG-app #SOG-play-section.speech-footer #SOG-game-container #SOG-game-container-menu #SOG-game-container-menu-fullscreen {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
#SOG-app #SOG-play-section.speech-footer #SOG-game-container #SOG-game-container-menu #SOG-game-container-menu-fullscreen img {
  width: 30px;
  height: 30px;
  margin: 0;
}
#SOG-app #SOG-play-section.speech-footer #SOG-game-container #SOG-game-container-menu #SOG-game-container-menu-fullscreen:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
@media (min-width: 901px) and (max-width: 1100px) {
  #SOG-app #SOG-play-section.speech-footer #SOG-game-container #SOG-audioInfo-word p {
    font-size: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #SOG-app #SOG-play-section.speech-footer #SOG-game-container #SOG-audioInfo {
    animation: none;
  }
}

@keyframes gameSpeechFooterEnter {
  from {
    opacity: 0;
    transform: translateY(calc(-100% + 12px));
  }
  to {
    opacity: 1;
    transform: translateY(-100%);
  }
}
:root {
  --header-height: 85px;
  --sog-rail-w: 84px;
  --sog-rail-slide: .28s;
  --sog-rail-slide-ease: cubic-bezier(.4, 0, .2, 1);
  --sog-rail-hide-extra: 34px;
  --sog-speech-row-h: 0px;
  --header-height-elements: 70%;
  --max-window-width: 1400px;
  --footer-gap: 70px;
  --lobby-gutter: 50px;
  --bg-ink: #141a2a;
  --bg-mid: #1d243d;
  --bg-panel: #262d49;
  --accent-coral: #ea6a5d;
  --accent-gold: #f4c767;
  --accent-mint: #5bc7c0;
  --accent-sky: #7db8ff;
  --accent-plum: #1f2237;
}

.sog-game-heading {
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.sog-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@font-face {
  font-family: puzzleGamesMainFont;
  src: url("/media/fonts/LilitaOne-Regular.woff2");
  font-display: swap;
}
@font-face {
  font-family: fontFamilyMedium;
  src: url("/media/fonts/SanukRound-Medium.woff2");
  font-display: swap;
}
@font-face {
  font-family: fontFamilyRegular;
  src: url("/media/fonts/SanukRound-Regular.woff2");
  font-display: swap;
}
@font-face {
  font-family: fontFamilyBold;
  src: url("/media/fonts/SanukRound-Bold.woff2");
  font-display: swap;
}
@font-face {
  font-family: fontFamilyUltra;
  src: url("/media/fonts/SanukRound-Ultra.woff2");
  font-display: swap;
}
@font-face {
  font-family: rawles;
  src: url("/media/fonts/Rawles.ttf");
  font-display: swap;
}
::-webkit-scrollbar {
  background: #2a2c34;
  opacity: 1;
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #676c7a;
  border-radius: 100px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}

body {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top left, rgba(91, 199, 192, 0.18), transparent 26%), radial-gradient(circle at top right, rgba(244, 199, 103, 0.14), transparent 28%), radial-gradient(circle at center, rgba(234, 106, 93, 0.12), transparent 36%), linear-gradient(180deg, var(--bg-mid) 0%, var(--bg-ink) 100%), url("/media/images/background-motif-char.webp") repeat var(--bg-ink);
  background-size: auto, auto, auto, auto, 640px 420px;
  background-position: 0 0;
  animation: sogBgScroll 120s linear infinite;
  z-index: -1;
  user-select: none;
  color: white;
  font-family: fontFamilyRegular;
}

@keyframes sogBgScroll {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  }
  to {
    background-position: 0 0, 0 0, 0 0, 0 0, -640px 420px;
  }
}
@keyframes sogLoaderSheet {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -6240px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
  }
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#heyu {
  display: none;
}
#heyu #heyu-container {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(0%) translateX(-50%) scale(0.7);
  background: rgba(38, 48, 79, 0.78);
  backdrop-filter: blur(10px);
  border: 3px solid var(--accent-coral);
  margin: 13px 55px;
  margin-bottom: 0;
  width: 500px;
  height: 350px;
  border-radius: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  box-shadow: 0 0 10px rgba(10, 8, 8, 0.247);
  z-index: 9999;
  transition: 0.3s;
  transform-origin: top left;
  min-width: 500px;
}
#heyu #heyu-container #heyu-wake-text {
  width: 100%;
  text-align: center;
  position: relative;
  transform: translateY(-50%);
  top: 47%;
  font-size: 29px;
  padding-left: 50px;
  font-family: fontFamilyRegular;
  font-weight: 600;
  letter-spacing: 1px;
  display: none;
}
#heyu #heyu-container #heyu-wake-text span {
  color: gold;
  font-family: fontFamilyBold;
}
#heyu #heyu-container #exit-heyu-btn {
  position: absolute;
  top: 5px;
  cursor: pointer;
  transition: 0.2s;
  width: 50px;
  right: -13px;
}
#heyu #heyu-container #exit-heyu-btn img {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
#heyu #heyu-container #exit-heyu-btn:hover {
  filter: brightness(1.2);
}
#heyu #heyu-container.sleep {
  width: 400px;
  height: 60px;
  border-top-right-radius: 40px;
}
#heyu #heyu-container.sleep #heyu-wake-text {
  display: block;
}
#heyu #heyu-container.sleep #exit-heyu-btn {
  display: none;
}
#heyu #heyu-container #heyu-logo {
  position: absolute;
  top: 0%;
  cursor: pointer;
  transition: 0.2s;
  width: 85px;
  margin: 70px -40px;
  z-index: 9999;
}
#heyu #heyu-container #heyu-logo img {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
#heyu #heyu-container #heyu-logo:hover {
  filter: brightness(1.2);
}
#heyu #heyu-container #heyu-logo:active {
  transform: scale(0.95);
}
#heyu #heyu-container #heyu-call {
  position: absolute;
  top: 0%;
  margin: 0px;
  cursor: pointer;
  transition: 0.2s;
  width: 200px;
  left: 100%;
  margin: 90px -90px;
  z-index: -1;
}
#heyu #heyu-container #heyu-call img {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
#heyu #heyu-container #heyu-call:hover {
  filter: brightness(1.2);
}
#heyu #heyu-container #heyu-lottie {
  position: absolute;
  top: 98%;
  z-index: 9999;
  width: 100%;
  height: 100px;
  left: 62%;
  transform: translateX(-50%) translateY(-100%) scale(2.7);
}
#heyu #heyu-container #heyu-messages {
  flex-wrap: wrap;
  width: 90%;
  margin: 40px auto;
  justify-content: center;
  height: 190px;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
}
#heyu #heyu-container #heyu-messages::-webkit-scrollbar {
  display: none;
}
#heyu #heyu-container #heyu-messages .speech-loader-lottie {
  position: relative;
  width: 100px;
  left: -10px;
  transform: scale(2.7);
}
#heyu #heyu-container #heyu-messages .game-cover {
  width: 50px;
  border-radius: 15px;
  width: 100%;
  height: 180px;
  padding: 0;
  position: relative;
}
#heyu #heyu-container #heyu-messages .game-cover img {
  max-width: 80%;
  max-height: 90%;
  border-radius: 15px;
  position: relative;
  background: #000;
  display: flex;
  margin: 0px auto;
  border: 4px solid #313540;
  background: #313540;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.247);
  top: 50%;
  transform: translateY(-50%);
}
#heyu #heyu-container #heyu-messages .heyu-message {
  width: 100%;
  background: #ec163a;
  color: #24272f;
  padding: 5px 10px;
  font-family: fontFamilyRegular;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 20px;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  margin: 12px 0;
}
#heyu #heyu-container #heyu-messages .from-me {
  background: lime;
  border-top-right-radius: 0;
  border-bottom-left-radius: 15px;
  text-align: right;
}
#heyu #heyu-container #heyu-messages #heyu-buttons {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-bottom: 10px;
  margin-top: 0px;
  position: absolute;
  width: 85%;
  left: 100%;
  top: 100%;
  transform: translateX(-100%) translateY(-100%);
  margin: -30px 0;
}
#heyu #heyu-container #heyu-messages #heyu-buttons button {
  padding: 5px 10px;
  border: 3px solid #df1234;
  background: transparent;
  outline: none;
  color: #df1234;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 25px;
  border-radius: 15px;
  min-width: 40%;
  margin-top: 5px;
  transition: 0.2s;
  background: rgba(2, 66, 116, 0.9);
}
#heyu #heyu-container #heyu-messages #heyu-buttons button:hover {
  filter: brightness(1.2);
  opacity: 0.9;
  transform: scale(1.025);
}
#heyu #heyu-container #heyu-messages #heyu-buttons button:active {
  transform: scale(0.95);
}

#heyu-suggest-popup {
  position: fixed;
  bottom: 24px;
  right: 0;
  z-index: 9998;
  width: 500px;
  aspect-ratio: 671/307;
  background: url("/media/images/heyu/heyu-suggest.png") no-repeat center center;
  background-size: 100% 100%;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(120%, 0, 0) scale(1.4);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s 0.4s;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s 0.4s;
  transform-origin: bottom right;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#heyu-suggest-popup.visible {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1.4);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s 0s;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s 0s;
}
#heyu-suggest-popup .heyu-suggest-img {
  position: absolute;
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  left: 1%;
  top: 57%;
  transform: translateY(-45%);
}
#heyu-suggest-popup .heyu-suggest-info {
  position: absolute;
  left: 36%;
  top: 15%;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
#heyu-suggest-popup .heyu-suggest-name {
  font-family: puzzleGamesMainFont, sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  width: 63%;
  height: 26%;
  top: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: wrap;
  white-space: wrap;
  text-align: center;
  line-height: 1.05;
  position: absolute;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
#heyu-suggest-popup .heyu-suggest-desc {
  font-family: fontFamilyRegular, sans-serif;
  font-size: 14px;
  color: #eff4fb;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: absolute;
  width: 86%;
  top: 31%;
  height: 30%;
  display: flex;
  align-items: center;
  left: 5px;
}
#heyu-suggest-popup .heyu-suggest-buttons {
  display: flex;
  position: absolute;
  gap: 10px;
  margin-top: auto;
  padding: 0 12% 12% 0;
  bottom: -12px;
}
#heyu-suggest-popup .heyu-suggest-btn {
  background-color: transparent;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  padding: 0;
  transition: transform 0.15s ease, filter 0.15s ease;
}
#heyu-suggest-popup .heyu-suggest-btn img {
  height: 46px;
  display: block;
}
#heyu-suggest-popup .heyu-suggest-btn:hover {
  filter: brightness(1.15);
  transform: scale(1.05);
}
#heyu-suggest-popup .heyu-suggest-btn:active {
  transform: scale(0.95);
}
#heyu-suggest-popup .heyu-suggest-sprite {
  position: absolute;
  right: 0.5%;
  top: -3.5%;
  width: 24%;
  pointer-events: none;
  transform: rotateY(180deg);
}
#heyu-suggest-popup .heyu-suggest-close {
  height: 35px;
  margin-top: 5px;
  margin-left: 10px;
  min-width: 35px;
  padding: 0 4px;
  border-radius: 60px;
  background: linear-gradient(180deg, #ff5b5b 0%, #d62828 100%);
  border: 3px solid #ffffff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease;
}
#heyu-suggest-popup .heyu-suggest-close .heyu-suggest-close-x {
  font-family: puzzleGamesMainFont, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  display: block;
}
#heyu-suggest-popup .heyu-suggest-close:active {
  transform: scale(0.95);
}

@media (max-width: 960px) {
  #heyu-suggest-popup {
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
header {
  width: 100%;
  height: var(--header-height);
  margin: 0;
  top: 0;
  position: fixed;
  left: 0;
  z-index: 9999;
  background: #2a2c34;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
}
header #SOG-header-left, header #SOG-header-right {
  display: flex;
  gap: 20px;
  height: 100%;
  align-items: center;
}
header #SOG-header-right {
  position: absolute;
  right: 24px;
}
header .logo {
  height: var(--header-height-elements);
  position: relative;
  cursor: pointer;
  border-radius: 7px;
  transition: 0.2s filter, 0.2s transform;
}
header .logo:hover {
  filter: brightness(1.1);
}
header .logo:active {
  transform: scale(0.95);
}
header #SOG-rail-toggle {
  flex: none;
  width: 50px;
  height: 50px;
  margin: 0 -10px 0 -7px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s filter, 0.2s transform;
}
header #SOG-rail-toggle svg {
  width: 34px;
  height: 34px;
}
header #SOG-rail-toggle:hover {
  filter: brightness(1.1);
}
header #SOG-rail-toggle:active {
  transform: scale(0.95);
}
header .header-btn {
  cursor: pointer;
  transition: 0.2s filter, 0.2s transform;
}
header .header-btn:hover {
  filter: brightness(1.1);
}
header .header-btn:active {
  transform: scale(0.95);
}
header #SOG-header-menu {
  position: fixed;
  width: 100vw;
  height: 0;
  top: 130px;
  background: linear-gradient(180deg, rgba(26, 31, 50, 0.96), rgba(15, 18, 28, 0.98));
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 9999999999;
}
header #SOG-header-menu #SOG-header-menu-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
header #SOG-header-menu #SOG-header-menu-content #SOG-auth-popup, header #SOG-header-menu #SOG-header-menu-content #SOG-auth-popup-mobile {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: none;
  background: none;
  backdrop-filter: none;
  width: 100%;
}
header #SOG-header-menu #SOG-header-menu-content #SOG-auth-popup #auth-container, header #SOG-header-menu #SOG-header-menu-content #SOG-auth-popup #auth-container-mobile, header #SOG-header-menu #SOG-header-menu-content #SOG-auth-popup-mobile #auth-container, header #SOG-header-menu #SOG-header-menu-content #SOG-auth-popup-mobile #auth-container-mobile {
  background: none;
  box-shadow: none;
  max-width: 9999px;
  padding: 30px 0;
  padding-bottom: 35px;
  width: 90%;
  margin-left: 5%;
}
header #SOG-header-menu #SOG-header-menu-content hr {
  margin-top: -5px;
  margin-bottom: 30px;
  background: white;
  width: 90%;
  margin-left: 5%;
  box-shadow: none;
}
header #SOG-header-menu #SOG-header-menu-content button {
  width: 90%;
  margin: 5px 0;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 3px;
  border: none;
  outline: none;
  height: 45px;
  letter-spacing: 1px;
  margin-left: 5%;
  background: #424653;
  color: white;
  font-weight: bold;
  transition: 0.2s;
}
header #SOG-header-menu #SOG-header-menu-content button:hover {
  filter: brightness(1.1);
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile {
  margin-top: 0px;
  position: static;
  z-index: 2222;
  max-width: 100vw;
  min-width: auto;
  min-height: 100vh;
  padding: 30px 0px;
  transform: none;
  margin-bottom: 0px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile p {
  background: none;
  color: white;
  padding: 5px 20px;
  text-align: center;
  margin: 0;
  font-family: fontFamilyMedium;
  letter-spacing: 1px;
  font-size: 1.2rem;
  border-radius: 15px;
  z-index: 2;
  position: relative;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-profile-nb-coins, header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-profile-rank {
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  background: #262932;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  margin-top: 15px;
  padding-top: 5px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-profile-nb-coins p, header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-profile-rank p {
  font-size: 23px;
  font-family: fontFamilyRegular;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  margin-left: 30px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-profile-nb-coins img, header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-profile-rank img {
  height: 45px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-profile-rank {
  background: none;
  display: flex;
  margin-top: 5px;
  justify-content: center;
  width: 100%;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-profile-rank img {
  height: 50px;
  margin-left: 0px;
  position: relative;
  transform: none;
  margin-top: 5px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-profile-rank p {
  margin-left: 50px;
  font-weight: 100;
  font-size: 22px;
  font-family: fontFamilyRegular;
  text-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
  margin-left: 10px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-user-icon {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 25px;
  width: 90px;
  margin-bottom: 15px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile .sog-avatar-vid {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 25px;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-profile-username {
  text-align: center;
  background: none;
  font-size: 24px;
  text-wrap: nowrap;
  white-space: nowrap;
  font-family: fontFamilyBold;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-profile-username .upsell-pencil {
  display: none;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-profile-email {
  text-align: center;
  background: none;
  font-size: 20px;
  text-wrap: nowrap;
  white-space: nowrap;
  font-family: fontFamilyBold;
  margin-top: -10px;
  color: #facd29;
  margin-bottom: 0px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #go-unlimited-btn, header #SOG-header-menu #SOG-header-menu-content #header-user-profile #user-is-unlimited {
  width: 85%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -15px;
  cursor: pointer;
  transition: 0.2s;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #go-unlimited-btn:hover, header #SOG-header-menu #SOG-header-menu-content #header-user-profile #user-is-unlimited:hover {
  filter: brightness(1.1);
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #user-is-unlimited {
  margin-bottom: 10px;
  cursor: default;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #user-is-unlimited:hover {
  filter: none;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile form button {
  background: none;
  outline: none;
  border: none;
  color: pink;
  letter-spacing: 1px;
  text-decoration: underline;
  text-align: center;
  width: 100%;
  font-size: 15px;
  margin: 0;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 40px;
  margin-top: 20px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile ul li {
  cursor: pointer;
  transition: 0.2s;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile ul li:nth-child(1) {
  margin: 0 50px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile ul li:nth-child(1) a {
  color: skyblue;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile ul li a {
  text-align: center;
  width: 100%;
  color: white;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 17px;
  text-wrap: nowrap;
  white-space: nowrap;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile ul li img {
  height: 20px;
  margin-top: -2px;
  margin-right: 6px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile ul li:hover {
  opacity: 0.8;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-sep-line {
  width: 100%;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-social-links {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 15px;
  max-width: 100%;
  margin-left: -10px;
  gap: 15px;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-social-links a {
  cursor: pointer;
  border-radius: 1000px;
  width: 15%;
  max-width: 50px;
  transition: 0.2s;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-social-links a img {
  width: 100%;
  border-radius: 1000px;
  box-shadow: 0px 4px 0 #16181e;
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-social-links a:hover {
  filter: brightness(1.1);
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile #header-social-links a:active {
  transform: scale(0.95);
}
header #SOG-header-menu #SOG-header-menu-content #header-user-profile .arrow-up {
  margin-top: -12px;
}
header #header-search-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 30%;
  margin-left: 0%;
  border-radius: 1000px;
  overflow: hidden;
}
header #header-search-bar input {
  background: #424653;
  border: none;
  outline: none;
  padding: 7px 15px;
  padding-left: 44px;
  color: rgba(255, 255, 255, 0.877);
  width: 100%;
  font-size: 17px;
  letter-spacing: 2px;
  transition: 0.2s;
  padding-right: 52px;
}
header #header-search-bar input::placeholder {
  color: rgba(255, 255, 255, 0.877);
  opacity: 1;
}
header #header-search-bar input:focus {
  filter: brightness(1.1);
}
header #header-search-bar input:focus::placeholder {
  opacity: 0;
}
header #header-search-bar input[readonly] {
  cursor: default;
  caret-color: transparent;
  user-select: none;
  pointer-events: none;
}
header #header-search-bar input[readonly]::selection {
  background: transparent;
}
header #header-search-bar input[readonly]:focus {
  filter: none;
}
header #header-search-bar input[readonly]:focus::placeholder {
  opacity: 1;
}
header #header-search-bar #header-search-mic {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s background, 0.2s transform, 0.2s filter;
}
header #header-search-bar #header-search-mic svg {
  width: 19px;
  height: 19px;
  display: block;
  pointer-events: none;
}
header #header-search-bar #header-search-mic:hover {
  filter: brightness(1.15);
  transform: translateY(-50%) scale(1.06);
}
header #header-search-bar #header-search-mic:active {
  transform: translateY(-50%) scale(0.94);
}
header #header-search-bar #header-search-mic.mic-on {
  background: #4cb152;
  box-shadow: inset 0 -2px 0 #388548, 0 0 0 3px rgba(76, 177, 82, 0.28);
}
header #header-search-bar #header-search-mic.mic-off {
  background: #c94b4b;
  box-shadow: inset 0 -2px 0 #8c3232;
}
header #header-upsell-btn {
  position: relative;
  border-radius: 5px;
  margin-top: -2px;
  height: 57px !important;
  cursor: pointer;
  outline-offset: 3px !important;
  margin-left: 0px;
}
header #header-upsell-btn img {
  height: 110%;
  margin-top: -5%;
}
header #header-upsell-btn .header-new-badge {
  position: absolute;
  top: -4px;
  right: -10px;
  z-index: 2;
  background: linear-gradient(180deg, #FFE968, #F5A623);
  color: #3A1C00;
  font-family: fontFamilyBold;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 2px 6px;
  border-radius: 7px;
  border: 2px solid #2a2c34;
  transform: rotate(8deg);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
header #header-upsell-btn:hover {
  filter: brightness(1.1);
}
header #qr-code-btn {
  display: none;
  height: calc(var(--header-height-elements) *0.95);
  aspect-ratio: 0.95;
  border-radius: 10px;
  background: #c94b4b;
  border-bottom: 2px solid #8c3232;
  margin-left: 0px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-left: 1px;
}
header #qr-code-btn canvas {
  width: 70% !important;
  height: auto !important;
  aspect-ratio: 1/1;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
  border-radius: 4px;
}
header #qr-code-btn p {
  max-width: 100%;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-top: -7px;
  opacity: 0.95;
}
header #qr-code-btn svg {
  width: 40px;
  height: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 2px 0;
  margin-bottom: 5px;
}
header #qr-code-btn:hover {
  filter: brightness(1.1);
}
header #qr-code-btn.actif {
  background: #4cb152;
  border-color: #388548;
}
header #mic-source-btn {
  display: none;
  height: calc(var(--header-height-elements) *0.95);
  aspect-ratio: 0.95;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  color: white;
}
header #mic-source-btn svg {
  width: 55%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header #mic-source-btn:hover {
  filter: brightness(1.1);
}
header #mic-source-btn.mic-on {
  background: #4cb152;
  border-bottom: 2px solid #388548;
}
header #mic-source-btn.mic-off {
  background: #c94b4b;
  border-bottom: 2px solid #8c3232;
}
header #mic-popdown {
  position: absolute;
  top: calc(100% + 13px);
  z-index: 999999;
  width: 390px;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
  padding: 0 0 16px;
  border: 3px solid transparent;
  border-radius: 22px;
  background: linear-gradient(170deg, #494e5b, #2a2d35) padding-box, linear-gradient(160deg, #e64a64, #434755) border-box;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.6);
  text-align: left;
  cursor: default;
}
header #mic-popdown #mic-popdown-arrow {
  position: absolute;
  top: -14px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  background: none;
  border: none;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #e64a64;
}
header #mic-popdown #mic-popdown-close {
  position: absolute;
  top: 15px;
  right: 18px;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: fontFamilyBold;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
header #mic-popdown #mic-popdown-close:hover {
  background: rgba(201, 20, 43, 0.5);
  color: #fff;
}
header #mic-popdown #mic-popdown-title {
  margin: 0;
  padding: 15px 54px 13px 18px;
  border-radius: 19px 19px 0 0;
  border-bottom: 2px solid rgba(230, 74, 100, 0.25);
  background: rgba(230, 74, 100, 0.14);
  color: #fff;
  font-family: fontFamilyUltra;
  font-size: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
header #mic-popdown #mic-popdown-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 260px;
  padding: 14px 18px 0;
  overflow-y: auto;
  border-radius: 0;
  background: none;
}
header #mic-popdown #mic-popdown-list::-webkit-scrollbar {
  width: 0px;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 2px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(18, 19, 23, 0.5);
  white-space: normal;
  overflow: visible;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option:hover {
  background: rgba(18, 19, 23, 0.5);
  border-color: rgba(230, 74, 100, 0.45);
}
header #mic-popdown #mic-popdown-list .mic-popdown-option .mic-popdown-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
}
header #mic-popdown #mic-popdown-list .mic-popdown-option .mic-popdown-text {
  min-width: 0;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option .mic-popdown-name {
  display: block;
  color: #fff;
  font-family: fontFamilyBold;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option .mic-popdown-sub {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-family: fontFamilyRegular;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option .mic-popdown-sub:empty {
  display: none;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option .mic-popdown-level {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 20px;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option .mic-popdown-level i {
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.25);
  transform-origin: bottom;
  transform: scaleY(0.35);
}
header #mic-popdown #mic-popdown-list .mic-popdown-option.selected {
  border-color: #e64a64;
  background: rgba(230, 74, 100, 0.12);
  box-shadow: none;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option.selected .mic-popdown-radio {
  border: 5px solid #e64a64;
  background: #1d1f26;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option.selected .mic-popdown-sub {
  color: #d4dfec;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option.selected .mic-popdown-level i {
  background: #e64a64;
  transform: none;
  animation: sogMicLevel 1s ease-in-out infinite;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option.selected .mic-popdown-level i:nth-child(2) {
  animation-delay: 0.15s;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option.selected .mic-popdown-level i:nth-child(3) {
  animation-delay: 0.3s;
}
header #mic-popdown #mic-popdown-list .mic-popdown-option.connecting {
  opacity: 0.6;
  font-style: italic;
}
header #mic-popdown #mic-popdown-list .mic-popdown-empty {
  padding: 14px;
  border-radius: 14px;
  background: rgba(18, 19, 23, 0.5);
  color: rgba(255, 255, 255, 0.45);
  font-family: fontFamilyRegular;
  font-size: 13px;
}
header #mic-popdown #mic-popdown-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 18px 0;
  padding: 11px 13px;
  border: 2px solid rgba(255, 192, 19, 0.3);
  border-radius: 14px;
  background: rgba(255, 192, 19, 0.09);
  color: rgba(255, 255, 255, 0.62);
  font-family: fontFamilyRegular;
  font-size: 13px;
  line-height: 1.45;
}
header #mic-popdown #mic-popdown-note .mic-popdown-note-icon {
  flex: 0 0 auto;
  color: #ffc013;
  font-size: 15px;
  line-height: 1.3;
}
header #explore-source-btn {
  display: none;
  height: calc(var(--header-height-elements) *0.95);
  aspect-ratio: 0.95;
  border-radius: 10px;
  background: #7597c2;
  border-bottom: 2px solid #5c606c;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: white;
}
header #explore-source-btn svg {
  width: 55%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header #explore-source-btn:hover {
  filter: brightness(1.1);
}
header #SOG-header-coins {
  height: var(--header-height-elements);
  aspect-ratio: 2.49;
  background: url("/media/images/minigames/coins.png");
  position: relative;
  background-size: cover;
  cursor: pointer;
  border-radius: 17px;
  transition: 0.2s filter, 0.2s transform;
}
header #SOG-header-coins p {
  position: absolute;
  width: 67%;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 5px;
  font-size: 28px;
  font-weight: bolder;
  margin-top: -5px;
  letter-spacing: 2px;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.301);
}
header #SOG-header-coins:hover {
  filter: brightness(1.1);
}
header #SOG-header-coins:active {
  transform: scale(0.95);
}
header #SOG-xp-bar {
  position: absolute;
  height: calc(var(--header-height-elements) * 1.15);
  aspect-ratio: 631/158;
  background: url("/media/images/minigames/xp.png");
  background-size: cover;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
header #SOG-xp-bar #SOG-xp-level {
  position: absolute;
  width: 26.5%;
  text-align: center;
  top: 45%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: bold;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.301);
}
header #SOG-xp-bar #SOG-xp-value {
  width: 73.5%;
  height: 40%;
  position: absolute;
  right: 2.5%;
  top: 52%;
  transform: translateY(-50%);
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  overflow: hidden;
  background: rgba(184, 203, 227, 0.123);
}
header #SOG-xp-bar #SOG-xp-value div {
  width: 40%;
  min-width: 2%;
  height: 100%;
  background: #f4d34e;
}
header #SOG-xp-bar #SOG-xp-value-txt {
  position: absolute;
  right: 5%;
  top: 51%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.301);
}
header #SOG-header-team {
  height: var(--header-height-elements);
  aspect-ratio: 61/65;
  background: url("/media/images/minigames/team.png");
  position: relative;
  background-size: cover;
  cursor: pointer;
  border-radius: 17px;
  transition: 0.2s filter, 0.2s transform;
}
header #SOG-header-team img {
  max-height: 68%;
  max-width: 74%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.35));
}
header #SOG-header-team:hover {
  filter: brightness(1.1);
}
header #SOG-header-team:active {
  transform: scale(0.95);
}
header #header-settings-btn {
  height: var(--header-height-elements);
  width: auto;
  aspect-ratio: 61/65;
  background: url("/media/images/minigames/team.png");
  background-size: cover;
  border-radius: 17px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s filter, 0.2s transform;
}
header #header-settings-btn:hover {
  filter: brightness(1.1);
}
header #header-settings-btn .header-settings-icon {
  width: 55%;
  height: 55%;
  color: white;
}
header #header-user-settings:not(.sog-settings-card) {
  position: absolute;
  top: 90%;
  left: auto;
  right: 0;
  margin-top: 15px;
  min-width: 450px;
  transform: scale(0.7);
  transform-origin: right top;
  z-index: 4;
  background: radial-gradient(circle at center, #454b5b 0%, #323642 100%);
  background-color: #323642;
  padding: 30px 40px;
  padding-bottom: 20px;
  overflow: visible;
}
header #header-user-settings:not(.sog-settings-card) p {
  background: none;
}
header #header-user-settings:not(.sog-settings-card) #settings-title {
  width: 400px;
  margin: 0 30px;
  margin-bottom: 10px;
}
header #header-user-settings:not(.sog-settings-card) #settings-choose-microphone {
  margin-bottom: 20px;
  position: relative;
}
header #header-user-settings:not(.sog-settings-card) #settings-choose-microphone > p:first-child {
  text-align: left;
  font-size: 30px;
  font-family: fontFamilyBold;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
header #header-user-settings:not(.sog-settings-card) #settings-choose-microphone .selected-microphone {
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  font-family: fontFamilyRegular;
  letter-spacing: 1px;
  margin-bottom: 10px;
  background: url("/media/images/micro-settings/selected-mic.png");
  background-size: cover;
  padding: 20px 20px;
  padding-right: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 460px;
  height: 74px;
  color: white;
  padding-top: 22px;
}
header #header-user-settings:not(.sog-settings-card) #settings-choose-microphone .list-microphone-sources {
  font-family: fontFamilyRegular;
  letter-spacing: 1px;
  width: 450px;
  max-height: 200px;
  min-height: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #1d1f25;
  position: absolute;
  z-index: 9999999999;
  border-radius: 3px;
  font-size: 22px;
  margin-top: -15px;
  margin-left: 5px;
  border: 2px solid #ee2f4f;
}
header #header-user-settings:not(.sog-settings-card) #settings-choose-microphone .list-microphone-sources::-webkit-scrollbar {
  width: 0px;
}
header #header-user-settings:not(.sog-settings-card) #settings-choose-microphone .list-microphone-sources div {
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.153);
}
header #header-user-settings:not(.sog-settings-card) #settings-choose-microphone .list-microphone-sources div:hover {
  background: #5e6475;
}
header #header-user-settings:not(.sog-settings-card) #settings-recognition-mode {
  margin-bottom: 10px;
  margin-top: 10px;
}
header #header-user-settings:not(.sog-settings-card) #settings-recognition-mode > p:first-child {
  text-align: left;
  font-size: 30px;
  font-family: fontFamilyBold;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
header #header-user-settings:not(.sog-settings-card) #settings-recognition-mode .recognition-mode-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
header #header-user-settings:not(.sog-settings-card) #settings-recognition-mode .recognition-mode-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: 0.2s;
}
header #header-user-settings:not(.sog-settings-card) #settings-recognition-mode .recognition-mode-option:hover {
  border-color: rgba(238, 47, 79, 0.4);
}
header #header-user-settings:not(.sog-settings-card) #settings-recognition-mode .recognition-mode-option.selected {
  border-color: #ee2f4f;
  background: rgba(238, 47, 79, 0.1);
}
header #header-user-settings:not(.sog-settings-card) #settings-recognition-mode .recognition-mode-option.selected .mode-indicator {
  background: #ee2f4f;
  box-shadow: 0 0 8px rgba(238, 47, 79, 0.5);
}
header #header-user-settings:not(.sog-settings-card) #settings-recognition-mode .recognition-mode-option .mode-indicator {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  border: 2px solid #ee2f4f;
  background: transparent;
  margin-top: 3px;
  transition: 0.2s;
}
header #header-user-settings:not(.sog-settings-card) #settings-recognition-mode .recognition-mode-option .mode-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
header #header-user-settings:not(.sog-settings-card) #settings-recognition-mode .recognition-mode-option .mode-label {
  font-size: 24px;
  font-family: fontFamilyBold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
header #header-user-settings:not(.sog-settings-card) #settings-recognition-mode .recognition-mode-option .mode-desc {
  font-size: 16px;
  font-family: fontFamilyRegular;
  letter-spacing: 0.5px;
  opacity: 0.7;
  line-height: 1.4;
}
header #header-user-settings:not(.sog-settings-card) #loudness-settings-testing {
  width: 100%;
  height: auto;
  position: relative;
}
header #header-user-settings:not(.sog-settings-card) #loudness-settings-testing .visualizer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
}
header #header-user-settings:not(.sog-settings-card) #loudness-settings-testing .bar {
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
}
header #header-user-settings:not(.sog-settings-card) #loudness-settings-testing .bar .segment {
  width: 33px;
  height: 15px;
  background: rgba(255, 255, 255, 0.1);
  filter: grayscale(80%);
  transition: background 0.1s, opacity 0.1s;
}
header #header-user-settings:not(.sog-settings-card) #loudness-settings-testing .bar .segment.active {
  background: #ee2f4f;
  filter: none;
  opacity: 1;
}
header #header-user-settings:not(.sog-settings-card) .arrow-up {
  margin-top: -13px;
  left: 50%;
  transform: translate(-50%, -100%);
}
header #header-user-settings.sog-settings-card {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  transform: none;
  transform-origin: right top;
  margin-top: 14px;
  width: 470px;
  min-width: 0;
  padding: 0;
  border: 3px solid transparent;
  border-radius: 26px;
  background: linear-gradient(170deg, #494e5b 0%, #343741 60%, #2a2d35 100%) padding-box, linear-gradient(160deg, #e64a64, #434755 60%, #ffc013) border-box;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.6);
  overflow: visible;
  z-index: 4;
}
header #header-user-settings.sog-settings-card p {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}
header #header-user-settings.sog-settings-card .arrow-up {
  top: 0;
  left: auto;
  right: 125px;
  margin-top: -2px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #e64a64;
  transform: translateY(-100%);
}
header #header-user-settings.sog-settings-card #settings-title {
  display: block;
  width: 270px;
  height: auto;
  margin: 24px auto 0;
}
header #header-user-settings.sog-settings-card .sog-settings-section {
  margin-bottom: 12px;
  font-family: fontFamilyBold;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.45);
}
header #header-user-settings.sog-settings-card #settings-game-audio {
  margin: 0;
  padding: 18px 22px 0;
}
header #header-user-settings.sog-settings-card #settings-game-audio .sog-audio-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 2px solid rgba(255, 255, 255, 0.09);
  background: rgba(18, 19, 23, 0.5);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
header #header-user-settings.sog-settings-card #settings-game-audio .sog-audio-row:hover {
  border-color: rgba(230, 74, 100, 0.45);
}
header #header-user-settings.sog-settings-card #settings-game-audio .sog-audio-icon {
  width: 26px;
  height: 26px;
  color: #fff;
}
header #header-user-settings.sog-settings-card #settings-game-audio .sog-audio-label {
  font-family: fontFamilyUltra;
  font-size: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
header #header-user-settings.sog-settings-card #settings-game-audio .sog-toggle {
  position: relative;
  width: 52px;
  min-width: 52px;
  height: 28px;
  border-radius: 1000px;
  background: #3ec74b;
  transition: background 0.2s;
}
header #header-user-settings.sog-settings-card #settings-game-audio .sog-toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  transform: translateX(24px);
  transition: transform 0.2s;
}
header #header-user-settings.sog-settings-card #settings-game-audio.is-muted .sog-toggle {
  background: #e04747;
}
header #header-user-settings.sog-settings-card #settings-game-audio.is-muted .sog-toggle-knob {
  transform: translateX(0);
}
header #header-user-settings.sog-settings-card #settings-recognition-mode {
  margin: 0;
  padding: 18px 22px 0;
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-option {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 2px solid rgba(255, 255, 255, 0.09);
  background: rgba(18, 19, 23, 0.5);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-option:hover {
  border-color: rgba(230, 74, 100, 0.45);
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-option .mode-indicator {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 4px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: none;
  box-shadow: none;
  transition: 0.2s;
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-option .mode-info {
  display: block;
  min-width: 0;
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-option .mode-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-option .mode-label {
  font-family: fontFamilyUltra;
  font-size: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-option .mode-tag {
  padding: 3px 10px;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
  font-family: fontFamilyBold;
  font-size: 12px;
  letter-spacing: 1px;
  white-space: nowrap;
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-option .mode-desc {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-family: fontFamilyRegular;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: normal;
  opacity: 1;
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-option.selected {
  border-color: #e64a64;
  background: rgba(230, 74, 100, 0.12);
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-option.selected .mode-indicator {
  border: 5px solid #e64a64;
  background: #1d1f26;
  box-shadow: none;
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-option.selected .mode-tag {
  background: #e64a64;
  color: #1d1f26;
}
header #header-user-settings.sog-settings-card #settings-recognition-mode .recognition-mode-option.selected .mode-desc {
  color: rgba(255, 255, 255, 0.68);
}
header #header-user-settings.sog-settings-card #settings-choose-microphone {
  position: relative;
  margin: 0;
  padding: 20px 22px 0;
}
header #header-user-settings.sog-settings-card #settings-choose-microphone .selected-microphone {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 13px 16px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 19, 23, 0.55);
  color: #fff;
  font-family: fontFamilyBold;
  font-size: 16px;
  letter-spacing: normal;
  cursor: pointer;
  transition: border-color 0.15s;
}
header #header-user-settings.sog-settings-card #settings-choose-microphone .selected-microphone:hover {
  border-color: rgba(230, 74, 100, 0.5);
}
header #header-user-settings.sog-settings-card #settings-choose-microphone .selected-microphone .selected-microphone-icon {
  width: 20px;
  color: #e64a64;
}
header #header-user-settings.sog-settings-card #settings-choose-microphone .selected-microphone .selected-microphone-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header #header-user-settings.sog-settings-card #settings-choose-microphone .selected-microphone .selected-microphone-caret {
  color: #e64a64;
  font-size: 12px;
}
header #header-user-settings.sog-settings-card #settings-choose-microphone .list-microphone-sources {
  position: absolute;
  z-index: 9999999999;
  left: 22px;
  right: 22px;
  width: auto;
  max-height: 200px;
  min-height: 0;
  margin: 6px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 2px solid #e64a64;
  border-radius: 14px;
  background: #1c1e23;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  font-family: fontFamilyRegular;
  font-size: 15px;
  letter-spacing: normal;
}
header #header-user-settings.sog-settings-card #settings-choose-microphone .list-microphone-sources::-webkit-scrollbar {
  width: 0px;
}
header #header-user-settings.sog-settings-card #settings-choose-microphone .list-microphone-sources div {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header #header-user-settings.sog-settings-card #settings-choose-microphone .list-microphone-sources div:last-child {
  border-bottom: none;
}
header #header-user-settings.sog-settings-card #settings-choose-microphone .list-microphone-sources div:hover {
  background: rgba(230, 74, 100, 0.18);
}
header #header-user-settings.sog-settings-card #settings-choose-microphone .list-microphone-sources div.selected {
  background: rgba(230, 74, 100, 0.12);
  box-shadow: inset 3px 0 0 #e64a64;
}
header #header-user-settings.sog-settings-card #loudness-settings-testing {
  position: relative;
  width: auto;
  height: auto;
  margin: 12px 22px 0;
  padding: 14px 16px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 19, 23, 0.45);
}
header #header-user-settings.sog-settings-card #loudness-settings-testing .loudness-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
header #header-user-settings.sog-settings-card #loudness-settings-testing .loudness-title {
  font-family: fontFamilyBold;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.55);
}
header #header-user-settings.sog-settings-card #loudness-settings-testing .loudness-status {
  font-family: fontFamilyBold;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
}
header #header-user-settings.sog-settings-card #loudness-settings-testing .loudness-status::before {
  content: "●";
  margin-right: 5px;
}
header #header-user-settings.sog-settings-card #loudness-settings-testing .loudness-status.is-live {
  color: #28d17c;
}
header #header-user-settings.sog-settings-card #loudness-settings-testing .loudness-status.is-off {
  color: #ff6b7a;
}
header #header-user-settings.sog-settings-card #loudness-settings-testing .visualizer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  height: 54px;
  padding: 0;
  border-radius: 0;
}
header #header-user-settings.sog-settings-card #loudness-settings-testing .bar {
  flex: 1;
  display: block;
  height: calc(16% + var(--sog-level, 0) * 84%);
  min-height: 9px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ea4863, #cb1634);
  transition: height 0.1s linear;
}
header #header-user-settings.sog-settings-card #loudness-settings-testing .bar:nth-child(6), header #header-user-settings.sog-settings-card #loudness-settings-testing .bar:nth-child(7) {
  background: linear-gradient(180deg, #ffc013, #e08b00);
}
header #header-user-settings.sog-settings-card #loudness-settings-testing .bar:nth-child(8) {
  background: linear-gradient(180deg, #ff4d5e, #c9142b);
}
header #header-user-settings.sog-settings-card #loudness-settings-testing .bar .segment {
  display: none;
}
header #header-user-settings.sog-settings-card .sog-settings-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 14px 22px 18px;
  border-radius: 0 0 23px 23px;
  border-top: 2px solid rgba(255, 255, 255, 0.07);
  background: rgba(18, 19, 23, 0.4);
}
header #header-user-settings.sog-settings-card .sog-settings-foot span {
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
}
header #header-user-settings.sog-settings-card .sog-settings-foot a {
  color: #df1234;
  font-family: fontFamilyBold;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}
header #header-user-settings.sog-settings-card .sog-settings-foot a:hover {
  color: #d4dfec;
}
header #header-buttons {
  position: relative;
  left: 0%;
  max-width: 300px;
  width: 30%;
  display: flex;
  min-width: 300px;
  justify-content: space-between;
  z-index: -1;
}
header #header-buttons .header-btn {
  width: 50px;
  height: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  padding: 0;
}
header #header-buttons .header-btn:active {
  transform: translateY(-50%) scale(0.95);
}
header #header-buttons .header-btn .header-btn-img {
  width: 100%;
}
header #header-buttons #header-settings-btn {
  display: none;
}
header #header-buttons #header-menu-btn {
  display: none;
  height: var(--header-height-elements);
  width: auto;
  aspect-ratio: 1/1;
}
header #header-buttons #header-micro-btn {
  margin-right: 20px;
}
header #header-buttons #header-micro-btn #micro-status {
  position: absolute;
  top: 0;
  margin: 11px 5px;
  left: 100%;
  height: 34px;
}
header #header-buttons #header-micro-btn #micro-status div {
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: #05cc5e;
  margin: 8px 0;
  transition: 0.5s;
  opacity: 0.2;
}
header #header-buttons #header-micro-btn #micro-status #micro-status-off {
  background: #ed1c24;
}
header #header-login-btn {
  height: 64px;
  margin-top: -6px;
  width: auto;
  aspect-ratio: 1/1;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: 0.2s filter, 0.2s transform, 0.2s box-shadow;
}
header #header-login-btn .sog-header-avatar-img {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px rgba(21, 23, 27, 0.5);
  pointer-events: none;
}
header #header-login-btn.sog-guest {
  height: var(--header-height-elements);
  margin-top: 0;
  aspect-ratio: 2.49;
  padding: 0;
  border-radius: 17px;
  background: url("/media/images/minigames/login-holder.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s filter, 0.2s transform;
}
header #header-login-btn.sog-guest:hover {
  filter: brightness(1.1);
}
header #header-login-btn.sog-guest:active {
  transform: scale(0.95);
}
header #header-login-btn.sog-guest .sog-header-login-label {
  font-size: 22px;
  font-weight: bolder;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: -5px;
  color: #fff;
  white-space: nowrap;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.301);
  pointer-events: none;
}
header #header-login-btn .sog-header-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 3;
}
header #header-login-btn .sog-avatar-vid {
  box-shadow: none;
  z-index: 1;
  top: 3px;
  left: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
header #header-login-btn .sog-header-lvl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  bottom: -4px;
  background: linear-gradient(180deg, #FFE968, #F5A623);
  color: #3A1C00;
  font-family: fontFamilyBold;
  font-size: 10px;
  line-height: 1.2;
  padding: 1px 7px;
  border-radius: 999px;
  border: 2px solid #2a2c34;
  pointer-events: none;
  z-index: 4;
}
header #header-login-btn:active {
  transform: scale(0.97);
}
header #header-login-btn .sog-avatar-badge {
  position: absolute;
  top: 0;
  right: -2px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 1000px;
  background: #e33246;
  border: 2px solid #2a2c34;
  color: #fff;
  font-family: fontFamilyBold;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  pointer-events: none;
  z-index: 4;
}
header #header-login-btn:hover {
  filter: brightness(1.1);
}
header #header-login-btn.is-loading {
  pointer-events: none;
}
header #header-login-btn.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  margin: -30% 0 0 -30%;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  animation: sog-onetap-spin 0.7s linear infinite;
}
@keyframes sog-onetap-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header #header-login-btn #p3242 {
  width: 93px;
  height: 40px;
  color: white;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-48%);
  letter-spacing: 1px;
  background: url("/media/images/containers/small-container.webp");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header #header-login-btn #p3242:hover {
  filter: brightness(1.1);
}
header #header-user-profile:not(.sog-profile-card) {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  padding: 10px 0;
  margin-top: 21px;
  min-width: 530px;
  transform: scale(0.7);
  transform-origin: right top;
  z-index: 4;
  background: radial-gradient(circle at center, #454b5b 0%, #323642 100%);
  background-color: #323642;
  padding: 40px;
}
header #header-user-profile:not(.sog-profile-card) p {
  background: none;
}
header #header-user-profile:not(.sog-profile-card) #header-profile-nb-coins, header #header-user-profile:not(.sog-profile-card) #header-profile-rank {
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  background: #262932;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-top: 15px;
  padding-top: 5px;
}
header #header-user-profile:not(.sog-profile-card) #header-profile-nb-coins p, header #header-user-profile:not(.sog-profile-card) #header-profile-rank p {
  font-size: 25px;
  font-family: fontFamilyRegular;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  margin-left: 30px;
}
header #header-user-profile:not(.sog-profile-card) #header-profile-nb-coins img, header #header-user-profile:not(.sog-profile-card) #header-profile-rank img {
  height: 50px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
header #header-user-profile:not(.sog-profile-card) #header-profile-rank {
  background: none;
  display: flex;
  margin-top: 5px;
  justify-content: center;
  width: 100%;
}
header #header-user-profile:not(.sog-profile-card) #header-profile-rank img {
  height: 65px;
  margin-left: 0px;
  position: relative;
  transform: none;
  margin-top: 5px;
}
header #header-user-profile:not(.sog-profile-card) #header-profile-rank p {
  margin-left: 50px;
  font-weight: 100;
  font-size: 28px;
  font-family: fontFamilyRegular;
  text-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
  margin-left: 10px;
}
header #header-user-profile:not(.sog-profile-card) #header-user-icon {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 25px;
  width: 120px;
  margin-bottom: 20px;
}
header #header-user-profile:not(.sog-profile-card) .sog-avatar-vid {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 25px;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
header #header-user-profile:not(.sog-profile-card) #header-profile-username {
  text-align: center;
  background: none;
  font-size: 33px;
  text-wrap: nowrap;
  white-space: nowrap;
  font-family: fontFamilyBold;
}
header #header-user-profile:not(.sog-profile-card) #header-profile-email {
  text-align: center;
  background: none;
  font-size: 27px;
  text-wrap: nowrap;
  white-space: nowrap;
  font-family: fontFamilyBold;
  margin-top: -10px;
  color: #facd29;
  margin-bottom: 0px;
}
header #header-user-profile:not(.sog-profile-card) #go-unlimited-btn, header #header-user-profile:not(.sog-profile-card) #user-is-unlimited {
  width: 90%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -15px;
  margin-top: -20px;
  cursor: pointer;
  transition: 0.2s;
}
header #header-user-profile:not(.sog-profile-card) #go-unlimited-btn:hover, header #header-user-profile:not(.sog-profile-card) #user-is-unlimited:hover {
  filter: brightness(1.1);
}
header #header-user-profile:not(.sog-profile-card) #user-is-unlimited {
  margin-bottom: 10px;
  cursor: default;
}
header #header-user-profile:not(.sog-profile-card) #user-is-unlimited:hover {
  filter: none;
}
header #header-user-profile:not(.sog-profile-card) form button {
  background: none;
  outline: none;
  border: none;
  color: pink;
  letter-spacing: 1px;
  text-decoration: underline;
  text-align: center;
  width: 100%;
  font-size: 15px;
}
header #header-user-profile:not(.sog-profile-card) ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 40px;
  margin-top: 20px;
  width: 350px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-left: 0;
  justify-content: center;
}
header #header-user-profile:not(.sog-profile-card) ul li {
  cursor: pointer;
  transition: 0.2s;
}
header #header-user-profile:not(.sog-profile-card) ul li:nth-child(1) {
  margin: 0 50px;
  display: none;
}
header #header-user-profile:not(.sog-profile-card) ul li:nth-child(1) a {
  color: skyblue;
}
header #header-user-profile:not(.sog-profile-card) ul li a {
  text-align: center;
  width: 100%;
  color: white;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 25px;
  text-wrap: nowrap;
  white-space: nowrap;
}
header #header-user-profile:not(.sog-profile-card) ul li img {
  max-height: 30px;
  max-width: 30px;
  margin-top: -10px;
  margin-right: 6px;
}
header #header-user-profile:not(.sog-profile-card) ul li:hover {
  opacity: 0.8;
}
header #header-user-profile:not(.sog-profile-card) #header-sep-line {
  width: 110%;
  margin-left: -5%;
}
header #header-user-profile:not(.sog-profile-card) #header-social-links {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 0 30px;
}
header #header-user-profile:not(.sog-profile-card) #header-social-links a {
  cursor: pointer;
  border-radius: 1000px;
  transition: 0.2s;
}
header #header-user-profile:not(.sog-profile-card) #header-social-links a img {
  width: 60px;
  border-radius: 1000px;
  margin: 10px;
  box-shadow: 0px 4px 0 #16181e;
}
header #header-user-profile:not(.sog-profile-card) #header-social-links a:hover {
  filter: brightness(1.1);
}
header #header-user-profile:not(.sog-profile-card) #header-social-links a:active {
  transform: scale(0.95);
}
header #header-user-profile:not(.sog-profile-card) .arrow-up {
  margin-top: -16px;
  left: auto;
  right: 20px;
  transform: translateY(-100%);
}
header #header-user-profile.sog-profile-card {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  transform: none;
  transform-origin: right top;
  margin-top: 14px;
  width: 420px;
  min-width: 0;
  padding: 0;
  border: 3px solid transparent;
  border-radius: 26px;
  background: linear-gradient(170deg, #494e5b 0%, #343741 60%, #2a2d35 100%) padding-box, linear-gradient(160deg, #e64a64, #434755 60%, #ffc013) border-box;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.6);
  z-index: 4;
}
header #header-user-profile.sog-profile-card p {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}
header #header-user-profile.sog-profile-card .arrow-up {
  top: 0;
  left: auto;
  right: 22px;
  margin-top: -3px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #e64a64;
  transform: translateY(-100%);
}
header #header-user-profile.sog-profile-card .sog-pd-identity {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 22px 22px 18px;
  border-radius: 23px 23px 0 0;
  background: linear-gradient(180deg, rgba(230, 74, 100, 0.14), rgba(230, 74, 100, 0));
}
header #header-user-profile.sog-profile-card .sog-pd-avatar {
  position: relative;
  width: 78px;
  height: 78px;
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(160deg, #ffc013, #e64a64);
  animation: sogProfileRingGlow 3.4s ease-in-out infinite;
  cursor: pointer;
}
header #header-user-profile.sog-profile-card .sog-pd-avatar .sog-pd-avatar-edit {
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 19, 23, 0.55);
  color: white;
  font-size: 24px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.2s;
  z-index: 1;
}
header #header-user-profile.sog-profile-card .sog-pd-avatar:hover .sog-pd-avatar-edit {
  opacity: 1;
}
header #header-user-profile.sog-profile-card .sog-pd-avatar .sog-pd-level {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ff4d5e, #c9142b);
  border: 2px solid #fff;
  border-radius: 1000px;
  padding: 2px 10px;
  font-family: fontFamilyUltra;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(120, 6, 22, 0.7);
  white-space: nowrap;
  box-shadow: 0 3px 0 rgba(120, 6, 22, 0.9);
  z-index: 1;
}
header #header-user-profile.sog-profile-card .sog-pd-avatar #header-user-icon {
  display: block;
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: none;
  border-radius: 50%;
  object-fit: cover;
}
header #header-user-profile.sog-profile-card .sog-pd-avatar .sog-avatar-vid {
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: none;
  border-radius: 50%;
}
header #header-user-profile.sog-profile-card .sog-pd-identity-text {
  min-width: 0;
}
header #header-user-profile.sog-profile-card #header-profile-username {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: fontFamilyUltra;
  font-size: 27px;
  letter-spacing: 1px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
}
header #header-user-profile.sog-profile-card #header-profile-username [data-user-username] {
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
  padding-bottom: calc(.14em + 4px);
  margin-bottom: calc(-.14em - 4px);
}
header #header-user-profile.sog-profile-card #header-profile-username [data-user-username].sog-fit-wrap {
  white-space: normal;
  overflow-wrap: anywhere;
}
header #header-user-profile.sog-profile-card #header-profile-username .upsell-pencil {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  text-shadow: none;
  cursor: pointer;
  transition: 0.2s;
}
header #header-user-profile.sog-profile-card #header-profile-username .upsell-pencil:hover {
  background: rgba(255, 255, 255, 0.2);
}
header #header-user-profile.sog-profile-card .sog-pd-team {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
header #header-user-profile.sog-profile-card .sog-pd-team img {
  height: 20px;
}
header #header-user-profile.sog-profile-card .sog-pd-team .sog-pd-team-name {
  font-family: fontFamilyBold;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffc013;
  text-transform: capitalize;
}
header #header-user-profile.sog-profile-card .sog-pd-team .sog-pd-team-rank {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
header #header-user-profile.sog-profile-card #header-profile-email {
  margin-top: 2px;
  font-family: fontFamilyRegular;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.78);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header #header-user-profile.sog-profile-card .sog-pd-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 22px;
}
header #header-user-profile.sog-profile-card .sog-pd-stats #header-profile-streak,
header #header-user-profile.sog-profile-card .sog-pd-stats #header-profile-alltime-coins {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: auto;
  margin: 0;
  padding: 11px 14px;
  transform: none;
  border-radius: 16px;
  background: rgba(223, 18, 52, 0.1);
  border: 2px solid rgba(223, 18, 52, 0.35);
}
header #header-user-profile.sog-profile-card .sog-pd-stats #header-profile-streak img,
header #header-user-profile.sog-profile-card .sog-pd-stats #header-profile-alltime-coins img {
  position: static;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin: 0;
  transform: none;
  object-fit: contain;
}
header #header-user-profile.sog-profile-card .sog-pd-stats #header-profile-streak .sog-pd-stat-icon,
header #header-user-profile.sog-profile-card .sog-pd-stats #header-profile-alltime-coins .sog-pd-stat-icon {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}
header #header-user-profile.sog-profile-card .sog-pd-stats #header-profile-streak .sog-pd-stat-text,
header #header-user-profile.sog-profile-card .sog-pd-stats #header-profile-alltime-coins .sog-pd-stat-text {
  min-width: 0;
}
header #header-user-profile.sog-profile-card .sog-pd-stats #header-profile-streak p,
header #header-user-profile.sog-profile-card .sog-pd-stats #header-profile-alltime-coins p {
  font-family: fontFamilyUltra;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header #header-user-profile.sog-profile-card .sog-pd-stats #header-profile-streak span,
header #header-user-profile.sog-profile-card .sog-pd-stats #header-profile-alltime-coins span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
}
header #header-user-profile.sog-profile-card .sog-pd-rank {
  margin: 16px 22px 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(18, 19, 23, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: 0.2s;
}
header #header-user-profile.sog-profile-card .sog-pd-rank:hover {
  border-color: rgba(230, 74, 100, 0.35);
}
header #header-user-profile.sog-profile-card .sog-pd-rank .sog-pd-rank-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
header #header-user-profile.sog-profile-card .sog-pd-rank .sog-pd-rank-name {
  font-family: fontFamilyBold;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffc013;
  white-space: nowrap;
}
header #header-user-profile.sog-profile-card .sog-pd-rank .sog-pd-rank-goal {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
header #header-user-profile.sog-profile-card .sog-pd-rank .sog-pd-rank-track {
  height: 8px;
  margin-top: 9px;
  border-radius: 1000px;
  background: rgba(18, 19, 23, 0.8);
  overflow: hidden;
}
header #header-user-profile.sog-profile-card .sog-pd-rank .sog-pd-rank-track div {
  height: 100%;
  border-radius: 1000px;
  background: linear-gradient(90deg, #ffc013, #fff200);
}
header #header-user-profile.sog-profile-card ul {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: auto;
  margin: 16px 0 0;
  padding: 0 22px;
  transform: none;
  list-style: none;
}
header #header-user-profile.sog-profile-card ul li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
header #header-user-profile.sog-profile-card ul li:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
}
header #header-user-profile.sog-profile-card ul li img {
  width: 28px;
  height: 28px;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: contain;
}
header #header-user-profile.sog-profile-card ul li a {
  width: auto;
  text-align: left;
  font-family: fontFamilyBold;
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff;
}
header #header-user-profile.sog-profile-card ul li .sog-pd-chevron {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.35);
}
header #header-user-profile.sog-profile-card ul li .sog-pd-badge {
  font-family: fontFamilyBold;
  font-size: 13px;
  letter-spacing: 1px;
  color: #3a2600;
  background: #ffc013;
  border-radius: 1000px;
  padding: 3px 10px;
}
header #header-user-profile.sog-profile-card ul li.sog-pd-danger a {
  color: rgba(255, 120, 120, 0.95);
}
header #header-user-profile.sog-profile-card ul li.sog-pd-danger .sog-pd-chevron {
  color: rgba(255, 255, 255, 0.25);
}
header #header-user-profile.sog-profile-card .sog-pd-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 14px 22px 18px;
  border-radius: 0 0 23px 23px;
  border-top: 2px solid rgba(255, 255, 255, 0.07);
  background: rgba(18, 19, 23, 0.4);
}
header #header-user-profile.sog-profile-card .sog-pd-footer .sog-pd-follow {
  font-family: fontFamilyBold;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.72);
}
header #header-user-profile.sog-profile-card .sog-pd-footer #header-social-links {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
header #header-user-profile.sog-profile-card .sog-pd-footer #header-social-links a {
  display: block;
  border-radius: 1000px;
  transition: 0.2s;
}
header #header-user-profile.sog-profile-card .sog-pd-footer #header-social-links a img {
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 1000px;
  box-shadow: 0 3px 0 #16181e;
}
header #header-user-profile.sog-profile-card .sog-pd-footer #header-social-links a:hover {
  filter: brightness(1.2);
}
header #header-user-profile.sog-profile-card .sog-pd-footer #header-social-links a:active {
  transform: scale(0.95);
}

header #header-user-profile.sog-profile-card.is-scroll-fallback,
header #header-user-settings.sog-settings-card.is-scroll-fallback {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
header #header-user-profile.sog-profile-card.is-scroll-fallback::-webkit-scrollbar,
header #header-user-settings.sog-settings-card.is-scroll-fallback::-webkit-scrollbar {
  display: none;
}
header #header-user-profile.sog-profile-card.is-scroll-fallback .arrow-up,
header #header-user-settings.sog-settings-card.is-scroll-fallback .arrow-up {
  display: none;
}

@media (max-height: 720px) {
  header #header-user-profile.sog-profile-card:not(.sog-fit-managed),
header #header-user-settings.sog-settings-card:not(.sog-fit-managed) {
    max-height: calc(100vh - var(--header-height) - 24px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  header #header-user-profile.sog-profile-card:not(.sog-fit-managed)::-webkit-scrollbar,
header #header-user-settings.sog-settings-card:not(.sog-fit-managed)::-webkit-scrollbar {
    display: none;
  }
  header #header-user-profile.sog-profile-card:not(.sog-fit-managed) .arrow-up,
header #header-user-settings.sog-settings-card:not(.sog-fit-managed) .arrow-up {
    display: none;
  }
}
@keyframes sogMicLevel {
  0%, 100% {
    transform: scaleY(0.25);
  }
  50% {
    transform: scaleY(1);
  }
}
@keyframes sogProfileRingGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 192, 19, 0.25);
  }
  50% {
    box-shadow: 0 0 22px 4px rgba(255, 192, 19, 0.4);
  }
}
#SOG-login {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
  background: #00000056;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: none;
}
#SOG-login #SOG-login-closer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#SOG-login #SOG-login-container {
  width: 480px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, #454b5b 0%, #323642 100%);
  border-radius: 33px;
  padding: 40px 60px;
  box-shadow: 0 5px 0 #262932, 0 0 20px rgba(0, 0, 0, 0.623);
}
#SOG-login #auth-container-logo {
  width: 60%;
  margin-bottom: 20px;
}
#SOG-login #login-heyu-logo {
  min-width: 120px;
  max-width: 120px;
  max-height: 131px;
  min-height: 131px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  margin-bottom: -10px;
}
#SOG-login #login-container-title-daily-limit, #SOG-login #login-container-title-simple {
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 30px;
}
#SOG-login #login-container-title-daily-limit span, #SOG-login #login-container-title-simple span {
  color: #e84560;
  font-size: 20px;
}
#SOG-login .login-form, #SOG-login .register-form, #SOG-login .init-form, #SOG-login .login-form-mobile, #SOG-login .register-form-mobile, #SOG-login .init-form-mobile {
  position: relative;
}
#SOG-login .login-form .google-auth, #SOG-login .register-form .google-auth, #SOG-login .init-form .google-auth, #SOG-login .login-form-mobile .google-auth, #SOG-login .register-form-mobile .google-auth, #SOG-login .init-form-mobile .google-auth {
  margin-bottom: 20px;
  position: relative;
}
#SOG-login .login-form .google-auth img, #SOG-login .register-form .google-auth img, #SOG-login .init-form .google-auth img, #SOG-login .login-form-mobile .google-auth img, #SOG-login .register-form-mobile .google-auth img, #SOG-login .init-form-mobile .google-auth img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#SOG-login .login-form .google-auth p, #SOG-login .register-form .google-auth p, #SOG-login .init-form .google-auth p, #SOG-login .login-form-mobile .google-auth p, #SOG-login .register-form-mobile .google-auth p, #SOG-login .init-form-mobile .google-auth p {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: right;
  width: 100%;
  justify-content: right;
  padding-right: 30px;
}
#SOG-login .login-form p, #SOG-login .register-form p, #SOG-login .init-form p, #SOG-login .login-form-mobile p, #SOG-login .register-form-mobile p, #SOG-login .init-form-mobile p {
  background: none;
}
#SOG-login .login-form hr, #SOG-login .register-form hr, #SOG-login .init-form hr, #SOG-login .login-form-mobile hr, #SOG-login .register-form-mobile hr, #SOG-login .init-form-mobile hr {
  border: none;
  height: 3px;
  width: 110%;
  margin: 30px auto;
  margin-left: -5%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
#SOG-login .login-form #or-txt, #SOG-login .register-form #or-txt, #SOG-login .init-form #or-txt, #SOG-login .login-form-mobile #or-txt, #SOG-login .register-form-mobile #or-txt, #SOG-login .init-form-mobile #or-txt {
  position: relative;
  top: -47px;
  background: #414654;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -20px;
}
#SOG-login .login-form .error-message, #SOG-login .register-form .error-message, #SOG-login .init-form .error-message, #SOG-login .login-form-mobile .error-message, #SOG-login .register-form-mobile .error-message, #SOG-login .init-form-mobile .error-message {
  color: orange;
  letter-spacing: 1px;
  text-align: left;
  padding-left: 0;
  font-size: 16px;
}
#SOG-login .login-form input, #SOG-login .login-form button, #SOG-login .register-form input, #SOG-login .register-form button, #SOG-login .init-form input, #SOG-login .init-form button, #SOG-login .login-form-mobile input, #SOG-login .login-form-mobile button, #SOG-login .register-form-mobile input, #SOG-login .register-form-mobile button, #SOG-login .init-form-mobile input, #SOG-login .init-form-mobile button {
  width: 100%;
  margin: 5px 0;
  font-size: 20px;
  padding: 0px 10px;
  border-radius: 3px;
  border: none;
  outline: none;
  height: 55px;
  letter-spacing: 1px;
}
#SOG-login .login-form .password-eye, #SOG-login .register-form .password-eye, #SOG-login .init-form .password-eye, #SOG-login .login-form-mobile .password-eye, #SOG-login .register-form-mobile .password-eye, #SOG-login .init-form-mobile .password-eye {
  height: 100%;
  position: relative;
}
#SOG-login .login-form .password-eye svg, #SOG-login .register-form .password-eye svg, #SOG-login .init-form .password-eye svg, #SOG-login .login-form-mobile .password-eye svg, #SOG-login .register-form-mobile .password-eye svg, #SOG-login .init-form-mobile .password-eye svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  right: 15px;
  opacity: 0.5;
  margin-top: -2px;
  cursor: pointer;
  transition: 0.2s;
}
#SOG-login .login-form .password-eye svg:hover, #SOG-login .register-form .password-eye svg:hover, #SOG-login .init-form .password-eye svg:hover, #SOG-login .login-form-mobile .password-eye svg:hover, #SOG-login .register-form-mobile .password-eye svg:hover, #SOG-login .init-form-mobile .password-eye svg:hover {
  opacity: 0.8;
}
#SOG-login .login-form a, #SOG-login .register-form a, #SOG-login .init-form a, #SOG-login .login-form-mobile a, #SOG-login .register-form-mobile a, #SOG-login .init-form-mobile a {
  color: orange;
  text-decoration: underline;
  letter-spacing: 1px;
  margin-bottom: 100px;
  cursor: pointer;
}
#SOG-login .login-form a:hover, #SOG-login .register-form a:hover, #SOG-login .init-form a:hover, #SOG-login .login-form-mobile a:hover, #SOG-login .register-form-mobile a:hover, #SOG-login .init-form-mobile a:hover {
  opacity: 0.9;
}
#SOG-login .login-form .g-recaptcha, #SOG-login .register-form .g-recaptcha, #SOG-login .init-form .g-recaptcha, #SOG-login .login-form-mobile .g-recaptcha, #SOG-login .register-form-mobile .g-recaptcha, #SOG-login .init-form-mobile .g-recaptcha {
  margin: 10px 0;
}
#SOG-login .login-form input, #SOG-login .register-form input, #SOG-login .init-form input, #SOG-login .login-form-mobile input, #SOG-login .register-form-mobile input, #SOG-login .init-form-mobile input {
  width: 100%;
  height: 52px;
  margin: 6px 0 14px;
  padding: 0 48px 0 16px;
  border: none;
  border-radius: 12px;
  outline: none;
  background: #262932;
  color: #eff4fb;
  box-shadow: inset 0 5px 0px #21242c;
}
#SOG-login .login-form input::placeholder, #SOG-login .register-form input::placeholder, #SOG-login .init-form input::placeholder, #SOG-login .login-form-mobile input::placeholder, #SOG-login .register-form-mobile input::placeholder, #SOG-login .init-form-mobile input::placeholder {
  color: #92a5bd;
  letter-spacing: 1.5px;
}
#SOG-login .login-form input[disabled], #SOG-login .register-form input[disabled], #SOG-login .init-form input[disabled], #SOG-login .login-form-mobile input[disabled], #SOG-login .register-form-mobile input[disabled], #SOG-login .init-form-mobile input[disabled] {
  cursor: not-allowed;
  /* Show that the input is not editable */
}
#SOG-login .login-form button, #SOG-login .register-form button, #SOG-login .init-form button, #SOG-login .login-form-mobile button, #SOG-login .register-form-mobile button, #SOG-login .init-form-mobile button {
  background: linear-gradient(90deg, #e52a49, #e7445f);
  color: white;
  font-weight: 500;
  transition: 0.2s;
  font-size: 23px;
  text-wrap: nowrap;
  font-family: puzzleGamesMainFont;
  text-shadow: 0 3px 0px #454a5a;
  box-shadow: 0 5px 0px #272a34;
  border-radius: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  padding-top: 2px;
}
#SOG-login .login-form button:hover, #SOG-login .register-form button:hover, #SOG-login .init-form button:hover, #SOG-login .login-form-mobile button:hover, #SOG-login .register-form-mobile button:hover, #SOG-login .init-form-mobile button:hover {
  filter: brightness(1.1);
}
#SOG-login .login-form button img, #SOG-login .register-form button img, #SOG-login .init-form button img, #SOG-login .login-form-mobile button img, #SOG-login .register-form-mobile button img, #SOG-login .init-form-mobile button img {
  width: 40px;
  filter: brightness(1);
  margin-right: 10px;
}
#SOG-login .login-form .login-button, #SOG-login .register-form .login-button, #SOG-login .init-form .login-button, #SOG-login .login-form-mobile .login-button, #SOG-login .register-form-mobile .login-button, #SOG-login .init-form-mobile .login-button {
  background: linear-gradient(90deg, #23dc05, #4df100);
  text-shadow: 0 2px 0px #0f6701;
  font-family: fontFamilyBold;
}
#SOG-login .login-form .form-or, #SOG-login .register-form .form-or, #SOG-login .init-form .form-or, #SOG-login .login-form-mobile .form-or, #SOG-login .register-form-mobile .form-or, #SOG-login .init-form-mobile .form-or {
  text-align: center;
  margin: 10px 0;
}
#SOG-login #goBack {
  color: white;
  letter-spacing: 1px;
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 30px;
  top: 20px;
  width: 30px;
  height: 30px;
}
#SOG-login #goBack:hover {
  opacity: 0.8;
}

main {
  width: 100%;
  --rail-width: var(--sog-rail-w);
  min-height: 100vh;
  top: 0px;
  left: 0;
  position: relative;
  padding: 0px var(--lobby-gutter);
  padding-top: 130px;
  padding-bottom: var(--footer-gap);
  overflow: hidden;
}
@supports (overflow: clip) {
  main {
    overflow: clip;
  }
}
main.navigating::after {
  content: "";
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.15);
}
main.navigating::before {
  content: "";
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 10000;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: SOG-nav-spin 0.7s linear infinite;
}
@keyframes SOG-nav-spin {
  to {
    transform: rotate(360deg);
  }
}
main #unlimited-section #unlimited-content, main #unlimited-section #unlimited-content-unsub {
  position: relative;
}
main #unlimited-section #unlimited-content .center-div, main #unlimited-section #unlimited-content-unsub .center-div {
  top: 0;
  margin-top: 0 !important;
  transform: translateX(-50%) !important;
}
main #SOG-beta {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  left: 0;
  top: 0px;
  z-index: 1;
}
main #SOG-beta #SOG-beta-lights-out, main #SOG-beta #SOG-beta-lights-in {
  position: absolute;
  width: 100%;
  height: 100vh;
}
main #SOG-beta #SOG-beta-lights-out img, main #SOG-beta #SOG-beta-lights-in img {
  width: 60vw;
  opacity: 0.1;
  position: absolute;
}
main #SOG-beta #SOG-beta-lights-out img:nth-child(1), main #SOG-beta #SOG-beta-lights-in img:nth-child(1) {
  transform: translateX(-20%);
  top: 0;
}
main #SOG-beta #SOG-beta-lights-out img:nth-child(2), main #SOG-beta #SOG-beta-lights-in img:nth-child(2) {
  left: 100%;
  transform: translateX(-80%);
}
main #SOG-beta #SOG-beta-lights-in {
  z-index: 1;
  position: absolute;
  top: -100px;
}
main #SOG-beta #SOG-beta-lights-in img {
  opacity: 0.2;
}
main #SOG-beta #SOG-beta-lights-in img:nth-child(1) {
  transform: translateX(-50%);
  left: 50%;
}
main #SOG-beta #SOG-beta-container {
  width: 440px;
  height: 475px;
  position: absolute;
  background: url("/media/images/beta/container.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.5);
}
main #SOG-beta #SOG-beta-container #SOG-beta-timer {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45px;
  left: -10px;
}
main #SOG-beta #SOG-beta-container #SOG-beta-timer p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 19px;
  font-weight: bold;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
}
main #SOG-beta #SOG-beta-container #SOG-beta-timer p span {
  position: relative;
  font-size: 30px;
  top: 3px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.199);
}
main #SOG-beta #SOG-beta-container #SOG-beta-code {
  position: relative;
  top: 170px;
  width: 100%;
  margin-left: -10px;
  z-index: 2;
}
main #SOG-beta #SOG-beta-container #SOG-beta-code p {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 15px;
}
main #SOG-beta #SOG-beta-container #SOG-beta-code #SOG-beta-code-inputs {
  display: flex;
  justify-content: center;
}
main #SOG-beta #SOG-beta-container #SOG-beta-code #SOG-beta-code-inputs input {
  width: 35px;
  height: 40px;
  background: #1b1d23;
  margin: 0 3px;
  border: 2px solid #424756;
  outline: none;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 25px;
  user-select: none;
}
main #SOG-beta #SOG-beta-container #SOG-beta-code #SOG-beta-code-inputs input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 2px solid #f0425f !important;
  background: #2a2d34;
  caret-color: transparent;
}
main #SOG-beta #SOG-beta-container #SOG-beta-code #SOG-beta-code-inputs div {
  width: 15px;
}
main #SOG-beta #SOG-beta-container #SOG-beta-email {
  margin-left: -10px;
  position: relative;
  top: 190px;
  z-index: 2;
  text-align: center;
}
main #SOG-beta #SOG-beta-container #SOG-beta-email p {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 17px;
}
main #SOG-beta #SOG-beta-container #SOG-beta-email p span {
  color: #709dd8;
  bottom: 5px;
  position: relative;
}
main #SOG-beta #SOG-beta-container #SOG-beta-email #SOG-beta-email-input {
  margin-top: -5px;
}
main #SOG-beta #SOG-beta-container #SOG-beta-email #SOG-beta-email-input input {
  background: #1b1d23;
  margin: 0 3px;
  border: 2px solid #424756;
  border-radius: 10px;
  width: 55%;
  min-height: 30px;
  font-size: 15px;
  color: white;
  padding: 5px 10px;
  outline: none;
  user-select: none;
  padding-left: 45px;
}
main #SOG-beta #SOG-beta-container #SOG-beta-email #SOG-beta-email-input img {
  position: absolute;
  height: 25px;
  margin-top: 5px;
  margin-left: 10px;
  transform: scale(0.7);
}
main #SOG-beta #SOG-beta-container #SOG-beta-email button {
  width: 55%;
  margin-top: 12px;
  border-radius: 100px;
  background: linear-gradient(0deg, #1c1e23, #404553);
  color: white;
  font-weight: bold;
  border: 2px solid #f0425f;
  outline: none;
  height: auto;
  height: 35px;
  font-size: 15px;
  letter-spacing: 2px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
  transition: 0.2s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
main #SOG-beta #SOG-beta-container #SOG-beta-email button:hover {
  filter: brightness(1.1);
}
main #SOG-beta #SOG-beta-container #SOG-beta-disclaimer {
  position: absolute;
  top: 100%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: -5px;
  opacity: 0.8;
  z-index: 2;
}
main #SOG-beta #SOG-beta-container #SOG-beta-disclaimer p span {
  color: #709dd8;
}
main #SOG-beta #SOG-beta-container #SOG-beta-disclaimer div {
  display: flex;
  justify-content: center;
  margin-top: -5px;
  opacity: 0.8;
}
main #SOG-beta #SOG-beta-container #SOG-beta-disclaimer div a {
  margin: 0 7px;
  color: white;
  font-size: 12px;
}
main #SOG-beta #SOG-beta-container #SOG-beta-disclaimer div a:nth-child(1) {
  padding-right: 14px;
  border-right: 2px solid rgba(255, 255, 255, 0.76);
}
main #SOG-welcome-section {
  width: calc(100% + 50px);
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-bottom: 30px;
  margin-top: 0px;
  left: 50%;
  margin-left: 0px;
  transform: translateX(-50%);
}
main #SOG-welcome-section .SOG-welcome-element {
  display: flex;
  gap: 0px;
  flex-wrap: nowrap;
}
main #SOG-welcome-section .SOG-welcome-element img {
  height: 30px;
  margin-right: 10px;
  position: relative;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
}
main #SOG-welcome-section .SOG-welcome-element #SOG-welcome-logo {
  height: 50px;
  margin-top: 0;
}
main #SOG-welcome-section .SOG-welcome-element h1 {
  font-size: 20px;
  font-family: fontFamilyBold;
  letter-spacing: 1px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
main #SOG-welcome-section .SOG-welcome-element p {
  text-transform: capitalize;
  font-size: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 0px;
  letter-spacing: 1px;
  font-family: fontFamilyBold;
}
main #a404-section {
  width: 90%;
  max-width: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0px;
  letter-spacing: 2px;
  text-align: center;
}
main #a404-section img {
  width: 100%;
  position: relative;
}
main #a404-section p {
  width: 95%;
  margin-left: 2.5%;
  text-align: center;
  margin-top: 20px;
  font-size: 40px;
}
main #a404-section #btn404 {
  width: 230px;
  margin-top: 30px;
  cursor: pointer;
  transition: 0.2s;
}
main #a404-section #btn404:hover {
  filter: brightness(1.1);
}
main #a404-section button {
  background: #424653;
  color: white;
  font-weight: bold;
  transition: 0.2s;
  padding: 5px 20px;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 20px;
  width: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.295);
  border-bottom: 5px solid rgba(255, 255, 255, 0.322);
}
main #a404-section button:hover {
  filter: brightness(1.1);
}
main #SOG-rail-holder {
  position: absolute;
  top: calc(var(--header-height) + var(--sog-speech-row-h));
  bottom: 0;
  left: 0;
  width: var(--sog-rail-w);
  z-index: 1500;
  pointer-events: none;
}
main.has-sog-rail {
  padding-left: calc(var(--lobby-gutter) + var(--rail-width));
  transition: padding-left var(--sog-rail-slide) var(--sog-rail-slide-ease);
}
html.sog-rail-collapsed main.has-sog-rail {
  padding-left: var(--lobby-gutter);
}
html.sog-rail-collapsed main #SOG-rail {
  transform: translateX(calc(-100% - var(--sog-rail-hide-extra)));
  visibility: hidden;
  transition: transform var(--sog-rail-slide) var(--sog-rail-slide-ease), visibility 0s var(--sog-rail-slide);
}
main #SOG-rail {
  --sog-ink: #17181a;
  --sog-line: rgba(164, 193, 232, 0.14);
  --sog-icon: 48px;
  --sog-grow: 1.2;
  --sog-shift: 12px;
  --sog-ease: cubic-bezier(.2, .8, .2, 1);
  position: sticky;
  top: calc(var(--header-height) + var(--sog-speech-row-h));
  height: calc(100vh - var(--header-height) - var(--sog-speech-row-h));
  width: 100%;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  padding: 8px 10px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #2a2c34 0%, #191b20 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  font-family: fontFamilyBold;
  overflow: visible;
  transition: transform var(--sog-rail-slide) var(--sog-rail-slide-ease), box-shadow var(--sog-rail-slide);
}
main #SOG-rail #SOG-rail-track {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  transform: translateY(var(--sog-rail-scroll, 0px));
}
main #SOG-rail.is-scroll {
  touch-action: none;
  cursor: grab;
}
main #SOG-rail.is-scroll.is-dragging {
  cursor: grabbing;
}
main #SOG-rail.is-scroll.is-dragging .sog-slot {
  pointer-events: none;
}
main #SOG-rail .sog-slot {
  position: relative;
  flex: 1 1 0;
  min-height: calc(var(--sog-icon) + 13.5px);
  max-height: calc(var(--sog-icon) + 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: flex 0.45s var(--sog-ease);
}
main #SOG-rail .sog-slot.is-active {
  min-height: calc((var(--sog-icon) + 13.5px) * 1.95);
  max-height: calc((var(--sog-icon) + 64px) * 1.95);
}
main #SOG-rail .sog-slot.is-active:has(.sog-label br) {
  min-height: calc((var(--sog-icon) + 13.5px) * 1.95 + 16px);
  max-height: calc((var(--sog-icon) + 64px) * 1.95 + 16px);
}
main #SOG-rail .sog-slot.is-active {
  flex: 1.95 1 0;
}
main #SOG-rail .sog-slot::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 9px;
  height: 44px;
  box-sizing: border-box;
  border: 3px solid var(--sog-ink);
  border-left: 0;
  border-radius: 0 9px 9px 0;
  background: var(--tint);
  transform: translate(-100%, -50%);
  opacity: 0;
  transition: transform 0.35s var(--sog-ease), opacity 0.25s;
  pointer-events: none;
}
main #SOG-rail .sog-slot.is-active::after {
  transform: translate(0, calc(-50% + 6px));
  opacity: 1;
}
main #SOG-rail .sog-slot + .sog-slot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 1px;
  background: var(--sog-line);
}
main #SOG-rail .sog-wobble {
  display: flex;
  flex-direction: column;
  align-items: center;
  --amp: 0;
  --rot: 0;
}
main #SOG-rail .sog-wobble.wobble-up {
  animation: sogWobbleUp var(--dur, 0.6s) cubic-bezier(0.3, 0.7, 0.3, 1) var(--delay, 0ms) both;
}
main #SOG-rail .sog-wobble.wobble-down {
  animation: sogWobbleDown var(--dur, 0.6s) cubic-bezier(0.3, 0.7, 0.3, 1) var(--delay, 0ms) both;
}
main #SOG-rail .sog-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(var(--sog-icon) + 16px);
  height: calc(var(--sog-icon) + 16px);
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  overflow: visible;
  transition: transform 0.35s var(--sog-ease), filter 0.3s, background 0.2s;
}
main #SOG-rail .is-active .sog-btn {
  width: calc((var(--sog-icon) + 16px) * var(--sog-grow));
  height: auto;
  padding: 2px 0 4px;
  margin-top: 12px;
  border-radius: 18px;
  background: transparent;
  transform: translateX(var(--sog-shift));
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.5));
}
main #SOG-rail .sog-plate {
  position: absolute;
  inset: -6px;
  border-radius: 18px;
  overflow: hidden;
  background: var(--tint);
  background: linear-gradient(180deg, color-mix(in oklch, var(--tint) 85%, #fff), var(--tint));
  border: 3px solid var(--sog-ink);
  box-shadow: 0 4px 0 var(--sog-ink);
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.25s, transform 0.35s var(--sog-ease);
  pointer-events: none;
}
main #SOG-rail .sog-plate::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: url("/media/images/icons/lobby-rail/motif-tile.png") 0 0/48px 35px repeat;
  opacity: 0.4;
  animation: sogMotif 12s linear infinite;
}
main #SOG-rail .is-active .sog-plate {
  opacity: 1;
  transform: scale(1);
}
main #SOG-rail .sog-icon {
  position: relative;
  width: var(--sog-icon);
  height: var(--sog-icon);
  object-fit: contain;
  display: block;
  transition: transform 0.35s var(--sog-ease);
}
main #SOG-rail .is-active .sog-icon {
  transform: translateY(-16px) scale(1.6);
}
main #SOG-rail .is-active .sog-icon.icon-wobble {
  animation: sogIconWobble 0.6s cubic-bezier(0.3, 0.7, 0.3, 1) both;
}
main #SOG-rail .sog-tag {
  position: absolute;
  left: calc(100% + 14px);
  top: 50%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px 9px 15px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--tint) 0%, var(--tint-b) 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.18), 0 10px 24px rgba(0, 0, 0, 0.5), 0 0 22px color-mix(in srgb, var(--tint) 40%, transparent);
  white-space: nowrap;
  opacity: 0;
  transform: translate(-10px, -50%) scale(0.92);
  transform-origin: left center;
  transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
  z-index: 3;
}
main #SOG-rail .sog-tag::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 3px 0 0 0;
  background: var(--tint);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  transform: translateY(-50%) rotate(-45deg);
}
main #SOG-rail .sog-tag .sog-tag-text {
  font-family: fontFamilyBold;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #fff;
}
main #SOG-rail .sog-tag .sog-tag-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px 2px;
  box-sizing: border-box;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-family: fontFamilyBold;
  font-size: 11.5px;
  line-height: 1;
  letter-spacing: 0.3px;
}
@media (hover: hover) {
  main #SOG-rail .sog-slot:not(.is-active):hover .sog-tag,
main #SOG-rail .sog-slot:not(.is-active):focus-within .sog-tag {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
  }
  main #SOG-rail .sog-slot:not(.is-active):hover .sog-icon,
main #SOG-rail .sog-slot:not(.is-active):focus-within .sog-icon {
    animation: sogRailHoverPulse 0.5s cubic-bezier(0.3, 0.7, 0.3, 1) both;
  }
  main #SOG-rail .sog-slot:not(.is-active):hover::after,
main #SOG-rail .sog-slot:not(.is-active):focus-within::after {
    transform: translate(-40%, -50%);
    opacity: 0.6;
  }
  main #SOG-rail .sog-slot.is-active:hover .sog-btn {
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.5)) brightness(1.06);
  }
}
main #SOG-rail .sog-label {
  display: none;
}
main #SOG-rail .is-active .sog-label {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0 4px;
  box-sizing: border-box;
  font-family: puzzleGamesMainFont, fontFamilyBold, sans-serif;
  font-size: calc(var(--sog-icon) * .36);
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  z-index: 1;
  text-shadow: 1px 0 0 var(--sog-ink), -1px 0 0 var(--sog-ink), 0 1px 0 var(--sog-ink), 0 -1px 0 var(--sog-ink), 1px 1px 0 var(--sog-ink), -1px -1px 0 var(--sog-ink), 1px -1px 0 var(--sog-ink), -1px 1px 0 var(--sog-ink), 2px 0 0 var(--sog-ink), -2px 0 0 var(--sog-ink), 0 2px 0 var(--sog-ink), 0 -2px 0 var(--sog-ink), 1.5px 1.5px 0 var(--sog-ink), -1.5px -1.5px 0 var(--sog-ink), 1.5px -1.5px 0 var(--sog-ink), -1.5px 1.5px 0 var(--sog-ink);
  pointer-events: none;
}
main #SOG-rail .is-active .sog-label.lg {
  font-size: calc(var(--sog-icon) * .28);
}
main #SOG-rail .is-active .sog-label.xl {
  font-size: calc(var(--sog-icon) * .23);
}
@media (max-height: 860px) {
  main #SOG-rail {
    --sog-icon: 40px;
  }
}
@media (max-height: 720px) {
  main #SOG-rail {
    --sog-icon: 34px;
    --sog-grow: 1.15;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@keyframes sogMotif {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -48px 35px;
  }
}
@keyframes sogIconWobble {
  0% {
    transform: translateY(-16px) scale(1.6) rotate(0);
  }
  25% {
    transform: translateY(-16px) scale(1.68) rotate(-7deg);
  }
  50% {
    transform: translateY(-16px) scale(1.6) rotate(5deg);
  }
  75% {
    transform: translateY(-16px) scale(1.6) rotate(-2.5deg);
  }
  100% {
    transform: translateY(-16px) scale(1.6) rotate(0);
  }
}
@keyframes sogChipEmoji {
  0% {
    transform: scale(1) rotate(0);
  }
  30% {
    transform: scale(1.3) rotate(-12deg);
  }
  60% {
    transform: scale(1.18) rotate(8deg);
  }
  80% {
    transform: scale(1.22) rotate(-3deg);
  }
  100% {
    transform: scale(1.2) rotate(0);
  }
}
@keyframes sogRailHoverPulse {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.28);
  }
  70% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1.18);
  }
}
@keyframes sogWobbleUp {
  0% {
    transform: translateY(0) rotate(0);
  }
  28% {
    transform: translateY(calc(var(--amp) * -1px)) rotate(calc(var(--rot) * -1deg));
  }
  52% {
    transform: translateY(calc(var(--amp) * .45px)) rotate(calc(var(--rot) * .55deg));
  }
  74% {
    transform: translateY(calc(var(--amp) * -.2px)) rotate(calc(var(--rot) * -.25deg));
  }
  90% {
    transform: translateY(calc(var(--amp) * .08px)) rotate(calc(var(--rot) * .1deg));
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes sogWobbleDown {
  0% {
    transform: translateY(0) rotate(0);
  }
  28% {
    transform: translateY(calc(var(--amp) * 1px)) rotate(calc(var(--rot) * 1deg));
  }
  52% {
    transform: translateY(calc(var(--amp) * -.45px)) rotate(calc(var(--rot) * -.55deg));
  }
  74% {
    transform: translateY(calc(var(--amp) * .2px)) rotate(calc(var(--rot) * .25deg));
  }
  90% {
    transform: translateY(calc(var(--amp) * -.08px)) rotate(calc(var(--rot) * -.1deg));
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
main #SOG-lobby-section {
  width: calc(100% + var(--lobby-gutter) * 2);
  overflow: hidden;
  margin-left: calc(var(--lobby-gutter) * -1);
  padding-left: var(--lobby-gutter);
}
main #SOG-lobby-section .section-count {
  display: none;
  margin-left: 14px;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.45);
  vertical-align: middle;
}
main #SOG-lobby-section .SOG-see-all-link {
  position: absolute;
  top: 7px;
  right: 12px;
  z-index: 1001;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  height: 27px;
  padding: 0 8px 0 11px;
  border: 1px solid rgba(198, 217, 241, 0.2);
  border-radius: 999px;
  background: rgba(160, 191, 231, 0.09);
  color: #c6d9f1;
  font-family: fontFamilyBold;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s ease;
}
main #SOG-lobby-section .SOG-see-all-link svg {
  width: 13px;
  height: 13px;
  margin-right: -1px;
  stroke-width: 3.2;
  opacity: 0.9;
  overflow: visible;
  transition: 0.2s ease;
}
main #SOG-lobby-section .SOG-see-all-link .see-all-icon {
  width: 24px;
  height: 24px;
  margin: -6px 1px -6px -7px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.35));
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.3, 0.7, 0.3, 1);
}
main #SOG-lobby-section .SOG-see-all-link:hover {
  background: rgba(160, 191, 231, 0.26);
  border-color: rgba(198, 217, 241, 0.55);
  color: #fff;
}
main #SOG-lobby-section .SOG-see-all-link:hover svg {
  opacity: 1;
}
main #SOG-lobby-section .SOG-see-all-link:active {
  transform: scale(0.94);
}
main #SOG-lobby-section .SOG-see-all-link.has-tint {
  border: 0;
  background: linear-gradient(180deg, var(--see-all-tint) 0%, var(--see-all-tint-b) 100%);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.28), 0 3px 8px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: 0.15s filter, 0.15s transform, 0.15s background;
}
main #SOG-lobby-section .SOG-see-all-link.has-tint svg {
  opacity: 0.95;
}
main #SOG-lobby-section .SOG-see-all-link.has-tint:hover {
  background: linear-gradient(180deg, var(--see-all-tint) 0%, var(--see-all-tint-b) 100%);
  filter: brightness(1.12);
}
main #SOG-lobby-section .SOG-see-all-link.has-tint:hover svg {
  opacity: 1;
}
main #SOG-lobby-section .SOG-see-all-link.has-tint:hover .see-all-icon {
  transform: scale(1.2);
  animation: sogChipEmoji 0.6s cubic-bezier(0.3, 0.7, 0.3, 1) forwards;
}
main #SOG-lobby-section .SOG-see-all-link.has-tint:active {
  transform: translateY(1px) scale(0.97);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.28), 0 1px 4px rgba(0, 0, 0, 0.25);
}
main #SOG-lobby-section.filtered {
  padding-right: var(--lobby-gutter);
}
main #SOG-lobby-section.filtered .SOG-games-section .SOG-see-all-link {
  display: none;
}
main #SOG-lobby-section.filtered .SOG-games-section h2 {
  margin-bottom: 20px;
}
main #SOG-lobby-section.filtered .SOG-games-section #featured-games-container {
  max-height: none;
  min-height: 0;
}
main #SOG-lobby-section.no-transition .game-icon,
main #SOG-lobby-section.no-transition .game-icon *,
main #SOG-lobby-section.no-transition .games-container,
main #SOG-lobby-section.no-transition .games-container-list {
  transition: none !important;
}
main #SOG-lobby-section .SOG-games-section .games-container.is-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: clamp(10px, 1.1vw, 26px);
  align-items: start;
  align-content: start;
  overflow: visible;
  max-height: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}
main #SOG-lobby-section .SOG-games-section .games-container.is-grid .games-container-list,
main #SOG-lobby-section .SOG-games-section .games-container.is-grid .game-group,
main #SOG-lobby-section .SOG-games-section .games-container.is-grid .game-group .small-group {
  display: contents !important;
}
main #SOG-lobby-section .SOG-games-section .games-container.is-grid button, main #SOG-lobby-section .SOG-games-section .games-container.is-grid a.game-link {
  display: block;
  width: 100%;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon.is-grid-card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 235/132;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon.is-grid-card .game-cover-img {
  height: 100%;
  transform: none;
}
main #SOG-lobby-section .games-container.is-hidden {
  display: none !important;
}
main #SOG-lobby-section #SOG-favourites-empty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: calc(100vh - var(--footer-gap) - 130px);
  padding: 0 20px;
}
main #SOG-lobby-section #SOG-favourites-empty.is-visible {
  display: flex;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(220px, 23vw, 320px);
  height: clamp(220px, 23vw, 320px);
  flex-shrink: 0;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float {
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: fontFamilyBold, sans-serif;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1;
  color: #ff3f68;
  text-shadow: 0 2px 0 #7c0828, 0 0 14px rgba(255, 90, 122, 0.45);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.6);
  animation: sogFavHearts 3.2s cubic-bezier(0.2, 0.6, 0.2, 1) infinite;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(1) {
  --x: -126px;
  --y: -98px;
  --r: -18deg;
  animation-delay: 0s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(2) {
  --x: -78px;
  --y: -142px;
  --r: 14deg;
  animation-delay: 0.22s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(3) {
  --x: -20px;
  --y: -128px;
  --r: -8deg;
  animation-delay: 0.46s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(4) {
  --x: 54px;
  --y: -146px;
  --r: 20deg;
  animation-delay: 0.7s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(5) {
  --x: 118px;
  --y: -106px;
  --r: -14deg;
  animation-delay: 0.94s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(6) {
  --x: 136px;
  --y: -42px;
  --r: 16deg;
  animation-delay: 1.18s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(7) {
  --x: 104px;
  --y: 36px;
  --r: -10deg;
  animation-delay: 1.42s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(8) {
  --x: 48px;
  --y: 88px;
  --r: 18deg;
  animation-delay: 1.66s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(9) {
  --x: -34px;
  --y: 96px;
  --r: -16deg;
  animation-delay: 1.9s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(10) {
  --x: -106px;
  --y: 46px;
  --r: 12deg;
  animation-delay: 2.14s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(11) {
  --x: -142px;
  --y: -22px;
  --r: -20deg;
  animation-delay: 2.38s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(12) {
  --x: 18px;
  --y: -178px;
  --r: 8deg;
  animation-delay: 2.62s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(13) {
  --x: -166px;
  --y: -72px;
  --r: 23deg;
  animation-delay: 0.12s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(14) {
  --x: -112px;
  --y: -166px;
  --r: -26deg;
  animation-delay: 0.58s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(15) {
  --x: 96px;
  --y: -176px;
  --r: 24deg;
  animation-delay: 1.02s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(16) {
  --x: 164px;
  --y: -86px;
  --r: -18deg;
  animation-delay: 1.48s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(17) {
  --x: 146px;
  --y: 22px;
  --r: 28deg;
  animation-delay: 1.94s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart .fav-heart-float:nth-of-type(18) {
  --x: -78px;
  --y: 118px;
  --r: -24deg;
  animation-delay: 2.4s;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-heart img {
  position: relative;
  width: 62%;
  height: 62%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  filter: drop-shadow(0 14px 30px rgba(255, 90, 122, 0.4));
  animation: sogFavHeartbeat 2.6s ease-in-out infinite;
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-title {
  margin: -14px 0 8px;
  font-family: puzzleGamesMainFont, fontFamilyBold, sans-serif;
  font-size: clamp(36px, 4.6vw, 68px);
  line-height: 1.1;
  letter-spacing: 1.5px;
  color: #fff;
  -webkit-text-stroke: 2px #17181a;
  paint-order: stroke fill;
  text-shadow: 0 4px 0 #17181a, 0 10px 24px rgba(0, 0, 0, 0.45);
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-sub {
  margin: 0;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.45);
}
main #SOG-lobby-section #SOG-favourites-empty .fav-empty-sub a {
  color: #a0bfe7;
  text-decoration: underline;
}
main #SOG-lobby-section #SOG-suggestion-chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  padding-top: 10px;
  margin: 0 auto 26px;
}
main #SOG-lobby-section #SOG-suggestion-chips .SOG-suggestion-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px 10px;
  border: 0;
  border-radius: 1000px;
  background: #424653;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.28), 0 3px 8px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: fontFamilyBold;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.15s filter, 0.15s transform, 0.15s background;
}
main #SOG-lobby-section #SOG-suggestion-chips .SOG-suggestion-chip .chip-emoji {
  width: 44px;
  height: 44px;
  margin: -10px 0 -10px -12px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.35));
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.3, 0.7, 0.3, 1);
}
main #SOG-lobby-section #SOG-suggestion-chips .SOG-suggestion-chip:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
}
main #SOG-lobby-section #SOG-suggestion-chips .SOG-suggestion-chip:hover .chip-emoji {
  transform: scale(1.2);
  animation: sogChipEmoji 0.6s cubic-bezier(0.3, 0.7, 0.3, 1) forwards;
}
main #SOG-lobby-section #SOG-suggestion-chips .SOG-suggestion-chip:active {
  transform: translateY(1px) scale(0.97);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.28), 0 1px 4px rgba(0, 0, 0, 0.25);
}
main #SOG-lobby-section #SOG-suggestion-chips .SOG-suggestion-chip:nth-child(1) {
  background: #7a3fb8;
}
main #SOG-lobby-section #SOG-suggestion-chips .SOG-suggestion-chip:nth-child(2) {
  background: #c2410c;
}
main #SOG-lobby-section #SOG-suggestion-chips .SOG-suggestion-chip:nth-child(3) {
  background: #0c8a5e;
}
main #SOG-lobby-section #SOG-suggestion-chips .SOG-suggestion-chip:nth-child(4) {
  background: #b8296f;
}
main #SOG-lobby-section h1 {
  color: white;
  letter-spacing: 1px;
  font-size: 25px;
  margin-bottom: -20px;
}
main #SOG-lobby-section #SOG-no-games-found {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(50% + var(--header-height));
  transform: translate(-50%, -50%);
  margin-top: -35px;
}
main #SOG-lobby-section #SOG-no-games-found p {
  font-size: 50px;
  letter-spacing: 2px;
}
main #SOG-lobby-section #SOG-no-games-found button {
  background: #424653;
  color: white;
  font-weight: bold;
  transition: 0.2s;
  padding: 5px 20px;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 0px;
  width: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.295);
  border-bottom: 5px solid rgba(255, 255, 255, 0.322);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
main #SOG-lobby-section #SOG-no-games-found button:hover {
  filter: brightness(1.1);
}
main #SOG-lobby-section .SOG-games-section {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
main #SOG-lobby-section .SOG-games-section h2 {
  position: relative;
  z-index: 1000;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  height: 30px;
  margin-bottom: -20px;
  font-size: 25px;
  letter-spacing: 1px;
  cursor: default;
}
main #SOG-lobby-section .SOG-games-section h2:hover {
  z-index: 10001;
}
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  outline: none;
}
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger:hover, main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger:focus-visible, main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger:focus-within {
  color: #17181a;
}
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger:hover .category-info-icon, main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger:focus-visible .category-info-icon, main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger:focus-within .category-info-icon {
  transform: scale(1.1);
}
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger:hover .category-info-icon .info-ring, main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger:focus-visible .category-info-icon .info-ring, main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger:focus-within .category-info-icon .info-ring {
  fill: #a0bfe7;
  stroke: #a0bfe7;
}
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger:hover .category-tooltip-popup, main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger:focus-visible .category-tooltip-popup, main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger:focus-within .category-tooltip-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger .category-info-icon {
  width: 20px;
  height: 20px;
  display: block;
  transition: transform 0.15s ease;
}
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger .category-info-icon .info-ring {
  fill: rgba(255, 255, 255, 0.1);
  stroke: rgba(255, 255, 255, 0.55);
  stroke-width: 1.8;
  transition: fill 0.15s ease, stroke 0.15s ease;
}
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger .category-info-icon .info-dot,
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger .category-info-icon .info-bar {
  fill: currentColor;
}
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger .category-tooltip-popup {
  position: absolute;
  top: calc(100% + 12px);
  left: -6px;
  width: 440px;
  max-width: calc(100vw - 160px);
  padding: 12px 16px 13px;
  background: linear-gradient(180deg, #34373f 0%, #22242a 100%);
  border: 1px solid rgba(160, 191, 231, 0.35);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 34px rgba(0, 0, 0, 0.55);
  color: rgba(255, 255, 255, 0.9);
  font-family: fontFamilyRegular, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-transform: none;
  text-align: left;
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  z-index: 10000;
}
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger .category-tooltip-popup .category-tooltip-title {
  display: block;
  margin-bottom: 4px;
  font-family: fontFamilyBold;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #a0bfe7;
}
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger .category-tooltip-popup::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 9px;
  border: 7px solid transparent;
  border-bottom-color: rgba(160, 191, 231, 0.35);
}
main #SOG-lobby-section .SOG-games-section .category-tooltip-trigger .category-tooltip-popup::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 10px;
  border: 6px solid transparent;
  border-bottom-color: #34373f;
}
main #SOG-lobby-section .SOG-games-section .games-container-scroller-right {
  position: absolute;
  height: calc(100% - 60px);
  margin-top: 40px;
  width: 60px;
  background: rgba(4, 36, 62, 0.878);
  z-index: 999;
  border-radius: 7px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  transition: 0.2s;
  left: 100%;
  transform: translateX(-100%);
  display: none;
}
main #SOG-lobby-section .SOG-games-section .games-container-scroller-right svg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main #SOG-lobby-section .SOG-games-section #featured-games-container {
  max-height: 31vw;
  min-height: 300px;
}
main #SOG-lobby-section .SOG-games-section .games-container {
  margin: 30px 0;
  position: relative;
  width: calc(100% + 50px);
  padding: 10px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 50px;
  margin-left: -10px;
  border-radius: 0px;
  overflow-y: hidden;
  padding-left: 50px;
  margin-left: -50px;
  padding-right: 50px;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  touch-action: pan-y;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
main #SOG-lobby-section .SOG-games-section .games-container:-webkit-scrollbar {
  display: none;
}
main #SOG-lobby-section .SOG-games-section .games-container::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  background: transparent !important;
}
main #SOG-lobby-section .SOG-games-section .games-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}
main #SOG-lobby-section .SOG-games-section .games-container::-webkit-scrollbar-track {
  background: transparent !important;
}
main #SOG-lobby-section .SOG-games-section .games-container button, main #SOG-lobby-section .SOG-games-section .games-container a.game-link {
  background: none;
  border-radius: 15px;
  border: none;
  padding: 0 0px;
  outline: none;
}
main #SOG-lobby-section .SOG-games-section .games-container a.game-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
main #SOG-lobby-section .SOG-games-section .games-container .games-container-list {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: auto;
  position: relative;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-group .game-icon.large {
  width: calc(470px + 10px);
  flex-shrink: 0;
  height: 100%;
  min-height: calc(132px + 132px + 10px);
}
main #SOG-lobby-section .SOG-games-section .games-container .game-group .game-icon.large img {
  height: 100%;
  transform: scale(1.03);
}
main #SOG-lobby-section .SOG-games-section .games-container .game-group .small-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  grid-auto-flow: column;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-group .small-group .game-icon.small {
  width: 235px;
  flex-shrink: 0;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon {
  background-size: cover;
  background-position: center;
  transition: 0.3s ease;
  cursor: pointer;
  min-width: 235px;
  width: 235px;
  position: relative;
  background: #082f569e;
  border-radius: 15px;
  height: 132px;
  opacity: 0.5;
  overflow: hidden;
  filter: brightness(0.5);
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon.has-unloaded-cover .game-cover-img {
  opacity: 0 !important;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon.highlight {
  opacity: 1;
  filter: brightness(1.2);
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon:active {
  transform: scale(0.95);
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon.coming-soon .coming-soon-img {
  opacity: 1;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon.locked .game-cover-img, main #SOG-lobby-section .SOG-games-section .games-container .game-icon.locked video {
  filter: grayscale(0.55) brightness(0.62);
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon.locked:hover .game-cover-img, main #SOG-lobby-section .SOG-games-section .games-container .game-icon.locked:hover video {
  filter: none;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon.locked:hover .game-lock-overlay {
  background: linear-gradient(160deg, rgba(14, 15, 17, 0.45) 0%, rgba(14, 15, 17, 0) 40%, rgba(14, 15, 17, 0) 100%);
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon.locked.small .game-new-badge {
  left: 46px;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon .game-lock-overlay {
  position: absolute;
  inset: 0;
  z-index: 60;
  border-radius: 15px;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(14, 15, 17, 0.72) 0%, rgba(14, 15, 17, 0.1) 45%, rgba(14, 15, 17, 0) 100%);
  transition: 0.3s ease;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon .game-lock-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a2600;
  background: #ffc013;
  border: 2px solid #fff200;
  border-radius: 1000px;
  box-shadow: 0 3px 0 rgba(146, 88, 0, 0.85), 0 4px 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon .game-lock-badge svg {
  width: 16px;
  height: 16px;
  display: block;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon:hover .game-lock-badge {
  transform: scale(1.12);
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon.large .game-lock-badge {
  width: 44px;
  height: 44px;
  top: 12px;
  left: 12px;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon.large .game-lock-badge svg {
  width: 22px;
  height: 22px;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon.large.locked .game-new-badge {
  left: 66px;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon img {
  width: 100%;
  display: none;
  height: auto;
  border-radius: 17px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.782);
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon .game-cover-img {
  display: block;
  opacity: 0;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon .game-new-badge {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 99999999;
  background: linear-gradient(180deg, #FFE968, #F5A623);
  color: #3A1C00;
  font-family: fontFamilyBold;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 8px;
  border: 2px solid #2a2c34;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
  pointer-events: none;
  line-height: 1.2;
  white-space: nowrap;
  animation: sog-new-badge-pulse 2.6s ease-in-out infinite;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon .coming-soon-img {
  position: absolute;
  box-shadow: none;
  border-radius: 0;
  width: 140px;
  filter: brightness(0.8);
  opacity: 0;
  z-index: 99999999;
  left: 0;
  box-shadow: none;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon video.video-preview {
  opacity: 1;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon .game-title {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.622) 0%, rgba(255, 255, 255, 0) 100%);
  color: white;
  font-size: 17px;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  border-bottom-left-radius: 10px 13px;
  border-bottom-right-radius: 10px 13px;
  white-space: wrap;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
  text-shadow: 0px 3px 0 rgba(0, 0, 0, 0.323);
  display: block;
  text-wrap: normal;
  overflow-wrap: break-word;
  display: none;
  margin-top: 2px;
  z-index: 99;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon .game-type-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-100%, 0%);
  filter: brightness(1);
  opacity: 0;
  margin: 8px -8px;
  display: none;
  z-index: 99;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon .ml {
  background: url("/media/images/icons/ml.png");
  background-size: cover;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon .loudness {
  background: url("/media/images/icons/loudness.png");
  background-size: cover;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon .pitch {
  background: url("/media/images/icons/pitch.png");
  background-size: cover;
}
main #SOG-lobby-section .SOG-games-section .games-container .game-icon .speech {
  background: url("/media/images/icons/speech.png");
  background-size: cover;
}
main #SOG-lobby-section #games-categories-list .game-icon {
  max-width: 235px;
}
main #SOG-leaderboard-section {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  position: relative;
  font-family: fontFamilyRegular;
  letter-spacing: 1.5px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
main #SOG-leaderboard-section .leaderboard-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list {
  display: flex;
  gap: 10px;
  padding: 4px;
  border-radius: 1000px;
  background: rgba(18, 19, 23, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.08);
}
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list div,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list div,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch div,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list div {
  border-radius: 1000px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.15s background, 0.15s transform;
}
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list div p,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list div p,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch div p,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list div p {
  font-family: fontFamilyBold;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1;
  margin: 0;
  padding: 9px 26px;
  position: relative;
  top: -1px;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list div:hover,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list div:hover,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch div:hover,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list div:hover {
  background: rgba(255, 255, 255, 0.1);
}
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list div:hover p,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list div:hover p,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch div:hover p,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list div:hover p {
  color: #fff;
}
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list div:active,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list div:active,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch div:active,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list div:active {
  transform: scale(0.96);
}
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list .current-leaderboard,
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list .current-mode,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list .current-leaderboard,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list .current-mode,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch .current-leaderboard,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch .current-mode,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list .current-leaderboard,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list .current-mode {
  background: linear-gradient(180deg, #e44e67, #cb1634);
  border-color: #d4dfec;
  box-shadow: inset 0 -4px 0 rgba(116, 10, 27, 0.9);
}
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list .current-leaderboard p,
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list .current-mode p,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list .current-leaderboard p,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list .current-mode p,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch .current-leaderboard p,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch .current-mode p,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list .current-leaderboard p,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list .current-mode p {
  color: #1d1f26;
}
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list .current-leaderboard:hover,
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list .current-mode:hover,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list .current-leaderboard:hover,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list .current-mode:hover,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch .current-leaderboard:hover,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch .current-mode:hover,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list .current-leaderboard:hover,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list .current-mode:hover {
  background: linear-gradient(180deg, #e44e67, #cb1634);
}
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list .current-leaderboard:hover p,
main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list .current-mode:hover p,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list .current-leaderboard:hover p,
main #SOG-leaderboard-section .leaderboard-header #current-teams-rankings-list .current-mode:hover p,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch .current-leaderboard:hover p,
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch .current-mode:hover p,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list .current-leaderboard:hover p,
main #SOG-leaderboard-section .leaderboard-header #coins-sort-list .current-mode:hover p {
  color: #1d1f26;
}
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch .current-mode {
  background: linear-gradient(180deg, #ffd21f, #f08c1a);
  border-color: #ffe98a;
  box-shadow: inset 0 -4px 0 rgba(120, 60, 0, 0.8);
}
main #SOG-leaderboard-section .leaderboard-header #leaderboard-mode-switch .current-mode:hover {
  background: linear-gradient(180deg, #ffd21f, #f08c1a);
}
main #SOG-leaderboard-section .leaderboard-mode-header {
  margin-bottom: -6px;
}
main #SOG-leaderboard-section #leaderboard-players-view {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 90px auto 0;
  padding: 70px 5% 30px;
  box-sizing: border-box;
  background: #2e323d;
  border-radius: 50px;
  border-bottom: 10px solid #013258cc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.178);
}
main #SOG-leaderboard-section #leaderboard-players-view .SOG-lb-tabs {
  margin-bottom: 12px;
}
main #SOG-leaderboard-section #leaderboard-players-view .SOG-individual-rankings-title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: 0;
  line-height: 0;
}
main #SOG-leaderboard-section #leaderboard-players-view .SOG-individual-rankings-title img {
  display: block;
  margin: 0 auto;
  width: min(430px, 70%);
  height: auto;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.35));
}
main #SOG-leaderboard-section #leaderboard-teams-view #SOG-team-leaderboard {
  max-width: 1280px;
  margin-top: 90px;
  margin-bottom: 0;
  padding-top: 70px;
  transform: none;
}
main #SOG-leaderboard-section #leaderboard-teams-view #SOG-team-leaderboard .SOG-team-grid {
  margin-top: 24px;
}
main #SOG-leaderboard-section .leaderboard-tables {
  width: 100%;
}
main #SOG-leaderboard-section .leaderboard-tables .leaderboard-table {
  display: none;
}
main #SOG-leaderboard-section .leaderboard-podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas: "second first third";
  gap: 18px;
  align-items: end;
  padding-top: 0;
  margin-bottom: 22px;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  min-width: 0;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  animation: leaderboardRowIn 0.5s both;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card:hover {
  filter: brightness(1.08);
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-rank-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  transform: rotate(-45deg);
  border: 3px solid #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-rank-badge span {
  transform: rotate(45deg);
  font-family: fontFamilyUltra;
  font-size: 19px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-avatar-ring {
  border-radius: 50%;
  padding: 4px;
  margin-top: 8px;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-avatar-ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #424653;
  display: block;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-avatar-ring .sog-avatar-vid {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-name {
  margin: 4px 0 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
  font-family: fontFamilyUltra;
  font-size: 23px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.15;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-name.podium-name-wrap {
  white-space: normal;
  max-height: 3.45em;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-rank-line {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: -6px 0 12px;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-rank-line img {
  max-width: 28px;
  max-height: 28px;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-rank-line .podium-rank-title {
  font-family: fontFamilyBold;
  font-size: 20px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats {
  margin-top: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  align-items: center;
  gap: 12px;
  background: rgba(18, 19, 23, 0.55);
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 10px 14px;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats .podium-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 0;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats .podium-stat .podium-stat-value {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: fontFamilyUltra;
  font-size: 26px;
  letter-spacing: 1px;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats .podium-stat .podium-stat-value img {
  width: 26px;
  height: 26px;
  position: relative;
  top: 2px;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats .podium-stat:first-child .podium-stat-value span {
  color: #ffc013;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats .podium-stat .podium-stat-label {
  font-family: fontFamilyBold;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats .podium-stat-divider {
  height: 32px;
  background: rgba(255, 255, 255, 0.14);
}
main #SOG-leaderboard-section .leaderboard-podium .podium-first {
  grid-area: first;
  min-height: 378px;
  padding: 26px 22px 20px;
  background: linear-gradient(180deg, rgba(255, 192, 19, 0.16), rgba(36, 39, 46, 0.92));
  border: 3px solid #ffc013;
  animation-delay: 0.12s;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-rank-badge {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #fff9c4, #e8a400);
  border-color: #ffc013;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-rank-badge span {
  font-size: 22px;
  color: #3a2600;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-avatar-ring {
  width: 122px;
  height: 122px;
  margin-top: 6px;
  background: linear-gradient(160deg, #fff6c8, #ffc013 45%, #a56b00);
  animation: leaderboardGoldGlow 3s ease-in-out infinite;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-name {
  font-size: 25px;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-rank-line .podium-rank-title {
  color: #ffc013;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-stats {
  border-color: #ffc013;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-stats .podium-stat .podium-stat-value {
  font-size: 28px;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-second {
  grid-area: second;
  min-height: 326px;
  padding: 24px 20px 18px;
  background: linear-gradient(180deg, rgba(233, 237, 243, 0.14), rgba(36, 39, 46, 0.92));
  border: 3px solid #f0f3f7;
  animation-delay: 0.06s;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-second .podium-rank-badge {
  background: linear-gradient(135deg, #fff, #cbd3dd);
  border-color: #f0f3f7;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-second .podium-rank-badge span {
  color: #363a44;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-second .podium-avatar-ring {
  width: 98px;
  height: 98px;
  background: linear-gradient(160deg, #fff, #dae0e8);
}
main #SOG-leaderboard-section .leaderboard-podium .podium-second .podium-stats {
  border-color: #f0f3f7;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-third {
  grid-area: third;
  min-height: 288px;
  padding: 22px 20px 16px;
  background: linear-gradient(180deg, rgba(207, 127, 60, 0.16), rgba(36, 39, 46, 0.92));
  border: 3px solid #d08b4a;
  animation-delay: 0.18s;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-third .podium-rank-badge {
  background: linear-gradient(135deg, #f7cfa4, #b4661f);
  border-color: #d08b4a;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-third .podium-rank-badge span {
  color: #3a1f00;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-third .podium-avatar-ring {
  width: 92px;
  height: 92px;
  margin-top: 6px;
  background: linear-gradient(160deg, #f7cfa4, #c1712f);
}
main #SOG-leaderboard-section .leaderboard-podium .podium-third .podium-name {
  font-size: 22px;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-third .podium-rank-line .podium-rank-title {
  color: rgba(240, 176, 119, 0.9);
}
main #SOG-leaderboard-section .leaderboard-podium .podium-third .podium-stats {
  border-color: #d08b4a;
}
main #SOG-leaderboard-section .leaderboard-podium .podium-third .podium-stats .podium-stat .podium-stat-value {
  font-size: 25px;
}
main #SOG-leaderboard-section .leaderboard-list {
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, #363a44, #24272e);
  border: 2px solid rgba(223, 18, 52, 0.2);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-list-header {
  display: grid;
  grid-template-columns: 64px 1fr 120px 120px 180px;
  gap: 14px;
  padding: 14px 30px;
  background: rgba(223, 18, 52, 0.12);
  border-bottom: 2px solid rgba(223, 18, 52, 0.2);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-list-header span {
  font-family: fontFamilyBold;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-list-header .lb-head-coins {
  text-align: right;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-list-header .lb-head-games {
  text-align: center;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-list-header .lb-head-rank {
  text-align: right;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-list-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows .leaderboard-row:nth-child(odd) {
  background: rgba(18, 19, 23, 0.5);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows .leaderboard-row:nth-child(1) {
  animation-delay: 0.05s;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows .leaderboard-row:nth-child(2) {
  animation-delay: 0.1s;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows .leaderboard-row:nth-child(3) {
  animation-delay: 0.15s;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows .leaderboard-row:nth-child(4) {
  animation-delay: 0.2s;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows .leaderboard-row:nth-child(5) {
  animation-delay: 0.25s;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows .leaderboard-row:nth-child(6) {
  animation-delay: 0.3s;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows .leaderboard-row:nth-child(7) {
  animation-delay: 0.35s;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows .leaderboard-row:nth-child(8) {
  animation-delay: 0.4s;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows .leaderboard-row:nth-child(9) {
  animation-delay: 0.45s;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows .leaderboard-row:nth-child(10) {
  animation-delay: 0.5s;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-empty {
  text-align: center;
  padding: 26px 0;
  margin: 0;
  font-family: fontFamilyBold;
  color: rgba(255, 255, 255, 0.45);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row {
  display: grid;
  grid-template-columns: 64px 1fr 120px 120px 180px;
  align-items: center;
  gap: 14px;
  padding: 11px 18px;
  border-radius: 16px;
  background: rgba(18, 19, 23, 0.34);
  border: 2px solid rgba(255, 255, 255, 0.05);
  animation: leaderboardRowIn 0.4s both;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row:hover {
  filter: brightness(1.12);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-rank {
  font-family: fontFamilyUltra;
  font-size: 22px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.45);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  cursor: pointer;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player .lb-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player .lb-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #424653;
  display: block;
  transform: scale(1.18);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player .lb-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.22);
  z-index: 2;
  pointer-events: none;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player .lb-name {
  font-family: fontFamilyBold;
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 4px;
  position: relative;
  top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player .lb-name .lb-number {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.58em;
  letter-spacing: 1.5px;
  line-height: 1.2;
  transform: translateY(4px);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player .lb-name .lb-username {
  display: block;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.25;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player .lb-team {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transform: translateY(1px);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  border: 2px solid rgba(255, 255, 255, 0.14);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player .lb-team img {
  max-width: 19px;
  max-height: 19px;
  position: relative;
  top: 2px;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-coins {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-coins img {
  width: 22px;
  height: 22px;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-coins span {
  font-family: fontFamilyBold;
  font-size: 19px;
  color: #ffc013;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-games {
  font-family: fontFamilyBold;
  font-size: 19px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-rank-title {
  font-family: fontFamilyBold;
  font-size: 17px;
  letter-spacing: 1px;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 6px 2px;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-divider span {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.09);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-divider p {
  font-family: fontFamilyBold;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row {
  background: linear-gradient(90deg, rgba(255, 192, 19, 0.2), rgba(255, 192, 19, 0.06));
  border: 2px solid rgba(255, 192, 19, 0.55);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  animation: none;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row:hover {
  filter: brightness(1.08);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row .lb-rank {
  color: #ffc013;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row .lb-player {
  cursor: default;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row .lb-player .lb-avatar {
  background: linear-gradient(160deg, #fff200, #ffc013);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row .lb-player .lb-avatar::after {
  border-color: #ffc013;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row .lb-player .lb-name {
  color: #ffe9a3;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row .lb-player .lb-name .lb-number {
  color: rgba(255, 233, 163, 0.5);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row .lb-player .upsell-pencil {
  cursor: pointer;
  color: #ffe9a3;
  font-size: 15px;
  flex-shrink: 0;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row .lb-player .lb-you-chip {
  flex-shrink: 0;
  font-family: fontFamilyBold;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #3a2600;
  background: linear-gradient(180deg, #fff200, #ffc013);
  border-radius: 1000px;
  padding: 3px 11px;
  text-transform: uppercase;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row .lb-player .lb-you-hint {
  flex-shrink: 0;
  font-family: fontFamilyBold;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 233, 163, 0.6);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row .lb-games {
  color: rgba(255, 233, 163, 0.85);
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row .lb-rank-title {
  color: #ffe9a3;
}
main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-guest .lb-player .lb-name {
  text-transform: none;
}
main #SOG-leaderboard-section #leaderboard-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 0 20px;
}
main #SOG-leaderboard-section #leaderboard-pagination.loading {
  pointer-events: none;
  opacity: 0.4;
}
main #SOG-leaderboard-section #leaderboard-pagination .leaderboard-page-num {
  min-width: 44px;
  text-align: center;
  border-radius: 14px;
  padding: 9px 0;
  cursor: pointer;
  background: rgba(18, 19, 23, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.08);
  transition: 0.15s background;
}
main #SOG-leaderboard-section #leaderboard-pagination .leaderboard-page-num p {
  font-family: fontFamilyUltra;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  position: relative;
  top: -2px;
  color: rgba(255, 255, 255, 0.75);
}
main #SOG-leaderboard-section #leaderboard-pagination .leaderboard-page-num:hover {
  background: rgba(255, 255, 255, 0.1);
}
main #SOG-leaderboard-section #leaderboard-pagination .leaderboard-page-num:hover p {
  color: #fff;
}
main #SOG-leaderboard-section #leaderboard-pagination .leaderboard-page-num:active {
  transform: scale(0.95);
}
main #SOG-leaderboard-section #leaderboard-pagination .leaderboard-page-num.current-page {
  background: linear-gradient(180deg, #e44e67, #cb1634);
  border: 2px solid #d4dfec;
  box-shadow: 0 4px 0 rgba(116, 10, 27, 0.9);
  pointer-events: none;
}
main #SOG-leaderboard-section #leaderboard-pagination .leaderboard-page-num.current-page p {
  color: #1d1f26;
}
main #SOG-leaderboard-section #leaderboard-pagination .leaderboard-page-gap {
  font-family: fontFamilyBold;
  color: rgba(255, 255, 255, 0.45);
  padding: 0 2px;
}
@media (max-width: 1150px) {
  main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list div p {
    font-size: 15px;
    padding: 6px 20px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-list-header {
    grid-template-columns: 50px 1fr 120px 110px 150px;
    padding: 12px 22px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-row {
    grid-template-columns: 50px 1fr 120px 110px 150px;
    padding: 10px 12px;
  }
}
@media (max-width: 960px) {
  main #SOG-leaderboard-section .leaderboardDesktopOnly {
    display: none;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-list-header {
    grid-template-columns: 44px 1fr 110px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-row {
    grid-template-columns: 44px 1fr 110px;
  }
  main #SOG-leaderboard-section .leaderboard-podium {
    gap: 12px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-rank-badge {
    width: 36px;
    height: 36px;
    top: 11px;
    left: 11px;
    border-radius: 11px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-rank-badge span {
    font-size: 16px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats {
    gap: 8px;
    padding: 8px 10px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats .podium-stat .podium-stat-value {
    font-size: 21px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats .podium-stat .podium-stat-value img {
    width: 20px;
    height: 20px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-first {
    min-height: 0;
    padding: 20px 14px 14px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-rank-badge {
    width: 40px;
    height: 40px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-rank-badge span {
    font-size: 18px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-avatar-ring {
    width: 96px;
    height: 96px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-name {
    font-size: 19px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-stats .podium-stat .podium-stat-value {
    font-size: 22px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-second {
    min-height: 0;
    padding: 18px 12px 12px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-second .podium-avatar-ring {
    width: 78px;
    height: 78px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-second .podium-name {
    font-size: 17px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-third {
    min-height: 0;
    padding: 16px 12px 11px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-third .podium-avatar-ring {
    width: 72px;
    height: 72px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-third .podium-name {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  main #SOG-leaderboard-section {
    width: 100%;
    padding: 25px 8px 20px;
    margin-top: -70px;
    gap: 16px;
  }
  main #SOG-leaderboard-section .leaderboard-header {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list div {
    flex: 1;
  }
  main #SOG-leaderboard-section .leaderboard-header #current-players-rankings-list div p {
    padding: 8px 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
  }
  main #SOG-leaderboard-section .leaderboard-podium {
    gap: 8px;
    padding-top: 10px;
    margin-bottom: 16px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card {
    gap: 7px;
    border-radius: 18px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-rank-badge {
    width: 28px;
    height: 28px;
    top: 9px;
    left: 9px;
    border-radius: 9px;
    border-width: 2px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-name {
    padding: 0 2px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-rank-line {
    gap: 5px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-rank-line img {
    max-width: 15px;
    max-height: 15px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-rank-line .podium-rank-title {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 7px 6px;
    border-radius: 12px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats .podium-stat-divider {
    display: none;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats .podium-stat .podium-stat-value {
    gap: 4px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats .podium-stat .podium-stat-value img {
    width: 13px;
    height: 13px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .leaderboard-podium-card .podium-stats .podium-stat .podium-stat-label {
    font-size: 9px;
    letter-spacing: 1px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-first {
    padding: 14px 8px 10px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-rank-badge {
    width: 32px;
    height: 32px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-rank-badge span {
    font-size: 14px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-avatar-ring {
    width: 68px;
    height: 68px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-name {
    font-size: 14px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-first .podium-stats .podium-stat .podium-stat-value {
    font-size: 15px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-second {
    padding: 12px 8px 9px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-second .podium-rank-badge span {
    font-size: 13px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-second .podium-avatar-ring {
    width: 56px;
    height: 56px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-second .podium-stats .podium-stat .podium-stat-value {
    font-size: 14px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-third {
    padding: 11px 8px 8px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-third .podium-rank-badge span {
    font-size: 13px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-third .podium-avatar-ring {
    width: 52px;
    height: 52px;
  }
  main #SOG-leaderboard-section .leaderboard-podium .podium-third .podium-stats .podium-stat .podium-stat-value {
    font-size: 14px;
  }
  main #SOG-leaderboard-section .leaderboard-list {
    border-radius: 18px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-list-header {
    grid-template-columns: 34px 1fr 84px;
    gap: 8px;
    padding: 10px 16px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-list-header span {
    font-size: 11px;
    letter-spacing: 1px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-list-body {
    padding: 8px;
    gap: 5px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-rows {
    gap: 5px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-row {
    grid-template-columns: 34px 1fr 84px;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 12px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-rank {
    font-size: 16px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player {
    gap: 8px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player .lb-avatar {
    width: 36px;
    height: 36px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player .lb-name {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player .lb-team {
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-player .lb-team img {
    max-width: 14px;
    max-height: 14px;
    top: 1px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-coins {
    gap: 5px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-coins img {
    width: 16px;
    height: 16px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-row .lb-coins span {
    font-size: 14px;
  }
  main #SOG-leaderboard-section .leaderboard-list .leaderboard-you-row .lb-player .lb-you-hint {
    display: none;
  }
  main #SOG-leaderboard-section #leaderboard-pagination {
    gap: 7px;
    padding-bottom: 40px;
  }
  main #SOG-leaderboard-section #leaderboard-pagination .leaderboard-page-num {
    min-width: 36px;
    padding: 7px 0;
    border-radius: 11px;
  }
  main #SOG-leaderboard-section #leaderboard-pagination .leaderboard-page-num p {
    font-size: 18px;
  }
}
main #SOG-player-section {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  position: relative;
  font-family: fontFamilyRegular;
  letter-spacing: 1.5px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main #SOG-player-section .player-card {
  position: relative;
  border-radius: 32px;
  padding: 3px;
  background: linear-gradient(140deg, #e64a64 0%, #434755 42%, #ffc013 100%);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5);
}
main #SOG-player-section .player-card .player-card-inner {
  position: relative;
  border-radius: 29px;
  overflow: hidden;
  background: linear-gradient(135deg, #363a44 0%, #24272e 55%, #1c1d23 100%);
  padding: 30px 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1150px) {
  main #SOG-player-section .player-card .player-card-inner {
    grid-template-columns: 1fr;
  }
}
main #SOG-player-section .player-card .player-identity {
  display: flex;
  align-items: center;
  gap: 26px;
  min-width: 0;
  position: relative;
}
main #SOG-player-section .player-card .player-identity .player-avatar {
  position: relative;
  flex: 0 0 150px;
}
main #SOG-player-section .player-card .player-identity .player-avatar .player-avatar-ring {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(160deg, #ffc013, #fff200 40%, #e64a64);
  animation: sogPlayerGlow 3.4s ease-in-out infinite;
  position: relative;
}
main #SOG-player-section .player-card .player-identity .player-avatar .player-avatar-ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #424653;
  display: block;
}
main #SOG-player-section .player-card .player-identity .player-avatar .player-avatar-ring .sog-avatar-vid {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
main #SOG-player-section .player-card .player-identity .player-avatar .player-avatar-ring .player-avatar-edit {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 19, 23, 0.55);
  color: white;
  font-size: 42px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.2s;
  z-index: 1;
}
main #SOG-player-section .player-card .player-identity .player-avatar .player-avatar-ring.is-editable {
  cursor: pointer;
}
main #SOG-player-section .player-card .player-identity .player-avatar .player-avatar-ring.is-editable:hover .player-avatar-edit {
  opacity: 1;
}
main #SOG-player-section .player-card .player-identity .player-avatar .player-level {
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ff4d5e, #c9142b);
  border: 3px solid #fff;
  border-radius: 1000px;
  padding: 4px 16px;
  font-family: fontFamilyUltra;
  font-size: 1rem;
  letter-spacing: 2px;
  white-space: nowrap;
  box-shadow: 0 5px 0 rgba(120, 6, 22, 0.9);
  z-index: 2;
}
main #SOG-player-section .player-card .player-identity .player-identity-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-name {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
  margin: 0;
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-name .player-name-text {
  font-family: fontFamilyUltra;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 1 auto;
  min-width: 0;
  padding-bottom: calc(.22em + 5px);
  margin-bottom: calc(-.22em - 5px);
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-name .player-name-text.sog-fit-wrap {
  white-space: normal;
  overflow-wrap: anywhere;
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-name .player-number {
  flex: 0 0 auto;
  font-family: fontFamilyBold;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-name .player-team-icon {
  flex: 0 0 auto;
  height: 38px;
  width: auto;
  object-fit: contain;
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-name .premium-badge {
  flex: 0 0 auto;
  height: 40px;
  width: auto;
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-rank-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-rank-line .player-rank-name {
  font-family: fontFamilyUltra;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #ffc013;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-rank-line .player-rank-note {
  font-size: 1rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-meta .player-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(18, 19, 23, 0.55);
  border: 2px solid rgba(223, 18, 52, 0.35);
  border-radius: 1000px;
  padding: 7px 16px;
  font-family: fontFamilyBold;
  font-size: 1rem;
  letter-spacing: 1px;
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-meta .player-meta-team {
  text-transform: capitalize;
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-meta .player-meta-since {
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.65);
}
main #SOG-player-section .player-card .player-identity .player-identity-text .player-meta .player-meta-streak {
  border-color: rgba(255, 192, 19, 0.4);
  color: #ffc013;
}
main #SOG-player-section .player-card .player-totals {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
main #SOG-player-section .player-card .player-totals .player-total {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 186px;
  background: rgba(18, 19, 23, 0.5);
  border: 2px solid rgba(223, 18, 52, 0.3);
  border-radius: 22px;
  padding: 18px 22px;
}
main #SOG-player-section .player-card .player-totals .player-total img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
main #SOG-player-section .player-card .player-totals .player-total .player-total-value {
  font-family: fontFamilyUltra;
  font-size: 2.1rem;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
}
main #SOG-player-section .player-card .player-totals .player-total .player-total-label {
  font-size: 0.95rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.55);
  margin: 5px 0 0 0;
}
main #SOG-player-section .player-card .player-totals .player-total-coins {
  border-color: rgba(255, 192, 19, 0.35);
}
main #SOG-player-section .player-card .player-totals .player-total-coins .player-total-value {
  color: #ffc013;
}
main #SOG-player-section .player-periods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}
main #SOG-player-section .player-periods .player-period {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #363a44, #24272e);
  border: 2px solid rgba(223, 18, 52, 0.22);
}
main #SOG-player-section .player-periods .player-period .player-period-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 22px;
  background: rgba(223, 18, 52, 0.14);
  border-bottom: 2px solid rgba(223, 18, 52, 0.2);
}
main #SOG-player-section .player-periods .player-period .player-period-head h2 {
  font-family: fontFamilyUltra;
  font-size: 1.35rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
main #SOG-player-section .player-periods .player-period .player-period-head .player-period-games {
  font-family: fontFamilyBold;
  font-size: 0.95rem;
  letter-spacing: 1px;
  color: #d4dfec;
  white-space: nowrap;
}
main #SOG-player-section .player-periods .player-period .player-period-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 22px;
}
main #SOG-player-section .player-periods .player-period .player-period-body .player-period-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
main #SOG-player-section .player-periods .player-period .player-period-body .player-period-stat img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}
main #SOG-player-section .player-periods .player-period .player-period-body .player-period-stat p {
  font-family: fontFamilyUltra;
  font-size: 1.85rem;
  letter-spacing: 1px;
  margin: 0;
}
main #SOG-player-section .player-periods .player-period .player-period-body .player-period-stat .player-period-coins {
  color: #ffc013;
}
main #SOG-player-section .player-periods .player-period-featured {
  border-color: rgba(255, 192, 19, 0.35);
}
main #SOG-player-section .player-periods .player-period-featured .player-period-head {
  background: rgba(255, 192, 19, 0.16);
  border-bottom-color: rgba(255, 192, 19, 0.3);
}
main #SOG-player-section .player-periods .player-period-featured .player-period-head h2 {
  color: #ffc013;
}
main #SOG-player-section .player-periods .player-period-featured .player-period-head .player-period-games {
  color: rgba(255, 255, 255, 0.6);
}
main #SOG-player-section #player-achievements {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main #SOG-player-section #player-achievements .achievement-game-link {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(223, 18, 52, 0.16);
  border: 2px solid rgba(223, 18, 52, 0.38);
  color: #d1dbe9;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
main #SOG-player-section #player-achievements .achievement-game-link svg {
  width: 16px;
  height: 16px;
}
main #SOG-player-section #player-achievements .achievement-game-link:hover, main #SOG-player-section #player-achievements .achievement-game-link:focus-visible {
  background: rgba(223, 18, 52, 0.32);
  border-color: #df1234;
  color: #ffffff;
  transform: translateY(-1px);
}
main #SOG-player-section #player-achievements .achievements-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
main #SOG-player-section #player-achievements .achievements-head h2 {
  font-family: fontFamilyUltra;
  font-size: 1.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
main #SOG-player-section #player-achievements .achievements-head .achievements-count {
  font-family: fontFamilyBold;
  font-size: 1.05rem;
  color: #b8c6d8;
  margin: 0;
}
main #SOG-player-section #player-achievements .achievements-head .achievements-count span {
  color: #ffce3c;
  font-size: 1.25rem;
}
main #SOG-player-section #player-achievements .achievement-mastered-card {
  position: relative;
  border-radius: 22px;
  padding: 2px;
  background: linear-gradient(110deg, #8a5a00, #ffc013 22%, #fff9c4 40%, #ffc013 58%, #8a5a00 80%, #ffc013);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}
main #SOG-player-section #player-achievements .achievement-mastered-card.has-game-link .achievement-mastered-inner {
  padding-right: 48px;
}
main #SOG-player-section #player-achievements .achievement-mastered-card[data-achievement-id=game-collector] .achievement-mastered-medal-icon, main #SOG-player-section #player-achievements .achievement-mastered-card[data-achievement-id=premium-months] .achievement-mastered-medal-icon {
  padding-bottom: 0.18em;
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-inner {
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(160deg, #6b4e14 0%, #453412 55%, #332a12 100%);
  padding: 16px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-medal {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #fff6c8, #ffc013 45%, #a56b00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.35), 0 6px 14px rgba(0, 0, 0, 0.5);
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-medal .achievement-mastered-medal-icon {
  font-size: 1.75rem;
  line-height: 1;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.35));
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-medal .achievement-mastered-medal-check {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0f6701;
  border: 2px solid #7ef08a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #fff;
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-body {
  min-width: 0;
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-body .achievement-mastered-head-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
  font-size: 1.3rem;
  line-height: 1.3;
  max-height: 1.3em;
  overflow: hidden;
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-body .achievement-mastered-head-text .achievement-mastered-name {
  font-family: fontFamilyUltra;
  font-size: inherit;
  letter-spacing: 1px;
  color: #ffe9a3;
  margin: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-body .achievement-mastered-head-text .achievement-mastered-pill {
  font-family: fontFamilyBold;
  white-space: nowrap;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3a2600;
  background: linear-gradient(180deg, #fff200, #ffc013);
  border-radius: 1000px;
  padding: 3px 10px;
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-body .achievement-mastered-desc {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: rgba(255, 233, 163, 0.6);
  margin: 5px 0 0;
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-body .achievement-mastered-segments {
  display: flex;
  gap: 6px;
  margin-top: 9px;
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-body .achievement-mastered-segments span {
  flex: 1;
  height: 7px;
  border-radius: 1000px;
  background: linear-gradient(90deg, #fff200, #ffc013);
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-earned {
  text-align: center;
  padding-left: 18px;
  border-left: 2px solid rgba(255, 192, 19, 0.25);
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-earned .achievement-mastered-earned-coins {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-earned .achievement-mastered-earned-coins img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-earned .achievement-mastered-earned-coins span {
  font-family: fontFamilyUltra;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #ffc013;
}
main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-earned .achievement-mastered-earned-label {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 233, 163, 0.5);
  margin: 4px 0 0;
}
main #SOG-player-section #player-achievements .achievements-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 800px) {
  main #SOG-player-section #player-achievements .achievements-list {
    grid-template-columns: 1fr;
  }
}
main #SOG-player-section #player-achievements .achievement-card {
  display: grid;
  position: relative;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  background: linear-gradient(180deg, #363a44, #24272e);
  border: 2px solid rgba(223, 18, 52, 0.22);
  border-radius: 22px;
  padding: 16px 20px;
}
main #SOG-player-section #player-achievements .achievement-card.has-game-link {
  padding-right: 48px;
}
main #SOG-player-section #player-achievements .achievement-card.has-claim {
  border-color: rgba(255, 192, 19, 0.4);
}
main #SOG-player-section #player-achievements .achievement-card.has-claim .achievement-icon {
  background: rgba(255, 192, 19, 0.16);
  border-color: rgba(255, 192, 19, 0.4);
}
main #SOG-player-section #player-achievements .achievement-card[data-achievement-id=game-collector] .achievement-icon, main #SOG-player-section #player-achievements .achievement-card[data-achievement-id=premium-months] .achievement-icon {
  padding-bottom: 0.18em;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(223, 18, 52, 0.14);
  border: 2px solid rgba(223, 18, 52, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  line-height: 1;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body {
  min-width: 0;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-head-text {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 10px;
  font-size: 1.3rem;
  line-height: 1.3;
  max-height: 1.3em;
  overflow: hidden;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-head-text .achievement-name {
  font-family: fontFamilyBold;
  font-size: inherit;
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-head-text .achievement-desc {
  font-size: 0.95rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  white-space: nowrap;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-bar {
  height: 9px;
  border-radius: 1000px;
  background: rgba(18, 19, 23, 0.65);
  margin-top: 9px;
  overflow: hidden;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-bar span {
  display: block;
  height: 100%;
  border-radius: 1000px;
  background: linear-gradient(90deg, #df1234, #e64a64);
  transition: width 0.4s ease;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-levels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 9px;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-levels .achievement-level {
  flex: 1 1 auto;
  min-width: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  font-family: fontFamilyBold;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 4px 0;
  border-radius: 8px;
  background: rgba(18, 19, 23, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-levels .achievement-level .achievement-level-sep {
  opacity: 0.4;
  margin: 0 1px;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-levels .achievement-level img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  opacity: 0.55;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-levels .achievement-level.reached, main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-levels .achievement-level.claimable {
  background: rgba(255, 192, 19, 0.18);
  border-color: rgba(255, 192, 19, 0.45);
  color: #ffc013;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-levels .achievement-level.reached img, main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-levels .achievement-level.claimable img {
  opacity: 1;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-levels .achievement-level.claimed {
  background: rgba(140, 233, 154, 0.14);
  border-color: rgba(140, 233, 154, 0.4);
  color: #8ce99a;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-levels .achievement-level.claimed img {
  opacity: 1;
}
main #SOG-player-section #player-achievements .achievement-card.has-claim .achievement-bar span {
  background: linear-gradient(90deg, #ffc013, #fff200);
}
main #SOG-player-section #player-achievements .achievement-card .achievement-action {
  text-align: center;
  padding: 0 8px;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-action .achievement-claim-btn {
  background: #ffc013;
  border: 3px solid #fff200;
  box-shadow: 0 5px 0 rgba(146, 88, 0, 0.9);
  border-radius: 1000px;
  padding: 12px 22px;
  font-family: fontFamilyUltra;
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3a2600;
  cursor: pointer;
  transition: filter 0.15s, transform 0.1s, box-shadow 0.1s;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-action .achievement-claim-btn:hover {
  filter: brightness(1.08);
}
main #SOG-player-section #player-achievements .achievement-card .achievement-action .achievement-claim-btn:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 rgba(146, 88, 0, 0.9);
}
main #SOG-player-section #player-achievements .achievement-card .achievement-action .achievement-claim-btn:disabled {
  opacity: 0.6;
  cursor: default;
  transform: none;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-action .achievement-next-value {
  font-family: fontFamilyUltra;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-action .achievement-next-value.ready-state {
  color: #ffc013;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-action .achievement-next-value.done-state {
  color: #8ce99a;
}
main #SOG-player-section #player-achievements .achievement-card .achievement-action .achievement-next-label {
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
}
main #SOG-player-section #player-achievements .achievements-note {
  font-size: 1rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}
main #SOG-play-section {
  width: 100%;
  max-width: 2000px;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
main #SOG-play-section #SOG-play-section-games-list {
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  justify-content: space-between;
  margin-top: -5px;
  padding-bottom: 30px;
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right {
  height: auto;
  width: 15%;
  margin-top: -2px;
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-game-icon, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-game-icon {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1.78;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s filter, 0.2s transform;
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-game-icon img, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-game-icon img {
  width: 100%;
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-game-icon:hover, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-game-icon:hover {
  filter: brightness(1.1);
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-game-icon:active, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-game-icon:active {
  transform: scale(0.95);
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-game-icon.locked img, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-game-icon.locked img {
  filter: grayscale(0.55) brightness(0.62);
  transition: 0.3s ease;
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-game-icon.locked::after, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-game-icon.locked::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(14, 15, 17, 0.72) 0%, rgba(14, 15, 17, 0.1) 45%, rgba(14, 15, 17, 0) 100%);
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-game-icon.locked:hover img, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-game-icon.locked:hover img {
  filter: grayscale(0.15) brightness(0.8);
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-game-icon.locked:hover .suggestion-lock-badge, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-game-icon.locked:hover .suggestion-lock-badge {
  transform: scale(1.12);
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-game-icon .suggestion-lock-badge, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-game-icon .suggestion-lock-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a2600;
  background: #ffc013;
  border: 2px solid #fff200;
  border-radius: 1000px;
  box-shadow: 0 3px 0 rgba(146, 88, 0, 0.85), 0 4px 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-game-icon .suggestion-lock-badge svg, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-game-icon .suggestion-lock-badge svg {
  width: 13px;
  height: 13px;
  display: block;
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-ad-container, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-ad-container {
  position: relative;
  width: 100%;
  padding-top: 120%;
  background: #2a2c34;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  border: 6px solid #353944;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.562);
  transition: 0.2s;
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-ad-container p, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-ad-container p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2vw;
}
main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left #SOG-play-section-ad-container:hover, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right #SOG-play-section-ad-container:hover {
  filter: brightness(1.1);
}
main #SOG-play-section #SOG-game-container {
  width: 70%;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-height: 2050px;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked {
  background: #2a2c34;
  position: relative;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  width: 1280px;
  height: 720px;
  padding-bottom: 0px;
  margin-top: 10px;
  outline: 10px solid #353944;
  outline-offset: 0;
  border-radius: 1px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.664);
  overflow: hidden;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: none;
  overflow: hidden;
  background: #2a2c34;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: 100%;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-actions .game-gate-btn {
  height: 76px;
  padding: 0 26px;
  gap: 12px;
  border-radius: 38px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-actions .game-gate-btn-label {
  font-size: 23px;
  letter-spacing: 1.5px;
  white-space: nowrap;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-actions .game-gate-btn-price {
  padding: 4px 13px 4px 8px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-actions .game-gate-btn-price img {
  width: 26px;
  height: 26px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-actions .game-gate-btn-price span {
  font-size: 22px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit #SOG-game-limit-login {
  background: linear-gradient(180deg, #8ef77a, #45d63a 55%, #27b021);
  border-color: #d4ffc2;
  box-shadow: 0 7px 0 rgba(18, 92, 14, 0.9), 0 16px 30px rgba(0, 0, 0, 0.4);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit #SOG-game-limit-login:active {
  box-shadow: 0 3px 0 rgba(18, 92, 14, 0.9);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit #SOG-game-limit-login .game-gate-btn-label {
  color: #0c3a06;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit #SOG-game-limit-login .game-gate-btn-price {
  background: #dcffd0;
  border-color: rgba(12, 58, 6, 0.35);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit #SOG-game-limit-login .game-gate-btn-price span {
  color: #0c3a06;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit #SOG-game-limit-unlimited {
  position: relative;
  overflow: visible;
  background: linear-gradient(180deg, #ffb35c, #ff8a1f 55%, #ec6a00);
  border-color: #ffd9ad;
  box-shadow: 0 7px 0 rgba(140, 52, 0, 0.9), 0 16px 30px rgba(0, 0, 0, 0.4);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit #SOG-game-limit-unlimited:active {
  box-shadow: 0 3px 0 rgba(140, 52, 0, 0.9);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit #SOG-game-limit-unlimited .game-gate-btn-label {
  color: white;
  text-shadow: 0 2px 0 rgba(120, 40, 0, 0.55);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit #SOG-game-limit-unlimited .game-gate-btn-off {
  position: absolute;
  top: -22px;
  right: -22px;
  transform: rotate(8deg);
  transform-origin: center;
  pointer-events: none;
  background: linear-gradient(180deg, #ff5a4d, #e11900 60%, #b81100);
  border: 3.5px solid white;
  border-radius: 1000px;
  padding: 3.5px 17.5px 7.5px;
  font-family: fontFamilyUltra;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 1;
  white-space: nowrap;
  color: white;
  text-shadow: 0 2px 0 rgba(110, 10, 0, 0.55);
  box-shadow: 0 0 0 1px rgba(110, 10, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.4);
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-cover, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px) brightness(0.62) saturate(0.9);
  transform: scale(1.12);
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-veil, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 23, 27, 0.34) 0%, rgba(21, 23, 27, 0.58) 44%, rgba(21, 23, 27, 0.68) 100%);
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-panel, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  color: white;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-art, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-art {
  width: 520px;
  max-width: 100%;
  border-radius: 22px;
  padding: 4px;
  background: linear-gradient(180deg, rgba(255, 192, 19, 0.9), rgba(224, 139, 0, 0.5));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-art-inner, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-art-inner {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-art-inner img, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-art-inner img {
  display: block;
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-pill, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-pill {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(18, 19, 23, 0.82);
  border: 2px solid rgba(255, 192, 19, 0.85);
  border-radius: 1000px;
  padding: 9px 20px 9px 14px;
  color: #ffc013;
  font-family: fontFamilyBold;
  font-size: 17px;
  letter-spacing: 2.5px;
  white-space: nowrap;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-pill svg, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-pill svg {
  width: 19px;
  height: 19px;
  flex: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-text, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-text {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  max-width: 560px;
  text-wrap: pretty;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-text strong, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-text strong {
  color: #ffc013;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-btn, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-btn {
  background: linear-gradient(180deg, #ffd34a, #ffc013 55%, #f0a800);
  border: 3px solid #fff200;
  box-shadow: 0 7px 0 rgba(146, 88, 0, 0.9), 0 16px 30px rgba(0, 0, 0, 0.4);
  outline: none;
  height: 88px;
  padding: 0 30px;
  border-radius: 44px;
  cursor: pointer;
  transition: 0.12s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-btn:hover, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-btn:hover {
  filter: brightness(1.06);
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-btn:active, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-btn:active {
  transform: translateY(4px);
  box-shadow: 0 3px 0 rgba(146, 88, 0, 0.9);
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-btn-label, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-btn-label {
  font-family: fontFamilyUltra;
  font-size: 29px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #3a2600;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.4);
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-btn-price, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-btn-price {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #ffe9a3;
  border: 2px solid rgba(58, 38, 0, 0.4);
  border-radius: 1000px;
  padding: 6px 15px 6px 10px;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-btn-price img, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-btn-price img {
  width: 30px;
  height: 30px;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-btn-price span, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-btn-price span {
  font-family: fontFamilyUltra;
  font-size: 27px;
  letter-spacing: 1px;
  color: #3a2600;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-browse, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-browse {
  font-family: fontFamilyBold;
  font-size: 20px;
  letter-spacing: 1px;
  color: #d4dfec;
  border-bottom: 2px solid rgba(212, 223, 236, 0.45);
  padding-bottom: 3px;
  text-decoration: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-browse:hover, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-browse:hover {
  color: white;
  border-bottom-color: white;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import {
  background: #2a2c34;
  position: relative;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  width: 1280px;
  height: 720px;
  padding-bottom: 0px;
  margin-top: 10px;
  outline: 10px solid #353944;
  outline-offset: 0;
  border-radius: 1px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.664);
  opacity: 0;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-lottie {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
  top: 0;
  left: 0;
  pointer-events: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup {
  position: absolute;
  left: 50%;
  top: calc( 50% - 35px );
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: none;
  background: url("/media/images/background-motif-char.webp") repeat #2a2c34;
  background-size: 320px 210px;
  padding: 30px 40px;
  border-radius: 40px;
  border: 3px solid rgba(255, 255, 255, 0.322);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.6);
  min-width: 360px;
  width: 95%;
  max-width: 580px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-img {
  width: 200px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  opacity: 0;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  animation: logoAnim 1.5s infinite;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-badge {
  background: gold;
  color: #1a1100;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 18px;
  border-radius: 6px;
  margin-top: 26px;
  letter-spacing: 2px;
  transform: scale(0);
  opacity: 0;
  box-shadow: 0 5px 0 #e99e48;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-name {
  color: white;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 6px;
  text-shadow: 0 4px 0 rgba(192, 176, 176, 0.596);
  transform: scale(0);
  opacity: 0;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-bar-container {
  width: 100%;
  height: 24px;
  background: #1d1f25;
  border-radius: 700px;
  margin-top: 18px;
  overflow: hidden;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-bar-container #SOG-rankup-bar-fill {
  height: 100%;
  background: gold;
  border-radius: 700px;
  width: 0%;
  transition: width 0.9s ease;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-bar-labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 7px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-bar-labels #SOG-rankup-current-name {
  font-size: 15px;
  font-weight: bold;
  color: gold;
  letter-spacing: 1px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-bar-labels #SOG-rankup-next-to {
  font-size: 15px;
  font-weight: bold;
  color: #9eaaba;
  letter-spacing: 1px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-stats {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-top: 26px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-stats .rankup-stat-box {
  flex: 1;
  background: #1d1f25;
  border: 1px solid #ffffff36;
  border-radius: 10px;
  padding: 12px 16px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-stats .rankup-stat-box .rankup-stat-label {
  font-size: 15px;
  font-weight: bold;
  color: #8c98a7;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-stats .rankup-stat-box .rankup-stat-value {
  font-size: 26px;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-stats .rankup-stat-box .rankup-stat-value img {
  width: 30px;
  height: 30px;
  margin-top: 2px;
  object-fit: contain;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-rankup #SOG-rankup-content #SOG-rankup-stats .rankup-stat-box:last-child .rankup-stat-value {
  color: #8aaad4;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen {
  border-radius: 4px;
  width: calc( 100% + 5px );
  height: 100%;
  background: #32343a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  left: -3px;
  top: 0;
  z-index: 20;
  display: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-hide-game-leaderboard, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-hide-game-leaderboard {
  position: absolute;
  width: 70px;
  right: 30px;
  top: 20px;
  cursor: pointer;
  transition: 0.2s;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-hide-game-leaderboard:hover, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-hide-game-leaderboard:hover {
  filter: brightness(1.1);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard .SOG-leaderboard-loader, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen .SOG-leaderboard-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border: 8px solid rgba(255, 255, 255, 0.18);
  border-top-color: #638abc;
  border-radius: 50%;
  animation: sog-unlock-spin 1s linear infinite;
  z-index: 2;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard.is-loading .SOG-leaderboard-loader, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen.is-loading .SOG-leaderboard-loader {
  display: block;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard.is-loading #p-119487, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard.is-loading #p-1194232, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard.is-loading #SOG-game-leaderboard-sections, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen.is-loading #p-119487, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen.is-loading #p-1194232, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen.is-loading #SOG-game-leaderboard-sections {
  visibility: hidden;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #p-119487, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #p-119487 {
  text-align: center;
  margin-top: 10px;
  font-size: 55px;
  letter-spacing: 4px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.322);
  font-family: fontFamilyBold;
  text-transform: capitalize;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #p-1194232, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #p-1194232 {
  text-align: center;
  margin-top: -35px;
  font-size: 30px;
  letter-spacing: 1px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.322);
  font-family: fontFamilyMedium;
  opacity: 0.8;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #p-1194232 span, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #p-1194232 span {
  font-size: 35px;
  color: gold;
  font-family: fontFamilyBold;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections {
  width: 90%;
  height: calc(100% - 220px);
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  user-select: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section {
  width: 47%;
  background: #25272f;
  border: 3px solid #638abc;
  padding: 20px 30px;
  border-radius: 25px;
  min-height: 440px;
  height: 90%;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.262);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-highscores, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-global, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-highscores, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-global {
  height: calc(100% - 85px);
  overflow-y: scroll;
  margin-top: 10px;
  padding-right: 0px;
  padding-top: 10px;
  cursor: grab;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-highscores.is-drag-scrolling, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-global.is-drag-scrolling, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-highscores.is-drag-scrolling, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-global.is-drag-scrolling {
  cursor: grabbing;
  user-select: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-highscores::-webkit-scrollbar, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-global::-webkit-scrollbar, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-highscores::-webkit-scrollbar, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-global::-webkit-scrollbar {
  display: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-global .SOG-leaderboard-elem .SOG-leaderboard-score, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section #SOG-game-leaderboard-global .SOG-leaderboard-elem .SOG-leaderboard-score {
  background: #ecaf21;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-section-title, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-section-title {
  text-align: center;
  width: 100%;
  font-family: fontFamilyBold;
  letter-spacing: 2px;
  font-size: 29px;
  padding-top: 10px;
  padding-left: 60px;
  text-transform: capitalize;
  background: url("/media/images/leaderboard/personal.png");
  background-size: cover;
  width: 470px;
  aspect-ratio: 4.075;
  left: -52px;
  position: relative;
  text-shadow: 0px 4px 0 rgba(0, 0, 0, 0.422);
  margin-bottom: -20px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section:nth-child(2) .SOG-leaderboard-section-title, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section:nth-child(2) .SOG-leaderboard-section-title {
  background: url("/media/images/leaderboard/global.png");
  background-size: cover;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section::-webkit-scrollbar, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section::-webkit-scrollbar {
  display: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #e1e4e2;
  color: #32343a;
  height: 60px;
  border-radius: 13px;
  margin: 30px 0px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.123);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem:nth-child(1), main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem:nth-child(1) {
  margin-top: 0px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-rank, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-rank {
  font-family: fontFamilyBold;
  font-size: 40px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  margin: 0;
  margin-top: -5px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-rank span, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-rank span {
  font-family: fontFamilyRegular;
  font-size: 20px;
  margin-top: -5px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar {
  display: flex;
  width: 65%;
  height: 100%;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar.leaderboardUsername, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar.leaderboardUsername {
  cursor: pointer;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar.leaderboardUsername .SOG-leaderboard-name span, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar.leaderboardUsername .SOG-leaderboard-name span {
  color: inherit;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar.leaderboardUsername .SOG-leaderboard-name span::first-letter, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar.leaderboardUsername .SOG-leaderboard-name span::first-letter {
  text-transform: uppercase;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar .SOG-leaderboard-avatar-img, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar .SOG-leaderboard-avatar-img {
  height: 110%;
  aspect-ratio: 1;
  flex: none;
  align-self: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: #e1e4e2;
  box-shadow: 0 0 0 4px #e1e4e2;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar img, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: none;
  border-radius: 50%;
  background: #424653;
  transform: scale(1.18);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar p, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar p {
  width: 100%;
  min-width: 0;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  white-space: nowrap;
  padding: 0 10px;
  overflow: hidden;
  font-size: 20px;
  font-family: fontFamilyBold;
  margin-top: 0px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar p span, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-avatar p span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-score, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-score {
  font-family: fontFamilyBold;
  font-size: 30px;
  width: 20%;
  text-align: center;
  padding: 0 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #31a446;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-score p, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-score p {
  width: 100%;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-score p:nth-child(1), main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-score p:nth-child(1) {
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: -10px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-score p:nth-child(2), main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-leaderboard-sections .SOG-leaderboard-section .SOG-leaderboard-elem .SOG-leaderboard-score p:nth-child(2) {
  font-size: 30px;
  margin-top: 0px;
  color: white;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen h6 span {
  margin-left: 10px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-challenge-vs {
  display: flex;
  justify-content: space-between;
  width: 95%;
  position: absolute;
  left: 50%;
  max-width: 1100px;
  transform: translateX(-50%) translateY(-50%);
  top: 57%;
  font-family: fontFamilyBold;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-challenge-vs .SOG-challenge-info-player {
  width: 350px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-challenge-vs .SOG-challenge-info-player img {
  width: 180px;
  border: 5px solid white;
  border-radius: 200px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.562);
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-challenge-vs .SOG-challenge-info-player .SOG-challenge-info-player-name {
  text-align: center;
  font-size: 40px;
  margin-top: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  width: 100%;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-challenge-vs .SOG-challenge-info-player .SOG-challenge-info-player-score {
  text-align: center;
  font-size: 70px;
  color: gold;
  margin-top: -30px;
  letter-spacing: 2px;
  width: 100%;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-challenge-vs .SOG-challenge-info-player .SOG-challenge-info-player-score.isBetterScoreChallenge {
  color: #4ade80;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-challenge-vs .SOG-challenge-info-player .SOG-challenge-info-player-score.isWorseScoreChallenge {
  color: #f87171;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge-accepted-screen #SOG-game-challenge-vs #SOG-challenge-vs-text {
  font-size: 120px;
  font-family: fontFamilyBold;
  font-weight: 900;
  text-shadow: 0 5px 0px rgba(0, 0, 0, 0.562);
  color: white;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  margin-top: -40px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: none;
  text-align: center;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge.show-challenge-prompt {
  display: block;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-banner {
  position: relative;
  height: 104px;
  padding: 0 4px 4px;
  box-sizing: border-box;
  background: #e14a63;
  border-radius: 0 0 32px 32px;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.45));
  animation: sbdropL 0.8s cubic-bezier(0.2, 0.9, 0.3, 1.2) both;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-inner {
  background: linear-gradient(180deg, #454a58, #2f323b);
  border-radius: 0 0 29px 29px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.18), inset 0 -6px 0 rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 30px 0 28px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-icon {
  position: relative;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 136px;
  height: 136px;
  max-width: none;
  object-fit: contain;
  transform: translate(-50%, -50%) rotate(-8deg);
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.35));
  animation: sbboltpop 1.1s ease-out both;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  white-space: nowrap;
  animation: sbfade 1s ease-out both;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-text p {
  margin: 0;
  text-align: left;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-text #SOG-challenge-banner-title {
  font-family: fontFamilyUltra;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-text #SOG-challenge-banner-title span {
  color: #FFD60A;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-text #SOG-challenge-banner-sub {
  font-family: fontFamilyBold;
  font-size: 15px;
  color: #e14a63;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge #SOG-challenge-share-btn {
  height: 56px;
  margin: 0 0 0 12px;
  padding: 0 28px;
  border-radius: 16px;
  border: 3px solid #fff;
  background: linear-gradient(180deg, #FFE968, #F5A623);
  color: #3A1C00;
  font-family: fontFamilyUltra;
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  box-shadow: 0 4px 0 #9A5C00, 0 0 0 3px rgba(255, 214, 10, 0.25);
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  animation: sbfade 1s ease-out both, sbpulse 1.8s ease-in-out 1.2s infinite;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge #SOG-challenge-share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #9A5C00, 0 0 0 4px rgba(255, 214, 10, 0.25);
  animation: sbfade 1s ease-out both;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge #SOG-challenge-share-btn:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #9A5C00, 0 0 0 3px rgba(255, 214, 10, 0.25);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-dismiss {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #fff;
  background: linear-gradient(180deg, #FF6B6B, #E52D3A);
  color: #fff;
  cursor: pointer;
  outline: none;
  transition: transform 0.15s ease;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-dismiss svg {
  width: 15px;
  height: 15px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-dismiss:hover {
  transform: scale(1.1);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-tab {
  display: none;
  align-items: center;
  gap: 10px;
  height: 46px;
  padding: 0 24px;
  border-radius: 0 0 22px 22px;
  border: 4px solid #e14a63;
  border-top: none;
  background: linear-gradient(180deg, #454a58, #2f323b);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.28);
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.4));
  color: #e14a63;
  cursor: pointer;
  outline: none;
  transition: filter 0.15s ease;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-tab .sog-challenge-tab-bolt {
  width: 20px;
  height: 20px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-tab .sog-challenge-tab-chevron {
  width: 17px;
  height: 17px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-tab:hover {
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.4)) brightness(1.12);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge.is-collapsed .sog-challenge-banner {
  display: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge.is-collapsed .sog-challenge-tab {
  display: inline-flex;
}
@media (prefers-reduced-motion: reduce) {
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-banner, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-icon img, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge .sog-challenge-text, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge #SOG-challenge-share-btn {
    animation: none !important;
  }
}
@keyframes sbdropL {
  0% {
    transform: translateY(-130%);
  }
  60% {
    transform: translateY(6%);
  }
  80% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes sbboltpop {
  0%, 55% {
    transform: translate(-50%, -50%) rotate(-8deg) scale(0);
  }
  75% {
    transform: translate(-50%, -50%) rotate(-8deg) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-8deg) scale(1);
  }
}
@keyframes sbfade {
  0%, 60% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sbpulse {
  0%, 100% {
    box-shadow: 0 4px 0 #9A5C00, 0 0 0 3px rgba(255, 214, 10, 0.25);
  }
  50% {
    box-shadow: 0 4px 0 #9A5C00, 0 0 0 7px rgba(255, 214, 10, 0);
  }
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-not-focused {
  background: linear-gradient(60deg, #ff6ec5b4, #4ade80a9, #facc15a6, #f87171b2);
  backdrop-filter: blur(10px);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 15;
  display: none;
  margin: 0;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-not-focused p {
  position: absolute;
  left: 100%;
  top: 0px;
  transform: translate(-100%, 0%);
  font-size: 57px;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-family: fontFamilyBold;
  text-align: right;
  padding: 10px 40px;
  opacity: 0.9;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.322);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-not-focused img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  opacity: 0.9;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-not-supported {
  width: 100%;
  height: 100%;
  background: #24272f;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  display: none;
  visibility: hidden;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-not-supported p {
  font-family: fontFamilyBold;
  font-size: 70px;
  letter-spacing: 2px;
  text-align: center;
  padding: 20px;
  top: calc(50% - 40px);
  position: absolute;
  transform: translateY(-50%);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-quit-game {
  position: absolute;
  z-index: 99;
  left: 100%;
  width: 75px;
  transform: translateX(-67%);
  top: 5px;
  cursor: pointer;
  transition: 0.2s;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-quit-game:hover {
  filter: brightness(1.1);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-quit-game:active {
  transform: translateX(-67%) scale(0.95);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-quit-game img {
  width: 100%;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-play-glow-border {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  margin-top: -10px;
  border-radius: 10px;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
  animation: glow-shadow 3s ease infinite;
  display: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-play-glow-border::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: inherit;
  background: linear-gradient(60deg, #ff6ec4, #4ade80, #facc15, #f87171);
  background-size: 300% 300%;
  filter: blur(8px);
  z-index: -1;
  animation: glow-gradient 4s ease infinite;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game #full-area {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  z-index: 1;
  background-size: 79%;
  background-position: -20% 50%;
  overflow: hidden;
  border-radius: 0px;
  background: none !important;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game #full-area #game-area {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transform: none;
  border-radius: 0px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-play-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  top: 0;
  margin: 0;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(19, 19, 21, 0.62);
  backdrop-filter: blur(10px) saturate(0.9);
  -webkit-backdrop-filter: blur(10px) saturate(0.9);
  container-type: inline-size;
  cursor: default;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-play-popup .play-popup-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px) brightness(0.62) saturate(0.9);
  transform: scale(1.12);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-play-popup .play-popup-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 23, 27, 0.46) 0%, rgba(21, 23, 27, 0.6) 50%, rgba(21, 23, 27, 0.66) 100%);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-play-popup #SOG-game-container-play-popup-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5.8cqw;
  padding: 0 8.3cqw;
  box-sizing: border-box;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-play-popup #SOG-game-container-play-popup-content .play-popup-thumb {
  flex: 0 0 auto;
  width: 39.6cqw;
  height: 22.9cqw;
  border-radius: 2.5cqw;
  border: 0.625cqw solid #fff;
  transform: rotate(-3deg);
  box-shadow: 0 4.2cqw 8.3cqw rgba(0, 0, 0, 0.45);
  overflow: hidden;
  background: #17181a;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-play-popup #SOG-game-container-play-popup-content .play-popup-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-play-popup #SOG-game-container-play-popup-content .play-popup-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5cqw;
  min-width: 0;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-play-popup #SOG-game-container-play-popup-content .play-popup-title {
  margin: 0;
  font-family: puzzleGamesMainFont, fontFamilyBold, sans-serif;
  font-size: 7cqw;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 0.4cqw 0 #697083;
  text-align: left;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-play-popup #SOG-game-container-play-popup-content button {
  display: inline-flex;
  align-items: center;
  gap: 2.1cqw;
  margin: 0;
  padding: 2.1cqw 5cqw 2.1cqw 3.5cqw;
  min-height: 44px;
  border: none;
  outline: none;
  border-radius: 1.7cqw;
  background: #4ade80;
  color: #17181a;
  font-family: fontFamilyBold;
  font-size: 3.4cqw;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0.83cqw 0 #16a34a;
  transition: transform 150ms ease, background-color 150ms ease;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-play-popup #SOG-game-container-play-popup-content button .play-popup-play-icon {
  display: block;
  width: 0;
  height: 0;
  border-top: 1.6cqw solid transparent;
  border-bottom: 1.6cqw solid transparent;
  border-left: 2.4cqw solid #17181a;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-play-popup #SOG-game-container-play-popup-content button:hover {
  transform: translateY(-2px);
  background: #86efac;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-ad-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #2a2c34;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-ad-overlay video {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-ad-overlay #SOG-ad-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-ad-overlay #SOG-ad-progress #SOG-ad-progress-bar {
  height: 100%;
  width: 0%;
  background: #fff;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-ad-overlay #SOG-ad-info {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-ad-overlay #SOG-ad-info span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-family: fontFamilyMedium;
  letter-spacing: 0.5px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-loader {
  width: 100%;
  height: 100%;
  opacity: 1;
  margin-top: -25px;
  position: absolute;
  top: 25px;
  border-radius: 0px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-loader #game-loader-video {
  position: absolute;
  left: 50%;
  top: calc( 50% - 45px );
  transform: translate(-50%, -50%) scale(1.3);
  width: 260px;
  height: 210px;
  background: url("/media/images/logos/balkan-loader-sheet.webp") 0 0/6240px 210px no-repeat;
  animation: sogLoaderSheet 1.8s steps(24) infinite;
  filter: saturate(0.7) contrast(1.15) brightness(1.08) sepia(0.18) hue-rotate(-18deg) drop-shadow(0 6px 14px rgba(0, 0, 0, 0.45));
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-loader #game-loader-sprite {
  width: 200px;
  height: 200px;
  background: url("/media/images/sprites/loader.png") 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: calc( 50% - 20px);
  transform: translate(-50%, -50%);
  margin-top: -10px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-loader #game-loader-bar {
  position: absolute;
  width: 250px;
  background: rgba(255, 255, 255, 0.267);
  border: 2px solid rgba(255, 255, 255, 0.781);
  border-radius: 100px;
  height: 20px;
  left: 50%;
  top: calc( 50% + 80px );
  transform: translate(-50%, -50%);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-loader #game-loader-bar p {
  color: white;
  font-family: fontFamilyMedium;
  right: 0px;
  position: absolute;
  margin-top: -2px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-top: 7px;
  opacity: 0.9;
  letter-spacing: 1px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-loader #game-loader-bar div {
  height: 100%;
  background: #002f53ce;
  width: 0%;
  transition: 0.2s ease;
  border-radius: 300px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-loader img {
  width: 50%;
  max-width: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu {
  position: absolute;
  width: 100%;
  height: 70px;
  top: 100%;
  transform: translateY(-100%);
  z-index: 109;
  padding: 0 20px;
  margin-top: 0px;
  user-select: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-logo {
  height: 70%;
  position: absolute;
  top: 15%;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-lens {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: calc(50% - 17.5% - 20px);
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  padding: 0 15px;
  cursor: pointer;
  color: #fff;
  transition: 0.15s;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-lens:hover {
  filter: brightness(0.8);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-lens:active {
  transform: translateY(-50%) translateX(-100%) scale(0.98);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-lens.on .snap-lens-switch {
  background: #fff;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-lens.on .snap-lens-switch:after {
  left: 24px;
  background: #1c1d21;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-lens svg {
  width: 30px;
  height: 30px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-lens .snap-lens-switch {
  width: 46px;
  min-width: 46px;
  height: 24px;
  border-radius: 12px;
  border: 2px solid currentColor;
  background: transparent;
  position: relative;
  transition: 0.2s;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-lens .snap-lens-switch:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: currentColor;
  transition: 0.2s;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-challenge-score-to-beat {
  display: flex;
  left: calc(50% - 17.5%);
  position: absolute;
  justify-content: right;
  align-items: center;
  top: 50%;
  padding: 0 20px;
  transform: translateY(-50%) translateX(-100%);
  padding-top: 5px;
  display: none;
  cursor: pointer;
  transition: 0.1s;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-challenge-score-to-beat:hover {
  filter: brightness(1.1);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-challenge-score-to-beat:active {
  transform: translateY(-50%) translateX(-100%) scale(0.98);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-challenge-score-to-beat svg {
  width: 40px;
  height: 40px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-challenge-score-to-beat p {
  font-size: 25px;
  letter-spacing: 1px;
  padding-top: 10px;
  margin-right: 10px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns {
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0px;
  width: 50%;
  max-width: 350px;
  position: relative;
  left: 100%;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 100%;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns [data-tooltip] {
  position: relative;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns [data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: linear-gradient(180deg, var(--tip-a, #454a58), var(--tip-b, #2f323b));
  border: 2px solid var(--tip-line, rgba(225, 74, 99, 0.75));
  border-radius: 12px;
  padding: 8px 16px;
  font-family: fontFamilyBold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 10000;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.35);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns [data-tooltip]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  border: 8px solid transparent;
  border-top-color: var(--tip-line, rgba(225, 74, 99, 0.75));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 10000;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns [data-tooltip]:hover::after, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns [data-tooltip]:hover::before, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns [data-tooltip]:focus-visible::after, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns [data-tooltip]:focus-visible::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns svg {
  width: 30px;
  height: 30px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns #SOG-game-container-menu-fullscreen {
  width: 30px;
  padding: 0;
  margin-left: 10px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns div {
  cursor: pointer;
  display: flex;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns div img {
  height: 30px;
  margin-right: 10px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns div p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 25px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns div:hover {
  filter: brightness(0.8);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns div:active {
  transform: scale(0.95);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns div.disabled {
  opacity: 0.2;
  filter: grayscale(1);
  cursor: default;
  pointer-events: none;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns #SOG-game-container-menu-thumb-down img {
  margin-top: 9px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns #SOG-game-container-menu-thumb-up img {
  margin-top: 2px;
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns #SOG-game-container-menu-thumb-up {
  --tip-a: #2fae63;
  --tip-b: #14663a;
  --tip-line: rgba(126, 245, 173, .85);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns #SOG-game-container-menu-thumb-down {
  --tip-a: #d0453a;
  --tip-b: #7f1f18;
  --tip-line: rgba(255, 158, 146, .85);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns #SOG-game-container-menu-favourite {
  --tip-a: #d63a77;
  --tip-b: #7d0f3a;
  --tip-line: rgba(255, 150, 190, .85);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns #SOG-game-container-menu-leaderboard {
  --tip-a: #d99a0c;
  --tip-b: #8a5c00;
  --tip-line: rgba(255, 219, 110, .9);
}
main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns #SOG-game-container-menu-fullscreen {
  --tip-a: #c71e3a;
  --tip-b: #781021;
  --tip-line: rgba(227, 235, 244, .85);
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo {
  margin: 0;
  position: absolute;
  margin-top: 0px;
  width: 100%;
  top: 100%;
  transform: translateY(-100%);
  z-index: 99;
  margin-top: 0px;
  height: 70px;
  background: #00000063;
  border-radius: 0px;
  overflow: hidden;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-word {
  width: 35%;
  height: 100%;
  background: linear-gradient(0deg, #1d1f25, #32353f);
  border: 5px solid #f0425f;
  border-bottom: none;
  border-radius: 2vw;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-top: 0px;
  overflow: hidden;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-word .speech-loader-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: none;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: 3px;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-word .speech-loader-dots span {
  aspect-ratio: 1;
  height: 25%;
  background: #fff;
  border-radius: 50%;
  animation: speechDotBounce 1.4s ease-in-out infinite;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-word .speech-loader-dots span:nth-child(2) {
  animation-delay: 0.16s;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-word .speech-loader-dots span:nth-child(3) {
  animation-delay: 0.32s;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-word .speech-loader-dots span:nth-child(4) {
  animation-delay: 0.48s;
}
@keyframes speechDotBounce {
  0%, 80%, 100% {
    transform: scale(0.4);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-word p {
  padding: 0;
  width: 90%;
  text-align: center;
  text-transform: capitalize;
  text-wrap: normal;
  overflow-wrap: break-word;
  font-weight: bold;
  letter-spacing: 2px;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
  font-size: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 5%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-pitch, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-loudness {
  position: absolute;
  margin: 0;
  width: 32.5%;
  top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  top: 100%;
  transform: translateY(-100%);
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-pitch p, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-loudness p {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.603);
  font-size: 15px;
  letter-spacing: 2px;
  width: 200px;
  text-align: center;
  border-radius: 14px;
  padding: 8px 0;
  height: 40px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-100%);
  font-weight: bold;
  top: 100%;
  z-index: 999;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-pitch #SOG-audioInfo-loudness-value, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-pitch #SOG-audioInfo-pitch-value, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-loudness #SOG-audioInfo-loudness-value, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-loudness #SOG-audioInfo-pitch-value {
  width: 100%;
  height: 42px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-pitch #SOG-audioInfo-loudness-value div, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-pitch #SOG-audioInfo-pitch-value div, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-loudness #SOG-audioInfo-loudness-value div, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-loudness #SOG-audioInfo-pitch-value div {
  background: linear-gradient(to left, #fff200, #15e303 50%, #d43420 90%);
  height: 100%;
  position: relative;
  width: 100%;
  left: 100%;
  transform: translateX(-100%);
  transition: 0.2s linear;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-pitch #SOG-audioInfo-loudness-value div nav, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-pitch #SOG-audioInfo-pitch-value div nav, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-loudness #SOG-audioInfo-loudness-value div nav, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-loudness #SOG-audioInfo-pitch-value div nav {
  height: 100%;
  background: linear-gradient(0deg, #1d1f25, #32353f);
  z-index: 2;
  width: 100%;
  position: relative;
  left: 0%;
  transform: translateX(0%);
  transition: 0.2s linear;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-pitch #SOG-audioInfo-loudness-value, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-loudness #SOG-audioInfo-loudness-value {
  border-radius: 0px;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-pitch #SOG-audioInfo-loudness-value div, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-loudness #SOG-audioInfo-loudness-value div {
  left: 0%;
  background: linear-gradient(to right, #fff200, #15e303 50%, #d43420 90%);
  transform: translateX(0%);
  transition: 0.1s linear;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-pitch #SOG-audioInfo-loudness-value div nav, main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-loudness #SOG-audioInfo-loudness-value div nav {
  left: 100%;
  transform: translateX(-100%);
  transition: 0.1s linear;
}
main #SOG-play-section #SOG-game-container #SOG-audioInfo #SOG-audioInfo-loudness {
  left: 100%;
  margin-left: 0px;
  position: relative;
  transform: translate(-100%, -100%);
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo {
  margin: 0 5%;
  margin-top: 40px;
  font-size: 17px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo h1 {
  font-size: 40px;
  font-family: fontFamilyBold;
  font-weight: bold;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo h1 svg {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: -6px;
  color: #ee2f4f;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo h1 svg:hover {
  color: white;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-left: -20px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo ul li {
  color: #cd3c54;
  font-family: fontFamilyRegular;
  margin: 0 20px;
  display: flex;
  text-wrap: nowrap;
  white-space: nowrap;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo ul li span {
  color: white;
  font-family: fontFamilyRegular;
  margin-left: 10px;
  letter-spacing: 1px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords a.SOG-gameInfo-keyword-link {
  display: block;
  text-decoration: none;
  color: white;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords a.SOG-gameInfo-keyword-link:hover {
  background: #ee2f4f;
  color: #24262d;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords div, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords a.SOG-gameInfo-keyword-link {
  margin: 10px;
  padding: 1px 30px;
  background: #7b94b5;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.167);
  transition: 0.2s;
  margin-left: 0;
  margin-right: 20px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords div:nth-child(1), main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords a.SOG-gameInfo-keyword-link:nth-child(1) {
  margin-left: 0;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords div p, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords a.SOG-gameInfo-keyword-link p {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: capitalize;
  letter-spacing: 1px;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 17px;
  font-family: fontFamilyBold;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords div img, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gameInfo-keywords a.SOG-gameInfo-keyword-link img {
  max-height: 30px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-game-description {
  margin: 10px 0;
  color: white;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-commands {
  margin-top: 20px;
  margin-bottom: 20px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-commands h2 {
  color: #7b94b5;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-commands .SOG-command {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  gap: 20px;
  background: #7b94b5;
  border-radius: 10px;
  position: relative;
  margin: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.215);
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-commands .SOG-command div {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-commands .SOG-command div h3 {
  font-family: fontFamilyBold;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 25px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-commands .SOG-command div p {
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-commands .SOG-command #command-img {
  width: 100px;
  min-height: 100%;
  position: relative;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-commands .SOG-command #command-img img {
  max-height: 100%;
  max-width: 100%;
  max-height: 70px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-tips, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-conditions {
  display: flex;
  justify-content: space-between;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-tips h2, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-conditions h2 {
  background: linear-gradient(#ac06f8, #860ae6);
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-tips p, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-conditions p {
  width: calc(100% - 220px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  margin: 0;
  margin-bottom: 10px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-tips p .tip-line, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-conditions p .tip-line {
  display: block;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gold-text {
  background: linear-gradient(#fcba10, #fdc10e);
  width: 80%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 10px 20px;
  letter-spacing: 0.5px;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.692);
  color: black;
  font-family: fontFamilyBold;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download {
  margin: 20px 0;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify h2, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube h2, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download h2 {
  font-size: 35px;
  letter-spacing: 1px;
  font-family: fontFamilyBold;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify h2 img, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube h2 img, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download h2 img {
  width: 50px;
  margin-left: 10px;
  margin-top: -3px;
  vertical-align: middle;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify h2 img.sog-h2-icon-lead, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube h2 img.sog-h2-icon-lead, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download h2 img.sog-h2-icon-lead {
  margin-left: 0;
  margin-right: 10px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .sog-app-download-card, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .sog-app-download-card, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .sog-app-download-card {
  background: #2e323d;
  border: 3px solid #ee2f4f;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 15px;
  box-shadow: 0 8px 0 #1e2027;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .sog-app-download-card:hover, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .sog-app-download-card:hover, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .sog-app-download-card:hover {
  text-decoration: none;
  color: inherit;
  transform: translateY(-3px);
  border-color: #ffd23f;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .sog-app-download-card:hover .sog-app-store-badge, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .sog-app-download-card:hover .sog-app-store-badge, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .sog-app-download-card:hover .sog-app-store-badge {
  background: rgba(255, 255, 255, 0.18);
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .sog-app-download-card .sog-app-download-qr-frame, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .sog-app-download-card .sog-app-download-qr-frame, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .sog-app-download-card .sog-app-download-qr-frame {
  background: #ffffff;
  padding: 10px;
  border-radius: 16px;
  flex-shrink: 0;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .sog-app-download-card .sog-app-download-qr-frame img, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .sog-app-download-card .sog-app-download-qr-frame img, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .sog-app-download-card .sog-app-download-qr-frame img {
  width: 120px;
  height: 120px;
  display: block;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .sog-app-download-card .sog-app-download-info, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .sog-app-download-card .sog-app-download-info, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .sog-app-download-card .sog-app-download-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .sog-app-download-card .sog-app-download-info h3, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .sog-app-download-card .sog-app-download-info h3, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .sog-app-download-card .sog-app-download-info h3 {
  font-family: fontFamilyBold, sans-serif;
  font-size: 26px;
  color: #ffffff;
  margin: 0;
  letter-spacing: 1px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .sog-app-download-card .sog-app-download-info p, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .sog-app-download-card .sog-app-download-info p, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .sog-app-download-card .sog-app-download-info p {
  font-family: fontFamilyRegular, sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .sog-app-download-card .sog-app-download-info .sog-app-download-stores, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .sog-app-download-card .sog-app-download-info .sog-app-download-stores, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .sog-app-download-card .sog-app-download-info .sog-app-download-stores {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .sog-app-download-card .sog-app-download-info .sog-app-store-badge, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .sog-app-download-card .sog-app-download-info .sog-app-store-badge, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .sog-app-download-card .sog-app-download-info .sog-app-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  padding: 8px 16px;
  color: #ffffff;
  font-family: fontFamilyBold, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: background 0.2s ease;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .sog-app-download-card .sog-app-download-info .sog-app-store-badge svg, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .sog-app-download-card .sog-app-download-info .sog-app-store-badge svg, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .sog-app-download-card .sog-app-download-info .sog-app-store-badge svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .youtube-video-wrapper, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .youtube-video-wrapper, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .youtube-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-spotify .youtube-video-wrapper iframe, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-youtube .youtube-video-wrapper iframe, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-app-download .youtube-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-play-on-alexa {
  margin: 20px 0;
  margin-top: 50px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-play-on-alexa h2 {
  color: gold;
  font-family: fontFamilyBold;
  text-align: center;
  letter-spacing: 1px;
  font-size: 35px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-play-on-alexa #SOG-play-on-alexa-text {
  text-align: center;
  width: 95%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  letter-spacing: 0.5px;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-play-on-alexa #SOG-play-on-alexa-text span {
  font-family: fontFamilyBold;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-play-on-alexa div {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  max-width: 500px;
  cursor: pointer;
  transition: 0.2s;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-play-on-alexa div:hover {
  filter: brightness(1.1);
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-play-on-alexa div:active {
  transform: translateX(-50%) scale(0.98);
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-play-on-alexa div img {
  width: 25%;
  min-width: 70px;
  max-width: 170px;
  position: relative;
  z-index: 2;
}
main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-play-on-alexa div p {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  background: white;
  text-align: center;
  color: #2a2d36;
  border-radius: 1000px;
  border: 2px solid #4d5261;
  padding: 5px 0;
  font-family: fontFamilyBold;
  margin: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -20px;
  margin-top: -5px;
}
main #SOG-play-section #SOG-game-container #SOG-play-section-small-devices-game-lists {
  display: none;
  margin: 0 5%;
  margin-top: 80px;
  padding-bottom: 100px;
  margin-top: -50px;
}
main #SOG-play-section #SOG-game-container #SOG-play-section-small-devices-game-lists p {
  font-size: 40px;
}
main #SOG-play-section #SOG-game-container #SOG-play-section-small-devices-game-lists #SOG-play-section-small-devices-game-lists-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
main #SOG-play-section #SOG-game-container #SOG-play-section-small-devices-game-lists #SOG-play-section-small-devices-game-lists-content div, main #SOG-play-section #SOG-game-container #SOG-play-section-small-devices-game-lists #SOG-play-section-small-devices-game-lists-content a.game-link {
  display: block;
  text-decoration: none;
  color: inherit;
  margin: 10px;
  cursor: pointer;
  transition: 0.3s;
  width: 300px;
}
main #SOG-play-section #SOG-game-container #SOG-play-section-small-devices-game-lists #SOG-play-section-small-devices-game-lists-content div img, main #SOG-play-section #SOG-game-container #SOG-play-section-small-devices-game-lists #SOG-play-section-small-devices-game-lists-content a.game-link img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.782);
}
main #SOG-play-section #SOG-game-container #SOG-play-section-small-devices-game-lists #SOG-play-section-small-devices-game-lists-content div:hover, main #SOG-play-section #SOG-game-container #SOG-play-section-small-devices-game-lists #SOG-play-section-small-devices-game-lists-content a.game-link:hover {
  transform: scale(1.03);
}
main .loader {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 8px solid #f3f3f3;
  border-top: 8px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

footer {
  position: absolute;
  z-index: 2222;
  width: 100%;
  height: auto;
  margin-top: 0;
  background: #2a2c34;
  padding: 70px 50px;
  padding-top: 50px;
}
footer #mr-farts-footer-link {
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  right: 0;
  bottom: 0;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
footer #mr-farts-footer-link:focus, footer #mr-farts-footer-link:focus-visible, footer #mr-farts-footer-link:active {
  outline: none;
}
footer #mr-farts-footer-link #mr-farts-footer {
  position: static;
  height: auto;
  display: block;
  margin: 0;
  transform: none;
  transition: transform 0.2s ease;
}
footer #mr-farts-footer-link .mr-farts-app-tag {
  --bubble: #22c55e;
  position: absolute;
  right: 100px;
  bottom: 96px;
  background: var(--bubble);
  color: #ffffff;
  font-family: fontFamilyBold, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px 11px;
  border-radius: 14px;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  cursor: pointer;
  transform-origin: bottom right;
  transition: transform 0.2s ease, background 0.2s ease;
}
footer #mr-farts-footer-link .mr-farts-app-tag::before, footer #mr-farts-footer-link .mr-farts-app-tag::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
footer #mr-farts-footer-link .mr-farts-app-tag::before {
  top: 100%;
  right: 14px;
  width: 20px;
  height: 10px;
  background: #ffffff;
}
footer #mr-farts-footer-link .mr-farts-app-tag::after {
  top: calc(100% - 1px);
  right: 15.83px;
  width: 16.34px;
  height: 8.17px;
  background: var(--bubble);
  transition: background 0.2s ease;
}
footer #mr-farts-footer-link:hover #mr-farts-footer {
  transform: scale(1.06);
}
footer #mr-farts-footer-link:hover .mr-farts-app-tag {
  --bubble: #f0425f;
  transform: scale(1.08);
  color: #1e2025;
}
footer #mr-farts-footer-link:active #mr-farts-footer {
  transform: scale(0.92);
}
footer #footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  font-family: fontFamilyBold;
  letter-spacing: 2px;
  font-size: 20px;
  position: relative;
  height: auto;
}
footer #footer-content #footer-left, footer #footer-content #footer-middle, footer #footer-content #footer-right {
  margin: 20px 0;
  padding: 5px;
}
footer #footer-content p, footer #footer-content li, footer #footer-content a {
  color: #626879;
  font-family: fontFamilyRegular;
  font-weight: bold;
  text-decoration: none;
}
footer #footer-content a {
  transition: 0.2s;
}
footer #footer-content a:hover {
  text-decoration: underline;
  color: white;
  opacity: 0.8;
}
footer #footer-content #footer-left {
  width: 100%;
  max-width: 400px;
}
footer #footer-content #footer-left img {
  width: 200px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.2s;
}
footer #footer-content #footer-left img:hover {
  opacity: 0.75;
}
footer #footer-content #footer-middle {
  width: 100%;
  max-width: 550px;
  position: relative;
  top: 50%;
  min-height: 250px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  padding-bottom: 10px;
  gap: 30px;
}
footer #footer-content #footer-middle #footer-middle-unlimited-btn {
  cursor: pointer;
  transition: 0.2s;
  margin-left: -20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
footer #footer-content #footer-middle #footer-middle-unlimited-btn:hover {
  filter: brightness(1.1);
}
footer #footer-content #footer-middle #footer-middle-unlimited-btn:active {
  transform: scale(0.95);
}
footer #footer-content #footer-middle p {
  width: 100%;
  text-align: center;
  color: #626879;
}
footer #footer-content #footer-middle p:nth-child(1), footer #footer-content #footer-middle p:nth-child(2) {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: -5px;
  text-transform: uppercase;
  color: white;
}
footer #footer-content #footer-middle p:nth-child(2) {
  margin-bottom: 50px;
  font-size: 30px;
  color: gold;
  cursor: pointer;
}
footer #footer-content #footer-middle p:nth-child(2):hover {
  text-decoration: underline;
}
footer #footer-content #footer-middle img {
  width: 100%;
  max-width: 400px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}
footer #footer-content #footer-right {
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: space-around;
}
footer #footer-content #footer-right h3 {
  margin-bottom: 40px;
  font-size: 25px;
}
footer #footer-content #footer-right ul {
  list-style: none;
}
footer #footer-content #footer-right ul li {
  margin: 10px 0;
}
footer #footer-content hr {
  background: #000;
  height: 5px;
}
footer #footer-content #footer-disclaimer {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  margin-top: 50px;
  font-size: 17px;
  width: 100%;
  text-wrap: nowrap;
  white-space: nowrap;
}
footer #audioInfoDebuger {
  width: 95%;
  height: 100px;
  background: white;
  position: fixed;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -120%);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.185);
}
footer #audioInfoDebuger #volume-bar, footer #audioInfoDebuger #pitch-bar {
  width: 300px;
  height: 15px;
  background-color: #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 5px;
}
footer #audioInfoDebuger #volume-level, footer #audioInfoDebuger #pitch-level {
  height: 100%;
  width: 0%;
  background-color: #4CAF50;
  transition: width 0.1s linear;
}
footer #audioInfoDebuger #start {
  width: 60px;
  height: 60px;
  background: lime;
  border: 3px solid rgba(0, 100, 0, 0.589);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.068);
  cursor: pointer;
}
footer #audioInfoDebuger #start svg {
  color: rgba(0, 100, 0, 0.589);
  width: 50px;
  height: 50px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer #audioInfoDebuger #start:hover {
  filter: brightness(1.1);
}
footer #audioInfoDebuger .audio-info {
  display: flex;
  margin-top: 5px;
}
footer #audioInfoDebuger .audio-info p {
  width: 180px;
  font-size: 20px;
  margin-top: -5px;
}
footer #audioInfoDebuger .audio-info p span {
  display: none;
}
footer #audioInfoDebuger #transcription {
  background: #e2d4d4;
  width: 40%;
  height: 100%;
  padding: 5px;
  border-radius: 5px;
  font-size: 20px;
  overflow: hidden;
  overflow-y: visible;
}

#preiumUsername-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #082f5679;
  z-index: 999;
  backdrop-filter: blur(5px);
}
#preiumUsername-container #premiumUsername-content {
  background: #2a2c34;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid white;
  padding: 40px 30px;
  border-radius: 10px;
  width: 95%;
  max-width: 670px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.623);
}
#preiumUsername-container #premiumUsername-content h2 {
  text-align: center;
  font-size: 40px;
}
#preiumUsername-container #premiumUsername-content p {
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
}
#preiumUsername-container #premiumUsername-content input {
  width: 80%;
  max-width: 400px;
  font-size: 25px;
  padding: 4px 10px;
  border-radius: 3px;
  border: none;
  outline: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}
#preiumUsername-container #premiumUsername-content button {
  background: #05cc5e;
  color: white;
  font-weight: bold;
  transition: 0.2s;
  border: none;
  outline: none;
  padding: 5px 20px;
  font-size: 30px;
  border-radius: 5px;
  letter-spacing: 2px;
  border: 3px solid white;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  min-width: 170px;
}
#preiumUsername-container #premiumUsername-content button:hover {
  filter: brightness(1.1);
}
#preiumUsername-container #premiumUsername-content .error-message {
  color: orange;
}

#register-error, .recaptcha-error {
  color: orange;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 18px;
}

#SOG-daily-limit-login, #SOG-daily-limit-upsell {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #00000056;
  backdrop-filter: blur(10px);
  z-index: 99999;
  display: none;
}
#SOG-daily-limit-login .daily-limit-content, #SOG-daily-limit-upsell .daily-limit-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/media/images/containers/daily-limit-container-v2.png") center/cover no-repeat;
  width: 700px;
  height: 694px;
  padding: 170px 40px 40px;
  color: #ffffff;
  font-family: "Inter", "Montserrat", "Poppins", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-close, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-close {
  position: absolute;
  left: 100%;
  width: 70px;
  transform: translateX(-108%);
  top: 17%;
  cursor: pointer;
  transition: 0.2s;
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-close:hover, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-close:hover {
  filter: brightness(1.2);
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-mascot, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-mascot {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translateX(-50%);
  pointer-events: none;
}
#SOG-daily-limit-login .daily-limit-content p, #SOG-daily-limit-upsell .daily-limit-content p {
  width: 100%;
  text-align: center;
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-txt1-wrapper, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-txt1-wrapper {
  height: 140px;
  margin-top: 25px;
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-txt1, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-txt1 {
  margin: 0 0 18px;
  line-height: 40px;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 1px;
  font-family: fontFamilyBold;
  padding: 0px 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-txt1 span, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-txt1 span {
  color: #e84560;
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-txt1 span strong, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-txt1 span strong {
  font-size: 45px;
  text-transform: none;
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-txt1 .reached-game-name, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-txt1 .reached-game-name {
  color: white;
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-txt2, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-txt2 {
  margin: 10px 0 10px;
  font-size: 26px;
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: fontFamilyBold;
  letter-spacing: 1px;
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-txt2 span, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-txt2 span {
  display: inline-block;
  margin-top: -5px;
  font-size: 43px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: none;
  color: #1ff800;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-txt3, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-txt3 {
  margin: 15px 0 22px;
  font-size: 18px;
  font-weight: 700;
  opacity: 0.9;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#SOG-daily-limit-login .daily-limit-content button, #SOG-daily-limit-upsell .daily-limit-content button {
  margin-top: 30px;
  cursor: pointer;
  border: 0;
  outline: 0;
  border-radius: 48px;
  padding: 13px 40px;
  min-width: 360px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 3px 0 #0f6701, 0 3.5px 0 rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  /* glossy green pill */
  background-image: linear-gradient(90deg, #4aef00, #1fda05);
  box-shadow: 0 7px 0 #012642a8;
  transition: filter 120ms ease;
}
#SOG-daily-limit-login .daily-limit-content button:hover, #SOG-daily-limit-upsell .daily-limit-content button:hover {
  filter: brightness(1.05);
}
#SOG-daily-limit-login .daily-limit-content .daily-limits-footer, #SOG-daily-limit-upsell .daily-limit-content .daily-limits-footer {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 17px;
  padding-top: 10px;
  font-weight: 700;
  color: #c2d3ea;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-wrap: nowrap;
  white-space: nowrap;
}
#SOG-daily-limit-login .daily-limit-content .daily-limits-footer p, #SOG-daily-limit-upsell .daily-limit-content .daily-limits-footer p {
  width: auto;
}
#SOG-daily-limit-login .daily-limit-content .daily-limits-footer span, #SOG-daily-limit-upsell .daily-limit-content .daily-limits-footer span {
  color: #ffffff;
  font-weight: 900;
}
#SOG-daily-limit-login .daily-limit-content .daily-limits-footer a, #SOG-daily-limit-upsell .daily-limit-content .daily-limits-footer a {
  color: #c2d3ea;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#SOG-daily-limit-login .daily-limit-content .daily-limits-footer a:hover, #SOG-daily-limit-upsell .daily-limit-content .daily-limits-footer a:hover {
  color: #e8eff9;
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-howto, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-howto {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 3px solid rgba(255, 255, 255, 0.575);
  border-radius: 10px;
}
#SOG-daily-limit-login .daily-limit-content .daily-limit-close, #SOG-daily-limit-upsell .daily-limit-content .daily-limit-close {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 25px;
}

#SOG-upsell-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #082f5679;
  z-index: 99999;
  backdrop-filter: blur(5px);
  display: none;
}
#SOG-upsell-section #hide-SOG-upsell {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#SOG-upsell-section #SOG-upsell-falling-animation .fallingUpsellStar {
  width: 60px;
  height: 65px;
  max-width: 10vw;
  max-height: 10vw;
  position: absolute;
}
#SOG-upsell-section #SOG-upsell-falling-animation .fallingUpsellStar .fallingDiv1, #SOG-upsell-section #SOG-upsell-falling-animation .fallingUpsellStar .fallingDiv2, #SOG-upsell-section #SOG-upsell-falling-animation .fallingUpsellStar .fallingDiv3 {
  width: 100%;
  height: 100%;
  background: url("/media/images/icons/coin.webp");
  background-size: cover;
  transform: scale(0.4);
}
#SOG-upsell-section #SOG-upsell-falling-animation .fallingUpsellStar .fallingDiv2 {
  background: url("/media/images/icons/falling-star.webp");
  background-size: cover;
}
#SOG-upsell-section #SOG-upsell-falling-animation .fallingUpsellStar .fallingDiv3 {
  background: url("/media/images/icons/coin-premium.webp");
  background-size: cover;
}
#SOG-upsell-section #SOG-upsell-container {
  width: 700px;
  height: 920px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-container-visual {
  background: url("/media/images/containers/empty-upsell.webp");
  background-size: cover;
  letter-spacing: 2px;
  z-index: 3;
  width: 700px;
  height: 833px;
  z-index: 2;
  position: relative;
  margin-top: 30px;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-container-text {
  background: #0000008e;
  width: 90%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -60px;
  padding: 20px 40px;
  padding-top: 100px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: fontFamilyBold;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  backdrop-filter: blur(5px);
  display: none;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-container-text div {
  display: flex;
  justify-content: space-between;
  width: 40%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-container-text div a {
  color: orange;
  text-decoration: underline;
  transition: 0.2s;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-container-text div a:hover {
  opacity: 0.8;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-gif {
  position: absolute;
  left: 50%;
  top: -55px;
  width: 250px;
  height: 250px;
  transform: translateX(-50%) scale(0.8);
  margin-top: -10px;
  margin-bottom: -20px;
  background: url("/media/images/sprites/upsell-logo.png") 0 0 no-repeat;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-unlimited {
  font-size: 50px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 97px;
  color: #ee1e44;
  font-weight: bolder;
  font-family: fontFamilyUltra;
  text-shadow: 0px 2px 0 white, 0px 8px 0 #5c0222;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-description {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 27px;
  line-height: 33px;
  top: 240px;
  font-family: fontFamilyBold;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.164);
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-icons {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 360px;
  list-style: none;
  justify-content: center;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-icons .upsellSpriteAnimation {
  width: 170px;
  height: 217px;
  margin: -5px 5px;
  background: url("/media/images/containers/upsell-unlocks-container.webp");
  background-size: cover;
  background-size: cover;
  border-radius: 15px;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-icons .upsellSpriteAnimation div {
  width: 250px;
  height: 317px;
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  margin-top: -70px;
  margin-bottom: -20px;
  background: url("/media/images/sprites/upsell-ads.png") 0 0 no-repeat;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-icons .upsellSpriteAnimation p {
  width: 120px;
  display: flex;
  align-items: center;
  padding-left: 2px;
  text-align: center;
  font-size: 20px;
  justify-content: center;
  padding-top: 0px;
  margin-top: -95px;
  text-align: center;
  width: 100%;
  line-height: 25px;
  font-weight: bold;
  text-transform: capitalize;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.527);
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-icons #upsell-icon-leaderboard div {
  background: url("/media/images/sprites/upsell-leaderboard.png") 0 0 no-repeat;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-icons #upsell-icon-games div {
  background: url("/media/images/sprites/upsell-games.png") 0 0 no-repeat;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-coins-icon {
  width: 78%;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  top: 585px;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-coins-icon img {
  width: 100%;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-coins-icon p {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  color: white;
  font-family: fontFamilyBold;
  font-size: 25px;
  line-height: 30px;
  text-shadow: 0 4px 0 #a209a4;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-unlocks {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 355px;
  list-style: none;
  justify-content: center;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-unlocks li {
  width: 120px;
  margin: 0 5px;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 2px;
  text-align: center;
  font-size: 12px;
  justify-content: center;
  padding-top: 9px;
  line-height: 15px;
  font-weight: bold;
  text-transform: capitalize;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.527);
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-prices {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 437px;
  list-style: none;
  justify-content: center;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-prices li {
  width: 240px;
  margin: 0 10px;
  height: 59px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  font-family: fontFamilyUltra;
  font-weight: bold;
  color: #383c49;
  letter-spacing: 0;
  background: url("/media/images/buttons/price-btn.png");
  background-size: cover;
  cursor: pointer;
  transition: 0.2s;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-prices li span {
  font-size: 37px;
  color: white;
  margin-top: -10px;
  margin-right: 5px;
  letter-spacing: 2px;
  text-shadow: 3px 0 0 #393d4a, -3px 0 0 #393d4a, 0 3px 0 #393d4a, 0 -3px 0 #393d4a, 2px 5px 0 #393d4a, -2px -2px 0 #393d4a, 2px -2px 0 #393d4a, -2px 2px 0 #393d4a;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-prices li:hover {
  filter: brightness(1.1);
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-prices li.selected {
  outline: 4px solid #fc9d1f;
}
#SOG-upsell-section #SOG-upsell-container #SOG-unlock-button {
  position: absolute;
  top: 100%;
  left: 51.5%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-70%) translateX(-50%);
  margin: 0;
  background: url("/media/images/buttons/green-button.webp");
  background-size: cover;
  border: none;
  outline: none;
  width: 300px;
  height: 100px;
  border-radius: 1000px;
  transition: 0.2s;
  cursor: pointer;
}
#SOG-upsell-section #SOG-upsell-container #SOG-unlock-button p {
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  font-weight: bolder;
  font-family: fontFamilyUltra;
  text-shadow: 0px 4px 0 #0f6701;
  text-transform: uppercase;
  font-size: 30px;
  text-wrap: nowrap;
  white-space: nowrap;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 10px;
  height: 60px;
  top: 50%;
  margin-top: -5px;
  transform: translateY(-50%);
}
#SOG-upsell-section #SOG-upsell-container #SOG-unlock-button:hover {
  filter: brightness(1.1);
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-stripe {
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  width: 80%;
  height: 100%;
  top: 0;
  width: 100%;
  padding: 41% 15%;
  display: none;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-stripe a {
  color: skyblue;
  font-weight: bold;
  border-bottom: 2px solid skyblue;
  text-decoration: none;
  font-size: 14px;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-stripe a:hover {
  filter: brightness(1.1);
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-stripe #card-element {
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-stripe #card-errors {
  color: orange;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-stripe button {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-80%) translateX(-50%);
  margin: 0;
  background: url("/media/images/buttons/green-button.webp");
  background-size: cover;
  border: none;
  outline: none;
  width: 250px;
  height: 83px;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-stripe button p {
  color: white;
  font-family: fontFamilyBold;
  font-size: 35px;
  padding-top: 3px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0px 2px 0 white, 0px 6px 0 #0f6701;
}
#SOG-upsell-section #SOG-upsell-container #SOG-upsell-stripe p span {
  color: gold;
  font-weight: bold;
}

#SOG-laoder {
  position: fixed;
  z-index: 4477988020393345023;
  width: 100%;
  height: 100vh;
  background: #083c69c7;
  backdrop-filter: blur(5px);
  top: 0;
  display: none;
}
#SOG-laoder div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#SOG-laoder div img {
  width: 200px;
}
#SOG-laoder div p {
  width: 200px;
  text-align: center;
  font-size: 30px;
  margin-top: -30px;
  letter-spacing: 2px;
  animation: loaderTextAnim 1s linear infinite;
}

@keyframes loaderHeyuBob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
#SOG-micro-recommendation {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  opacity: 0;
  pointer-events: none;
  background: rgba(16, 17, 19, 0.6);
  backdrop-filter: blur(14px) brightness(0.45) saturate(0.7);
  -webkit-backdrop-filter: blur(14px) brightness(0.45) saturate(0.7);
}

#SOG-mic-setup-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 593px;
  background: linear-gradient(180deg, #363940 0%, #26282d 55%, #16171a 100%);
  border-radius: 28px;
  border: 2px solid rgba(160, 191, 231, 0.2);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.08), inset 0 -4px 0 rgba(0, 0, 0, 0.4), 0 0 0 8px rgba(160, 191, 231, 0.04), 0 32px 80px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 24px 20px;
  overflow: visible;
}
#SOG-mic-setup-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  border-radius: 999px;
  z-index: 1;
  pointer-events: none;
}
#SOG-mic-setup-modal .mic-setup-title {
  font-family: fontFamilyBold;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a0bfe7;
  text-align: center;
  margin-bottom: 10px;
}
#SOG-mic-setup-modal .mic-setup-character {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
#SOG-mic-setup-modal .mic-setup-character img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  animation: micCharFloat 3s ease-in-out infinite;
}
#SOG-mic-setup-modal .mic-setup-say-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.35;
}
#SOG-mic-setup-modal .mic-setup-level-wrap {
  width: 100%;
  margin-bottom: 16px;
}
#SOG-mic-setup-modal .mic-setup-bars {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 18px;
  width: 100%;
}
#SOG-mic-setup-modal .mic-setup-bar {
  flex: 1;
  height: 100%;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 80ms ease-out, box-shadow 80ms ease-out;
}
#SOG-mic-setup-modal .mic-setup-bar.active {
  background: #3ec74b;
  box-shadow: 0 0 5px rgba(62, 199, 75, 0.55);
}
#SOG-mic-setup-modal .mic-setup-controls {
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.22);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 14px 16px;
  margin-bottom: 14px;
}
#SOG-mic-setup-modal .mic-setup-ctrl-col {
  flex: 1;
  min-width: 0;
}
#SOG-mic-setup-modal .mic-ctrl-label {
  font-family: fontFamilyBold;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}
#SOG-mic-setup-modal .mic-ctrl-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: default;
  flex-shrink: 0;
  vertical-align: middle;
  opacity: 0.75;
  transition: opacity 120ms;
}
#SOG-mic-setup-modal .mic-ctrl-info:hover {
  opacity: 1;
}
#SOG-mic-setup-modal .mic-ctrl-info::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #22242a;
  border: 1.5px solid rgba(160, 191, 231, 0.35);
  border-radius: 9px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  white-space: normal;
  width: max-content;
  max-width: 240px;
  line-height: 1.5;
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms;
  z-index: 10000;
  letter-spacing: 0.01em;
  text-transform: none;
  font-family: fontFamilyRegular;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
#SOG-mic-setup-modal .mic-ctrl-info::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(160, 191, 231, 0.35);
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms;
  z-index: 10000;
}
#SOG-mic-setup-modal .mic-ctrl-info:hover::after, #SOG-mic-setup-modal .mic-ctrl-info:hover::before {
  opacity: 1;
}
#SOG-mic-setup-modal .mic-setup-ctrl-sep {
  width: 1px;
  height: 46px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  margin: 0 16px;
}
#SOG-mic-setup-modal .mic-setup-dropdown-wrap {
  position: relative;
}
#SOG-mic-setup-modal .mic-setup-dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  transition: opacity 120ms;
}
#SOG-mic-setup-modal .mic-setup-dropdown:hover {
  opacity: 0.85;
}
#SOG-mic-setup-modal .mic-setup-dropdown.open {
  opacity: 0.85;
}
#SOG-mic-setup-modal .mic-setup-dropdown .mic-setup-dropdown-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #3ec74b;
  box-shadow: 0 0 7px #3ec74b;
  flex-shrink: 0;
  animation: micSetupLivePulse 1.4s ease-in-out infinite;
}
#SOG-mic-setup-modal .mic-setup-dropdown .selected-microphone {
  font-family: fontFamilyRegular;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
}
#SOG-mic-setup-modal .mic-setup-dropdown .mic-setup-mic-minus {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}
#SOG-mic-setup-modal .list-microphone-sources {
  font-family: fontFamilyRegular;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #22242a;
  border: 1.5px solid rgba(160, 191, 231, 0.35);
  border-radius: 12px;
  z-index: 9999;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
  scrollbar-width: thin;
  scrollbar-color: rgba(160, 191, 231, 0.25) transparent;
}
#SOG-mic-setup-modal .list-microphone-sources::-webkit-scrollbar {
  width: 4px;
}
#SOG-mic-setup-modal .list-microphone-sources::-webkit-scrollbar-thumb {
  background: rgba(160, 191, 231, 0.25);
  border-radius: 99px;
}
#SOG-mic-setup-modal .list-microphone-sources .microphone-source {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  transition: background 120ms, color 120ms;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
#SOG-mic-setup-modal .list-microphone-sources .microphone-source:last-child {
  border-bottom: none;
}
#SOG-mic-setup-modal .list-microphone-sources .microphone-source:hover {
  background: rgba(113, 155, 210, 0.15);
  color: #fff;
}
#SOG-mic-setup-modal .list-microphone-sources .microphone-source.selected {
  background: rgba(113, 155, 210, 0.2);
  color: #b8cfed;
  font-weight: 700;
}
#SOG-mic-setup-modal .mic-setup-mode-btns {
  display: flex;
  gap: 4px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 3px;
}
#SOG-mic-setup-modal .mic-mode-btn {
  flex: 1;
  height: 34px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: fontFamilyBold;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
  transition: background 130ms, color 130ms, box-shadow 130ms;
}
#SOG-mic-setup-modal .mic-mode-btn:hover {
  color: rgba(255, 255, 255, 0.7);
}
#SOG-mic-setup-modal .mic-mode-btn.selected {
  background: linear-gradient(180deg, #80a6d9, #5c86bd);
  color: #fff;
  box-shadow: 0 3px 0 #404451, inset 0 2px 0 rgba(255, 255, 255, 0.3);
}
#SOG-mic-setup-modal .mic-setup-start-btn {
  font-family: fontFamilyUltra;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 14px 24px;
  border-radius: 14px;
  background: linear-gradient(180deg, #5ad24a, #2f9e22);
  box-shadow: 0 5px 0 #1c6b14, inset 0 2px 0 rgba(255, 255, 255, 0.3);
  transition: transform 110ms, box-shadow 110ms, filter 110ms;
}
#SOG-mic-setup-modal .mic-setup-start-btn:hover {
  filter: brightness(1.05);
}
#SOG-mic-setup-modal .mic-setup-start-btn:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #1c6b14, inset 0 2px 0 rgba(255, 255, 255, 0.3);
}
#SOG-mic-setup-modal .mic-mode-info::after {
  left: auto;
  right: 0;
  transform: none;
}
#SOG-mic-setup-modal .mic-mode-info::before {
  left: auto;
  right: 4px;
  transform: none;
}

@keyframes micSetupSettingsPing {
  0%, 100% {
    box-shadow: 0 4px 0 #15171b, 0 0 0 2.5px #719bd2, 0 0 10px rgba(113, 155, 210, 0.45);
  }
  50% {
    box-shadow: 0 4px 0 #15171b, 0 0 0 2.5px #719bd2, 0 0 22px rgba(113, 155, 210, 0.8);
  }
}
@keyframes micSetupLivePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.35);
    opacity: 0.6;
  }
}
#speech-loading-indicator {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 26px 44px;
  border-radius: 22px;
  background: linear-gradient(0deg, rgba(29, 31, 37, 0.97), rgba(50, 53, 63, 0.97));
  border: 5px solid #f0425f;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5), 0 0 24px rgba(240, 66, 95, 0.25);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
  pointer-events: none;
  transition: opacity 250ms, transform 250ms;
}
#speech-loading-indicator img {
  width: 130px;
  animation: loaderHeyuBob 1.6s ease-in-out infinite;
}
#speech-loading-indicator .speech-loading-bar {
  width: 240px;
  height: 16px;
  border-radius: 10px;
  border: 3px solid #f0425f;
  background: rgba(29, 31, 37, 0.95);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35), 0 0 14px rgba(240, 66, 95, 0.25);
  overflow: hidden;
}
#speech-loading-indicator .speech-loading-bar span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(90deg, #719bd2, #f0425f);
  box-shadow: 0 0 10px rgba(240, 66, 95, 0.7);
  transition: width 200ms linear;
}
#speech-loading-indicator p {
  margin: 0;
  color: #fff;
  font-family: fontFamilyUltra;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}
#speech-loading-indicator.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#speech-loading-indicator.closing {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.15);
  transition: opacity 300ms ease-in, transform 300ms ease-in;
}
#speech-loading-indicator.done .speech-loading-bar {
  border-color: #5ad24a;
}
#speech-loading-indicator.done .speech-loading-bar span {
  background: linear-gradient(90deg, #2f9e22, #5ad24a);
  box-shadow: 0 0 10px rgba(90, 210, 74, 0.7);
}

@keyframes micCharFloat {
  0%, 100% {
    transform: translateY(0px) rotate(-1deg);
  }
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}
#SOG-enable-micro {
  position: fixed;
  z-index: 4477988020393345023;
  width: 100%;
  height: 100vh;
  background: #083c6942;
  backdrop-filter: blur(5px);
  display: none;
  top: 0;
}
#SOG-enable-micro #SOG-enable-micro-content {
  background: url("/media/images/containers/micro-container.png");
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 30px;
  border-radius: 10px;
  width: 670px;
  height: 355px;
  margin-top: 5vh;
}
#SOG-enable-micro #SOG-enable-micro-content img {
  width: 180px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -90%);
  top: 0%;
  z-index: 2;
}
#SOG-enable-micro #SOG-enable-micro-content #SOG-enable-title, #SOG-enable-micro #SOG-enable-micro-content #SOG-share-game-title {
  font-size: 40px;
  text-align: center;
  width: 500px;
  height: 150px;
  background: url("/media/images/containers/micro-red-container.png");
  background-size: cover;
  position: relative;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 30%);
  font-family: fontFamilyUltra;
  letter-spacing: 3px;
  line-height: 47px;
  padding-top: 25px;
  text-transform: uppercase;
  text-shadow: 0px 4px 0 #5c0222, 0px 5px 0 black;
  margin-bottom: -60px;
}
#SOG-enable-micro #SOG-enable-micro-content #SOG-enable-title span, #SOG-enable-micro #SOG-enable-micro-content #SOG-share-game-title span {
  width: 100%;
  color: #ffc500;
}
#SOG-enable-micro #SOG-enable-micro-content #SOG-enable-text-1, #SOG-enable-micro #SOG-enable-micro-content #SOG-enable-text-2, #SOG-enable-micro #SOG-enable-micro-content #SOG-enable-text-3 {
  width: 100%;
  text-align: center;
  color: #ffc500;
  font-family: fontFamilyBold;
  letter-spacing: 2px;
  text-shadow: 0px 3px 0 black;
  font-size: 33px;
  text-wrap: nowrap;
  white-space: nowrap;
  line-height: 30px;
}
#SOG-enable-micro #SOG-enable-micro-content #SOG-enable-text-2 {
  color: white;
  text-shadow: none;
  font-size: 25px;
}
#SOG-enable-micro #SOG-enable-micro-content #SOG-enable-text-3 {
  color: #ee2f4f;
  text-shadow: none;
  font-size: 45px;
  text-transform: uppercase;
}
#SOG-enable-micro #SOG-enable-micro-content button {
  position: absolute;
  top: 100%;
  left: 51.5%;
  top: 100%;
  left: 50%;
  margin: 0;
  background: url("/media/images/buttons/green-button.webp");
  background-size: cover;
  border: none;
  outline: none;
  width: 300px;
  height: 100px;
  border-radius: 1000px;
  transition: 0.2s;
  transform: translateY(-70%) translateX(-50%) scale(0.8);
  cursor: pointer;
}
#SOG-enable-micro #SOG-enable-micro-content button p {
  color: white;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  font-weight: bolder;
  font-family: fontFamilyUltra;
  text-shadow: 0px 4px 0 #0f6701;
  text-transform: uppercase;
  font-size: 40px;
  text-wrap: nowrap;
  white-space: nowrap;
  flex-wrap: wrap;
  position: absolute;
  display: flex;
  align-items: center;
  line-height: 10px;
  height: 60px;
  top: 50%;
  margin-top: -5px;
  transform: translateY(-50%);
}
#SOG-enable-micro #SOG-enable-micro-content button:hover {
  filter: brightness(1.1);
}
#SOG-enable-micro #SOG-enable-micro-leave {
  position: relative;
  width: 100%;
  height: 100%;
}

#SOG-mic-source-popup {
  position: fixed;
  z-index: 4477988020393345023;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#SOG-mic-source-popup #SOG-mic-source-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #062e5242;
  backdrop-filter: blur(10px);
}
#SOG-mic-source-popup #SOG-mic-source-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 560px;
  background: #353945;
  border-radius: 40px;
  padding: 80px 30px 20px;
  border-bottom: 10px solid #013258cc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.178);
  margin-top: 4vh;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-header #SOG-mic-source-heyu {
  width: 120px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-header #SOG-mic-source-banner {
  background: url("/media/images/containers/micro-red-container.png") no-repeat center/100% 100%;
  padding: 20px 60px 15px;
  position: relative;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -50px;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-header #SOG-mic-source-banner #SOG-mic-source-banner-title {
  font-family: fontFamilyUltra;
  font-size: 32px;
  text-transform: uppercase;
  color: #ffd700;
  text-shadow: 0 1px 0 white, 0 4px 0 #5c0222, 0 6px 0px black;
  letter-spacing: 3px;
  line-height: 1.1;
  white-space: nowrap;
  margin-bottom: 5px;
  margin-top: 10px;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-header #SOG-mic-source-banner #SOG-mic-source-banner-subtitle {
  font-family: fontFamilyUltra;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 3px 0 #5c0222, 0 4px 0px black;
  letter-spacing: 3px;
  line-height: 1.1;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-title {
  font-family: fontFamilyUltra;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 3px 0 #292b2f, 0 4px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 24px;
  margin-top: 30px;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-options {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-options .SOG-mic-source-option {
  background: linear-gradient(145deg, #383a41, #232429);
  border: 2px solid #3b82f680;
  border-radius: 16px;
  padding: 24px 20px;
  width: 230px;
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-options .SOG-mic-source-option.source-phone {
  border-color: #c9a91e80;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-options .SOG-mic-source-option.source-phone:hover {
  border-color: #ffd700;
  box-shadow: 0 0 20px #c9a91e50;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-options .SOG-mic-source-option.source-voice {
  border-color: #00d4ff80;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-options .SOG-mic-source-option.source-voice:hover {
  border-color: #ee2f4f;
  box-shadow: 0 0 20px #00d4ff50;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-options .SOG-mic-source-option:hover {
  transform: scale(1.05);
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-options .SOG-mic-source-option .SOG-mic-source-icon {
  width: 170px;
  object-fit: contain;
  margin-bottom: 14px;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-options .SOG-mic-source-option .SOG-mic-source-label {
  font-family: fontFamilyUltra;
  font-size: 19px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-options .SOG-mic-source-option .SOG-mic-source-desc {
  font-size: 13px;
  color: #b2b9c3;
  line-height: 1.4;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-not-ready {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #b2b9c3;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-mouse {
  margin-top: 6px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  border: 2px solid #00d4ff80;
  border-radius: 8px;
  padding: 8px 24px;
  display: inline-block;
  transition: border-color 0.15s, box-shadow 0.15s;
}
#SOG-mic-source-popup #SOG-mic-source-content #SOG-mic-source-mouse:hover {
  border-color: #ee2f4f;
  box-shadow: 0 0 12px #00d4ff40;
}

#SOG-share-game {
  position: fixed;
  z-index: 4477988020393345023;
  width: 100%;
  height: 100vh;
  background: rgba(12, 13, 15, 0.7);
  backdrop-filter: blur(3px);
  display: none;
  top: 0;
}
#SOG-share-game #SOG-share-game-leave {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#SOG-share-game #SOG-share-game-content {
  background: url("/media/images/containers/share-container.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 820px;
  height: 500px;
  margin-top: 2vh;
}
#SOG-share-game #SOG-share-game-content #SOG-share-mascot {
  width: 210px;
  height: 210px;
  position: absolute;
  left: 50%;
  top: -172px;
  transform: translateX(-50%) rotate(-8deg);
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.45));
  z-index: 10;
  pointer-events: none;
  image-rendering: auto;
  backface-visibility: hidden;
}
#SOG-share-game #SOG-share-game-content #SOG-share-game-title {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: 126px;
  background: url("/media/images/containers/micro-red-container.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-size: 48px;
  font-family: fontFamilyUltra;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 4px 0 #2c2e33;
  z-index: 3;
}
#SOG-share-game #SOG-share-game-content #SOG-share-game-close {
  position: absolute;
  top: 40px;
  right: -18px;
  width: 76px;
  height: 58px;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.12s;
}
#SOG-share-game #SOG-share-game-content #SOG-share-game-close:hover {
  transform: scale(1.08);
}
#SOG-share-game #SOG-share-game-content #SOG-share-game-close:active {
  transform: scale(0.96);
}
#SOG-share-game #SOG-share-game-content #SOG-share-game-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket {
  position: absolute;
  left: 64px;
  right: 64px;
  top: 96px;
  height: 104px;
  border-radius: 22px;
  border: 3px solid #e14a63;
  background: linear-gradient(180deg, #454a58 0%, #2f323b 100%);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.18), inset 0 -6px 0 rgba(0, 0, 0, 0.28), 0 6px 0 #1d1f24;
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 12px;
  overflow: hidden;
  z-index: 2;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-ticket-media {
  position: relative;
  width: 150px;
  height: 100%;
  flex: 0 0 150px;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-ticket-media::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(182, 202, 227, 0.55) 0%, rgba(182, 202, 227, 0) 70%);
  pointer-events: none;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-ticket-media img {
  position: absolute;
  width: 150px;
  height: 96px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
  z-index: 1;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-ticket-media img.is-cover {
  width: 120px;
  height: 74px;
  left: 14px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-ticket-body {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  top: -8px;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-ticket-body #SOG-share-message-label {
  font-family: fontFamilyBold;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #e14a63;
  margin: 6px 0 3px;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-ticket-body #SOG-share-message {
  font-family: fontFamilyBold;
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  margin: 0;
  overflow: hidden;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-ticket-body #SOG-share-message .SOG-share-num {
  font-family: fontFamilyUltra;
  font-size: 34px;
  color: #FFD60A;
  text-shadow: 0 3px 0 #2c2e33;
  line-height: 0;
  vertical-align: -2px;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-ticket-body #SOG-share-message-edit {
  display: none;
  position: relative;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-ticket-body #SOG-share-message-edit #SOG-share-message-input {
  width: 100%;
  height: 68px;
  resize: none;
  border-radius: 12px;
  border: 3px solid #FFD60A;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: fontFamilyBold;
  font-size: 18px;
  line-height: 1.25;
  padding: 6px 10px;
  outline: none;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-ticket-body #SOG-share-message-edit #SOG-share-message-counter {
  position: absolute;
  right: 8px;
  bottom: 6px;
  font-family: fontFamilyBold;
  font-size: 11px;
  color: #e14a63;
  pointer-events: none;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-edit-btn {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #e14a63;
  box-shadow: 0 4px 0 #9f142b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.12s, filter 0.12s;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-edit-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #1c1e23;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-edit-btn .SOG-share-icon-check {
  display: none;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-edit-btn:hover {
  filter: brightness(1.08);
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket #SOG-share-edit-btn:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #9f142b;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket.editing #SOG-share-ticket-body #SOG-share-message {
  display: none;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket.editing #SOG-share-ticket-body #SOG-share-message-edit {
  display: block;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket.editing #SOG-share-edit-btn {
  background: #FFD60A;
  box-shadow: 0 4px 0 #9A7A00;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket.editing #SOG-share-edit-btn svg {
  stroke: #4a3800;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket.editing #SOG-share-edit-btn .SOG-share-icon-pencil {
  display: none;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket.editing #SOG-share-edit-btn .SOG-share-icon-check {
  display: block;
}
#SOG-share-game #SOG-share-game-content #SOG-share-ticket.editing #SOG-share-edit-btn:active {
  box-shadow: 0 1px 0 #9A7A00;
}
#SOG-share-game #SOG-share-game-content #SOG-share-game-platforms {
  position: absolute;
  top: 226px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  z-index: 4;
}
#SOG-share-game #SOG-share-game-content #SOG-share-game-platforms .SOG-share-btn {
  width: 78px;
  cursor: pointer;
  transition: transform 0.12s, filter 0.12s;
}
#SOG-share-game #SOG-share-game-content #SOG-share-game-platforms .SOG-share-btn img {
  width: 78px;
  height: 78px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.35));
}
#SOG-share-game #SOG-share-game-content #SOG-share-game-platforms .SOG-share-btn p {
  width: 100%;
  text-align: center;
  margin: 8px 0 0;
  font-family: fontFamilyBold;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #ffffff;
}
#SOG-share-game #SOG-share-game-content #SOG-share-game-platforms .SOG-share-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
}
#SOG-share-game #SOG-share-game-content #SOG-share-game-platforms .SOG-share-btn:active {
  transform: scale(0.95);
}
#SOG-share-game #SOG-share-game-content #SOG-share-link-row {
  position: absolute;
  left: 84px;
  right: 84px;
  top: 358px;
  height: 80px;
  display: flex;
  justify-content: center;
  z-index: 3;
}
#SOG-share-game #SOG-share-game-content #SOG-share-link-row #SOG-share-copy {
  flex: 0 0 400px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #343842;
  border: 3px solid #e14a63;
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.25), 0 6px 0 #212329;
  font-family: fontFamilyUltra;
  font-size: 32px;
  color: #FFD60A;
  cursor: pointer;
  transition: transform 0.12s, background 0.2s, box-shadow 0.12s;
}
#SOG-share-game #SOG-share-game-content #SOG-share-link-row #SOG-share-copy:hover {
  filter: brightness(1.1);
}
#SOG-share-game #SOG-share-game-content #SOG-share-link-row #SOG-share-copy:active {
  transform: translateY(4px);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.25), 0 1px 0 #212329;
}
#SOG-share-game #SOG-share-game-content #SOG-share-link-row #SOG-share-copy.copied {
  background: #0f5a3a;
}

.SOG-lb-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 26px;
}
.SOG-lb-tabs .SOG-lb-tab-wrap {
  position: relative;
  width: 100%;
}
.SOG-lb-tabs .SOG-leaderboard-intro {
  margin: 0;
  text-align: left;
  color: #fff;
  font-family: fontFamilyBold;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
.SOG-lb-tabs .SOG-lb-info-anchor {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.SOG-lb-tabs .SOG-lb-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: -8px 0 0 6px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffd700;
  color: #1d1f26;
  font-family: fontFamilyUltra;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  transition: 0.15s transform;
  z-index: 2;
}
.SOG-lb-tabs .SOG-lb-info:hover {
  transform: scale(1.1);
}
.SOG-lb-tabs .SOG-lb-tip {
  position: absolute;
  top: calc(100% + 14px);
  left: calc(50% + 3px);
  width: 340px;
  max-width: 90vw;
  padding: 16px 20px 18px;
  background: #2c2f37;
  border: 3px solid #3a3e4a;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-family: fontFamilyRegular;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-shadow: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(calc(-50% + var(--tip-shift, 0px)), -8px);
  transition: 0.18s opacity, 0.22s transform, 0.18s visibility;
  pointer-events: none;
  z-index: 20;
}
.SOG-lb-tabs .SOG-lb-tip::before, .SOG-lb-tabs .SOG-lb-tip::after {
  content: "";
  position: absolute;
  left: calc(50% - var(--tip-shift, 0px));
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #3a3e4a;
  margin-left: -11px;
  top: -11px;
}
.SOG-lb-tabs .SOG-lb-tip::after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-bottom: 8px solid #2c2f37;
  margin-left: -8px;
  top: -7px;
}
.SOG-lb-tabs .SOG-lb-tip .SOG-lb-tip-title {
  font-family: fontFamilyUltra;
  font-size: 19px;
  color: #ffd700;
  letter-spacing: 1px;
  margin: 0 0 6px;
}
.SOG-lb-tabs .SOG-lb-tip .SOG-lb-tip-desc {
  color: #cad7e7;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 12px;
}
.SOG-lb-tabs .SOG-lb-tip .SOG-lb-tip-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.SOG-lb-tabs .SOG-lb-tip .SOG-lb-tip-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #3b3f49;
  border-radius: 8px;
  padding: 8px 12px;
}
.SOG-lb-tabs .SOG-lb-tip .SOG-lb-tip-list li span {
  color: #cad7e7;
  font-size: 13px;
}
.SOG-lb-tabs .SOG-lb-tip .SOG-lb-tip-list li strong {
  font-family: fontFamilyUltra;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
.SOG-lb-tabs .SOG-lb-tab-wrap.is-tip-open .SOG-lb-tip {
  opacity: 1;
  visibility: visible;
  transform: translate(calc(-50% + var(--tip-shift, 0px)), 0);
  pointer-events: auto;
}
@media (hover: hover) {
  .SOG-lb-tabs .SOG-lb-tab-wrap:has(.SOG-lb-info:hover) .SOG-lb-tip,
.SOG-lb-tabs .SOG-lb-tab-wrap:has(.SOG-lb-info:focus-visible) .SOG-lb-tip {
    opacity: 1;
    visibility: visible;
    transform: translate(calc(-50% + var(--tip-shift, 0px)), 0);
  }
}
@media (max-width: 600px) {
  .SOG-lb-tabs .SOG-leaderboard-intro {
    font-size: 16px;
  }
  .SOG-lb-tabs .SOG-lb-info {
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin-left: 4px;
  }
  .SOG-lb-tabs .SOG-lb-tip {
    width: 300px;
  }
}

#SOG-leaderboard-section.SOG-coins-page #SOG-coins-box {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 90px auto 0;
  padding: 80px 5% 30px;
  box-sizing: border-box;
  background: #2e323d;
  border-radius: 50px;
  border-bottom: 10px solid #013258cc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.178);
  display: flex;
  flex-direction: column;
  gap: 26px;
}
#SOG-leaderboard-section.SOG-coins-page #SOG-coins-box #SOG-coins-ribbon {
  position: absolute;
  width: 70%;
  max-width: 420px;
  height: auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.35));
}
#SOG-leaderboard-section.SOG-coins-page #SOG-coins-box .SOG-lb-tabs {
  margin-bottom: 0;
}
#SOG-leaderboard-section.SOG-coins-page .coins-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 18px 30px;
  border-radius: 22px;
  background: linear-gradient(180deg, #363a44, #24272e);
  border: 3px solid #3a3e4a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 5px 0 #17191e, 0 10px 24px rgba(0, 0, 0, 0.3);
}
#SOG-leaderboard-section.SOG-coins-page .coins-summary .coins-summary-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 140px;
}
#SOG-leaderboard-section.SOG-coins-page .coins-summary .coins-summary-value {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: fontFamilyUltra;
  font-size: 30px;
  letter-spacing: 1px;
  color: #fff;
}
#SOG-leaderboard-section.SOG-coins-page .coins-summary .coins-summary-value img {
  width: 30px;
  height: 30px;
  position: relative;
  top: 2px;
}
#SOG-leaderboard-section.SOG-coins-page .coins-summary .coins-summary-value em {
  font-style: normal;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.45);
}
#SOG-leaderboard-section.SOG-coins-page .coins-summary .coins-summary-coins span {
  color: #ffc013;
}
#SOG-leaderboard-section.SOG-coins-page .coins-summary .coins-summary-label {
  font-family: fontFamilyBold;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
#SOG-leaderboard-section.SOG-coins-page .coins-summary .coins-summary-divider {
  width: 2px;
  height: 44px;
  background: rgba(255, 255, 255, 0.14);
}
#SOG-leaderboard-section.SOG-coins-page .coins-guest {
  margin: -10px 0 0;
  text-align: center;
  font-family: fontFamilyBold;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
}
#SOG-leaderboard-section.SOG-coins-page .coins-guest a {
  color: #a0bfe7;
  text-decoration: underline;
}
#SOG-leaderboard-section.SOG-coins-page .coins-controls {
  justify-content: space-between;
  gap: 16px;
}
#SOG-leaderboard-section.SOG-coins-page .coins-controls .coins-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 260px;
  padding: 4px 18px;
  border-radius: 1000px;
  background: rgba(18, 19, 23, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
}
#SOG-leaderboard-section.SOG-coins-page .coins-controls .coins-search svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
#SOG-leaderboard-section.SOG-coins-page .coins-controls .coins-search input {
  flex: 1;
  min-width: 0;
  padding: 7px 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  font-family: fontFamilyBold;
  font-size: 15px;
  letter-spacing: 1px;
}
#SOG-leaderboard-section.SOG-coins-page .coins-controls .coins-search input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
#SOG-leaderboard-section.SOG-coins-page .coins-controls .coins-search:focus-within {
  border-color: rgba(223, 18, 52, 0.5);
  color: #fff;
}
#SOG-leaderboard-section.SOG-coins-page #SOG-gamestats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 18px;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-card {
  position: relative;
  overflow: hidden;
  border: 3px solid #17181a;
  border-radius: 20px;
  box-shadow: 0 6px 0 #17181a;
  padding: 16px 12px 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: linear-gradient(180deg, hsl(var(--tint), 72%, 60%) 0%, hsl(var(--tint), 66%, 46%) 55%, hsl(var(--tint), 60%, 30%) 100%);
  transition: 0.15s transform, 0.15s box-shadow;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 0 14px, rgba(255, 255, 255, 0) 14px 28px);
  pointer-events: none;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-card:hover {
  transform: translateY(-5px) rotate(-1deg);
  box-shadow: 0 11px 0 #17181a;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-card:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 0 #17181a;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-card > * {
  position: relative;
  z-index: 1;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-card.is-unplayed .gamestats-cell-value {
  opacity: 0.55;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-rank {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  font-family: puzzleGamesMainFont, sans-serif;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #fff;
  background: rgba(23, 24, 26, 0.75);
  border: 2px solid #17181a;
  border-radius: 1000px;
  padding: 5px 9px 4px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-rank.is-top-1 {
  color: #1d1f26;
  background: linear-gradient(180deg, #ffe066, #f0a81a);
  border-color: #fff2a8;
  text-shadow: none;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-rank.is-top-2 {
  color: #262729;
  background: linear-gradient(180deg, #f3f5f6, #d3d6db);
  border-color: #ffffff;
  text-shadow: none;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-rank.is-top-3 {
  color: #3a1d08;
  background: linear-gradient(180deg, #e9a56b, #b8642a);
  border-color: #f7c9a0;
  text-shadow: none;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-icon {
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  position: relative;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-icon img {
  position: absolute;
  width: 210.2%;
  max-width: none;
  height: 133.2%;
  left: -55.1%;
  top: -10.7%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-icon.is-large-art {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-icon.is-large-art img {
  width: 169%;
  height: 107.07%;
  left: -34.27%;
  top: -3.32%;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-name {
  margin: 0;
  font-family: puzzleGamesMainFont, sans-serif;
  font-size: 1.05rem;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  min-height: 2.2em;
  display: flex;
  align-items: center;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-bar {
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: stretch;
  background: rgba(23, 24, 26, 0.6);
  border: 2px solid #17181a;
  border-radius: 12px;
  overflow: hidden;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-cell {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px 4px;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-cell-value {
  font-family: puzzleGamesMainFont, sans-serif;
  font-size: 1.15rem;
  line-height: 1;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-cell-label {
  font-family: fontFamilyRegular, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.5px;
  opacity: 0.75;
  margin-top: 3px;
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-cell-divider {
  width: 2px;
  background: rgba(255, 255, 255, 0.15);
}
#SOG-leaderboard-section.SOG-coins-page .gamestats-empty {
  margin: 0;
  text-align: center;
  font-family: fontFamilyBold, sans-serif;
  font-size: 1.1rem;
  opacity: 0.8;
  padding: 40px 0;
}
@media (max-width: 900px) {
  #SOG-leaderboard-section.SOG-coins-page #SOG-gamestats-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
  }
  #SOG-leaderboard-section.SOG-coins-page .gamestats-icon {
    width: 104px;
    height: 104px;
  }
  #SOG-leaderboard-section.SOG-coins-page .gamestats-icon.is-large-art {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  }
  #SOG-leaderboard-section.SOG-coins-page .coins-summary {
    flex-wrap: wrap;
    gap: 18px;
  }
  #SOG-leaderboard-section.SOG-coins-page .coins-summary .coins-summary-divider {
    display: none;
  }
}

#SOG-team-leaderboard {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  background: #2e323d;
  border-radius: 50px;
  background-size: cover;
  max-width: var(--max-window-width);
  border-bottom: 10px solid #013258cc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.178);
  padding: 30px 5% 20px;
  margin-top: 80px;
  margin-bottom: -100px;
  position: relative;
  transform: scale(0.85);
  transform-origin: top center;
}
#SOG-team-leaderboard #SOG-teams-leaderboard-header {
  position: absolute;
  display: block;
  width: 70%;
  max-width: 430px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.35));
}
#SOG-team-leaderboard .SOG-team-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 4%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 50px;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card {
  flex: 1;
  min-height: 450px;
  aspect-ratio: unset;
  border-radius: 18px;
  padding: 20px 12px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: visible;
  border: 3px solid #464c5c;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-rank-badge {
  position: absolute;
  top: 8px;
  left: -18px;
  background: url("/media/images/leaderboard/rank.png");
  background-size: cover;
  color: #eeffa5;
  font-family: fontFamilyBold;
  font-size: 23px;
  padding: 1px 15px;
  z-index: 2;
  width: 60px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
  aspect-ratio: 73/55;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-icon {
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 4px;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-name {
  font-family: puzzleGamesMainFont;
  font-size: 22px;
  color: white;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0px !important;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-coins {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #282b35;
  border-radius: 20px;
  padding: 4px 4px;
  margin-bottom: 14px;
  min-width: 100px;
  width: 90%;
  max-width: 145px;
  border-bottom: 4px solid #011120c7;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-coins img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  position: relative;
  top: 2px;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-coins span {
  font-family: fontFamilyUltra;
  font-size: 19px;
  color: white;
  white-space: nowrap;
  text-wrap: nowrap;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-bar-container {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-bar-container .SOG-team-bar-track {
  width: 80%;
  max-width: 150px;
  flex: 1;
  background: #101216;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  padding: 12px;
  z-index: 2;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-bar-container .SOG-team-bar-track .SOG-team-bar-fill {
  position: relative;
  top: 100%;
  transform: translateY(-100%);
  left: 0px;
  width: 100%;
  border-radius: 12px;
  transition: height 0.6s ease;
  background-size: 100% 10px;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-bar-container .SOG-team-bar-glow {
  width: 75%;
  height: 16px;
  border-radius: 50%;
  bottom: 0;
  transform: translateY(50%);
  position: absolute;
  background: #000;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-bar-container .SOG-team-bar-label {
  position: absolute;
  right: -4px;
  background: #e53935;
  color: white;
  font-family: fontFamilyUltra;
  font-size: 12px;
  width: 44px;
  text-align: center;
  padding: 3px 0;
  border-radius: 6px;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  transform: translateY(50%);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-electric {
  background: linear-gradient(180deg, #181a20, #978316);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-electric .SOG-team-bar-track .SOG-team-bar-fill {
  background: repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(255, 255, 255, 0.18) 30px, rgba(255, 255, 255, 0.18) 32px), linear-gradient(0deg, #f5dc4a, #c9a71a);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-electric .SOG-team-bar-track {
  background: #1a1400;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-electric .SOG-team-bar-glow {
  background: #f5dc4a;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-electric .SOG-team-bar-label {
  background: #c9a71a;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-nature {
  background: linear-gradient(180deg, #181a20, #189716);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-nature .SOG-team-bar-track .SOG-team-bar-fill {
  background: repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(255, 255, 255, 0.18) 30px, rgba(255, 255, 255, 0.18) 32px), linear-gradient(0deg, #56e639, #28a310);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-nature .SOG-team-bar-track {
  background: #071a02;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-nature .SOG-team-bar-glow {
  background: #56e639;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-nature .SOG-team-bar-label {
  background: #28a310;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-water {
  background: linear-gradient(180deg, #181a20, #c0213c);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-water .SOG-team-bar-track .SOG-team-bar-fill {
  background: repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(255, 255, 255, 0.18) 30px, rgba(255, 255, 255, 0.18) 32px), linear-gradient(0deg, #e44e67, #c01d38);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-water .SOG-team-bar-track {
  background: #101114;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-water .SOG-team-bar-glow {
  background: #e44e67;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-water .SOG-team-bar-label {
  background: #c01d38;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-fire {
  background: linear-gradient(180deg, #181a20, #a23538);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-fire .SOG-team-bar-track .SOG-team-bar-fill {
  background: repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(255, 255, 255, 0.18) 30px, rgba(255, 255, 255, 0.18) 32px), linear-gradient(0deg, #f07a42, #c4361a);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-fire .SOG-team-bar-track {
  background: #1a0800;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-fire .SOG-team-bar-glow {
  background: #f07a42;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-fire .SOG-team-bar-label {
  background: #c4361a;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card {
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-icon img,
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-rank-badge {
  transition: transform 0.2s ease;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card:hover, #SOG-team-leaderboard .SOG-team-grid .SOG-team-card:focus-visible {
  outline: none;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card:hover .SOG-team-icon img, #SOG-team-leaderboard .SOG-team-grid .SOG-team-card:focus-visible .SOG-team-icon img {
  transform: scale(1.14) rotate(-4deg);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card:hover .SOG-team-rank-badge, #SOG-team-leaderboard .SOG-team-grid .SOG-team-card:focus-visible .SOG-team-rank-badge {
  transform: scale(1.08);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-electric:hover, #SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-electric:focus-visible {
  border-color: #f5dc4a;
  box-shadow: 0 0 26px rgba(245, 220, 74, 0.35);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-nature:hover, #SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-nature:focus-visible {
  border-color: #56e639;
  box-shadow: 0 0 26px rgba(86, 230, 57, 0.35);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-water:hover, #SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-water:focus-visible {
  border-color: #e44e67;
  box-shadow: 0 0 26px rgba(228, 78, 103, 0.35);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-fire:hover, #SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-fire:focus-visible {
  border-color: #f07a42;
  box-shadow: 0 0 26px rgba(240, 122, 66, 0.35);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster {
  display: none;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #363a44, #24272e);
  border: 3px solid rgba(223, 18, 52, 0.35);
  text-align: left;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 26px;
  background: rgba(18, 19, 23, 0.4);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-head .SOG-team-roster-title {
  font-family: fontFamilyUltra;
  font-size: 21px;
  color: white;
  letter-spacing: 2px;
  margin: 0;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-head .SOG-team-roster-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-head .SOG-team-roster-close {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: white;
  cursor: pointer;
  transition: background 0.2s ease;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-head .SOG-team-roster-close:hover {
  background: rgba(201, 20, 43, 0.55);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-cols {
  display: grid;
  grid-template-columns: 48px 1fr 130px 100px;
  gap: 14px;
  padding: 11px 30px;
  background: rgba(223, 18, 52, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.06);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-cols span {
  font-family: fontFamilyBold;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.45);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-cols span:nth-child(3), #SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-cols span:nth-child(4) {
  text-align: right;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-rows {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-empty {
  padding: 20px 18px;
  text-align: center;
  color: #cad7e7;
  font-size: 17px;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row {
  display: grid;
  grid-template-columns: 48px 1fr 130px 100px;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  background: rgba(18, 19, 23, 0.34);
  animation: SOG-team-roster-row-in 0.35s ease both;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row:nth-child(odd) {
  background: rgba(18, 19, 23, 0.5);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row:nth-child(1) {
  animation-delay: 0.02s;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row:nth-child(2) {
  animation-delay: 0.07s;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row:nth-child(3) {
  animation-delay: 0.12s;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row:nth-child(4) {
  animation-delay: 0.17s;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row:nth-child(5) {
  animation-delay: 0.22s;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-rank {
  font-family: fontFamilyUltra;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.45);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-player {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  cursor: pointer;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #424653;
  box-shadow: none;
  transform: scale(1.18);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-name {
  font-family: fontFamilyBold;
  font-size: 18px;
  color: white;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-coins {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-coins img {
  max-width: 21px;
  max-height: 21px;
  object-fit: contain;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-coins span {
  font-family: fontFamilyBold;
  font-size: 18px;
  color: #ffc013;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-games {
  font-family: fontFamilyBold;
  font-size: 18px;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster.SOG-team-electric {
  border-color: rgba(245, 220, 74, 0.5);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster.SOG-team-electric .SOG-team-roster-head {
  background: linear-gradient(90deg, rgba(245, 220, 74, 0.24), rgba(18, 19, 23, 0.4) 70%);
  border-bottom-color: rgba(245, 220, 74, 0.35);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster.SOG-team-electric .SOG-team-roster-row:first-child .SOG-team-roster-rank {
  color: #f5dc4a;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster.SOG-team-nature {
  border-color: rgba(86, 230, 57, 0.5);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster.SOG-team-nature .SOG-team-roster-head {
  background: linear-gradient(90deg, rgba(86, 230, 57, 0.24), rgba(18, 19, 23, 0.4) 70%);
  border-bottom-color: rgba(86, 230, 57, 0.35);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster.SOG-team-nature .SOG-team-roster-row:first-child .SOG-team-roster-rank {
  color: #56e639;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster.SOG-team-water {
  border-color: rgba(228, 78, 103, 0.5);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster.SOG-team-water .SOG-team-roster-head {
  background: linear-gradient(90deg, rgba(228, 78, 103, 0.24), rgba(18, 19, 23, 0.4) 70%);
  border-bottom-color: rgba(228, 78, 103, 0.35);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster.SOG-team-water .SOG-team-roster-row:first-child .SOG-team-roster-rank {
  color: #e44e67;
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster.SOG-team-fire {
  border-color: rgba(240, 122, 66, 0.5);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster.SOG-team-fire .SOG-team-roster-head {
  background: linear-gradient(90deg, rgba(240, 122, 66, 0.24), rgba(18, 19, 23, 0.4) 70%);
  border-bottom-color: rgba(240, 122, 66, 0.35);
}
#SOG-team-leaderboard .SOG-team-grid .SOG-team-roster.SOG-team-fire .SOG-team-roster-row:first-child .SOG-team-roster-rank {
  color: #f07a42;
}
#SOG-team-leaderboard .SOG-team-grid.is-expanded {
  flex-wrap: nowrap;
  gap: 20px;
}
#SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-card {
  display: none;
}
#SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-card.is-open {
  display: flex;
  flex: 0 0 264px;
  max-width: 264px;
}
#SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster.is-open {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
}
#SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-card.SOG-team-electric.is-open {
  border-color: #f5dc4a;
  box-shadow: 0 0 30px rgba(245, 220, 74, 0.34);
}
#SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-card.SOG-team-nature.is-open {
  border-color: #56e639;
  box-shadow: 0 0 30px rgba(86, 230, 57, 0.34);
}
#SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-card.SOG-team-water.is-open {
  border-color: #e44e67;
  box-shadow: 0 0 30px rgba(228, 78, 103, 0.34);
}
#SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-card.SOG-team-fire.is-open {
  border-color: #f07a42;
  box-shadow: 0 0 30px rgba(240, 122, 66, 0.34);
}
#SOG-team-leaderboard .SOG-team-user-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  background: #181a20;
  border-radius: 14px;
  flex-wrap: nowrap;
  border: 0px solid #03508b98;
  box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.3);
}
#SOG-team-leaderboard .SOG-team-user-info .SOG-team-user-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  padding: 14px 20px;
  flex: 1;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
}
#SOG-team-leaderboard .SOG-team-user-info .SOG-team-user-stat span {
  color: #cad7e7;
  font-size: 25px;
  font-family: fontFamilyBold;
  letter-spacing: 1px;
}
#SOG-team-leaderboard .SOG-team-user-info .SOG-team-user-stat strong {
  color: #f5a623;
  font-family: fontFamilyBold;
  font-size: 30px;
  letter-spacing: 1px;
  position: relative;
  top: -2px;
}
#SOG-team-leaderboard .SOG-team-user-info .SOG-team-user-stat img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4));
}
#SOG-team-leaderboard .SOG-team-user-info .SOG-team-global-rank {
  height: 100%;
  border-left: 1px solid #03508b98;
  border-right: 1px solid #03508b98;
}
@media (max-width: 1200px) {
  #SOG-team-leaderboard .SOG-team-grid {
    gap: 16px;
  }
  #SOG-team-leaderboard .SOG-team-grid .SOG-team-card {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  #SOG-team-leaderboard .SOG-team-user-info {
    gap: 0;
    flex-wrap: wrap;
  }
  #SOG-team-leaderboard .SOG-team-user-info .SOG-team-user-stat {
    width: 100%;
    flex: none;
    padding: 10px 20px;
    border-bottom: 1px solid #03508b98;
  }
  #SOG-team-leaderboard .SOG-team-user-info .SOG-team-global-rank {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 600px) {
  #SOG-team-leaderboard {
    margin-top: 50px;
    margin-bottom: 0;
    transform: none;
    width: 95%;
    border-radius: 30px;
    padding: 20px 3% 16px;
  }
  #SOG-team-leaderboard .SOG-team-grid {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }
  #SOG-team-leaderboard .SOG-team-grid .SOG-team-card {
    width: calc(50% - 6px);
    max-width: none;
    min-height: 340px;
  }
  #SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-name {
    font-size: 20px;
  }
  #SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-coins span {
    font-size: 17px;
  }
  #SOG-team-leaderboard .SOG-team-grid .SOG-team-card .SOG-team-bar-container .SOG-team-bar-track {
    width: 70%;
  }
  #SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-electric .SOG-team-bar-track .SOG-team-bar-fill {
    background: repeating-linear-gradient(0deg, transparent, transparent 18px, rgba(255, 255, 255, 0.18) 18px, rgba(255, 255, 255, 0.18) 20px), linear-gradient(0deg, #f5dc4a, #c9a71a);
  }
  #SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-nature .SOG-team-bar-track .SOG-team-bar-fill {
    background: repeating-linear-gradient(0deg, transparent, transparent 18px, rgba(255, 255, 255, 0.18) 18px, rgba(255, 255, 255, 0.18) 20px), linear-gradient(0deg, #56e639, #28a310);
  }
  #SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-water .SOG-team-bar-track .SOG-team-bar-fill {
    background: repeating-linear-gradient(0deg, transparent, transparent 18px, rgba(255, 255, 255, 0.18) 18px, rgba(255, 255, 255, 0.18) 20px), linear-gradient(0deg, #e44e67, #c01d38);
  }
  #SOG-team-leaderboard .SOG-team-grid .SOG-team-card.SOG-team-fire .SOG-team-bar-track .SOG-team-bar-fill {
    background: repeating-linear-gradient(0deg, transparent, transparent 18px, rgba(255, 255, 255, 0.18) 18px, rgba(255, 255, 255, 0.18) 20px), linear-gradient(0deg, #f07a42, #c4361a);
  }
  #SOG-team-leaderboard .SOG-team-user-info .SOG-team-user-stat span {
    font-size: 18px;
  }
  #SOG-team-leaderboard .SOG-team-user-info .SOG-team-user-stat strong {
    font-size: 22px;
  }
  #SOG-team-leaderboard .SOG-team-user-info .SOG-team-user-stat img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1200px) {
  #SOG-team-leaderboard .SOG-team-grid.is-expanded {
    gap: 16px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-card.is-open {
    flex: 0 0 220px;
    max-width: 220px;
  }
}
@media (max-width: 900px) {
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-cols,
#SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-row {
    grid-template-columns: 40px 1fr 110px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-games-col,
#SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-games {
    display: none;
  }
}
@media (max-width: 600px) {
  #SOG-team-leaderboard .SOG-team-grid.is-expanded {
    flex-wrap: wrap;
    gap: 12px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-card.is-open {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-height: 300px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster.is-open {
    flex: 0 0 100%;
    width: 100%;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-head {
    padding: 10px 14px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-head .SOG-team-roster-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-cols {
    padding: 9px 14px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-rows {
    padding: 8px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-cols,
#SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-row {
    grid-template-columns: 24px 1fr 78px;
    gap: 8px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-row {
    padding: 8px 10px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-rank {
    font-size: 16px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-avatar {
    width: 38px;
    height: 38px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-name {
    font-size: 15px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-coins span {
    font-size: 15px;
  }
  #SOG-team-leaderboard .SOG-team-grid.is-expanded .SOG-team-roster .SOG-team-roster-row .SOG-team-roster-games {
    font-size: 15px;
  }
}

@keyframes SOG-team-roster-row-in {
  0% {
    transform: translateY(16px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#SOG-purchase-completed-popup {
  position: fixed;
  z-index: 4477988020393345023;
  width: 100%;
  height: 100vh;
  background: #00000056;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: none;
  top: 0;
  left: 0;
}
#SOG-purchase-completed-popup #SOG-purchase-completed-popup-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: 93%;
  max-width: 720px;
  max-height: 90%;
}
#SOG-purchase-completed-popup #SOG-purchase-completed-popup-content img {
  max-width: 100%;
  max-height: 100%;
}
#SOG-purchase-completed-popup #SOG-purchase-completed-popup-content button {
  background: url("/media/images/buttons/play.png");
  background-size: cover;
  width: 210px;
  height: 55px;
  border: none;
  outline: none;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%) scale(1.1);
  cursor: pointer;
  transition: 0.2s;
}
#SOG-purchase-completed-popup #SOG-purchase-completed-popup-content button:hover {
  filter: brightness(1.1);
}
#SOG-purchase-completed-popup #SOG-purchase-completed-popup-content button:active {
  transform: translateX(-50%) scale(1.05);
}

#SOG-choose-team-section {
  width: 100%;
  height: calc(100vh - var(--header-height));
  background: #062e5242;
  backdrop-filter: blur(10px);
  left: 0;
  top: var(--header-height);
  position: fixed;
  z-index: 10002;
  display: none;
}
#SOG-choose-team-section #choose-team-logo {
  position: absolute;
  top: 3%;
  left: 2%;
  width: 200px;
}
#SOG-choose-team-section #choose-team-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1180px;
  padding: 50px 20px;
}
#SOG-choose-team-section #choose-team-content .sec-title {
  font-size: clamp(30px, 5vw, 55px);
  color: white;
  text-shadow: 0 4px 0 #16181e, 0 5px 0 rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-family: rawles;
  letter-spacing: 3px;
  margin-bottom: clamp(28px, 5vw, 58px);
  text-align: center;
}
#SOG-choose-team-section #choose-team-content #choose-team-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 2vw, 26px);
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option {
  aspect-ratio: 0.7;
  border-radius: 10px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.22s filter, 0.22s opacity, 0.22s transform, 0.22s box-shadow;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 6% 5% 7%;
  position: relative;
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-fire {
  background-image: url("/media/images/teams/fire.png");
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-water {
  background-image: url("/media/images/teams/water.png");
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-nature {
  background-image: url("/media/images/teams/nature.png");
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-electric {
  background-image: url("/media/images/teams/electric.png");
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-fire .team-sprite {
  background-image: url("/media/images/teams/fire-sprite.png");
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-water .team-sprite {
  background-image: url("/media/images/teams/water-sprite.png");
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-nature .team-sprite {
  background-image: url("/media/images/teams/nature-sprite.png");
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-electric .team-sprite {
  background-image: url("/media/images/teams/electric-sprite.png");
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option .sog-team-name {
  font-size: clamp(14px, 2.2vw, 28px);
  font-family: puzzleGamesMainFont;
  color: white;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.55), 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-text-stroke: 0.4px rgba(255, 255, 255, 0.28);
  text-transform: uppercase;
  flex-shrink: 0;
  margin-bottom: 0;
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-water .sog-team-name {
  color: #f0425f;
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-fire .sog-team-name {
  color: #FB1838;
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-nature .sog-team-name {
  color: #4cff1a;
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-electric .sog-team-name {
  color: #ffd31f;
  text-shadow: 0 3px 0 rgba(112, 63, 0, 0.75), 0 0 10px rgba(255, 255, 255, 0.22);
  -webkit-text-stroke: 0.4px rgba(125, 73, 0, 0.35);
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option .team-sprite {
  width: 55%;
  aspect-ratio: 1;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 15px;
  flex-shrink: 1;
  min-height: 0;
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option .team-select-btn {
  display: inline-block;
  background: linear-gradient(180deg, #6fd649 0%, #3da81a 100%);
  color: white;
  font-family: rawles;
  font-size: clamp(13px, 1.3vw, 20px);
  text-transform: capitalize;
  padding: clamp(3px, 0.5vw, 6px) clamp(30px, 4vw, 45px);
  border-radius: 100px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 0 #2d8a0f, 0 6px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  margin-top: 10%;
  flex-shrink: 0;
  white-space: nowrap;
  transition: 0.15s transform;
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option .team-select-btn:active {
  transform: scale(0.93);
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option:hover {
  filter: brightness(1.1);
  transform: scale(1.04) translateY(-6px);
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.selected {
  transform: scale(1.06) translateY(-4px);
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.notSelected {
  opacity: 0.5;
  transform: scale(0.95);
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-fade-out {
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
  will-change: transform, opacity;
  transition: 0.5s opacity ease-out, 0.5s transform ease-out;
}
#SOG-choose-team-section #choose-team-content #choose-team-options .team-option.team-fade-out {
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
  will-change: transform, opacity;
  transition: 0.5s opacity ease-out, 0.5s transform ease-out;
}
#SOG-choose-team-section #choose-team-content #choose-team-hint {
  color: white;
  font-size: clamp(18px, 2.5vw, 26px);
  font-family: rawles;
  letter-spacing: 1px;
  text-align: center;
  margin-top: clamp(22px, 3.5vw, 42px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  #SOG-choose-team-section #choose-team-content {
    width: 95%;
    padding: 20px 10px;
  }
  #SOG-choose-team-section #choose-team-content #choose-team-options {
    grid-template-columns: repeat(2, 1fr);
  }
  #SOG-choose-team-section #choose-team-content #choose-team-options .team-option .sog-team-name {
    font-size: clamp(20px, 3vw, 24px);
  }
  #SOG-choose-team-section #choose-team-content #choose-team-options .team-option .team-select-btn {
    display: inline-block;
    background: linear-gradient(180deg, #6fd649 0%, #3da81a 100%);
    color: white;
    font-family: rawles;
    font-size: clamp(15px, 1.2vw, 20px);
    text-transform: capitalize;
    padding: 0 25px;
    border-radius: 100px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 0 #2d8a0f, 0 6px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    margin-top: 10%;
  }
}

@keyframes chooseTeamTitleSway {
  0% {
    transform: rotate(-4deg) translateY(0) scale(1);
  }
  25% {
    transform: rotate(0deg) translateY(-4px) scale(1.03);
  }
  50% {
    transform: rotate(4deg) translateY(0) scale(1);
  }
  75% {
    transform: rotate(0deg) translateY(-2px) scale(1.02);
  }
  100% {
    transform: rotate(-4deg) translateY(0) scale(1);
  }
}
#team-spin-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  pointer-events: none;
  display: none;
}
#team-spin-overlay .team-spin-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  will-change: transform;
}
#team-spin-overlay .team-spin-sprite {
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
}

@keyframes teamHeaderPulse {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.45);
  }
  45% {
    transform: scale(0.88);
  }
  65% {
    transform: scale(1.18);
  }
  82% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
#SOG-header-team.team-pulse {
  animation: teamHeaderPulse 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#team-aura-orb {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999998;
  width: 60px;
  height: 60px;
  will-change: transform, opacity;
}

#SOG-alert {
  position: fixed;
  z-index: 4477988020393345023;
  width: 100%;
  height: 100vh;
  background: #00000056;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: none;
  top: 0;
  left: 0;
}
#SOG-alert #SOG-alert-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 680px;
  aspect-ratio: 1.9;
  height: auto;
  background: url("/media/images/containers/micro-container.png");
  background-size: cover;
  border-radius: 33px;
  padding: 40px 60px;
  padding-bottom: 30px;
}
#SOG-alert #SOG-alert-content img {
  position: absolute;
  left: 100%;
  top: 30px;
  width: 70px;
  transform: translate(-87%, 10%);
  cursor: pointer;
  transition: 0.2s;
}
#SOG-alert #SOG-alert-content img:hover {
  filter: brightness(1.2);
}
#SOG-alert #SOG-alert-content #SOG-alert-img {
  width: 62%;
  min-height: 50px;
  height: auto;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  margin-bottom: 40px;
  border: 3px solid white;
  border-radius: 10px;
}
#SOG-alert #SOG-alert-content.has-img {
  aspect-ratio: unset;
}
#SOG-alert #SOG-alert-content.has-img #SOG-alert-msg {
  position: relative;
  top: 0;
  transform: none;
  margin-top: 0;
}
#SOG-alert #SOG-alert-content svg {
  position: absolute;
  width: 50px;
  height: 50px;
  background: red;
  padding: 5px;
  color: white;
  border: 3px solid white;
  border-radius: 5px;
  top: 0;
  left: 100%;
  transform: translate(-55%, -45%) scale(0.9);
  cursor: pointer;
  transition: 0.2s;
}
#SOG-alert #SOG-alert-content svg:hover {
  filter: brightness(1.2);
}
#SOG-alert #SOG-alert-content #SOG-alert-msg {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-top: -10px;
  display: block;
  position: absolute;
  left: 0;
  top: calc( 50% - 0px );
  transform: translateY(-50%);
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
  line-height: 1.2;
  width: 100%;
}
#SOG-alert #SOG-alert-content #SOG-alert-msg span {
  color: #e84560;
  text-transform: capitalize;
}
#SOG-alert #SOG-alert-content #SOG-alert-msg span.chlg-score {
  font-size: 35px;
}
#SOG-alert #SOG-alert-content #SOG-alert-msg span.challengeQuestion {
  color: gold;
  line-height: 2;
}
#SOG-alert #SOG-alert-content button {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0;
  background: url("/media/images/buttons/green-button.webp");
  background-size: cover;
  border: none;
  outline: none;
  width: 300px;
  height: 100px;
  border-radius: 40px;
  transition: 0.2s;
  transform: translateY(-60%) translateX(-50%) scale(1);
  margin-left: 0;
  cursor: pointer;
}
#SOG-alert #SOG-alert-content button:active {
  transform: translateY(-60%) translateX(-50%) scale(0.95);
}
#SOG-alert #SOG-alert-content button p {
  color: white;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  font-weight: bolder;
  font-family: fontFamilyUltra;
  text-shadow: 0px 4px 0 #0f6701;
  text-transform: uppercase;
  font-size: 35px;
  text-wrap: nowrap;
  white-space: nowrap;
  flex-wrap: wrap;
  position: absolute;
  display: flex;
  align-items: center;
  line-height: 10px;
  height: 60px;
  top: 50%;
  margin-top: -5px;
  transform: translateY(-50%);
  letter-spacing: 3px;
}
#SOG-alert #SOG-alert-content button:hover {
  filter: brightness(1.1);
}

#store-coins {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 20px 22px;
  background: linear-gradient(180deg, #363a44, #24272e);
  border: 2px solid rgba(255, 192, 19, 0.3);
  border-radius: 26px;
}
#store-coins .coin-packs {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 18px;
}
#store-coins .coin-pack {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #474c59 0%, #30333d 55%, #25282f 100%);
  border: 3px solid #434755;
  border-radius: 18px;
  box-shadow: 0 6px 0 rgba(18, 19, 23, 0.75), 0 12px 24px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  outline: none;
  transition: 0.2s ease;
}
#store-coins .coin-pack.has-badge {
  border-color: #ffc013;
}
#store-coins .coin-pack:hover {
  transform: translateY(-3px);
  filter: brightness(1.06);
}
#store-coins .coin-pack:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 rgba(18, 19, 23, 0.75);
}
#store-coins .coin-pack.is-busy {
  filter: grayscale(0.35) brightness(0.9);
  pointer-events: none;
}
#store-coins .coin-pack-badge {
  position: absolute;
  left: 50%;
  bottom: 8px;
  z-index: 2;
  transform: translateX(-50%);
  padding: 3px 14px;
  background: linear-gradient(180deg, #fff200, #ffc013);
  border-radius: 1000px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
  font-family: fontFamilyBold;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3a2600;
  white-space: nowrap;
}
#store-coins .coin-pack-badge:empty {
  visibility: hidden;
}
#store-coins .coin-pack-name {
  display: block;
  padding: 7px 8px;
  background: linear-gradient(180deg, #434755, #353945);
  border-bottom: 2px solid rgba(18, 19, 23, 0.45);
  font-family: fontFamilyBold;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  color: #f1f4f8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#store-coins .coin-pack-visual {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin: 10px 10px 0;
  padding: 14px 6px 8px;
  background: radial-gradient(circle at 50% 62%, rgba(255, 192, 19, 0.28), rgba(18, 19, 23, 0.55) 68%);
  border: 2px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
}
#store-coins .coin-pack-amount {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 12px;
  background: rgba(18, 19, 23, 0.7);
  border: 2px solid rgba(255, 192, 19, 0.5);
  border-radius: 1000px;
  font-family: fontFamilyUltra;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #ffc013;
}
#store-coins .coin-pack-icon {
  display: block;
  width: 16px;
  height: 16px;
}
#store-coins .coin-pack-pile {
  display: block;
  width: 100%;
  height: 74px;
  margin-top: 12px;
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.45));
}
#store-coins .coin-pack-price {
  margin: 10px;
  padding: 9px 0;
  background: linear-gradient(180deg, #5ddc63, #2f9e3a);
  border: 2px solid #7ef08a;
  border-radius: 12px;
  box-shadow: 0 4px 0 #1c6a25;
  font-family: fontFamilyUltra;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-shadow: 0 3px 0 rgba(15, 103, 1, 0.85);
  color: #fff;
}
@media (max-width: 600px) {
  #store-coins {
    padding: 16px 14px;
  }
  #store-coins .coin-packs {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  #store-coins .coin-pack-name {
    padding: 7px 6px;
    font-size: 11px;
    letter-spacing: 0.4px;
  }
  #store-coins .coin-pack-visual {
    margin: 8px 8px 0;
    padding: 12px 4px 6px;
  }
  #store-coins .coin-pack-pile {
    height: 62px;
  }
  #store-coins .coin-pack-price {
    margin: 8px;
    font-size: 19px;
  }
}

#store-section {
  width: 100%;
  box-sizing: border-box;
}
#store-section .store-block {
  margin-top: 26px;
}
#store-section .store-block-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
#store-section .store-h2 {
  margin: 0;
  font-family: fontFamilyUltra;
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
}
#store-section .store-sub {
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
}
#store-section .store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}
#store-section .store-card {
  --store-card-accent: linear-gradient(90deg, #e64a64, #434755);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(180deg, #363a44, #24272e);
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  transition: 0.2s ease;
}
#store-section .store-card:hover {
  transform: translateY(-2px);
}
#store-section .store-card-cyan {
  --store-card-accent: linear-gradient(90deg, #e64a64, #434755);
  border-color: rgba(223, 18, 52, 0.25);
}
#store-section .store-card-gold {
  --store-card-accent: linear-gradient(90deg, #fff200, #e08b00);
  background: linear-gradient(180deg, rgba(255, 192, 19, 0.12), #24272e);
  border-color: rgba(255, 192, 19, 0.45);
}
#store-section .store-card-ember {
  --store-card-accent: linear-gradient(90deg, #ff8a3d, #d2380f);
  background: linear-gradient(180deg, rgba(240, 94, 35, 0.14), #24272e);
  border-color: rgba(240, 94, 35, 0.6);
}
#store-section .store-card.is-owned {
  --store-card-accent: linear-gradient(90deg, #28d17c, #0f6701);
  background: linear-gradient(180deg, #363a44, #24272e);
  border-color: rgba(40, 209, 124, 0.4);
}
#store-section .store-card.is-owned:hover {
  transform: none;
}
#store-section .store-card-backer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
#store-section .store-card-backer:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--store-card-backer);
  background-position: center;
  background-size: cover;
  opacity: 0.52;
}
#store-section .store-card-backer:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36, 39, 46, 0.3) 0%, rgba(36, 39, 46, 0.78) 100%);
}
#store-section .store-card-bar {
  position: relative;
  z-index: 1;
  height: 8px;
  background: var(--store-card-accent);
}
#store-section .store-card-body {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
}
#store-section .store-card-body b {
  display: block;
  margin-top: 4px;
  font-family: fontFamilyUltra;
  font-size: 22px;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(18, 19, 23, 0.9);
}
#store-section .store-card-body small {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  text-shadow: 0 2px 5px rgba(18, 19, 23, 0.95);
}
#store-section .store-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 30px;
}
#store-section .store-card-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.18);
  font-size: 26px;
  line-height: 1;
  color: #fff;
}
#store-section .store-card-ico svg {
  width: 24px;
  height: 24px;
}
#store-section .store-card-cyan .store-card-ico {
  background: rgba(230, 74, 100, 0.18);
  border-color: rgba(230, 74, 100, 0.5);
  color: #d4dfec;
}
#store-section .store-card-gold .store-card-ico {
  background: rgba(255, 192, 19, 0.2);
  border-color: rgba(255, 192, 19, 0.55);
  color: #ffc013;
}
#store-section .store-card-ember .store-card-ico {
  background: rgba(240, 94, 35, 0.2);
  border-color: rgba(240, 94, 35, 0.6);
  color: #ff9d5c;
}
#store-section .store-card.is-owned .store-card-ico {
  background: rgba(40, 209, 124, 0.18);
  border-color: rgba(40, 209, 124, 0.5);
  color: #7ef08a;
}
#store-section .store-card-badge {
  padding: 4px 12px;
  background: #ffc013;
  border-radius: 1000px;
  font-family: fontFamilyBold;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3a2600;
  white-space: nowrap;
}
#store-section .store-buy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  margin: 0 20px 18px;
  background: #ffc013;
  border: 2px solid #fff200;
  border-radius: 14px;
  box-shadow: 0 5px 0 rgba(146, 88, 0, 0.9);
  font-family: fontFamilyUltra;
  font-size: 20px;
  letter-spacing: 2px;
  color: #3a2600;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease;
}
#store-section .store-buy img {
  display: block;
  width: 24px;
  height: 24px;
}
#store-section .store-buy:hover {
  filter: brightness(1.08);
}
#store-section .store-buy:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 rgba(146, 88, 0, 0.9);
}
#store-section .store-owned {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  margin: 0 20px 18px;
  background: rgba(40, 209, 124, 0.12);
  border: 2px solid rgba(40, 209, 124, 0.5);
  border-radius: 14px;
  font-family: fontFamilyUltra;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #28d17c;
}
#store-section .store-custom-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 18px 22px;
  background: linear-gradient(180deg, rgba(54, 58, 68, 0.6), rgba(36, 39, 46, 0.6));
  border: 2px dashed rgba(255, 255, 255, 0.14);
  border-radius: 26px;
}
#store-section .store-custom-intro .store-h2 {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}
#store-section .store-custom-intro .store-sub {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.45);
}
#store-section .store-custom-chips {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
#store-section .store-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(18, 19, 23, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
}
#store-section .store-chip span {
  font-size: 18px;
  line-height: 1;
}
#store-section .store-chip b {
  font-family: fontFamilyBold;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 600px) {
  #store-section .store-block {
    margin-top: 20px;
  }
  #store-section .store-h2 {
    font-size: 23px;
  }
  #store-section .store-grid {
    grid-template-columns: 1fr;
  }
  #store-section .store-custom-panel {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 14px;
  }
  #store-section .store-custom-chips {
    grid-template-columns: 1fr;
  }
}

#SOG-custom-username {
  position: fixed;
  z-index: 4477988020393345023;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  top: 0;
  left: 0;
}
#SOG-custom-username #SOG-custom-username-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 640px;
  padding: 4px;
  border-radius: 34px;
  background: linear-gradient(180deg, #e64a64 0%, #d71132 55%, #434755 100%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.65);
}
#SOG-custom-username #SOG-custom-username-frame {
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #363a44 0%, #24272e 60%, #1f2127 100%);
}
#SOG-custom-username #SOG-custom-username-header {
  padding: 26px 34px 20px;
  background: linear-gradient(180deg, rgba(230, 74, 100, 0.14), rgba(230, 74, 100, 0));
  text-align: center;
}
#SOG-custom-username #SOG-custom-username-title {
  font-family: fontFamilyUltra;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.1;
  color: white;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
}
#SOG-custom-username #SOG-custom-username-msg {
  font-size: 18px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.65);
  margin: 8px 0 0;
}
#SOG-custom-username #SOG-custom-username-field {
  padding: 6px 34px 0;
  text-align: left;
}
#SOG-custom-username #SOG-custom-username-field-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-family: fontFamilyBold;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
#SOG-custom-username #SOG-custom-username-field-labels #SOG-custom-username-counter {
  letter-spacing: 1px;
}
#SOG-custom-username #SOG-custom-username-form {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 3px solid #e64a64;
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: 0 6px 0 rgba(116, 10, 27, 0.5);
  transition: 0.2s;
}
#SOG-custom-username #SOG-custom-username-form .username-team-icon {
  height: 26px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
#SOG-custom-username #SOG-custom-username-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  font-family: fontFamilyUltra;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.15;
  color: #1f2127;
}
#SOG-custom-username #SOG-custom-username-input::placeholder {
  color: rgba(31, 33, 39, 0.3);
}
#SOG-custom-username #SOG-custom-username-status {
  display: none;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  font-family: fontFamilyBold;
  font-size: 15px;
  letter-spacing: 1px;
  white-space: nowrap;
}
#SOG-custom-username #SOG-custom-username-status.is-ok {
  display: flex;
  color: #2f9e3a;
}
#SOG-custom-username #SOG-custom-username-status.is-bad {
  display: flex;
  color: #c93a3a;
}
#SOG-custom-username.is-invalid #SOG-custom-username-form {
  border-color: #f0a0a0;
}
#SOG-custom-username .error-message {
  color: #ff6b6b;
  font-family: fontFamilyBold;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 8px 0 0;
}
#SOG-custom-username #SOG-custom-username-price {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 20px 34px 0;
  padding: 14px 20px;
  background: rgba(18, 19, 23, 0.5);
  border: 2px solid rgba(255, 192, 19, 0.32);
  border-radius: 22px;
  transition: 0.2s;
}
#SOG-custom-username #SOG-custom-username-price .username-stat {
  text-align: center;
}
#SOG-custom-username #SOG-custom-username-price .username-stat-label {
  font-family: fontFamilyBold;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
#SOG-custom-username #SOG-custom-username-price .username-stat-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 4px;
}
#SOG-custom-username #SOG-custom-username-price .username-stat-value img {
  width: 32px;
  height: 32px;
  display: block;
}
#SOG-custom-username #SOG-custom-username-price .username-stat-divider {
  width: 2px;
  height: 44px;
  background: rgba(255, 255, 255, 0.12);
}
#SOG-custom-username #SOG-custom-username-price #SOG-custom-username-cost {
  font-family: fontFamilyUltra;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1;
  color: #ffc013;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  top: -2px;
}
#SOG-custom-username #SOG-custom-username-price #SOG-custom-username-balance {
  font-family: fontFamilyUltra;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1;
  color: white;
  position: relative;
  top: -2px;
}
#SOG-custom-username #SOG-custom-username-price #SOG-custom-username-balance-after {
  font-family: fontFamilyBold;
  font-size: 16px;
  letter-spacing: 1px;
  color: #28d17c;
  white-space: nowrap;
}
#SOG-custom-username #SOG-custom-username-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 22px 34px 0;
}
#SOG-custom-username #SOG-custom-username-note {
  font-size: 15px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  margin: 12px 0 0;
  padding: 0 34px 28px;
}
#SOG-custom-username #SOG-custom-username-note-short {
  display: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 12px 0 0;
  padding: 0 34px 28px;
}
#SOG-custom-username #SOG-custom-username-note-short a {
  font-family: fontFamilyBold;
  color: #df1234;
  text-decoration: none;
}
#SOG-custom-username #SOG-custom-username-note-short a:hover {
  color: #d4dfec;
}
#SOG-custom-username #SOG-custom-username-buy {
  display: none;
}
#SOG-custom-username.not-enough-coins #SOG-custom-username-price {
  background: rgba(76, 10, 26, 0.42);
  border-color: rgba(255, 107, 107, 0.45);
}
#SOG-custom-username.not-enough-coins #SOG-custom-username-price #SOG-custom-username-balance {
  color: #ff6b6b;
}
#SOG-custom-username.not-enough-coins #SOG-custom-username-price #SOG-custom-username-balance-after {
  color: #ff6b6b;
}
#SOG-custom-username.not-enough-coins #SOG-custom-username-field {
  display: none;
}
#SOG-custom-username.not-enough-coins #SOG-custom-username-price {
  margin-top: 6px;
}
#SOG-custom-username.not-enough-coins #SOG-custom-username-confirm {
  display: none;
}
#SOG-custom-username.not-enough-coins #SOG-custom-username-buy {
  display: flex;
}
#SOG-custom-username.not-enough-coins #SOG-custom-username-note {
  display: none;
}
#SOG-custom-username.not-enough-coins #SOG-custom-username-note-short {
  display: block;
}
#SOG-custom-username #SOG-custom-username-confirm {
  background: url("/media/images/buttons/green-button.webp");
  background-size: 100% 100%;
  border: none;
  outline: none;
  width: 320px;
  height: 88px;
  border-radius: 44px;
  transition: 0.15s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#SOG-custom-username #SOG-custom-username-confirm p {
  color: white;
  font-family: fontFamilyUltra;
  text-shadow: 0px 4px 0 #0f6701;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  white-space: nowrap;
  margin: 0;
  position: relative;
  top: -3px;
}
#SOG-custom-username #SOG-custom-username-confirm .username-spinner {
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.32);
  border-top-color: white;
  animation: sog-unlock-spin 0.7s linear infinite;
}
#SOG-custom-username #SOG-custom-username-confirm:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}
#SOG-custom-username #SOG-custom-username-confirm:active {
  transform: scale(0.96);
}
#SOG-custom-username #SOG-custom-username-confirm.is-busy {
  filter: grayscale(0.35) brightness(0.9);
  pointer-events: none;
}
#SOG-custom-username #SOG-custom-username-confirm.is-busy p {
  display: none;
}
#SOG-custom-username #SOG-custom-username-confirm.is-busy .username-spinner {
  display: block;
}
#SOG-custom-username #SOG-custom-username-buy {
  background: #ffc013;
  border: 3px solid #fff200;
  outline: none;
  width: 320px;
  height: 72px;
  border-radius: 44px;
  transition: 0.15s;
  cursor: pointer;
  box-shadow: 0 6px 0 rgba(146, 88, 0, 0.9);
  align-items: center;
  justify-content: center;
}
#SOG-custom-username #SOG-custom-username-buy p {
  color: #3a2600;
  font-family: fontFamilyUltra;
  text-shadow: 0px 3px 0 rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  white-space: nowrap;
  margin: 0;
}
#SOG-custom-username #SOG-custom-username-buy:hover {
  filter: brightness(1.08);
}
#SOG-custom-username #SOG-custom-username-buy:active {
  transform: translateY(3px);
  box-shadow: 0 3px 0 rgba(146, 88, 0, 0.9);
}
@media (max-width: 600px) {
  #SOG-custom-username #SOG-custom-username-content {
    width: 88%;
    border-radius: 26px;
  }
  #SOG-custom-username #SOG-custom-username-frame {
    border-radius: 22px;
  }
  #SOG-custom-username #SOG-custom-username-header {
    padding: 20px 18px 14px;
  }
  #SOG-custom-username #SOG-custom-username-title {
    font-size: 26px;
  }
  #SOG-custom-username #SOG-custom-username-msg {
    font-size: 15px;
    margin-top: 4px;
  }
  #SOG-custom-username #SOG-custom-username-field {
    padding: 4px 18px 0;
  }
  #SOG-custom-username #SOG-custom-username-field-labels {
    font-size: 12px;
    letter-spacing: 1px;
  }
  #SOG-custom-username #SOG-custom-username-form {
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
  }
  #SOG-custom-username #SOG-custom-username-input {
    font-size: 20px;
  }
  #SOG-custom-username #SOG-custom-username-status {
    font-size: 13px;
    gap: 5px;
  }
  #SOG-custom-username #SOG-custom-username-price {
    margin: 16px 18px 0;
    gap: 8px;
    padding: 10px 12px;
  }
  #SOG-custom-username #SOG-custom-username-price .username-stat-value img {
    width: 24px;
    height: 24px;
  }
  #SOG-custom-username #SOG-custom-username-price #SOG-custom-username-cost, #SOG-custom-username #SOG-custom-username-price #SOG-custom-username-balance {
    font-size: 24px;
  }
  #SOG-custom-username #SOG-custom-username-price #SOG-custom-username-balance-after {
    font-size: 13px;
  }
  #SOG-custom-username #SOG-custom-username-actions {
    margin: 16px 18px 0;
  }
  #SOG-custom-username #SOG-custom-username-note, #SOG-custom-username #SOG-custom-username-note-short {
    font-size: 13px;
    padding: 0 18px 22px;
    margin-top: 10px;
  }
  #SOG-custom-username #SOG-custom-username-confirm, #SOG-custom-username #SOG-custom-username-buy {
    width: 220px;
    height: 70px;
  }
  #SOG-custom-username #SOG-custom-username-confirm p, #SOG-custom-username #SOG-custom-username-buy p {
    font-size: 23px;
  }
  #SOG-custom-username #SOG-custom-username-confirm .username-spinner, #SOG-custom-username #SOG-custom-username-buy .username-spinner {
    width: 28px;
    height: 28px;
    border-width: 3px;
  }
  #SOG-custom-username #SOG-custom-username-buy {
    height: 58px;
  }
}

.sog-avatar-vid {
  display: block;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
.sog-avatar-vid > video.sog-avatar-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
  transform: scale(1.18);
}

.sog-avatar-still-hidden {
  display: none !important;
}

#SOG-choose-avatar {
  position: fixed;
  z-index: 4477988020393345023;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  top: 0;
  left: 0;
}
#SOG-choose-avatar #SOG-choose-avatar-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 740px;
  padding: 4px;
  border-radius: 34px;
  background: linear-gradient(160deg, #e64a64, #434755 55%, #ffc013);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.65);
}
#SOG-choose-avatar #SOG-choose-avatar-frame {
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #363a44 0%, #24272e 55%, #1f2127 100%);
}
#SOG-choose-avatar .sog-avatar-quit {
  position: absolute;
  z-index: 99;
  left: 100%;
  top: 56px;
  width: 75px;
  transform: translate(calc(-67% - 10px), -50%);
  cursor: pointer;
  transition: 0.2s;
}
#SOG-choose-avatar .sog-avatar-quit:hover {
  filter: brightness(1.1);
}
#SOG-choose-avatar .sog-avatar-quit:active {
  transform: translate(calc(-67% - 10px), -50%) scale(0.95);
}
#SOG-choose-avatar .sog-avatar-quit img {
  width: 100%;
  display: block;
}
#SOG-choose-avatar #SOG-choose-avatar-header {
  padding: 20px 90px 16px 26px;
  background: linear-gradient(180deg, rgba(230, 74, 100, 0.16), rgba(230, 74, 100, 0));
  border-bottom: 2px solid rgba(230, 74, 100, 0.2);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
}
#SOG-choose-avatar .sog-avatar-ring {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(160deg, #d4dfec, #e64a64 45%, #434755);
  flex-shrink: 0;
}
#SOG-choose-avatar .sog-avatar-ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #424653;
  display: block;
}
#SOG-choose-avatar .sog-avatar-ring.small {
  width: 50px;
  height: 50px;
  padding: 3px;
  animation: none;
}
#SOG-choose-avatar #SOG-choose-avatar-title {
  font-family: fontFamilyUltra;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1.1;
  color: white;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
}
#SOG-choose-avatar #SOG-choose-avatar-sub {
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  margin: 5px 0 0;
}
#SOG-choose-avatar #SOG-choose-avatar-filters {
  padding: 16px 26px 0;
  display: flex;
  gap: 10px;
}
#SOG-choose-avatar .sog-avatar-filter {
  font-family: fontFamilyBold;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 8px 20px;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.07);
  border: 2px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: 0.2s;
}
#SOG-choose-avatar .sog-avatar-filter:hover {
  background: rgba(255, 255, 255, 0.14);
}
#SOG-choose-avatar .sog-avatar-filter.is-active {
  background: linear-gradient(180deg, #e44e67, #cb1634);
  border-color: #d4dfec;
  color: #1d1f26;
  box-shadow: 0 4px 0 rgba(116, 10, 27, 0.9);
}
#SOG-choose-avatar #SOG-choose-avatar-grid {
  padding: 20px 10px 8px 26px;
  margin-right: 12px;
  display: grid;
  grid-template-columns: repeat(6, 92px);
  justify-content: space-between;
  gap: 24px;
  max-height: 48vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}
#SOG-choose-avatar #SOG-choose-avatar-grid::-webkit-scrollbar {
  width: 8px;
}
#SOG-choose-avatar #SOG-choose-avatar-grid::-webkit-scrollbar-track {
  background: transparent;
}
#SOG-choose-avatar #SOG-choose-avatar-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 1000px;
}
#SOG-choose-avatar #SOG-choose-avatar-empty {
  display: none;
  text-align: center;
  font-family: fontFamilyBold;
  font-size: 17px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  padding: 34px 26px;
}
#SOG-choose-avatar .sog-avatar-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  transition: 0.2s;
}
#SOG-choose-avatar .sog-avatar-item:hover {
  transform: translateY(-3px);
}
#SOG-choose-avatar .sog-avatar-item .sog-avatar-item-ring {
  position: relative;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  padding: 3px;
  background: rgba(255, 255, 255, 0.14);
  transition: 0.2s;
}
#SOG-choose-avatar .sog-avatar-item .sog-avatar-item-ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #424653;
  display: block;
}
#SOG-choose-avatar .sog-avatar-item .sog-avatar-item-ring::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  border: 5px solid #292b33;
  pointer-events: none;
}
#SOG-choose-avatar .sog-avatar-item .sog-avatar-check {
  display: none;
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(180deg, #5ddc63, #2f9e3a);
  border: 3px solid #1f2127;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: white;
  z-index: 1;
}
#SOG-choose-avatar .sog-avatar-item .sog-avatar-lock {
  display: none;
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(18, 19, 23, 0.35);
}
#SOG-choose-avatar .sog-avatar-item .sog-avatar-lock svg {
  width: 26px;
}
#SOG-choose-avatar .sog-avatar-item[data-state=wearing] .sog-avatar-item-ring {
  padding: 4px;
  border: none;
  background: linear-gradient(160deg, #d4dfec, #e64a64 45%, #434755);
}
#SOG-choose-avatar .sog-avatar-item[data-state=wearing] .sog-avatar-check {
  display: flex;
}
#SOG-choose-avatar .sog-avatar-item[data-state=locked] .sog-avatar-item-ring {
  background: rgba(18, 19, 23, 0.6);
}
#SOG-choose-avatar .sog-avatar-item[data-state=locked] .sog-avatar-item-ring img {
  filter: grayscale(0.85) brightness(0.55);
}
#SOG-choose-avatar .sog-avatar-item[data-state=locked] .sog-avatar-lock {
  display: flex;
}
#SOG-choose-avatar .sog-avatar-item.is-selected .sog-avatar-item-ring {
  box-shadow: 0 0 0 3px #ffc013;
}
#SOG-choose-avatar #SOG-choose-avatar-footer {
  margin-top: 12px;
  padding: 14px 26px 18px;
  background: rgba(18, 19, 23, 0.42);
  border-top: 2px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
#SOG-choose-avatar #SOG-choose-avatar-selected {
  display: flex;
  align-items: center;
  gap: 12px;
}
#SOG-choose-avatar #SOG-choose-avatar-selected #SOG-choose-avatar-selected-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: fontFamilyBold;
  font-size: 17px;
  letter-spacing: 1px;
  color: white;
  margin: 0;
}
#SOG-choose-avatar #SOG-choose-avatar-selected #SOG-choose-avatar-selected-price {
  display: none;
  align-items: center;
  gap: 5px;
  background: #ffc013;
  border: 2px solid #fff200;
  box-shadow: 0 2px 0 rgba(146, 88, 0, 0.85);
  border-radius: 1000px;
  padding: 1px 10px 1px 6px;
}
#SOG-choose-avatar #SOG-choose-avatar-selected #SOG-choose-avatar-selected-price img {
  width: 15px;
  height: 15px;
  display: block;
}
#SOG-choose-avatar #SOG-choose-avatar-selected #SOG-choose-avatar-selected-price span {
  font-family: fontFamilyBold;
  font-size: 14px;
  color: #3a2600;
}
#SOG-choose-avatar #SOG-choose-avatar-selected #SOG-choose-avatar-selected-status {
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  margin: 2px 0 0;
}
#SOG-choose-avatar #SOG-choose-avatar-confirm {
  background: url("/media/images/buttons/green-button.webp");
  background-size: 100% 100%;
  border: none;
  outline: none;
  width: 250px;
  height: 68px;
  border-radius: 44px;
  transition: 0.15s filter, 0.15s transform;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#SOG-choose-avatar #SOG-choose-avatar-confirm span {
  color: white;
  font-weight: bolder;
  font-family: fontFamilyUltra;
  text-shadow: 0px 4px 0 #0f6701;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 2px;
  white-space: nowrap;
  position: relative;
  top: -2px;
}
#SOG-choose-avatar #SOG-choose-avatar-confirm:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}
#SOG-choose-avatar #SOG-choose-avatar-confirm:active {
  transform: scale(0.96);
}
#SOG-choose-avatar #SOG-choose-avatar-confirm:disabled {
  filter: grayscale(0.6) brightness(0.75);
  cursor: default;
  transform: none;
}
#SOG-choose-avatar #SOG-choose-avatar-confirm.is-busy {
  filter: grayscale(0.35) brightness(0.9);
  pointer-events: none;
}
@media (max-width: 600px) {
  #SOG-choose-avatar #SOG-choose-avatar-content {
    width: 94%;
    border-radius: 26px;
  }
  #SOG-choose-avatar #SOG-choose-avatar-frame {
    border-radius: 22px;
  }
  #SOG-choose-avatar .sog-avatar-quit {
    width: 56px;
    top: 44px;
    transform: translate(-80%, -50%);
  }
  #SOG-choose-avatar .sog-avatar-quit:active {
    transform: translate(-80%, -50%) scale(0.95);
  }
  #SOG-choose-avatar #SOG-choose-avatar-header {
    padding: 14px 60px 12px 16px;
    gap: 12px;
  }
  #SOG-choose-avatar .sog-avatar-ring {
    width: 52px;
    height: 52px;
    padding: 3px;
  }
  #SOG-choose-avatar #SOG-choose-avatar-title {
    font-size: 20px;
  }
  #SOG-choose-avatar #SOG-choose-avatar-sub {
    font-size: 13px;
    margin-top: 3px;
  }
  #SOG-choose-avatar #SOG-choose-avatar-filters {
    padding: 12px 16px 0;
  }
  #SOG-choose-avatar .sog-avatar-filter {
    font-size: 13px;
    padding: 6px 14px;
  }
  #SOG-choose-avatar #SOG-choose-avatar-grid {
    padding: 14px 16px 4px;
    grid-template-columns: repeat(auto-fill, 62px);
    justify-content: center;
    gap: 14px;
  }
  #SOG-choose-avatar .sog-avatar-item .sog-avatar-item-ring {
    width: 62px;
    height: 62px;
  }
  #SOG-choose-avatar .sog-avatar-item .sog-avatar-check {
    width: 22px;
    height: 22px;
    font-size: 11px;
  }
  #SOG-choose-avatar .sog-avatar-item .sog-avatar-lock svg {
    width: 20px;
  }
  #SOG-choose-avatar #SOG-choose-avatar-footer {
    padding: 12px 16px 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #SOG-choose-avatar #SOG-choose-avatar-confirm {
    width: 210px;
    height: 58px;
  }
  #SOG-choose-avatar #SOG-choose-avatar-confirm span {
    font-size: 19px;
  }
}

#SOG-ranks {
  position: fixed;
  z-index: 4477988020393345023;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  top: 0;
  left: 0;
}
#SOG-ranks #SOG-ranks-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  max-width: 900px;
  padding: 4px;
  border-radius: 34px;
  background: linear-gradient(160deg, #e64a64, #434755 55%, #ffc013);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.65);
}
#SOG-ranks #SOG-ranks-frame {
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #363a44 0%, #24272e 55%, #1f2127 100%);
  display: flex;
  flex-direction: column;
  max-height: 86vh;
}
#SOG-ranks #SOG-ranks-header {
  position: relative;
  padding: 22px 30px;
  background: linear-gradient(180deg, rgba(230, 74, 100, 0.16), rgba(230, 74, 100, 0));
  border-bottom: 2px solid rgba(230, 74, 100, 0.22);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}
#SOG-ranks .sog-ranks-avatar {
  position: relative;
  width: 78px;
  height: 78px;
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(160deg, #ffc013, #e64a64);
  animation: sogProfileRingGlow 3.4s ease-in-out infinite;
}
#SOG-ranks .sog-ranks-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
#SOG-ranks .sog-ranks-avatar .sog-ranks-level {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ff4d5e, #c9142b);
  border: 2px solid #fff;
  border-radius: 1000px;
  padding: 2px 10px;
  font-family: fontFamilyUltra;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(120, 6, 22, 0.7);
  white-space: nowrap;
  box-shadow: 0 3px 0 rgba(120, 6, 22, 0.9);
  z-index: 1;
}
#SOG-ranks .sog-ranks-kicker {
  font-family: fontFamilyBold;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
#SOG-ranks .sog-ranks-title {
  font-family: fontFamilyUltra;
  font-size: 38px;
  letter-spacing: 2px;
  color: #ffc013;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  line-height: 1.1;
  margin: 0;
}
#SOG-ranks .sog-ranks-subtitle {
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.55);
  margin: 4px 0 0;
}
#SOG-ranks .sog-ranks-quit {
  position: absolute;
  z-index: 99;
  left: 100%;
  top: 69px;
  width: 75px;
  transform: translate(calc(-67% - 10px), -50%);
  cursor: pointer;
  transition: 0.2s;
}
#SOG-ranks .sog-ranks-quit:hover {
  filter: brightness(1.1);
}
#SOG-ranks .sog-ranks-quit:active {
  transform: translate(calc(-67% - 10px), -50%) scale(0.95);
}
#SOG-ranks .sog-ranks-quit img {
  width: 100%;
  display: block;
}
#SOG-ranks .sog-ranks-cols {
  padding: 20px 46px 8px;
  display: grid;
  grid-template-columns: 56px 1fr 150px 210px;
  gap: 14px;
  align-items: center;
  flex-shrink: 0;
}
#SOG-ranks .sog-ranks-cols span {
  font-family: fontFamilyBold;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.35);
}
#SOG-ranks .sog-ranks-cols .sog-ranks-col-coins {
  text-align: right;
}
#SOG-ranks .sog-ranks-cols span:last-child {
  text-align: right;
}
#SOG-ranks .sog-ranks-list {
  position: relative;
  padding: 0 10px 26px 30px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}
#SOG-ranks .sog-ranks-list::-webkit-scrollbar {
  width: 8px;
}
#SOG-ranks .sog-ranks-list::-webkit-scrollbar-track {
  background: transparent;
}
#SOG-ranks .sog-ranks-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 1000px;
}
#SOG-ranks .sog-ranks-row {
  display: grid;
  grid-template-columns: 56px 1fr 150px 210px;
  gap: 14px;
  align-items: center;
  padding: 11px 14px;
  border-radius: 16px;
}
#SOG-ranks .sog-ranks-row.is-reached {
  background: rgba(18, 19, 23, 0.42);
  border: 2px solid rgba(40, 209, 124, 0.22);
}
#SOG-ranks .sog-ranks-row.is-locked {
  background: rgba(18, 19, 23, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.07);
}
#SOG-ranks .sog-ranks-lvl {
  position: relative;
  width: 46px;
  height: 46px;
  padding: 2px;
  border-radius: 50%;
}
#SOG-ranks .sog-ranks-lvl img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
#SOG-ranks .sog-ranks-lvl span {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ff4d5e, #c9142b);
  border: 2px solid #fff;
  border-radius: 1000px;
  padding: 1px 6px;
  font-family: fontFamilyUltra;
  font-size: 9px;
  letter-spacing: 0.5px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(120, 6, 22, 0.7);
  white-space: nowrap;
  box-shadow: 0 2px 0 rgba(120, 6, 22, 0.9);
  z-index: 1;
}
#SOG-ranks .is-reached .sog-ranks-lvl {
  background: linear-gradient(160deg, #2f9e3a, #0f6701);
}
#SOG-ranks .is-locked .sog-ranks-lvl {
  background: rgba(255, 255, 255, 0.12);
}
#SOG-ranks .is-locked .sog-ranks-lvl img {
  filter: grayscale(1) brightness(0.6);
}
#SOG-ranks .is-locked .sog-ranks-lvl span {
  background: linear-gradient(180deg, #8a939b, #565f66);
  border-color: rgba(255, 255, 255, 0.55);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}
#SOG-ranks .sog-ranks-name {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
#SOG-ranks .sog-ranks-name p {
  font-family: fontFamilyBold;
  font-size: 19px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#SOG-ranks .is-locked .sog-ranks-name p {
  color: rgba(255, 255, 255, 0.42);
}
#SOG-ranks .sog-ranks-check {
  width: 14px;
  flex-shrink: 0;
}
#SOG-ranks .sog-ranks-lock {
  width: 15px;
  flex-shrink: 0;
}
#SOG-ranks .sog-ranks-coins {
  display: flex;
}
#SOG-ranks .sog-ranks-coins-pill {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
  background: rgba(18, 19, 23, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 1000px;
  padding: 5px 14px 5px 10px;
}
#SOG-ranks .sog-ranks-coins-pill img {
  width: 19px;
  height: 19px;
  display: block;
}
#SOG-ranks .sog-ranks-coins-pill span {
  font-family: fontFamilyBold;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: -1px;
}
#SOG-ranks .is-locked .sog-ranks-coins-pill {
  background: rgba(18, 19, 23, 0.4);
  border-color: rgba(255, 255, 255, 0.08);
}
#SOG-ranks .is-locked .sog-ranks-coins-pill img {
  opacity: 0.5;
}
#SOG-ranks .is-locked .sog-ranks-coins-pill span {
  color: rgba(255, 255, 255, 0.42);
}
#SOG-ranks .sog-ranks-players {
  display: flex;
  align-items: center;
  gap: 10px;
}
#SOG-ranks .sog-ranks-bar {
  flex: 1;
  height: 12px;
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#SOG-ranks .sog-ranks-bar div {
  height: 100%;
  background: linear-gradient(90deg, #d4dfec, #e64a64 45%, #c31532);
  box-shadow: 0 0 8px rgba(230, 74, 100, 0.35);
  transform-origin: left;
}
#SOG-ranks.is-open .sog-ranks-bar div {
  animation: sog-ranks-bar-in 0.8s cubic-bezier(0.2, 0.9, 0.3, 1) both;
}
#SOG-ranks .is-locked .sog-ranks-bar div {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.28));
  box-shadow: none;
}
#SOG-ranks .sog-ranks-percent {
  font-family: fontFamilyUltra;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  width: 52px;
  text-align: right;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}
#SOG-ranks .is-locked .sog-ranks-percent {
  color: rgba(255, 255, 255, 0.45);
}
#SOG-ranks .sog-ranks-row-foil {
  position: relative;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(110deg, #8a5a00, #ffc013 22%, #fff9c4 40%, #ffc013 58%, #8a5a00 80%, #ffc013);
  flex-shrink: 0;
}
#SOG-ranks .sog-ranks-row-foil .sog-ranks-row {
  border-radius: 18px;
  background: linear-gradient(160deg, #6b4e14 0%, #453412 55%, #332a12 100%);
  padding: 14px;
}
#SOG-ranks .sog-ranks-row-foil .sog-ranks-lvl {
  background: radial-gradient(circle at 32% 28%, #fff6c8, #ffc013 45%, #a56b00 100%);
  animation: sog-ranks-glow 3.2s ease-in-out infinite;
}
#SOG-ranks .sog-ranks-row-foil .sog-ranks-name p {
  font-family: fontFamilyUltra;
  font-size: 22px;
  color: #ffe9a3;
}
#SOG-ranks .sog-ranks-row-foil .sog-ranks-coins-pill {
  background: rgba(255, 192, 19, 0.16);
  border-color: rgba(255, 192, 19, 0.55);
}
#SOG-ranks .sog-ranks-row-foil .sog-ranks-coins-pill span {
  color: #ffc013;
}
#SOG-ranks .sog-ranks-row-foil .sog-ranks-bar {
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 192, 19, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.6);
}
#SOG-ranks .sog-ranks-row-foil .sog-ranks-bar div {
  background: linear-gradient(90deg, #fff200, #ffc013);
  box-shadow: none;
}
#SOG-ranks .sog-ranks-row-foil .sog-ranks-percent {
  font-size: 17px;
  color: #ffe9a3;
}
#SOG-ranks .sog-ranks-here {
  font-family: fontFamilyBold;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #3a2600;
  background: linear-gradient(180deg, #fff200, #ffc013);
  border-radius: 1000px;
  padding: 3px 11px;
  white-space: nowrap;
}
@media (max-width: 860px) {
  #SOG-ranks .sog-ranks-cols, #SOG-ranks .sog-ranks-row {
    grid-template-columns: 44px 1fr 110px 150px;
    gap: 10px;
  }
  #SOG-ranks #SOG-ranks-header {
    padding: 18px 20px;
    gap: 16px;
  }
  #SOG-ranks .sog-ranks-cols {
    padding: 14px 20px 6px;
  }
  #SOG-ranks .sog-ranks-list {
    padding: 0 20px 20px;
  }
  #SOG-ranks .sog-ranks-avatar {
    width: 62px;
    height: 62px;
  }
  #SOG-ranks .sog-ranks-avatar .sog-ranks-level {
    font-size: 11px;
    padding: 2px 8px;
    bottom: -7px;
  }
  #SOG-ranks .sog-ranks-quit {
    top: 58px;
  }
  #SOG-ranks .sog-ranks-title {
    font-size: 28px;
  }
  #SOG-ranks .sog-ranks-subtitle {
    font-size: 14px;
  }
  #SOG-ranks .sog-ranks-name p {
    font-size: 16px;
  }
  #SOG-ranks .sog-ranks-row-foil .sog-ranks-name p {
    font-size: 18px;
  }
  #SOG-ranks .sog-ranks-coins-pill span {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  #SOG-ranks #SOG-ranks-content {
    width: 92%;
    border-radius: 26px;
  }
  #SOG-ranks #SOG-ranks-frame {
    border-radius: 22px;
  }
  #SOG-ranks .sog-ranks-cols {
    grid-template-columns: 40px 1fr auto;
  }
  #SOG-ranks .sog-ranks-cols span:last-child {
    display: none;
  }
  #SOG-ranks .sog-ranks-row {
    grid-template-columns: 40px 1fr auto;
    padding: 10px 12px;
  }
  #SOG-ranks .sog-ranks-players {
    grid-column: 1/-1;
  }
  #SOG-ranks .sog-ranks-lvl {
    width: 38px;
    height: 38px;
  }
  #SOG-ranks .sog-ranks-lvl span {
    font-size: 8px;
    padding: 1px 5px;
    bottom: -5px;
    border-width: 1.5px;
  }
  #SOG-ranks .sog-ranks-title {
    font-size: 24px;
  }
  #SOG-ranks .sog-ranks-subtitle {
    font-size: 13px;
  }
  #SOG-ranks .sog-ranks-avatar {
    width: 52px;
    height: 52px;
    padding: 2px;
  }
  #SOG-ranks .sog-ranks-avatar .sog-ranks-level {
    font-size: 10px;
    padding: 1px 7px;
    bottom: -6px;
  }
  #SOG-ranks .sog-ranks-quit {
    width: 56px;
    top: 56px;
    transform: translate(-80%, -50%);
  }
  #SOG-ranks .sog-ranks-quit:active {
    transform: translate(-80%, -50%) scale(0.95);
  }
  #SOG-ranks .sog-ranks-here {
    display: none;
  }
}

@keyframes sog-ranks-bar-in {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes sog-ranks-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 192, 19, 0.25);
  }
  50% {
    box-shadow: 0 0 24px 5px rgba(255, 192, 19, 0.42);
  }
}
#SOG-unlock-game {
  position: fixed;
  z-index: 4477988020393345023;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  top: 0;
  left: 0;
}
#SOG-unlock-game #SOG-unlock-game-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 660px;
  padding: 4px;
  border-radius: 36px;
  background: linear-gradient(180deg, #e64a64 0%, #d71132 55%, #434755 100%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.65);
}
#SOG-unlock-game #SOG-unlock-game-cover {
  position: relative;
  aspect-ratio: 1.78;
  overflow: hidden;
  border-radius: 32px 32px 0 0;
  background: #1f2127;
  isolation: isolate;
}
#SOG-unlock-game #SOG-unlock-game-cover img#SOG-unlock-game-cover-img {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
  display: block;
}
#SOG-unlock-game #SOG-unlock-game-cover video {
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#SOG-unlock-game #SOG-unlock-game-cover.has-video video {
  opacity: 1;
}
#SOG-unlock-game #SOG-unlock-game-cover.is-chapter img#SOG-unlock-game-cover-img {
  object-fit: contain;
  padding: 26px 26px 70px;
}
#SOG-unlock-game #SOG-unlock-game-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(18, 19, 23, 0) 38%, rgba(31, 33, 39, 0.72) 78%, #1f2127 100%);
  z-index: 1;
}
#SOG-unlock-game #SOG-unlock-game-tags {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}
#SOG-unlock-game #SOG-unlock-game-cover-lock {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 11px;
  color: #3a2600;
  background: #ffc013;
  border: 2px solid #fff200;
  border-radius: 1000px;
  box-shadow: 0 3px 0 rgba(146, 88, 0, 0.85);
  font-family: fontFamilyBold;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#SOG-unlock-game #SOG-unlock-game-cover-lock svg {
  width: 16px;
  height: 16px;
  display: block;
}
#SOG-unlock-game #SOG-unlock-game-heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 34px 20px;
  text-align: center;
}
#SOG-unlock-game #SOG-unlock-game-title {
  font-family: fontFamilyUltra;
  font-size: 44px;
  letter-spacing: 2px;
  line-height: 1.05;
  color: white;
  text-shadow: 0 6px 0 rgba(0, 0, 0, 0.35);
  margin: 0;
}
#SOG-unlock-game #SOG-unlock-game-msg {
  font-size: 19px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.78);
  margin: 8px 0 0;
}
#SOG-unlock-game #SOG-unlock-game-body {
  border-radius: 0 0 32px 32px;
  background: linear-gradient(180deg, #363a44 0%, #24272e 60%, #1f2127 100%);
  padding: 22px 34px 30px;
  text-align: center;
}
#SOG-unlock-game #SOG-unlock-game-price {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  background: rgba(18, 19, 23, 0.5);
  border: 2px solid rgba(223, 18, 52, 0.28);
  border-radius: 22px;
  transition: 0.2s;
}
#SOG-unlock-game #SOG-unlock-game-price .unlock-stat-label {
  font-family: fontFamilyBold;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
#SOG-unlock-game #SOG-unlock-game-price .unlock-stat-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 4px;
}
#SOG-unlock-game #SOG-unlock-game-price .unlock-stat-value img {
  width: 34px;
  height: 34px;
  display: block;
}
#SOG-unlock-game #SOG-unlock-game-price .unlock-stat-divider {
  width: 2px;
  height: 46px;
  background: rgba(255, 255, 255, 0.12);
}
#SOG-unlock-game #SOG-unlock-game-price #SOG-unlock-game-cost {
  font-family: fontFamilyUltra;
  font-size: 34px;
  letter-spacing: 2px;
  line-height: 1;
  color: #ffc013;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  top: -2px;
}
#SOG-unlock-game #SOG-unlock-game-price #SOG-unlock-game-balance {
  font-family: fontFamilyUltra;
  font-size: 34px;
  letter-spacing: 2px;
  line-height: 1;
  color: white;
  position: relative;
  top: -2px;
}
#SOG-unlock-game #SOG-unlock-game-price #SOG-unlock-game-balance-after {
  font-family: fontFamilyBold;
  font-size: 17px;
  letter-spacing: 1px;
  color: #28d17c;
  white-space: nowrap;
}
#SOG-unlock-game #SOG-unlock-game-progress {
  display: none;
  height: 10px;
  border-radius: 1000px;
  background: rgba(18, 19, 23, 0.6);
  margin-top: 16px;
  overflow: hidden;
}
#SOG-unlock-game #SOG-unlock-game-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 1000px;
  background: linear-gradient(90deg, #ffc013, #fff200);
  transition: width 0.6s ease;
}
#SOG-unlock-game #SOG-unlock-game-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 22px;
}
#SOG-unlock-game #SOG-unlock-game-note-short {
  display: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  margin: 14px 0 0;
}
#SOG-unlock-game #SOG-unlock-game-note-short a {
  font-family: fontFamilyBold;
  color: #df1234;
  text-decoration: none;
}
#SOG-unlock-game #SOG-unlock-game-note-short a:hover {
  color: #d4dfec;
}
#SOG-unlock-game #SOG-unlock-game-buy {
  display: none;
}
#SOG-unlock-game.not-enough-coins #SOG-unlock-game-price {
  background: rgba(76, 10, 26, 0.42);
  border-color: rgba(255, 107, 107, 0.45);
}
#SOG-unlock-game.not-enough-coins #SOG-unlock-game-price #SOG-unlock-game-balance {
  color: #ff6b6b;
}
#SOG-unlock-game.not-enough-coins #SOG-unlock-game-price #SOG-unlock-game-balance-after {
  color: #ff6b6b;
}
#SOG-unlock-game.not-enough-coins #SOG-unlock-game-progress {
  display: block;
}
#SOG-unlock-game.not-enough-coins #SOG-unlock-game-confirm {
  display: none;
}
#SOG-unlock-game.not-enough-coins #SOG-unlock-game-buy {
  display: inline-block;
}
#SOG-unlock-game.not-enough-coins #SOG-unlock-game-note-short {
  display: block;
}
#SOG-unlock-game #SOG-unlock-game-confirm {
  background: url("/media/images/buttons/green-button.webp");
  background-size: 100% 100%;
  border: none;
  outline: none;
  width: 340px;
  height: 92px;
  border-radius: 44px;
  transition: 0.15s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#SOG-unlock-game #SOG-unlock-game-confirm p {
  color: white;
  font-family: fontFamilyUltra;
  text-shadow: 0px 4px 0 #0f6701;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  white-space: nowrap;
  margin: 0;
  position: relative;
  top: -4px;
}
#SOG-unlock-game #SOG-unlock-game-confirm .unlock-spinner {
  display: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.32);
  border-top-color: white;
  animation: sog-unlock-spin 0.7s linear infinite;
}
#SOG-unlock-game #SOG-unlock-game-confirm:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}
#SOG-unlock-game #SOG-unlock-game-confirm:active {
  transform: scale(0.96);
}
#SOG-unlock-game #SOG-unlock-game-confirm.is-busy {
  filter: grayscale(0.35) brightness(0.9);
  pointer-events: none;
}
#SOG-unlock-game #SOG-unlock-game-confirm.is-busy p {
  display: none;
}
#SOG-unlock-game #SOG-unlock-game-confirm.is-busy .unlock-spinner {
  display: block;
}
#SOG-unlock-game #SOG-unlock-game-buy {
  background: #ffc013;
  border: 3px solid #fff200;
  outline: none;
  width: 340px;
  height: 76px;
  border-radius: 44px;
  transition: 0.15s;
  cursor: pointer;
  box-shadow: 0 6px 0 rgba(146, 88, 0, 0.9);
}
#SOG-unlock-game #SOG-unlock-game-buy p {
  color: #3a2600;
  font-family: fontFamilyUltra;
  text-shadow: 0px 3px 0 rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  white-space: nowrap;
  margin: 0;
}
#SOG-unlock-game #SOG-unlock-game-buy:hover {
  filter: brightness(1.08);
}
#SOG-unlock-game #SOG-unlock-game-buy:active {
  transform: translateY(3px);
  box-shadow: 0 3px 0 rgba(146, 88, 0, 0.9);
}
@media (max-width: 600px) {
  #SOG-unlock-game #SOG-unlock-game-content {
    width: 88%;
    border-radius: 26px;
  }
  #SOG-unlock-game #SOG-unlock-game-cover {
    border-radius: 22px 22px 0 0;
  }
  #SOG-unlock-game #SOG-unlock-game-tags {
    top: 10px;
    left: 10px;
    gap: 6px;
  }
  #SOG-unlock-game #SOG-unlock-game-cover-lock {
    font-size: 12px;
    padding: 4px 10px 4px 8px;
  }
  #SOG-unlock-game #SOG-unlock-game-cover-lock svg {
    width: 13px;
    height: 13px;
  }
  #SOG-unlock-game #SOG-unlock-game-heading {
    padding: 0 16px 12px;
  }
  #SOG-unlock-game #SOG-unlock-game-title {
    font-size: 26px;
  }
  #SOG-unlock-game #SOG-unlock-game-msg {
    font-size: 15px;
    margin-top: 4px;
  }
  #SOG-unlock-game #SOG-unlock-game-body {
    border-radius: 0 0 22px 22px;
    padding: 16px 16px 22px;
  }
  #SOG-unlock-game #SOG-unlock-game-price {
    gap: 8px;
    padding: 10px 12px;
  }
  #SOG-unlock-game #SOG-unlock-game-price .unlock-stat-value img {
    width: 24px;
    height: 24px;
  }
  #SOG-unlock-game #SOG-unlock-game-price #SOG-unlock-game-cost, #SOG-unlock-game #SOG-unlock-game-price #SOG-unlock-game-balance {
    font-size: 24px;
  }
  #SOG-unlock-game #SOG-unlock-game-price #SOG-unlock-game-balance-after {
    font-size: 13px;
  }
  #SOG-unlock-game #SOG-unlock-game-actions {
    margin-top: 16px;
  }
  #SOG-unlock-game #SOG-unlock-game-note-short {
    font-size: 14px;
    margin-top: 10px;
  }
  #SOG-unlock-game #SOG-unlock-game-confirm, #SOG-unlock-game #SOG-unlock-game-buy {
    width: 220px;
    height: 70px;
  }
  #SOG-unlock-game #SOG-unlock-game-confirm p, #SOG-unlock-game #SOG-unlock-game-buy p {
    font-size: 23px;
  }
  #SOG-unlock-game #SOG-unlock-game-confirm .unlock-spinner, #SOG-unlock-game #SOG-unlock-game-buy .unlock-spinner {
    width: 28px;
    height: 28px;
    border-width: 3px;
  }
  #SOG-unlock-game #SOG-unlock-game-buy {
    height: 58px;
  }
}

#SOG-unlock-celebration {
  --sog-stamp-overhang: 70px;
  position: fixed;
  z-index: 4477988020393345023;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: none;
  overflow: hidden;
  background: radial-gradient(circle at 50% 46%, rgba(47, 51, 61, 0.85) 0%, rgba(15, 16, 20, 0.94) 62%);
}
#SOG-unlock-celebration #SOG-unlock-celebration-confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
#SOG-unlock-celebration #SOG-unlock-celebration-confetti svg {
  width: 100%;
  height: 100%;
}
#SOG-unlock-celebration #SOG-unlock-celebration-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: var(--sog-stamp-overhang);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  width: 92%;
  max-width: 570px;
}
#SOG-unlock-celebration #SOG-unlock-celebration-cover {
  position: relative;
  width: 100%;
  padding: 5px;
  border-radius: 26px;
  background: linear-gradient(180deg, #fff200, #ffc013 45%, #e08b00);
  box-shadow: 0 0 70px 18px rgba(255, 192, 19, 0.45), 0 30px 60px rgba(0, 0, 0, 0.6);
  animation: sog-unlock-fly-in 0.72s cubic-bezier(0.16, 1.1, 0.3, 1) both;
}
#SOG-unlock-celebration #SOG-unlock-celebration-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1.78;
  object-fit: cover;
  border-radius: 22px;
}
#SOG-unlock-celebration #SOG-unlock-celebration-cover.is-chapter {
  width: 320px;
  max-width: 76%;
}
#SOG-unlock-celebration #SOG-unlock-celebration-cover.is-chapter img {
  aspect-ratio: 1;
  object-fit: contain;
}
#SOG-unlock-celebration #SOG-unlock-celebration-cover.no-cover img {
  display: none;
}
#SOG-unlock-celebration #SOG-unlock-celebration-cover.no-cover::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1.78;
  border-radius: 22px;
  background: linear-gradient(180deg, #363a44 0%, #24272e 60%, #1f2127 100%);
}
#SOG-unlock-celebration #SOG-unlock-celebration-stamp {
  position: absolute;
  left: 50%;
  top: calc(var(--sog-stamp-overhang) * -1);
  margin: 0;
  white-space: nowrap;
  font-family: fontFamilyUltra;
  font-size: 46px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: white;
  padding: 10px 34px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ff4d5e, #c9142b);
  border: 5px solid white;
  box-shadow: 0 12px 0 rgba(120, 6, 22, 0.9), 0 22px 40px rgba(0, 0, 0, 0.5);
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.28);
  transform-origin: center;
  animation: sog-unlock-stamp 0.5s 0.38s cubic-bezier(0.2, 1.4, 0.4, 1) both;
}
#SOG-unlock-celebration #SOG-unlock-celebration-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  animation: sog-unlock-rise 0.5s 0.85s both;
}
#SOG-unlock-celebration #SOG-unlock-celebration-title {
  font-family: fontFamilyUltra;
  font-size: 42px;
  letter-spacing: 2px;
  line-height: 1.1;
  color: white;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
}
#SOG-unlock-celebration #SOG-unlock-celebration-balance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 28px;
  background: rgba(18, 19, 23, 0.62);
  border: 2px solid rgba(255, 192, 19, 0.5);
  border-radius: 1000px;
  line-height: 1;
}
#SOG-unlock-celebration #SOG-unlock-celebration-balance img {
  width: 32px;
  height: 32px;
  display: block;
  flex: none;
}
#SOG-unlock-celebration #SOG-unlock-celebration-balance #SOG-unlock-celebration-label {
  font-family: fontFamilyBold;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  height: 32px;
}
#SOG-unlock-celebration #SOG-unlock-celebration-balance #SOG-unlock-celebration-coins {
  font-family: fontFamilyUltra;
  font-size: 29px;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffc013;
  display: flex;
  align-items: center;
  height: 32px;
  position: relative;
  top: -3px;
}
#SOG-unlock-celebration #SOG-unlock-celebration-timer {
  width: 260px;
  height: 10px;
  border-radius: 1000px;
  background: rgba(18, 19, 23, 0.62);
  border: 2px solid rgba(255, 192, 19, 0.35);
  overflow: hidden;
}
#SOG-unlock-celebration #SOG-unlock-celebration-timer span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  background: linear-gradient(90deg, #ffc013, #fff200);
}
@media (max-width: 600px) {
  #SOG-unlock-celebration {
    --sog-stamp-overhang: 42px;
  }
  #SOG-unlock-celebration #SOG-unlock-celebration-content {
    gap: 18px;
    max-width: 360px;
  }
  #SOG-unlock-celebration #SOG-unlock-celebration-stamp {
    font-size: 28px;
    letter-spacing: 2px;
    padding: 6px 20px;
    border-width: 4px;
    border-radius: 14px;
  }
  #SOG-unlock-celebration #SOG-unlock-celebration-title {
    font-size: 27px;
  }
  #SOG-unlock-celebration #SOG-unlock-celebration-balance {
    gap: 10px;
    padding: 8px 16px;
  }
  #SOG-unlock-celebration #SOG-unlock-celebration-balance img {
    width: 24px;
    height: 24px;
  }
  #SOG-unlock-celebration #SOG-unlock-celebration-balance #SOG-unlock-celebration-label {
    font-size: 15px;
    height: 24px;
  }
  #SOG-unlock-celebration #SOG-unlock-celebration-balance #SOG-unlock-celebration-coins {
    font-size: 22px;
    height: 24px;
    top: -2px;
  }
  #SOG-unlock-celebration #SOG-unlock-celebration-timer {
    width: 190px;
    height: 8px;
  }
}

@keyframes sog-unlock-modal-in {
  0% {
    transform: translate(-50%, -46%) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes sog-unlock-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes sog-unlock-fly-in {
  0% {
    transform: scale(0.35) translateY(120px);
    opacity: 0;
  }
  55% {
    transform: scale(1.12) translateY(0);
    opacity: 1;
  }
  75% {
    transform: scale(0.97) translateY(0);
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes sog-unlock-stamp {
  0% {
    transform: translateX(-50%) rotate(-9deg) scale(3.2);
    opacity: 0;
  }
  60% {
    transform: translateX(-50%) rotate(-9deg) scale(0.92);
    opacity: 1;
  }
  80% {
    transform: translateX(-50%) rotate(-9deg) scale(1.06);
  }
  100% {
    transform: translateX(-50%) rotate(-9deg) scale(1);
    opacity: 1;
  }
}
@keyframes sog-unlock-rise {
  0% {
    transform: translateY(26px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#SOG-auth-popup, #SOG-auth-popup-mobile {
  position: fixed;
  z-index: 99999999;
  width: 380px;
  height: auto;
  background: #083c6942;
  backdrop-filter: blur(5px);
  display: none;
  margin-top: 20px;
}
#SOG-auth-popup .arrow-up, #SOG-auth-popup-mobile .arrow-up {
  margin-top: -8px;
  z-index: -1;
}
#SOG-auth-popup #leave-auth-container, #SOG-auth-popup-mobile #leave-auth-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#SOG-auth-popup #auth-container, #SOG-auth-popup #auth-container-mobile, #SOG-auth-popup-mobile #auth-container, #SOG-auth-popup-mobile #auth-container-mobile {
  background: #2a2c34;
  position: relative;
  left: 0%;
  top: 0%;
  padding: 40px 20px;
  border-radius: 13px;
  width: 100%;
  max-width: 430px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.623);
}
#SOG-auth-popup #auth-container #auth-container-logo, #SOG-auth-popup #auth-container-mobile #auth-container-logo, #SOG-auth-popup-mobile #auth-container #auth-container-logo, #SOG-auth-popup-mobile #auth-container-mobile #auth-container-logo {
  width: 60%;
  margin-bottom: 20px;
}
#SOG-auth-popup #auth-container h1, #SOG-auth-popup #auth-container-mobile h1, #SOG-auth-popup-mobile #auth-container h1, #SOG-auth-popup-mobile #auth-container-mobile h1 {
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 20px;
}
#SOG-auth-popup #auth-container .login-form, #SOG-auth-popup #auth-container .register-form, #SOG-auth-popup #auth-container .init-form, #SOG-auth-popup #auth-container .login-form-mobile, #SOG-auth-popup #auth-container .register-form-mobile, #SOG-auth-popup #auth-container .init-form-mobile, #SOG-auth-popup #auth-container-mobile .login-form, #SOG-auth-popup #auth-container-mobile .register-form, #SOG-auth-popup #auth-container-mobile .init-form, #SOG-auth-popup #auth-container-mobile .login-form-mobile, #SOG-auth-popup #auth-container-mobile .register-form-mobile, #SOG-auth-popup #auth-container-mobile .init-form-mobile, #SOG-auth-popup-mobile #auth-container .login-form, #SOG-auth-popup-mobile #auth-container .register-form, #SOG-auth-popup-mobile #auth-container .init-form, #SOG-auth-popup-mobile #auth-container .login-form-mobile, #SOG-auth-popup-mobile #auth-container .register-form-mobile, #SOG-auth-popup-mobile #auth-container .init-form-mobile, #SOG-auth-popup-mobile #auth-container-mobile .login-form, #SOG-auth-popup-mobile #auth-container-mobile .register-form, #SOG-auth-popup-mobile #auth-container-mobile .init-form, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile {
  position: relative;
}
#SOG-auth-popup #auth-container .login-form .google-auth, #SOG-auth-popup #auth-container .register-form .google-auth, #SOG-auth-popup #auth-container .init-form .google-auth, #SOG-auth-popup #auth-container .login-form-mobile .google-auth, #SOG-auth-popup #auth-container .register-form-mobile .google-auth, #SOG-auth-popup #auth-container .init-form-mobile .google-auth, #SOG-auth-popup #auth-container-mobile .login-form .google-auth, #SOG-auth-popup #auth-container-mobile .register-form .google-auth, #SOG-auth-popup #auth-container-mobile .init-form .google-auth, #SOG-auth-popup #auth-container-mobile .login-form-mobile .google-auth, #SOG-auth-popup #auth-container-mobile .register-form-mobile .google-auth, #SOG-auth-popup #auth-container-mobile .init-form-mobile .google-auth, #SOG-auth-popup-mobile #auth-container .login-form .google-auth, #SOG-auth-popup-mobile #auth-container .register-form .google-auth, #SOG-auth-popup-mobile #auth-container .init-form .google-auth, #SOG-auth-popup-mobile #auth-container .login-form-mobile .google-auth, #SOG-auth-popup-mobile #auth-container .register-form-mobile .google-auth, #SOG-auth-popup-mobile #auth-container .init-form-mobile .google-auth, #SOG-auth-popup-mobile #auth-container-mobile .login-form .google-auth, #SOG-auth-popup-mobile #auth-container-mobile .register-form .google-auth, #SOG-auth-popup-mobile #auth-container-mobile .init-form .google-auth, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile .google-auth, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile .google-auth, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile .google-auth {
  margin-bottom: 20px;
}
#SOG-auth-popup #auth-container .login-form p, #SOG-auth-popup #auth-container .register-form p, #SOG-auth-popup #auth-container .init-form p, #SOG-auth-popup #auth-container .login-form-mobile p, #SOG-auth-popup #auth-container .register-form-mobile p, #SOG-auth-popup #auth-container .init-form-mobile p, #SOG-auth-popup #auth-container-mobile .login-form p, #SOG-auth-popup #auth-container-mobile .register-form p, #SOG-auth-popup #auth-container-mobile .init-form p, #SOG-auth-popup #auth-container-mobile .login-form-mobile p, #SOG-auth-popup #auth-container-mobile .register-form-mobile p, #SOG-auth-popup #auth-container-mobile .init-form-mobile p, #SOG-auth-popup-mobile #auth-container .login-form p, #SOG-auth-popup-mobile #auth-container .register-form p, #SOG-auth-popup-mobile #auth-container .init-form p, #SOG-auth-popup-mobile #auth-container .login-form-mobile p, #SOG-auth-popup-mobile #auth-container .register-form-mobile p, #SOG-auth-popup-mobile #auth-container .init-form-mobile p, #SOG-auth-popup-mobile #auth-container-mobile .login-form p, #SOG-auth-popup-mobile #auth-container-mobile .register-form p, #SOG-auth-popup-mobile #auth-container-mobile .init-form p, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile p, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile p, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile p {
  background: none;
}
#SOG-auth-popup #auth-container .login-form hr, #SOG-auth-popup #auth-container .register-form hr, #SOG-auth-popup #auth-container .init-form hr, #SOG-auth-popup #auth-container .login-form-mobile hr, #SOG-auth-popup #auth-container .register-form-mobile hr, #SOG-auth-popup #auth-container .init-form-mobile hr, #SOG-auth-popup #auth-container-mobile .login-form hr, #SOG-auth-popup #auth-container-mobile .register-form hr, #SOG-auth-popup #auth-container-mobile .init-form hr, #SOG-auth-popup #auth-container-mobile .login-form-mobile hr, #SOG-auth-popup #auth-container-mobile .register-form-mobile hr, #SOG-auth-popup #auth-container-mobile .init-form-mobile hr, #SOG-auth-popup-mobile #auth-container .login-form hr, #SOG-auth-popup-mobile #auth-container .register-form hr, #SOG-auth-popup-mobile #auth-container .init-form hr, #SOG-auth-popup-mobile #auth-container .login-form-mobile hr, #SOG-auth-popup-mobile #auth-container .register-form-mobile hr, #SOG-auth-popup-mobile #auth-container .init-form-mobile hr, #SOG-auth-popup-mobile #auth-container-mobile .login-form hr, #SOG-auth-popup-mobile #auth-container-mobile .register-form hr, #SOG-auth-popup-mobile #auth-container-mobile .init-form hr, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile hr, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile hr, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile hr {
  background: white;
  opacity: 0.2;
  height: 1px;
  width: 90%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#SOG-auth-popup #auth-container .login-form #or-txt, #SOG-auth-popup #auth-container .register-form #or-txt, #SOG-auth-popup #auth-container .init-form #or-txt, #SOG-auth-popup #auth-container .login-form-mobile #or-txt, #SOG-auth-popup #auth-container .register-form-mobile #or-txt, #SOG-auth-popup #auth-container .init-form-mobile #or-txt, #SOG-auth-popup #auth-container-mobile .login-form #or-txt, #SOG-auth-popup #auth-container-mobile .register-form #or-txt, #SOG-auth-popup #auth-container-mobile .init-form #or-txt, #SOG-auth-popup #auth-container-mobile .login-form-mobile #or-txt, #SOG-auth-popup #auth-container-mobile .register-form-mobile #or-txt, #SOG-auth-popup #auth-container-mobile .init-form-mobile #or-txt, #SOG-auth-popup-mobile #auth-container .login-form #or-txt, #SOG-auth-popup-mobile #auth-container .register-form #or-txt, #SOG-auth-popup-mobile #auth-container .init-form #or-txt, #SOG-auth-popup-mobile #auth-container .login-form-mobile #or-txt, #SOG-auth-popup-mobile #auth-container .register-form-mobile #or-txt, #SOG-auth-popup-mobile #auth-container .init-form-mobile #or-txt, #SOG-auth-popup-mobile #auth-container-mobile .login-form #or-txt, #SOG-auth-popup-mobile #auth-container-mobile .register-form #or-txt, #SOG-auth-popup-mobile #auth-container-mobile .init-form #or-txt, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile #or-txt, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile #or-txt, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile #or-txt {
  position: relative;
  top: -33px;
  background: #2a2c34;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 10px;
}
#SOG-auth-popup #auth-container .login-form .error-message, #SOG-auth-popup #auth-container .register-form .error-message, #SOG-auth-popup #auth-container .init-form .error-message, #SOG-auth-popup #auth-container .login-form-mobile .error-message, #SOG-auth-popup #auth-container .register-form-mobile .error-message, #SOG-auth-popup #auth-container .init-form-mobile .error-message, #SOG-auth-popup #auth-container-mobile .login-form .error-message, #SOG-auth-popup #auth-container-mobile .register-form .error-message, #SOG-auth-popup #auth-container-mobile .init-form .error-message, #SOG-auth-popup #auth-container-mobile .login-form-mobile .error-message, #SOG-auth-popup #auth-container-mobile .register-form-mobile .error-message, #SOG-auth-popup #auth-container-mobile .init-form-mobile .error-message, #SOG-auth-popup-mobile #auth-container .login-form .error-message, #SOG-auth-popup-mobile #auth-container .register-form .error-message, #SOG-auth-popup-mobile #auth-container .init-form .error-message, #SOG-auth-popup-mobile #auth-container .login-form-mobile .error-message, #SOG-auth-popup-mobile #auth-container .register-form-mobile .error-message, #SOG-auth-popup-mobile #auth-container .init-form-mobile .error-message, #SOG-auth-popup-mobile #auth-container-mobile .login-form .error-message, #SOG-auth-popup-mobile #auth-container-mobile .register-form .error-message, #SOG-auth-popup-mobile #auth-container-mobile .init-form .error-message, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile .error-message, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile .error-message, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile .error-message {
  color: orange;
  letter-spacing: 1px;
  text-align: left;
  padding-left: 0;
  font-size: 16px;
}
#SOG-auth-popup #auth-container .login-form input, #SOG-auth-popup #auth-container .login-form button, #SOG-auth-popup #auth-container .register-form input, #SOG-auth-popup #auth-container .register-form button, #SOG-auth-popup #auth-container .init-form input, #SOG-auth-popup #auth-container .init-form button, #SOG-auth-popup #auth-container .login-form-mobile input, #SOG-auth-popup #auth-container .login-form-mobile button, #SOG-auth-popup #auth-container .register-form-mobile input, #SOG-auth-popup #auth-container .register-form-mobile button, #SOG-auth-popup #auth-container .init-form-mobile input, #SOG-auth-popup #auth-container .init-form-mobile button, #SOG-auth-popup #auth-container-mobile .login-form input, #SOG-auth-popup #auth-container-mobile .login-form button, #SOG-auth-popup #auth-container-mobile .register-form input, #SOG-auth-popup #auth-container-mobile .register-form button, #SOG-auth-popup #auth-container-mobile .init-form input, #SOG-auth-popup #auth-container-mobile .init-form button, #SOG-auth-popup #auth-container-mobile .login-form-mobile input, #SOG-auth-popup #auth-container-mobile .login-form-mobile button, #SOG-auth-popup #auth-container-mobile .register-form-mobile input, #SOG-auth-popup #auth-container-mobile .register-form-mobile button, #SOG-auth-popup #auth-container-mobile .init-form-mobile input, #SOG-auth-popup #auth-container-mobile .init-form-mobile button, #SOG-auth-popup-mobile #auth-container .login-form input, #SOG-auth-popup-mobile #auth-container .login-form button, #SOG-auth-popup-mobile #auth-container .register-form input, #SOG-auth-popup-mobile #auth-container .register-form button, #SOG-auth-popup-mobile #auth-container .init-form input, #SOG-auth-popup-mobile #auth-container .init-form button, #SOG-auth-popup-mobile #auth-container .login-form-mobile input, #SOG-auth-popup-mobile #auth-container .login-form-mobile button, #SOG-auth-popup-mobile #auth-container .register-form-mobile input, #SOG-auth-popup-mobile #auth-container .register-form-mobile button, #SOG-auth-popup-mobile #auth-container .init-form-mobile input, #SOG-auth-popup-mobile #auth-container .init-form-mobile button, #SOG-auth-popup-mobile #auth-container-mobile .login-form input, #SOG-auth-popup-mobile #auth-container-mobile .login-form button, #SOG-auth-popup-mobile #auth-container-mobile .register-form input, #SOG-auth-popup-mobile #auth-container-mobile .register-form button, #SOG-auth-popup-mobile #auth-container-mobile .init-form input, #SOG-auth-popup-mobile #auth-container-mobile .init-form button, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile input, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile button, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile input, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile button, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile input, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile button {
  width: 100%;
  margin: 5px 0;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 3px;
  border: none;
  outline: none;
  height: 45px;
  letter-spacing: 1px;
}
#SOG-auth-popup #auth-container .login-form a, #SOG-auth-popup #auth-container .register-form a, #SOG-auth-popup #auth-container .init-form a, #SOG-auth-popup #auth-container .login-form-mobile a, #SOG-auth-popup #auth-container .register-form-mobile a, #SOG-auth-popup #auth-container .init-form-mobile a, #SOG-auth-popup #auth-container-mobile .login-form a, #SOG-auth-popup #auth-container-mobile .register-form a, #SOG-auth-popup #auth-container-mobile .init-form a, #SOG-auth-popup #auth-container-mobile .login-form-mobile a, #SOG-auth-popup #auth-container-mobile .register-form-mobile a, #SOG-auth-popup #auth-container-mobile .init-form-mobile a, #SOG-auth-popup-mobile #auth-container .login-form a, #SOG-auth-popup-mobile #auth-container .register-form a, #SOG-auth-popup-mobile #auth-container .init-form a, #SOG-auth-popup-mobile #auth-container .login-form-mobile a, #SOG-auth-popup-mobile #auth-container .register-form-mobile a, #SOG-auth-popup-mobile #auth-container .init-form-mobile a, #SOG-auth-popup-mobile #auth-container-mobile .login-form a, #SOG-auth-popup-mobile #auth-container-mobile .register-form a, #SOG-auth-popup-mobile #auth-container-mobile .init-form a, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile a, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile a, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile a {
  color: orange;
  text-decoration: underline;
  letter-spacing: 1px;
  margin-bottom: 100px;
  cursor: pointer;
}
#SOG-auth-popup #auth-container .login-form a:hover, #SOG-auth-popup #auth-container .register-form a:hover, #SOG-auth-popup #auth-container .init-form a:hover, #SOG-auth-popup #auth-container .login-form-mobile a:hover, #SOG-auth-popup #auth-container .register-form-mobile a:hover, #SOG-auth-popup #auth-container .init-form-mobile a:hover, #SOG-auth-popup #auth-container-mobile .login-form a:hover, #SOG-auth-popup #auth-container-mobile .register-form a:hover, #SOG-auth-popup #auth-container-mobile .init-form a:hover, #SOG-auth-popup #auth-container-mobile .login-form-mobile a:hover, #SOG-auth-popup #auth-container-mobile .register-form-mobile a:hover, #SOG-auth-popup #auth-container-mobile .init-form-mobile a:hover, #SOG-auth-popup-mobile #auth-container .login-form a:hover, #SOG-auth-popup-mobile #auth-container .register-form a:hover, #SOG-auth-popup-mobile #auth-container .init-form a:hover, #SOG-auth-popup-mobile #auth-container .login-form-mobile a:hover, #SOG-auth-popup-mobile #auth-container .register-form-mobile a:hover, #SOG-auth-popup-mobile #auth-container .init-form-mobile a:hover, #SOG-auth-popup-mobile #auth-container-mobile .login-form a:hover, #SOG-auth-popup-mobile #auth-container-mobile .register-form a:hover, #SOG-auth-popup-mobile #auth-container-mobile .init-form a:hover, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile a:hover, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile a:hover, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile a:hover {
  opacity: 0.9;
}
#SOG-auth-popup #auth-container .login-form .g-recaptcha, #SOG-auth-popup #auth-container .register-form .g-recaptcha, #SOG-auth-popup #auth-container .init-form .g-recaptcha, #SOG-auth-popup #auth-container .login-form-mobile .g-recaptcha, #SOG-auth-popup #auth-container .register-form-mobile .g-recaptcha, #SOG-auth-popup #auth-container .init-form-mobile .g-recaptcha, #SOG-auth-popup #auth-container-mobile .login-form .g-recaptcha, #SOG-auth-popup #auth-container-mobile .register-form .g-recaptcha, #SOG-auth-popup #auth-container-mobile .init-form .g-recaptcha, #SOG-auth-popup #auth-container-mobile .login-form-mobile .g-recaptcha, #SOG-auth-popup #auth-container-mobile .register-form-mobile .g-recaptcha, #SOG-auth-popup #auth-container-mobile .init-form-mobile .g-recaptcha, #SOG-auth-popup-mobile #auth-container .login-form .g-recaptcha, #SOG-auth-popup-mobile #auth-container .register-form .g-recaptcha, #SOG-auth-popup-mobile #auth-container .init-form .g-recaptcha, #SOG-auth-popup-mobile #auth-container .login-form-mobile .g-recaptcha, #SOG-auth-popup-mobile #auth-container .register-form-mobile .g-recaptcha, #SOG-auth-popup-mobile #auth-container .init-form-mobile .g-recaptcha, #SOG-auth-popup-mobile #auth-container-mobile .login-form .g-recaptcha, #SOG-auth-popup-mobile #auth-container-mobile .register-form .g-recaptcha, #SOG-auth-popup-mobile #auth-container-mobile .init-form .g-recaptcha, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile .g-recaptcha, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile .g-recaptcha, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile .g-recaptcha {
  margin: 10px 0;
}
#SOG-auth-popup #auth-container .login-form input[disabled], #SOG-auth-popup #auth-container .register-form input[disabled], #SOG-auth-popup #auth-container .init-form input[disabled], #SOG-auth-popup #auth-container .login-form-mobile input[disabled], #SOG-auth-popup #auth-container .register-form-mobile input[disabled], #SOG-auth-popup #auth-container .init-form-mobile input[disabled], #SOG-auth-popup #auth-container-mobile .login-form input[disabled], #SOG-auth-popup #auth-container-mobile .register-form input[disabled], #SOG-auth-popup #auth-container-mobile .init-form input[disabled], #SOG-auth-popup #auth-container-mobile .login-form-mobile input[disabled], #SOG-auth-popup #auth-container-mobile .register-form-mobile input[disabled], #SOG-auth-popup #auth-container-mobile .init-form-mobile input[disabled], #SOG-auth-popup-mobile #auth-container .login-form input[disabled], #SOG-auth-popup-mobile #auth-container .register-form input[disabled], #SOG-auth-popup-mobile #auth-container .init-form input[disabled], #SOG-auth-popup-mobile #auth-container .login-form-mobile input[disabled], #SOG-auth-popup-mobile #auth-container .register-form-mobile input[disabled], #SOG-auth-popup-mobile #auth-container .init-form-mobile input[disabled], #SOG-auth-popup-mobile #auth-container-mobile .login-form input[disabled], #SOG-auth-popup-mobile #auth-container-mobile .register-form input[disabled], #SOG-auth-popup-mobile #auth-container-mobile .init-form input[disabled], #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile input[disabled], #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile input[disabled], #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile input[disabled] {
  cursor: not-allowed;
  /* Show that the input is not editable */
}
#SOG-auth-popup #auth-container .login-form button, #SOG-auth-popup #auth-container .register-form button, #SOG-auth-popup #auth-container .init-form button, #SOG-auth-popup #auth-container .login-form-mobile button, #SOG-auth-popup #auth-container .register-form-mobile button, #SOG-auth-popup #auth-container .init-form-mobile button, #SOG-auth-popup #auth-container-mobile .login-form button, #SOG-auth-popup #auth-container-mobile .register-form button, #SOG-auth-popup #auth-container-mobile .init-form button, #SOG-auth-popup #auth-container-mobile .login-form-mobile button, #SOG-auth-popup #auth-container-mobile .register-form-mobile button, #SOG-auth-popup #auth-container-mobile .init-form-mobile button, #SOG-auth-popup-mobile #auth-container .login-form button, #SOG-auth-popup-mobile #auth-container .register-form button, #SOG-auth-popup-mobile #auth-container .init-form button, #SOG-auth-popup-mobile #auth-container .login-form-mobile button, #SOG-auth-popup-mobile #auth-container .register-form-mobile button, #SOG-auth-popup-mobile #auth-container .init-form-mobile button, #SOG-auth-popup-mobile #auth-container-mobile .login-form button, #SOG-auth-popup-mobile #auth-container-mobile .register-form button, #SOG-auth-popup-mobile #auth-container-mobile .init-form button, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile button, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile button, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile button {
  background: #424653;
  color: white;
  font-weight: bold;
  transition: 0.2s;
}
#SOG-auth-popup #auth-container .login-form button:hover, #SOG-auth-popup #auth-container .register-form button:hover, #SOG-auth-popup #auth-container .init-form button:hover, #SOG-auth-popup #auth-container .login-form-mobile button:hover, #SOG-auth-popup #auth-container .register-form-mobile button:hover, #SOG-auth-popup #auth-container .init-form-mobile button:hover, #SOG-auth-popup #auth-container-mobile .login-form button:hover, #SOG-auth-popup #auth-container-mobile .register-form button:hover, #SOG-auth-popup #auth-container-mobile .init-form button:hover, #SOG-auth-popup #auth-container-mobile .login-form-mobile button:hover, #SOG-auth-popup #auth-container-mobile .register-form-mobile button:hover, #SOG-auth-popup #auth-container-mobile .init-form-mobile button:hover, #SOG-auth-popup-mobile #auth-container .login-form button:hover, #SOG-auth-popup-mobile #auth-container .register-form button:hover, #SOG-auth-popup-mobile #auth-container .init-form button:hover, #SOG-auth-popup-mobile #auth-container .login-form-mobile button:hover, #SOG-auth-popup-mobile #auth-container .register-form-mobile button:hover, #SOG-auth-popup-mobile #auth-container .init-form-mobile button:hover, #SOG-auth-popup-mobile #auth-container-mobile .login-form button:hover, #SOG-auth-popup-mobile #auth-container-mobile .register-form button:hover, #SOG-auth-popup-mobile #auth-container-mobile .init-form button:hover, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile button:hover, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile button:hover, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile button:hover {
  filter: brightness(1.1);
}
#SOG-auth-popup #auth-container .login-form button img, #SOG-auth-popup #auth-container .register-form button img, #SOG-auth-popup #auth-container .init-form button img, #SOG-auth-popup #auth-container .login-form-mobile button img, #SOG-auth-popup #auth-container .register-form-mobile button img, #SOG-auth-popup #auth-container .init-form-mobile button img, #SOG-auth-popup #auth-container-mobile .login-form button img, #SOG-auth-popup #auth-container-mobile .register-form button img, #SOG-auth-popup #auth-container-mobile .init-form button img, #SOG-auth-popup #auth-container-mobile .login-form-mobile button img, #SOG-auth-popup #auth-container-mobile .register-form-mobile button img, #SOG-auth-popup #auth-container-mobile .init-form-mobile button img, #SOG-auth-popup-mobile #auth-container .login-form button img, #SOG-auth-popup-mobile #auth-container .register-form button img, #SOG-auth-popup-mobile #auth-container .init-form button img, #SOG-auth-popup-mobile #auth-container .login-form-mobile button img, #SOG-auth-popup-mobile #auth-container .register-form-mobile button img, #SOG-auth-popup-mobile #auth-container .init-form-mobile button img, #SOG-auth-popup-mobile #auth-container-mobile .login-form button img, #SOG-auth-popup-mobile #auth-container-mobile .register-form button img, #SOG-auth-popup-mobile #auth-container-mobile .init-form button img, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile button img, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile button img, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile button img {
  height: 100%;
  width: auto;
  filter: brightness(1.3);
}
#SOG-auth-popup #auth-container .login-form .form-or, #SOG-auth-popup #auth-container .register-form .form-or, #SOG-auth-popup #auth-container .init-form .form-or, #SOG-auth-popup #auth-container .login-form-mobile .form-or, #SOG-auth-popup #auth-container .register-form-mobile .form-or, #SOG-auth-popup #auth-container .init-form-mobile .form-or, #SOG-auth-popup #auth-container-mobile .login-form .form-or, #SOG-auth-popup #auth-container-mobile .register-form .form-or, #SOG-auth-popup #auth-container-mobile .init-form .form-or, #SOG-auth-popup #auth-container-mobile .login-form-mobile .form-or, #SOG-auth-popup #auth-container-mobile .register-form-mobile .form-or, #SOG-auth-popup #auth-container-mobile .init-form-mobile .form-or, #SOG-auth-popup-mobile #auth-container .login-form .form-or, #SOG-auth-popup-mobile #auth-container .register-form .form-or, #SOG-auth-popup-mobile #auth-container .init-form .form-or, #SOG-auth-popup-mobile #auth-container .login-form-mobile .form-or, #SOG-auth-popup-mobile #auth-container .register-form-mobile .form-or, #SOG-auth-popup-mobile #auth-container .init-form-mobile .form-or, #SOG-auth-popup-mobile #auth-container-mobile .login-form .form-or, #SOG-auth-popup-mobile #auth-container-mobile .register-form .form-or, #SOG-auth-popup-mobile #auth-container-mobile .init-form .form-or, #SOG-auth-popup-mobile #auth-container-mobile .login-form-mobile .form-or, #SOG-auth-popup-mobile #auth-container-mobile .register-form-mobile .form-or, #SOG-auth-popup-mobile #auth-container-mobile .init-form-mobile .form-or {
  text-align: center;
  margin: 10px 0;
}
#SOG-auth-popup #auth-container #goBack, #SOG-auth-popup #auth-container-mobile #goBack, #SOG-auth-popup-mobile #auth-container #goBack, #SOG-auth-popup-mobile #auth-container-mobile #goBack {
  color: white;
  letter-spacing: 1px;
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 30px;
  top: 20px;
  width: 30px;
  height: 30px;
}
#SOG-auth-popup #auth-container #goBack:hover, #SOG-auth-popup #auth-container-mobile #goBack:hover, #SOG-auth-popup-mobile #auth-container #goBack:hover, #SOG-auth-popup-mobile #auth-container-mobile #goBack:hover {
  opacity: 0.8;
}

#SOG-auth-popup-mobile #auth-container .login-form #or-txt, #SOG-auth-popup-mobile #auth-container .register-form #or-txt, #SOG-auth-popup-mobile #auth-container .init-form #or-txt {
  background: #181a20;
  top: -40px;
}
#SOG-auth-popup-mobile #auth-container .login-form hr, #SOG-auth-popup-mobile #auth-container .register-form hr, #SOG-auth-popup-mobile #auth-container .init-form hr {
  background: white;
  opacity: 0.2;
  height: 1px;
  width: 90%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  margin-top: 20px;
}

.SOG-dropdown-info {
  display: inline-block;
  min-width: 100px;
  background: #21232a;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin: 0;
  border: 3px solid #585e71;
  border-radius: 15px;
  z-index: 2;
  margin-top: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.56);
  display: none;
}
.SOG-dropdown-info .arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #585e71;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -100%);
}
.SOG-dropdown-info p {
  color: white;
  padding: 5px 20px;
  text-align: center;
  margin: 0;
  font-family: fontFamilyMedium;
  letter-spacing: 1px;
  font-size: 18px;
  background: #21232a;
  border-radius: 15px;
  z-index: 2;
  position: relative;
}

.header-user-coins-update {
  margin-left: -20px;
}
.header-user-coins-update .arrow-up {
  margin-left: 20px;
}

.sog-balance-arrow {
  display: inline-block;
  width: 1.4em;
  height: 0.78em;
  margin: 0 0.28em -0.02em 0.16em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: baseline;
}

.SOG-dropdown-left {
  left: 100%;
  transform: translateX(-100%);
}
.SOG-dropdown-left .arrow-up {
  left: 95%;
  transform: translate(-100%, -100%);
}

#orientationMessage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  padding: 0 20px;
  letter-spacing: 2px;
  text-align: center;
  font-size: 25px;
}
#orientationMessage span {
  color: orange;
}

@keyframes rotateZoom {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(-2deg);
  }
}
@keyframes growShrinkBackground {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes glow-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes glow-shadow {
  0% {
    box-shadow: 0 0 8.33px 2.08px rgba(255, 110, 196, 0.5);
  }
  25% {
    box-shadow: 0 0 12.5px 3.33px rgba(250, 204, 21, 0.5);
  }
  50% {
    box-shadow: 0 0 16.66px 4.16px rgba(74, 222, 128, 0.5);
  }
  75% {
    box-shadow: 0 0 12.5px 3.33px rgba(250, 204, 21, 0.5);
  }
  100% {
    box-shadow: 0 0 8.33px 2.08px rgba(248, 113, 113, 0.5);
  }
}
@keyframes loaderTextAnim {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#SOG-coins-animation {
  position: fixed;
  z-index: 99999;
  width: 0;
  height: 0;
  display: none;
  pointer-events: none;
}
#SOG-coins-animation div {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  margin: -40px;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#SOG-coins-animation div img {
  width: 100%;
  animation: spinCoin 1s linear infinite;
  transform-style: preserve-3d;
  border-radius: 1200px 1000px 1250px 1000px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.589);
  background: rgba(255, 255, 255, 0.412);
  will-change: transform;
}
#SOG-coins-animation .sog-coin-fly.old-fly.is-animating {
  animation: sogCoinFly 1500ms cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
#SOG-coins-animation .sog-coin-fly.to-header.is-animating {
  animation: sogCoinFlyToHeader 1400ms cubic-bezier(0.22, 0.8, 0.24, 1) forwards;
}

@keyframes sogCoinFly {
  0% {
    transform: translate3d(0px, 0px, 0) scale(1);
    opacity: 1;
  }
  33.333% {
    transform: translate3d(calc(var(--x) * 1px), -100px, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate3d(calc(var(--x) * 1px), 250px, 0) scale(0.4);
    opacity: 0;
  }
}
@keyframes sogCoinFlyToHeader {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.82);
  }
  12% {
    opacity: 1;
    transform: translate3d(calc(var(--spread-x) * .35), calc(var(--arc-y) * .35), 0) scale(1.06);
  }
  45% {
    opacity: 1;
    transform: translate3d(var(--spread-x), var(--arc-y), 0) scale(1);
  }
  100% {
    opacity: 0.5;
    transform: translate3d(var(--target-x), var(--target-y), 0) scale(0.45);
  }
}
@keyframes spinCoin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes logoAnim {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(0.96) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}
@media (max-width: 1500px) {
  footer {
    padding: 50px 20px;
  }
  footer #footer-content {
    justify-content: center;
  }

  header {
    padding: 0 20px;
  }
  header #SOG-rail-toggle {
    margin-left: -3px;
  }
  header #SOG-header-right {
    position: absolute;
    right: 20px;
  }
  header .logo {
    height: 60%;
  }
  header #header-search-bar {
    left: 48%;
  }
}
@media (max-width: 1250px) {
  :root {
    --sog-speech-row-h: 40px;
  }

  header {
    padding: 0 20px;
  }
  header .logo {
    height: 60%;
  }
  header #header-search-bar {
    width: 100%;
    left: 0;
    max-width: none;
    border-radius: 0;
    top: 100%;
    transform: none;
  }
  header #header-search-bar input {
    height: var(--sog-speech-row-h);
    box-sizing: border-box;
  }
  header #header-glowing-bar {
    top: 125px;
    z-index: 2;
  }

  footer {
    padding: 50px 20px;
  }
  footer #footer-content #footer-left, footer #footer-content #footer-middle, footer #footer-content #footer-right {
    width: 100%;
  }
  footer #footer-content #footer-disclaimer {
    text-align: center;
  }
  footer #footer-content #footer-middle #footer-middle-unlimited-btn {
    margin-left: -10px;
  }
  footer #footer-content #footer-middle p:nth-child(1) {
    margin-bottom: 30px;
  }

  main {
    padding-top: 170px;
  }
  main #unlimited-section {
    padding-top: 0;
    align-items: center;
  }
  main #unlimited-section #unlimited-model {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    order: 2;
  }
  main #unlimited-section #unlimited-content, main #unlimited-section #unlimited-content-unsub {
    width: 100%;
    max-width: 600px;
    order: 1;
  }
  main #unlimited-section #store-coins {
    order: 3;
  }
  main #unlimited-section #store-section {
    order: 4;
  }
  main #unlimited-section #unlimited-content-unsub {
    margin-top: 0px;
  }
  main #unlimited-section #unlimited-content-unsub .center-div {
    top: 0;
    transform: none;
    left: 0;
  }
  main #SOG-no-games-found {
    width: 100%;
  }
  main #SOG-no-games-found p {
    text-align: center;
  }
  main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-left, main #SOG-play-section #SOG-play-section-games-list #SOG-play-section-games-list-right {
    display: none;
  }
  main #SOG-play-section #SOG-game-container {
    width: 110%;
    margin: 0;
  }
}
@media (max-width: 1060px) {
  footer #mr-farts-footer-link {
    display: none;
  }
  footer #footer-left, footer #footer-middle, footer #footer-right {
    width: 100%;
    min-width: 100%;
  }
  footer #footer-left {
    text-align: center;
  }
}
@media (max-width: 960px) {
  #heyu {
    display: none;
  }

  main #faq-section .faq-container .faq-container-title .faq-title-arrow {
    display: none;
  }
}
@media (max-width: 850px) {
  main #SOG-welcome-section {
    display: none;
  }
}
@media (max-width: 800px) {
  header #SOG-header-right, header #qr-code-btn, header #header-upsell-btn {
    display: none;
  }
  header #header-buttons {
    min-width: 1px;
    width: auto;
    padding-right: 0px;
  }
  header #header-buttons .header-btn {
    display: none;
  }
  header #header-buttons #header-micro-btn, header #header-buttons #header-menu-btn {
    display: block;
  }
  header #SOG-header-menu {
    height: calc(100vh - 70px);
    display: none;
  }

  main #our-story-section {
    padding: 0px 20px;
  }
  main #our-story-section .our-story-container {
    padding: 30px !important;
  }
  main #our-story-section .our-story-container .our-story-container-title {
    font-size: 20px;
    text-align: center;
    padding-left: 0;
    text-align: left;
    margin-left: -20px;
  }
  main #our-story-section .our-story-container .our-story-container-title span {
    margin-right: 10px;
  }
  main #our-story-section .our-story-container p {
    padding: 0;
  }
  main #our-story-section #mini-games-btn {
    font-size: 19px;
    width: 100%;
  }

  main #terms-section #terms-content h1 {
    font-size: 30px;
    text-wrap: normal;
    white-space: normal;
    overflow-wrap: break-word;
    width: 85%;
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  #featured-games-container {
    max-height: 31vw;
    min-height: 530px !important;
  }

  #SOG-alert #SOG-alert-content {
    width: 90%;
    aspect-ratio: 1.9;
    height: auto;
    padding: 20px 20px;
  }
  #SOG-alert #SOG-alert-content img {
    width: 50px;
    transform: translate(-80%, 10%);
  }
  #SOG-alert #SOG-alert-content svg {
    width: 40px;
    transform: translate(-55%, -45%) scale(0.8);
  }
  #SOG-alert #SOG-alert-content #SOG-alert-msg {
    font-size: 20px;
    line-height: 1.25;
    padding: 10px 20px;
    top: 50%;
    position: absolute;
    left: 0;
  }
  #SOG-alert #SOG-alert-content #SOG-alert-msg span.chlg-score {
    font-size: 20px;
  }
  #SOG-alert #SOG-alert-content #SOG-alert-msg span.challengeQuestion {
    color: gold;
  }
  #SOG-alert #SOG-alert-content button {
    width: 250px;
    height: 80px;
    transform: translateY(-60%) translateX(-50%) scale(0.8);
  }
  #SOG-alert #SOG-alert-content button p {
    font-size: 25px;
    padding-top: 5px;
  }
  #SOG-alert #SOG-alert-content.has-img {
    aspect-ratio: unset;
  }
  #SOG-alert #SOG-alert-content.has-img #SOG-alert-msg {
    position: relative;
    top: 0;
    transform: none;
    margin-top: 0;
  }

  footer #footer-content #footer-disclaimer {
    font-size: 16px;
    text-wrap: normal;
    overflow-wrap: break-word;
    white-space: normal;
    width: 100vw;
    overflow: hidden;
  }

  header {
    padding: 0 20px;
  }
  header .logo {
    height: 65%;
  }
  header #SOG-header-right, header #qr-code-btn, header #header-upsell-btn {
    display: none;
  }
  header #header-buttons {
    min-width: 1px;
    width: auto;
    padding-right: 0px;
  }
  header #header-buttons .header-btn {
    display: none;
  }
  header #header-buttons #header-micro-btn, header #header-buttons #header-menu-btn {
    display: block;
  }
  header #header-buttons #header-micro-btn {
    margin-right: 25px;
  }
  header #header-buttons #header-micro-btn #header-micro-msg {
    margin-left: -70px;
  }
  header #header-buttons #header-micro-btn #header-micro-msg .arrow-up {
    margin-left: 70px;
  }

  main {
    --lobby-gutter: 25px;
    padding: 0px var(--lobby-gutter);
    padding-top: 170px;
    padding-bottom: 25px;
  }
  main #contact-section #contact-content h1, main #contact-section #contact-content h2 {
    font-size: 30px;
  }
  main #contact-section #contact-content form {
    display: flex;
    flex-wrap: wrap;
  }
  main #contact-section #contact-content form div {
    width: 95%;
    min-width: 95%;
    margin-left: 2.5% !important;
  }
  main #contact-section #contact-content form #div-large-form {
    width: 95% !important;
    margin-left: 2.5% !important;
  }
  main #SOG-welcome-section {
    margin-top: 30px;
    margin-bottom: 0px;
    gap: 10px 30px;
  }
  main #SOG-play-section {
    margin-top: -70px;
  }
  main #SOG-play-section #SOG-game-container {
    width: 100vw;
    margin: 0;
    margin-top: 15px;
    overflow: hidden;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-lottie {
    position: absolute;
    width: auto;
    min-height: 100vh;
    z-index: 9;
    display: none;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-lottie #SOG-lottie-player {
    width: auto;
    height: 110vh;
    transform: scale(2.7);
    margin-top: 50px;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-locked {
    width: 800px;
    height: 1180px;
    outline: none;
    border: none;
    box-shadow: none;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-panel, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-panel {
    padding: 0 32px;
    gap: 26px;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-art, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-art {
    width: 100%;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-text, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-text {
    font-size: 26px;
    max-width: 100%;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-btn, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-btn {
    height: 96px;
    padding: 0 26px;
    gap: 14px;
    flex-wrap: nowrap;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-btn-label, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-btn-label {
    font-size: 27px;
    letter-spacing: 1.5px;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-locked .game-gate-browse, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-browse {
    font-size: 22px;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-actions {
    gap: 14px;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-actions .game-gate-btn {
    height: 74px;
    padding: 0 20px;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-actions .game-gate-btn-label {
    font-size: 21px;
    letter-spacing: 1px;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-limit .game-gate-actions #SOG-game-limit-unlimited .game-gate-btn-off {
    top: -17px;
    right: -17px;
    font-size: 14px;
    padding: 3px 14.5px 6px;
    border-width: 2.5px;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import {
    width: 800px;
    height: 1180px;
    outline: none;
    border: none;
    box-shadow: none;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-quit-game {
    display: none;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-leaderboard #SOG-game-leaderboard-sections .SOG-leaderboard-section {
    width: 90%;
    left: 5%;
    position: relative;
    height: calc(43%);
    min-height: 0;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-challenge {
    left: 50%;
    top: 0;
    transform: translateX(-50%) scale(0.85);
    transform-origin: top center;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-not-supported, main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-not-focused {
    display: none;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-not-supported {
    display: block;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-loader {
    border-radius: 0;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game #full-area {
    border-radius: 0;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game #full-area #game-area {
    width: 800px;
    height: 1180px;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-audioInfo {
    border-radius: 0;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-audioInfo #SOG-audioInfo-word {
    width: 50%;
    max-width: 300px;
    min-width: 140px;
    border-radius: 4vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-audioInfo #SOG-audioInfo-word p {
    font-size: clamp(13px, 4.2vw, 20px);
    letter-spacing: 0.5px;
    line-height: 1.15;
    width: 94%;
    left: 3%;
    padding: 0 4px;
    white-space: normal;
    text-overflow: clip;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu {
    padding-right: 15px;
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns {
    width: 100%;
    max-width: calc((100% - 38%) / 2 - 15px);
  }
  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-btns #SOG-game-container-menu-fullscreen {
    display: none;
  }
  main #SOG-play-section #SOG-game-container #SOG-gameInfo ul li span {
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-tips {
    display: flex;
    flex-wrap: wrap;
  }
  main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-tips h2, main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-tips p {
    width: 100%;
  }
  main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-gold-text {
    width: 100%;
  }
  main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-play-on-alexa {
    width: 100%;
    max-width: 100%;
  }
  main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-play-on-alexa div {
    width: 100%;
    max-width: 100%;
  }
  main #SOG-play-section #SOG-game-container #SOG-gameInfo #SOG-play-on-alexa div p {
    text-align: center;
    padding-left: 20px;
  }
  main #SOG-lobby-section {
    padding-top: 30px;
    width: calc( 100% + 80px);
    margin-top: -50px;
  }
  main #SOG-lobby-section .SOG-games-section .games-container-scroller-right {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  main #SOG-lobby-section .SOG-games-section .games-container {
    width: calc(100% + 25px);
    left: 0;
    padding-left: 28px;
    margin-left: -25px;
    padding-right: 28px;
  }
  main #SOG-lobby-section .SOG-games-section .games-container .game-group {
    padding: 0;
    margin-right: 0;
  }
  main #SOG-lobby-section .SOG-games-section .games-container .game-group .game-icon.large {
    width: calc(370px + 10px);
    height: calc(247px + 247px + 10px);
  }
  main #SOG-lobby-section .SOG-games-section .games-container .game-group .game-icon.large img {
    width: 100%;
    height: calc(100% - 0px);
  }
  main #SOG-lobby-section .SOG-games-section .games-container .game-group .small-group .game-icon.small {
    width: 180px;
    max-width: 183px;
  }
  main #SOG-lobby-section .SOG-games-section .games-container .game-icon {
    min-width: 183px;
    width: 183px;
    height: 247px;
  }
  main #SOG-lobby-section .SOG-games-section .games-container .game-icon:hover {
    transform: none;
    filter: none;
  }
  main #SOG-lobby-section .SOG-games-section .games-container .game-icon video {
    display: none;
  }
  main #SOG-lobby-section .SOG-games-section #games-categories-list .game-icon {
    max-width: 183px;
    height: 247px;
  }

  #SOG-enable-micro #SOG-enable-micro-content {
    background: url("/media/images/containers/micro-container-mobile.png");
    background-size: cover;
    position: absolute;
    width: 677px;
    height: 733px;
    margin-top: 0;
  }
  #SOG-enable-micro #SOG-enable-micro-content #SOG-enable-title {
    top: -120px;
  }
  #SOG-enable-micro #SOG-enable-micro-content img {
    margin-top: 350px;
    position: absolute;
    width: 300px;
  }
  #SOG-enable-micro #SOG-enable-micro-content button {
    transform: translateY(-70%) translateX(-50%) scale(1.2);
  }
  #SOG-enable-micro #SOG-enable-micro-content #SOG-enable-text-1 {
    font-size: 35px;
    margin-top: 230px;
  }
  #SOG-enable-micro #SOG-enable-micro-content #SOG-enable-text-2 {
    font-size: 39px;
    margin-top: 50px;
  }
  #SOG-enable-micro #SOG-enable-micro-content #SOG-enable-text-3 {
    font-size: 70px;
    margin-top: 50px;
  }

  #SOG-upsell-section #SOG-upsell-container #SOG-upsell-container-text {
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: capitalize;
  }
  #SOG-upsell-section #SOG-upsell-container #SOG-upsell-container-text div {
    font-size: 25px;
  }
}
@media (max-height: 570px) {
  #auth-container, #header-user-profile {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #auth-container:-webkit-scrollbar, #header-user-profile:-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 512px) {
  #featured-games-container {
    max-height: 31vw;
    min-height: 430px !important;
  }

  main #SOG-player-section {
    gap: 16px;
  }
  main #SOG-player-section .player-card {
    border-radius: 24px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.5);
  }
  main #SOG-player-section .player-card .player-card-inner {
    border-radius: 21px;
    grid-template-columns: 1fr;
    padding: 22px 18px;
    gap: 22px;
  }
  main #SOG-player-section .player-card .player-identity {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 22px;
  }
  main #SOG-player-section .player-card .player-identity .player-avatar {
    flex: 0 0 110px;
  }
  main #SOG-player-section .player-card .player-identity .player-avatar .player-avatar-ring {
    width: 110px;
    height: 110px;
  }
  main #SOG-player-section .player-card .player-identity .player-avatar .player-level {
    font-size: 0.85rem;
    padding: 3px 12px;
  }
  main #SOG-player-section .player-card .player-identity .player-identity-text {
    align-items: center;
    gap: 10px;
  }
  main #SOG-player-section .player-card .player-identity .player-identity-text .player-name {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  main #SOG-player-section .player-card .player-identity .player-identity-text .player-name .player-name-text {
    font-size: 1.8rem;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  main #SOG-player-section .player-card .player-identity .player-identity-text .player-name .player-number {
    font-size: 1rem;
  }
  main #SOG-player-section .player-card .player-identity .player-identity-text .player-name .player-team-icon {
    height: 28px;
  }
  main #SOG-player-section .player-card .player-identity .player-identity-text .player-name .premium-badge {
    height: 28px;
  }
  main #SOG-player-section .player-card .player-identity .player-identity-text .player-rank-line {
    justify-content: center;
    gap: 8px;
  }
  main #SOG-player-section .player-card .player-identity .player-identity-text .player-rank-line .player-rank-name {
    font-size: 1.2rem;
  }
  main #SOG-player-section .player-card .player-identity .player-identity-text .player-rank-line .player-rank-note {
    font-size: 0.85rem;
  }
  main #SOG-player-section .player-card .player-identity .player-identity-text .player-meta {
    justify-content: center;
    gap: 8px;
  }
  main #SOG-player-section .player-card .player-identity .player-identity-text .player-meta .player-meta-item {
    font-size: 0.85rem;
    padding: 5px 12px;
  }
  main #SOG-player-section .player-card .player-totals .player-total {
    flex: 1;
    min-width: 0;
    padding: 14px 16px;
    gap: 10px;
  }
  main #SOG-player-section .player-card .player-totals .player-total img {
    width: 36px;
    height: 36px;
  }
  main #SOG-player-section .player-card .player-totals .player-total .player-total-value {
    font-size: 1.5rem;
  }
  main #SOG-player-section .player-card .player-totals .player-total .player-total-label {
    font-size: 0.8rem;
  }
  main #SOG-player-section .player-periods {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  main #SOG-player-section .player-periods .player-period .player-period-head {
    padding: 12px 18px;
  }
  main #SOG-player-section .player-periods .player-period .player-period-head h2 {
    font-size: 1.1rem;
  }
  main #SOG-player-section .player-periods .player-period .player-period-head .player-period-games {
    font-size: 0.85rem;
  }
  main #SOG-player-section .player-periods .player-period .player-period-body {
    padding: 16px 18px;
  }
  main #SOG-player-section .player-periods .player-period .player-period-body .player-period-stat p {
    font-size: 1.5rem;
  }
  main #SOG-player-section #player-achievements .achievements-head h2 {
    font-size: 1.5rem;
  }
  main #SOG-player-section #player-achievements .achievements-list {
    grid-template-columns: 1fr;
  }
  main #SOG-player-section #player-achievements .achievement-mastered-card.has-game-link .achievement-mastered-inner {
    padding-right: 16px;
  }
  main #SOG-player-section #player-achievements .achievement-mastered-card.has-game-link .achievement-mastered-head-text {
    padding-right: 30px;
  }
  main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-inner {
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 14px 16px;
  }
  main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-medal {
    width: 48px;
    height: 48px;
  }
  main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-medal .achievement-mastered-medal-icon {
    font-size: 1.4rem;
  }
  main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-body .achievement-mastered-head-text {
    gap: 0 8px;
    font-size: 1.1rem;
  }
  main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-body .achievement-mastered-desc {
    font-size: 0.8rem;
  }
  main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-earned {
    grid-column: 1/-1;
    border-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  main #SOG-player-section #player-achievements .achievement-mastered-card .achievement-mastered-earned .achievement-mastered-earned-label {
    margin: 0;
  }
  main #SOG-player-section #player-achievements .achievement-card {
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 14px 16px;
  }
  main #SOG-player-section #player-achievements .achievement-card.has-game-link {
    padding-right: 16px;
  }
  main #SOG-player-section #player-achievements .achievement-card.has-game-link .achievement-head-text {
    padding-right: 30px;
  }
  main #SOG-player-section #player-achievements .achievement-card .achievement-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 1.4rem;
  }
  main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-head-text {
    gap: 0 6px;
    font-size: 1.1rem;
  }
  main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-head-text .achievement-desc {
    font-size: 0.85rem;
  }
  main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-levels {
    flex-wrap: wrap;
  }
  main #SOG-player-section #player-achievements .achievement-card .achievement-body .achievement-levels .achievement-level {
    flex: 1 1 40%;
    font-size: 0.8rem;
  }
  main #SOG-player-section #player-achievements .achievement-card .achievement-action {
    grid-column: 1/-1;
    padding: 0;
  }
  main #SOG-player-section #player-achievements .achievement-card .achievement-action .achievement-claim-btn {
    width: 100%;
    padding: 10px 18px;
    font-size: 1rem;
  }
  main #SOG-player-section #player-achievements .achievement-card .achievement-action .achievement-next-value {
    font-size: 1.2rem;
    display: inline-block;
    margin-right: 8px;
  }
  main #SOG-player-section #player-achievements .achievement-card .achievement-action .achievement-next-label {
    display: inline-block;
  }
  main #SOG-lobby-section .games-container {
    width: calc(100% + 25px);
    left: 0;
    padding-left: 28px;
    margin-left: -25px;
    padding-right: 28px;
  }
  main #SOG-lobby-section .games-container .game-group {
    padding: 0;
    margin-right: 0;
  }
  main #SOG-lobby-section .games-container .game-group .game-icon.large {
    width: 400px;
    max-width: 305px;
    gap: 0;
    max-height: calc(400px + 10px);
  }
  main #SOG-lobby-section .games-container .game-group .game-icon.large img {
    width: 100%;
    height: 100%;
    width: auto;
  }
  main #SOG-lobby-section .games-container .game-group .small-group .game-icon.small {
    width: 148px;
    max-width: 148px;
    min-width: 148px;
    height: 200px;
  }
  main #SOG-lobby-section .games-container .game-group .small-group .game-icon.small img {
    height: 100%;
    width: auto;
  }
  main #SOG-lobby-section .games-container .game-group .small-group .game-icon.small p {
    font-size: 12px;
  }
  main #SOG-lobby-section .games-container .game-group .small-group .game-icon.small .game-type-icon {
    width: 25px;
    height: 25px;
  }

  main #SOG-lobby-section .SOG-games-section .games-container .game-group .small-group .game-icon.small {
    width: 138px;
    max-width: 148px;
  }

  main #SOG-lobby-section .SOG-games-section .games-container .game-icon .game-type-icon {
    width: 35px;
    height: 35px;
  }

  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-challenge-score-to-beat {
    z-index: 2;
  }

  main #SOG-play-section #SOG-game-container #SOG-game-container-import #SOG-game-container-menu #SOG-game-container-menu-logo {
    width: 170px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@keyframes teamRankingsOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}
@keyframes leaderboardRowIn {
  0% {
    transform: translateY(16px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes leaderboardGoldGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 192, 19, 0.3);
  }
  50% {
    box-shadow: 0 0 30px 7px rgba(255, 192, 19, 0.45);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-3deg) scale(0.97);
  }
  50% {
    transform: rotate(3deg) scale(1.03);
  }
  100% {
    transform: rotate(-3deg) scale(0.97);
  }
}
/* Scale lobby cards with browser zoom ONLY on wide screens */
@media (min-width: 1200px) {
  :root {
    --gi-gap: calc(10px * 1.2);
    --gi-small-w: calc(clamp(235px, 14vw, 420px) * 1.2);
    --gi-small-h: calc(var(--gi-small-w) * 0.562);
  }

  /* These !important sizes drive the horizontal scroller rows. The single-category
     grid overrides them with !important of its own (see &.filtered above) rather
     than with :not(.filtered) here - scoping by :not() on the ancestor is not
     re-evaluated when .filtered is first added, so the first filter click kept
     these sizes and only later clicks picked up the grid. */
  #SOG-lobby-section .games-container {
    gap: var(--gi-gap);
  }

  #SOG-lobby-section .games-container .game-icon {
    width: var(--gi-small-w) !important;
    min-width: var(--gi-small-w) !important;
    height: var(--gi-small-h) !important;
  }

  #SOG-lobby-section .games-container .game-group .small-group {
    display: grid;
    grid-template-columns: repeat(2, var(--gi-small-w));
    grid-template-rows: repeat(2, var(--gi-small-h));
    gap: var(--gi-gap);
  }

  #SOG-lobby-section .games-container .game-group .game-icon.large {
    width: calc((var(--gi-small-w) * 2) + var(--gi-gap)) !important;
    height: calc((var(--gi-small-h) * 2) + var(--gi-gap)) !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  #SOG-lobby-section #games-categories-list .game-icon {
    max-width: none !important;
  }
}
.game-icon.highlight {
  border-radius: 10px;
  opacity: 1;
  filter: none;
  z-index: 99;
}

#rc-anchor-container {
  opacity: 0 !important;
}

#SOG-game-intro-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0%;
  left: 0%;
  pointer-events: none;
  object-fit: cover;
  z-index: 9999999999999;
  background: #2a2c34;
}

.voice-nav-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 1;
}
.voice-nav-indicator .voice-nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ee2f4f;
  box-shadow: 0 0 8px 2px rgba(238, 47, 79, 0.6);
}
.voice-nav-indicator.voice-nav-listening .voice-nav-dot {
  animation: voiceNavPulse 1.5s ease-in-out infinite;
  background: #00ff88;
  box-shadow: 0 0 10px 3px rgba(0, 255, 136, 0.6);
}
.voice-nav-indicator.voice-nav-connecting .voice-nav-dot {
  animation: voiceNavPulse 0.8s ease-in-out infinite;
  background: #ffaa00;
  box-shadow: 0 0 8px 2px rgba(255, 170, 0, 0.6);
}
.voice-nav-indicator.voice-nav-off .voice-nav-dot {
  animation: none;
  background: #ff4444;
  box-shadow: 0 0 8px 2px rgba(255, 68, 68, 0.6);
}
.voice-nav-indicator.voice-nav-disabled .voice-nav-dot {
  animation: none;
  background: #888888;
  box-shadow: 0 0 8px 2px rgba(136, 136, 136, 0.4);
}

@keyframes voiceNavPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.7;
  }
}
.voice-nav-highlight {
  outline: 3px solid #00ff88 !important;
  outline-offset: 4px;
  border-radius: 12px;
  animation: voiceNavPulse 1.5s ease-in-out infinite;
}

@keyframes voiceNavPulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
  }
  50% {
    box-shadow: 0 0 25px rgba(0, 255, 136, 0.6);
  }
}
.leaderboardUsername span {
  color: skyblue;
}
.leaderboardUsername .leaderboard-username-text {
  color: inherit;
  transition: opacity 0.2s ease;
}
.leaderboardUsername[data-player-name] {
  cursor: pointer;
}
.leaderboardUsername[data-player-name] .leaderboard-username-text {
  cursor: pointer;
}
.leaderboardUsername[data-player-name]:hover .leaderboard-username-text {
  opacity: 0.75;
}

#SOG-tv-connected {
  position: fixed;
  inset: 0;
  z-index: 99999999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s;
  background: rgba(21, 23, 27, 0.55);
  backdrop-filter: blur(18px) brightness(0.45);
  -webkit-backdrop-filter: blur(18px) brightness(0.45);
}
#SOG-tv-connected .tv-connected-confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
#SOG-tv-connected .tv-connected-confetti .tv-cf {
  position: absolute;
  top: -80px;
  border-radius: 3px;
  animation: tvCfFall linear infinite;
  opacity: 0;
}
@keyframes tvCfFall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    transform: translateY(110vh) rotate(800deg);
    opacity: 0;
  }
}
#SOG-tv-connected .tv-connected-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 760px;
  background: linear-gradient(180deg, #3b3d45, #26282d 70%, #181a1e);
  border-radius: 40px;
  padding: 56px 64px 52px;
  border: 2px solid rgba(160, 191, 231, 0.22);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.08), inset 0 -4px 0 rgba(0, 0, 0, 0.4), 0 0 0 8px rgba(160, 191, 231, 0.06), 0 40px 80px rgba(0, 0, 0, 0.65), 0 0 60px rgba(113, 155, 210, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  overflow: visible;
}
#SOG-tv-connected .tv-connected-modal::before {
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  border-radius: 999px;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-banner {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ff5c5c, #e83838);
  border-radius: 20px 20px 28px 28px/20px 20px 22px 22px;
  padding: 12px 40px 16px;
  box-shadow: 0 8px 0 #6e0d0d, 0 14px 26px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  font-family: puzzleGamesMainFont;
  font-size: 32px;
  letter-spacing: 0.04em;
  color: #ffd62e;
  text-shadow: -2px -2px 0 #0c0d10, 2px -2px 0 #0c0d10, -2px 2px 0 #0c0d10, 2px 2px 0 #0c0d10, 0 4px 0 #7a5d00;
  display: flex;
  align-items: center;
  gap: 14px;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-banner .tv-connected-banner-chk {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #3ec74b;
  box-shadow: 0 3px 0 #1a7a29;
  display: flex;
  align-items: center;
  justify-content: center;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-banner .tv-connected-banner-chk svg {
  width: 20px;
  height: 20px;
  color: #fff;
  stroke-width: 3;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-check-hero {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  margin-bottom: 24px;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-check-hero .ring1, #SOG-tv-connected .tv-connected-modal .tv-connected-check-hero .ring2 {
  position: absolute;
  border-radius: 999px;
  border: 3px solid rgba(62, 199, 75, 0.3);
  animation: tvRingExp 2s ease-out infinite;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-check-hero .ring1 {
  inset: 0;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-check-hero .ring2 {
  inset: 14px;
  border-color: rgba(62, 199, 75, 0.2);
  animation-delay: 0.5s;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-check-hero .disc {
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: linear-gradient(180deg, #6cdf60, #3ec74b);
  box-shadow: 0 10px 0 #1a7a29, inset 0 4px 0 rgba(255, 255, 255, 0.4), 0 0 40px rgba(62, 199, 75, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: tvDiscBounce 0.6s 0.1s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-check-hero .disc svg {
  width: 58px;
  height: 58px;
  color: #fff;
  stroke-width: 3;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-hl {
  font-family: puzzleGamesMainFont;
  font-weight: 500;
  font-size: 88px;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 14px;
  animation: tvSlideUp 0.4s 0.25s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-hl .pop {
  color: #ffd62e;
  text-shadow: -3px -3px 0 #0c0d10, 3px -3px 0 #0c0d10, -3px 3px 0 #0c0d10, 3px 3px 0 #0c0d10, 0 5px 0 #7a5d00;
  display: block;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-sub {
  font-size: 26px;
  font-weight: 600;
  color: #e0e7f1;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 44px;
  animation: tvSlideUp 0.4s 0.35s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-sub b {
  color: #a0bfe7;
  font-weight: 900;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-countdown {
  width: 100%;
  animation: tvSlideUp 0.4s 0.45s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-countdown .tv-connected-countdown-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-countdown .tv-connected-countdown-top .msg {
  font-size: 18px;
  font-weight: 700;
  color: #b0bccd;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-countdown .tv-connected-countdown-top .tv-connected-secs {
  font-family: puzzleGamesMainFont;
  font-size: 34px;
  color: #ffd62e;
  text-shadow: 0 3px 0 rgba(122, 93, 0, 0.55);
  min-width: 48px;
  text-align: right;
}
#SOG-tv-connected .tv-connected-modal .tv-connected-countdown .tv-connected-track {
  width: 100%;
  height: 14px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}
#SOG-tv-connected .tv-connected-modal .tv-connected-countdown .tv-connected-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #719bd2, #6cdf60);
  box-shadow: 0 0 12px rgba(108, 223, 96, 0.55);
  transition: width 1s linear;
  width: 100%;
}
@keyframes tvModalIn {
  from {
    transform: scale(0.72);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes tvRingExp {
  0% {
    transform: scale(0.85);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}
@keyframes tvDiscBounce {
  from {
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes tvSlideUp {
  from {
    transform: translateY(24px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes sogPlayerGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 192, 19, 0.3);
  }
  50% {
    box-shadow: 0 0 24px 4px rgba(255, 192, 19, 0.4);
  }
}
#SOG-content-section {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px 90px;
  color: white;
  user-select: text;
}
#SOG-content-section h1 {
  font-family: fontFamilyBold;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 22px;
  color: #ffc013;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.28);
}
#SOG-content-section h2 {
  font-family: fontFamilyBold;
  font-weight: bold;
  font-size: 26px;
  margin: 0 0 14px;
  color: #ffc013;
}
#SOG-content-section h3 {
  font-family: fontFamilyBold;
  font-weight: bold;
  font-size: 19px;
  margin: 0 0 8px;
}
#SOG-content-section p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 16px;
}
#SOG-content-section a {
  color: #ee2f4f;
  text-decoration: none;
}
#SOG-content-section a:hover {
  color: white;
  text-decoration: underline;
}
#SOG-content-section .sog-content-breadcrumb {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  font-size: 14px;
  font-family: fontFamilyBold;
  letter-spacing: 0.3px;
  margin-bottom: 28px;
  padding: 9px 20px;
  border-radius: 999px;
  background: rgba(42, 44, 52, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
#SOG-content-section .sog-content-breadcrumb a {
  flex: none;
  color: #ee2f4f;
  transition: color 0.2s ease;
}
#SOG-content-section .sog-content-breadcrumb a:hover {
  color: white;
  text-decoration: none;
}
#SOG-content-section .sog-content-breadcrumb span[aria-hidden=true] {
  flex: none;
  margin: 0 9px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0;
}
#SOG-content-section .sog-content-breadcrumb span[aria-hidden=true]::after {
  content: "›";
  font-size: 19px;
  line-height: 1;
}
#SOG-content-section .sog-content-breadcrumb .sog-content-breadcrumb-current {
  margin: 0;
  min-width: 0;
  color: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#SOG-content-section .sog-content-intro {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 36px;
}
#SOG-content-section .sog-content-block {
  background: rgba(42, 44, 52, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 26px 28px;
  margin-bottom: 22px;
}
#SOG-content-section .sog-content-block p:last-child {
  margin-bottom: 0;
}
#SOG-content-section .sog-content-games {
  margin-bottom: 30px;
}
#SOG-content-section .sog-content-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
}
#SOG-content-section .sog-content-game-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #2a2c34;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.25s transform, 0.25s border-color;
}
#SOG-content-section .sog-content-game-card:hover {
  transform: translateY(-4px);
  border-color: #ee2f4f;
  text-decoration: none;
}
#SOG-content-section .sog-content-game-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
#SOG-content-section .sog-content-game-card .sog-content-game-card-name {
  display: block;
  padding: 11px 13px;
  font-family: fontFamilyBold;
  font-weight: bold;
  font-size: 15px;
  color: white;
}
#SOG-content-section .sog-content-game-card.locked img {
  opacity: 0.55;
}
#SOG-content-section .sog-content-game-card .sog-content-game-card-lock {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 50%;
  background: rgba(24, 26, 32, 0.85);
  color: #ee2f4f;
}
#SOG-content-section .sog-content-game-card .sog-content-game-card-lock svg {
  display: block;
  width: 100%;
  height: 100%;
}
#SOG-content-section .sog-content-faq-item {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
#SOG-content-section .sog-content-faq-item:first-of-type {
  border-top: none;
  padding-top: 0;
}
#SOG-content-section .sog-content-faq-item h3 {
  color: #ffb3d9;
}
#SOG-content-section .sog-content-faq-item p {
  margin-bottom: 0;
}
#SOG-content-section .sog-content-link-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
#SOG-content-section .sog-content-link-list li {
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 16px;
}
#SOG-content-section .sog-content-link-list li:first-child {
  border-top: none;
}
#SOG-content-section .sog-content-cta {
  display: block;
  margin: 34px auto 0;
  border: none;
  border-radius: 40px;
  padding: 15px 42px;
  font-size: 18px;
  font-family: fontFamilyBold;
  font-weight: bold;
  color: #24262d;
  background: #ee2f4f;
  cursor: pointer;
  transition: 0.3s;
}
#SOG-content-section .sog-content-cta:hover {
  filter: brightness(1.1);
}

@media only screen and (max-width: 700px) {
  #SOG-content-section {
    width: 100%;
    padding: 26px 16px 70px;
  }
  #SOG-content-section h1 {
    font-size: 30px;
  }
  #SOG-content-section h2 {
    font-size: 22px;
  }
  #SOG-content-section .sog-content-intro {
    font-size: 17px;
  }
  #SOG-content-section .sog-content-block {
    padding: 20px;
  }
}
@keyframes sog-new-badge-pulse {
  0%, 68%, 100% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.08);
  }
}
@media (prefers-reduced-motion: reduce) {
  .game-new-badge {
    animation: none !important;
  }
}
@keyframes sogFavHeartbeat {
  0%, 100% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.11);
  }
  24% {
    transform: scale(1);
  }
  36% {
    transform: scale(1.07);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes sogFavHearts {
  0% {
    transform: translate(-50%, -50%) scale(0.45) rotate(0deg);
    opacity: 0;
  }
  14% {
    opacity: 0.95;
  }
  58% {
    opacity: 0.85;
  }
  100% {
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1.1) rotate(var(--r));
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
