
body {
  background-color: #b7bab1;
  color: black;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.bgblack {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #070803;
  clip-path: polygon(0 0, 0 86dvh, 100dvw 10dvh, 100dvw 0);
  z-index: -1;
}
.bg30 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: repeating-linear-gradient(30deg, transparent, transparent 7px, #0e0f07 7px, #0e0f07 10px);
  clip-path: polygon(70dvw 0, 70dvw 60dvh, 100dvw 60dvh, 100dvw 0);
}
.bg45 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 7px, #0e0f07 7px, #0e0f07 10px);
  clip-path: polygon(40dvw 0, 70dvw 50dvh, 70dvw 0);
}
.bg0 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: repeating-linear-gradient(transparent, transparent 7px, #0e0f07 7px, #0e0f07 10px);
  clip-path: polygon(0 0, 40dvw 0, 55dvw 25dvh, 0 10dvh);
}
.bg90 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: repeating-linear-gradient(90deg, transparent, transparent 7px, #0e0f07 7px, #0e0f07 10px);
  clip-path: polygon(55dvw 25dvh, 0 10dvh, 0 30dvh, 70dvw 50dvh);
}
.bg120 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: repeating-linear-gradient(120deg, transparent, transparent 7px, #0e0f07 7px, #0e0f07 10px);
  clip-path: polygon(0 30dvh, 35dvw 40dvh, 0 100dvh);
}
.bg75 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: repeating-linear-gradient(75deg, transparent, transparent 7px, #0e0f07 7px, #0e0f07 10px);
  clip-path: polygon(35dvw 40dvh, 70dvw 50dvh, 70dvw 100dvh, 0 100dvh);
}
.bgaccent {
  position: absolute;
  background-color: #b6e005;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  clip-path: polygon(0 0, 0 90dvh, 100dvw 26dvh, 100dvw 0);
  z-index: -2;
}
.accent-symbols {
  position: absolute;
  right: 1dvw;
  top: -4dvw;
  width: 15dvw;
  height: 30dvw;
  font-family: "Saiba-45";
  font-size: 17dvw;
  color: #b7bab1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 0.63;
  pointer-events: none;
}
.accent-dark {
  position: absolute;
  font-size: 17dvw;
  color: #070803;
  bottom: -3dvw;
  left: 5dvw;
  line-height: 1;
  display: flex;
  pointer-events: none;
}
.d-solid {
  position: relative;
  transform: scale(-1, -1);
  font-family: "Saiba-45";
}
.d-outline {
  position: relative;
  transform: scale(-1, -1);
  font-family: "Saiba-45 Outline";
}
.outline {
  position: relative;
  color: #b7bab1;
  text-align: center;
  font-family: "Saiba-45 Outline";
  animation: 10s flicker infinite;
}
.solid {
  position: relative;
  text-align: center;
  animation: 12s flicker-off infinite;
}
.title {
  position: absolute;
  font-family: "CCSuperhuman";
  font-size: 3dvw;
  top: 0;
  left: 0;
  color: #b6e005;
  pointer-events: none;
}
.accent-left {
  position: absolute;
  top: 3dvw;
  left: 0;
  color: #b7bab1;
  font-family: "Saiba-45";
  font-size: 6dvw;
  pointer-events: none;
}
.gray {
  color: #b7bab1;
}
/*.rounded-corner {
  position: absolute;
  top: 4dvh;
  left: 0;
  background-color: #b7bab1;
  width: 30dvw;
  height: 10dvh;
  border-radius: 0 4dvh 4dvh 0;
}
.rounded-bg {
  position: absolute;
  top: 6.5dvh;
  left: 0;
  background-color: transparent;
  border-radius: 0 2dvh 2dvh 0;
  width: 26dvw;
  height: 1dvh;
  border: 2dvh solid #a0a0a0;
  border-left: none;
}
.rounded-center { 
  position: absolute;
  top: 8.5dvh;
  left: 0;
  background-color: #070803;
  border-radius: 0 1dvh 1dvh 0;
  width: 26dvw;
  height: 1dvh;
} */
.lefttext {
  position: absolute;
  top: 9.5dvw;
  left: 0.5dvw;
  color: #b7bab1;
  font-family: monospace;
  font-size: 1dvw;
  text-transform: lowercase;
  display: flex;
  flex-direction: column;
}
.righttext {
  position: absolute;
  bottom: 2dvh;
  right: 0.5dvw;
  text-align: right;
  font-family: monospace;
  font-size: 1.5dvh;
  color: #070803;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
}
.linklist {
  position: relative;
}
.bound {
  background-color: #b6e005;
  text-transform: lowercase;
}
.tag {
  color: #b6e005;
  background-color: #070803;
  text-transform: lowercase;
}
.righttext a {
  color: #070803;
  background-color: #b7bab1;
}
.righttext a:hover {
  background-color: #070803;
}
a {
  color: #b7bab1;
  text-decoration: none;
}
a:hover {
  color: #b6e005;
  background-color: none;
}
.box {
  position: absolute;
  width: 3dvw;
  height: 3dvw;
}
.bver {
  position: absolute;
  width: 4px;
  height: 1dvw;
  background-color: #b7bab1;
}
.bhor {
  position: absolute;
  width: 1dvw;
  height: 4px;
  background-color: #b7bab1;
}

