@font-face {
  font-family: f;
  src: url("/media/games/the-werewolf/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/the-werewolf/fonts/JungleAdventurer.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%);
  background: url("/media/games/the-werewolf/images/navbar/backer.jpg");
  overflow: hidden;
}
#full-area #game-area #skip-intro {
  position: absolute;
  height: 60px;
  right: 50px;
  top: 20px;
  z-index: 999999999999999999 !important;
  cursor: pointer;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
  background: url("/media/games/the-werewolf/images/intro-bg.png");
  background-size: cover;
  background-position: center center;
}
#full-area #game-area #content #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  margin-top: -20px;
  background: url("/media/games/the-werewolf/images/home-bg.png") #f4e6cc;
  background-size: cover;
  background-position: center bottom;
}
#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: 190px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 10px;
  margin-left: 20px;
  animation: logoAnim 1.3s infinite;
}
#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 #intro-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  background-size: cover;
  background-position: bottom center;
  margin-top: -20px;
}
#full-area #game-area #content #intro-section #intro-video {
  position: absolute;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%) scale(1.05);
  margin: 0;
  padding: 0;
}
#full-area #game-area #content #intro-section #intro-vignette {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(120% 90% at 50% 30%, rgba(8, 4, 14, 0) 30%, rgba(8, 4, 14, 0.55) 78%, rgba(8, 4, 14, 0.8));
}
#full-area #game-area #content #intro-section #intro-message {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  top: 64px;
  z-index: 3;
  text-align: center;
  background: none;
  animation: wwIntroFloat 3.5s ease-in-out infinite;
}
#full-area #game-area #content #intro-section #intro-message img {
  height: 100%;
}
#full-area #game-area #content #intro-section #intro-message #intro-text {
  position: static;
  height: auto;
  width: 100%;
  margin-top: 0;
}
#full-area #game-area #content #intro-section #intro-message #intro-text #intro-kicker {
  font-family: f2;
  font-size: 26px;
  letter-spacing: 6px;
  margin-right: -6px;
  margin-bottom: 6px;
  color: #d8c9a8;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
}
#full-area #game-area #content #intro-section #intro-message #intro-text p {
  color: white;
  position: static;
  text-align: center;
  padding: 0;
  margin: 0;
  height: auto;
  font-size: 74px;
  font-family: f2;
  line-height: 1;
  transform: none;
  text-shadow: 0 5px 0 #8b1e1e, 0 12px 0 rgba(0, 0, 0, 0.55);
  white-space: normal;
  letter-spacing: 2px;
}
#full-area #game-area #content #intro-section #intro-message #intro-text p span {
  font-size: 70px;
}
#full-area #game-area #content #intro-section #story-intro-scroll {
  position: absolute;
  left: 50%;
  top: 62%;
  z-index: 3;
  transform: translate(-50%, -50%) scale(0.86);
  width: 620px;
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.2, 0.9, 0.3, 1);
}
#full-area #game-area #content #intro-section #story-intro-scroll.in {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#full-area #game-area #content #intro-section #story-intro-scroll .scroll-rod {
  position: relative;
  left: -14px;
  width: calc(100% + 28px);
  height: 26px;
  border-radius: 13px;
  background: linear-gradient(180deg, #a9743a 0%, #7b4d21 55%, #5d3917 100%);
  box-shadow: inset 0 3px 0 rgba(255, 226, 178, 0.4), 0 4px 8px rgba(0, 0, 0, 0.45);
}
#full-area #game-area #content #intro-section #story-intro-scroll .scroll-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 24px 40px;
  background: linear-gradient(180deg, #fff6dd 0%, #f6e3b8 100%);
  box-shadow: inset 14px 0 22px -14px rgba(120, 82, 38, 0.65), inset -14px 0 22px -14px rgba(120, 82, 38, 0.65), 0 8px 18px rgba(0, 0, 0, 0.35);
}
#full-area #game-area #content #intro-section #story-intro-scroll #story-intro-icon {
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2));
}
#full-area #game-area #content #intro-section #story-intro-scroll .scroll-text {
  text-align: left;
}
#full-area #game-area #content #intro-section #story-intro-scroll #story-intro-label {
  font-family: f2;
  font-size: 22px;
  letter-spacing: 3px;
  color: #8b1e1e;
}
#full-area #game-area #content #intro-section #story-intro-scroll #story-intro-name {
  font-family: f;
  font-size: 40px;
  line-height: 1.05;
  color: #4a2410;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.45);
}
#full-area #game-area #content #intro-section #story-intro-scroll #story-intro-plot {
  font-family: f2;
  font-size: 17px;
  letter-spacing: 1px;
  color: #6b4b2a;
  margin-top: 4px;
}
#full-area #game-area #content #end-section, #full-area #game-area #content #round-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
}
#full-area #game-area #content #end-section .content, #full-area #game-area #content #round-section .content {
  width: 649px;
  height: 533px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/media/games/the-werewolf/images/end-container.png");
  background-size: cover;
  color: white;
  font-family: f2;
  text-transform: uppercase;
}
#full-area #game-area #content #end-section .content #game-over, #full-area #game-area #content #end-section .content #round-end, #full-area #game-area #content #round-section .content #game-over, #full-area #game-area #content #round-section .content #round-end {
  font-size: 60px;
  width: 100%;
  margin-top: -3px;
  text-align: center;
  color: white;
  text-shadow: 0px 4px #ffb720, 0px 7px #503809;
}
#full-area #game-area #content #end-section .content #results-text, #full-area #game-area #content #end-section .content #round-results, #full-area #game-area #content #round-section .content #results-text, #full-area #game-area #content #round-section .content #round-results {
  font-size: 36px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  text-shadow: 0px 4px 0 #00000080;
  color: #ffb720;
}
#full-area #game-area #content #end-section .content #end-saved, #full-area #game-area #content #round-section .content #end-saved {
  position: absolute;
  left: 37%;
  top: 74%;
  transform: translate(-50%, -50%) scale(0.8);
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  width: 250px;
  color: #00bffe;
  width: 100%;
  font-size: 60px;
  text-align: center;
  left: 50%;
}
#full-area #game-area #content #end-section .content #end-saved span, #full-area #game-area #content #round-section .content #end-saved span {
  font-size: 70px;
}
#full-area #game-area #content #end-section .content #werewolf-img-1, #full-area #game-area #content #end-section .content #werewolf-img-2, #full-area #game-area #content #round-section .content #werewolf-img-1, #full-area #game-area #content #round-section .content #werewolf-img-2 {
  position: absolute;
  height: 150px;
  width: 150px;
  left: 32%;
  top: 43.5%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
