<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: "BOLONAT";
  src: url("https://static.cdn.adultswim.com/tools/fonts/letter-gothic-12-pitch-w01-bold.ttf");
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow-x: hidden;
  background-color: black;
  background: url('https://i.cdn.turner.com/adultswim/big/img/2018/12/03/1%20background%20color%201.png');
  background-position: center;
  background-size: cover;
  animation: blurIn 3s ease-out;
  filter: blur(0px);
  transition: all 1s;
}
@media (max-width: 1070px) {
  body {
    background-size: 100% 200%;
  }
}
.pulse {
  animation: blur-pulse 3s ease-in infinite;
}
#global-nav {
  background: transparent;
}
#global-nav .asnav-logo-image {
  background: black;
  padding: 7px;
}
@media (min-width: 1024px) {
  #global-nav .asnav-content__links &gt; li &gt; a {
    color: black !important;
    font-weight: bold;
  }
}
.main {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: "BOLONAT";
  max-height: 100%;
}
@media (max-width: 1070px) {
  .main {
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: 100%;
    min-height: 600px;
  }
}
@media (hover: hover) {
  svg:hover #normal {
    visibility: hidden;
  }
  svg:hover #hover {
    visibility: visible;
  }
}
svg #hover {
  visibility: hidden;
}
.content {
  margin: 20px auto;
  width: 98%;
  max-width: 1250px;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1070px) {
  .content {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.content .player-container {
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 50%;
  max-width: 100%;
  text-transform: uppercase;
}
@media (max-width: 1070px) {
  .content .player-container {
    height: auto;
    margin: 0 auto;
    max-width: 98%;
  }
}
.content .open_container {
  -ms-flex-pack: center;
      justify-content: center;
}
.content .album-art {
  height: 100%;
  width: 629px;
  max-height: 575px;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-image: url("https://i.cdn.turner.com/adultswim/big/img/2018/12/03/ARTWORK.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: pulse 3s linear infinite;
  -ms-flex-item-align: center;
      align-self: center;
  filter: drop-shadow(0px 0px 10px rgba(251, 27, 243, 0.8));
}
@media (max-width: 1070px) {
  .content .album-art {
    height: 64vh;
    width: 100%;
    padding: 0px;
    max-width: 445px;
  }
}
.content .album-art .track_list,
.content .album-art .social_modal {
  position: absolute;
  opacity: 0;
  transition: opacity linear 1s;
  pointer-events: none;
}
.content .album-art .artwork-container {
  z-index: -1;
}
@media (max-width: 1070px) {
  .content .album-art .artwork-container {
    z-index: 1;
  }
}
.content .album-art .artwork-container #artwork {
  max-width: 98%;
  max-height: 100%;
  margin: 0px auto;
  vertical-align: middle;
}
.content #current_track {
  max-width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #7c248d;
  font-size: 23px;
  letter-spacing: 1px;
}
@media (max-width: 1070px) {
  .content #current_track {
    font-size: 19px;
  }
}
.content #track_description {
  color: #fb1bfe;
  text-align: center;
  margin: 5px auto;
  font-size: 19px;
  letter-spacing: 1.2px;
}
@media (max-width: 1070px) {
  .content #track_description {
    margin: 5px auto;
    font-size: 12px;
  }
}
.content .track_list {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 575px;
  padding: 5px;
  color: white;
  text-align: left;
  background-color: rgba(251, 27, 243, 0.8);
  text-transform: uppercase;
  box-sizing: border-box;
}
@media (max-width: 1070px) {
  .content .track_list {
    padding: 0px;
    font-size: 13px;
    height: 100%;
    width: 100%;
    min-height: 430px;
  }
}
@media (max-width: 666px) {
}
.content .track_list .close {
  cursor: pointer;
  float: right;
}
@media (max-width: 1070px) {
  .content .track_list .close {
    width: 20px;
    right: 10px;
    padding: 5px 3px;
  }
}
.content .track_list .song-title {
  padding: 3px 33px;
  margin: 10px 0px;
  margin-top: 35px;
  font-size: 16px;
  color: white;
}
@media (max-width: 1070px) {
  .content .track_list .song-title {
    margin-bottom: 7px;
    font-size: 13px;
  }
}
@media (max-width: 666px) {
  .content .track_list .song-title {
    font-size: 10px;
    margin-bottom: 1px;
    padding: 3px 15px;
  }
}
@media (max-height: 700px) {
  .content .track_list .song-title {
    font-size: 12px;
  }
}
.content .track_list .song-title .track-number {
  display: inline;
  margin-right: 17px;
}
@media (min-width: 1024px) {
  .content .track_list .song-title .track-number {
    margin-right: 40px;
  }
}
.content .track_list .song-title:hover {
  background-color: #e4fa6c;
  color: #7c248d;
}
.content .track_list .song-title + .song-title {
  margin-top: 0px;
}
.content .track_list .current {
  background-color: #e4fa6c;
  color: #7c248d !important;
}
.content .social_modal {
  width: 100%;
  max-height: 575px;
  height: 100%;
  z-index: 1;
  color: #e4fa6c;
  text-align: center;
  background-color: rgba(251, 27, 243, 0.8);
  transition: all ease 1s;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1070px) {
  .content .social_modal {
    font-size: 13px;
    height: 64vh;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (max-width: 666px) {
  .content .social_modal {
    height: 98vw;
  }
}
.content .social_modal .social_modal-contents {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.content .social_modal .share-screen-text {
  font-size: 34px;
  text-transform: uppercase;
}
.content .social_modal .share_buttons svg:hover path {
  fill: #45eb5d;
}
.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;
  font-size: 17px;
}
.content .social_modal input {
  width: 90%;
  padding: 5px;
}
.content .social_modal .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  -ms-flex: none;
      flex: none;
  right: 0;
  text-align: right;
  width: 24px;
}
@media (max-width: 1070px) {
  .content .social_modal .close {
    width: 20px;
    right: 10px;
    margin-bottom: 10vh;
    margin-left: 95%;
  }
}
.content .player {
  margin: 0 auto;
  position: relative;
  z-index: 12;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1070px) {
  .content .player {
    margin-top: 3vh;
    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: 33px auto 18px auto;
  z-index: 12;
  max-width: 78%;
}
@media (max-width: 1070px) {
  .content .player .buttons {
    margin: 20px auto 10px auto;
    max-width: 100%;
  }
}
.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%;
}
.progress-section .progress-bar {
  background: #e4fa6c;
  position: relative;
}
@media (max-width: 1070px) {
  .progress-section .progress-bar {
    min-height: 5px;
  }
}
.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: #7c248d;
}
#track-progress {
  width: 0%;
}
@media (max-width: 1070px) {
  #track-progress {
    border-radius: 5px;
  }
}
.progress-section .progress-counter,
.progress-section #progress-time {
  color: #7c248d;
  font-size: 14px;
  font-family: Helvetica;
  vertical-align: middle;
  line-height: 1;
}
@media (max-width: 1070px) {
  .progress-section .progress-counter,
  .progress-section #progress-time {
    padding: 0px 5px;
    font-size: 9px;
  }
}
.fadeIn {
  opacity: 1 !important;
  pointer-events: all !important;
}
@keyframes blurIn {
  0% {
    filter: blur(25px);
  }
  100% {
    filter: blur(0px);
  }
}
@keyframes pulse {
  0% {
    filter: drop-shadow(0px 0px 40px #fb1bfe) !important;
  }
  50% {
    filter: drop-shadow(0px 0px 16px #fb1bfe) !important;
  }
  100% {
    filter: drop-shadow(0px 0px 40px #fb1bfe) !important;
  }
}
@keyframes blur-pulse {
  0% {
    filter: blur(0px);
  }
  50% {
    filter: blur(25px);
  }
  100% {
    filter: blur(0px);
  }
}
@media (max-height: 900px) {
  footer {
    max-height: 70px;
  }
}
</pre></body></html>