<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: "Planet N";
  src: url("https://i.cdn.turner.com/adultswim/big/fonts/Planet%20N%20Condensed.ttf");
}
#global-nav {
  background: transparent !important;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000000;
}
.main {
  background: #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: relative;
}
svg:hover #normal {
  visibility: hidden;
}
svg:hover #hover {
  visibility: visible;
}
svg #hover {
  visibility: hidden;
}
.top_hud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90vw;
}
.top_hud img {
  max-width: 30%;
  max-height: 100%;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 800px) {
  .top_hud img {
    max-width: 60%;
  }
}
@media (max-width: 800px) {
  .top_hud .left_hud,
  .top_hud .right_hud {
    width: 20%;
  }
}
.top_hud .left_light,
.top_hud .right_light {
  position: absolute;
  top: 0px;
  height: 80%;
  max-width: 80%;
  z-index: 1;
}
@media (max-width: 800px) {
  .top_hud .left_light,
  .top_hud .right_light {
    height: 50%;
    max-width: 100%;
  }
}
.top_hud .center_hud {
  width: 400px;
  min-width: 400px;
  z-index: 2;
  height: 200px;
}
@media (max-width: 800px) {
  .top_hud .center_hud {
    height: auto;
    min-width: 0px;
    width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 1000px) {
  .top_hud .center_hud {
    height: auto;
    min-width: 0px;
    width: 350px;
    min-width: 200px;
  }
}
.top_hud .left_light {
  left: 14%;
}
@media (max-width: 800px) {
  .top_hud .left_light {
    left: 0%;
  }
}
.top_hud .right_light {
  right: 3%;
}
@media (max-width: 800px) {
  .top_hud .right_light {
    right: 0%;
  }
}
@media (max-width: 800px) {
  .top_hud {
    max-width: 100vw;
    margin-bottom: -20px;
  }
}
.content {
  margin: 0 auto;
  width: 100%;
  margin-bottom: -15%;
}
@media (max-width: 800px) {
  .content {
    margin-bottom: 0px;
  }
}
.content #current_track {
  max-width: 100%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  font-family: "Planet N";
  text-align: center;
  color: #bdff30;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 3px;
}
.content .push-down {
  height: 0px;
  transition: height ease 1s;
}
.content .track_list {
  height: 0;
  opacity: 0;
  pointer-events: none;
  color: white;
  font-family: "Planet N";
  text-align: center;
  transition: opacity ease 2s;
}
.content .track_list .close {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 10px 10px;
}
.content .track_list * {
  margin: 20px auto;
}
.content .track_list *:nth-child(2) {
  padding-top: 0px;
}
.content .track_list .current {
  color: #bdff30;
}
.content .social_modal {
  height: 0;
  opacity: 0;
  pointer-events: none;
  color: white;
  font-family: "Planet N";
  text-align: center;
  transition: opacity ease 2s;
}
.content .social_modal .share_buttons svg:hover path {
  fill: #bdff30;
}
.content .social_modal .share_buttons * {
  cursor: pointer;
  padding: 0 15px 0 10px;
  border-right: 1px solid #666666;
  margin-bottom: 25px;
}
.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;
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  margin: 10px 10px;
}
.content .player-container {
  position: absolute;
  left: 50%;
  top: 190px;
}
@media (max-width: 800px) {
  .content .player-container {
    top: 360px;
  }
}
@media (max-width: 600px) {
  .content .player-container {
    top: 120px;
  }
}
.content .open_player {
  background: #040f23;
  border-radius: 5px;
  border: 2px solid #e8d751;
}
@media (max-width: 800px) {
  .content .open_player {
    top: 35px;
  }
}
.content .player {
  width: 450px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  left: -50%;
  padding: 10px;
  max-width: 100%;
}
.content .player .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  margin-bottom: 5px;
  z-index: 2;
  width: 350px;
  max-width: 90%;
}
.content .player .buttons * {
  cursor: pointer;
  z-index: 2;
  margin: 0 auto;
  max-width: 20%;
}
.content .player .buttons .share {
  margin-right: 50px;
}
@media (max-width: 800px) {
  .content .player .buttons .share {
    margin-right: 15px;
  }
}
.content .player .buttons .burger {
  margin-left: 50px;
}
@media (max-width: 800px) {
  .content .player .buttons .burger {
    margin-left: 15px;
  }
}
.content .player .buttons #play {
  display: none;
}
@media (max-width: 800px) {
  .content .player .buttons #play {
    display: block;
  }
}
@media (max-width: 800px) {
  .content .player .buttons #pause {
    display: none;
  }
}
@media (max-width: 800px) {
  .content .player .buttons {
    max-width: 90%;
  }
}
@media (max-width: 800px) {
  .content .player {
    margin-bottom: 50px;
    width: 80%;
  }
}
.content .cover-art {
  margin: 0 auto;
  display: block;
  width: 60%;
  margin-top: -13%;
  position: relative;
  z-index: 0;
}
@media (max-width: 800px) {
  .content .cover-art {
    width: 140%;
    margin-top: -70px;
    margin-left: -50px;
    margin-bottom: -150px;
  }
}
.content .download-container {
  text-align: center;
  margin: 3px auto;
}
.content .download-container .download {
  padding-right: 10px;
  border-right: solid 1px #aaaaaa;
}
.content .download-container .shop_now {
  padding-left: 10px;
}
.content .download-container * {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  z-index: 3;
  font-size: 10pt;
  display: inline-block;
  color: #dddddd;
}
.bottom_hud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 70vw;
  margin: 0 auto;
  margin-bottom: 2em;
}
.bottom_hud .center_hud {
  height: 100px;
  margin-bottom: -15vh;
}
@media (max-width: 800px) {
  .bottom_hud .center_hud {
    height: 60px;
    margin-bottom: -60px;
  }
}
.bottom_hud img {
  max-width: 30%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 800px) {
  .bottom_hud img {
    max-width: 40%;
  }
}
@media (max-width: 800px) {
  .bottom_hud {
    max-width: 100vw;
  }
}
.song-title {
  cursor: pointer;
}
.progress-section {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  max-width: 100%;
}
.progress-section &gt; * {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #979797;
  display: inline-block;
  letter-spacing: 0.2em;
}
.progress-section .progress-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0.2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  vertical-align: middle;
}
.progress-section .progress-bar {
  vertical-align: middle;
  margin: 0 auto;
  width: 365px;
  cursor: pointer;
  max-width: 82%;
}
@media (max-width: 800px) {
  .progress-section .progress-bar {
    width: 250px;
  }
}
.progress-section .progress-bar {
  background: #979797;
}
.progress-section .progress {
  height: 4.5px;
  border-radius: 0px;
  -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: #bdff30;
}
#track-progress {
  width: 0%;
}
.progress-section .progress-counter,
.progress-section #progress-time {
  color: #979797;
  font-size: 8pt;
  vertical-align: middle;
  line-height: 1;
}
</pre></body></html>