@font-face {
  font-family: "ITC Garamond Std Lt Cond";
  src: url("ITCGaramondStd-LtCond.woff2") format("woff2"), url("ITCGaramondStd-LtCond.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Garamond Std Lt Cond";
  src: url("ITCGaramondStd-LtCondIta.woff2") format("woff2"), url("ITCGaramondStd-LtCondIta.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
* {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

body {
  background: #fff;
  color: #6a6a6a;
  overflow: hidden;
  cursor: pointer;
  font-family: "ITC Garamond Std Lt Cond";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#bw {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 999999999999;
  mix-blend-mode: difference;
  pointer-events: none;
  display: none;
}

#bw, .grad {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

#decor {
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
#decor span[note] {
  transform: translate(-40px, -40px);
  position: absolute;
  font-size: 8vw;
  filter: blur(3px);
  opacity: 0.6;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none;
  background: inherit;
  font-size: 4rem;
  text-align: center;
  color: inherit;
  display: none;
}
#cover span {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  filter: blur(1px);
}

#info {
  position: fixed;
  background: inherit;
  color: inherit;
  border: 1px solid 2px #000;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px) hue-rotate(90deg);
  z-index: 995;
  display: none;
}
#info .wrapper {
  position: absolute;
  width: 380px;
  max-width: 80vw;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
}
#info h2 {
  font-weight: normal;
  margin: 0.25rem 0rem;
}
#info a {
  color: inherit;
}

#disc {
  overflow: hidden;
  position: fixed;
  width: 40vw;
  height: 40vw;
  bottom: 2rem;
  left: 2rem;
  z-index: -9;
  background: inherit;
  mix-blend-mode: darken;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  #disc {
    mix-blend-mode: saturation;
  }
}
#disc .player-color {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#disc #player {
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  filter: grayscale(1);
  mix-blend-mode: darken;
  z-index: 1;
}

#controls {
  position: fixed;
  width: 100vw;
  bottom: 0;
  left: 0;
  background: inherit;
  z-index: 999;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  display: none;
}
#controls span[name=title] {
  text-align: center;
  max-width: 40vw;
  font-size: 1.5rem;
}
@media only screen and (max-width: 600px) {
  #controls span[name=title] {
    display: none;
  }
}

#controls a {
  font-size: 1.5rem;
}

#controls a:hover {
  cursor: pointer;
  opacity: 1;
}

#msgs {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 95vh;
  margin-top: 5vh;
  background: inherit;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 9;
  color: inherit;
  display: none;
}

#msgs h1 {
  display: block;
  width: 100%;
  font-weight: normal;
  letter-spacing: -0.5px;
  padding: 0.5em 1em;
  margin: 0;
  font-size: 2rem;
  opacity: 0.5;
  text-align: center;
}

#msgs .wrapper {
  width: 100%;
  height: auto;
  padding: 0 1em;
  box-sizing: border-box;
  column-width: 280px;
  column-count: 6;
  column-gap: 0;
  margin: 0 auto;
}

#msgs .wrapper p {
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: 100%;
  font-size: 0.8em;
  line-height: 140%;
  letter-spacing: -0.1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: pre-wrap;
  padding: 1em;
  margin: -0.25em 0;
  box-sizing: border-box;
  opacity: 0.8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont;
}

#msgs .wrapper:hover p:not(:hover) {
  opacity: 0.5;
}

#player .player-color {
  position: absolute;
  left: -100px;
  top: -100px;
  width: 150%;
  height: 150%;
}

#player:hover {
  bottom: -50px;
}

.grad {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  opacity: 1;
  /*  outline: 1px solid blue;*/
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2337457257) 25%, rgb(255, 255, 255) 100%);
  opacity: 0.3;
  display: none;
}

#msg h1 {
  font-weight: normal;
  letter-spacing: -2px;
}

#msg {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(100% - 50px);
  width: 100%;
  padding: 0;
  font-size: 2.4em;
  padding-top: 90px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: scroll;
  align-items: center;
  align-content: center;
  vertical-align: center;
}

#msg .spacer {
  display: inline-block;
  height: 5vh;
  width: 100%;
}

#msg .isaid {
  width: 90%;
  height: fit-content;
  max-height: calc(100% - 10vh);
  line-height: 95%;
  margin: 0;
  white-space: pre-line;
  letter-spacing: 0;
  pointer-events: none;
  line-height: 90%;
  text-align: center;
  display: none;
  padding: 1rem;
  margin: 1rem auto;
}

.top {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: calc(100% - 2rem);
  padding: 1rem;
  justify-content: space-between;
  font-size: 1.5rem;
  line-height: 95%;
  display: none;
  z-index: 9;
  text-align: center;
}
.top span[name=song] {
  margin: 0 auto;
}

#msg .__intro h1 {
  font-size: 3.8rem;
  text-align: center;
  padding: 0;
  margin: 0.15em auto;
  max-width: 100vw;
  line-height: 90%;
}

#msg .__intro p {
  color: inherit;
  font-size: 0.8rem;
  padding: 0;
  margin: 0.25em 0.5em;
  line-height: 120%;
}

#msg .__intro {
  margin-top: -1rem;
  text-align: center;
  color: inherit;
  /*  display: none;*/
}

@media only screen and (max-width: 600px) {
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(0);
    }
  }
  #msg {
    line-height: 90%;
  }
  .grad {
    pointer-events: none;
  }
  #player {
    width: 60vw;
    height: 60vw;
    bottom: -15vw;
    margin-left: -30vw;
  }
}
.s * {
  overflow: hidden;
}

.s.__top {
  top: 0;
  z-index: 15;
}

.s.__bottom {
  bottom: 0;
  transform: rotate(-180deg);
}

.s.__right {
  bottom: 49.5%;
  left: 50vw;
  margin-left: -20px;
  transform: rotate(90deg);
}

.s.__left {
  bottom: 49.5%;
  right: 50vw;
  margin-right: -20px;
  transform: rotate(-90deg);
}

/* MARQUEE */
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 40px;
  overflow-x: hidden;
}

.track {
  border: 0;
  padding: 1em 0;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 25s linear infinite;
  display: none;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-24.8%);
  }
}
/* SPIN */
@keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* SCROLLBAR */
::-webkit-scrollbar-track {
  background: none;
}

#tag {
  position: absolute;
  transform: translate(12px, 6px);
  width: auto;
  white-space: nowrap;
  font-size: 1.25rem;
  z-index: 999;
  pointer-events: none;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  #tag {
    display: none !important;
  }
}

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