@font-face {
  font-family: f;
  src: url("/media/games/beaver-bounce/fonts/Ariston Comic Font.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;
  background: url("/media/games/beaver-bounce/background.png") skyblue;
  background-size: 170%;
  background-repeat: no-repeat;
  background-position: center bottom;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
}
#full-area #game-area #content #home-section #logo {
  height: 430px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 80px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
}
#full-area #game-area #content #play-section #loudness-container1 {
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  width: 60%;
  max-width: 420px;
  font-family: inherit;
  z-index: 50;
}
#full-area #game-area #content #play-section #loudness-container1 #loudness-label1 {
  font-size: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  opacity: 0.8;
  margin-bottom: 4px;
  text-align: center;
}
#full-area #game-area #content #play-section #loudness-container1 #loudness-bar1 {
  position: relative;
  width: 100%;
  height: 35px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.562);
  overflow: hidden;
  border: 2px solid #ffffff;
  backdrop-filter: blur(3px);
}
#full-area #game-area #content #play-section #loudness-container1 #loudness-bar1 .loudness-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #3bd0ff, #00ff90);
  transition: width 80ms linear;
}
#full-area #game-area #content #play-section #loudness-container1 #loudness-bar1 .loudness-marker {
  position: absolute;
  top: -4px;
  width: 2px;
  height: 35px;
  z-index: 2;
}
#full-area #game-area #content #play-section #loudness-container1 #loudness-bar1 .loudness-marker-fixed {
  background: rgba(0, 100, 0, 0.692);
  width: 4px;
  box-shadow: 0 0 6px rgba(255, 204, 0, 0.8);
}
#full-area #game-area #content #play-section #loudness-container1 #loudness-bar1 .loudness-marker-current {
  background: #ffffff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
  transition: left 80ms linear;
}
#full-area #game-area #content #play-section #loudness-container1 #loudness-bar1.armed .loudness-fill {
  box-shadow: 0 0 10px rgba(0, 255, 144, 0.8);
}
#full-area #game-area #content #play-section #bounce, #full-area #game-area #content #play-section #empty2 {
  position: absolute;
  left: 100%;
  transform: translateX(-120%);
  cursor: pointer;
  z-index: 20;
  background: url("/media/games/beaver-bounce/images/empty.png");
  border: none;
  background-size: cover;
  outline: none;
  color: white;
  width: 300px;
  height: 84px;
  font-size: 55px;
  font-family: f;
  letter-spacing: 2px;
  text-shadow: 4px 4px 0px black;
}
#full-area #game-area #content #play-section #bounce span, #full-area #game-area #content #play-section #empty2 span {
  font-size: 35px;
}
#full-area #game-area #content #play-section #empty2 {
  background: #8d5027b6;
  border: none;
  background-size: cover;
  left: 45%;
  width: 450px;
  border-radius: 5px;
  border: 3px solid white;
  text-shadow: 2px 3px 0px black;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.222);
  font-size: 50px;
  cursor: default;
}
#full-area #game-area #content #play-section #bounce {
  transform: none;
  top: 0px;
  left: 920px;
}
#full-area #game-area #content #play-section #score {
  width: 100%;
  position: absolute;
  font-size: 70px;
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: #8d5027;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  letter-spacing: 0px;
  margin: -20px 20px;
  z-index: 2;
  font-family: f;
  letter-spacing: 4px;
}
#full-area #game-area #content #play-section #best-score {
  width: 100%;
  position: absolute;
  font-size: 45px;
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: goldenrod;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  letter-spacing: 0px;
  margin: 50px 20px;
  z-index: 2;
  font-family: f;
  letter-spacing: 3px;
}
#full-area #game-area #content #play-section #platform-anim {
  width: 1000000000px;
  height: 100%;
  position: absolute;
  background: none;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom left;
  left: 0px;
}
#full-area #game-area #content #play-section #platform-area {
  width: 100%;
  height: 27%;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  margin-left: 0px;
  left: 400px;
  width: 1000000000px;
}
#full-area #game-area #content #play-section #platform-area #character {
  position: absolute;
  transform: translateY(40px);
  z-index: 20;
  top: -45px;
  left: 0px;
}
#full-area #game-area #content #play-section #platform-area #character #character-img {
  position: relative;
  height: 55px;
  z-index: 2;
}
#full-area #game-area #content #play-section #platform-area .platform {
  width: 160px;
  height: 236px;
  background: url("/media/games/beaver-bounce/images/short.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%) translateX(0px);
}
#full-area #game-area #content #play-section #platform-area .platform #reflexion {
  width: 99%;
  position: relative;
  left: 0.5%;
  max-height: 90%;
  transform: translateY(95%);
}
#full-area #game-area #content #play-section #micSensitivityContainer.mic-sens-card {
  position: absolute;
  left: 10%;
  top: 69%;
  transform: translateX(-50%);
  padding: 14px 18px 16px;
  min-width: 220px;
  max-width: 320px;
  background: #fbe0b7;
  border-radius: 14px;
  border: 3px solid #8d5027b6;
  box-shadow: 0 4px 0 rgba(123, 27, 24, 0.7);
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: inherit;
  z-index: 800;
}
#full-area #game-area #content #play-section #micSensitivityContainer.mic-sens-card #micSensitivityLabel {
  font-size: 18px;
  font-weight: 700;
  color: #8d5027b6;
  margin: 0;
}
#full-area #game-area #content #play-section #micSensitivityContainer.mic-sens-card #micSensitivityValue {
  font-size: 16px;
  font-weight: 700;
  color: #8d5027b6;
  margin-bottom: 4px;
}
#full-area #game-area #content #play-section #micSensitivityContainer.mic-sens-card #micSensitivitySlider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  outline: none;
  margin-top: 4px;
  background: linear-gradient(to right, #66B234 0%, #66B234 50%, #012541 50%, #012541 100%);
}
#full-area #game-area #content #play-section #micSensitivityContainer.mic-sens-card #micSensitivitySlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #8d5027b6;
  cursor: pointer;
  box-shadow: 0 0 0 2px #ffffff;
  margin-top: -4px;
}
#full-area #game-area #content #play-section #micSensitivityContainer.mic-sens-card #micSensitivitySlider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #8d5027b6;
  cursor: pointer;
  box-shadow: 0 0 0 2px #ffffff;
}
#full-area #game-area #content #play-section #micSensitivityContainer.mic-sens-card #micSensitivityIcon {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 28px;
  height: 28px;
}
#full-area #game-area #content #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000046;
  z-index: 2;
  top: 0;
  left: 0;
  z-index: 99999;
}
#full-area #game-area #content #end-section .content {
  width: 710px;
  height: 464px;
  background: url("/media/games/beaver-bounce/images/game-over-container.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #end-section .content .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
#full-area #game-area #content #end-section .content #gameOver {
  width: 60%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}
