@font-face {
  font-family: "cali";
  src: url("styles/calibrelight-webfont.woff2") format("woff2"), url("styles/calibrelight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "cali";
  font-family: "calibrelight_italic";
  src: url("styles/calibrelightitalic-webfont.woff2") format("woff2"), url("styles/calibrelightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "cali";
  src: url("styles/calibreregular-webfont.woff2") format("woff2"), url("styles/calibreregular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "cali";
  src: url("styles/calibreregularitalic-webfont.woff2") format("woff2"), url("styles/calibreregularitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "cali";
  src: url("styles/calibremediumitalic-webfont.woff2") format("woff2"), url("styles/calibremediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "cali";
  src: url("styles/calibremedium-webfont.woff2") format("woff2"), url("styles/calibremedium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "cali";
  src: url("styles/calibresemibold-webfont.woff2") format("woff2"), url("styles/calibresemibold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "cali";
  src: url("styles/calibresemibolditalic-webfont.woff2") format("woff2"), url("styles/calibresemibolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
::selection {
  background: #fff;
  color: black;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake2 {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake3 {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes flashRed {
  0% {
    background: transparent;
  }
  20% {
    background: #E52346;
  }
  100% {
    background: transparent;
  }
}
@keyframes flashRed2 {
  0% {
    background: transparent;
  }
  20% {
    background: #E52346;
  }
  100% {
    background: transparent;
  }
}
@keyframes flashRed3 {
  0% {
    background: transparent;
  }
  20% {
    background: #E52346;
  }
  100% {
    background: transparent;
  }
}
#hide {
  display: none;
}

@keyframes clapperSnap {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes clapperOpen {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes clapperBounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes MenuScaleIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes vinylRotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes revealGrow {
  from {
    transform: scale(1);
    transform-origin: top center;
  }
  to {
    transform: scale(1.3);
    transform-origin: top center;
  }
}
@keyframes timestampPop {
  0% {
    transform: translateY(25px) rotate(20deg);
    opacity: 0;
  }
  15% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
  60% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateY(25px);
    opacity: 0;
  }
}
@keyframes timestampPopStay {
  0% {
    transform: translateY(25px) rotate(20deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes dotEmerge {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: white;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

#top {
  margin-bottom: 3em;
}

header {
  position: relative;
}
header h1 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-top: 1em;
}
header .moreItem {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10px;
  top: 0;
  padding: 10px;
}
header .moreItem img {
  height: 9px;
  width: 19px;
}
header .menu {
  display: none;
  position: absolute;
  background-color: #1B1B1B;
  border-radius: 15px;
  box-shadow: 1px 2px 40px rgba(0, 0, 0, 0.3);
  z-index: 100;
  position: absolute;
  right: 0px;
  top: 35px;
}
header .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .menu ul li:last-child a {
  border-bottom: none;
}
header .menu ul li a {
  padding: 10px 15px 8px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px #121212 solid;
}
header .menu.open {
  display: block;
  animation: MenuScaleIn 0.2s forwards;
  transform-origin: top right;
}

.modal {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  background: rgba(18, 18, 18, 0.7);
  -webkit-backdrop-filter: blur(0px); /* Add this line first, it fixes blur for Safari*/
  backdrop-filter: blur(0px);
  opacity: 0; /* Initially, set opacity to 0 */
  transition: opacity 0.3s ease, backdrop-filter 0.3s ease;
}
.modal.opened {
  background: rgba(18, 18, 18, 0.7);
  -webkit-backdrop-filter: blur(50px); /* Add this line first, it fixes blur for Safari*/
  backdrop-filter: blur(50px);
  pointer-events: auto;
  opacity: 1;
}
.modal .closeModal {
  position: fixed;
  padding: 20px;
  top: 40px;
  right: 20px;
}
@media (min-width: 600px) {
  .modal .closeModal {
    position: absolute;
    right: 0px;
  }
}
.modal .closeModal img {
  width: 17px;
  height: 17px;
}
.modal .modal-content {
  position: relative;
  top: 0;
  left: 0;
  padding: 100px 40px;
  max-width: 400px;
  height: 100%;
  overflow-y: auto;
}
.modal .modal-content .dictionary {
  margin-bottom: 2em;
}
.modal .modal-content .dictionary p {
  font-size: 20px;
}
.modal .modal-content .dictionary p .smol {
  font-size: 16px;
  padding-left: 20px;
  font-style: italic;
}
.modal .modal-content em {
  color: white;
  font-style: normal;
  font-weight: 500;
}
.modal .modal-content ul {
  padding-inline-start: 20px;
}
.modal .modal-content p, .modal .modal-content li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 24px;
}
.modal .modal-content li {
  padding-left: 0.75em;
  margin-bottom: 0.3em;
}
.modal .modal-content a {
  display: inline-block;
  color: white;
  text-decoration: underline;
}
.modal .modal-content sup {
  margin-top: 2em;
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.35);
}
.modal form {
  margin: 2em 0 0;
}
.modal form label, .modal form input, .modal form textarea {
  display: block;
  width: 100%;
}
.modal form label {
  font-weight: 600;
  font-size: 12px;
  color: #FFEFB8;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  margin: 0;
  margin-bottom: 1em;
}
.modal form input {
  position: relative;
  font-size: 18px;
  background: transparent;
  padding: 8px 0;
  border-style: none;
  outline: none;
  color: white;
}
.modal form textarea {
  color: white;
  font-size: 18px;
  background: transparent;
  padding: 5px 0;
  border-style: none;
  outline: none;
  margin-bottom: 1em;
  resize: none;
  height: 90px;
}
.modal form input::placeholder, .modal form textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.modal form input:focus + .inputUnderline:after, .modal form textarea:focus + .inputUnderline:after {
  background: white;
}
.modal form .inputUnderline {
  position: relative;
  margin-bottom: 2em;
}
.modal form .inputUnderline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.2s ease;
  height: 2px;
  border-radius: 2px;
}
.modal form input[type=submit] {
  margin-top: 1em;
  width: auto;
  border: none;
  outline: none;
  font-weight: 500;
  display: inline-block;
  background: #E3E3E1;
  border-radius: 50px;
  color: #1A1A1A;
  padding: 0.85em 1.7em;
  box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.15);
  cursor: pointer;
}
.modal form input[type=submit]:active {
  opacity: 0.5;
}

body {
  touch-action: none;
}
body.archive {
  touch-action: auto;
}

body {
  height: 80vh;
}

.fullWrapper {
  position: relative;
}
@media (min-width: 600px) {
  .fullWrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100%;
  }
}
.fullWrapper > div {
  width: 100%;
}
body {
  margin: 0 auto;
  max-width: 400px;
  background: rgb(18, 18, 18);
  color: white;
  font-family: "cali", serif;
  padding: 0 1.5em;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.searchWrapper {
  margin-top: 30px;
  position: relative;
  transition: opacity 0.5s ease 0.3s;
}
.searchWrapper .searchIcon {
  position: absolute;
  top: 15px;
  left: 14px;
  display: block;
  height: 16px;
  width: 16px;
  opacity: 0.4;
  transition: opacity 0.25s ease;
}
.fresh .searchWrapper, .finishedState .searchWrapper, .initialState .searchWrapper {
  pointer-events: none;
  opacity: 0;
}

#searchInput {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transform: translateZ(24px);
  border-radius: 50px;
  width: 100%;
  border: none;
  line-height: 1em;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 80px 14px 40px;
  text-align: left;
  opacity: 1;
  transition: all 0.25s ease;
  background: hsla(0, 0%, 91%, 0.03);
  color: white;
  text-overflow: ellipsis;
}
#searchInput:focus {
  opacity: 1;
  outline: none;
  background: hsla(0, 0%, 91%, 0.08);
}
#searchInput:focus + .searchIcon {
  opacity: 1;
}

#submitGuess {
  position: absolute;
  right: 10px;
  top: 9px;
  display: block;
  border-radius: 50px;
  font-size: 14px;
  color: #101010;
  line-height: 22px;
  font-weight: 400;
  padding: 3px 10px 3px;
  margin-top: 0;
  text-align: center;
  border: none;
  opacity: 0.2;
  transition: opacity 0.25s ease;
}
.submitReady #submitGuess {
  opacity: 1;
}

.plyr--audio .plyr__controls {
  background: transparent;
  border: none;
}

.plyr {
  --plyr-color-main: white;
  --plyr-control-icon-size: 20px;
  --plyr-control-spacing: 10px;
  --plyr-audio-controls-background: pink;
  --plyr-range-thumb-height: 0px;
  --plyr-range-thumb-background: white;
  --plyr-range-thumb-shadow: 0 0 0 0px rgba(255, 255, 255, 1);
  --plyr-audio-range-thumb-active-shadow-color: 0;
  --plyr-range-track-height: 7px;
  --plyr-range-fill-background: white;
  --plyr-audio-progress-buffered-background: rgba(255,255,255,.05);
  --plyr-audio-range-track-background: rgba(255,255,255,.05);
}
.plyr .plyr__controls {
  padding: 0;
}

.plyr--playing .plyr__control[data-plyr=play] .icon--pressed,
.plyr--playing .plyr__control[data-plyr=play] .label--pressed {
  display: none !important; /* Hide the pause icon and label when playing */
  transition: opacity 0.5s ease;
}
.musicPlaying .plyr--playing .plyr__control[data-plyr=play] .icon--pressed,
.musicPlaying .plyr--playing .plyr__control[data-plyr=play] .label--pressed {
  opacity: 0.15;
}

.plyr--playing .plyr__control[data-plyr=play] .icon--not-pressed,
.plyr--playing .plyr__control[data-plyr=play] .label--not-pressed {
  display: block !important; /* Ensure the play icon and label are always shown */
  transition: opacity 0.5s ease;
}
.musicPlaying .plyr--playing .plyr__control[data-plyr=play] .icon--not-pressed,
.musicPlaying .plyr--playing .plyr__control[data-plyr=play] .label--not-pressed {
  opacity: 0.15;
}

.movieAnswer {
  margin-top: 3.5em;
  padding: 2em 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  transform: translateX(-40px);
  transition: transform 1s ease 0.7s;
}
.guess1State .movieAnswer, .guess2State .movieAnswer, .guess3State .movieAnswer {
  transform: translateX(0px);
}
.finishedState .movieAnswer {
  transform: translateX(0px);
}
.initialState .movieAnswer {
  transition-delay: 0s;
}
.fresh .movieAnswer {
  transform: translateX(-15px);
}
.movieAnswer .revealedMovieDetails {
  padding: 0 1em;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 360px;
  min-width: 225px;
  border-radius: 10px;
  text-align: center;
  -webkit-backdrop-filter: blur(10px); /* Add this line first, it fixes blur for Safari*/
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.5);
  transform: scale(0.3) translateY(0px);
  transition: transform 0.5s ease 1s;
}
.finishedState .movieAnswer .revealedMovieDetails {
  transform: scale(1) translateY(40px);
}
.movieAnswer .revealedMovieDetails .slamBottom {
  padding-bottom: 0.6em;
  opacity: 0;
  transition: opacity 0.5s ease 1.75s;
}
.finishedState .movieAnswer .revealedMovieDetails .slamBottom {
  opacity: 1;
}
.movieAnswer .revealedMovieDetails p.movieTitle {
  opacity: 0;
  margin-top: 1.1em;
  font-size: 16px;
  font-style: italic;
  transition: opacity 0.5s ease 1.75s;
}
.finishedState .movieAnswer .revealedMovieDetails p.movieTitle {
  opacity: 1;
}
.movieAnswer .revealedMovieDetails p.song {
  margin: 0.3em 0 0;
  font-weight: 600;
  font-size: 20px;
}
.movieAnswer .revealedMovieDetails p.artist {
  margin: 0.3em 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.movieAnswer .revealedMovieDetails p.song, .movieAnswer .revealedMovieDetails p.artist, .movieAnswer .revealedMovieDetails p.movieTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 230px;
}
.movieAnswer .clapperWrapper {
  height: 181px;
  width: 120px;
  z-index: 4;
  position: absolute;
}
.finishedState .movieAnswer .clapperWrapper {
  animation: clapperBounce 0.3s ease forwards 0.1s;
}
.guess1State .movieAnswer .clapperWrapper {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.guess1State .movieAnswer .clapperWrapper .guessFeedback {
  animation: flashRed 0.8s ease 0s 1 forwards;
  background: transparent;
}
.guess2State .movieAnswer .clapperWrapper {
  animation: shake2 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.guess2State .movieAnswer .clapperWrapper .guessFeedback {
  animation: flashRed2 0.8s ease 0s 1 forwards;
  background: transparent;
}
.guess3State .movieAnswer .clapperWrapper {
  animation: shake3 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.guess3State .movieAnswer .clapperWrapper .guessFeedback {
  animation: flashRed3 0.8s ease 0s 1 forwards;
  background: transparent;
}
.movieAnswer .clapperWrapper .clapper {
  top: -4px;
  z-index: 4;
  position: absolute;
  opacity: 1;
  transition: opacity 0.5s ease 0.75s;
}
.finishedState .movieAnswer .clapperWrapper .clapper, .guess3State .movieAnswer .clapperWrapper .clapper {
  opacity: 0;
  animation-delay: 0;
}
.movieAnswer .clapperWrapper .topClap, .movieAnswer .clapperWrapper .bottomClap {
  top: -14px;
  position: absolute;
  width: 122px;
  height: 14px;
  left: -1px;
}
.movieAnswer .clapperWrapper .topClap {
  top: -14px;
  transform: rotate(0deg);
  transform-origin: bottom left;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  box-shadow: inset 0px -1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, #000 0%, #000 23%, #fff 23%, #fff 36%, #000 36%, #000 49%, #fff 49%, #fff 62%, #000 62%, #000 75%, #fff 75%, #fff 88%, #000 88%, #000 100%);
}
.initialState .movieAnswer .clapperWrapper .topClap, .guess0State .movieAnswer .clapperWrapper .topClap, .guess1State .movieAnswer .clapperWrapper .topClap, .guess2State .movieAnswer .clapperWrapper .topClap, .guess3State .movieAnswer .clapperWrapper .topClap {
  animation: clapperOpen 0.7s ease forwards;
  box-shadow: inset 0px -1px rgba(0, 0, 0, 0);
}
.finishedState .movieAnswer .clapperWrapper .topClap {
  animation: clapperSnap 0.15s cubic-bezier(0.36, 0.07, 0.19, 0.97) forwards;
}
.movieAnswer .clapperWrapper .topClap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.movieAnswer .clapperWrapper .bottomClap {
  top: 0;
  background: linear-gradient(135deg, #000 0%, #000 23%, #fff 23%, #fff 36%, #000 36%, #000 49%, #fff 49%, #fff 62%, #000 62%, #000 75%, #fff 75%, #fff 88%, #000 88%, #000 100%);
}
.movieAnswer .clapperWrapper .bottomClap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.movieAnswer .blurWrapper {
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 181px;
  width: 120px;
  z-index: 3;
  overflow: hidden;
  border-radius: 5px;
  background-color: #252525;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.finishedState .movieAnswer .blurWrapper {
  animation: revealGrow 0.5s ease forwards;
  animation-delay: 0.95s;
}
.movieAnswer .blurWrapper .needleDropInfo {
  z-index: 2;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fresh .movieAnswer .blurWrapper .needleDropInfo {
  opacity: 1;
}
.movieAnswer .blurWrapper .needleDropInfo > p {
  margin: 0.5em 0;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.movieAnswer .blurWrapper .needleDropInfo #needleDropIdElement {
  font-weight: 700;
}
.movieAnswer .blurWrapper .needleDropInfo #needleDropDate {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 14px;
}
.movieAnswer .blurWrapper .questionMark {
  z-index: 1;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 54px;
  height: 77px;
  opacity: 1;
  transition: opacity 1s ease 0.3s;
}
.fresh .movieAnswer .blurWrapper .questionMark {
  opacity: 0;
}
.finishedState .movieAnswer .blurWrapper .questionMark {
  opacity: 0;
}
.movieAnswer .blurWrapper .guessFeedback {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.movieAnswer h4 {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  color: #FFEFB8;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  margin: 0;
}
.movieAnswer .clue1and2wrapper {
  padding-top: 1em;
  transform: translateX(-100px);
}
.movieAnswer .clue1, .movieAnswer .clue2 {
  max-width: 120px;
  opacity: 0;
  text-align: center;
  opacity: 0;
  display: block;
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  transform: translateX(100px);
  transition: opacity 0.5s ease, transform 0.7s cubic-bezier(1, 0, 0, 1) 0.5s;
}
.finishedState .movieAnswer .clue1, .finishedState .movieAnswer .clue2 {
  transform: translateX(100px);
  opacity: 0;
  transition-delay: 0s;
}
.movieAnswer .clue1 p, .movieAnswer .clue2 p {
  margin: 0.7em 0;
}
.movieAnswer .clue1 {
  transition: opacity 0.5s ease, transform 0.7s cubic-bezier(1, 0, 0, 1) 1.3s;
}
.guess1State .movieAnswer .clue1, .guess2State .movieAnswer .clue1 {
  opacity: 1;
  transform: translateX(-25px);
}
.movieAnswer .clue2 {
  margin-top: 2em;
}
.guess2State .movieAnswer .clue2 {
  opacity: 1;
  transform: translateX(-25px);
}
.movieAnswer .clue3wrapper {
  z-index: 5;
  opacity: 0;
  transform: scale(0.7);
  position: absolute;
  width: 100%;
  left: 0px;
  top: 10px;
  height: 187px;
  transition: all 0.7s cubic-bezier(1, 0, 0, 1);
}
.movieAnswer .clue3wrapper .sceneHint {
  z-index: 5;
  width: 100%;
  position: absolute;
  border-radius: 5px;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.movieAnswer .clue3wrapper h4, .movieAnswer .clue3wrapper p {
  display: inline-block;
}
.movieAnswer .clue3wrapper h4 {
  margin-right: 10px;
}
.movieAnswer .clue3wrapper .clue3 {
  display: block;
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  bottom: -195px;
  transform: translateY(-50px);
  transition: transform 0.7s cubic-bezier(1, 0, 0, 1) 1.5s;
}
.guess3State .movieAnswer .clue3wrapper {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1s;
}
.guess3State .movieAnswer .clue3wrapper .clue3 {
  transform: translateY(0px);
}
.viewScene .movieAnswer .clue3wrapper {
  opacity: 1;
  transform: scale(1) translateY(38px);
  box-shadow: 0px 0px 100px 100px rgba(0, 0, 0, 0.5);
  transition: transform 0.7s cubic-bezier(1, 0, 0, 1) box-shadow 0.7s cubic-bezier(1, 0, 0, 1);
  transition-delay: 0s;
}
.viewScene .movieAnswer .clue3wrapper .clue3 {
  display: none;
}
.musicNotPlaying .movieAnswer .clue3wrapper {
  transition-delay: 0s;
}
.movieAnswer .moviePoster {
  left: 0;
  top: 0;
  position: absolute;
  width: 120px;
  height: 181px;
  opacity: 0;
  filter: blur(25px) grayscale(100%) brightness(0.5);
  transition: all 1.5s ease;
}
.finishedState .movieAnswer .moviePoster {
  filter: blur(0px) grayscale(0%) brightness(1);
}
.movieAnswer .moviePoster.posterLoaded {
  opacity: 1;
}
.movieAnswer .vinylWrapper {
  position: absolute;
  height: 166px;
  width: 166px;
  display: block;
  transform: translateX(75px);
  transition: all 1s ease;
  opacity: 1;
}
.finishedState .movieAnswer .vinylWrapper {
  transform: translateX(25px);
  opacity: 0;
}
.fresh .movieAnswer .vinylWrapper {
  transform: translateX(25px);
}
.movieAnswer .actorHint {
  z-index: 1;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease 0.7s;
}
.guess2State .movieAnswer .actorHint, .guess3State .movieAnswer .actorHint {
  opacity: 1;
}
.movieAnswer .vinyl {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  height: 166px;
  width: 166px;
  background-image: url("assets/vinyl.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: vinylRotating 3s linear infinite;
}
.movieAnswer .vinyl #vinylNeedleDropId {
  text-align: center;
  position: absolute;
  color: rgba(18, 18, 18, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.movieAnswer .vinyl #vinylNeedleDropId #vinylId > span {
  font-weight: 700;
  color: rgba(18, 18, 18, 0.8);
  display: block;
}

.custom-time {
  position: absolute;
  text-align: center;
  display: block;
  width: 40px;
  margin-left: -20px;
  top: 51px;
  left: 0;
  transform: translateX(0); /* Initial position */
  transition: transform 0.1s ease-in-out, opacity 0.5s ease 0.3s; /* Add a smooth transition effect */
}
.fresh .custom-time, .initialState .custom-time, .finishedState .custom-time {
  opacity: 0;
}
.musicPlaying.initialState .custom-time {
  opacity: 1;
}

.plyr__controls {
  z-index: 2;
}
.plyr__controls .plyr__progress {
  /* the overall container */
}
.plyr__controls .plyr__progress .plyr__progress--seek {
  display: none !important;
}
.plyr__controls .plyr__progress .plyr__progress--played {
  color: white;
  background-color: rgba(255, 255, 255, 0.05);
}
.plyr__controls .plyr__time {
  color: white;
}
.plyr__controls button:hover {
  background: transparent !important;
}
.plyr__controls button svg {
  fill: white;
  transition: fill 0.1s ease;
}
.plyr__controls button svg:hover {
  fill: rgba(255, 255, 255, 0.5);
}

#prefaceButtons {
  position: absolute;
  right: 0;
  padding: 3em 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease; /* Define the opacity transition */
}
.fresh #prefaceButtons {
  opacity: 1;
}
#prefaceButtons #playGameButton {
  border: none;
  outline: none;
  font-weight: 500;
  display: inline-block;
  background: #E3E3E1;
  border-radius: 50px;
  color: #1A1A1A;
  padding: 0.85em 1.7em;
  box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.15);
  cursor: pointer;
}
#prefaceButtons #playGameButton:active {
  opacity: 0.5;
}
#prefaceButtons #howToPlayButton {
  border: none;
  outline: none;
  font-weight: 500;
  display: inline-block;
  background: #E3E3E1;
  border-radius: 50px;
  color: #1A1A1A;
  padding: 0.85em 1.7em;
  box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.15);
  cursor: pointer;
  margin-left: 1em;
  color: white;
  background: transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
}
#prefaceButtons #howToPlayButton:active {
  opacity: 0.5;
}

#shareScore {
  margin-top: 5.5em;
  text-align: center;
  font-size: 16px;
  transform: translateY(65px);
  opacity: 0;
  pointer-events: none;
  margin-bottom: -8.5em;
  transition: opacity 0.5s ease 2s;
}
.finishedState #shareScore {
  pointer-events: auto;
  opacity: 1;
}
#shareScore .message {
  margin: 0.75em;
}
#shareScore .shareButton {
  border: none;
  outline: none;
  font-weight: 500;
  display: inline-block;
  background: #E3E3E1;
  border-radius: 50px;
  color: #1A1A1A;
  padding: 0.85em 1.7em;
  box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.15);
  cursor: pointer;
}
#shareScore .shareButton:active {
  opacity: 0.5;
}
#shareScore #seeScene {
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 500;
  display: inline-block;
  background: #E3E3E1;
  border-radius: 50px;
  color: #1A1A1A;
  padding: 0.85em 1.7em;
  box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.15);
  cursor: pointer;
  margin-right: 0.6em;
  color: white;
  background: transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
}
#shareScore #seeScene:active {
  opacity: 0.5;
}

