@charset "UTF-8";
@font-face {
  font-family: f;
  src: url("/media/games/the-imposter/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/the-imposter/fonts/soupofjustice.ttf");
}
body {
  padding: 0;
  margin: 0;
}

#full-area {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  overflow: hidden;
  user-select: none;
}
#full-area #game-area {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: url("/media/games/the-imposter/images/navbar/backer.jpg");
  overflow: hidden;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
  background: url("/media/games/the-imposter/images/play-screen.png");
  background-size: contain;
  background-position: center center;
}
#full-area #game-area #content #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("/media/games/the-imposter/images/home-bg.png");
  background-size: cover;
  background-position: left bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#full-area #game-area #content #home-section #home-right {
  margin-top: 26px;
}
#full-area #game-area #content #home-section #home-right #logo {
  height: 187px;
  transform: rotate(-3deg);
  animation: logoAnim 3s infinite;
}
#full-area #game-area #content #home-section #role-select {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#full-area #game-area #content #home-section #role-select #role-select-title {
  margin: 10px 0 0;
  padding: 10px 52px 8px;
  background: #472074;
  border: 5px solid #2c1149;
  border-radius: 100px;
  font-family: f;
  font-size: 40px;
  letter-spacing: 2px;
  color: #fff;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.35);
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
}
#full-area #game-area #content #home-section #role-select #role-select-buttons {
  width: 100%;
  box-sizing: border-box;
  padding: 0 56px;
  margin-top: 46px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#full-area #game-area #content #home-section #role-select .role-btn {
  position: relative;
  width: 330px;
  min-height: 165px;
  box-sizing: border-box;
  padding: 22px 26px;
  border-radius: 26px;
  border: 6px solid #2c1149;
  cursor: pointer;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.16s cubic-bezier(0.2, 1.4, 0.4, 1), box-shadow 0.16s ease, filter 0.16s ease;
}
#full-area #game-area #content #home-section #role-select .role-btn::before {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
  border: 5px solid #FFB100;
  border-radius: 34px;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
}
#full-area #game-area #content #home-section #role-select .role-btn .role-btn-title {
  font-family: f;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.45);
}
#full-area #game-area #content #home-section #role-select .role-btn .role-btn-body {
  font-family: f2;
  font-size: 22px;
  line-height: 1.3;
  color: #f3e9ff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
