<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Mylodon";
  src: url("https://media.cdn.adultswim.com/uploads/20191119/Mylodon-Light.otf") format('opentype');
}
@supports (-ms-ime-align:auto) {
  .track_list:before {
    display: none;
  }
  .social_modal:before {
    display: none;
  }
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow-x: hidden;
  background-color: #000000;
  background-image: url('https://media.cdn.adultswim.com/uploads/20191119/1911191711482-HYPERSWIM_BACKGROUND.png');
  background-position: center;
  background-size: 80% 100%;
}
video {
  pointer-events: none;
}
::shadow {
  display: none !important;
  -webkit-appearance: none !important;
}
#canvas {
  pointer-events: none;
  z-index: 2;
  position: absolute;
  opacity: 0.4;
  max-height: 100vh;
}
.main {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: 'Mylodon';
  height: 800px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
@media (max-width: 1070px) {
  .main {
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (hover: hover) {
  svg:hover #normal {
    visibility: hidden;
  }
  svg:hover #hover {
    visibility: visible;
  }
}
svg #hover {
  visibility: hidden;
}
svg:hover path {
  fill: #d0fc36;
}
.close rect {
  fill: white;
}
.close:hover rect {
  fill: #d0fc36;
}
.content {
  margin: 20px auto;
  max-width: 98%;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (min-width: 1070px) {
  .content {
    width: 1400px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.content .player-container {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 50%;
  max-width: 100%;
}
@media (max-width: 1070px) {
  .content .player-container {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .content .player-container {
    position: absolute;
    bottom: 42px;
    right: 0px;
    background: #0b1808;
  }
}
.content .open_container {
  -ms-flex-pack: center;
      justify-content: center;
}
.content .album-art {
  height: 100%;
  min-width: 50%;
  text-align: center;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 800px;
}
@media (max-width: 800px) {
  .content .album-art {
    -ms-flex-align: start;
        align-items: start;
    max-height: 100vw;
  }
}
.content .album-art &gt; * {
  grid-area: 1 / 1 / 2 / 2;
}
@media (max-width: 1070px) {
  .content .album-art {
    height: auto;
    max-width: 100%;
    padding: 0px;
  }
}
.content .album-art .artwork-container {
  z-index: -1;
  height: 100%;
  width: 100%;
  max-width: 90vw;
  -webkit-clip-path: url('#myClip');
          clip-path: url('#myClip');
  position: relative;
}
@media (max-width: 900px) {
  .content .album-art .artwork-container img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 1070px) {
  .content .album-art .artwork-container {
    height: auto;
  }
}
.content .album-art .artwork-container #artwork {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  margin: 0px auto;
  vertical-align: middle;
}
@media (min-width: 1070px) {
  .content .album-art .artwork-container #artwork {
    height: 700px;
    max-height: calc(50vw - 10px);
  }
}
.content .album-art .artwork-container .artwork-spinning {
  position: absolute;
  transform-origin: center 45%;
  max-height: 100vw !important;
  width: 100%;
  left: 0px;
  animation: spin 40s linear infinite;
  z-index: -1;
  height: auto !important;
  bottom: 0;
}
@media (max-width: 840px) {
  .content .album-art .artwork-container .artwork-spinning {
    bottom: 9vw;
    width: auto;
    left: 4vw;
  }
}
.content #current_track {
  max-width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  font-size: 25px;
  letter-spacing: 1px;
}
@media (max-width: 1070px) {
  .content #current_track {
    font-size: 19px;
  }
}
.content #track_description {
  color: #d0fc36;
  text-align: center;
  margin: 5px auto;
  font-size: 18px;
  letter-spacing: 1.4px;
}
@media (max-width: 1070px) {
  .content #track_description {
    margin: 5px auto;
    font-size: 14px;
  }
}
.content .track_list {
  opacity: 0;
  z-index: 1;
  color: white;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  height: 100%;
  padding: 0px 4px;
  overflow-y: auto;
}
@media (max-width: 800px) {
  .content .track_list {
    max-height: 51vh;
  }
}
@media (min-width: 1070px) {
  .content .track_list {
    height: 700px;
    max-height: calc(50vw - 10px);
  }
}
.content .track_list .close {
  display: none;
  cursor: pointer;
  float: right;
  font-size: 22px;
  padding: 5px;
}
.content .track_list .close:hover {
  color: #d0fc36;
}
.content .track_list .artist {
  display: inline;
  font-size: 14px;
}
@media (max-width: 1070px) {
  .content .track_list .artist {
    font-size: 10px;
  }
}
.content .track_list .song-title {
  padding: 5px 40px;
  margin: 15px 0px;
  margin-top: 30px;
  font-size: 19px;
  color: white;
}
@media (max-width: 1070px) {
  .content .track_list .song-title {
    font-size: 3vw;
    margin-bottom: 0.3vh;
    padding: 5px 20px;
  }
}
.content .track_list .song-title .track-number {
  display: inline-block;
  width: 70px;
}
.content .track_list .song-title .track-title {
  display: inline;
}
.content .track_list .song-title:hover {
  background-color: #d0fc36;
  color: black;
}
.content .track_list .song-title + .song-title {
  margin-top: 0px;
}
.content .track_list .current {
  background-color: #d0fc36;
  color: black !important;
}
.content .social_modal {
  opacity: 0;
  z-index: 1;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
}
@media (min-width: 1070px) {
  .content .social_modal {
    height: 700px;
    max-height: calc(50vw - 10px);
  }
}
.content .social_modal .share-screen-text {
  font-size: 30px;
  margin-top: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d0fc36;
}
.content .social_modal .share_buttons svg:hover path {
  fill: #d0fc36;
}
.content .social_modal .share_buttons * {
  cursor: pointer;
  padding: 0 15px 0 10px;
  border-right: 1px solid #858585;
  margin-bottom: 25px;
  display: inline-block;
}
.content .social_modal .share_buttons *:last-child {
  border: none;
}
.content .social_modal * {
  margin: 5px auto;
}
.content .social_modal input {
  margin-bottom: 25px;
  width: 90%;
}
.content .social_modal .close {
  display: none;
  cursor: pointer;
  margin-bottom: 25%;
  margin-left: 100%;
  float: right;
  font-size: 22px;
  padding: 0 8px;
}
.content .social_modal .close:hover {
  color: #d0fc36;
}
.content .player {
  margin: 0 auto;
  padding: 20px 10px;
  position: relative;
  z-index: 12;
  max-width: 100%;
}
@media (max-width: 1070px) {
  .content .player {
    margin-top: 10px;
    padding: 5px 5px;
    width: 638px;
    max-width: 98%;
  }
}
.content .player .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 20px auto 20px auto;
  z-index: 12;
  max-width: 84%;
}
@media (min-width: 1070px) {
  .content .player .buttons {
    margin: 33px auto 18px auto;
  }
}
.content .player .buttons * {
  cursor: pointer;
  z-index: 12;
  margin: 0 auto;
  padding: 0px;
  max-height: 30px;
}
@media (max-width: 1070px) {
  .content .player .buttons * {
    margin: 0 auto;
    width: 30px;
  }
}
.content .player .buttons svg {
  width: 30px;
  height: 50px;
}
.content .player .buttons .share {
  margin-right: 60px;
}
@media (max-width: 1070px) {
  .content .player .buttons .share {
    margin-right: 30px;
  }
}
.content .player .buttons .burger {
  margin-left: 60px;
}
@media (max-width: 1070px) {
  .content .player .buttons .burger {
    margin-left: 30px;
  }
}
.content .player .buttons #play {
  display: block;
}
.content .player .buttons #pause {
  display: none;
}
.song-title {
  cursor: pointer;
}
.progress-section {
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center;
  width: 520px;
  max-width: 100%;
}
.progress-section &gt; * {
  color: white;
  display: inline-block;
  letter-spacing: 0.2em;
}
.progress-section .progress-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0.2em;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  vertical-align: middle;
}
.progress-section .progress-bar {
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  max-width: 97%;
}
@media (max-width: 1070px) {
  .progress-section .progress-bar {
    max-width: 100%;
  }
}
.progress-bar-container {
  width: 100%;
  margin: 0px 5px;
}
.progress-section .progress-bar {
  background: #999999;
  position: relative;
  min-height: 5px;
  margin-bottom: 2px;
}
.progress-section .progress {
  height: 5px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  width: 30%;
  background-color: #d0fc36;
}
#track-progress {
  width: 0%;
}
@media (max-width: 1070px) {
  #track-progress {
    border-radius: 5px;
  }
}
.progress-section .progress-counter,
.progress-section #progress-time {
  color: white;
  font-size: 12px;
  font-family: Helvetica;
  vertical-align: middle;
  line-height: 1;
}
@media (max-width: 1070px) {
  .progress-section .progress-counter,
  .progress-section #progress-time {
    padding: 0px;
    font-size: 9px;
  }
}
</pre></body></html>