#full-area #game-area #content #end-section .content #werewolf-img-1 img, #full-area #game-area #content #end-section .content #werewolf-img-2 img, #full-area #game-area #content #round-section .content #werewolf-img-1 img, #full-area #game-area #content #round-section .content #werewolf-img-2 img {
  max-width: 90%;
  max-height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  top: 99.2%;
}
#full-area #game-area #content #end-section .content #werewolf-img-2, #full-area #game-area #content #round-section .content #werewolf-img-2 {
  left: 68%;
}
#full-area #game-area #content #end-section .content #werewolf-name-1, #full-area #game-area #content #end-section .content #werewolf-name-2, #full-area #game-area #content #round-section .content #werewolf-name-1, #full-area #game-area #content #round-section .content #werewolf-name-2 {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 25px;
  top: 56%;
  left: 32%;
  width: 150px;
  transform: translateX(-50%);
  margin-top: 7.5px;
  margin-left: 0px;
}
#full-area #game-area #content #end-section .content #werewolf-name-2, #full-area #game-area #content #round-section .content #werewolf-name-2 {
  left: 68%;
}
#full-area #game-area #content #end-section .content #end-btns, #full-area #game-area #content #round-section .content #end-btns {
  left: 50%;
  top: 79%;
  transform: scale(1);
  position: absolute;
  padding-top: 0px;
  display: flex;
  margin-left: 5px;
  justify-content: center;
  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, #full-area #game-area #content #round-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 #round-section .content {
  background: url("/media/games/the-werewolf/images/round-container.png");
  background-size: cover;
  width: 753px;
}
#full-area #game-area #content #round-section .content #round-end {
  color: white;
  text-shadow: 0px 5px #d42c2c, 0px 8px #350e07;
}
#full-area #game-area #content #round-section .content #round-results {
  text-shadow: 0px 4px 0 #00000080;
  color: #aa1d1d;
  font-size: 38px;
  padding: 10px 20px;
  line-height: 45px;
}
#full-area #game-area #content #round-section .content #round-results span {
  color: #ffb720;
}
#full-area #game-area #content #round-section .content #round-img {
  width: 60%;
  height: 45%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -20px;
}
#full-area #game-area #content #round-section .content #round-img img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%) scale(1.5);
}
#full-area #game-area #content #play-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  background-size: cover;
  background-position: bottom center;
  margin-top: -20px;
  background: url("/media/games/the-werewolf/images/no-moon-bg.png");
  background-size: cover;
}
#full-area #game-area #content #play-section .content {
  position: relative;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.3));
  padding: 30px;
}
#full-area #game-area #content #play-section .content #character-video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 99;
}
#full-area #game-area #content #play-section .content #character-video #currName {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 36px;
  background: red;
  color: white;
  border-radius: 12px;
  letter-spacing: 2px;
  font-size: 52px;
  border-radius: 200px;
  text-shadow: 1px 3.5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -3px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: f2;
  z-index: 99;
}
#full-area #game-area #content #play-section .content #character-video img {
  position: absolute;
  height: 60px;
  right: 50px;
  top: 5%;
  z-index: 999;
  cursor: pointer;
}
#full-area #game-area #content #play-section .content #character-video video {
  position: absolute;
}
#full-area #game-area #content #play-section .content #character-video #character-bubble {
  position: absolute;
  top: 35%;
  left: 77%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: white;
  padding: 16px 22px;
  border-radius: 20px;
  width: 500px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border: 6px solid black;
  animation: bubbleFloat 3s ease-in-out infinite;
}
@keyframes bubbleFloat {
  0% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-10px);
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
}
#full-area #game-area #content #play-section .content #character-video #character-bubble::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 12px 0 12px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
#full-area #game-area #content #play-section .content #character-video #character-bubble p {
  margin: 0;
  font-size: 30px;
  line-height: 1.4;
  color: black;
  text-align: center;
  font-family: f2;
  height: 25%;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4);
}
#full-area #game-area #content #play-section .content #character-video #ww-char-nav {
  position: absolute;
  top: 4%;
  left: 3%;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 14px;
}
#full-area #game-area #content #play-section .content #character-video #ww-char-back, #full-area #game-area #content #play-section .content #character-video #ww-char-next {
  position: relative;
  font-family: f;
  font-size: 34px;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 16px;
  padding: 8px 34px;
  cursor: pointer;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.35);
  transition: transform 0.08s ease, filter 0.08s ease;
}
#full-area #game-area #content #play-section .content #character-video #ww-char-back:hover, #full-area #game-area #content #play-section .content #character-video #ww-char-next:hover {
  filter: brightness(1.08);
}
#full-area #game-area #content #play-section .content #character-video #ww-char-back:active, #full-area #game-area #content #play-section .content #character-video #ww-char-next:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.35);
}
#full-area #game-area #content #play-section .content #character-video #ww-char-back:focus, #full-area #game-area #content #play-section .content #character-video #ww-char-next:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.7), 0 5px 0 rgba(0, 0, 0, 0.35);
}
#full-area #game-area #content #play-section .content #character-video #ww-char-back {
  background: #2a7fb8;
  border: 4px solid #1c5a86;
}
#full-area #game-area #content #play-section .content #character-video #ww-char-next {
  background: #1ea34a;
  border: 4px solid #12702f;
}
#full-area #game-area #content #play-section .content #character-video #ww-talk-cta {
  position: absolute;
  left: 77%;
  bottom: 14%;
  z-index: 999;
  width: 90px;
  height: 90px;
  padding: 12px;
  border-radius: 50%;
  background: #1ccf63;
  border: 6px solid #ffffff;
  box-shadow: 0 8px 0 #0c7f37, 0 0 24px rgba(28, 207, 99, 0.62);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.15s ease;
  animation: wwMicPulse 1.4s ease-in-out infinite;
}
#full-area #game-area #content #play-section .content #character-video #ww-talk-cta::before, #full-area #game-area #content #play-section .content #character-video #ww-talk-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 112%;
  height: 112%;
  border-radius: 50%;
  border: 5px solid rgba(28, 207, 99, 0.55);
  transform: translate(-50%, -50%) scale(0.55);
  opacity: 0;
  pointer-events: none;
  animation: wwMicSignal 1.2s ease-out infinite;
}
#full-area #game-area #content #play-section .content #character-video #ww-talk-cta::after {
  animation-delay: 0.3s;
}
#full-area #game-area #content #play-section .content #character-video #ww-talk-cta img {
  position: static;
  height: 100%;
  width: 100%;
  right: auto;
  top: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
