@font-face {
  font-family: f2;
  src: url("/media/games/theme-connect/fonts/Ariston Comic Font.otf");
}
#game-area {
  width: 1280px;
  height: 720px;
  transform: translate(-50%, -50%) scale(1);
  left: 50%;
  top: 50%;
  position: absolute;
  background: url("/media/games/theme-connect/images/background.jpg");
  background-size: cover;
}
#game-area #home-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999;
}
#game-area #home-section #home-logo {
  height: 55%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: -30px;
}
#game-area #home-section #home-logo img {
  height: 100%;
  width: auto;
  opacity: 0;
  transform: scale(0);
}
#game-area #mode-section {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 70px;
  z-index: 99999999999;
}
#game-area #mode-section #choose-category {
  color: white;
  font-family: f2;
  text-transform: uppercase;
  font-size: 90px;
  width: 70%;
  margin-left: 15%;
  animation: scale 1.5s infinite;
  opacity: 0;
  margin-top: -40px;
}
#game-area #mode-section #modes {
  margin-top: 50px;
  transform: scale(0);
  opacity: 0;
  display: flex;
  margin-left: 20px;
  justify-content: center;
  z-index: 99999;
  position: relative;
}
#game-area #mode-section #modes .mode {
  width: 300px;
  position: relative;
  margin: 10px 0px;
  cursor: pointer;
}
#game-area #mode-section #modes .mode p {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-family: puzzleGamesMainFont;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.182);
}
#game-area #mode-section #modes .mode p span {
  font-family: puzzleGamesMainFont;
  color: gold;
}
#game-area #mode-section #modes .mode img {
  width: 100%;
  transition: 0.1s;
}
#game-area #mode-section #modes .mode img:active {
  transform: scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
}
#game-area #mode-section #modes .mode:nth-child(2) {
  transform: scale(1.2);
  margin-top: 17px;
}
#game-area #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#game-area #play-section .loader {
  top: 50%;
  left: 50%;
  margin: -30px;
  margin-top: -60px;
  display: none;
}
#game-area #play-section #animGroup {
  opacity: 0;
}
#game-area #play-section #current-mode, #game-area #play-section #score {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(0) translateY(0%);
  margin: 0px 20px;
}
#game-area #play-section #current-mode p, #game-area #play-section #score p {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: f2;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 2px;
  text-shadow: 3px 4px rgba(0, 0, 0, 0.212);
}
#game-area #play-section #current-mode h6, #game-area #play-section #score h6 {
  color: gold;
  text-align: center;
  text-transform: uppercase;
  font-family: f2;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 2px;
  text-shadow: 3px 4px rgba(0, 0, 0, 0.212);
  margin-top: -30px;
}
#game-area #play-section #score {
  left: 100%;
  transform: translateX(-100%);
  margin-left: -20px;
}
#game-area #play-section #score h6 {
  font-size: 70px;
  margin-top: -50px;
}
#game-area #play-section #current-mode-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 130px;
  width: auto;
  margin-top: 30px;
  cursor: pointer;
  z-index: 9999;
  visibility: hidden;
}
#game-area #play-section #current-mode-logo:active {
  transform: translateX(-50%) scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}