#countdown {
  padding: 0.8em 0;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease 5s;
}
.finishedState #countdown {
  opacity: 1;
}
#countdown span {
  margin-left: 2px;
  font-weight: 500;
  color: white; /* Example: Red color */
  /* Add more styling as needed */
}

.clipboardTextarea {
  opacity: 0.01;
  height: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.audioContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 0em;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 1s, opacity 1s ease 0.3s;
  transform: translateY(40px);
}
.fresh .audioContainer {
  opacity: 0;
  pointer-events: none;
}
.finishedState .audioContainer {
  transform: translateY(210px);
}
.audioContainer .initialInstruction {
  position: absolute;
  transform: translate(25px, 50px);
  transition: opacity 0.35s ease;
  opacity: 0;
}
.initialState .audioContainer .initialInstruction {
  opacity: 1;
}
.guess0State .audioContainer .initialInstruction {
  opacity: 0;
}
.audioContainer .initialInstruction img {
  display: inline-block;
  width: 27px;
  height: 24px;
  opacity: 0.5;
}
.audioContainer .initialInstruction p {
  display: inline-block;
  font-size: 18px;
  transform: translate(5px, 4px);
}

#guesses {
  display: none;
}

.timeline {
  z-index: 1;
  padding: 0px;
  position: relative;
  height: 40px;
  margin: 0 36px -24px 38px;
  width: auto;
  height: 40px;
}

