<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: 'Nunito';
    src: url('fonts/Nunito-Regular.eot');
    src: local('☺'), url('fonts/Nunito-Regular.woff') format('woff'), url('fonts/Nunito-Regular.ttf') format('truetype'), url('fonts/Nunito-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-Bold.eot');
    src: local('☺'), url('fonts/Nunito-Bold.woff') format('woff'), url('fonts/Nunito-Bold.ttf') format('truetype'), url('fonts/Nunito-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-SemiBold.eot');
    src: local('☺'), url('fonts/Nunito-SemiBold.woff') format('woff'), url('fonts/Nunito-SemiBold.ttf') format('truetype'), url('fonts/Nunito-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;

}

/* Handle */
::-webkit-scrollbar-thumb {

    background: #B1B1B1;

}

::-webkit-scrollbar-thumb:window-inactive {
    background: #B1B1B1;
}

::-webkit-input-placeholder {
    color: #000000;
}

::-moz-placeholder {
    color: #000000;
}

::-ms-placeholder {
    color: #000000;
}

::placeholder {
    color: #000000;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
}

html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background-color: #1A1D27;
    height: 100%;
    width: 100%;
    min-width: 300px;
    font-family: 'Nunito', sans-serif;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

.container {
    height: 100%;
    display: flex;

    width: 100%;
}

#content_wrapper div#amzn-native-ad-0 ul {
    margin: 0;
}

.left-pane {
    height: 100%;
    width: 250px;
    overflow: auto;
    float: left;
    background: #1A1D27;

}

.site-switch {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 4px;
    height: 55px;
    width: 50px;
    margin: 9px;
    background: no-repeat url(/k-pop.rocks/arrow-bottom.png) bottom center;
    padding-bottom: 20px;
}

.site.j {
    background: url(/k-pop.rocks/j-switch.png) no-repeat;
    width: 31px;
    height: 52px;
    margin: 6px auto;
    display: none;
}

.site.c {
    background: url(/k-pop.rocks/c-switch.png) no-repeat;
    width: 31px;
    height: 44px;
    margin: 6px auto;
    display: none;
}

.site-switch.on {
    height: 150px;
    background: no-repeat url(/k-pop.rocks/arrow-up.png) bottom center;
}

.left {

    background: #1A1D27;

    flex: 1 auto;
    height: 100%;
    position: relative;
    overflow: auto;

}

.highlight_match {

    color: #DBAE34;
    font-weight: 600;
}

:-webkit-full-screen .lyrics {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 6;
    width: 100%;
    height: 100%;
}

:-moz-full-screen .lyrics {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 6;
    width: 100%;
    height: 100%;
}

:-ms-fullscreen .lyrics {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 6;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

:fullscreen .lyrics {
    position: absolute;
    z-index: 6;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.artist-pane {
    display: none;
    background-color: #171718;
    width: 700px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 6;
    border-left: 1px solid #000000;
    -webkit-box-shadow: -23px 2px 159px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -23px 2px 159px 0px rgba(0, 0, 0, 0.35);
    box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.35);
}

.drama-pane {
    display: none;
    background-color: #171718;
    width: 700px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 6;
    border-left: 1px solid #000000;
    -webkit-box-shadow: -23px 2px 159px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -23px 2px 159px 0px rgba(0, 0, 0, 0.35);
    box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.35);
}

.lyrics {
    display: none;
    background-color: #171718;
    width: 700px;
    height: 100%;
    position: absolute;
    z-index: 6;
    right: 0;
    border-left: 1px solid #000000;
    -webkit-box-shadow: -23px 2px 159px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -23px 2px 159px 0px rgba(0, 0, 0, 0.35);
    box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.35);
}

@media only screen
and (min-width: 1224px) {
    .song .title {
        float: left;
        width: 500px;
        padding-top: 3px;
    }

    .content {
        padding-top: 80px;
        width: 900px;
    }
}

@media only screen
and (min-width: 1300px) {
    .song .title {
        float: left;
        width: 600px;
        padding-top: 3px;
    }

    .content {
        padding-top: 80px;
        width: 1000px;
    }
}

@media only screen
and (min-width: 1400px) {
    .song .title {
        float: left;
        width: 600px;
        padding-top: 3px;
    }

    .content {
        padding-top: 80px;
        width: 1000px;
    }

}