.box:hover .bver {
  background-color: #b6e005;
}

.box:hover .bhor {
  background-color: #b6e005;
}
.box:hover .nested {
  background-color: #b6e005;
}
.fbox {
  left: 1dvw;
  top: 21dvw;
}
.rbox {
  left: 4.5dvw;
  top: 21dvw;
}
.bbox {
  left: 1dvw;
  top: 24.5dvw;
}
.nbox {
  left: 1dvw;
  top: 28dvw;
}
.nested {
  position: absolute;
  width: 1.2dvw;
  height: 1.2dvw;
  background-color: #b7bab1;
}
.tp {
  top: 0;
}
.bt {
  bottom: 0;
}
.lf {
  left: 0;
}
.ri {
  right: 0;
}
.vmid {
  left: calc(1.5dvw - 2px);
}
.hmid {
  top: calc(1.5dvw - 2px);
}
.vtmid {
  left: 1dvw;
}
.htmid {
  top: 1dvw;
}
.vspacer {
  width: 1dvw;
}
#playbutton {
  pointer-events: all;
  cursor: default;
}
.plybtn {
  animation: 6s playflicker linear infinite;
  color: #b6e005;
}
@keyframes playflicker {
   0%, 5%, 7%, 13%, 15%, 27%, 35%, 50%, 52%, 54%, 58%, 68%, 84%, 86%, 88%, 92%, 98%, 100% {
    opacity: 1;
  }
   6%, 14%, 28%, 34%, 51%, 59%, 67%, 85%, 87%, 89%, 91%, 99% {
    opacity: 0;
  }
}
@keyframes flicker {
  0%, 5%, 7%, 13%, 15%, 27%, 35%, 50%, 52%, 54%, 58%, 68%, 84%, 86%, 88%, 92%, 98%, 100% {
    opacity: 1;
  }
  0% {
    transform: rotate(0);
  }
  15%, 27% {
    transform: rotate(45deg);
  }
  35% {
    transform: rotate(90deg);
  }
  45% {
    transform: rotate(135deg);
  }
  55%, 60% {
    transform: rotate(180deg);
  }
  70%, 75% {
    transform: rotate(225deg);
  }
  76%, 85% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
  6%, 14%, 28%, 34%, 51%, 59%, 67%, 85%, 87%, 89%, 91%, 99% {
    opacity: 0;
  }
}
@keyframes flicker-off {
  0%, 5%, 7%, 19%, 27%, 42%, 44%, 46%, 50%, 60%, 76%, 78%, 80%, 84%, 90%, 92%, 97%, 99%, 100% {
    opacity: 1;
  }
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
  6%, 20%, 26%, 43%, 51%, 59%, 77%, 79%, 81%, 83%, 91%, 98% {
    opacity: 0;
  }
}