#guessesContainer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  width: 100%;
}
#guessesContainer .guess {
  width: 20px;
  position: absolute;
  text-align: center;
  height: 16px;
  opacity: 1;
  margin-left: -10px;
  background-image: url("assets/wrong_cross.png");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
  animation: timestampPop 2s cubic-bezier(0.75, 0, 0.6, 1.62) forwards;
  overflow: visible;
}
#guessesContainer .guess.correct {
  margin-left: -7px;
  animation: timestampPopStay 300ms cubic-bezier(0.75, 0, 0.6, 1.62) forwards;
  background-image: url("assets/correct_tick.png");
  background-size: 20px 15px;
}
#guessesContainer .guess.correct + .dot {
  background: #20E340;
}
#guessesContainer .dot {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  text-align: center;
  opacity: 1;
  margin-left: -8px;
  opacity: 0;
  background: #E52346;
  transform: translate(5px, 30px);
  animation: dotEmerge 0.3s ease forwards 1.75s;
}

#results {
  margin-top: 5em;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  height: 148px;
}
#results .noResults {
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 4px;
  padding: 10px 15px 9px 40px;
  color: rgba(255, 255, 255, 0.2);
}
#results ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  margin-top: 2px;
}
#results ul li {
  padding: 2px;
}
#results ul li a {
  padding: 10px 15px 9px 40px;
  display: block;
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#results ul li a > span {
  margin-left: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.15);
  opacity: 0;
}
#results ul li a .highlighted {
  color: white;
}