#full-area #game-area #content #play-section .content #character-video #ww-talk-cta:active {
  filter: brightness(0.96);
}
#full-area #game-area #content #play-section .content #character-video #ww-talk-cta:focus {
  outline: none;
  box-shadow: 0 8px 0 #0c7f37, 0 0 0 5px rgba(201, 162, 39, 0.7);
}
#full-area #game-area #content #play-section .content #character-video #ww-talk-cta.recording {
  animation: wwMicPulse 0.7s ease-in-out infinite;
  box-shadow: 0 8px 0 #0c7f37, 0 0 28px rgba(28, 207, 99, 0.75);
}
#full-area #game-area #content #play-section .content #character-video #ww-talk-cta.disabled {
  filter: grayscale(1);
  opacity: 0.5;
  cursor: default;
  animation: none;
}
#full-area #game-area #content #play-section .content #character-video #ww-reset-btn {
  position: absolute;
  left: calc(77% + 107px);
  bottom: 15%;
  z-index: 999;
  width: 68px;
  height: 68px;
  padding: 14px;
  border-radius: 50%;
  background: #b23b3b;
  border: 5px solid #ffffff;
  box-shadow: 0 6px 0 #7d2020;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.15s ease, transform 0.08s ease;
}
#full-area #game-area #content #play-section .content #character-video #ww-reset-btn img {
  position: static;
  height: 100%;
  width: 100%;
  right: auto;
  top: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
#full-area #game-area #content #play-section .content #character-video #ww-reset-btn:hover {
  filter: brightness(1.08);
}
#full-area #game-area #content #play-section .content #character-video #ww-reset-btn:active {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #7d2020;
}
#full-area #game-area #content #play-section .content #character-video #ww-reset-btn:focus {
  outline: none;
  box-shadow: 0 6px 0 #7d2020, 0 0 0 4px rgba(201, 162, 39, 0.7);
}
#full-area #game-area #content #play-section .content #character-video #ww-inline-prompt, #full-area #game-area #content #play-section .content #character-video #ww-inline-listening {
  position: absolute;
  left: calc(77% + 45px);
  bottom: 26%;
  transform: translateX(-50%);
  z-index: 999;
  font-family: f;
  font-size: 26px;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}
#full-area #game-area #content #play-section .content #character-video #ww-inline-listening {
  color: #ffffff;
}
#full-area #game-area #content #play-section .content #character-video #ww-chat-toggle {
  position: absolute;
  top: 12%;
  left: 77%;
  transform: translateX(-50%);
  z-index: 999;
  box-sizing: border-box;
  width: 150px;
  text-align: center;
  white-space: nowrap;
  font-family: f;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  background: #6a3fb5;
  border: 3px solid #3f2470;
  border-radius: 999px;
  padding: 5px 0;
  cursor: pointer;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.35);
  transition: filter 0.1s ease;
}
#full-area #game-area #content #play-section .content #character-video #ww-chat-toggle:hover {
  filter: brightness(1.1);
}
#full-area #game-area #content #play-section .content #character-video #ww-chat-toggle:focus {
  outline: none;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.35), 0 0 0 3px rgba(201, 162, 39, 0.7);
}
#full-area #game-area #content #play-section .content #character-video #ww-chat-panel {
  position: absolute;
  top: 35%;
  left: 77%;
  transform: translate(-50%, -50%);
  z-index: 11;
  background: #f2ecff;
  padding: 16px 22px;
  border-radius: 20px;
  width: 500px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border: 6px solid #6a3fb5;
}
#full-area #game-area #content #play-section .content #character-video #ww-chat-panel p {
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
  color: #201433;
  text-align: center;
  font-family: f2;
  max-height: 220px;
  overflow-y: auto;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#full-area #game-area #content #play-section .content #character-video #ww-chat-panel::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 12px 0 12px;
  border-style: solid;
  border-color: #6a3fb5 transparent transparent transparent;
}
#full-area #game-area #content #play-section .content #play-text {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  margin: 0;
  color: #ffb720;
  font-family: f2;
  font-size: 44px;
  line-height: 46px;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.55);
}
#full-area #game-area #content #play-section .content #play-text span.play-sub {
  display: block;
  margin-top: 2px;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #d8c9a8;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
#full-area #game-area #content #play-section .content #ww-round-chips {
  position: absolute;
  top: 16px;
  left: 24px;
  z-index: 998;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
#full-area #game-area #content #play-section .content #ww-round-chips .ww-chip {
  padding: 6px 18px 4px;
  border-radius: 999px;
  background: rgba(20, 10, 4, 0.58);
  border: 2px solid rgba(255, 226, 178, 0.38);
  font-family: f2;
  font-size: 21px;
  letter-spacing: 1px;
  color: #fff6dd;
  white-space: nowrap;
}
#full-area #game-area #content #play-section .content #ww-round-chips .ww-chip.alive {
  color: #ffb720;
  border-color: rgba(255, 183, 32, 0.45);
}
#full-area #game-area #content #play-section .content #ww-guess-btn {
  position: absolute;
  top: 34px;
  z-index: 999;
  animation: wwScale 1.5s ease-in-out infinite;
  padding: 7px 24px;
  border-radius: 13px;
  font-family: f;
  font-size: 22px;
  letter-spacing: 1.5px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.35);
  transition: transform 0.1s ease, filter 0.1s ease;
}
#full-area #game-area #content #play-section .content #ww-guess-btn:hover {
  filter: brightness(1.08);
}
#full-area #game-area #content #play-section .content #ww-guess-btn:active {
  transform: translateY(2px);
}
#full-area #game-area #content #play-section .content #ww-guess-btn:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 183, 32, 0.7);
}
#full-area #game-area #content #play-section .content #ww-guess-btn {
  right: 62px;
  font-size: 21px;
  background: #8b1e1e;
  border: 3px solid #4a0f0f;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.35);
}
#full-area #game-area #content #play-section .content #play-btns {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: -10px;
  transition: 0.3s;
}
#full-area #game-area #content #play-section .content #play-btns img {
  width: 170px;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #play-section .content #play-btns img:hover {
  filter: brightness(1.1);
}
#full-area #game-area #content #play-section .content #play-btns.disabled {
  pointer-events: none;
  opacity: 0.3;
  filter: grayscale(1);
}
#full-area #game-area #content #play-section .content #characters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 76%;
  top: 0%;
  padding-top: 124px;
  row-gap: 26px;
  box-sizing: border-box;
  position: relative;
}
#full-area #game-area #content #play-section .content #characters .character {
  width: 200px;
  height: 210px;
  margin: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  background: rgba(5, 21, 56, 0.714);
  border: 3px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  border-radius: 80px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: 0px 26px;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}
