@font-face {
  font-family: "IBM Plex Mono";
  src: url("fonts/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("fonts/IBMPlexMono-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Impact";
  src: url("fonts/Impact.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.container .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.container .background .background-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.container .overlay {
  position: relative;
  z-index: 1;
}
.container .overlay .corner {
  position: fixed;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #C5EACA;
  letter-spacing: 0.05em;
  z-index: 1000;
}
.container .overlay .corner--top-left {
  top: 12px;
  left: 16px;
}
.container .overlay .corner--top-right {
  top: 12px;
  right: 16px;
  text-align: right;
}
.container .overlay .corner--bottom-left {
  bottom: 16px;
  left: 16px;
}
.container .overlay .corner--bottom-right {
  bottom: 16px;
  right: 16px;
}
.container .overlay .corner--bottom-right img {
  width: 50px;
  height: 60px;
  display: block;
}
.container .overlay .overlay-image {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.container .overlay .overlay-image--left {
  left: 16px;
}
.container .overlay .overlay-image--right {
  right: 16px;
}
.container .overlay .overlay-image img {
  width: 20px;
  height: 20px;
  display: block;
}
.container .header {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.container .header .video {
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  background: transparent;
  pointer-events: none;
}
.container .intro {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.container .intro .intro-text {
  width: 820px;
  max-width: 90vw;
  position: relative;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  white-space: pre-line;
  color: #C5EACA;
  min-height: 4em;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .container .intro .intro-text {
    text-align: center;
    margin: 0 20px;
  }
}
.container .challenges {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
  position: relative;
  z-index: 2;
}
.container .challenges .challenges-icon {
  width: 40px;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.container .challenges .challenges-title {
  font-family: "Impact", Arial, sans-serif;
  font-size: 100px;
  text-transform: uppercase;
  text-align: center;
  color: #C5EACA;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .container .challenges .challenges-title {
    font-size: 70px;
  }
}
.container .challenges .challenges-text {
  color: #C5EACA;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  width: 820px;
  max-width: 90vw;
  white-space: pre-line;
  position: relative;
  min-height: 4em;
  margin: 40px 0 60px 0;
}
@media (max-width: 900px) {
  .container .challenges .challenges-text {
    text-align: center;
    font-size: 16px;
  }
}
.container .challenges .phantom-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 330px;
  height: 80px;
  font-family: "Impact", Arial, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  text-decoration: none;
  border: 1px solid #E71F14;
  background: transparent;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.container .challenges .phantom-download-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E71F14;
  border-radius: 50%/50%;
  z-index: 0;
}
.container .challenges .phantom-download-btn span, .container .challenges .phantom-download-btn {
  position: relative;
  z-index: 1;
}
.container .challenges .phantom-download-btn span {
  padding: 28px 40px;
  text-shadow: none;
  line-height: 1.6rem;
}
@media (max-width: 600px) {
  .container .challenges .phantom-download-btn {
    font-size: 24px;
    padding: 20px;
  }
}

body {
  background: #000000;
  color: #ffffff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  color: #C5EACA;
}

.typed-cursor {
  display: inline-block;
  width: 0.8em;
  height: 1.2em;
  background: none;
  border-left: 8px solid #C5EACA;
  margin-left: 2px;
  animation: blink-cursor 0.8s steps(1) infinite;
  vertical-align: bottom;
}

@keyframes blink-cursor {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.challenges-weeks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  row-gap: 100px;
  column-gap: 40px;
  max-width: 1200px;
  z-index: 2;
  margin: 100px auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 900px) {
  .challenges-weeks {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.challenges-weeks .challenge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.challenges-weeks .challenge-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 0;
  background: none;
  margin-bottom: 0;
}
.challenges-weeks .challenge-title {
  font-family: "Impact", Arial, sans-serif;
  font-size: 32px;
  color: #C5EACA;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
}
.challenges-weeks .challenge-desc {
  color: #C5EACA;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  margin: 0;
  line-height: 1.25;
  max-width: 400px;
}
.challenges-weeks .challenge-sound {
  margin-top: 8px;
  background: none;
  border: none;
  color: #E71F14;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: color 0.2s;
}
.challenges-weeks .challenge-sound .play-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.challenges-weeks .challenge-sound span {
  font-size: 18px;
  color: #E71F14;
  margin-right: 4px;
}

@media (max-width: 900px) {
  .challenges-weeks {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
}
@media (max-width: 900px) {
  .challenges-weeks .challenge-desc {
    max-width: none;
  }
}
@media (max-width: 600px) {
  .header-image {
    width: 100vw;
    padding: 0;
    box-sizing: border-box;
  }
  .header-video {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    display: block;
  }
  .container .header .video {
    width: 100vw;
    max-width: 100vw;
    min-height: 50vh;
    height: 50vw;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }
}
.audio-player {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

.audio-play-pause {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-right: 20px;
}

.audio-play-pause::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  transform: rotate(45deg);
  box-sizing: border-box;
  z-index: 0;
}

.audio-icon {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  pointer-events: none;
}

.audio-progress-bar {
  flex: none;
  width: 100%;
  max-width: 220px;
  height: 10px;
  background: rgba(231, 31, 20, 0.4);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
}

.audio-progress-fill {
  height: 100%;
  width: 0;
  background: #E71F14;
  transition: width 0.1s linear;
  border-radius: 8px 0 0 8px;
}

@media (max-width: 600px) {
  .audio-player {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .audio-progress-bar {
    margin-left: 0;
    margin-top: 0;
    height: 8px;
  }
  .audio-play-pause {
    margin: 0 20px 0 0;
  }
}
.blinking-colon {
  animation: blink-colon 1s steps(1) infinite;
}

@keyframes blink-colon {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
body, h1, h2, h3, h4, h5, h6, p, span, a, li,
.challenge-desc, .challenge-title, .challenges-title, .intro-text, .challenges-text, .phantom-download-btn, .corner {
  text-shadow: 0 0 2px #C5EACA, 0 0 2px rgba(0, 0, 0, 0.2);
}

.phantom-video {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: transparent;
  pointer-events: none;
  display: block;
}

.safari-fallback {
  display: none;
  z-index: 2;
  background: transparent;
  max-width: 1200px;
  width: 90vw;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 700px) {
  .safari-fallback {
    max-width: 90vw;
    width: 90vw;
  }
}

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