#game-area #play-section #current-mode-logo img {
  height: 100%;
  animation: logoAnim_v2 1.5s infinite;
}
#game-area #play-section #container {
  width: 800px;
  height: 510px;
  background: url("/media/games/theme-connect/images/container.png");
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -280px;
  transform: scale(0);
  opacity: 0;
}
#game-area #play-section #container #sentence {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 70%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0px 50px;
  margin-top: 3%;
}
#game-area #play-section #container #sentence::-webkit-scrollbar {
  display: none;
}
#game-area #play-section #container #sentence p {
  font-size: 50px;
  font-family: f2;
  text-transform: uppercase;
  margin: 0 15px;
  color: white;
  letter-spacing: 2px;
}
#game-area #play-section #container #sentence p span {
  text-decoration: underline;
  color: gold;
}
#game-area #play-section #container #current-word {
  position: absolute;
  width: 92%;
  margin-top: 2px;
  top: 410px;
  left: 90px;
}
#game-area #play-section #container #current-word p {
  width: 80%;
  text-align: center;
  font-size: 65px;
  font-family: f2;
  margin-top: 0px;
  padding-top: 1px;
  text-transform: uppercase;
  margin: 0 15px;
  color: #800792;
  letter-spacing: 2px;
  overflow: hidden;
  white-space: nowrap;
}
#game-area #play-section #container #current-word.tc-turn p {
  width: 420px;
  margin-left: 12px;
  font-size: 52px;
  line-height: 80px;
}
#game-area #play-section #container #current-word.tc-turn.has-text p {
  letter-spacing: 1px;
}
#game-area #play-section #container #tc-ptt {
  position: absolute;
  left: 446px;
  top: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.25s ease, visibility 0.25s;
}
#game-area #play-section #container #tc-ptt.tc-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#game-area #play-section #container #tc-ptt button {
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.12s ease, opacity 0.2s ease, filter 0.2s ease;
}
#game-area #play-section #container #tc-ptt button svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  pointer-events: none;
}
#game-area #play-section #container #tc-ptt button:active {
  transform: scale(0.94);
}
#game-area #play-section #container #tc-ptt #tc-ptt-mic {
  background: linear-gradient(180deg, #b43ad0, #6a0580);
  border: 3px solid gold;
  box-shadow: 0 4px 0 #3e0249, 0 8px 12px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.35);
  color: gold;
  animation: tcPttPulse 1.1s ease-in-out infinite alternate;
}
#game-area #play-section #container #tc-ptt.active #tc-ptt-mic {
  background: linear-gradient(180deg, #ff6b81, #d41c3c);
  border-color: white;
  box-shadow: 0 4px 0 #7d0b1f, 0 0 0 0 rgba(255, 60, 90, 0.6);
  color: white;
  animation: tcPttRecord 1.2s ease-out infinite;
}
#game-area #play-section #container #tc-ptt #tc-ptt-send {
  background: linear-gradient(180deg, #ffe46b, #f0a500);
  border: 3px solid white;
  box-shadow: 0 4px 0 #a36a00, 0 8px 12px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5);
  color: #800792;
}
#game-area #play-section #container #tc-ptt #tc-ptt-send svg {
  margin-left: 3px;
}
#game-area #play-section #container #tc-ptt #tc-ptt-send:disabled {
  opacity: 0.4;
  filter: grayscale(1);
  cursor: default;
  pointer-events: none;
}
#game-area #play-section #container #testing {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 9999999999999;
  top: 0px;
}
#game-area #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
}
#game-area #end-section .content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -410px;
  margin-top: -290px;
  width: 820px;
  height: 500px;
  background: url("/media/games/theme-connect/images/end-container.png");
  background-size: cover;
}
#game-area #end-section #end-logo {
  display: flex;
  justify-content: center;
  animation: logoAnim_v2 1.5s infinite;
  height: 370px;
}
#game-area #end-section #end-logo img {
  height: 100%;
  transform: scale(0);
  opacity: 0;
}
#game-area #end-section #end-score {
  width: 100%;
  position: absolute;
  top: 200px;
  opacity: 0;
}
#game-area #end-section #end-score p {
  font-size: 100px;
  color: white;
  font-family: f2;
  text-shadow: 5px 5px #804284;
  width: 100%;
  text-align: center;
}
#game-area #end-section #end-btns {
  position: relative;
  width: 100%;
  margin-top: 350px;
  display: flex;
  justify-content: center;
}
#game-area #end-section #end-btns div {
  width: 300px;
  cursor: pointer;
  animation: scale 1.5s infinite;
}
#game-area #end-section #end-btns div img {
  width: 100%;
  cursor: pointer;
  transform: scale(1);
  opacity: 1;
}
#game-area #end-section #end-btns div img:active {
  transform: scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}

@keyframes tcPttPulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
@keyframes tcPttRecord {
  0% {
    box-shadow: 0 4px 0 #7d0b1f, 0 0 0 0 rgba(255, 60, 90, 0.6);
  }
  100% {
    box-shadow: 0 4px 0 #7d0b1f, 0 0 0 16px rgba(255, 60, 90, 0);
  }
}
@media (max-width: 600px) {
  #game-area #home-section #home-logo {
    height: 30%;
  }
  #game-area #home-section #home-logo img {
    height: 100%;
  }
  #game-area #mode-section {
    padding: 20px;
    margin-top: 300px;
  }
  #game-area #mode-section #choose-category {
    font-size: 50px;
    width: 100%;
    margin-left: 0;
  }
  #game-area #play-section #current-mode-logo {
    visibility: visible;
    margin-top: 20px;
  }
  #game-area #play-section #container {
    zoom: 95%;
  }
  #game-area #end-section .content {
    zoom: 95%;
  }
}

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