#full-area #game-area #content #play-section .content #characters .character img {
  max-height: 100%;
  max-width: 96%;
  width: auto;
  position: absolute;
  left: 50%;
  margin-top: -22%;
  top: 100%;
  transform: translateX(-50%) translateY(-100%);
  transition: 0.3s ease-out;
  z-index: 5;
}
#full-area #game-area #content #play-section .content #characters .character video {
  height: 110%;
  width: auto;
  position: absolute;
  left: 50%;
  margin-top: -18%;
  top: 100%;
  transform: translateX(-50%) translateY(-100%);
  transition: 0.3s ease-out;
  z-index: 5;
}
#full-area #game-area #content #play-section .content #characters .character div {
  width: 100%;
  height: 90%;
  background: url("/media/games/the-werewolf/images/prison.png");
  background-size: cover;
  margin-top: -40px;
  position: absolute;
  border-top-left-radius: 160px;
  border-top-right-radius: 160px;
  z-index: 20;
  display: none;
}
#full-area #game-area #content #play-section .content #characters .character p {
  width: 105%;
  top: 100%;
  position: absolute;
  border-radius: 200px;
  text-align: center;
  font-family: f2;
  height: 25%;
  letter-spacing: 2px;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 3.5px 0px rgba(0, 0, 0, 0.4);
  font-size: 30px;
  box-shadow: 0px -3px 2px rgba(0, 0, 0, 0.6);
  margin-top: 4px;
  z-index: 27;
}
#full-area #game-area #content #play-section .content #characters .character#mayor {
  border-color: #2e28d8;
}
#full-area #game-area #content #play-section .content #characters .character#mayor p {
  background: #2e28d8;
}
#full-area #game-area #content #play-section .content #characters .character#butcher {
  border-color: #d82828;
}
#full-area #game-area #content #play-section .content #characters .character#butcher p {
  background: #d82828;
}
#full-area #game-area #content #play-section .content #characters .character#baker {
  border-color: #f39c12;
}
#full-area #game-area #content #play-section .content #characters .character#baker p {
  background: #f39c12;
}
#full-area #game-area #content #play-section .content #characters .character#blacksmith {
  border-color: #2980b9;
}
#full-area #game-area #content #play-section .content #characters .character#blacksmith p {
  background: #2980b9;
}
#full-area #game-area #content #play-section .content #characters .character#beggar {
  border-color: #16a085;
}
#full-area #game-area #content #play-section .content #characters .character#beggar p {
  background: #16a085;
}
#full-area #game-area #content #play-section .content #characters .character#farmer {
  border-color: #d35400;
}
#full-area #game-area #content #play-section .content #characters .character#farmer p {
  background: #d35400;
}
#full-area #game-area #content #play-section .content #characters .character#fisherman {
  border-color: #27ae60;
}
#full-area #game-area #content #play-section .content #characters .character#fisherman p {
  background: #27ae60;
}
#full-area #game-area #content #play-section .content #characters .character#barmaid {
  border-color: #c0392b;
}
#full-area #game-area #content #play-section .content #characters .character#barmaid p {
  background: #c0392b;
}
#full-area #game-area #content #play-section .content #characters .disabled img {
  filter: brightness(0);
}
#full-area #game-area #content #play-section .content #characters .guessable {
  cursor: pointer;
}
#full-area #game-area #content #play-section .content #characters .guessable img {
  animation: guess 1.5s ease-in-out infinite;
}
#full-area #game-area #content #play-section .content #characters .guessable:hover {
  background: rgba(255, 255, 255, 0.301);
}
#full-area #game-area #content #play-section .content #characters .hidden {
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
}
#full-area #game-area #content #play-section .content #characters .prison {
  overflow: hidden;
}
#full-area #game-area #content #play-section .content #characters .prison div {
  display: block;
}
#full-area #game-area #content #play-section .content #characters .talking {
  background: rgba(5, 21, 56, 0.85);
  box-shadow: 0 0 34px rgba(255, 183, 32, 0.55), 0 0 0 4px rgba(255, 183, 32, 0.35);
}
#full-area #game-area #content #play-section .content #characters .talking img {
  animation: talking 1.5s ease-in-out infinite !important;
}
#full-area #game-area #content #play-section .content #characters .prison, #full-area #game-area #content #play-section .content #characters .dead {
  transform: scale(1);
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
}
#full-area #game-area #content #play-section .content #characters .prison img, #full-area #game-area #content #play-section .content #characters .dead img {
  animation: none !important;
}
#full-area #game-area #content #ready-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #00000081;
  backdrop-filter: blur(5px);
  left: 0;
  top: 0;
  display: none;
}
#full-area #game-area #content #ready-screen .content {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%) scale(1.1);
  height: 336px;
  width: 600px;
  background: #00000029;
  padding: 30px;
  background: url("/media/games/the-werewolf/images/guess-container.png");
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
}
#full-area #game-area #content #ready-screen .content p {
  color: white;
  font-family: f2;
  font-size: 68px;
  text-align: center;
  line-height: 70px;
  text-shadow: 0 5px 0px rgba(0, 0, 0, 0.3);
}
#full-area #game-area #content #ready-screen .content #btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 40px;
}
#full-area #game-area #content #ready-screen .content #btns div {
  width: 220px;
  height: 69px;
  background: url("/media/games/the-werewolf/images/yes-btn.png");
  background-size: cover;
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #ready-screen .content #btns div:active {
  transform: scale(0.95);
}
#full-area #game-area #content #ready-screen .content #btns div p {
  font-size: 40px;
  text-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
}
#full-area #game-area #content #ready-screen .content #btns .no-btn {
  background: url("/media/games/the-werewolf/images/no-btn.png");
  background-size: cover;
}

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