.successRainContainer {
  pointer-events: none;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: fixed;
}

.successRain {
  left: 0px;
  top: -100px;
  height: calc(100vh + 100px);
  overflow: hidden;
  position: relative;
}
.successRain #emojis {
  margin: 0 auto;
  width: 20px;
  overflow: visible;
  position: relative;
}

.backgroundFade, .sceneBackground {
  pointer-events: none;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 65vh;
  width: 100%;
  position: fixed;
}
@media (min-width: 600px) {
  .backgroundFade, .sceneBackground {
    height: 100vh;
  }
}

.backgroundFade {
  z-index: -1;
  background: rgb(18, 18, 18);
  background: linear-gradient(180deg, rgb(18, 18, 18) 30px, rgba(18, 18, 18, 0) 250px, rgb(18, 18, 18) 440px);
  opacity: 0;
  transition: opacity 2s ease;
}
.finishedState .backgroundFade {
  opacity: 1;
}
@media (min-width: 600px) {
  .finishedState .backgroundFade {
    background: linear-gradient(180deg, rgb(18, 18, 18) 0%, rgba(18, 18, 18, 0) 50%, rgb(18, 18, 18) 100%);
    opacity: 0.5;
  }
}

.sceneBackground {
  z-index: -1;
  background-repeat: no-repeat;
  background-position-y: 30px;
  background-position-x: center;
  background-size: 200%;
  opacity: 0;
  transition: opacity 1.5s ease 1.5s;
}
@media (min-width: 600px) {
  .sceneBackground {
    background-size: cover;
    background-position-y: 0px;
  }
}
.finishedState .sceneBackground {
  opacity: 0.5;
}

particle {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Styles for the toast notification container */
.toast {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out 0.2s;
  opacity: 0;
}

/* Styles for the toast content */
.toastContent {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin: 1em;
  padding: 1em 1.3em;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px); /* Add this line first, it fixes blur for Safari*/
  backdrop-filter: blur(15px);
}
.toastContent .emoji, .toastContent .toastMessage {
  margin: 0;
  font-size: 18px;
  color: white;
  display: inline-block;
}
.toastContent .emoji {
  margin-right: 0.5em;
}

/* Animation when toast slides in */
.toast.slide-in {
  transform: translateY(0);
  opacity: 1;
}

/* Additional styling for the message text */
.toast-message {
  font-size: 16px;
}

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