@media only screen
and (min-width: 1824px) {
    .song .title {
        float: left;
        width: 1000px;
        padding-top: 3px;
    }

    .content {
        padding-top: 80px;
        width: 1400px;
    }

}

.lang-tab {
    float: left;
    margin: 10px 8px;
    border-bottom: 3px solid #171718;
    padding-bottom: 5px;
    width: 49px;
    height: 20px;
}

.lang-tab.han.on {
    background: no-repeat url(/k-pop.rocks/sprites.png) 0 -98px;
    width: 40px;
    height: 20px;
    border-bottom: 3px solid #FF345B;
}

.lang-tab.rom.on {
    background: no-repeat url(/k-pop.rocks/sprites.png) -42px -98px;
    width: 44px;
    height: 20px;
    border-bottom: 3px solid #FF345B;
}

.lang-tab.eng.on {
    background: no-repeat url(/k-pop.rocks/sprites.png) -90px -98px;
    width: 40px;
    height: 20px;
    border-bottom: 3px solid #FF345B;

}

.lang-tab.han {
    background: no-repeat url(/k-pop.rocks/sprites.png) -133px -98px;
    width: 40px;
    height: 20px;
    border-bottom: 3px solid #171718;
}

.lang-tab.rom {
    background: no-repeat url(/k-pop.rocks/sprites.png) -174px -98px;
    width: 44px;
    height: 20px;
    border-bottom: 3px solid #171718;
}

.lang-tab.eng {
    background: no-repeat url(/k-pop.rocks/sprites.png) -221px -98px;
    width: 40px;
    height: 20px;
    border-bottom: 3px solid #171718;

}

.drama {
    padding: 10px;
    clear: both;
    border: 1px solid #2A2A2F;
    height: 47px;
    cursor: pointer;
    color: #ffffff;
    display: block;
}

.artist {
    padding: 10px;
    clear: both;
    border: 1px solid #2A2A2F;
    height: 25px;
    cursor: pointer;
    color: #ffffff;
    display: block;
}

.drama:hover {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #363636;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

    background: #26262A url(/k-pop.rocks/arrow.png) no-repeat center right 10px;

}

.artist:hover {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #363636;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

    background: #26262A url(/k-pop.rocks/arrow.png) no-repeat center right 10px;

}

.song {
    padding: 10px;
    clear: both;
    border: 1px solid #2A2A2F;
    height: 25px;
    cursor: pointer;
    color: #ffffff;
    display: block;
}

.artist-pane .song {
    padding: 10px;
    clear: both;
    border: 1px solid #171718;
    height: 25px;
    cursor: pointer;
    color: #ffffff;
    display: block;
}

.drama-pane .song {
    padding: 10px;
    clear: both;
    border: 1px solid #171718;
    height: 25px;
    cursor: pointer;
    color: #ffffff;
    display: block;
}

.song:hover {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #363636;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);

    background: #26262A url(/k-pop.rocks/arrow.png) no-repeat center right 10px;

}

.song.off {
    color: #989898;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    position: absolute;
    bottom: -70px;
}

.artist.on {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #363636;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: #26262A;
}

.artist.off {
    color: #989898;
}

.song.on {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #363636;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: #26262A;
}

.lyrics-text {
    width: 300px;
    clear: both;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    overflow: auto;
    margin-top: 15px;
    padding: 10px;
    display: none
}

.lyrics-text.on {
    display: block
}

.close-lyrics {
    position: absolute;
    cursor: pointer;
    display: none;
    background: no-repeat url(/k-pop.rocks/sprites.png) -15px -49px;
    width: 30px;
    height: 30px;
}

.search-section {
    cursor: pointer;
    float: left;
    padding: 5px;
    padding-left: 30px;
    margin-right: 5px;
    background: no-repeat url(/k-pop.rocks/check-off.png) left center;
}

.search-section.on {
    background: no-repeat url(/k-pop.rocks/check-on.png) left center;
}

.get-notifications .mark {
    border-radius: 50%;
    font-size: 16px;
    background: url(/k-pop.rocks/receive-notifications-off.png) no-repeat center #DB3470;
    color: #511436;
    text-shadow: 0 1px 1px #F55C94;
    border: 2px solid #441123;
    width: 25px;
    padding: 7px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    height: 25px;
}