@media (max-width: 600px) {
  #full-area #game-area {
    position: absolute;
    width: 1280px;
    height: 720px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("/media/games/the-werewolf/images/navbar/backer.jpg");
    overflow: hidden;
  }
  #full-area #game-area #skip-intro {
    position: absolute;
    height: 60px;
    right: 30px;
    top: 20px;
    z-index: 999999999999999999 !important;
    cursor: pointer;
  }
  #full-area #game-area #content {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    padding: 20px;
    z-index: 999999999;
    background: url("/media/games/the-werewolf/images/intro-bg.png");
    background-size: cover;
    background-position: center center;
  }
  #full-area #game-area #content #home-section #logo {
    height: 250px;
    margin-top: 50px;
  }
  #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 #intro-section {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: absolute;
    left: 0;
    background-size: cover;
    background-position: bottom center;
    margin-top: -20px;
  }
  #full-area #game-area #content #intro-section #intro-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    transform: none;
    margin: 0;
    padding: 0;
  }
  #full-area #game-area #content #intro-section #intro-message {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    top: 46px;
  }
  #full-area #game-area #content #intro-section #intro-message #intro-text {
    margin-top: 0;
    width: 100%;
  }
  #full-area #game-area #content #intro-section #intro-message #intro-text #intro-kicker {
    font-size: 20px;
    letter-spacing: 4px;
    margin-right: -4px;
  }
  #full-area #game-area #content #intro-section #intro-message #intro-text p {
    font-size: 54px;
  }
  #full-area #game-area #content #intro-section #story-intro-scroll {
    width: 88%;
    max-width: 520px;
    top: 60%;
  }
  #full-area #game-area #content #intro-section #story-intro-scroll .scroll-body {
    gap: 18px;
    padding: 18px 24px;
  }
  #full-area #game-area #content #intro-section #story-intro-scroll #story-intro-icon {
    width: 72px;
    height: 72px;
  }
  #full-area #game-area #content #intro-section #story-intro-scroll #story-intro-label {
    font-size: 18px;
  }
  #full-area #game-area #content #intro-section #story-intro-scroll #story-intro-name {
    font-size: 30px;
  }
  #full-area #game-area #content #intro-section #story-intro-scroll #story-intro-plot {
    font-size: 14px;
  }
  #full-area #game-area #content #play-section .content #character-video-el {
    height: 100%;
    width: auto;
    left: -380px;
  }
  #full-area #game-area #content #play-section .content #character-video {
    height: 100%;
    width: auto;
    left: -380px;
  }
  #full-area #game-area #content #play-section .content #character-video img {
    position: absolute;
    height: 60px;
    right: -350px;
    top: 20px;
    z-index: 999;
    cursor: pointer;
  }
  #full-area #game-area #content #play-section .content #character-video video {
    height: 100% !important;
    width: auto !important;
  }
  #full-area #game-area #content #play-section .content #character-video #ww-bubble-stack {
    top: 25%;
    left: 100%;
  }
  #full-area #game-area #content #play-section .content #play-text {
    margin-top: 40px;
  }
  #full-area #game-area #content #play-section .content #play-btns {
    margin-top: 45px;
  }
  #full-area #game-area #content #play-section .content #play-btns img {
    width: 200px;
  }
  #full-area #game-area #content #play-section .content #characters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 83%;
    top: 2%;
    padding-top: 84px;
    row-gap: 18px;
    position: relative;
  }
  #full-area #game-area #content #play-section .content #characters .character {
    width: 200px;
    height: 210px;
    margin: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    background: rgba(5, 21, 56, 0.714);
    border: 3px solid rgba(255, 255, 255, 0.25);
    box-sizing: border-box;
    border-radius: 80px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin: 0px 30px;
    position: relative;
    transition: 0.2s;
  }
  #full-area #game-area #content #play-section .content #characters .character img {
    max-height: 100%;
    max-width: 96%;
    width: auto;
    position: absolute;
    left: 50%;
    margin-top: -22%;
    top: 100%;
    transform: translateX(-50%) translateY(-100%);
    transition: 0.3s ease-out;
    z-index: 5;
  }
  #full-area #game-area #content #play-section .content #characters .character video {
    height: 110%;
    width: auto;
    position: absolute;
    left: 50%;
    margin-top: -18%;
    top: 100%;
    transform: translateX(-50%) translateY(-100%);
    transition: 0.3s ease-out;
    z-index: 5;
  }
  #full-area #game-area #content #play-section .content #characters .character div {
    width: 100%;
    height: 90%;
    background: url("/media/games/the-werewolf/images/prison.png");
    background-size: cover;
    margin-top: -40px;
    position: absolute;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
    z-index: 20;
    display: none;
  }
  #full-area #game-area #content #play-section .content #characters .character p {
    width: 105%;
    top: 100%;
    position: absolute;
    border-radius: 200px;
    text-align: center;
    font-family: f2;
    height: 25%;
    letter-spacing: 2px;
    transform: translateY(-100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 3.5px 0px rgba(0, 0, 0, 0.4);
    font-size: 32px;
    box-shadow: 0px -3px 2px rgba(0, 0, 0, 0.6);
    margin-top: 4px;
    z-index: 27;
  }
  #full-area #game-area #content #ready-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #00000081;
    backdrop-filter: blur(5px);
    left: 0;
    top: 0;
    display: none;
  }
  #full-area #game-area #content #ready-screen .content {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%) scale(1.1);
    height: 336px;
    width: 600px;
    background: #00000029;
    padding: 30px;
    background: url("/media/games/the-werewolf/images/guess-container.png");
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
  }
  #full-area #game-area #content #ready-screen .content p {
    color: white;
    font-family: f2;
    font-size: 68px;
    text-align: center;
    line-height: 70px;
    text-shadow: 0 5px 0px rgba(0, 0, 0, 0.3);
  }
  #full-area #game-area #content #ready-screen .content #btns {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 40px;
  }
  #full-area #game-area #content #ready-screen .content #btns div {
    width: 220px;
    height: 69px;
    background: url("/media/games/the-werewolf/images/yes-btn.png");
    background-size: cover;
    cursor: pointer;
    transition: 0.2s;
  }
  #full-area #game-area #content #ready-screen .content #btns div:active {
    transform: scale(0.95);
  }
  #full-area #game-area #content #ready-screen .content #btns div p {
    font-size: 40px;
    text-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
  }
  #full-area #game-area #content #ready-screen .content #btns .no-btn {
    background: url("/media/games/the-werewolf/images/no-btn.png");
    background-size: cover;
  }
}
@keyframes btnAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes guess {
  0% {
    transform: translate(-50%, -100%) scale(1);
    transform-origin: center bottom;
  }
  50% {
    transform: translate(-50%, -100%) scale(1.07);
    transform-origin: center bottom;
  }
  100% {
    transform: translate(-50%, -100%) scale(1);
    transform-origin: center bottom;
  }
}
@keyframes talking {
  0% {
    transform: translate(-50%, -100%) rotate(-2deg);
    transform-origin: center bottom;
  }
  50% {
    transform: translate(-50%, -100%) rotate(2deg);
    transform-origin: center bottom;
  }
  100% {
    transform: translate(-50%, -100%) rotate(-2deg);
    transform-origin: center bottom;
  }
}
@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 #intro-section #intro-video {
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-15%) scale(1.05);
  }
  #full-area #game-area #content #intro-section #intro-message {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    top: 40px;
  }
  #full-area #game-area #content #intro-section #intro-message img {
    height: 100%;
  }
  #full-area #game-area #content #intro-section #intro-message #intro-text {
    position: static;
    height: auto;
    margin-top: 0px;
    width: 100%;
  }
  #full-area #game-area #content #intro-section #intro-message #intro-text #intro-kicker {
    font-size: 20px;
    letter-spacing: 4px;
    margin-right: -4px;
  }
  #full-area #game-area #content #intro-section #intro-message #intro-text p {
    font-size: 52px;
    line-height: 1;
    transform: none;
  }
  #full-area #game-area #content #intro-section #intro-message #intro-text p span {
    font-size: 70px;
  }
  #full-area #game-area #content #end-section .content, #full-area #game-area #content #round-section .content {
    transform: translate(-50%, -50%) scale(0.65);
  }
  #full-area #game-area #content #play-section .content #character-video {
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 99;
  }
  #full-area #game-area #content #play-section .content #character-video video {
    position: absolute;
    min-height: 100%;
    width: 100%;
    bottom: -20%;
  }
  #full-area #game-area #content #play-section .content #play-text {
    font-size: 50px;
  }
  #full-area #game-area #content #play-section .content #play-btns img {
    width: 140px;
    margin: 5px 10px;
  }
  #full-area #game-area #content #play-section .content #characters {
    height: 90%;
    top: 0%;
    margin-top: -10px;
    padding-top: 84px;
    gap: 15px;
  }
  #full-area #game-area #content #play-section .content #characters .character {
    width: 130px;
    height: 130px;
  }
  #full-area #game-area #content #play-section .content #characters .character video {
    height: 110%;
    width: auto;
    position: absolute;
    left: 50%;
    margin-top: -18%;
    top: 100%;
    transform: translateX(-50%) translateY(-100%);
    transition: 0.3s ease-out;
    z-index: 5;
  }
  #full-area #game-area #content #play-section .content #characters .character div {
    width: 100%;
    height: 90%;
    background: url("/media/games/the-werewolf/images/prison.png");
    background-size: cover;
    margin-top: -40px;
    position: absolute;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
    z-index: 20;
    display: none;
  }
  #full-area #game-area #content #play-section .content #characters .character p {
    font-size: 20px;
    margin-top: 3px;
  }
  #full-area #game-area #content #play-section .content #characters .prison, #full-area #game-area #content #play-section .content #characters .dead {
    transform: scale(1);
    filter: grayscale(1);
    opacity: 0.5;
    pointer-events: none;
  }
  #full-area #game-area #content #play-section .content #characters .prison img, #full-area #game-area #content #play-section .content #characters .dead img {
    animation: none !important;
  }
}
#full-area #game-area #content #story-select-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  z-index: 99999999;
  background: url("/media/games/the-werewolf/images/home-bg.png") #f4e6cc;
  background-size: cover;
  background-position: center bottom;
}
#full-area #game-area #content #story-select-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(20, 10, 4, 0.18), rgba(20, 10, 4, 0.05) 30%, rgba(20, 10, 4, 0.22));
}
#full-area #game-area #content #story-select-section .content {
  position: absolute;
  left: 50%;
  top: 54px;
  bottom: 84px;
  transform: translateX(-50%);
  width: 1120px;
  max-width: 96%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#full-area #game-area #content #story-select-section #story-select-title {
  flex: 0 0 auto;
  font-family: f2;
  font-size: 64px;
  line-height: 1;
  margin: 0 0 22px;
  padding: 0;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 5px 0 #8b1e1e, 0 11px 0 rgba(0, 0, 0, 0.5);
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#full-area #game-area #content #story-select-section #story-grid-row {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
#full-area #game-area #content #story-select-section .story-pager {
  flex: none;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: f;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  user-select: none;
  background: #8b1e1e;
  border: 3px solid #ffe7c2;
  color: #ffe7c2;
  box-shadow: 0 4px 0 #4a0f0f, 0 8px 14px rgba(0, 0, 0, 0.35);
  transition: transform 0.1s ease, filter 0.1s ease;
}
#full-area #game-area #content #story-select-section .story-pager:hover {
  filter: brightness(1.1);
}
#full-area #game-area #content #story-select-section .story-pager:active {
  transform: translateY(2px);
}
#full-area #game-area #content #story-select-section .story-pager:focus {
  box-shadow: 0 0 0 4px rgba(255, 183, 32, 0.7), 0 4px 0 #4a0f0f;
}
#full-area #game-area #content #story-select-section .story-pager.disabled {
  background: rgba(74, 36, 16, 0.35);
  border-color: rgba(255, 248, 230, 0.35);
  color: rgba(255, 248, 230, 0.45);
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}
#full-area #game-area #content #story-select-section #story-list {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 26px 22px;
}
#full-area #game-area #content #story-select-section .story-card {
  position: relative;
  flex: 0 0 calc((100% - 44px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 18px 16px 14px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #fff6dd 0%, #f0dcae 100%);
  border: 4px solid #b98a4e;
  border-radius: 18px;
  box-shadow: 0 4px 0 rgba(122, 84, 40, 0.35), 0 8px 14px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  outline: none;
  transition: transform 0.14s cubic-bezier(0.2, 0.9, 0.3, 1), border-color 0.14s ease, background 0.14s ease, box-shadow 0.14s ease;
}
#full-area #game-area #content #story-select-section .story-card .story-card-badge {
  position: absolute;
  left: 12px;
  top: 10px;
  min-width: 26px;
  padding: 2px 7px;
  box-sizing: border-box;
  background: #8b1e1e;
  border-radius: 8px;
  font-family: f;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffe7c2;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
#full-area #game-area #content #story-select-section .story-card .story-card-tick {
  display: none;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2e8b48;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 3px #1d5c2e;
  color: #fff;
  font-family: f;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  transform: rotate(8deg);
}
#full-area #game-area #content #story-select-section .story-card .story-card-ribbon {
  display: none;
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%) rotate(-3deg);
  background: #8b1e1e;
  border: 3px solid #ffe7c2;
  border-radius: 999px;
  padding: 3px 16px 2px;
  font-family: f2;
  font-size: 15px;
  letter-spacing: 2px;
  color: #ffe7c2;
  white-space: nowrap;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}