#full-area #game-area #content #home-section #role-select .role-btn:hover {
  transform: translateY(-4px);
  filter: brightness(1.06);
}
#full-area #game-area #content #home-section #role-select .role-btn:active {
  transform: translateY(4px) scale(0.98);
}
#full-area #game-area #content #home-section #role-select .role-btn:focus {
  transform: translateY(-8px) scale(1.05);
  filter: brightness(1.1);
  animation: roleBtnSelected 1.3s ease-in-out infinite;
  z-index: 2;
}
#full-area #game-area #content #home-section #role-select .role-btn:focus::before {
  opacity: 1;
  transform: scale(1);
  animation: roleRingPulse 1.3s ease-in-out infinite;
}
#full-area #game-area #content #home-section #role-select .role-btn:focus .role-btn-title {
  animation: roleTitlePop 0.3s cubic-bezier(0.2, 1.6, 0.4, 1);
}
#full-area #game-area #content #home-section #role-select #role-imposter-btn {
  background: linear-gradient(180deg, #c32121 0%, #a01b1b 62%, #861717 100%);
  border-color: #5d0f0f;
  box-shadow: 0 10px 0 #5d0f0f, 0 16px 24px rgba(0, 0, 0, 0.22);
}
#full-area #game-area #content #home-section #role-select #role-imposter-btn:hover {
  box-shadow: 0 14px 0 #5d0f0f, 0 20px 26px rgba(0, 0, 0, 0.22);
}
#full-area #game-area #content #home-section #role-select #role-imposter-btn:active {
  box-shadow: 0 6px 0 #5d0f0f, 0 10px 18px rgba(0, 0, 0, 0.2);
}
#full-area #game-area #content #home-section #role-select #role-imposter-btn:focus {
  box-shadow: 0 14px 0 #5d0f0f, 0 22px 34px rgba(0, 0, 0, 0.35), 0 0 42px rgba(255, 177, 0, 0.45);
}
#full-area #game-area #content #home-section #role-select #role-agent-btn {
  background: linear-gradient(180deg, #a268ec 0%, #8b44e8 62%, #7420e4 100%);
  border-color: #4b1a8c;
  box-shadow: 0 10px 0 #4b1a8c, 0 16px 24px rgba(0, 0, 0, 0.22);
}
#full-area #game-area #content #home-section #role-select #role-agent-btn:hover {
  box-shadow: 0 14px 0 #4b1a8c, 0 20px 26px rgba(0, 0, 0, 0.22);
}
#full-area #game-area #content #home-section #role-select #role-agent-btn:active {
  box-shadow: 0 6px 0 #4b1a8c, 0 10px 18px rgba(0, 0, 0, 0.2);
}
#full-area #game-area #content #home-section #role-select #role-agent-btn:focus {
  box-shadow: 0 14px 0 #4b1a8c, 0 22px 34px rgba(0, 0, 0, 0.35), 0 0 42px rgba(255, 177, 0, 0.45);
}
#full-area #game-area #content #imposter-reveal-section {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  overflow: hidden;
  background: radial-gradient(circle at 50% 62%, #3a1030 0%, #1c0a24 45%, #0a0512 100%);
}
#full-area #game-area #content #imposter-reveal-section::before, #full-area #game-area #content #imposter-reveal-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 52%;
  height: 100%;
  background: rgba(226, 59, 59, 0.08);
  pointer-events: none;
}
#full-area #game-area #content #imposter-reveal-section::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 78%);
}
#full-area #game-area #content #imposter-reveal-section::after {
  right: 0;
  clip-path: polygon(100% 0, 0 0, 100% 78%);
}
#full-area #game-area #content #imposter-reveal-section .content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#full-area #game-area #content #imposter-reveal-section #reveal-shhh {
  margin: 40px 0 0;
  font-family: f2;
  font-size: 37px;
  letter-spacing: 6px;
  color: #e8d3ff;
}
#full-area #game-area #content #imposter-reveal-section #reveal-title {
  margin: 10px 0 0;
  font-family: f;
  font-size: 79px;
  line-height: 0.96;
  text-align: center;
  color: #E23B3B;
  -webkit-text-stroke: 4px #150a29;
  paint-order: stroke fill;
  text-shadow: 7px 8px 0 #5d0f0f;
  transform: rotate(-2deg);
}
#full-area #game-area #content #imposter-reveal-section #reveal-char {
  position: absolute;
  left: 50%;
  bottom: -26px;
  height: 427px;
  transform: translateX(-50%);
  animation: revealRise 0.35s cubic-bezier(0.2, 1.5, 0.4, 1) both;
}
#full-area #game-area #content #imposter-reveal-section #reveal-hint {
  position: absolute;
  left: 50%;
  bottom: 104px;
  transform: translateX(-50%);
  margin: 0;
  padding: 8px 26px;
  background: #472074;
  border: 4px solid #2c1149;
  border-radius: 100px;
  font-family: f2;
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
}
#full-area #game-area #content #hq-section {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #150a29;
}
#full-area #game-area #content #hq-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(21, 10, 41, 0.15) 0%, rgba(21, 10, 41, 0.85) 100%);
}
#full-area #game-area #content #hq-section .content {
  position: absolute;
  inset: 0;
}
#full-area #game-area #content #hq-section #hq-character {
  position: absolute;
  inset: 0;
  z-index: 1;
}
#full-area #game-area #content #hq-section #hq-character img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#full-area #game-area #content #hq-section #icon-word {
  position: absolute;
  left: 43px;
  top: 43px;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  background: #472074;
  border: 5px solid #FF9B00;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  z-index: 4;
}
#full-area #game-area #content #hq-section #icon-word img {
  max-width: 70%;
  max-height: 70%;
}
#full-area #game-area #content #hq-section #hq-skip-btn {
  position: absolute;
  right: 34px;
  bottom: 112px;
  z-index: 5;
  padding: 9px 24px;
  background: #472074;
  border: 4px solid #2c1149;
  border-radius: 100px;
  font-family: f;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
  transition: transform 0.1s ease, filter 0.1s ease;
}
#full-area #game-area #content #hq-section #hq-skip-btn:hover {
  filter: brightness(1.12);
}
#full-area #game-area #content #hq-section #hq-skip-btn:active {
  transform: translateY(2px);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
}
#full-area #game-area #content #hq-section #hq-skip-btn:focus {
  box-shadow: 0 0 0 4px rgba(255, 177, 0, 0.7), 6px 6px 0 rgba(0, 0, 0, 0.4);
}
#full-area #game-area #content #hq-section #hq-message {
  position: absolute;
  left: 50%;
  margin-left: -310px;
  bottom: 104px;
  width: 620px;
  transform: scale(0);
  transform-origin: center center;
  z-index: 4;
}
#full-area #game-area #content #hq-section #hq-message img {
  width: 100%;
  display: block;
}
#full-area #game-area #content #hq-section #hq-message #hq-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#full-area #game-area #content #hq-section #hq-message #hq-text p {
  margin: 0;
  padding: 0 30px;
  text-align: center;
  font-family: f2;
  font-size: 25px;
  color: #fff;
  line-height: 1.15;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.3);
}
#full-area #game-area #content #hq-section #hq-message #hq-text p .secretWordTxt, #full-area #game-area #content #hq-section #hq-message #hq-text p span {
  display: block;
  font-size: 62px;
  line-height: 1.05;
}
#full-area #game-area #content #play-section {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#full-area #game-area #content #play-section .content {
  position: absolute;
  inset: 0;
}
#full-area #game-area #content #play-section #turn-tracker {
  position: absolute;
  left: 30px;
  top: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 6;
}
#full-area #game-area #content #play-section #turn-tracker #turn-tracker-label {
  font-family: f2;
  font-size: 13px;
  letter-spacing: 2px;
  color: #c9b6e8;
}
#full-area #game-area #content #play-section #turn-tracker #turn-tracker-dots {
  display: flex;
  align-items: center;
  gap: 9px;
}
#full-area #game-area #content #play-section #turn-tracker .turn-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px dashed #8a6ea8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: f2;
  font-size: 17px;
  color: #8a6ea8;
  box-sizing: border-box;
  transition: all 0.18s ease;
}
#full-area #game-area #content #play-section #turn-tracker .turn-dot i {
  font-style: normal;
}
#full-area #game-area #content #play-section #turn-tracker .turn-dot.done {
  background: #1CCF63;
  border: 3px solid #0C7F37;
  color: #fff;
}
#full-area #game-area #content #play-section #turn-tracker .turn-dot.done i {
  font-size: 0;
}
#full-area #game-area #content #play-section #turn-tracker .turn-dot.done i::after {
  content: "✓";
  font-size: 19px;
}
#full-area #game-area #content #play-section #turn-tracker .turn-dot.current {
  width: 43px;
  height: 43px;
  background: #FFB100;
  border: 4px solid #150a29;
  color: #150a29;
  font-size: 21px;
  box-shadow: 0 0 0 6px rgba(255, 177, 0, 0.35);
  animation: turnPulse 1.1s ease-in-out infinite;
}
#full-area #game-area #content #play-section #secret-word {
  position: absolute;
  right: 26px;
  top: 22px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 13px 24px 13px 15px;
  background: #472074;
  border: 5px solid #2c1149;
  border-radius: 24px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
}
#full-area #game-area #content #play-section #secret-word #secret-word-img {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #2c1149;
  border: 4px solid #FF9B00;
  display: flex;
  align-items: center;
  justify-content: center;
}
#full-area #game-area #content #play-section #secret-word #secret-word-img img {
  max-width: 70%;
  max-height: 70%;
}
#full-area #game-area #content #play-section #secret-word #secret-word-content {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
#full-area #game-area #content #play-section #secret-word #secret-word-content .secret-word-label {
  font-family: f2;
  font-size: 15px;
  letter-spacing: 2px;
  color: #c9b6e8;
}
#full-area #game-area #content #play-section #secret-word #secret-word-content .secretWordTxt {
  font-family: f;
  font-size: 33px;
  color: #fff;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
}
#full-area #game-area #content #play-section #sentence-container {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  z-index: 5;
  padding: 10px 34px 12px;
  background: #472074;
  border: 5px solid #2c1149;
  border-radius: 22px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
  transition: background 0.2s ease, border-color 0.2s ease;
}
#full-area #game-area #content #play-section #sentence-container::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 18px solid #2c1149;
}
#full-area #game-area #content #play-section #sentence-container p {
  margin: 0;
  white-space: nowrap;
  font-family: f2;
  font-size: 37px;
  color: #fff;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
}
#full-area #game-area #content #play-section #sentence-container.voting {
  background: #a01b1b;
  border-color: #5d0f0f;
}
#full-area #game-area #content #play-section #sentence-container.voting::after {
  border-top-color: #5d0f0f;
}
#full-area #game-area #content #play-section #sentence-container.voting p {
  font-size: 43px;
}
#full-area #game-area #content #play-section.agent-mode #imposters .imposter.you-tile {
  display: none;
}
#full-area #game-area #content #play-section.agent-mode #imposters .imposter.selected .imposter-art::after {
  content: "YOUR GUESS";
}
#full-area #game-area #content #play-section.agent-mode #sentence-container {
  top: 34px;
}
#full-area #game-area #content #play-section.agent-mode #ti-voice-controls {
  display: none;
}
#full-area #game-area #content #play-section #imposters .imposter.revealed-imposter .imposter-art img {
  filter: drop-shadow(0 0 20px rgba(255, 177, 0, 0.95));
}
#full-area #game-area #content #play-section #imposters .imposter.revealed-imposter .imposter-word {
  background: #FFB100;
  color: #150a29;
  box-shadow: 0 4px 0 #FF9B00;
}
#full-area #game-area #content #play-section #imposters {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 108px;
  transition: bottom 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  z-index: 4;
}
#full-area #game-area #content #play-section #imposters .imposter {
  width: 196px;
  height: 348px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: filter 0.18s ease, opacity 0.18s ease;
}
#full-area #game-area #content #play-section #imposters .imposter .imposter-name {
  margin: 0 0 4px;
  height: 27px;
  line-height: 27px;
  font-family: f;
  font-size: 23px;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.45);
}
#full-area #game-area #content #play-section #imposters .imposter .imposter-art {
  position: relative;
  height: 258px;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#full-area #game-area #content #play-section #imposters .imposter .imposter-art img {
  height: 236px;
  width: auto;
  display: block;
  transition: height 0.18s ease, filter 0.18s ease;
}
#full-area #game-area #content #play-section #imposters .imposter .nb-container {
  position: absolute;
  left: 8px;
  top: 2px;
  width: 36px;
  height: 36px;
  background: #FFB100;
  border: 3px solid #150a29;
  border-radius: 8px;
  transform: rotate(-8deg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
#full-area #game-area #content #play-section #imposters .imposter .nb-container p {
  margin: 0;
  font-family: f2;
  font-size: 19px;
  color: #150a29;
}
#full-area #game-area #content #play-section #imposters .imposter .eq-chip {
  position: absolute;
  right: 4px;
  bottom: 10px;
  display: none;
  align-items: flex-end;
  gap: 3px;
  padding: 5px 6px;
  background: #150a29;
  border-radius: 6px;
  z-index: 3;
}
#full-area #game-area #content #play-section #imposters .imposter .eq-chip i {
  width: 4px;
  height: 13px;
  background: #FFB100;
  border-radius: 2px;
  transform-origin: bottom center;
  animation: eqBar 0.6s ease-in-out infinite alternate;
}
#full-area #game-area #content #play-section #imposters .imposter .eq-chip i:nth-child(2) {
  animation-delay: 0.2s;
}
#full-area #game-area #content #play-section #imposters .imposter .eq-chip i:nth-child(3) {
  animation-delay: 0.4s;
}
#full-area #game-area #content #play-section #imposters .imposter .imposter-word {
  margin: 8px 0 0;
  width: 180px;
  height: 50px;
  box-sizing: border-box;
  padding: 4px 10px;
  background: #472074;
  border-radius: 12px;
  font-family: f2;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.35);
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
#full-area #game-area #content #play-section #imposters .imposter.dark:not(.you-tile) .imposter-name {
  color: #a98fd0;
}
#full-area #game-area #content #play-section #imposters .imposter.dark:not(.you-tile) .imposter-art img {
  filter: brightness(0.22);
}
#full-area #game-area #content #play-section #imposters .imposter.dark:not(.you-tile) .nb-container {
  opacity: 0.5;
}
#full-area #game-area #content #play-section #imposters .imposter.speaking .imposter-art img {
  height: 258px;
  filter: drop-shadow(0 0 18px rgba(255, 177, 0, 0.9));
}
#full-area #game-area #content #play-section #imposters .imposter.speaking .eq-chip {
  display: flex;
}
#full-area #game-area #content #play-section #imposters .imposter.speaking .imposter-word {
  background: #FFB100;
  color: #150a29;
  box-shadow: 0 4px 0 #FF9B00;
}
#full-area #game-area #content #play-section #imposters .imposter.you-tile .imposter-name {
  color: #1CCF63;
}
#full-area #game-area #content #play-section #imposters .imposter.you-tile:not(.dark) .imposter-art img {
  filter: drop-shadow(0 0 14px rgba(28, 207, 99, 0.75));
}
#full-area #game-area #content #play-section #imposters .imposter.selection {
  cursor: pointer;
}
#full-area #game-area #content #play-section #imposters .imposter.selection .imposter-art img {
  filter: brightness(1) drop-shadow(0 0 10px rgba(201, 182, 232, 0.45));
}
#full-area #game-area #content #play-section #imposters .imposter.selection:hover .imposter-art img {
  filter: brightness(1.15) drop-shadow(0 0 14px rgba(255, 177, 0, 0.6));
}
#full-area #game-area #content #play-section #imposters .imposter.casting .imposter-art {
  animation: voteCasting 0.5s ease-out;
}
#full-area #game-area #content #play-section #imposters .imposter.casting .imposter-art img {
  filter: drop-shadow(0 0 20px rgba(255, 177, 0, 0.95));
}
#full-area #game-area #content #play-section #imposters .imposter.casting .imposter-name {
  color: #ffe740;
}
#full-area #game-area #content #play-section #imposters .imposter.selected {
  animation: none;
}
#full-area #game-area #content #play-section #imposters .imposter.selected .imposter-art img {
  filter: drop-shadow(0 0 16px rgba(28, 207, 99, 0.9));
}
#full-area #game-area #content #play-section #imposters .imposter.selected .imposter-word {
  background: #1CCF63;
  color: #150a29;
  box-shadow: 0 4px 0 #0C7F37;
}
#full-area #game-area #content #play-section #imposters .imposter.selected .imposter-art::after {
  content: "YOUR VOTE";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-6deg);
  padding: 7px 12px;
  background: #1CCF63;
  border: 3px solid #0C7F37;
  border-radius: 10px;
  font-family: f;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: pre;
  z-index: 4;
}
#full-area #game-area #content #play-section #imposters .imposter.voted-out {
  opacity: 0.45;
}
#full-area #game-area #content #play-section #imposters .imposter .vote-count {
  position: absolute;
  right: 12px;
  top: 26px;
  min-width: 34px;
  padding: 3px 6px;
  background: #2c1149;
  border: 3px solid #150a29;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  z-index: 5;
  animation: voteCountPop 0.25s ease-out;
}
#full-area #game-area #content #play-section #imposters .imposter .vote-count .vote-count-num {
  font-family: f2;
  font-size: 19px;
  color: #fff;
}
#full-area #game-area #content #play-section #imposters .imposter .vote-count .vote-count-label {
  font-family: f2;
  font-size: 8px;
  color: #c9b6e8;
}
#full-area #game-area #content #play-section #imposters .imposter .vote-count.has-votes {
  border-color: #FFB100;
}
#full-area #game-area #content #play-section #imposters .imposter .vote-count.bump {
  animation: voteCountBump 0.42s ease-out;
}
#full-area #game-area #content #play-section #imposters .imposter .vote-count.bump .vote-count-num {
  color: #ffe740;
}
#full-area #game-area #content #play-section #ti-voice-controls {
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#full-area #game-area #content #play-section #ti-voice-controls #ti-mic-btn {
  position: relative;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: #1CCF63;
  border: 5px solid #fff;
  box-shadow: 0 8px 0 #0C7F37, 0 0 28px rgba(28, 207, 99, 0.75);
  cursor: pointer;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#full-area #game-area #content #play-section #ti-voice-controls #ti-mic-btn img {
  width: 55%;
  height: auto;
}
#full-area #game-area #content #play-section #ti-voice-controls #ti-mic-btn.idle {
  animation: micReadyBtn 1.4s ease-in-out infinite;
}
#full-area #game-area #content #play-section #ti-voice-controls #ti-mic-btn.recording {
  animation: micRecordingBtn 0.8s ease-in-out infinite;
}
#full-area #game-area #content #play-section #ti-voice-controls #ti-mic-btn.disabled {
  filter: grayscale(0.6) brightness(0.8);
  cursor: default;
}
#full-area #game-area #content #play-section #ti-voice-controls #ti-clear-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2aa8ff;
  border: 4px solid #fff;
  box-shadow: 0 5px 0 #1166a8;
  cursor: pointer;
  outline: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#full-area #game-area #content #play-section #ti-voice-controls #ti-clear-btn img {
  width: 55%;
  height: auto;
}
#full-area #game-area #content #ready-screen {
  position: absolute;
  inset: 0;
}
#full-area #game-area #content #end-section {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 30;
  background: rgba(21, 10, 41, 0.72);
  backdrop-filter: blur(6px);
}
#full-area #game-area #content #end-section .content {
  position: absolute;
  left: 50%;
  top: calc(50% + 14px);
  transform: translate(-50%, -50%) scale(0.8);
  width: 673px;
  height: 598px;
}
#full-area #game-area #content #end-section #end-panel {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/media/games/the-imposter/images/end-popup.png") no-repeat center;
  background-size: 100% 100%;
}
#full-area #game-area #content #end-section #game-over {
  position: absolute;
  z-index: 2;
  top: 3.2%;
  left: 12.5%;
  width: 74.5%;
  margin: 0;
  text-align: center;
  font-family: f;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 2px;
  color: #FFB100;
  text-shadow: 0 3px #ffe740, 0 9px #2c1149;
}
#full-area #game-area #content #end-section #results-text {
  position: absolute;
  top: 18.5%;
  left: 6%;
  width: 88%;
  margin: 0;
  text-align: center;
  font-family: f;
  font-size: 30px;
  color: #fff;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.45);
}
#full-area #game-area #content #end-section #end-reveal {
  position: static;
}
#full-area #game-area #content #end-section #agent-nb {
  position: absolute;
  left: 17.7%;
  top: 34.6%;
  width: 27.6%;
  height: 6.8%;
  margin: 0;
  padding: 0 14px 0 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: f;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.35);
}
#full-area #game-area #content #end-section #end-secret-word {
  position: absolute;
  left: 20%;
  top: 43.5%;
  width: 31.5%;
  margin: 0;
  text-align: center;
  font-family: f;
  font-size: 20px;
  line-height: 1.15;
  color: #fff;
}
#full-area #game-area #content #end-section #end-secret-word #end-secret-label {
  font-size: 20px;
  letter-spacing: 1px;
}
#full-area #game-area #content #end-section #end-secret-word .secretWordTxt {
  display: block;
  width: 100%;
  height: 62px;
  overflow: hidden;
  font-size: 30px;
  line-height: 1.05;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
