.offscreen-measurement div {
  display: inline-block;
  white-space: pre;
}
.background-font {
  font-family: "Orbitron", sans-serif;
  font-size: 56px;
  line-height: 54px;
  text-transform: uppercase;
}
.poem-font {
  color: white;
  font-size: 26px;
  font-family: "CourierPrime-Regular", serif;
}
@media (orientation: landscape) and (max-width: 800px) {
  .poem-font {
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .poem-font {
    font-size: 16px;
  }
}
.default-font {
  color: white;
  font-size: 26px;
  font-family: "Orbitron", sans-serif;
}
@media (orientation: landscape) and (max-width: 800px) {
  .default-font {
    font-size: 18px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .default-font {
    font-size: 18px;
  }
}
body {
  margin: 0px;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: white;
  font-size: 26px;
  font-family: "Orbitron", sans-serif;
  background: black;
  -webkit-text-size-adjust: 100%;
}
@media (orientation: landscape) and (max-width: 800px) {
  html,
  body {
    font-size: 18px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  html,
  body {
    font-size: 18px;
  }
}
#main {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (orientation: portrait) {
  #main {
    left: 100dvw;
    width: 100dvh;
    height: 100dvw;
    left: calc(var(--vw, 1dvw) * 100);
    width: calc(var(--vh, 1dvh) * 100);
    height: calc(var(--vw, 1dvw) * 100);
    transform: rotate(90deg);
    transform-origin: top left;
  }
}
.white-backdrop {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: white;
}
video,
img {
  display: block;
  -webkit-user-drag: none;
}
button,
.button {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  padding: 0px;
}
button {
  border: none;
  background: transparent;
  color: white;
  font-size: 26px;
  font-family: "Orbitron", sans-serif;
  color: black;
}
@media (orientation: landscape) and (max-width: 800px) {
  button {
    font-size: 18px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  button {
    font-size: 18px;
  }
}
button:active {
  background: black;
  color: white;
}
.landing-page {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  overflow: hidden;
  background: white;
}
.landing-page .landing-body {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: center;
}
.landing-page .landing-header {
  position: absolute;
  top: 20px;
  left: 20px;
  background: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
  -webkit-transform: translateZ(1px);
  font-size: 18px;
  height: 52px;
}
@media (orientation: landscape) and (max-width: 750px) {
  .landing-page .landing-header {
    top: 10px;
    left: 10px;
  }
}
@media (orientation: portrait) and (max-height: 750px) {
  .landing-page .landing-header {
    top: 10px;
    left: 10px;
  }
}
.landing-page .nav-button {
  cursor: pointer;
  padding: 20px;
}
.landing-page .nav-button:last-child {
  padding-left: 0px;
}
.landing-page .tab {
  position: absolute;
  background: white;
  color: black;
  display: none;
}
.landing-page .tab[visible] {
  display: block;
}
.landing-page .tab p,
.landing-page .tab li {
  font-size: 80%;
}
.landing-page .tab-content {
  -webkit-transform: translateZ(1px);
}
.landing-page .about,
.landing-page .imprint {
  position: absolute;
  top: 92px;
  bottom: 110px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 80%;
  max-width: 880px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}
.landing-page .about .scrolling-container,
.landing-page .imprint .scrolling-container {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 10px 40px;
  box-sizing: border-box;
}
.landing-page .about .scrolling-container::-webkit-scrollbar,
.landing-page .imprint .scrolling-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.landing-page .about .scrolling-container::-webkit-scrollbar-thumb,
.landing-page .imprint .scrolling-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media (orientation: landscape) and (max-width: 750px) {
  .landing-page .about,
  .landing-page .imprint {
    left: 10px;
    right: 10px;
    top: 72px;
    bottom: 90px;
    transform: translateX(0px);
    width: auto;
  }
}
@media (orientation: portrait) and (max-height: 750px) {
  .landing-page .about,
  .landing-page .imprint {
    left: 10px;
    right: 10px;
    top: 72px;
    bottom: 90px;
    transform: translateX(0px);
    width: auto;
  }
}
.landing-page .language-selection,
.landing-page .start-over {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 40px;
  text-align: center;
  padding-bottom: 36px;
  z-index: 140;
}
@media (orientation: landscape) and (max-width: 750px) {
  .landing-page .language-selection,
  .landing-page .start-over {
    padding: 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
}
@media (orientation: portrait) and (max-height: 750px) {
  .landing-page .language-selection,
  .landing-page .start-over {
    padding: 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
}
.landing-page .two-buttons {
  padding: 20px 0px;
  padding-top: 26px;
}
@media (orientation: landscape) and (max-width: 750px) {
  .landing-page .two-buttons {
    padding-top: 0px;
  }
}
@media (orientation: portrait) and (max-height: 750px) {
  .landing-page .two-buttons {
    padding-top: 0px;
  }
}
.landing-page .tab.loading {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 40px;
  text-align: center;
}
.landing-page .buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.landing-page button {
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 22px;
  padding: 12px;
  width: 140px;
  flex-shrink: 0;
}
.landing-page button[toggled] {
  background: black;
  color: white;
}
.landing-page button.big {
  width: 100%;
  font-size: 110%;
}
.landing-page button.skinny {
  width: 100%;
  font-size: 60%;
  padding: 8px;
}
.landing-page .line {
  width: 20px;
  height: 1px;
  background: black;
  margin: 0px auto;
}
.landing-page .line.padded {
  margin: 20px auto;
}
.landing-page .landing-page-canvas {
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  pointer-events: all;
}
.landing-page .landing-footer {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: black;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateZ(1px);
  z-index: 50;
  padding: 26px;
  box-sizing: border-box;
  font-size: 28px;
  letter-spacing: 3px;
  opacity: 0;
}
.landing-page .landing-footer[visible] {
  opacity: 1;
}
@media (orientation: landscape) and (max-width: 750px) {
  .landing-page .landing-footer {
    bottom: 10px;
    right: 10px;
  }
}
@media (orientation: portrait) and (max-height: 750px) {
  .landing-page .landing-footer {
    bottom: 10px;
    right: 10px;
  }
}
.landing-page .landing-footer.loading {
  cursor: default;
  background: white;
  color: black;
  pointer-events: none;
}
.landing-page .stay-tuned {
  position: absolute;
  display: flex;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: black;
  align-items: center;
  justify-content: center;
}
.landing-page .stay-tuned .stay-tuned-padding {
  padding: 0px 20px;
  background: white;
  font-size: 80%;
  transform: translateZ(1px);
}
.chaos-board {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.chaos-board img {
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.chaos-board[visible] {
  opacity: 1;
  pointer-events: all;
}
.chaos-board .media-container {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.chaos-board .media-container .translation-container {
  -webkit-tap-highlight-color: transparent;
}
.chaos-board .media-container .translation-container.animating .cover-image {
  display: none;
}
.chaos-board .media-container .arno-video .opacity-container {
  opacity: 0.3;
  transition: opacity 0.2s ease;
}
.chaos-board .media-container .arno-video.animating {
  z-index: 75 !important;
  transition: transform 3s ease, width 3s ease;
}
.chaos-board .media-container .arno-video.ready-to-drag {
  transition: width 0.5s ease;
}
.chaos-board .media-container .gesture-video .opacity-container {
  opacity: 0.3;
  transition: opacity 0.2s ease;
}
.chaos-board .media-container .gesture-video.animating {
  z-index: 70 !important;
  opacity: 1 !important;
  transition: transform 3s ease, width 3s ease;
}
.chaos-board .media-container .gesture-video.ready-to-drag {
  transition: width 0.5s ease;
}
.chaos-board .media-container[foreground-video-type="arno"] .arno-video {
  z-index: 20;
}
.chaos-board .media-container[foreground-video-type="arno"] .arno-video.selected .opacity-container {
  opacity: 0.7;
}
.chaos-board .media-container[foreground-video-type="arno"] .gesture-video.selected .opacity-container {
  opacity: 1;
}
.chaos-board .media-container[foreground-video-type="gesture"] .gesture-video {
  z-index: 20;
}
.chaos-board .media-container[foreground-video-type="gesture"] .gesture-video.selected .opacity-container {
  opacity: 0.7;
}
.chaos-board .media-container[foreground-video-type="gesture"] .arno-video.selected .opacity-container {
  opacity: 1;
}
.chaos-board .media-container[selected-video-type="arno"] .arno-video .opacity-container {
  opacity: 0.8;
}
.chaos-board .media-container[selected-video-type="gesture"] .gesture-video .opacity-container {
  opacity: 0.8;
}
.chaos-board .media-container img,
.chaos-board .media-container video {
  position: absolute;
}
.chaos-board .media-container .cover-hint {
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  text-transform: uppercase;
  bottom: 20px;
  left: 20px;
  -webkit-transform: translateZ(1px);
}
.chaos-board .media-container .translation-container.panning .cover-hint {
  opacity: 0.5;
}
.chaos-board .media-container[hideGestureHints] .gesture-video .cover-hint {
  opacity: 0 !important;
}
.chaos-board .media-container img.tap-hint {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (orientation: landscape) and (max-width: 580px) {
  .chaos-board .media-container img.tap-hint {
    width: 40px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .chaos-board .media-container img.tap-hint {
    width: 40px;
  }
}
.chaos-board .media-container[showArnoTapHints] .arno-video .tap-hint {
  opacity: 0.6;
}
.chaos-board .media-container[showGestureTapHints] .gesture-video .tap-hint {
  opacity: 0.6;
}
.chaos-board .media-container .match-text-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 80;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transform-origin: center;
  mix-blend-mode: difference;
}
.chaos-board .media-container .match-text-container.animating {
  opacity: 1;
}
.chaos-board .media-container .match-text-container .match-text {
  text-align: left;
  color: white;
  font-size: 26px;
  font-family: "CourierPrime-Regular", serif;
  line-height: 42px;
  font-size: 34px;
  padding-left: 80px;
  box-sizing: border-box;
  width: 100%;
}
@media (orientation: landscape) and (max-width: 800px) {
  .chaos-board .media-container .match-text-container .match-text {
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .chaos-board .media-container .match-text-container .match-text {
    font-size: 16px;
  }
}
.chaos-board .media-container .match-text-container .match-text span {
  opacity: 0;
}
@media (orientation: landscape) and (max-width: 1500px) {
  .chaos-board .media-container .match-text-container .match-text {
    font-size: 28px;
  }
}
@media (orientation: portrait) and (max-height: 1500px) {
  .chaos-board .media-container .match-text-container .match-text {
    font-size: 28px;
  }
}
@media (orientation: landscape) and (max-width: 1200px) {
  .chaos-board .media-container .match-text-container .match-text {
    font-size: 25px;
  }
}
@media (orientation: portrait) and (max-height: 1200px) {
  .chaos-board .media-container .match-text-container .match-text {
    font-size: 25px;
  }
}
@media (orientation: landscape) and (max-width: 1050px) {
  .chaos-board .media-container .match-text-container .match-text {
    font-size: 23px;
  }
}
@media (orientation: portrait) and (max-height: 1050px) {
  .chaos-board .media-container .match-text-container .match-text {
    font-size: 23px;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .chaos-board .media-container .match-text-container .match-text {
    line-height: 25px;
    font-size: 20px;
  }
}
@media (orientation: portrait) and (max-height: 950px) {
  .chaos-board .media-container .match-text-container .match-text {
    line-height: 25px;
    font-size: 20px;
  }
}
@media (orientation: landscape) and (max-width: 800px) {
  .chaos-board .media-container .match-text-container .match-text {
    line-height: 30px;
    font-size: 15px;
    padding: 60px;
    padding-right: 10px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .chaos-board .media-container .match-text-container .match-text {
    line-height: 30px;
    font-size: 15px;
    padding: 60px;
    padding-right: 10px;
  }
}
@media (orientation: landscape) and (max-width: 580px) {
  .chaos-board .media-container .match-text-container .match-text {
    line-height: 16px;
    font-size: 7.5px;
    padding: 30px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .chaos-board .media-container .match-text-container .match-text {
    line-height: 16px;
    font-size: 7.5px;
    padding: 30px;
  }
}
.chaos-board .media-container .match-text-container .match-text-numeral {
  font-family: "Orbitron", sans-serif;
  position: absolute;
  right: 80px;
  bottom: 60px;
  opacity: 0;
  transition: opacity 2s ease;
}
.chaos-board .media-container .match-text-container .match-text-frame {
  position: absolute;
  opacity: 0;
  display: none;
}
.chaos-board .media-container .match-text-container .match-text-frame .fragment-number {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  color: white;
  font-size: 26px;
  font-family: "CourierPrime-Regular", serif;
}
@media (orientation: landscape) and (max-width: 800px) {
  .chaos-board .media-container .match-text-container .match-text-frame .fragment-number {
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .chaos-board .media-container .match-text-container .match-text-frame .fragment-number {
    font-size: 16px;
  }
}
@media (orientation: landscape) and (max-width: 700px) {
  .chaos-board .media-container .match-text-container .match-text-frame .fragment-number {
    top: 30px;
  }
}
@media (orientation: portrait) and (max-height: 700px) {
  .chaos-board .media-container .match-text-container .match-text-frame .fragment-number {
    top: 30px;
  }
}
.chaos-board .media-container .match-text-container .match-text-frame .top-left-horizontal {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 2px;
  width: 60px;
  background: white;
}
@media (orientation: landscape) and (max-width: 580px) {
  .chaos-board .media-container .match-text-container .match-text-frame .top-left-horizontal {
    height: 2px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .chaos-board .media-container .match-text-container .match-text-frame .top-left-horizontal {
    height: 2px;
  }
}
.chaos-board .media-container .match-text-container .match-text-frame .top-left-vertical {
  position: absolute;
  top: 17px;
  left: 24px;
  height: 40px;
  width: 2px;
  background: white;
}
@media (orientation: landscape) and (max-width: 580px) {
  .chaos-board .media-container .match-text-container .match-text-frame .top-left-vertical {
    width: 2px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .chaos-board .media-container .match-text-container .match-text-frame .top-left-vertical {
    width: 2px;
  }
}
.chaos-board .media-container .match-text-container .match-text-frame .bottom-right-horizontal {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 2px;
  width: 60px;
  background: white;
}
@media (orientation: landscape) and (max-width: 580px) {
  .chaos-board .media-container .match-text-container .match-text-frame .bottom-right-horizontal {
    height: 2px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .chaos-board .media-container .match-text-container .match-text-frame .bottom-right-horizontal {
    height: 2px;
  }
}
.chaos-board .media-container .match-text-container .match-text-frame .bottom-right-vertical {
  position: absolute;
  bottom: 17px;
  right: 24px;
  height: 40px;
  width: 2px;
  background: white;
}
@media (orientation: landscape) and (max-width: 580px) {
  .chaos-board .media-container .match-text-container .match-text-frame .bottom-right-vertical {
    width: 2px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .chaos-board .media-container .match-text-container .match-text-frame .bottom-right-vertical {
    width: 2px;
  }
}
.chaos-board .translation-container {
  position: absolute;
  z-index: 10;
}
.chaos-board .translation-container.animating {
  z-index: 50;
}
.chaos-board .translation-container img,
.chaos-board .translation-container video {
  width: 100%;
}
.chaos-board .translation-container:hover {
  cursor: pointer;
}
.chaos-board .grid-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 30;
  pointer-events: none;
}
.chaos-board .grid-button[visible] {
  pointer-events: all;
}
.chaos-board .grid-button img {
  width: 100%;
}
.chaos-board .morph-button {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  filter: invert(0);
  top: 0px;
  right: 0px;
}
.chaos-board .morph-button[visible] {
  opacity: 1;
}
.chaos-board .morph-button[game-over] {
  z-index: 25;
  transform: translateZ(1px);
}
.chaos-board .match-animation-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  z-index: 60;
  pointer-events: none;
}
.chaos-board .match-animation-big-morphing-glyph {
  position: absolute;
  top: 0px;
  left: 0px;
  filter: invert(1);
  opacity: 0;
  pointer-events: none;
}
.chaos-board .match-animation-backdrop {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
  background: #0a0a0a;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 60;
}
.chaos-board .match-animation-backdrop.animating {
  opacity: 1;
  pointer-events: all;
}
.chaos-board .match-animation-grid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  display: flex;
  justify-content: center;
  gap: 5px;
  opacity: 0;
  z-index: 10;
}
.chaos-board .match-animation-grid .grid-cell {
  width: 0px;
  flex-grow: 1;
  aspect-ratio: 16 / 9;
  position: relative;
  max-width: 150px;
}
.chaos-board .match-animation-grid .grid-cell .filling {
  position: absolute;
  width: 100%;
  border: 1px solid white;
  aspect-ratio: 16 / 9;
  transition: width 0.5s ease, height 0.5s ease, background 0.5s ease;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: black;
}
.chaos-board .match-animation-grid .grid-cell .grid-cell-index {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.chaos-board .match-animation-grid .grid-cell video,
.chaos-board .match-animation-grid .grid-cell img {
  width: 100%;
  height: 100%;
}
.chaos-board .match-animation-grid .grid-cell img {
  filter: invert(1);
  z-index: 10;
}
.chaos-board .match-animation-grid .grid-cell.target .filling {
  z-index: 10;
}
.chaos-board .match-animation-grid .grid-cell.expanded .filling {
  width: 200px;
}
.chaos-board .match-animation-grid .grid-cell.expanded .grid-cell-index {
  opacity: 1;
}
.chaos-board .match-animation-grid .grid-cell.ready-to-fill .filling {
  background: #bababa;
}
.chaos-board .match-animation-grid .grid-cell.ready-to-fill .grid-cell-index {
  opacity: 0;
}
.chaos-board .game-over-container {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 20;
  transform: translateZ(1px);
}
.chaos-board .game-over-container video {
  max-width: 80%;
}
.chaos-board .inverted-snapshot {
  opacity: 0;
  filter: invert(1);
  z-index: 10;
}
.chaos-board .match-status {
  pointer-events: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.3);
  gap: 20px;
  display: none;
}
.chaos-board .match-status-message {
  font-family: 'Aldrich';
  margin-top: 3px;
}
.journal-component {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: black;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  z-index: 50;
  -webkit-transform: translateZ(1px);
}
.journal-component[visible] {
  pointer-events: all;
  opacity: 1;
}
.journal-component .grid-view {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}
.journal-component .grid-view[visible] {
  display: flex;
}
.journal-component .grid-view-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #0c0c0c;
  -webkit-transform: translateZ(1px);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.journal-component .grid-view-cover[visible] {
  opacity: 1;
  pointer-events: all;
}
.journal-component .journal-nav-right {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: black;
  -webkit-transform: translateZ(1px);
}
@media (orientation: landscape) and (max-width: 580px) {
  .journal-component .journal-nav-right {
    width: 40px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .journal-component .journal-nav-right {
    width: 40px;
  }
}
.journal-component .journal-nav-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  background: black;
  -webkit-transform: translateZ(1px);
}
@media (orientation: landscape) and (max-width: 580px) {
  .journal-component .journal-nav-left {
    width: 40px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .journal-component .journal-nav-left {
    width: 40px;
  }
}
.journal-component .page-right-button,
.journal-component .page-left-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.journal-component .page-right-button[visible],
.journal-component .page-left-button[visible] {
  opacity: 1;
  pointer-events: all;
}
.journal-component .page-right-button img,
.journal-component .page-left-button img {
  width: 100%;
  filter: invert(1);
  opacity: 0.6;
}
.journal-component .playback-nav {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 60px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.journal-component .playback-nav {
  border-left: none;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.journal-component .close-journal-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  display: none;
}
.journal-component .close-journal-button[visible] {
  display: block;
}
.journal-component .toggle-texts-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.journal-component .toggle-texts-button .white-circle {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 30px;
}
.journal-component .play-all-button {
  position: absolute;
  bottom: 20px;
  padding: 10px;
  cursor: pointer;
  visibility: hidden;
}
.journal-component .play-all-button[visible] {
  visibility: visible;
}
.journal-component .play-all-button img {
  width: 100%;
}
.journal-component .holzer-and-dock {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  -webkit-transform-style: preserve-3d;
}
.journal-component .holzer-and-dock.slow {
  transition: transform 2.5s ease;
}
.journal-component .holzer-canvases {
  position: absolute;
  top: 0px;
  left: 0px;
}
.journal-component .holzer-canvases canvas {
  position: absolute;
  top: 0px;
}
.journal-component .journal-dock {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0px 50px;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.journal-component .journal-dock .chapter-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@keyframes pulse {
  0% {
    color: white;
  }
  30% {
    color: grey;
  }
  100% {
    color: white;
  }
}
.journal-component .journal-dock .numeral {
  font-size: 155px;
  margin-top: -8px;
}
.journal-component .journal-dock .numeral.spacer {
  font-size: 250px;
}
.journal-component .journal-dock .numeral.pulse {
  animation: pulse 0.5s ease-in-out infinite;
}
.journal-component .journal-dock .text-title-and-author {
  position: absolute;
  transform: rotate(-90deg);
  color: #4a4a4a;
  width: 100dvh;
  cursor: pointer;
}
@media (orientation: portrait) {
  .journal-component .journal-dock .text-title-and-author {
    width: 100dvw;
  }
}
.journal-component .journal-dock .text-title {
  text-transform: uppercase;
  font-size: 100px;
  display: flex;
  justify-content: space-between;
}
@media (orientation: landscape) and (max-height: 800px) {
  .journal-component .journal-dock .text-title {
    font-size: 80px;
  }
}
@media (orientation: portrait) and (max-width: 800px) {
  .journal-component .journal-dock .text-title {
    font-size: 80px;
  }
}
@media (orientation: landscape) and (max-height: 660px) {
  .journal-component .journal-dock .text-title {
    font-size: 60px;
  }
}
@media (orientation: portrait) and (max-width: 660px) {
  .journal-component .journal-dock .text-title {
    font-size: 60px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .journal-component .journal-dock .text-title {
    font-size: 48px;
  }
}
@media (orientation: portrait) and (max-width: 500px) {
  .journal-component .journal-dock .text-title {
    font-size: 48px;
  }
}
@media (orientation: landscape) and (max-height: 400px) {
  .journal-component .journal-dock .text-title {
    font-size: 35px;
  }
}
@media (orientation: portrait) and (max-width: 400px) {
  .journal-component .journal-dock .text-title {
    font-size: 35px;
  }
}
.journal-component .journal-dock .text-title.hyro {
  letter-spacing: 10px;
}
.journal-component .journal-dock .text-author {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 60px;
  text-transform: uppercase;
  box-sizing: border-box;
}
@media (orientation: landscape) and (max-height: 745px) {
  .journal-component .journal-dock .text-author {
    font-size: 50px;
  }
}
@media (orientation: portrait) and (max-width: 745px) {
  .journal-component .journal-dock .text-author {
    font-size: 50px;
  }
}
@media (orientation: landscape) and (max-height: 660px) {
  .journal-component .journal-dock .text-author {
    font-size: 40px;
  }
}
@media (orientation: portrait) and (max-width: 660px) {
  .journal-component .journal-dock .text-author {
    font-size: 40px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .journal-component .journal-dock .text-author {
    font-size: 30px;
  }
}
@media (orientation: portrait) and (max-width: 500px) {
  .journal-component .journal-dock .text-author {
    font-size: 30px;
  }
}
@media (orientation: landscape) and (max-height: 400px) {
  .journal-component .journal-dock .text-author {
    font-size: 20px;
  }
}
@media (orientation: portrait) and (max-width: 400px) {
  .journal-component .journal-dock .text-author {
    font-size: 20px;
  }
}
.journal-component .journal-dock .journal-dock-item {
  width: 200px;
  aspect-ratio: 16 / 9;
  border: 1px solid white;
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
  position: relative;
  -webkit-transform: translateZ(1px);
}
.journal-component .journal-dock .journal-dock-item.chapter-complete {
  border: none;
}
.journal-component .journal-dock .journal-dock-item img {
  width: 100%;
  height: 100%;
  filter: invert(1);
}
.journal-component .journal-dock .journal-dock-item img.play-all {
  position: relative;
  width: 300px;
  filter: invert(0.5);
  opacity: 0.7;
  z-index: 200;
  cursor: pointer;
}
.journal-component .journal-dock .journal-dock-item.chapter-started .numeral {
  z-index: 10;
}
.journal-component .journal-dock .journal-dock-item.chapter-started img.play-all {
  position: absolute;
  height: 200px;
  z-index: 0;
}
.journal-component .journal-dock .text-title-animation-char {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  font-family: "Orbitron", sans-serif;
  font-size: 56px;
  line-height: 54px;
  text-transform: uppercase;
  font-size: 180px;
  transform: translate(-50%, -50%);
}
.journal-component .selected-dock-item {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease;
  width: 300px;
  aspect-ratio: 16 / 9;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.journal-component .selected-dock-item.magnifying {
  cursor: pointer;
  transition: left 0.5s ease, transform 0.5s ease, width 0.5s ease;
  pointer-events: all;
}
.journal-component .selected-dock-item.magnifying .selected-dock-playback-container {
  background: black;
}
.journal-component .selected-dock-item.magnifying .selected-dock-match-text-frame {
  opacity: 0.9;
}
.journal-component .selected-dock-item .empty-number-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  color: black;
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.journal-component .selected-dock-item .thumbs-container {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.journal-component .selected-dock-item .selected-dock-playback-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.journal-component .selected-dock-item .selected-dock-playback-container video,
.journal-component .selected-dock-item .selected-dock-playback-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}
.journal-component .selected-dock-item .selected-dock-playback-container video.arno,
.journal-component .selected-dock-item .selected-dock-playback-container img.arno {
  opacity: 0.7;
}
.journal-component .selected-dock-item .selected-dock-text-container {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.journal-component .selected-dock-item.hide-text .selected-dock-match-text {
  opacity: 0 !important;
}
.journal-component .selected-dock-item.hide-text .selected-dock-match-text-frame {
  opacity: 0 !important;
}
.journal-component .selected-dock-item .selected-dock-match-text {
  text-align: left;
  line-height: 60px;
  font-size: 22px;
  padding: 80px;
  box-sizing: border-box;
  color: white;
  font-size: 26px;
  font-family: "CourierPrime-Regular", serif;
  transition: opacity 0.5s ease;
  flex-grow: 1;
}
@media (orientation: landscape) and (max-width: 800px) {
  .journal-component .selected-dock-item .selected-dock-match-text {
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .journal-component .selected-dock-item .selected-dock-match-text {
    font-size: 16px;
  }
}
.journal-component .selected-dock-item .selected-dock-match-text span {
  opacity: 0;
}
@media (orientation: landscape) and (max-width: 1200px) {
  .journal-component .selected-dock-item .selected-dock-match-text {
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-height: 1200px) {
  .journal-component .selected-dock-item .selected-dock-match-text {
    font-size: 16px;
  }
}
@media (orientation: landscape) and (max-width: 800px) {
  .journal-component .selected-dock-item .selected-dock-match-text {
    line-height: 30px;
    font-size: 11px;
    padding: 60px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .journal-component .selected-dock-item .selected-dock-match-text {
    line-height: 30px;
    font-size: 11px;
    padding: 60px;
  }
}
@media (orientation: landscape) and (max-width: 580px) {
  .journal-component .selected-dock-item .selected-dock-match-text {
    line-height: 14px;
    font-size: 6px;
    padding: 30px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .journal-component .selected-dock-item .selected-dock-match-text {
    line-height: 14px;
    font-size: 6px;
    padding: 30px;
  }
}
.journal-component .selected-dock-item .selected-dock-match-text-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.journal-component .selected-dock-item .selected-dock-match-text-frame .fragment-number {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  color: white;
  font-size: 26px;
  font-family: "CourierPrime-Regular", serif;
}
@media (orientation: landscape) and (max-width: 800px) {
  .journal-component .selected-dock-item .selected-dock-match-text-frame .fragment-number {
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .journal-component .selected-dock-item .selected-dock-match-text-frame .fragment-number {
    font-size: 16px;
  }
}
@media (orientation: landscape) and (max-width: 700px) {
  .journal-component .selected-dock-item .selected-dock-match-text-frame .fragment-number {
    top: 30px;
  }
}
@media (orientation: portrait) and (max-height: 700px) {
  .journal-component .selected-dock-item .selected-dock-match-text-frame .fragment-number {
    top: 30px;
  }
}
.journal-component .selected-dock-item .selected-dock-match-text-frame .top-left-horizontal {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 2px;
  width: 60px;
  background: white;
}
@media (orientation: landscape) and (max-width: 580px) {
  .journal-component .selected-dock-item .selected-dock-match-text-frame .top-left-horizontal {
    height: 2px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .journal-component .selected-dock-item .selected-dock-match-text-frame .top-left-horizontal {
    height: 2px;
  }
}
.journal-component .selected-dock-item .selected-dock-match-text-frame .top-left-vertical {
  position: absolute;
  top: 17px;
  left: 24px;
  height: 40px;
  width: 2px;
  background: white;
}
@media (orientation: landscape) and (max-width: 580px) {
  .journal-component .selected-dock-item .selected-dock-match-text-frame .top-left-vertical {
    width: 2px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .journal-component .selected-dock-item .selected-dock-match-text-frame .top-left-vertical {
    width: 2px;
  }
}
.journal-component .selected-dock-item .selected-dock-match-text-frame .bottom-right-horizontal {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 2px;
  width: 60px;
  background: white;
}
@media (orientation: landscape) and (max-width: 580px) {
  .journal-component .selected-dock-item .selected-dock-match-text-frame .bottom-right-horizontal {
    height: 2px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .journal-component .selected-dock-item .selected-dock-match-text-frame .bottom-right-horizontal {
    height: 2px;
  }
}
.journal-component .selected-dock-item .selected-dock-match-text-frame .bottom-right-vertical {
  position: absolute;
  bottom: 17px;
  right: 24px;
  height: 40px;
  width: 2px;
  background: white;
}
@media (orientation: landscape) and (max-width: 580px) {
  .journal-component .selected-dock-item .selected-dock-match-text-frame .bottom-right-vertical {
    width: 2px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .journal-component .selected-dock-item .selected-dock-match-text-frame .bottom-right-vertical {
    width: 2px;
  }
}
.journal-component .selected-dock-item img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.journal-component .selected-dock-item img.arno {
  opacity: 0.7;
}
.journal-component .playback-view,
.journal-component .play-all-view {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.journal-component .playback-view[visible],
.journal-component .play-all-view[visible] {
  opacity: 1;
  pointer-events: all;
}
.journal-component .playback-view .playback-body,
.journal-component .play-all-view .playback-body {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.journal-component .playback-view .debug-info,
.journal-component .play-all-view .debug-info {
  font-family: sans-serif;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.journal-component .playback-view .playback-view-click-target,
.journal-component .play-all-view .playback-view-click-target {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.journal-component .playback-view .playback-view-fragment-number,
.journal-component .play-all-view .playback-view-fragment-number {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 26px;
  z-index: 500;
  pointer-events: none;
  color: grey;
  -webkit-transform: translateZ(1px);
}
.journal-component .playback-view .playback-media,
.journal-component .play-all-view .playback-media {
  position: absolute;
  top: 20px;
  left: 80px;
  right: 80px;
  bottom: 90px;
  cursor: pointer;
}
.journal-component .playback-view .playback-media .author-container,
.journal-component .play-all-view .playback-media .author-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  visibility: hidden;
}
.journal-component .playback-view .playback-media .author-container[visible],
.journal-component .play-all-view .playback-media .author-container[visible] {
  visibility: visible;
}
.journal-component .playback-view .playback-media .media-container,
.journal-component .play-all-view .playback-media .media-container {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  aspect-ratio: 16/9;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.journal-component .playback-view .playback-media .media-container.text-container,
.journal-component .play-all-view .playback-media .media-container.text-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.journal-component .playback-view .playback-media .media-container[visible],
.journal-component .play-all-view .playback-media .media-container[visible] {
  opacity: 1;
}
.journal-component .playback-view .playback-media .media-container[arno],
.journal-component .play-all-view .playback-media .media-container[arno] {
  mix-blend-mode: lighten;
}
.journal-component .playback-view .playback-media .media-container .fragment-text,
.journal-component .play-all-view .playback-media .media-container .fragment-text {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: white;
  font-size: 26px;
  font-family: "CourierPrime-Regular", serif;
}
@media (orientation: landscape) and (max-width: 800px) {
  .journal-component .playback-view .playback-media .media-container .fragment-text,
  .journal-component .play-all-view .playback-media .media-container .fragment-text {
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .journal-component .playback-view .playback-media .media-container .fragment-text,
  .journal-component .play-all-view .playback-media .media-container .fragment-text {
    font-size: 16px;
  }
}
.journal-component .playback-view .playback-media .media-container:not([visible]),
.journal-component .play-all-view .playback-media .media-container:not([visible]) {
  opacity: 0 !important;
}
.journal-component .playback-view .playback-media .media-container video,
.journal-component .play-all-view .playback-media .media-container video {
  height: 100%;
  aspect-ratio: 16/9;
}
.journal-component .playback-view .layer-toggles,
.journal-component .play-all-view .layer-toggles {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  gap: 3px;
  z-index: 500;
  -webkit-transform: translateZ(1px);
}
@media (orientation: landscape) and (max-width: 580px) {
  .journal-component .playback-view .layer-toggles,
  .journal-component .play-all-view .layer-toggles {
    height: 45px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .journal-component .playback-view .layer-toggles,
  .journal-component .play-all-view .layer-toggles {
    height: 45px;
  }
}
.journal-component .playback-view .layer-toggles .layer-toggle,
.journal-component .play-all-view .layer-toggles .layer-toggle {
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  width: 80px;
  height: 30px;
  border: 1px solid #4d4d4d;
  box-sizing: border-box;
}
@media (orientation: landscape) and (max-width: 580px) {
  .journal-component .playback-view .layer-toggles .layer-toggle,
  .journal-component .play-all-view .layer-toggles .layer-toggle {
    height: 20px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .journal-component .playback-view .layer-toggles .layer-toggle,
  .journal-component .play-all-view .layer-toggles .layer-toggle {
    height: 20px;
  }
}
.journal-component .playback-view .layer-toggles .layer-toggle[active],
.journal-component .play-all-view .layer-toggles .layer-toggle[active] {
  background: rgba(255, 255, 255, 0.5);
}
.journal-component .playback-view .layer-toggles .layer-toggle:first-child,
.journal-component .play-all-view .layer-toggles .layer-toggle:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.journal-component .playback-view .layer-toggles .layer-toggle:last-child,
.journal-component .play-all-view .layer-toggles .layer-toggle:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.journal-component .playback-view .left-arrow-button,
.journal-component .play-all-view .left-arrow-button,
.journal-component .playback-view .right-arrow-button,
.journal-component .play-all-view .right-arrow-button {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  filter: invert(1);
  opacity: 0.3;
  visibility: hidden;
  cursor: pointer;
  -webkit-transform: translateZ(1px);
}
@media (orientation: landscape) and (max-width: 580px) {
  .journal-component .playback-view .left-arrow-button,
  .journal-component .play-all-view .left-arrow-button,
  .journal-component .playback-view .right-arrow-button,
  .journal-component .play-all-view .right-arrow-button {
    margin-top: -20px;
    width: 40px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .journal-component .playback-view .left-arrow-button,
  .journal-component .play-all-view .left-arrow-button,
  .journal-component .playback-view .right-arrow-button,
  .journal-component .play-all-view .right-arrow-button {
    margin-top: -20px;
    width: 40px;
  }
}
.journal-component .playback-view .left-arrow-button[visible],
.journal-component .play-all-view .left-arrow-button[visible],
.journal-component .playback-view .right-arrow-button[visible],
.journal-component .play-all-view .right-arrow-button[visible] {
  visibility: visible;
}
.journal-component .playback-view .left-arrow-button img,
.journal-component .play-all-view .left-arrow-button img,
.journal-component .playback-view .right-arrow-button img,
.journal-component .play-all-view .right-arrow-button img {
  width: 100%;
}
.journal-component .playback-view .right-arrow-button,
.journal-component .play-all-view .right-arrow-button {
  right: 0px;
}
.journal-component .playback-view .close-playback-view,
.journal-component .play-all-view .close-playback-view {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  padding: 10px;
  box-sizing: content-box;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transform: translateZ(1px);
}
.journal-component .playback-view .close-playback-view img,
.journal-component .play-all-view .close-playback-view img {
  width: 100%;
}
.journal-component .play-all-view .next-text-fragment {
  position: absolute;
  opacity: 1;
  transition: opacity 1s ease;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: white;
  font-size: 26px;
  font-family: "CourierPrime-Regular", serif;
}
@media (orientation: landscape) and (max-width: 800px) {
  .journal-component .play-all-view .next-text-fragment {
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .journal-component .play-all-view .next-text-fragment {
    font-size: 16px;
  }
}
@media (orientation: landscape) and (max-width: 800px) {
  .journal-component .play-all-view .next-text-fragment {
    line-height: 40px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .journal-component .play-all-view .next-text-fragment {
    line-height: 40px;
  }
}
.journal-component .play-all-view .next-text-fragment span {
  opacity: 0;
}
.journal-component .play-all-view .next-text-fragment.fade-out {
  opacity: 0;
}
.journal-component .journal-glyphs {
  opacity: 0;
  transition: opacity 1s ease;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translateZ(1px);
}
.journal-component .journal-glyphs[visible] {
  opacity: 1;
}
.journal-component svg.morphing-glyph {
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
  transform-origin: center;
  transition: transform 0.5s ease;
}
.journal-component svg.morphing-glyph[mueller] {
  transform: rotate(0deg);
}
.journal-component svg.morphing-glyph[kafka] {
  transform: rotate(-30deg);
}
.journal-component svg.morphing-glyph[hyro] {
  transform: rotate(30deg);
}
.journal-component .holzer-canvas {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  image-rendering: pixelated;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.onboarding {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  transition: opacity 5s ease;
  background: white;
}
.onboarding .onboarding-layer {
  width: 100%;
  height: 100%;
}
.onboarding .zoom-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform: scale(1);
  transform-origin: center;
}
.onboarding .for-fragment-text {
  opacity: 0;
}
.onboarding .fragment-text {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  margin: 0px auto;
  color: white;
  font-size: 26px;
  font-family: "CourierPrime-Regular", serif;
  color: black;
}
@media (orientation: landscape) and (max-width: 800px) {
  .onboarding .fragment-text {
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .onboarding .fragment-text {
    font-size: 16px;
  }
}
.onboarding .fragment-media {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 16/9;
}
.onboarding .fragment-media .arno-video {
  position: absolute;
  width: 100%;
  opacity: 0.5;
  z-index: 10;
}
.onboarding .fragment-media .gesture-video {
  position: absolute;
  opacity: 0.5;
  width: 100%;
}
.onboarding .fragment-media video {
  width: 100%;
}
.onboarding .sound-on {
  width: 20px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 100%);
  opacity: 0.3;
}
.match-text-frame-mixin .fragment-number {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  color: white;
  font-size: 26px;
  font-family: "CourierPrime-Regular", serif;
}
@media (orientation: landscape) and (max-width: 800px) {
  .match-text-frame-mixin .fragment-number {
    font-size: 16px;
  }
}
@media (orientation: portrait) and (max-height: 800px) {
  .match-text-frame-mixin .fragment-number {
    font-size: 16px;
  }
}
@media (orientation: landscape) and (max-width: 700px) {
  .match-text-frame-mixin .fragment-number {
    top: 30px;
  }
}
@media (orientation: portrait) and (max-height: 700px) {
  .match-text-frame-mixin .fragment-number {
    top: 30px;
  }
}
.match-text-frame-mixin .top-left-horizontal {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 2px;
  width: 60px;
  background: white;
}
@media (orientation: landscape) and (max-width: 580px) {
  .match-text-frame-mixin .top-left-horizontal {
    height: 2px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .match-text-frame-mixin .top-left-horizontal {
    height: 2px;
  }
}
.match-text-frame-mixin .top-left-vertical {
  position: absolute;
  top: 17px;
  left: 24px;
  height: 40px;
  width: 2px;
  background: white;
}
@media (orientation: landscape) and (max-width: 580px) {
  .match-text-frame-mixin .top-left-vertical {
    width: 2px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .match-text-frame-mixin .top-left-vertical {
    width: 2px;
  }
}
.match-text-frame-mixin .bottom-right-horizontal {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 2px;
  width: 60px;
  background: white;
}
@media (orientation: landscape) and (max-width: 580px) {
  .match-text-frame-mixin .bottom-right-horizontal {
    height: 2px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .match-text-frame-mixin .bottom-right-horizontal {
    height: 2px;
  }
}
.match-text-frame-mixin .bottom-right-vertical {
  position: absolute;
  bottom: 17px;
  right: 24px;
  height: 40px;
  width: 2px;
  background: white;
}
@media (orientation: landscape) and (max-width: 580px) {
  .match-text-frame-mixin .bottom-right-vertical {
    width: 2px;
  }
}
@media (orientation: portrait) and (max-height: 580px) {
  .match-text-frame-mixin .bottom-right-vertical {
    width: 2px;
  }
}