#full-area #game-area #content #story-select-section .story-card .story-card-icon {
  width: 86px;
  height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.2));
  transition: transform 0.14s cubic-bezier(0.2, 0.9, 0.3, 1);
}
#full-area #game-area #content #story-select-section .story-card .story-card-name {
  font-family: f;
  font-size: 21px;
  line-height: 1.1;
  color: #4a2410;
  text-align: center;
}
#full-area #game-area #content #story-select-section .story-card .story-card-plot {
  font-family: f2;
  font-size: 14.5px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: #6b4b2a;
  text-align: center;
}
#full-area #game-area #content #story-select-section .story-card.completed {
  background: linear-gradient(180deg, #ffeeb4 0%, #ffd06a 100%);
  border-color: #8b1e1e;
  box-shadow: 0 6px 0 #7a1a1a, 0 12px 22px rgba(74, 36, 16, 0.4);
}
#full-area #game-area #content #story-select-section .story-card.completed .story-card-tick {
  display: block;
}
#full-area #game-area #content #story-select-section .story-card.completed .story-card-ribbon {
  display: block;
}
#full-area #game-area #content #story-select-section .story-card.completed .story-card-badge {
  background: #2e8b48;
  color: #eaffef;
}
#full-area #game-area #content #story-select-section .story-card.completed .story-card-name {
  color: #6d1616;
}
#full-area #game-area #content #story-select-section .story-card.completed .story-card-plot {
  color: #85511f;
}
#full-area #game-area #content #story-select-section .story-card:hover {
  border-color: #d4a45f;
  transform: translateY(-2px);
  box-shadow: 0 5px 0 rgba(122, 84, 40, 0.35), 0 10px 16px rgba(0, 0, 0, 0.28);
}
#full-area #game-area #content #story-select-section .story-card:focus {
  background: linear-gradient(180deg, #ffeeb4 0%, #ffd06a 100%);
  border-color: #8b1e1e;
  box-shadow: 0 6px 0 #7a1a1a, 0 12px 22px rgba(74, 36, 16, 0.4);
  transform: translateY(-4px);
}
#full-area #game-area #content #story-select-section .story-card:focus .story-card-icon {
  transform: scale(1.08);
}
#full-area #game-area #content #story-select-section .story-card:focus .story-card-name {
  color: #6d1616;
}
#full-area #game-area #content #story-select-section .story-card:focus .story-card-plot {
  color: #85511f;
}
#full-area #game-area #content #story-select-section #story-select-btns {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#full-area #game-area #content #story-select-section #story-page-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
#full-area #game-area #content #story-select-section #story-page-dots .story-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 248, 230, 0.4);
  transition: width 0.15s ease, background 0.15s ease;
}
#full-area #game-area #content #story-select-section #story-page-dots .story-dot.active {
  width: 26px;
  background: #ffd06a;
}
#full-area #game-area #content #werewolf-character-select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  z-index: 99999999;
  background: url("/media/games/the-werewolf/images/home-bg.png") #f4e6cc;
  background-size: cover;
  background-position: center bottom;
}
#full-area #game-area #content #werewolf-character-select .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 660px;
  box-sizing: border-box;
  padding-bottom: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#full-area #game-area #content #werewolf-character-select #ww-cs-title {
  font-family: f;
  color: #4a2410;
  font-size: 40px;
  margin: 4px 0 18px;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.4);
}
#full-area #game-area #content #werewolf-character-select #ww-char-grid {
  flex: 1 1 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-content: center;
  overflow-y: auto;
}
#full-area #game-area #content #werewolf-character-select #ww-char-grid .ww-char-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 8px;
  background: rgba(255, 248, 230, 0.92);
  border: 3px solid #b98a4e;
  border-radius: 16px;
  cursor: pointer;
  outline: none;
  transition: transform 0.08s ease, border-color 0.08s ease, box-shadow 0.08s ease;
}
#full-area #game-area #content #werewolf-character-select #ww-char-grid .ww-char-card img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}
#full-area #game-area #content #werewolf-character-select #ww-char-grid .ww-char-card span {
  font-family: f;
  font-size: 22px;
  color: #4a2410;
}
#full-area #game-area #content #werewolf-character-select #ww-char-grid .ww-char-card:hover {
  transform: translateY(-2px);
  border-color: #8b1e1e;
}
#full-area #game-area #content #werewolf-character-select #ww-char-grid .ww-char-card.selected, #full-area #game-area #content #werewolf-character-select #ww-char-grid .ww-char-card:focus {
  border-color: #c9a227;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.6);
  transform: translateY(-2px);
}
#full-area #game-area #content #werewolf-character-select #ww-cs-back {
  margin-top: 16px;
  font-family: f;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
  background: #6b4b2a;
  border: 3px solid #4a2410;
  border-radius: 14px;
  padding: 10px 44px;
  cursor: pointer;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
}
#full-area #game-area #content #werewolf-character-select #ww-cs-back:hover {
  background: #7d5931;
}
#full-area #game-area #content #werewolf-character-select #ww-cs-back:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.7), 0 4px 0 rgba(0, 0, 0, 0.3);
}
#full-area #game-area #content #werewolf-chat {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  z-index: 99999999;
  background: url("/media/games/the-werewolf/images/no-moon-bg.png") #1c1626;
  background-size: cover;
  background-position: center;
}
#full-area #game-area #content #werewolf-chat .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 660px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 48px;
}
#full-area #game-area #content #werewolf-chat #ww-chat-back {
  position: absolute;
  left: 8px;
  top: 8px;
  font-family: f;
  font-size: 22px;
  color: #fff;
  background: #6b4b2a;
  border: 3px solid #4a2410;
  border-radius: 12px;
  padding: 8px 26px;
  cursor: pointer;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.35);
}
#full-area #game-area #content #werewolf-chat #ww-chat-back:hover {
  background: #7d5931;
}
#full-area #game-area #content #werewolf-chat #ww-chat-back:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.7);
}
#full-area #game-area #content #werewolf-chat #ww-chat-portrait {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
}
#full-area #game-area #content #werewolf-chat #ww-chat-portrait img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.5));
}
#full-area #game-area #content #werewolf-chat #ww-chat-name {
  position: absolute;
  left: 50%;
  top: 258px;
  transform: translateX(-50%);
  font-family: f;
  font-size: 30px;
  color: #f4e6cc;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}