#full-area #game-area #content #end-section #end-mugshot {
  position: absolute;
  left: 51.5%;
  top: 29%;
  width: 27.5%;
  height: 31.5%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#full-area #game-area #content #end-section #end-mugshot #agent-img {
  max-width: 100%;
  max-height: 100%;
}
#full-area #game-area #content #end-section #end-mugshot.player {
  background: #e9e2d2;
  box-shadow: inset 0 0 0 4px #150a29;
}
#full-area #game-area #content #end-section #end-mugshot.escaped #agent-img {
  filter: brightness(0.35) saturate(0.4);
}
#full-area #game-area #content #end-section #end-words-label {
  position: absolute;
  top: 62.5%;
  left: 6%;
  width: 88%;
  margin: 0;
  text-align: center;
  font-family: f2;
  font-size: 20px;
  letter-spacing: 2px;
  color: #c9b6e8;
  text-transform: uppercase;
}
#full-area #game-area #content #end-section #agents-words {
  position: absolute;
  top: 68.5%;
  left: 6%;
  width: 88%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  max-height: 74px;
  overflow: hidden;
}
#full-area #game-area #content #end-section #agents-words .agent-word {
  max-width: 100%;
  padding: 5px 15px;
  box-sizing: border-box;
  background: #2c1149;
  border-radius: 100px;
  font-family: f;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#full-area #game-area #content #end-section #end-btns {
  position: absolute;
  top: 79%;
  left: 6%;
  width: 88%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#full-area #game-area #content #end-section #end-btns .end-btn {
  height: 70px;
  cursor: pointer;
  animation: btnAnim 2s infinite;
}
#full-area #game-area #content #end-section #end-btns .end-btn:hover {
  filter: brightness(1.08);
}
#full-area #game-area #content #end-section.lost #game-over {
  color: #fff;
  text-shadow: 0 3px #ffb0b0, 0 9px #2c1149;
}
#full-area #game-area #content #end-section.player-caught #end-secret-word #end-secret-label {
  font-family: f2;
  font-size: 15px;
  color: #c9b6e8;
  letter-spacing: 2px;
}
#full-area #game-area #content #end-section.player-caught #end-secret-word .secretWordTxt {
  font-size: 51px;
  color: #FFB100;
  line-height: 1.05;
}