.get-notifications.on .mark {
    background: url(/k-pop.rocks/receive-notifications-on.png) no-repeat center #DB3470;
}

.drama .fav {

    float: left;
    background: no-repeat url(/k-pop.rocks/sprites.png) -147px -27px;
    width: 24px;
    height: 27px;
    display: block;
    margin-right: 10px;
}

.drama .fav.on {
    background: no-repeat url(/k-pop.rocks/sprites.png) -147px 0px;
}

.artist .fav {

    float: left;
    background: no-repeat url(/k-pop.rocks/sprites.png) -147px -27px;
    width: 24px;
    height: 27px;
    display: block;
    margin-right: 10px;
}

.artist .fav.on {
    background: no-repeat url(/k-pop.rocks/sprites.png) -147px 0px;
}

.song .fav {

    float: left;
    background: no-repeat url(/k-pop.rocks/sprites.png) -147px -27px;
    width: 24px;
    height: 27px;
    display: block;
    margin-right: 10px;
}

.song .fav.on {
    background: no-repeat url(/k-pop.rocks/sprites.png) -147px 0px;
}

.caption .fav {
    cursor: pointer;
    float: left;
    background: no-repeat url(/k-pop.rocks/sprites.png) -147px -27px;
    width: 24px;
    height: 27px;
}

.caption .fav.on {
    background: no-repeat url(/k-pop.rocks/sprites.png) -147px 0px;
}

.count {
    float: right;
    display: block;
    padding: 0px 4px;
    background-color: #141B21;
    margin-right: 20px;
    font-size: 14px;
    color: #BDBDD3;
    border-radius: 16px;
    border: 3px solid #1C2A46;
}

.menu-item {
    color: #dfdfdf;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 0 0px 25px;
    height: 22px;
    display: block;
}

.menu-item.sub {
    font-weight: normal;
    font-size: 14px;
    padding: 0 0 0 35px
}

.menu-item.sub .count {
    font-size: 13px;
}

.menu-item.sub.chinese .count {
    color: #CE61CD;

}

.menu-item.sub.korean .count {
    color: #07A8F2;
}

.menu-item.sub.english .count {
    color: #47BF2D;
}

.menu-item.sub.japanese .count {
    color: #EC1E50;
}

.menu-item.sub.vietnamese .count {
    color: #FFBF00;
}

.menu-item.sub.boy-groups .count {
    color: #07A8F2;
}

.menu-item.sub.girl-groups .count {
    color: #CE61CD;
}

.menu-item.sub.coed .count {
    color: #FFBF00;
}

[data-aload] {
    background-image: none !important;
}

a:lin
.menu-item.on {
    color: #ffffff;
    background: no-repeat url(/k-pop.rocks/green-arrow.png) 0 5px;
}

.marker {
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    padding: 2px 5px;
   
    display: inline-block;
    margin-left: 8px;
    font-weight: bold;
    font-size: 16px;
}

.marker.ko {
    color: #070F57;
    background-color: #07A8F2;
    text-shadow: 0 1px 1px #7FE6FF;
}

.marker.jp {
    color: #4C0A1A;
    background-color: #EC1E50;
    text-shadow: 0 1px 1px #EC7A97;
}

.marker.cn {
    border: 2px solid #CE61CD;
}

.marker.en {
    border: 2px solid #47BF2D;
}

.marker.vn {
    border: 2px solid #FFBF00;
}

.search-lang {
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    padding: 3px;
    width: 20px;
    display: block;
    margin-left: 8px;
    float: left;
    font-weight: bold;
    font-size: 15px;
    border: 2px solid #535353;
    color: #676767;
}

.search-lang.on {
    color: #ffffff;
}

.search-lang.on.ko {
    border: 2px solid #07A8F2;
}

.search-lang.on.jp {
    border: 2px solid #EC1E50;
}

.search-lang.on.cn {
    border: 2px solid #CE61CD;
}

.search-lang.on.en {
    border: 2px solid #47BF2D;
}

.search-lang.on.vn {
    border: 2px solid #FFBF00;
}

h1 {
    font-size: 25px;
    font-weight: normal;
}</pre></body></html>