#full-area #game-area #content #werewolf-chat #ww-chat-bubble {
  width: 640px;
  min-height: 120px;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 6px solid #000;
  border-radius: 22px;
  padding: 18px 26px;
  margin-bottom: 22px;
}
#full-area #game-area #content #werewolf-chat #ww-chat-bubble p {
  margin: 0;
  font-family: f2;
  font-size: 26px;
  line-height: 1.35;
  color: #000;
  text-align: center;
}
#full-area #game-area #content #werewolf-chat #ww-mic-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#full-area #game-area #content #werewolf-chat #ww-mic-row #ww-mic-prompt {
  font-family: f;
  font-size: 22px;
  color: #f4e6cc;
  animation: wwMicPulse 1.6s ease-in-out infinite;
}
#full-area #game-area #content #werewolf-chat #ww-mic-row #ww-listening-label {
  display: none;
  font-family: f;
  font-size: 22px;
  color: #ffffff;
}
#full-area #game-area #content #werewolf-chat #ww-mic-row #ww-mic-btn {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  background: #1ccf63;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 0 0 4px rgba(28, 207, 99, 0.35);
}
#full-area #game-area #content #werewolf-chat #ww-mic-row #ww-mic-btn img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
#full-area #game-area #content #werewolf-chat #ww-mic-row #ww-mic-btn.idle {
  animation: wwMicPulse 1.6s ease-in-out infinite;
}
#full-area #game-area #content #werewolf-chat #ww-mic-row #ww-mic-btn.recording {
  animation: wwMicPulse 0.7s ease-in-out infinite;
  box-shadow: 0 0 0 6px rgba(28, 207, 99, 0.7);
}
#full-area #game-area #content #werewolf-chat #ww-mic-row #ww-mic-btn.disabled {
  filter: grayscale(1);
  opacity: 0.45;
  cursor: default;
  animation: none;
}
#full-area #game-area #content #werewolf-chat #ww-mic-row #ww-mic-btn:focus {
  outline: none;
  box-shadow: 0 0 0 6px rgba(201, 162, 39, 0.7);
}
@keyframes wwMicPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
@keyframes wwMicSignal {
  0% {
    transform: translate(-50%, -50%) scale(0.55);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0;
  }
}