.end {
  animation: end 1s ease-out;
  animation-fill-mode: forwards;
}

@keyframes btnAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes micReady {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.06);
  }
}
@keyframes micRecording {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.12);
  }
}
@keyframes micSignal {
  0% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.55);
  }
  80% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.45);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.45);
  }
}
@keyframes tiMicPromptPulse {
  0%, 100% {
    transform: translateX(-50%) scale(1);
    filter: brightness(1);
  }
  50% {
    transform: translateX(-50%) scale(1.07);
    filter: brightness(1.12);
  }
}
@keyframes tiListeningPulse {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.05);
  }
}
@keyframes logoAnim {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(0.96) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}
@keyframes seqAnim {
  0% {
    transform: scale(1) rotate(-15deg);
    transform-origin: bottom right;
  }
  50% {
    transform: scale(0.96) rotate(-5deg);
    transform-origin: bottom right;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    transform-origin: bottom right;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
@media (width: 960px) and (height: 480px) {
  #full-area #game-area {
    width: 960px;
    height: 480px;
  }
  #full-area #game-area #content .btnn {
    width: 250px;
    font-size: 25px;
  }
  #full-area #game-area #content #scoreCoinsAnim div {
    position: absolute;
    transform: translate(465px, 220px) scale(1);
  }
  #full-area #game-area #content #scoreCoinsAnim div img {
    max-width: 35px;
    max-height: 35px;
    animation: scale 1.5s infinite;
  }
  #full-area #game-area #content #home-section #logo {
    height: 220px;
    max-height: 950px;
    margin-top: 60px;
    margin-left: 20px;
  }
  #full-area #game-area #content #home-section #home-btns {
    width: 90%;
    margin-left: -1%;
    justify-content: space-around;
    display: flex;
    margin-top: 0px;
    transform: scale(0.6);
  }
  #full-area #game-area #content #hq-section #hq-message #hq-text p {
    font-size: 30px;
    line-height: 35px;
  }
  #full-area #game-area #content #hq-section #hq-message #hq-text p span {
    font-size: 50px;
  }
  #full-area #game-area #content #play-section {
    width: 130%;
    margin-left: -15%;
  }
  #full-area #game-area #content #play-section .content {
    transform: scale(0.65);
    background: none;
    margin-top: -70px;
  }
  #full-area #game-area #content #play-section .content #sentence-container {
    left: -120px;
  }
  #full-area #game-area #content #play-section .content #secret-word {
    height: 49px;
    border: 1px solid white;
    border-radius: 10px;
    transform: translateX(-50%) scale(1.4);
    margin-top: 10px;
  }
  #full-area #game-area #content #play-section .content #imposters {
    transform: scale(0.9);
    top: 90px;
  }
  #full-area #game-area #content #ready-screen .content {
    transform: translate(-50%, -50%) scale(0.9);
  }
  #full-area #game-area #content #end-section .content {
    transform: translate(-50%, -50%) scale(0.67);
  }
}
@media (max-width: 600px) {
  #full-area #game-area {
    position: absolute;
    width: 1280px;
    height: 720px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: url("/media/games/the-imposter/images/navbar/backer.jpg");
    overflow: hidden;
  }
  #full-area #game-area #content {
    background: url("/media/games/the-imposter/images/play-screen.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #full-area #game-area #content #home-section {
    background: url("/media/games/the-imposter/images/home-bg.png") #f4e6cc;
    background-size: cover;
    background-position: center;
  }
  #full-area #game-area #content #home-section #home-right {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #full-area #game-area #content #home-section #logo {
    height: 220px;
    margin-top: 120px;
  }
  #full-area #game-area #content #home-section #home-btns {
    width: 70%;
    margin-left: 11%;
    justify-content: space-around;
    display: flex;
    margin-top: 50px;
  }
  #full-area #game-area #content #home-section #home-btns img {
    width: 300px;
    cursor: pointer;
  }
  #full-area #game-area #content #hq-section {
    background: url("/media/games/the-imposter/images/hq-character.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #full-area #game-area #content #hq-section #skip-intro-btn {
    top: 40px;
    right: 30px;
    width: 250px;
    height: auto;
  }
  #full-area #game-area #content #hq-section #hq-character {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    height: 100%;
  }
  #full-area #game-area #content #hq-section #hq-character img {
    height: 100%;
  }
  #full-area #game-area #content #hq-section #hq-message {
    position: absolute;
    height: 30%;
    left: 4%;
    top: 62%;
  }
  #full-area #game-area #content #hq-section #hq-message img {
    height: 90%;
  }
  #full-area #game-area #content #hq-section #hq-message #hq-text {
    margin-top: -40px;
  }
  #full-area #game-area #content #hq-section #hq-message #hq-text p {
    height: 255px;
    top: 23%;
  }
  #full-area #game-area #content #end-section {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999999;
    display: none;
    backdrop-filter: blur(5px);
  }
  #full-area #game-area #content #end-section .content {
    width: 600px;
    height: 533px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("/media/games/the-imposter/images/end-popup.png?t=34");
    background-size: cover;
    color: white;
    font-family: f2;
    text-transform: uppercase;
  }
  #full-area #game-area #content #end-section .content #game-over {
    font-size: 60px;
    width: 100%;
    text-align: center;
    color: #ffb200;
    text-shadow: 0px 2px #ffe740, 0px 8px #2e1347;
  }
  #full-area #game-area #content #end-section .content #results-text {
    font-size: 40px;
    width: 100%;
    text-align: center;
    margin-top: -10px;
    text-shadow: 0px 4px 0 #00000080;
  }
  #full-area #game-area #content #end-section .content #end-secret-topright {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 3;
    text-align: right;
    color: #ffb200;
    font-size: 16px;
    line-height: 18px;
    text-shadow: 0px 3px 0 #2e1347;
  }
  #full-area #game-area #content #end-section .content #end-secret-topright span {
    display: block;
    font-size: 28px;
    color: #fff;
  }
  #full-area #game-area #content #end-section .content #agent-nb {
    font-size: 25px;
    width: 100%;
    width: 150px;
    margin-top: -10px;
    left: 110px;
    top: 193px;
    position: absolute;
    text-shadow: 0px 3px 0 #00000070;
    text-align: center;
  }
  #full-area #game-area #content #end-section .content #end-secret-word {
    position: absolute;
    left: 37%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    width: 250px;
  }
  #full-area #game-area #content #end-section .content #end-secret-word span {
    font-size: 40px;
  }
  #full-area #game-area #content #end-section .content #agents-words {
    display: flex;
    justify-content: center;
    width: 90%;
    margin-left: 5%;
    position: absolute;
    top: 65%;
  }
  #full-area #game-area #content #end-section .content #agents-words .agent-word {
    font-size: 20px;
    line-height: 35px;
    padding: 2px 5px;
    background: #2b1341;
    margin: 0 5px;
    border-radius: 100px;
    text-align: center;
    width: 270px;
    color: white;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
  }
  #full-area #game-area #content #end-section .content #agent-img {
    width: 155px;
    position: absolute;
    left: 315px;
    top: 160px;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    left: 50%;
    top: 75%;
    transform: scale(1);
    position: absolute;
    padding-top: 0px;
    display: flex;
    margin-left: 5px;
    justify-content: center;
    background: url("/media/games/the-imposter/images/end-container.png");
    background-size: cover;
    width: 90%;
    height: 500px;
    padding: 20px 0;
    padding-bottom: 30px;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 65px;
    cursor: pointer;
    margin: 0 10px;
    margin-bottom: -20px;
    animation: scale 1.5s infinite;
  }
  #full-area #game-area #content #end-section .content #end-btns img.disabled {
    pointer-events: none;
    opacity: 0.5;
    animation: none;
  }
  #full-area #game-area #content #play-section .content #secret-word {
    margin-left: 0px;
    margin-top: 0px;
    top: 5%;
    left: 83%;
    transform: translate(-50%, -50%);
  }
  #full-area #game-area #content #play-section .content #sentence-container {
    width: 590px;
    height: 54px;
    margin-left: -50px;
  }
  #full-area #game-area #content #play-section .content #sentence-container p {
    font-size: 38px;
  }
  #full-area #game-area #content #play-section .content #sentence-container p span {
    font-size: 45px;
  }
  #full-area #game-area #content #play-section .content #imposters {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    justify-content: center;
    align-items: start;
    gap: 20px 90px;
    position: absolute;
    top: 120px;
    left: 0;
  }
  #full-area #game-area #content #play-section .content #imposters .imposter {
    position: relative;
    text-align: center;
  }
  #full-area #game-area #content #play-section .content #imposters .imposter img {
    width: auto;
    height: 330px;
    margin-top: 30px;
    transition: 0.6s;
  }
}
/*# sourceMappingURL=index.css.map */
@keyframes logoAnim {
  0%, 100% {
    transform: rotate(-3deg) scale(1);
  }
  50% {
    transform: rotate(-3deg) scale(1.04);
  }
}
@keyframes roleBtnSelected {
  0%, 100% {
    transform: translateY(-8px) scale(1.05);
  }
  50% {
    transform: translateY(-12px) scale(1.08);
  }
}
@keyframes roleRingPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    border-color: #FFB100;
  }
  50% {
    opacity: 0.55;
    transform: scale(1.045);
    border-color: #ffe740;
  }
}
@keyframes roleTitlePop {
  0% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.14);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes revealRise {
  0% {
    transform: translateX(-50%) translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
@keyframes turnPulse {
  0%, 100% {
    box-shadow: 0 0 0 6px rgba(255, 177, 0, 0.35);
  }
  50% {
    box-shadow: 0 0 0 11px rgba(255, 177, 0, 0.18);
  }
}
@keyframes eqBar {
  0% {
    transform: scaleY(0.35);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes imposterTalk {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes seatSelectable {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes voteCountPop {
  0% {
    transform: scale(0.4);
  }
  70% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes voteCountBump {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes voteCasting {
  0% {
    transform: translateY(0) scale(1);
  }
  45% {
    transform: translateY(-9px) scale(1.05);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes micReadyBtn {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
}
@keyframes micRecordingBtn {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 0 #0C7F37, 0 0 28px rgba(28, 207, 99, 0.75);
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 8px 0 #0C7F37, 0 0 40px rgba(28, 207, 99, 0.95);
  }
}

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