<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #000;
}

.as {
    background-color: #270e0e;
}

.ghstly2 {
    background: transparent url('https://i.cdn.turner.com/adultswim/big/img/ghostly-swim-2/ghostlyswim2-background.png') no-repeat -45% 170px;
    background-size: 155%;
    color: #ef9f97;
    font-family: sans-serif;
    padding: 42px 10px;
    position: relative;
    margin: 0 auto;
    max-width: 1620px;
}
@media (min-width: 768px) {
    .ghstly2 {
        background-position: 490px 60px;
        background-size: auto;
        margin-bottom: 0;
        min-height: 1000px;
        padding-top: 58px;
        padding-bottom: 40px;
    }
}

.ghstly2 h1 {
    display: block;
    margin: 0 0 38px;
}
@media (min-width: 768px) {
    .ghstly2 h1 {
        margin-bottom: 52px;
    }
}

.ghstly2 h1 img {
    display: block;
    margin: 0;
    max-width: 100%;
    position: relative;
    width: 850px;
}

.ghstly2 .social-buttons {
    font-size: 0;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0; right: 0;
}
@media (min-width: 1280px) {
    .ghstly2 .social-buttons {
        margin-top: 58px;
    }
}

.ghstly2 .social-buttons li {
    display: inline-block;
    margin: 0 0 0 10px;
}

.ghstly2 .now-playing {
    background: #b8183f;
    color: #2c1414;
    line-height: 20px;;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.ghstly2 .now-playing::before {
    background: #b8183f;
    box-shadow: 0 0 5px 5px #b8183f;
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 1px;
    z-index: 2;
}

.ghstly2 .now-playing-title {
    font-size: 20px;
    margin-right: 80px;
    overflow: hidden;
    padding: 6px 10px;
    position: relative;
    white-space: nowrap;
}

.ghstly2 .now-playing-title &gt; span {
    display: inline-block;
    left: 0;
    position: relative;
    white-space: nowrap;
    -webkit-transition: left 5s ease-in-out;
    transition: left 5s ease-in-out;
}

.ghstly2 .now-playing-time {
    background: #b8183f;
    box-shadow: 0 0 5px 5px #b8183f;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    text-align: right;
    top: 6px; right: 10px;
    width: 72px;
    z-index: 2;
}

.ghstly2 .now-playing-time &gt; span {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out;
}

.ghstly2 .loading .now-playing-time &gt; span {
    -webkit-animation: pulse 1s linear 0s infinite alternate;
        -ms-animation: pulse 1s linear 0s infinite alternate;
            animation: pulse 1s linear 0s infinite alternate;
}

@-webkit-keyframes pulse {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-ms-keyframes pulse {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes pulse {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.ghstly2 .player {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
@media (min-width: 768px) {
    .ghstly2 .player {
        max-width: 470px;
    }
}

.ghstly2 .player ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.ghstly2 .player-controls {
    display: block;
    font-size: 0;
    margin: 0 0 20px 6px;
    visibility: hidden;
}

.ghstly2 .player-controls .pc {
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    margin: 0 10px 0 0;
    width: 1em;
}
html.no-touch .ghstly2 .player-controls .pc:hover {
    color: #45b3de;
}
@media (min-width: 768px) {
    .ghstly2 .player-controls .pc {
        font-size: 24px;
        margin-right: 8px;
    }
}
@media (min-width: 1025px) {
    .ghstly2 .player-controls .pc {
        font-size: 14px;
    }
}

.ghstly2 .loading .pc-play,
.ghstly2 .loading .pc-pause {
    opacity: 0.6;
    pointer-events: none;
}

.ghstly2 .player .track-list {
    margin: 0 0 28px;
}

.ghstly2 .track {
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 2px;
    padding: 4px 6px;
    position: relative;
}
@media (min-width: 768px) {
    .ghstly2 .track {
        font-size: 15px;

}
}

html.no-touch .ghstly2 .track:hover,
.ghstly2 .track.playing {
    background-color: rgba(27,11,11,0.9);
    color: #895753;
}

.ghstly2 .track .track-title {
    display: inline-block;
    margin-left: 1.75em;
    margin-right: 80px;
    text-indent: -1.75em;
}

.ghstly2 .track .track-share {
    display: none;
    font-size: 0;
    margin: 4px 6px;
    position: absolute;
    top: 0; right: 0;
    vertical-align: top;
}
html.no-touch .ghstly2 .track:hover .track-share,
.ghstly2 .track.playing .track-share {
    display: block;
}

.ghstly2 .track .track-share &gt; li {
    background: #ef9f97;
    border-radius: 20px;
    color: #140b0a;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 5px;
    text-align: center;
    width: 20px;
    height: 20px;
}
html.no-touch .ghstly2 .track .track-share &gt; li:hover {
    background: #45b3de;
}

.ghstly2 .logos {
    display: block;
    margin: 0 0 55px;
    position: relative;
}

.ghstly2 .logos a {
    display: inline-block;
    margin-right: 16px;
}

.ghstly2 .logos img {
    display: block;
    margin: 0;
    width: 38px;
}

.ghstly2 .download-link {
    display: block;
    margin: 0 auto 32px;
}

html.no-touch .ghstly2 .download-link:hover {
    background: #864ea4;
}

.ghstly2 .download-link &gt; img {
    display: block;
    margin: 0;
    max-width: 100%;
    width: 100%;
    position: relative;
}

.ghostly-disclaimer {
    color: #864ea4;
    display: block;
    font-size: 11px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .ghstly2 .logos,
    .ghstly2 .download-link {
        margin-left: 0;
        margin-right: 0;
    }

    .ghstly2 .logos {
        margin-bottom: 100px;
    }

    .ghstly2 .logos a {
        margin-right: 32px;
    }

    .ghstly2 .logos img {
        width: auto;
    }

    .ghstly2 .download-link {
        display: inline-block;
    }

    .ghostly-disclaimer {
        text-align: center;
    }

    .ghostly-disclaimer &gt; br {
        display: none;
    }
}
</pre></body></html>