#full-area #game-area #content #end-section .content p {
  font-size: 50px;
  font-family: f;
  width: 100%;
  text-align: center;
  color: #30190a;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
#full-area #game-area #content #end-section .content p span {
  color: #d8bc62;
}
#full-area #game-area #content #end-section .content #end-btns {
  width: 100%;
  margin-left: 1%;
  justify-content: space-around;
  display: flex;
}
#full-area #game-area #content #end-section .content #end-btns img {
  width: 46%;
  cursor: pointer;
}

@media (max-width: 600px) {
  #full-area #game-area {
    width: 800px;
    height: 1180px;
    background: url("/media/games/beaver-bounce/background.png") skyblue;
    background-size: 470%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #full-area #game-area #content #home-section #logo {
    margin-top: 290px;
  }
  #full-area #game-area #content #play-section #loudness-container1 {
    left: 50%;
    top: 17%;
    transform: translate(-50%, -50%) scale(1.4);
  }
  #full-area #game-area #content #play-section #empty2 {
    background: #8d5027b6;
    border: none;
    background-size: cover;
    left: 45%;
    width: 270px;
    border-radius: 5px;
    border: 3px solid white;
    text-shadow: 2px 3px 0px black;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.222);
    font-size: 48px;
    cursor: default;
  }
  #full-area #game-area #content #play-section #bounce {
    transform: none;
    top: 10px;
    left: 530px;
    width: 235px;
    height: 65px;
    font-size: 38px;
  }
  #full-area #game-area #content #play-section #score {
    margin: 10px 20px;
    margin-top: 0px;
  }
  #full-area #game-area #content #play-section #best-score {
    margin: 65px 20px;
  }
  #full-area #game-area #content #play-section #platform-anim {
    width: 1000000000px;
    height: 100%;
    position: absolute;
    background: none;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom left;
    left: 0px;
  }
  #full-area #game-area #content #play-section #platform-area {
    width: 100%;
    height: 27%;
    position: absolute;
    top: 103%;
    transform: translateY(-100%);
    margin-left: 0px;
    left: 50px !important;
    margin-top: 60px;
    width: 1000000000px;
  }
  #full-area #game-area #content #play-section #micSensitivityContainer.mic-sens-card {
    position: absolute;
    left: 79.5%;
    top: 1%;
    transform: translateX(-50%);
    padding: 14px 18px 16px;
    min-width: 220px;
    max-width: 320px;
    background: #fbe0b7;
    border-radius: 14px;
    border: 3px solid #8d5027b6;
    box-shadow: 0 4px 0 rgba(123, 27, 24, 0.7);
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: inherit;
    z-index: 800;
  }
  #full-area #game-area #content #play-section #micSensitivityContainer.mic-sens-card #micSensitivityLabel {
    font-size: 20px;
    font-weight: 700;
    color: #8d5027b6;
    margin: 0;
  }
}
#character {
  --tx:0px;
}

#character.end-anim {
  animation: endChar 0.8s ease-in forwards;
}

#character.end-final {
  opacity: 0;
  transform: translate(var(--tx), 195px) scale(0.3) rotate(180deg);
}

@keyframes endChar {
  0% {
    opacity: 1;
    transform: translate(var(--tx), 40px) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(var(--tx), 195px) scale(0.3) rotate(180deg);
  }
}
@keyframes btnAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logoAnim {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(0.96) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}
.pressed {
  transform: scale(0.5);
  /* Adjust the scale to a suitable level */
}

.platform, #platform-anim, #character {
  will-change: transform;
}

#landing-indicator {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  margin-top: -10px;
  transform: translate(-50px, 10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25), inset 0 0 6px rgba(0, 0, 0, 0.2);
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.7));
  z-index: 5;
}

#landing-indicator.ok {
  outline: 2px solid #00c800;
  background: radial-gradient(closest-side, rgba(150, 255, 150, 0.95), rgba(150, 255, 150, 0.7));
}

#landing-indicator.bad {
  outline: 2px solid crimson;
  background: radial-gradient(closest-side, rgba(255, 150, 150, 0.95), rgba(255, 150, 150, 0.7));
}

#landing-indicator.hidden {
  display: none;
}

#landing-svg {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 4;
  overflow: visible;
  vector-effect: none;
}

#landing-path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 6 8;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
  vector-effect: non-scaling-stroke;
}

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

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