/*# sourceMappingURL=index.css.map */
@keyframes wwScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
}
@keyframes wwTalking {
  0%, 100% {
    transform: translateX(-50%) translateY(-100%) rotate(-2deg);
  }
  50% {
    transform: translateX(-50%) translateY(-100%) rotate(2deg);
  }
}
@keyframes wwIntroFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes wwBubbleFloat {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-10px);
  }
}
@keyframes wwMicPulseCentered {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.06);
  }
}
/* ===== character talk screen (redesign 2) ===== */
#full-area #game-area #content #play-section .content #character-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(110% 85% at 38% 45%, rgba(8, 4, 14, 0) 40%, rgba(8, 4, 14, 0.5) 82%, rgba(8, 4, 14, 0.72));
}
#full-area #game-area #content #play-section .content #character-video #ww-char-nav {
  top: 26px;
  left: 24px;
  gap: 12px;
}
#full-area #game-area #content #play-section .content #character-video #ww-char-back, #full-area #game-area #content #play-section .content #character-video #ww-char-next {
  font-size: 30px;
  padding: 8px 30px;
  border-radius: 16px;
}
#full-area #game-area #content #play-section .content #character-video #currName {
  top: 24px;
  font-family: f2;
  font-size: 48px;
  line-height: 1;
  padding: 6px 40px 4px;
  border-radius: 200px;
  border: 4px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.45);
  background: #8b1e1e;
  z-index: 99;
}
#full-area #game-area #content #play-section .content #character-video.seat-mayor #currName {
  background: #2e28d8;
}
#full-area #game-area #content #play-section .content #character-video.seat-butcher #currName {
  background: #d82828;
}
#full-area #game-area #content #play-section .content #character-video.seat-baker #currName {
  background: #f39c12;
}
#full-area #game-area #content #play-section .content #character-video.seat-blacksmith #currName {
  background: #2980b9;
}
#full-area #game-area #content #play-section .content #character-video.seat-beggar #currName {
  background: #16a085;
}
#full-area #game-area #content #play-section .content #character-video.seat-farmer #currName {
  background: #d35400;
}
#full-area #game-area #content #play-section .content #character-video.seat-fisherman #currName {
  background: #27ae60;
}
#full-area #game-area #content #play-section .content #character-video.seat-barmaid #currName {
  background: #c0392b;
}
#full-area #game-area #content #play-section .content #character-video #ww-bubble-stack {
  position: absolute;
  left: 76%;
  top: 37%;
  transform: translate(-50%, -50%);
  width: 500px;
  z-index: 60;
  animation: wwBubbleFloat 3s ease-in-out infinite;
}
#full-area #game-area #content #play-section .content #character-video #ww-bubble-stack #character-bubble, #full-area #game-area #content #play-section .content #character-video #ww-bubble-stack #ww-chat-panel {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  margin: 0;
  transform: none;
  animation: none;
}
#full-area #game-area #content #play-section .content #character-video #ww-bubble-stack #character-bubble {
  box-sizing: border-box;
  padding: 20px 24px;
  background: #fff;
  border: 6px solid #000;
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
}
#full-area #game-area #content #play-section .content #character-video #ww-bubble-stack #character-bubble p {
  font-family: f2;
  font-size: 30px;
  line-height: 1.15;
  color: #000;
  text-align: center;
  margin: 0;
}
#full-area #game-area #content #play-section .content #character-video #ww-bubble-stack #character-bubble::before, #full-area #game-area #content #play-section .content #character-video #ww-bubble-stack #character-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  border-style: solid;
  transform: none;
}
#full-area #game-area #content #play-section .content #character-video #ww-bubble-stack #character-bubble::before {
  left: -24px;
  margin-top: -12px;
  border-width: 12px 14px 12px 0;
  border-color: transparent #000 transparent transparent;
}
#full-area #game-area #content #play-section .content #character-video #ww-bubble-stack #character-bubble::after {
  left: -14px;
  margin-top: -9px;
  border-width: 9px 11px 9px 0;
  border-color: transparent #fff transparent transparent;
}
#full-area #game-area #content #play-section .content #character-video #ww-bubble-stack #ww-chat-toggle {
  position: absolute;
  left: auto;
  right: 8px;
  top: -18px;
  bottom: auto;
  transform: none;
  z-index: 61;
  width: auto;
  padding: 5px 16px;
  border-radius: 999px;
  background: #6a3fb5;
  border: 3px solid #3f2470;
  font-family: f;
  font-size: 17px;
  color: #fff;
}
#full-area #game-area #content #play-section .content #character-video #ww-inline-prompt, #full-area #game-area #content #play-section .content #character-video #ww-inline-listening {
  left: 76%;
  bottom: 254px;
  transform: translateX(-50%);
  font-family: f;
  font-size: 26px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
}
#full-area #game-area #content #play-section .content #character-video #ww-inline-prompt {
  color: #fff;
  animation: wwMicPulseCentered 1.5s ease-in-out infinite;
}
#full-area #game-area #content #play-section .content #character-video #ww-talk-cta {
  left: 76%;
  bottom: 136px;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  animation: wwMicPulseCentered 1.4s ease-in-out infinite;
}
#full-area #game-area #content #play-section .content #character-video #ww-talk-cta.recording {
  animation: wwMicPulseCentered 0.7s ease-in-out infinite;
}
#full-area #game-area #content #play-section .content #character-video #ww-talk-cta.disabled {
  animation: none;
  transform: translateX(-50%);
}
#full-area #game-area #content #play-section .content #character-video #ww-reset-btn {
  left: calc(76% + 68px);
  bottom: 152px;
  width: 68px;
  height: 68px;
  background: #b23b3b;
  border: 5px solid #fff;
  box-shadow: 0 6px 0 #7d2020;
}
#full-area #game-area #content #play-section .content #character-video #skip-prompt {
  right: 44px;
  top: 28px;
  height: 60px;
}

#full-area #game-area #content #play-section .content #character-video {
  background: radial-gradient(120% 100% at 50% 32%, #251b30 0%, #130b1a 58%, #08040e 100%);
}
#full-area #game-area #content #play-section .content #character-video.ww-loading video {
  opacity: 0;
}
#full-area #game-area #content #play-section .content #character-video #ww-video-loader {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
#full-area #game-area #content #play-section .content #character-video #ww-video-loader span {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.16);
  border-top-color: #f5d089;
  animation: wwLoaderSpin 0.9s linear infinite;
}

@keyframes wwLoaderSpin {
  to {
    transform: rotate(360deg);
  }
}

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